.cb {
    clear: both;
}

.fl {
    float: left;
    display:inline;
}

.fr {
    float: right;
    display:inline;
}

img {
    border: 0;
}

/* global reset to make content fit in to amatag template */
#page-content a:hover {
    text-decoration: none;
}

/* error styling */
.smallerrortext {
    color: #cc0000;
}

.global-error {
    padding: 10px 0 5px 0;
}

.success {
    color: #cc0000;
    font-weight: bold;
}

/* messages */
#message-wrapper {
    display:inline;
    margin: 10px auto 20px auto;
}

.message-informational {
    color: #000;
    padding: 15px 15px 15px 20px;
}

/* form field required */
.required {
    font-weight: bold;
    text-transform: uppercase;
}

.asterik {
    color: #fc9911;
}

/* checkout train */
ul#train {
	margin: 0;
	padding: 0 0 5px 20px;
	border-bottom: 1px solid #282828;
}

ul#train li {
	list-style: none;
	display: inline;
	margin: 0;
	padding: 0 32px 0 0;
}

ul#train #final-step {
	display: none;
}

.breadcrumb ul {
	margin-left: 30px;
}

.breadcrumb ul li {
	display: inline;
}

.left-content {
    display: inline;
    float: left;
    margin: 20px 0 15px 23px;
    width: 175px;
}

.right-content {
	display: inline;
	float: left;
	margin: 20px 0 15px 15px;
	width: 544px;
}

#account-leftnav .header {
	border-bottom: 1px solid #282828;
	height: 30px;
	overflow: hidden;
	margin-bottom: 10px;
}

#account-leftnav .header img {
	display: block;
	margin-left: 10px;
}

#account-leftnav .arw {
	margin-left: 25px;
	padding: 5px 0 6px 0;
	background: url(/assets/images/jen/us/en/ucp_cart/myaccount/bkg-account-leftnav.gif) no-repeat bottom left;
}


/* thick colored line with header graphic in it, typically bordered on the top and bottom */
/* processing interstitial theme */
.panel .hd {
    background: #444;
    font-family: "Helvetica", "Univers", "Verdana", "Arial";
	 font-size: 14px;
}



/** PAGE: POPUP **/
.popup {
	background: url(/assets/images/jen/us/en/global/bkg/bkgrd-default-graphic_new.jpg) ; 
    text-align: left;
    padding: 25px;
}

.popup .header {
	border-top: 1px solid #282828;
	border-bottom: 1px solid #282828;
	padding: 10px 0;
}

.popup .header .close {
	display: inline;
	float: right;
	margin: 0 0 0 0;
}

.popup .header .text {
	font-family: "Helvetica", "Univers", "Verdana", "Arial"; font-size: 27px;
	display: inline;
	float: left;
}

.popup .close {
   margin-top: 15px;
   text-align: right;
}

.popup .content {
	margin: 10px 0 0 0;
}

.popup .close a {
	text-decoration: underline;
}

/** PAGE: SHOPPING CART**/
#checkout-basket {
    width: 734px;
    margin: 0 0 0 24px;
}

/* page header */
#cart-header {
	padding: 10px 0 10px 5px;
	border-bottom: 2px solid #282828;
}

/* cart errors */
#cart-errors {
	padding: 10px 10px 0px 10px;
}

#cart-errors ul {
    padding: 0;
    margin: 0;
}

#cart-errors ul li {
   list-style-position: inside;
}

.cart-error-main {
    padding: 10px 10px 10px 10px;
    background: #f3f3f3;
    margin: 5px 10px 5px 10px;
    border: 1px solid #282828;
    width:514px
}

/* empty cart */
#cart-empty {
   font-weight: bold;
   padding:20px;
   clear:both;
}

/* P&A check tool */
#pnabutton {
	border: 0px;
	margin: 19px 175px 0 0;
}

#cart-pna {
	height: 45px;
	border-bottom: 2px solid #282828;
	overflow: hidden;
}

#cart-pna .message {
	display: inline;
	float: left;
	margin: 15px 130px 0 30px;
}

#cart-pna .message br {
	display:none;
}

#cart-pna .message a {
	background: url(/assets/images/jen/us/en/ucp_cart/img-right-arrow.gif) no-repeat 0px 4px;
	padding-left: 7px;
	margin-left: 10px;
}

#cart-pna #continue-btn {
	margin-top: 9px;
}

#cart-pna .formset div {
    display: inline;
    float: left;
}

#cart-pna .formset .message {
	text-transform: capitalize;
	font-weight: bold;
	margin: 15px 0 0 30px;
}

/* item list table */
table.item-list {
   font-size: 11px;
   width: 690px;
}

table.item-list td, table.item-list th {
	text-align: left;
	border-right: 2px solid #282828;
	border-bottom: 2px solid #282828;
	vertical-align: top;
	padding: 5px 5px;
}

table.item-list th {
	padding-top: 10px;
	padding-bottom: 3px;
	white-space: nowrap;
}

table.item-list th#empty, table.item-list td.empty {
	width: 35px;
	padding: 0;
	border-bottom: 0px;
	border-right: 0px;
}

table.item-list th#total, table.item-list td.total {
	border-right: 0px;
}

table.item-list td.product {
	width: 200px;
}

table.item-list td.quantity {
	width: 90px;
}

table.item-list td.price {
	width: 70px;
}

table.item-list td.total {
	width: 90px;
}

table.item-list td.product #information a.links-inline:link {font-weight: bold; color:#fc9911; text-decoration:none;}
table.item-list td.product #information a.links-inline:visited {font-weight: bold; color:#fc9911; text-decoration:none;}
table.item-list td.product #information a.links-inline:hover {font-weight: bold; color:#fc9911; text-decoration:underline;}
table.item-list td.product #information a.links-inline:active {font-weight: bold; color:#fc9911; text-decoration:underline;}

table.item-list td.product #information .label {
    font-weight: bold;
}

table.item-list td.product #information .subscription {
    font-weight: bold;
}

table.item-list td.product #subscription {
    margin: 8px 0 20px 0;
    padding: 15px 0 0 0;
    background: url( /assets/images/ama/us/en/ucp_cart/dot_divider_x.gif ) repeat-x top;
}

table.item-list td.product #frequency {
    margin: 0 0 5px 0;
}

table.item-list td.product #frequency select {
    margin: 3px 0 0 0;
}

table.item-list td.availability .instock {
    font-weight: bold;
    color: #666666;
}

table.item-list td.availability .backorder {
    font-weight: bold;
}

table.item-list td.availability .outstock {
    font-weight: bold;
}

table.item-list td.quantity a {
    text-decoration: underline;
}

table.item-list td.total .cart-price-total {
    font-weight: bold;
}

/* order totals */

.item-totals-wrapper, .cart-subtotal {
	width: 655px;
	margin: 0 0 0 35px;
}

.item-totals-container {
	width: 100%;
	margin-top: 3px;
}

.item-totals-container .row, .cart-subtotal .row {
    display: inline;
    float: right;
	 clear: both;
	 padding: 2px 0;
	position:relative;
}

.cart-subtotal .row .msg {
	position: absolute;
	left: -458px;
	width: 330px;
	top: -55px;
}

.cart-subtotal .row .msg .promo_message{}

.item-totals-container .row .label, .cart-subtotal .row .label {
    font-size: 12px;
    font-weight: bold;
    text-align: right;
    display: inline;
    float: left;
}

.item-totals-container .row .value, .cart-subtotal .row .value {
    font-size: 12px;
    font-weight: bold;
    text-align: right;
    display: inline;
    float: left;
    width: 100px;
    margin-left: 5px;
}

/* next/continue section */

#cart-next-container {
	width: 655px;
	margin-left: 35px;
	clear: both;
}

#cart-next-container .zip-code {
	display: inline;
	float: right;
}

.cart-termsbox {
	border: 0px;
}

#cart-next-container #more .zip-code .row {
	clear: both;
	line-height: 25px;
}

#cart-next-container #more .zip-code .row .label {
    float: left;
    font-weight: bold;
    vertical-align: middle;
    margin-right: 6px;
}

#cart-next-container #more .zip-code .row .value {
    float: left;
    vertical-align: middle;
}

#cart-next-container #more .zip-code .row .message {
    font-weight: bold;
}


#cart-next-container #more .button {
	border-top: 1px solid #282828;
	margin-top: 5px;
}

#cart-next-container #more .button .row .btn-continue {
	display: inline;
	float: left;
	margin: 30px 15px 15px 380px;
}

#cart-next-container #more .button .row .btn-checkout {
	display: inline;
	float: left;
	margin: 30px 0 15px 0;
}

#cart-next-container #more .button .row .btn-checkout input {
    border: 0px;
}

/* links */
table.item-list td.quantity a.item-adjust {
}

a.no-underline {
    text-decoration: none;
}

/* form fields */
#deliveryPostalCode {
	margin: 12px 5px 0 5px;
   width: 185px;
   font-size: 9px;
}

/** PAGE: LOGIN (CHECKOUT) **/
#checkout-login {
    width: 650px;
    margin: 0 0 0 28px;
    padding: 20px 0 50px 0;
}

#checkout-login .global-error {
	padding-bottom: 0px;
}

.account-login-content  {
    text-align: left;
}
	
.account-login-content .header {
    border-bottom: 2px solid #282828;
    height: 30px;
    overflow: hidden;
}

.account-login-header-left, .account-login-header-right {
	 font-family: "Helvetica", "Univers", "Verdana", "Arial";
	 font-size: 14px;
	 padding-bottom: 5px;
    margin-bottom: 20px;
    border-bottom: 2px solid #282828;
}

.account-login-area {
    width: 555px;
    margin: 30px 0 0 80px;
    border: 1px solid #282828;
}

.account-login-wrapper-left {
    display: inline;
    float: left;
    width: 255px;
    margin: 10px 0 10px 10px;
}

.account-login-wrapper-right {
	display: inline;
	float: right;
	width: 255px;
	margin: 10px 10px 10px 0;
}

.account-login-content form.formset .error {
	text-align: right;
}

.account-login-content form.formset {
	margin-top: 5px;
}

.account-login-content form.formset .row .button {
	text-align: right;
	margin-bottom: 20px;
}

.account-login-content form.formset .row .button input {
    border: 0px;
}

.account-login-content form.formset .row {
	clear: both;
	width: 100%;
	padding-top: 10px;
}

.account-login-content form.formset .row .label {
	display: inline;
	float: left;
	width: 90px;
	text-align: right;
	margin: 5px 5px 0 0;
	line-height: 11px;
}

.account-login-content form.formset .row .field {
	display: inline;
	float: left;
	width: 160px;
}

.account-login-content form.formset .row .field input {
	width: 155px;
}

.account-login-content form.formset .row .forgotpw {
    text-align: right;
    font-size: 10px;
}

.account-login-content form.formset .message2 {
	margin: 15px 0 0 15px;
	font-weight: bold;
}

/* order totals sidebar */
.totals-wrapper {
	padding: 5px;
}

.totals-wrapper .header {
	font-weight: bold;
	font-size: 12px;
	width: 110px;
	text-align: right;
}

.totals-wrapper .row {
   width: 100%;
   clear: both;
   padding: 5px 0 0 0;
}

.totals-wrapper .row .label {
	display: inline;
	float: left;
	text-align: right;
	width: 110px;
}

.totals-wrapper .row .field {
	display: inline;
	float: right;
}

.totals-wrapper .subtotal {
	border-top: 1px solid #282828;
  	font-weight: bold;
}

#checkout-delivery, #checkout-billing,
#checkout-payment, #checkout-receipt, #account-registration,
#order-status {
	width: 734px;
	margin: 0 0 0 24px;
}

#checkout-delivery #block, #checkout-billing #block, #checkout-billing #policy, #checkout-billing #account {
	clear: both;
	display: inline;
	float: left;
	width: 530px;
	margin-left: 20px;
	padding: 20px 0;
	border-right: 1px solid #282828;
}

#checkout-billing #block {
	padding: 20px 0 0 0;
}

#checkout-billing #policy, #checkout-billing #account {
	padding: 0 0 20px 0;
}

#checkout-delivery #sidebar, #checkout-billing #sidebar {
	display: inline;
	float: right;
	width: 180px;
}

#checkout-delivery #buttons, #checkout-billing #buttons,
#account-registration .infoline, #account-subscription-edit .buttons {
	clear: both;
	width: 100%;
	border-top: 1px solid #282828;
	border-bottom: 1px solid #282828;
}

#checkout-delivery #buttons #cancel, #checkout-billing #buttons #cancel {
	display: inline;
	float: left;
	margin: 15px 0 0 20px;
}

#checkout-delivery #buttons input, #checkout-delivery #buttons img,
#checkout-billing #buttons input, #checkout-billing #buttons img{
    border: 0px;
    display: inline;
    float: right;
    margin: 10px 20px 10px 0;
}

#account-registration .buttons input {
    border: 0px;
    display: inline;
    float: left;
    margin: 10px 0 10px 0;
	text-align: right;
}
#account-registration .buttons img {
    border: 0px;
    display: inline;
    float: left;
    margin: 10px 20px 10px 540px;
	text-align: right;
}


#checkout-payment #right .promo .button {
	display: inline;
	float: left;
	margin-left: 5px;
}

#account-billing .buttons, #account-profile .buttons,
#account-orderstatus .buttons, #account-subscription-edit .buttons {
	text-align: right;
}

#account-subscription-edit .buttons {
	margin-top: 10px;
	padding: 10px 0 8px 0;
}

#checkout-delivery #cart-next-container, #checkout-billing #cart-next-container {
	margin: 0;
	padding: 15px 0;
}

#checkout-delivery #block #wrapper, #checkout-billing #block #wrapper {
	margin-top: 10px;
}

#checkout-delivery .formset .row, #checkout-billing .formset .row,
#checkout-billing #account .row, #checkout-payment #right .credit-card .row,
#checkout-payment #right .promo .row, #account-registration .formset .row,
#account-main .options .row, #account-billing .formset .row,
#account-profile .content .row, #account-orderstatus .formset .row,
#account-subscription-edit .formset .row, .subscription-popup .row {
    width: 100%;
    clear: both;
    padding-top: 10px;
}

#checkout-billing #policy .left {
	clear: both;
	display: inline;
	float: left;
}

#checkout-delivery .formset .row .label, #checkout-billing .formset .row .label,
#checkout-billing #account .row .label,
#checkout-payment #right .credit-card .row .label, #checkout-payment #right .label,
#account-registration .formset .row .label, #account-billing .formset .row .label,
#account-profile .content .row .label, #account-orderstatus .formset .row .label,
#account-subscription-edit .formset .row .label {
	display: inline;
	float: left;
	text-align: right;
	width: 125px;
	margin-top: 5px;
}

#checkout-delivery .formset .row .field, #checkout-billing .formset .row .field,
#checkout-billing #policy .left .text, #checkout-billing #account .row .field,
#account-registration .formset .row .field, #account-billing .formset .row .field,
#account-profile .content .row .field, #account-orderstatus .formset .row .field,
#account-subscription-edit .formset .row .field, .subscription-popup .row .button, .subscription-popup .txt {
	display: inline;
	float: left;
	margin: 0 0 0 5px;
}
.subscription-popup .content .txt {
    margin-top: 7px;
}

#checkout-billing #policy .left .text {
	margin-top: 5px;
}

#checkout-delivery .formset .row .note, #checkout-billing .formset .row .note,
#checkout-billing #policy .policy-text, #checkout-billing #account .row .note,
#checkout-payment #right .credit-card .row .note {
    display: inline;
    float: left;
    font-size: 9px;
    margin: 0 0 0 5px;
}

#checkout-billing .formset .row .note, #checkout-payment #right .credit-card .row .note {
	margin-top: 5px;
}

#checkout-delivery .formset .error, #checkout-billing .formset .error,
#checkout-billing #account .error, #checkout-payment #right .error,
#account-registration .formset .error, #account-billing .formset .error,
#account-profile .formset .error, #account-orderstatus .formset .error,
#account-subscription-edit .formset .error {
    clear: both;
    padding: 0 0 0 130px;
}

#checkout-delivery .formset .also-billing {
	padding: 10px 0 0 0;
	font-weight: bold;
	color: red;
}

#checkout-delivery .formset .also-billing input,
#checkout-billing #policy .left .checkbox input,
#checkout-payment #right .promo .button input,
#checkout-payment #right .submit-area input,
#account-registration .buttons input,
#account-registration .infoline .checkbox input,
#account-billing .buttons input, #account-profile .buttons input,
#account-profile .content .checkbox input, #account-orderstatus .buttons input,
#account-subscription-edit .buttons input, .subscription-popup .row .button input {
	border: 0px;
}

#checkout-billing #account .header, #checkout-payment #left .header,
#checkout-receipt .addresses .header, #account-registration .email-password .right .header,
#order-status .header {
	font-weight: bold;
	font-size: 12px;
}

#checkout-billing #account .create {
	display: inline;
	float: left;
	width: 350px;
	margin-right: 5px;
}

#checkout-billing #account .guidelines {
	display: inline;
	float: right;
	width: 150px;
	padding-top: 20px;
}

#checkout-billing #account .guidelines .message {
	font-size: 9px;
}

#checkout-payment .message, #checkout-receipt .message,
#account-billing .message, #order-status .message {
	margin: 0 0 10px 25px;
}

#account-billing .message {
	margin-left: 0px;
}

#payment-header img, #checkout-payment .header01 img,
#checkout-receipt .header01 img, .header01account img,
#order-status .header01 img {
	display: block;
	margin: 12px 0 10px 25px;
}

#order-status #payment-header img {
	margin-left: 0px;
}

#checkout-payment .header01, #checkout-receipt .header01,
.header01account, #order-status .header01 {
	border-top: 1px solid #282828;
	border-bottom: 1px solid #282828;
}

#account-subscription-edit .header01account {
	clear: both;
	margin-top: 10px;
}

#account-subscriptions .header01account img {
	display: inline; float: left;
}

#account-subscriptions .header01account .view img {
	margin: 5px 3px 5px 0;
}

.header01account .view {
	display: inline; float: left;
	margin: 10px 0 0 10px;
}

#checkout-receipt .ordernumber img, #checkout-receipt .ordernumber .txt,
#checkout-receipt .orderdate .txt, #checkout-receipt .orderdate img,
#order-status .ordernumber img, #order-status .orderdate img,
#order-status .ordernumber .txt, #order-status .orderdate .txt {
	display: inline;
	float: left;
}

#checkout-receipt .ordernumber .txt, #checkout-receipt .orderdate .txt,
#order-status .ordernumber .txt, #order-status .orderdate .txt {
	margin: 13px 0 0 5px;
	font-weight: bold;
	color: red;
}

#checkout-payment #left {
    display: inline;
    float: left;
    width: 225px;
    margin: 20px 0 0 25px;
}

#checkout-payment #right {
	display: inline;
	float: right;
	width: 480px;
	padding: 10px 0 0 0;
	border-left: 1px solid #282828;
}

#checkout-payment #left .content, #checkout-receipt .addresses .content,
#account-billing .content, #account-profile .content,
#account-orderstatus .content, #order-status .content {
	margin: 10px 0 20px 0;
}

#account-subscription-edit .content {
	padding: 10px 0 20px 0;
}

#checkout-payment #cart-next-container, #checkout-receipt #cart-next-container,
#order-status #cart-next-container {
	width: 100%;
	padding: 10px 0;
	margin: 0 0 0 0;
}

#checkout-payment #cart-next-container #cms, #checkout-receipt #cart-next-container #cms {
	display: inline;
	float: left;
	width: 300px;
	margin: 10px 0 0 0;
}

#checkout-payment #cart-next-container #more, #checkout-receipt #cart-next-container #more {
	display: inline;
	float: right;
	width: 180px;
	margin: 0 35px 0 0;
}

#checkout-payment #right .promo .highlighted {
	font-weight: bold;
}

#checkout-payment #right .submit-area {
	margin: 10px 0;
	text-align: center;
}

#checkout-receipt .addresses {
	padding-top: 20px;
}

#checkout-receipt .addresses .billing-address, #checkout-receipt .addresses .shipping-address {
	display: inline;
	float: left;
	width: 329px;
	margin: 0 0 0 25px;
}

#account-header img {
	display: block;
	margin: 12px 0 5px 25px;
}

#account-registration .content {
	margin: 0 0 10px 0;
}

#account-registration .infoline .checkbox, #account-profile .content .checkbox {
	display: inline;
	float: left;
	margin: 10px 0 10px 25px;
}

#account-registration .infoline .txt, #account-profile .content .txt {
	display: inline;
	float: left;
	margin: 15px 0 0 5px;
	line-height: 11px;
}

#account-registration .email-password {
    width: 100%;
}

#account-registration .email-password .left {
    display: inline;
    float: left;
    width: 475px;
    padding: 0 0 10px 0;
    background: url( /assets/images/jen/us/en/ucp_cart/dot_divider.gif ) repeat-y top right;
}

#account-registration .email-password .right {
   display: inline;
   float: left;
   margin: 15px 0 0 20px;
}

#account-registration .email-password .right #guidelines {
    list-style: none;
    padding: 0;
    margin: 10px 0 0 0;
}

#account-registration .email-password .right #guidelines li {
    background: url( /assets/images/ama/us/en/ucp_cart/myaccount/arw_RightGrey.gif ) 0px 2px no-repeat;
    padding: 0 0 8px 10px;
    margin: 0;
}

#account-main, #account-billing, #account-profile,
#account-orderstatus, #account-subscriptions,
#account-subscription-edit {
	margin-top: 30px;
	padding: 10px;
	border: 1px solid #282828;
}

#account-main {
	padding-top: 0px;
}

#account-main a {
	font-family: "Helvetica", "Univers", "Verdana", "Arial";
	font-size: 14px;
}

.header02 {
	display: block;
	margin: 0 0 2px 0;
}

#account-billing .content .info {
	margin: 10px 0 0 0;
}

#account-profile .content .policy {
	display: inline;
	float: left;
	margin-left: 10px;
}

#account-subscriptions .subscription_spaces {
	border-top: 1px solid #282828;
	padding: 10px 0 0 0;
}

table.subscription-list {
	margin: 10px auto;
	width: 470px;
}

table.subscription-list th, table.subscription-list td {
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid #282828;
	padding: 10px 5px 10px 0;
}

table.subscription-list th {
	text-transform: lowercase;
	font-weight: bold;
	font-size: 11px;
}

table.subscription-list .header {
	font-weight: bold;
}

table.subscription-list td.first {
	width: 200px;
}

#account-subscription-edit .content .left {
	display: inline;
	float: left;
	width: 200px;
	margin-top: 20px;
}

#account-subscription-edit .content .right {
	display: inline;
	float: left;
	width: 265px;
	margin-left: 5px;
}

#account-subscription-edit .row .content1, #account-subscription-edit .row .content2,
#account-subscription-edit .row .content3 {
	display: inline;
	float: left;
	margin: 15px 0 0 25px;
	width: 119px;
}

.subscription-popup .content {
	margin-top: 10px;
}

/** PAGE: CHECK ORDER STATUS **/
#user-orderstatus {
    width: 100%;
}

#user-orderstatus #block {
    padding: 20px;
    margin: 0;
    border-bottom: 1px solid #282828;
}

#user-orderstatus .left {
    float: left;
    width: 150px;
}

#user-orderstatus .right {
    float: left;
    width: 125px;
}

#user-orderstatus .button {
    float: left;
    padding-top: 10px;
}

#order-status table.item-list {
	width: 660px;
}

#order-status table.item-list th#empty, table.item-list td.empty {
	width: 20px;
}

#order-status .addresses .billing-address, #order-status .addresses .shipping-address, #order-status .totals-wrapper  {
	display: inline;
	float: left;
	margin: 10px 0 0 0;
}

#order-status .addresses .billing-address, #order-status .addresses .shipping-address {
	width: 200px;
	margin-left: 25px;
}

#order-status .addresses .totals-wrapper {
	float: right;
	margin: 0 74px 0 0;
	width: 180px;
}

#order-status .print {
	text-align: right;
}

/** PAGE: POSTAL CHANGE POPUP (CHECKOUT **/
#postal-popup .hd {
    background-color: #212421;
}

#postal-popup .bd {
    padding: 20px;
    color: #000;
}

#postal-popup .row {
    clear: both;
    padding-top: 15px;
}

#postal-popup .row .button {
    float: left;
    width: 70px;
}

#postal-popup .row .field {
    float: left;
    padding-left: 15px;
    width: 410px;
}

#postal-popup .row .button input {
    width: 70px;
    height: 20px;
}

/** PAGE: CREATE NEW PASSWORD **/
#create-new-password {
  width: 100%;
  height: 250px;
}

#create-new-password #account {
    position: relative;
    width: 680px;
    padding: 8px 0 8px 20px;
}

#create-new-password #account .message {
    padding: 10px 0 20px 0;
}
#create-new-password #account .create {
    float: left;
    width: 60%;
}

#create-new-password #account .header {
    padding-bottom: 8px;
    font-weight: bold;
}

#create-new-password #account .guidelines .message {
    padding: 6px 0 6px 0;
}

#create-new-password #account .create .row {
    clear: both;
    width: 100%;
    padding-top: 8px;
}

#create-new-password #account .create .error {
    clear: both;
    padding-bottom: 3px;
    padding-left: 145px;
}

#create-new-password #account .create .row .label {
    float: left;
    width: 140px;
    text-align: right;
    padding-top: 2px;
}

#create-new-password #account .create .row .field {
    float: left;
    padding-left: 5px;
}

#create-new-password #account .guidelines {
    position: absolute;
    right: 0;
    width: 220px;
    border-left: 1px solid #282828;
    padding-left: 40px;
}

#create-new-password #account .button {
    text-align: right;
    padding: 10px 105px 5px 0;
}

/* -- New checkout CSS -- */
#checkout-payment #right .credit-card .formset .row .checkbox {
float:left;
padding:0 4px 0 2px;
text-align:left;
}
#checkout-payment #right .credit-card .formset .row .checkbox input {
width:auto;
}
#checkout-payment #right .credit-card .formset .row .text {
float:left;
padding-bottom:10px;
text-align:left;
}

#checkout-billing #policy .left .checkbox {
float:left;
}
#checkout-billing #policy .left .text {
float:left;
font-weight:bold;
padding-left:8px;
padding-right:20px;
width: 300px;
}
#checkout-billing #policy .policy-text {
float:left;
margin-top: 5px;
}

/*[Start] Promo code page content style*/

div.promo_container{
	font-family:Arial, Sans-Serif;
	font-size:12px;
	color:#ffffff;
	text-align:left;
	background:transparent url('/assets/images/jen/us/en/ucp_cart/promo_container_bkg.png') top left no-repeat;
	height:377px;
	width:396px;

}

div.promo_container_content{
	padding:30px 10px 25px 15px;
}

div.promo_container p{
	margin:14px 0 4px 10px;
	line-height:17px;
}

.container_close{
	cursor:pointer;
}

div.promo_container  .text_ffffff{
	color:#ffffff;
	font-size:13px;
	font-weight:bolder;
	text-transform:uppercase;
}

div.promo_container h1{
	font-size: 22px;
}

div.promo_container span.text_afafaf{
	color:#afafaf;
}

div.promo_container .other_group
{
	border-top: solid 1px #2b2b2b;
	padding:13px 0 0 10px;
}

div.promo_container div.divider_promo{
	border-top: solid 1px #2b2b2b;
	padding:12px 0 0 10px;
	margin:12px 0 0 0;
	line-height:18px;
	font-weight:bold;
	font-size:11px;

}

/*[End] Promo code page content style*/

/*[Start] Promo code and water filter program popup overlay style*/
.mask{
   opacity:0.8;
	filter:alpha(opacity=80);
}
div#promo_code_panel, div#learn_program_panel{
	border:none;
	background-color:transparent;
	width:400px;
}

div#promo_code_panel_mask, div#learn_program_panel_mask{
	background-color:#000000;
}

div#promo_code_panel .bd, div#learn_program_panel .bd{
	padding:0;
	margin:0;
}

div#promo_code_panel .close{
	border:none;
	background-image:url("/assets/images/jen/us/en/ucp_cart/btn_close.jpg");
	height:14px;
	right:15px;
	top:15px;
	width:15px;
	z-index:9999;
}


 div#learn_program_panel .close{
	border:none;
	background-image:url("/assets/images/jen/us/en/ucp_cart/btn_close.jpg");
	height:14px;
	right:15px;
	top:15px;
	width:15px;
	z-index:9999;
}
/*[End] Promo code and water filter program popup overlay style*/



/*[Start] water filter program popup content style*/
  div.water_program_container
{
	width:580px;
	/*height:421px;*/
}

.water_program_container_t,.water_program_container_b
{
	width:580px;
	height:10px;
	font-size:1px;
}

.water_program_container_t {
	background-image:url("/assets/images/jen/us/en/ucp_cart/water_program_container_t.png");
}

.water_program_container_b  {
	background-image:url("/assets/images/jen/us/en/ucp_cart/water_program_container_b.png");
	height:88px;
	padding-top:10px;
}

.water_program_container_body {	
	font-family:"Arial", Sans-Serif;
	font-size:13px;
	font-weight:normal;
	color:#797979;
	padding-left: 39px;
	padding-right:13px;
	height:323px;
   background-image:url("/assets/images/jen/us/en/ucp_cart/water_program_container_bg.png");
}

.container_close
{
	cursor:pointer;
	margin:5px 0px 18px 0;
}

div.water_program_container p{
	margin:6px 0;
	line-height:16px;
	font-family:"Arial", Sans-Serif;
	font-size:13px;
	font-weight:normal;
	color:#afafaf;
}

div.water_program_container  img.sign_up{
	margin:0 6px 2px; 4px;
	vertical-align:middle;
}

div.water_program_container div.program_detail_group
{
	border-top:solid 1px #2b2b2b;
	padding:0;
	width:503px;
	margin-left:39px;
}

div.water_program_container div.water_program_container_body h1
{
	font-family:Arial, Sans-Serif;
	font-weight:bold;
	font-size:21px;
	color:#ffffff;
	margin:0px 0 32px 0;
}

div.water_program_container div.water_program_container_body h2
{
	font-family:"Avernir", Sans-Serif;
	font-size:21px;
	color:#ffffff;
}

div.water_program_container div.water_program_container_body h3
{
	font-size:14px;
	color:#ffffff;
	font-weight:normal;
}

div.water_program_container div.water_program_container_body h4,div.water_program_container div.water_program_container_b h4
{  
	font-size:12px;
	font-weight:normal;
	color:#afafaf;
}

div.water_program_container div.water_program_container_body h5
{
	font-size:10px;
	font-weight:normal;
}

div.water_program_container div.water_program_container_b h4.detail_info
{
	text-transform:uppercase;
	font-weight:bold;
	color:#ffffff;
	font-size:12px;
}
div.water_program_container div.water_program_container_b .learn_more
{
	font-weight:bold;
	color:#ffffff;
}
/*[End] water filter program popup content style*/

/* Paymetric Design */
.paymetric td{
	font-size:10px;
	color:#333333;
	padding-right:10px!important;
	width:138px;
	text-align:right;
}
.paymetric{
	width:500px;
}

#Paymetric_Exp_Month,#Paymetric_Exp_Year{
	width:78px!important;
}

#Paymetric_ErrorLogging .error
{
	padding-left:10px!important;
}

td.credit_card{
	text-align:left;
	padding-left:149px;
}

td.paymetric_required {
	text-align:left;
}

td.paymetric_required span.asterik1{
	margin-left:149px;
}

td.paymetric_required span.label_italic{
	margin-left:0px;
}

td.paymetric_submit{
	padding-right: 0!important;
	padding-left:16px!important;
	vertical-align:bottom!important;
}
			
.paymetric_submitOrder{
	
	width: 435px;
	padding-left:18px;
	margin:0px;
	text-align: left;
	height:48px;
	line-height:48px;	
	vertical-align:middle;
}

.paymetric td{
	vertical-align:middle;
}

.DataIntercept
{
    text-align:left;
}
 
.DataIntercept input {
	width:171px;
	margin:2px 0;
}
.DataIntercept select{
	float:left;
	margin:2px 0;
	width:175px;
}

.DataInterceptaaErrors{
	visibility: hidden;
	display: none;
}
.td_l
{
   text-align:right;padding-right:7px ! important; vertical-align:middle;height:25px;width:130px;
}
.td_r
{
   text-align:left;padding-right:7px ! important; vertical-align:middle;height:25px;
}
.PaymentPage_PayNowButton
{
    visibility: hidden;
    display: none;
}
/**************************************************************************************************/
/*Paymetric Credit Card for Billing Page */

.user_td_l
{
   text-align:right;padding-right:7px ! important; vertical-align:middle;height:25px;width:130px;
}
.user_td_r
{
   text-align:left;padding-right:7px ! important; vertical-align:middle;height:25px;
}
.user_start_l
{
	display: none;   
}
.user_start_r
{
   display: none;
}

/*End Paymetric Credit Card for Billing Page*/
/**************************************************************************************************/
/*Paymetric Credit Card for Payment Page */
#top_showE{
	padding-left:5px;
}
.checkout_td_l
{
   text-align:right;padding-right:7px ! important; vertical-align:middle;height:31px;width:130px;
   color:#fff;
}
.checkout_td_r
{
   text-align:left;padding-right:7px ! important; vertical-align:middle;height:31px;
}

.checkout_start_l
{
   color:#fc9911;   
   font-size:13px ! important;
   
}
.checkout_start_r
{
   color:#fc9911;
   padding-left:4px;
   font-size:13px ! important;
   display: block;
}

.checkout_username {
	height:25px;
	margin-left:58px! important;
	vertical-align:middle;
	text-align:middle;
}

#checkout-payment #right .credit-card .row .field, #checkout-payment #right .field  {
	display:inline;
	float:left;
	padding-left:10px;
}

#Paymetric_ErrorLogging
{
   left:0px! important;
}

.required2
{
	margin-top:40px! important;
	font-weight:bold;
	text-transform:uppercase;
}

#account-subscription-edit .formset .row .field {
	margin-top:5px! important;
	vertical-align:middle! important;
}

#Paymetric_ErrorLogging
{
   position: absolute;
   top:5px;
   left:20px;
   margin-left:0px ! important;
   padding-right:25px;
   text-align:left;
}
#checkout-payment #right .credit-card .formset
{
  position:relative;
}
.paymetric_smallerrortext
{
 font-size:10px;
 font-weight:normal;
}

/*End Paymetric Credit Card for Payment Page*/




