/* Special style for block cart*/
#cart_block .block_content { padding: 6px 6px 2px;  background: #414248; color: #ecd9b1; font-size: 12px; -webkit-border-radius: 5px; border-radius: 5px; overflow: hidden; position: static;}
#cart_block h4 { }
#cart_block h4 span {
	text-transform: none;
	font-size: 0.8em;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 10px
}
#cart_block h4 span#block_cart_collapse { background-image: url('../../../img/icon/sort_asc_white.png') }
#cart_block h4 span#block_cart_expand { background-image: url('../../../img/icon/sort_desc_white.png') }
#cart_block #cart_block_no_products { margin: 0.5em 0; color: #8B8B8B; }

#cart_block dl { font-size: 0.9em }

#cart_block dl span.quantity-formated { padding-right: 1px }
#cart_block dt, #cart_block dd {
	clear: both;
	margin-top: 0.2em
}
#cart_block dt { border-top: 1px solid #C7AF7D; padding: 10px 0;}
#cart_block dd { width: 155px }
#cart_block dd { 
	margin-left: 1em; 
	margin-right: 1em; 
	font-style: italic 
}

#cart_block a.ajax_cart_block_remove_link {
	width: 20px;
	height: 20px;	
	float: right;
	font-size: 0;
	display: block;
	background: transparent url('../../../img/icon/delete.png') no-repeat left bottom
}

#cart_block p { clear: both }
#cart_block p span {
	clear: right;
	float: left;
	text-align: right;
	color:  #C7AF7D;
	
}
#cart_block li { clear: both }
#cart_block span.price {
	color:  #C7AF7D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: right;	
	font-weight: bold;
}

.total_wrapper {border-top: 1px solid #C7AF7D; border-bottom: 1px solid #C7AF7D; padding: 20px 0 10px; color: #C7AF7D; margin-bottom: 25px; font-weight: bold;} 

#cart_block dl dt a {  float: left; color: #8B8B8B; font-size: 13px; font-weight: normal; font-family: Arial, Helvetica, sans-serif;}
#cart_block dl dt a:hover { text-decoration: none }
#cart_block dl dt span.quantity-formated, #cart_block dl span.price {
	color: #8B8B8B;
    float: right;
    font-size: 13px;
    font-weight: normal;
    padding: 0 10px;
	font-family: Arial, Helvetica, sans-serif;
}
#cart_block dl span.price {	 min-width: 55px; text-align: right;}
#cart_block dl dt span.quantity-formated  {    padding: 0 5px;}


#cart_block table#vouchers {
	margin-top: 0.5em;
	border-top: 1px solid #444444;
	height: 3em;
	padding-top: 0.4em;
	margin-bottom: 0.5em;
	clear: both
}
 #cart_block p#cart-prices {
	clear: both;
	padding: 20px 0 10px;
	display: block;
	border-top: 1px solid #C7AF7D;
	font-weight: bold;
}
#cart_block table#vouchers td {
	padding: 0;
	border: 0;
	height: 1.5em
}
#cart_block table#vouchers td.price {
	color: #444444;
	font-size: 1em;
	font-weight: normal;
	width: 37%;
	text-align: right
}
#cart_block table#vouchers td.delete {
	width: 9%;
	text-align: right
}
#cart_block table#vouchers td.delete img { margin: 0 } 
#cart_block p#cart-buttons { float: right;}
#cart_block p#cart-buttons a:hover { text-decoration: none;
color: #474747;
	
		
	-moz-box-shadow: 1px 1px 1px #474747;
	-webkit-box-shadow: 1px 1px 1px #474747;
	box-shadow: 1px 1px 1px #474747;
	
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#474747')";
	
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#474747');
 }
#cart_block p#cart-buttons a#button_order_cart {  margin: 0 auto;  }
#cart_block .cart_block_customizations {
	margin-left: 6px;
	list-style-type: square
}
#cart_block #cart-price-precisions {
	  font-size: 11px;
    font-style: italic;
    padding-top: 3px;
}

#cart_icon_wrapper { border: 0 none; cursor: pointer; height: 68px; padding: 19px 0px; position: fixed; right: -2px; width: 44px; top: 223px; 	-webkit-border-radius: 5px; border-radius: 5px; }
.cart_quantity_wrapper { font-size: 13px;
    font-weight: bold;
    left: -1px;
    position: relative;
    text-align: center;
    top: 43px;
	text-decoration: none;
	color: #752626;
	}
	
a span.cart_quantity_wrapper, a:visited .cart_quantity_wrapper, a:hover .cart_quantity_wrapper{
	text-decoration: none;
	
	
}

a:hover .cart_quantity_wrapper{
color: #752626;	
}
#display_cart { overflow: hidden; height: 0px;}
#cart_icon_wrapper:hover { right:2px; }


a.trigger_cart{
 background: url("../../../img/icon/bg_cart_submit.png") no-repeat scroll 2px 3px transparent;
    border: 0 none;
    cursor: pointer;
    height: 70px;
    position: fixed;
    right: -6px;
 top: 216px;
    width: 46px;
    z-index: 999;
	text-decoration: none;
	color: #BB9D62;
}

a.trigger_cart:hover{
	 background: url("../../../img/icon/bg_cart_submit.png") no-repeat scroll 2px 3px transparent;
    border: 0 none;
    cursor: pointer;
    height: 70px;
    position: fixed;
	margin-right: 2px;
    top: 216px;
    width: 46px;
    z-index: 999;
	text-decoration: none;
	
}
a.active.trigger_cart {background: url("../../../img/icon/bg_cart_submit_active.png") no-repeat scroll 2px 3px transparent; 	margin-right: 2px;}
a.active.trigger_cart .cart_quantity_wrapper { color: #752626;}

.panel_3 {
 	background: none repeat scroll 0 0 #FBF8F2;
    border: 1px solid #F1E2D1;
    display: none;
    height: auto;
    padding: 20px 60px 20px 20px;
    position: fixed;
    right: 0;
    text-align: left;
    top: 100px;
    width: 365px;
    z-index: 1;
	-moz-box-shadow: 0px 2px 5px #999999;
	-webkit-box-shadow: 0px 2px 5px #999999;
	box-shadow: 0px 2px 5px #999999;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=90, Color='#cccccc')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=90, Color='#cccccc');
}
.blockcart_btn { margin-top: -6px;}
.title_left, .title_right { color: #8B8B8B;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    font-weight: bold;
    margin: 15px 0;}
.title_right { float: right !important; }

.ajax_cart_no_product { color: #C7AF7D; }

.ajax_cart_quantity { margin: 1px 0 0 -1px; }
.add_animation { width: 20px; height: 20px; background: url("../../../img/icon/add_to_cart_icon.png") no-repeat; position: absolute;  margin: -4px 0 0 -25px; display: none;}


@media (max-width: 480px) {
	#cart_block dl dt a {
		font-size: 12px;
	}
}