/* Special style for block cart*/

#cart_block {
	margin-bottom: 5px;
	width: 180px;
}

#cart_block .block_content #cart_block_list {
	border: none;
	background-color: #652422;
	padding: 1px;
}
#cart_block .block_content { 
	padding: 5px;
	background: #652422;
}

#right_column div.exclusive {
	background: #652422;
}


#cart_block h4 { 
	background: #4e1412; 
	margin:0;
	font-size: 16px;
	text-transform: none;
	font-weight: normal;
	padding: 5px;
	font-family: Arial;
}
#cart_block h4 span{
	text-transform:none;
	font-size:16px;
	font-family: Arial;
	cursor:pointer;
	font-size: 16px;
	text-transform: none;
	font-weight: normal;
	background-repeat:no-repeat;
	background-position:left top;
	padding: 5px;
	float:right;
}
#cart_block h4 span#block_cart_collapse{ background-image: url('../../img/icon/sort_asc_white.gif'); line-height: 20px; height: 20px; display:block;
float:right;
height:20px;
line-height:20px;}
#cart_block h4 span#block_cart_expand{ background-image: url('../../img/icon/sort_desc_white.gif'); display:block;
float:right;
height:20px;
line-height:20px;}
#cart_block #cart_block_no_products{ margin: 0.5em 0; }
#cart_block dl dt a, #cart_block dl dt span.quantity-formated {
	float: left;
}
#cart_block dl {
	font-size: 0.9em;
}

#cart_block dt{
	padding-top:0.4em;
	height:1.2em;
}
#cart_block dl span.quantity-formated{ 
	color: #d1eb1c;
	margin-left: 8px;
	font-family: Arial;
	font-size: 12px;
}
#cart_block dt, #cart_block dd{
	clear: both;
	margin-top:0.2em;
}

#cart_block dt {
width: 170px;
height:30px;
line-height:26px;
background-color:#652422;
color:#0c3d75;
}

#cart_block dd {
width: 145px;
}

#cart_block dd{ margin-left:1em; margin-right:1em; font-style:italic;}
#cart_block dl.products dt a, #cart_block p#cart-prices span { 
	font-weight: bold;
	color: #fff;
	margin-left: 0px;
	font-family: Arial;
	font-size: 12px;
}
#cart_block a.ajax_cart_block_remove_link {
	width:11px;
	height:13px;
	margin-top:5px;
	margin-left:0px;
	margin-right:5px;
	float:right;
	font-size:0;
	display:block;
	background: transparent url('../../img/icon/delete.gif') no-repeat left bottom;
}
#cart_block a.ajax_cart_block_remove_link:hover { text-decoration:none; }
#cart_block p { clear: both; }
#cart_block p span {
	clear: right;
	float: left;
	text-align: right;
}
#cart_block li { clear: both; }
#cart_block span.price {
	color: #fff;
	float: right;
}
#cart_block dl span.price {
	font-weight: bold;
	color: #fff;
	margin-left: 8px;
	font-family: Arial;
	font-size: 12px;
}
#cart_block_wrapping_cost, #cart_block_shipping_cost , #cart_block_total{ padding-right:3px !important; }
#cart_block table#vouchers, #cart_block p#cart-prices {
	margin-top:0.5em;
	border-top:1px dotted #b29291;
	height: 3em;
	padding:2px 0px 2px 0px;
	margin-bottom:0.5em;
	clear:both;
	background-color:#652422;
	line-height:30px;
	padding-right: 0px !important;
}

#cart_block table#vouchers td {
	padding:0;
	border:0;
	height:1.5em;
}

#cart_block table#vouchers td.price {
	color:white;
	font-size:10px;
	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 {
	height: 1.6em;
	margin:0 -0.3em;
}
#cart_block p#cart-buttons a { 
	float: left; 
	margin-left:4px;
	width: 80px;
	height: 22px;
	border: 1px solid #8c302c;
	color: #fff !important;
	padding: 0;
	margin: 0;
	line-height: 22px;
	text-align: center;
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	background: url(../../img/modules/blockcart/bg.png) 0 -48px repeat-x;
}
#cart_block p#cart-buttons a:hover { 
	background: url(../../img/modules/blockcart/bg.png) 0 -68px repeat-x;
}

#cart_block p#cart-buttons a#button_order_cart { 
	float: right;
	margin-right:3px;
	border: 1px solid #5e7900;
	background: url(../../img/modules/blockcart/bg.png) 0 0 repeat-x;
}
#cart_block p#cart-buttons a#button_order_cart:hover { 
	background: url(../../img/modules/blockcart/bg.png) 0 -24px repeat-x;
}
#cart_block .cart_block_customizations {
	margin-left: 6px;
	list-style-type: square;
}
