.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;
	display: block;
}

.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: #cc0000;
}

/* checkout train */
ul#train {
	background: transparent url(/assets/images/ama/us/en/ucp_cart/txt_checkout.gif) no-repeat scroll 11px 19px;
   margin: 0;
   padding: 59px 0px 0px 11px;
}

ul#train li {
    list-style: none;
    display: inline;
}

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

ul#train #step1 {
	display:none;
}


/* thick colored line with header graphic in it, typically bordered on the top and bottom */
.brand_hr_outer {
}

.brand_hr_inner {
}

.btm-margin {
}

.top-margin {
}

/* processing interstitial theme */
.panel .hd {
    background: #444;
    color: white;
}

.panel .bd {
}

/* leftnav template widths */
.left-content {
    float: left;
    width: 13%;
    padding-right: 15px;
}

.right-content {
    float: right;
    width: 768px;
    margin-bottom: 30px;
}

/** PAGE: POPUP **/
.popup {
    background: #fff;
    margin: 0;
    padding: 0;
    text-align: left;
}

.popup .wrapper {
    margin: 20px;
}

.popup .header {
    width: 100%;
    clear: both;
    margin-bottom: 15px;
}

.popup .header .text {
    float: left;
    width: 60%;
    font-weight: bold;
}

.popup .header .close {
    float: left;
    width: 40%;
    text-align: right;
}

.popup .content {
    margin-bottom: 20px;
}

/** PAGE: SHOPPING CART**/
#checkout-basket {
    min-height:308px;
    background:transparent url(/assets/images/ama/us/en/global/hero.jpg) no-repeat scroll 100% 0pt;
	 position:relative;
}

#checkout-basket #cart-next-container {
	position:static;
	clear:both;
	padding-top:15px;
}

/* page header */
#cart-header {
    height: 25px;
    margin: 0 0 20px 0;
    padding: 19px 0 0 12px;
}

#cart-header img {
    vertical-align: middle;
    padding-right: 5px;
}

/* cart errors */
#cart-errors {
    padding: 0;
    float:none;
	width: 400px;
}

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

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

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

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

/* P&A check tool */
#pnabutton {margin-top:2px;}

#cart-pna {
    width: 100%;
    padding-bottom: 5px;
    position:relative;
    height:96px;
}

#cart-pna .message {
    padding: 5px 5px 10px 15px;
}

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

#cart-pna .message a {
	color:#999999;
	background: transparent url(/assets/images/ama/us/en/ucp_cart/img-right-arrow.gif) no-repeat scroll 0pt 50%;
	padding-left:13px;
	margin-left:7px;
}

#cart-pna #continue-btn {
   margin:17px 0px 0px 12px;
}

#cart-pna .formset {
	position:absolute;
	top:53px;
	left:0px;

}

#cart-pna .formset div {
    float: left;
    margin-right: 4px;
}

#cart-pna .formset div #deliveryPostalCode {
}

#cart-pna .formset .message {
    font-size: 9px;
    color: #696969;
    font-weight: bold;
    text-transform: uppercase;
}


#checkout-basket .smallerrortext{
	margin:0px 0px 10px 15px;
}
#checkout-basket .cart-error-main .smallerrortext {
	float:none;
	margin:0px;
}

#checkout-basket table.item-list th#desc {
	height:76px;
	background: transparent url(/assets/images/ama/us/en/ucp_cart/bkg_cart_items_gradient.gif) no-repeat 7px 0;
	border-top:0px;
	padding-left:7px;
	width:240px;
}
#checkout-basket table.item-list th#qty {
	padding-left:0px;
	padding-top:35px;
}
#checkout-basket table.item-list th#price {
	padding-left:0px;
	padding-top:35px;
}
#checkout-basket table.item-list th#total {
	padding-left:0px;
	padding-top:35px;
	border-top:0px;
	background: transparent url(/assets/images/ama/us/en/ucp_cart/bkg_right_horizontal_gradient.gif) no-repeat 100% 0;

}
#checkout-basket table.item-list th {
	padding-top:35px;
}


/* item list table */
table.item-list {
    width:523px;
    margin-left:12px;
}

table.item-list th {
    text-align: left;
    font-size: 11px;
    font-weight: normal;
    text-transform: capitalize;
    padding-left:15px;
    vertical-align: middle;
    height:51px;
    border-top:1px solid #CCCCCC;
}

table.item-list th#empty {
	padding:0px;
	margin:0px;
	border-top:0px;
}

table.item-list th#desc {
    width: 207px;
    padding-left:0px;
    background:transparent url(/assets/images/ama/us/en/ucp_cart/bkg_left_horizontal_gradient.gif) no-repeat scroll 100% 0pt;
	 border-top:0px;
}

table.item-list th#avail {
    width: 61px;
}

table.item-list th#qty {
    width: 67px;
    text-transform:uppercase;
    text-align:center;
    padding:0px;
}

table.item-list th#price {
    width: 66px;
    text-align:center;
    padding:0px;
}

table.item-list th#total {
    width: 73px;
    text-align:center;
    padding:0px;
    border-top:0px;
    background: transparent url(/assets/images/ama/us/en/ucp_cart/bkg_right_horizontal_gradient.gif) no-repeat scroll 100% 0pt;
}

table.item-list td {
    padding: 20px 0px 20px 0px;
    border-top:1px solid #CCCCCC;

}


table.item-list tr.pre-discount td {
    border-bottom: 0;
}

table.item-list tr.discount td {
    background-image: url( /assets/images/ama/us/en/ucp_cart/dot_divider_blue.gif );
    background-repeat: repeat-x;
}

table.item-list tr.discount td.empty {
    background: none;
}

table.item-list td.discount-amount {
    font-weight: bold;
    text-align: right;
    background: none;
    border-right: 1px solid #ccc;
}

table.item-list td.discount-total {
    background: #E6E0D1;
    font-weight: bold;
}

table.item-list td.empty {
    border-bottom: 0;
    background: transparent;
    padding: 0;
}

table.item-list td.product {
    vertical-align: top;
    background:url(/assets/images/ama/us/en/ucp_cart/bkg_products_horizontal_gradient.gif) 100% 0 no-repeat;
	 border-top:0px;
}

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

table.item-list td.product #image {
    float: left;
    display:inline;
    width:100px;
    text-align:center;
    margin:0px 0px 0px 0px;
}

table.item-list td.product #information {
    float: right;
    display:inline;
    margin: 0px 10px 0px 0px;
    width: 125px;
}

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;
}

div#checkout-basket table.item-list td.product #frequency select,
div#checkout-basket table.item-list td.product #frequency select option { width: 100%; }

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

table.item-list td.availability {
    vertical-align: top;
    background:url(/assets/images/ama/us/en/ucp_cart/bkg_vertical_divider_gradient_37.gif) 100% 0 no-repeat;
	 padding-left:15px;
}

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

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

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

table.item-list td.quantity {
    vertical-align: top;
    background:url(/assets/images/ama/us/en/ucp_cart/bkg_vertical_divider_gradient_37.gif) 100% 0 no-repeat;
	 text-align:center;
}

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

table.item-list td.quantity input {
	margin:0px auto 12px;
	padding:0px;
	width:31px;
	border:1px solid #bfbfbf;
	text-align:center;
}

table.item-list td.price {
    vertical-align: top;
    font-weight:bold;
    background:url(/assets/images/ama/us/en/ucp_cart/bkg_vertical_divider_gradient_37.gif) 100% 0 no-repeat;
	 padding-left:15px;
}

table.item-list td.total {
    vertical-align: top;
    border: 0px;
    background: transparent url(/assets/images/ama/us/en/ucp_cart/bkg_right_horizontal_gradient.gif) no-repeat 100% 0;
    padding-left:15px;
}

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

/* order totals */
.item-totals-wrapper {
	 background: transparent url(/assets/images/ama/us/en/ucp_cart/bkg_order_totals.gif) no-repeat 0 0;
   /* padding-top:17px;
    */
    float:right;
    display:inline;
    margin-right:433px;

    width:247px;
}

.item-totals-container {
  /*  float: right;
    display:inline;
    margin: 25px 18px 10px 8px;
    */
   padding-top:35px;
   padding-left:8px;
}

.item-totals-container .row {
    clear: both;
    line-height: 20px;
    width:100%;
}

.item-totals-container .row .label {
    float: left;
    width: 75%;
    text-align: left;
    display:inline;
}

.item-totals-container .row .value {
    float: left;
    width: 25%;
    text-align: right;
    display:inline;
}

.cart-subtotal {
    display:inline;
    float:right;
    clear:both;
    margin-right:433px;
    width:240px;
    position: relative;
}

.cart-subtotal .row {
    /*float: right; */
    display:inline;
    margin-right: 18px;
    clear: both;
}

.cart-subtotal .row .msg {
    position: absolute;
    left: 555px;
    width: 320px;
    vertical-align: middle;
}

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

.cart-subtotal .row .label {
   /* float: left; */
    text-align: right;
    vertical-align: middle;
    font-weight: bold;
    color:#666666;
}

.cart-subtotal .row .value {
    width: 80px;
    color: #666666;
    float: right;
    text-align: right;
    vertical-align: middle;
    font-weight: bold;
    margin-top:-12px;
}

/* next/continue section */
#cart-next-container {
   /*left:555px;
	position:absolute;
	top:316px;
	width:415px;
	*/
}

#cart-next-container #cms {
    position:absolute;
    left:555px;
    top:327px;
    width:400px;
}

#cart-next-container #more {
    width: 545px;
    clear: both;
    background:transparent url(/assets/images/ama/us/en/ucp_cart/bkg_horizontal_divider_gradient_523.gif) no-repeat scroll 50% 0pt;
    padding-top:16px;
    display:block;
    margin-top:15px;
}

#cart-next-container #more .zip-code {

    clear:both;
    padding-right: 10px;
    padding-bottom: 18px;
    margin: 15px 0 0 0;
}

#cart-next-container #more .zip-code .row {
    line-height: 25px;
    margin-left: 18px;
    float:right;
    display:inline;
}

#cart-next-container #more .zip-code .row .message a {
	color:#999999;
}

#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 {
    margin: 22px 0 15px 24px;
}

#cart-next-container #more .button .row {
    clear: both;
    margin-top: 10px;
}

#cart-next-container #more .button .row .btn-continue {
    float: left;
    line-height: 30px;
    background: transparent url(/assets/images/ama/us/en/ucp_cart/bkg_vertical_divider_gradient_67.gif) no-repeat scroll 100% 0pt;
	 height:67px;
	 padding-top:18px;
}

#cart-next-container #more .button .row .btn-continue img {
    vertical-align: middle;
    margin-right: 10px;

}

#cart-next-container #more .button .row .btn-checkout {
    float: left;
    line-height: 20px;
    text-align: center;
    margin-left:10px;
    padding-top:18px;
}

#cart-next-container #more .button .row .btn-checkout img {
    vertical-align: middle;

}

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

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

/* form fields */
#deliveryPostalCode {
    width: 165px;
}

/** PAGE: LOGIN (CHECKOUT) **/
#checkout-login {
    width: 100%;
}

#checkout-login .global-error {
	margin:0px 0px 15px 25px;
   width:450px;
}

.account-login-area {
    width:555px;
}

.account-login-content {
    margin: 0 auto 0 auto;
    padding: 0px 0 25px 0;
    background:transparent url(/assets/images/ama/us/en/global/hero.jpg) no-repeat scroll 100% 0pt;

}

.account-login-content .header {
    padding: 20px 0 25px 14px;
    width:450px;
}

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

.account-login-header-left {
    font-weight: bold;
    font-size: 14px;
    padding: 10px 0 10px 0px;
    text-align: left;
}

.account-login-container-left {

}

.account-login-content .message {
    margin: 15px 0px;
    width:210px;
}

.account-login-content .message2 {
    margin: 10px auto 10px auto;
    border-top: 1px solid #eee;
}

.account-login-content .message3 {
    border-bottom: 1px solid #eee;
}

.account-login-content .message2 .text {
    padding: 12px 0px;
    font-weight: bold;
}

.account-login-wrapper-right {
    display: inline;
    float: right;
    width: 275px;
}

.account-login-header-right {
    font-weight: bold;
    font-size: 14px;
    padding: 10px 0 10px 12px;
}

.account-login-container-right {
    height: 190px;
    padding: 0 12px 0 12px;
    line-height: 14px;
    text-align: left;
}

.account-login-content form.formset {

}

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

.account-login-content form.formset .error {

}

.account-login-content form.formset .row .label {

}

.account-login-content form.formset .row .field {

}

.account-login-content form.formset .row .forgotpw {
    padding-top: 5px;
}

.account-login-content form.formset .row .button {
    padding-top: 5px;
}

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

/** GLOBAL CHECKOUT **/
#checkout-header {
    margin-bottom: 4px;
}

#checkout-header img {
    margin: 5px 0 0 11px;
}

#checkout-header .message {
    margin: 0 0 20px 0;
}

/* order totals sidebar */
.totals-wrapper {
	background: transparent url(/assets/images/ama/us/en/ucp_cart/txt_order_totals.gif) no-repeat scroll left top;
	padding-top:28px;
}

.totals-wrapper .header {
    line-height: 34px;
    padding-left: 10px;
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
    background: transparent url(/assets/images/ama/us/en/ucp_cart/bkg_order_totals.gif) no-repeat scroll left top;
	display:none;
}

.totals-wrapper .row {
    height: 25px;
}

.totals-wrapper .row .label {
    float: left;
    text-align: right;
}

.totals-wrapper .row .field {
    float: right;
    padding-right: 5px;
    text-align: right;
    width: 65px;
}

.totals-wrapper .subtotal {
    clear: both;
    height: 30px;
    width: 100%;
    font-weight: bold;
}

.totals-wrapper .subtotal .label {
    font-weight: bold;
}

.totals-wrapper .subtotal .field {
    font-weight: bold;
    color: red;
}

/** PAGE: DELIVERY ADDRESS (CHECKOUT) **/
#checkout-delivery {
    width:100%;
    background:transparent url(/assets/images/ama/us/en/global/hero.jpg) no-repeat scroll 100% 0pt;
    position:relative;
}

#checkout-delivery .totals-wrapper .field {
    margin-right: 5px;
}

#checkout-delivery #block {
    width: 321px;
    padding: 22px 0 20px 0;
    float:left;

}

#checkout-delivery #block #wrapper {
    padding: 0 10px 0 11px;
}

#checkout-delivery #sidebar {
    width: 199px;
    float: left;
    display:inline;
    padding-left:14px;
    margin-top:28px;
    background: transparent url(/assets/images/ama/us/en/ucp_cart/bkg_vertical_divider_gradient_104.gif) no-repeat 0 0;
}
#checkout-delivery #buttons {
    float:left;
    clear:right;
    margin-left:11px;
}
#checkout-delivery .cb {

}
#checkout-delivery #cart-next-container {
	left:555px;
	position:absolute;
	top:330px;
	width:415px;
}

#checkout-delivery #cms {
    background-image: none;
    float: none;
    position:static;
}
#checkout-delivery .formset {
    width: 100%;
}

#checkout-delivery .formset .row {
    clear: both;
    width: 100%;
    padding-top: 16px;
}

#checkout-delivery .formset .error {
    clear: both;
    padding-top: 3px;
    margin-left:0px;
    margin-bottom:0px;
}

#checkout-delivery .formset .row .label {
   padding-top: 2px;
   width: 110px;
   margin:0px 7px 6px 0px;
}

#checkout-delivery .formset .row .required {
	   font-weight:normal;
	   text-transform:none;
	   margin-left:-5px;
	   text-align:right;
	   padding-bottom:5px;
	   background: transparent url(/assets/images/ama/us/en/ucp_cart/bkg_horizontal_divider_gradient_301.gif) no-repeat 0px 100%;
}

#checkout-delivery .formset .error .also-billing {
    font-weight: normal;
    color: #666666;
    margin-top:10px;
    width:180px;
    height:25px;
    background-color:#f2f2f2;
}

#checkout-delivery .formset .row .note {
    font-size: 9px;
}

#checkout-delivery .formset .row .button {
    text-align: right;
    padding-top: 5px;
}

#checkout-delivery .formset .row .field input {
    width: 170px;
    border;1px solid #bebebe;
}

#checkout-delivery .formset .row .field input#postalCode {
    width: 50px;
}

#checkout-delivery .formset .row .field input#phone {
    width: 30px;
}

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

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

#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 #ccc;
    padding-left: 40px;
}

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

/** PAGE: BILLING ADDRESS (CHECKOUT) **/
#checkout-billing {
    width: 100%;
    position:relative;
	 background:transparent url(/assets/images/ama/us/en/global/hero.jpg) no-repeat scroll 100% 0pt;
}

#checkout-billing .totals-wrapper .field {
    margin-right: 5px;
}

#checkout-billing #block {
    width: 321px;
	 padding: 22px 0 20px 0;
    float:left;
}

#checkout-billing #block #wrapper {
    padding: 0 10px 0 11px;
}

#checkout-billing #sidebar {
   width: 199px;
	float: left;
	display:inline;
	padding-left:14px;
	margin-top:28px;
   background: transparent url(/assets/images/ama/us/en/ucp_cart/bkg_vertical_divider_gradient_104.gif) no-repeat 0 0;
}

#checkout-billing #policy {
    margin: 0px 0px 10px 0px;
    clear: both;
    padding: 0px 0 8px 10px;
    width:515px;
}

#checkout-billing #account {
    margin: 0 15px 15px 11px;
    clear: both;
    background-color:#f2f2f2;
    width:525px;
}


#checkout-billing #buttons #button {
   margin-left:11px;
}

#checkout-billing #cms {
    background-image: none;
    float: none;
}

#checkout-billing #policy .left {
    float: left;
}

#checkout-billing #policy .left .checkbox {
    float: left;
}

#checkout-billing #policy .left .text {
    float: left;
    width: 270px;
    padding-left: 8px;
    padding-right: 20px;
}

#checkout-billing #policy .policy-text {
    float: left;
    clear:left;
    margin:10px 0px 0px 27px;
}
#checkout-billing #policy .policy-text a {
	background: transparent url(/assets/images/ama/us/en/ucp_cart/ima_red_right_arrow.gif) no-repeat 0px 50%;
	padding-left:9px;
	margin-left:3px;
}
#checkout-billing #policy .policy-text br {
	display:none;
}

#checkout-billing #account .create {
    float: left;
    padding-bottom: 15px;
    display:inline;
}

#checkout-billing #account .header {
    padding-bottom: 8px;
    font-weight: bold;
    font-size: 13px;
    margin: 18px 0px 2px 24px;
}
#checkout-billing #account .guidelines .header {
	margin:0px 5px 0px 24px;
	font-size:11px;
	padding-bottom:0px;
	font-weight:normal;
	float:left;
	display:inline;
}

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

#checkout-billing #account .row {

    padding-top: 5px 0px;
    margin-left:24px;

}

#checkout-billing #account .error {
    clear: both;
 	 margin-left:24px;
 	 width:195px;
}

#checkout-billing #account .row .label {


    text-align: left;
    padding-top: 2px;
    padding-right: 5px;
}

#checkout-billing #account .row .field {

}
#checkout-billing #account .row .field input {
	width:185px;
}

#checkout-billing #account .guidelines {
    float:left;
    display:inline;
    margin-top:60px;

}

#checkout-billing .formset {
    width: 100%;
}

#checkout-billing .formset .row {
    clear: both;
    width: 100%;
    padding-top: 9px;
}

#checkout-billing .formset .error {
    clear: both;
    padding-top: 3px;
    margin-bottom:0px;
    margin-left:0px;
}

#checkout-billing .formset .row .label {
   padding-top: 2px;
	width: 110px;
   margin:0px 7px 6px 0px;
}

#checkout-billing .formset .row .required {
	font-weight:normal;
	text-transform:none;
	margin-left:-5px;
	text-align:right;
	padding-bottom:5px;
	background: transparent url(/assets/images/ama/us/en/ucp_cart/bkg_horizontal_divider_gradient_301.gif) no-repeat 0px 100%;
	float:none;
}

#checkout-billing .formset .row .text {
    margin-top: 2px;
}


#checkout-billing .formset .error .also-billing {
    font-weight: bold;
}

#checkout-billing .formset .row .note {
   display:none;
}

#checkout-billing .formset .row .button {
    text-align: right;
    padding-top: 5px;
}

#checkout-billing .formset .row .field input {
    width: 170px;
    border:1px solid #bebebe;
}

#checkout-billing .formset .row .field input#postalCode {
    width: 50px;
}

#checkout-billing .formset .row .field input#phone {
    width: 30px;
}

/** PAGE: PAYMENT (CHECKOUT) **/
#checkout-payment {
    width:100%;
    background: transparent url(/assets/images/ama/us/en/global/hero.jpg) no-repeat scroll 100% 0pt;
	 position:relative;
}
#checkout-payment .header01 {
	border:0px;
}

#checkout-payment .totals-wrapper .field {
    margin-right: 5px;
}

#payment-header {
    margin: 0 0 0 0;
    padding: 0 0 0 20px;
}

#payment-header img {
    vertical-align: middle;
    margin-top: 23px;
}

#checkout-payment .message {
    padding: 5px 5px 10px 20px;
}

.header01 {
    border-top: 1px solid #ccc;
    padding: 11px 0 8px 20px;
    width:530px;
}


.header01account .line {
    height: 2px;
}

.header01account .inner {
	 background: transparent url(/assets/images/ama/us/en/ucp_cart/myaccount/bkg_horizontal_gradient_divider_375.gif) no-repeat 0 0;
    padding: 10px 0px 0px 0px;
    width:375px;
    margin-left:20px;
}

.header02 {
    margin-bottom: 20px;
    padding-top:50px;
}

.header02 .inner {
    padding: 12px 0 12px 20px;
}

#checkout-payment #left {
    float: right;
    display:inline;
    width: 217px;
    margin-right:425px;
    margin-top:0px;
}

.billing-address .header {
    display:none;
}

#checkout-payment #left .billing-address {
   /* background: transparent url(/assets/images/ama/us/en/ucp_cart/title_billing_address.gif) no-repeat 0 0; */
}

#checkout-payment #left .billing-address .header {
	display:block;
	font-size:18px;
	font-family:arial;
	color:#999999;
}
#checkout-payment #left .billing-address .header a {
	font-size:11px;
	color:#999999;
}


.billing-address .content {
	padding-bottom:19px;
	background:transparent url(/assets/images/ama/us/en/ucp_cart/bkg_horizontal_divider_gradient_217.gif) no-repeat scroll 0% 100%;
}



.shipping-address .header {
   display:none;
}

.shipping-address .content {
	padding-top:20px;
}

#checkout-payment #left .shipping-address {
   /*  background:transparent url(/assets/images/ama/us/en/ucp_cart/title_delivery_address.gif) no-repeat 0 0; */

}
#checkout-payment #left .shipping-address .header {
	display:block;
	font-size:18px;
	font-family:arial;
	color:#999999;
	margin-top:15px;
}
#checkout-payment #left .shipping-address .header a {
	font-size:11px;
	color:#999999;
}
#checkout-payment #left .shipping-address .content {
	padding-top:0px;
}


#checkout-payment #right {
    float: left;
    display:inline;
    width: 310px;
    position:relative;
    margin-bottom:135px;
}

#checkout-payment #right .promo {
    margin: 0 0px 5px 19px;
    background-color:#F2F2F2;
    width:480px;
    padding:17px 17px 32px;
    position:absolute;
    bottom:-135px;
}

#checkout-payment #right .promo .message {
    padding: 0px;
    width:220px;
    position:absolute;
    top:56px;
    left:93px;
}

#checkout-payment #right .promo .message .highlighted {
   text-transform:lowercase;
}

#checkout-payment #right .promo .row {
    clear: both;
    width: 100%;
    vertical-align: middle;
}

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

#checkout-payment #right .promo .field {
   padding-top:2px;
}

#checkout-payment #right .promo .field input {
    width: 206px;
}

#checkout-payment #right .promo .button {
    margin-top:11px;
}

#checkout-payment #right .promo .error {
    margin:9px 0px 0px 0px;
    float:left;
}

#checkout-payment #right .credit-card {
}

#checkout-payment #right .credit-card .formset {
    padding-left: 20px;
}

#checkout-payment #right .credit-card .formset .message {
	padding:0px;
	display:none;
}

#checkout-payment #right .credit-card .formset .row {
    clear: both;
    width: 100%;
}

#checkout-payment #right .credit-card .formset .row .label {
   padding-top: 12px;
   width: 130px;
   margin-right: 7px;
}

#checkout-payment #right .credit-card .formset .row .field {
    float: left;
    text-align: left;
}
#checkout-payment #right .credit-card .formset .row .required {
    font-weight:normal;
    text-transform:capitalize;
    float:right;
    margin-right:10px;
	padding-top:15px;
	padding-bottom:15px;	
}

#checkout-payment #right .credit-card .formset .row .field input {
    width: 170px;
    border:1px solid #bebebe;
}

#checkout-payment #right .credit-card .formset .row .checkbox {
    float: left;
    text-align: left;
    padding: 0 4px 0 2px;
}

#checkout-payment #right .credit-card .formset .row .checkbox input {
    width: auto;
}

#checkout-payment #right .credit-card .formset .row .text {
    float: left;
    text-align: left;
}

#checkout-payment #right .credit-card .formset .row .note {
    padding:8px 0px 0px 5px;
    float:left;
    display:inline;
}

#checkout-payment #right .credit-card .formset .error {
    clear: both;
    width: 100%;
    padding-top: 3px;
    margin-left:0px;
}

#checkout-payment #right .credit-card .formset .error .field {

}

#checkout-payment #right .submit-area {
    margin:12px 0px 0px 19px;
    padding-bottom:10px;

}


/* redefining some item-list styles re-used from basket */
#checkout-payment table.item-list {
	background:transparent url(/assets/images/ama/us/en/ucp_cart/bkg_horizontal_divider_gradient_523.gif) no-repeat scroll 0px 100%;
}

#checkout-payment table.item-list th#qty {
    width: 50px;
 }

#checkout-payment table.item-list th#total {
    width: 75px;

}

#checkout-payment table.item-list th#avail {
    width: 120px;

}

/* redefining some next-container styles re-used from basket */
#checkout-payment #cart-next-container {
   position:static;
   margin-left:295px;
}

#checkout-payment #cart-next-container #cms {
    width: 217px;
    left:555px;
	 position:absolute;
	 top:330px;
}

#checkout-payment #cart-next-container #more {
   width: 245px;
   background:none;
   margin-top:0px;
}

#checkout-payment .totals-wrapper .subtotal {
    border-bottom: 0;
    text-transform: uppercase;
}

/** PAGE: RECEIPT (CHECKOUT) **/
#checkout-receipt {
   width: 100%;
	background:transparent url(/assets/images/ama/us/en/global/hero.jpg) no-repeat scroll 100% 0pt;
	position:relative;
}

#checkout-receipt .totals-wrapper .header {
    margin-bottom: 10px;
}

#checkout-receipt .totals-wrapper  .field {
    margin-right: 15px;
    color:#666666;
}


#checkout-receipt .message {
    padding: 5px 5px 10px 20px;
    width:230px;
    float:left;
    display:inline;
}

#checkout-receipt .message img {
	padding-left:165px;
}

#checkout-receipt .header01 {
	clear:both;
	border:0px;
}

#checkout-receipt .print {
    float: left;
    margin: 10px;
}

#checkout-receipt .close {
    float: right;
    margin: 10px;
}

#checkout-receipt .addresses {
    width: 100%;
}

#checkout-receipt .addresses {
    clear: both;
    width: 100%;
}

#checkout-receipt .addresses .billing-address {
    width: 254px;
    padding: 20px 45px 20px 0px;
    background: transparent url(/assets/images/ama/us/en/ucp_cart/title_billing_address.gif) no-repeat scroll 0 0;
	 margin-left:20px;
}
#checkout-receipt .addresses .billing-address .header {
	display:none;
}

#checkout-receipt .addresses .shipping-address {
    float: left;
    display:inline;
    margin-left:20px;
    padding: 20px 45px 20px 0px;
    background: transparent url(/assets/images/ama/us/en/ucp_cart/title_delivery_address.gif) no-repeat scroll 0 0;
}
#checkout-receipt .addresses .shipping-address .header {
	display:none;
}
#checkout-receipt .addresses .shipping-address .content {
	padding-top:0px;
}


#checkout-receipt .ordernumber {
	background: transparent url(/assets/images/ama/us/en/ucp_cart/bkg_horizontal_divider_gradient_523.gif) no-repeat scroll 0px 100%;
	height:30px;
	margin-bottom:10px;
}

#checkout-receipt .ordernumber img {
    float: left;
    padding-top: 3px;
    padding-right: 5px;
    vertical-align: bottom;
}

#checkout-receipt .ordernumber .txt {
    float: left;
    font-weight: bold;
    color:#ca0000;
}

#checkout-receipt .orderdate {
    float: right;
    margin-right: 20px;
    display:none;
}

#checkout-receipt .orderdate img {
    float: left;
    padding-top: 2px;
    padding-right: 5px;
    vertical-align: bottom;
}

#checkout-receipt .orderdate .txt {
    float: left;
}

#checkout-receipt table.item-list th#qty {
    width: 67px;
    text-align:center;
}

#checkout-receipt table.item-list th#total {
    width: 75px;
    text-align:center
}

#checkout-receipt table.item-list th#avail {
    width: 120px;
    padding-left: 20px;
}

#checkout-receipt #cart-next-container {
    width: 780px;
    position:static;
}

#checkout-receipt #cart-next-container #cms {
    width: 217px;
    position:absolute;
    left:555px;
    top:325px;
}

#checkout-receipt #cart-next-container #more {
    width: 245px;
    float: left;
    display:inline;
    padding: 0;
    margin: 20px 0 0 300px;
    clear:none;
    background:none;

}

#checkout-receipt .totals-wrapper .subtotal {
    border-bottom: 0;
}

#checkout-receipt .totals-wrapper {
    background: transparent url(/assets/images/ama/us/en/ucp_cart/bkg_order_totals.gif) no-repeat scroll left top;
	 padding-top:40px;
	 padding-left:8px;
	 width:247px;
}

#checkout-receipt .totals-wrapper * {
    margin: 0;
}


/* RECEIPT item list table */
#checkout-receipt table.item-list th {
    text-align: left;
    font-size: 11px;
    font-weight: normal;
    text-transform: capitalize;
    padding-left:15px;
    vertical-align: middle;
    height:51px;
}

#checkout-receipt table.item-list th#empty {
	padding:0px;
	margin:0px;
}

#checkout-receipt table.item-list th#desc {
    width: 202px;
    padding-left:5px;
}

#checkout-receipt table.item-list th#avail {
    width: 105px;
}

#checkout-receipt table.item-list th#qty {
    width: 67px;
    text-transform:uppercase;
    text-align:center;
    padding:0px;
}

#checkout-receipt table.item-list th#price {
    width: 66px;
    text-align:center;
    padding:0px;
}

#checkout-receipt table.item-list th#total {
    width: 73px;
    text-align:center;
    padding:0px;
}

#checkout-receipt table.item-list td {

}

#checkout-receipt table.item-list tr.pre-discount td {
    border-bottom: 0;
}

#checkout-receipt table.item-list tr.discount td {
    background-image: url( /assets/images/ama/us/en/ucp_cart/dot_divider_blue.gif );
    background-repeat: repeat-x;
}

#checkout-receipt table.item-list tr.discount td.empty {
    background: none;
}

#checkout-receipt table.item-list td.discount-amount {
    font-weight: bold;
    text-align: right;
    background: none;
    border-right: 1px solid #ccc;
}

#checkout-receipt table.item-list td.discount-total {
    background: #E6E0D1;
    font-weight: bold;
}

table.item-list td.empty {
    border-bottom: 0px;
    background: transparent;
    padding: 0px;
    border-top:0px;
}

#checkout-receipt table.item-list td.product {
    vertical-align: top;
    padding-left: 10px;
}

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

#checkout-receipt table.item-list td.product #image {
    float: left;
    padding-right: 7px;
}

#checkout-receipt table.item-list td.product #information {
    float: left;
    display:inline;
    margin: 0 0 15px 0;
    width: 83px;
}

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

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

#checkout-receipt 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;
}

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

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

#checkout-receipt table.item-list td.availability {
    vertical-align: top;
}

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

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

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

#checkout-receipt table.item-list td.quantity {
    vertical-align: top;
    text-align:center;
    padding: 15px 0px;
    font-weight:bold;
}

#checkout-receipt table.item-list td.quantity a {
    color: #333;
    text-decoration: underline;
}

#checkout-receipt table.item-list td.quantity input {
	margin:0px auto 12px;
	padding:0px;
}

#checkout-receipt table.item-list td.price {
    vertical-align: top;
    font-weight:bold;
}

#checkout-receipt table.item-list td.total {
    vertical-align: top;
    border-right: 0;
    text-align:center;
}

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




/* my account breadcrumb */
.breadcrumb {
    width:600px;
    font-size: 10px;
    color: #999999;
    position:absolute;
    top:119px;
    left:135px;
}

.breadcrumb ul {
    list-style: none;
    margin: 0;
    padding: 12px 12px 10px 20px;
    height: 10px;
}

.breadcrumb ul li {
    display: inline;
    text-transform: capitalize;
}

.breadcrumb ul li a {
	text-decoration:none;
	color:#999999;
}

/* my account leftnav */
#account-leftnav {
    margin-bottom: 20px;
    margin-top: 20px;
}

#account-leftnav .header {
	margin-left:14px;
	margin-bottom:17px;
}

#account-leftnav .option {

}

#account-leftnav .arw {

}

/* my account header */
#account-header {
   margin-left:20px;
   padding-top:20px;
   width:555px;
}

/** PAGE: REGISTRATION (ACCOUNT) **/
#account-registration {
    width: 100%;
    background: transparent url(/assets/images/ama/us/en/global/hero.jpg) no-repeat scroll 100% 0pt;

}

#account-registration .content {
    padding-left: 20px;
    padding-bottom: 20px;
}

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

#account-registration .formset .row {
    clear: both;
    width: 100%;
    padding-top: 9px;
}

#account-registration .formset .error {
    clear: both;
    padding-top: 3px;
    margin-left: 147px;
    width:200px;
}

#account-registration .formset .row .label {
    float: left;
    padding-top: 2px;
    width: 140px;
    text-align: right;
    margin-right: 7px;
}

#account-registration .formset .row .field {
    float: left;
    text-align: left;
}

#account-registration .formset .error .also-billing {
    font-weight: bold;
}

#account-registration .formset .row .note {
    float: left;
    text-align: left;
    padding-left: 10px;
}

#account-registration .formset .row .button {
    text-align: right;
    padding-top: 5px;
}

#account-registration .formset .row .field input {
    width: 170px;
}

#account-registration .formset .row .field input#postalCode {
    width: 50px;
}

#account-registration .formset .row .field input#phone {
    width: 30px;
}

#account-registration .email-password {
    padding-top: 10px;
    width:575px;
}

#account-registration .email-password .left {
    float: left;
    width: 340px;
}

#account-registration .email-password .right {
    float: right;
    padding: 10px;
    padding-left: 20px;
    vertical-align: middle;
    background: url( /assets/images/ama/us/en/ucp_cart/dot_divider.gif ) repeat-y top left;
    margin-right: 20px;
}

#account-registration .email-password .right .header {
    font-weight: bold;
    padding-bottom: 8px;
}

#account-registration .email-password .right #guidelines {
    list-style: none;
    padding: 0;
    margin: 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-registration .infoline {
    padding: 20px 0 2px 3px;
    margin: 0 20px 0 20px;
}

#account-registration .infoline .checkbox {
    float: left;
}

#account-registration .infoline .txt {
    float: left;
    line-height: 18px;
    padding-left: 6px;
}

#account-registration .infoline .txt .part1 {
    font-weight: bold;
}

/** PAGE: MAIN (ACCOUNT) **/
#account-main {
    width: 100%;
    padding-top:30px;
    background:transparent url(/assets/images/ama/us/en/global/hero.jpg) no-repeat scroll 100% 0pt;

}

#account-main .options {
    width: 95%;
}

#account-main .options .row {
    margin-bottom: 25px;
}

#account-main .options .row .label {
    padding: 8px 0 5px 5px;
    font-weight: bold;
}

#account-main .options .row .label a {
    font-size: 18px;
    color:#CC0000;
    font-weight:normal;
}
#account-main .options .row .label img {
	display:none;
}

#account-main .options .row .desc {
    padding: 5px;
}

/** PAGE: ORDER STATUS (ACCOUNT) **/
#account-orderstatus {
    width: 100%;
    background: transparent url(/assets/images/ama/us/en/global/hero.jpg) no-repeat scroll 100% 0pt;
	 min-height:307px;
	 height:auto !important;
  	 height:307px;
}

#account-orderstatus .content {
    padding-bottom: 20px;
    padding-left: 20px;
    width:400px;
}

#account-orderstatus .content .message {
    padding: 0 20px 10px 0;
	width: 320px;
}

#account-orderstatus .formset {
    width: 100%;
}

#account-orderstatus .formset .row {
    clear: both;
    width: 100%;
    padding-top: 9px;
}

#account-orderstatus .formset .error {
    clear: both;
    padding-top: 3px;
    margin-left:0px;
}

#account-orderstatus .formset .row .label {
    padding-top: 2px;
    width: 140px;
    margin-right: 7px;
    padding-bottom:5px;
}

#account-orderstatus .formset .row .field {
    float: left;
    text-align: left;
}

#account-orderstatus .buttons {
    text-align: left;
    margin: 20px;
}

#account-registration .buttons {
    text-align: left;
    margin: 20px;
}

#account-registration .buttons img {
	vertical-align:text-top;
	padding-right:10px;
}

/** PAGE: EMAIL/PREFS (ACCOUNT) **/
#account-profile {
    width: 100%;
    background:transparent url(/assets/images/ama/us/en/global/bkgrd-non-hero.gif) no-repeat scroll 100% 0pt;

}

#account-profile .inner {
   background:transparent url(/assets/images/ama/us/en/ucp_cart/myaccount/bkg_horizontal_gradient_divider_397.gif) no-repeat scroll 0 0;
	border:0px;
	margin-left:0px;
	padding-left:20px;
}

#account-profile .header02 .inner {
	background:none;
}

#account-profile .inner {
   background:transparent url(/assets/images/ama/us/en/ucp_cart/myaccount/bkg_horizontal_gradient_divider_397.gif) no-repeat scroll 0 0;
	border:0px;
	margin-left:0px;
	padding-left:20px;
}

#account-profile .buttons {
	background: transparent url(/assets/images/ama/us/en/ucp_cart/myaccount/bkg_vertical_divider_gradient_32.gif) no-repeat 50% 0px;
	height:32px;
	margin-left:20px;
	width:120px;
}

#account-profile .buttons img {
	margin-top:10px;
	display:inline;
	float:right;
	margin-right:6px;
}

#account-profile .buttons input {
	margin-top:7px;
}

#account-profile .content {
    padding-bottom: 20px;
    padding-left: 20px;
    width:400px;
}

#account-profile .content .row {
    clear: both;
    padding: 4px 0 4px 0;
    width: 100%;
}

#account-profile .content .checkbox {
    float: left;
    padding: 8px 4px 8px 4px;
}

#account-profile .content .checkbox input {
	border: 1px solid #bfbfbf;
}

#account-profile .content .txt {
    float: left;
    padding: 8px;
    width: 60%;
}

#account-profile .content .policy {
    float: left;
    padding: 8px;
}

#account-profile .formset {
    width: 100%;
}

#account-profile .formset .row {
    clear: both;
    width: 100%;
    padding-top: 9px;
}

#account-profile .formset .error {
    clear: both;
    padding-top: 3px;
	 margin-left:0px;
}

#account-profile .formset .row .label {
    padding-top: 2px;
    width: 140px;
    margin-right: 7px;
    margin-bottom:5px;
}

#account-profile .formset .row .field {
    float: left;
    text-align: left;
}

#account-profile .formset .row .field input {
	border:1px solid #bfbfbf;
}

/** PAGE: BILLING ADDRESS (ACCOUNT) **/
#account-billing {
   width: 100%;
   background:transparent url(/assets/images/ama/us/en/global/bkgrd-non-hero.gif) no-repeat scroll 100% 0pt;
}

#account-billing .content {
    padding-top: 20px;
    padding-left: 20px;
    width:450px;

}

#account-billing .content .message {
    padding: 0 20px 20px 0;
}

#account-billing .content .form {
    float: left;
    display:inline;
    width: 60%;
	 padding-right:12px;
	 background: transparent url(/assets/images/ama/us/en/ucp_cart/myaccount/bkg_vertical_divider_gradient_171.gif) no-repeat 100% 0;
	 margin-right:12px;
}

#account-billing .content .info {
    float: right;
    width: 30%;
    padding-right: 10px;
}

#account-billing .formset {
    width: 100%;
}

#account-billing .formset .row {
    clear: both;
    width: 100%;
    padding-top: 9px;
}

#account-billing .formset .error {
    clear: both;
    padding-top: 3px;
    margin-left:0px;
}

#account-billing .formset .row .label {
    padding-top: 2px;
    width: 120px;
    text-align: left;
    margin-right: 7px;
    padding-bottom:5px;
}

#account-billing .buttons {
	width:100px;
	background: transparent url(/assets/images/ama/us/en/ucp_cart/myaccount/bkg_vertical_divider_gradient_32.gif) no-repeat 50% 0px;
	height:32px;
	margin-left:20px;
}

#account-billing .buttons img {
	float:right;
	display:inline;
	margin-top:10px;
}

#account-billing .buttons input {
	margin-top:7px;
}

#account-billing .formset .row .field {
    text-align: left;
}

#account-billing .formset .row .field input {
    width: 170px;
    border: 1px solid #bfbfbf;
}

#account-billing .formset .row .field input#postalCode {
    width: 50px;
}

#account-billing .formset .row .field input#phone {
    width: 30px;
}

/** PAGE: SUBSCRIPTIONS (ACCOUNT) **/
#account-subscriptions {
    width: 100%;
    background:transparent url(/assets/images/ama/us/en/global/bkgrd-non-hero.gif) no-repeat scroll 100% 0pt;
}

#account-subscriptions .subscription_spaces {
    margin-left: 20px;
}

#account-subscriptions .header01account .inner {
    clear: both;
}

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

#account-subscriptions .header01account .view img {
    float: none;
}

#account-subscriptions .view {
    float: right;
    width: 40%;
}

table.subscription-list {
    width: 100%;
}

table.subscription-list th {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #ccc;
    padding: 8px 8px 8px 20px;
    text-transform: uppercase;
    font-weight: bold;
}

table.subscription-list th.col1 {
    width: 45%;
}

table.subscription-list th.col2 {
    width: 40%;
}

table.subscription-list th.col3 {
    width: 15%;
}

table.subscription-list td {
    border-bottom: 1px solid #ccc;
    padding: 18px 8px 18px 20px;
    vertical-align: top;
    background: url( /assets/images/ama/us/en/ucp_cart/dot_divider.gif ) repeat-y top left;
}

table.subscription-list tr td.first {
    background-image: none;
}

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

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

table.subscription-list .button {
    padding-top: 30px;
}

table.subscription-list .button img {
    padding-bottom: 5px;
}

/* alternating row colors */
tr.alt1 td {
    background-color: #fff;
}

tr.alt1 td.first {
    background-color: #fff;
}

tr.alt2 td {
    background-color: #f6f6f6;
}

tr.alt2 td.first {
    background-color: #f6f6f6;
}

/** PAGE: SUBSCRIPTION RELATED POPUPS **/
.subscription-popup {
    margin: 20px;
    text-align: left;
}

.subscription-popup .row {
    clear: both;
    padding-top: 9px;
}

.subscription-popup .row .button {
    float: left;
}

.subscription-popup .row .txt {
    float: left;
    padding-left: 8px;
    padding-top: 4px;
}

.subscription-popup .header {
    font-size: 12px;
    font-weight: bold;
}

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

.subscription-popup .content .left {
    float: left;
    width: 150px;
}

.subscription-popup .content .right {
    float: right;
    margin-bottom: 10px;
}

.subscription-popup .content .right .row {
    clear: both;
    width: 100%;
}

.subscription-popup .content .right .row .label {
    float: left;
    width: 250px;
}

.subscription-popup .content .right .row .value {
    float: left;
}

.subscription-popup .message {
    margin-top: 10px;
    margin-bottom: 20px;
}

.subscription-popup .formset {
    width: 100%;
}

.subscription-popup .formset .error {
    clear: both;
    padding-top: 3px;
    padding-left: 118px;
}

.subscription-popup .formset .row {
    clear: both;
    padding-top: 9px;
}

.subscription-popup .formset .row .label {
    float: left;
    width: 110px;
    text-align: right;
}

.subscription-popup .formset .row .field {
    float: left;
    padding-left: 8px;
}

.subscription-popup .bordered {
    border: 1px solid #ccc;
    padding: 8px;
}

.subscription-popup .close {
}

/** PAGE: EDIT SUBSCRIPTION (ACCOUNT) **/
#account-subscription-edit .formset {
    width: 100%;
}

#account-subscription-edit .content {
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}

#account-subscription-edit .content .left {
    position: relative;
    float: left;
    width: 30%;
    background: url( /assets/images/ama/us/en/ucp_cart/dot_divider.gif ) repeat-y top right;
}

#account-subscription-edit .content .right {
    position: relative;
    float: left;
    padding-left: 35px;
}

#account-subscription-edit .row {
    clear: both;
    width: 100%;
}

#account-subscription-edit .formset .row {
    clear: both;
    width: 100%;
    padding-top: 9px;
}

#account-subscription-edit .formset .error {
    clear: both;
    padding-top: 3px;
    padding-left: 146px;
}

#account-subscription-edit .formset .row .label {
    float: left;
    padding-top: 2px;
    width: 140px;
    text-align: right;
    margin-right: 7px;
}

#account-subscription-edit .formset .row .field {
    float: left;
    text-align: left;
}

#account-subscription-edit .formset .row .note {
    float: left;
    text-align: left;
    padding-left: 12px;
}

#account-subscription-edit .formset .row .field input {
    width: 170px;
}

#account-subscription-edit .formset .row .field input#postalCode {
    width: 50px;
}

#account-subscription-edit .formset .row .field input#phone {
    width: 30px;
}

#account-subscription-edit .content .right .formset {
    padding-top: 0;
}

#account-subscription-edit .row .content1 {
    float: left;
    width: 30%;
    padding: 12px 8px 12px 20px;
    background: url( /assets/images/ama/us/en/ucp_cart/dot_divider.gif ) repeat-y top right;
}

#account-subscription-edit .row .content2 {
    float: left;
    width: 30%;
    padding: 12px 8px 25px 20px;
    background: url( /assets/images/ama/us/en/ucp_cart/dot_divider.gif ) repeat-y top right;
}

#account-subscription-edit .row .content3 {
    float: left;
    padding: 12px 8px 12px 20px;
}

/** PAGE: CHECK ORDER STATUS **/
#user-orderstatus {
    width: 100%;
	background:transparent url(/assets/images/ama/us/en/global/hero.jpg) no-repeat scroll 100% 0pt;
}

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

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

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

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

/** PAGE: ORDER STATUS **/
#order-status {
    width: 100%;
	background:transparent url(/assets/images/ama/us/en/global/hero.jpg) no-repeat scroll 100% 0pt;
}

#order-status .message {
    padding: 10px 5px 20px 20px;
}

#order-status #payment-header img {
    margin-top: 35px;
}

#order-status .left {
    float: left;
    width: 70%;
}

#order-status .print {
    margin-left: 40em;
    padding: 12px 12px 0 12px;
}

#order-status .print2 {
    float: left;
    margin: 10px;
}

#order-status .close {
    float: right;
    margin: 10px;
}

#order-status .addresses {
    clear: both;
    width: 100%;
    background: url( /assets/images/ama/us/en/ucp_cart/dot_divider.gif ) repeat-y 245px 0;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
}

#order-status .addresses .billing-address {
    float: left;
    padding: 20px;
    padding-bottom: 10px;
    width: 230px;
}

#order-status .addresses .shipping-address {
    float: left;
    padding: 20px;
    padding-bottom: 10px;
    width: 230px;
}

#order-status .addresses .totals-wrapper {
    float: right;
    width: 211px;
	padding-left: 10px;
    background: url( /assets/images/ama/us/en/ucp_cart/dot_divider.gif ) repeat-y top left;
    overflow: hidden;
}

#order-status .addresses .totals-wrapper .header {
    width: 215px;
    margin-left: 1px;
    margin-bottom: 15px;
}

#order-status .addresses .totals-wrapper .field {
    margin-right: 10px;
}

#order-status .ordernumber {
    float: left;
}

#order-status .ordernumber img {
    float: left;
    padding-top: 3px;
    padding-right: 5px;
}

#order-status .ordernumber .txt {
    float: left;
    font-weight: bold;
}

#order-status .orderdate {
    float: right;
    margin-right: 20px;
}

#order-status .orderdate img {
    float: left;
    padding-top: 2px;
    padding-right: 5px;
}

#order-status .orderdate .txt {
    float: left;
}

#order-status table.item-list {
    margin-bottom: 25px;
}

#order-status table.item-list th#qty {
    width: 70px;
    padding-left: 20px;
}

#order-status table.item-list th#total {
    width: 150px;
    padding-left: 20px;
}

#order-status table.item-list th#avail {
    width: 240px;
    padding-left: 20px;
}

#order-status #cart-next-container {
    width: 100%;
}

#order-status #cart-next-container #cms {
    width: 55%;
    float: left;
    padding: 20px 0 20px 20px;
	position: static;
	top: auto;
	left: auto;
}

#order-status #cart-next-container #more {
    width: 30%;
    float: right;
    padding: 0;
    margin: 0;
}

#order-status .totals-wrapper .subtotal {
    border-bottom: 0;
}

#order-status .totals-wrapper * {
    margin: 0;
}

/* Product Lit & Manuals [Start] */

.h_product_literature_search { display: none; }

.search_instructions {
	font-size:16px;
	margin: 0 15px 15px;
	width:400px;
}

.column_left {
	margin-left:15px;
	max-width:500px;
}

.column_right { clear: both;
	position: relative;
	width: 100%; }


.model_number_search .b_go {
	vertical-align:middle;
}
.model_number_search input {
	vertical-align:middle;
}
.model_number_search .btn_search_tips {
	display:block;
	margin-top:18px;
}

.error {
	color:red;
	display:block;
	margin-bottom:10px;
	margin-left:15px;
}

.model_number_search .error {
	margin-bottom:0px;
	margin-left:0px;
}

.results_summary {
	margin-left:20px;
	width:50%;
}

.model_search_again {
	margin-left:20px;
}

.model_search_again  .error{
	margin-left:0px;
}

.smallerrortext { 
	color:red;
	font-weight: bold;
	float:  left;
	display: inline;
	margin: 5px 0; }

.b_go_f1f8fe {
	vertical-align:top;
	margin-top:2px;
}

.we_found, .view_search_tips {
	margin-left:20px;
}

div.acrobat_instructions { position: absolute;
	top: 150px;
	left: 15px;
	width: 400px; }

.model_number_search { height: 120px; }

.h_model_number { margin-right: 10px; font-weight: bold; text-transform:uppercase;}

.model_number_search br {
	display:inline;
}

/* Product Lit & Manuals [End] */


/*[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/ama/us/en/ucp_cart/water_program_container_t.gif");
}

.water_program_container_b  {
	background-image:url("/assets/images/ama/us/en/ucp_cart/water_program_container_b.gif");
}

.water_program_container_body {
	background: #FFFFFF;
	font-family:"Arial", Sans-Serif;
	font-size:13px;
	font-weight:normal;
	color:#797979;
	padding-left: 39px;
	padding-right:13px;
	height:401px;

}

.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:#797979;
}

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 #d9d9d9;
	padding:0;
	width:503px;
}

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

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

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

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

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

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


/*[Start] Promo code and water filter program popup overlay style*/
div#promo_code_panel, div#learn_program_panel{
	border:none;
	background-color:transparent;
}

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#learn_program_panel .close{
	border:none;
	background-image:url("/assets/images/ama/us/en/ucp_cart/btn_close.gif");
	height:12px;
	right:12px;
	top:14px;
	width:48px;
	z-index:9999;
}

div#promo_code_panel .close{
	border:none;
	background-image:url("/assets/images/ama/us/en/ucp_cart/btn_close.gif");
	height:17px;
	right:18px;
	top:19px;
	width:46px;
	z-index:9999;
}
/*[End] Promo code and water filter program popup overlay style*/

/*[Start] Promo code page content style*/
div.promo_container{
	height:324px;
	width:380px;
	font-family:Arial, Sans-Serif;
	font-size:12px;
	color:#666666;
}

div.promo_container p{
	margin:6px 0;
	line-height:16px;
	font-family:Arial, Sans-Serif;
	font-size:12px;
	color:#666666;
}
div.promo_container span.text_code{
	color:#dd1d00;
	font-size:14px;
	font-weight:bold;
}

div.promo_container span.text_333333{
	color:#333333;
	font-size:12px;
	font-weight:bold;
}

div.promo_container_t{
	background-image: url('/assets/images/ama/us/en/ucp_cart/promo_container_t.gif');
}

div.promo_container_t,div.promo_container_b{
	height: 10px;
	width:380px;
	font-size:1px;
}

div.promo_container_b{
	background-image: url('/assets/images/ama/us/en/ucp_cart/promo_container_b.gif');
}

div.promo_container_upper_content{
	background-color:#ffffff;
	height:250px;
	padding:0 18px 0 30px;
}

div.promo_container_lower_content{
	background-color:#e5e5e5;
	padding:13px 20px 7px 30px;
	font-size:12px;
	color:#333333;
}

div.promo_container .other_group
{
	border-top:solid 1px #bfbfbf;
	padding:19px 0 0 0;
	width:321px;
}
/*[End] Promo code page content style*/

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

#Paymetric_ErrorLogging
{
   position: absolute;
   top:5px;
   left:20px;
   margin-left:0px ! important;
   padding-right:25px;
   text-align:left;
}

#Paymetric_Exp_Month,#Paymetric_Exp_Year{
	width:66px!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;
	background: url(/assets/images/whr/us/en/ucp_cart/bg_btsubmit.jpg) repeat-x left top;
	vertical-align:middle;
}

.paymetric td{
	vertical-align:middle;
}

.DataIntercept
{
    text-align:left;
}
 
 .DataIntercept tr {
	color:#333333;
	font-family:Arial,sans-serif;
	font-size:10px;
	line-height:12px;
	vertical-align:middle;
}
.DataIntercept input {
	/*border-color:#7E7E7E #C3C3C3 #C3C3C3 #7E7E7E;
	border-right:1px solid #C3C3C3;
	border-style:solid;
	border-width:2px 1px 1px 2px; */
	width:145px;
	margin:2px 0;
}
.DataIntercept select{
	/*border-color:#7E7E7E #C3C3C3 #C3C3C3 #7E7E7E;
	border-right:1px solid #C3C3C3;
	border-style:solid;
	border-width:2px 1px 1px 2px; */
	float:left;
	margin:2px 0;
	width:149px;
}

.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:100px;
}
.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;
}

.user_start_r
{
   display: none;
}

#user_form_b1
{
   padding-top:15px;
}

/*End Paymetric Credit Card for Billing Page*/
/**************************************************************************************************/
/*Paymetric Credit Card for Payment Page */
.checkout_td_l
{
   text-align:right;
   padding-right:7px ! important; 
   padding-top:10px;
   vertical-align:middle;
   height:25px;
   width:130px;   
}
.checkout_td_r
{
   text-align:left;
   padding-right:7px ! important; 
   padding-top:10px;
   vertical-align:middle;
   height:25px;
}

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

#checkout-payment #right .credit-card .formset
{
  position:relative;
}


#Paymetric_CVV_Text
{
  vertical-align:top;
}
.required2
{
  margin-top:60px;
  font-weight:bold;
	text-transform:uppercase;
}
.checkout_username {
	height:25px;
	margin-left:54px;
	vertical-align:middle;
}
.paymetric_smallerrortext
{
 font-size:10px;
 font-weight:normal;
}


