/* Checkout cart */

#checkout_cart .shopping_cart{float:left; width:380px;}

#checkout_cart #shopping_cart_heading{ }
#checkout_cart .shopping_cart .product_description_heading{float:left; width:225px; border-bottom:1px dotted #CCCCCC; margin-bottom:10px; padding-bottom:5px}
#checkout_cart .shopping_cart .amend_cart_numbers_heading{float:left; width:60px; border-bottom:1px dotted #CCCCCC; margin-bottom:10px; padding-bottom:5px}
#checkout_cart .shopping_cart .value_heading{float:left; width:95px; text-align:right; border-bottom:1px dotted #CCCCCC; margin-bottom:10px; padding-bottom:5px}

#checkout_cart .shopping_cart_main{}
#checkout_cart .shopping_cart .product_description{float:left; width:225px}
#checkout_cart .shopping_cart .amend_cart_numbers{float:left; width:60px}
#checkout_cart .shopping_cart .value{float:left; width:95px; text-align:right;}
#checkout_cart .shopping_cart .product_identifiers{float:left; width:495px}

#checkout_cart .cart_totals{float:left; width:380px; border-top:1px dotted #CCCCCC;}
#checkout_cart .cart_totals .label{float:left; width:100px;text-align:right; margin-left:190px}
#checkout_cart .cart_totals .value{float:left; margin-left:5px; width:85px; text-align:right;}
#checkout_cart .price_final {border-top:1px dotted #CCCCCC; border-bottom:1px dotted #CCCCCC;}

#checkout_cart a.cart_button{ font-size:1em; font-weight:bold; padding:1px 1px 2px 1px; background:#853D9D; border:1px solid #814897; width:12px; display:block; float:left; line-height:1em; text-align:center; margin:0 0 0 2px; color:#FFFFFF; text-decoration:none; }

/* mini cart */
#mini_cart { width:154px; }
#mini_cart .shopping_cart { margin-top:10px; font-weight:bold; }
#mini_cart .label { float:left; width:100px; text-align:left; } 
#mini_cart .value { float:left; width:55px; text-align:right; }
#mini_cart .cart_totals { float:left; width:155px; border-top:1px dotted #CCCCCC; }
#mini_cart .cart_totals .label { float:left; width:100px; text-align:right; }
#mini_cart .cart_totals .value { float:left; margin-left:5px; width:50px; text-align:right; }
#mini_cart .price_final { border-top:1px dotted #CCCCCC; border-bottom:1px dotted #CCCCCC; }
#mini_cart .shopping_cart_footer{}
#mini_cart a { color:#853D9D; }
#mini_cart a:hover { color:#853D9D; }

.latest_news_container { background:url(../creo_img/container-info-gray-behind.gif) top left repeat-y;  }
.latest_news_container_gradient { background:url(../creo_img/container-info-gray.gif) top left no-repeat; }
.latest_news_footer { background:url(../creo_img/container-info-gray-bottom.gif) bottom left no-repeat; }


.price_prediscount { text-decoration:line-through; color:#FF0000;}
.price_discount {}
.price_nodiscount {}

.cart_discounts { text-align:right;}
.cart_subscript {vertical-align:top; color:#FF0000; font-weight:normal;}

/* Checkout - Confirmation */
#checkout_confirmation .shopping_cart .label { float:left; width:295px; }
#checkout_confirmation .shopping_cart .value { float:left; width:85px; text-align:right; }
#checkout_confirmation .cart_totals .label { float:left; text-align:right; width:290px; }
#checkout_confirmation .cart_totals .value { float:left; text-align:right; margin-left:5px; width:85px; }
#checkout_confirmation .cart_totals .price_final { border-top:1px dotted #CCCCCC; border-bottom:1px dotted #CCCCCC; }


#shop #checkout_payment_form { color:#333333; }
#shop #checkout_payment_form .checkout_payment_modules{
	background:#F2F2F2; 
	padding:5px; 
	margin:0 10px 5px 0px; 
	border:1px solid #CCCCCC;
}
#shop #checkout_payment_form .checkout_payment_modules label {width:150px; height:25px; display:block; float:left;} 
#shop #checkout_payment_form .checkout_payment_modules select {float:left;} 
#shop #checkout_payment_form .checkout_payment_modules input {float:left;}
#shop #checkout_payment_form .checkout_payment_modules .paymentMethod_label {font-size:1.2em; color:#668750; font-weight:bold; margin:0; padding:0;}
#shop #checkout_payment_form .checkout_payment_modules .error_message { color:#FF0000; font-style:italic; margin-left:150px; margin-bottom:5px; margin-top:-1px;}



#shop_funtions_menu { margin-top:10px; }
#shop_funtions_menu #shop_navigation {  }
#shop_funtions_menu #shop_navigation #shop_navlistcontainer { list-style:none; margin:0; padding:0; }
#shop_funtions_menu #shop_navigation #shop_navlistcontainer li { margin:0 0 5px; }

.product_long_price { margin-bottom:5px; width:380px; }

/*#shop #checkout_payment_form{
	color:#333333;
}
	
#shop #checkout_payment_form .checkout_payment_modules{
	background:#F2F2F2; 
	padding:5px; 
	margin:0 0 5px 0; 
	border:1px solid #CCCCCC;
}
*/
.shopButton { background:#666666; border:1px solid #999999; font-weight:bold; color:#FFFFFF; margin:5px 0; }
.clear_cart_link { line-height:1em;/* text-align:right;*/ float:right; }