/* Special style for block cart*/
#cart_block
{
	position:absolute;
	width:240px;
	top:40px;
	right:0;
	background:#e2e3e4;
	border-top:7px solid #ffffff;
	z-index:111;
	display:none;
}
#cart_block .block_content {  }
#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:5px 0;
	text-align:center;
	font-style:italic;
	font-size:13px;
	font-weight:bold;
	text-align:center;
}
#cart_block dl dt a { float: left }
#cart_block dl
{
	margin:10px 0;
	padding:0;
}
#cart_block dt { padding-top: 0.4em }
#cart_block dt, #cart_block dd
{
	clear: both;
}
#cart_block dt
{ 
	text-align: right
}
#cart_block dd {  }
#cart_block dd
{ 
 	font-style: italic 
}
#cart_block dt.even, #cart_block dd.even
{
	background-color:#aaaaac;
}
#cart_block dt
{
	background-color:#ceced0;
	height:39px;
	margin:0 0 5px 0;
	padding:0;
	line-height:39px;
	height:39px;
	overflow:hidden;
	font-size:12px;
	font-style:italic;
	position:relative;
	font-weight:bold;
}
#cart_block dt .quantity-formated
{
	position:absolute;
	left:130px;
	font-style:normal;
}
#cart_block dt .quantity-formated .quantity
{
	letter-spacing:0;
}
#cart_block dt img
{
	margin:0 10px;
}
div#header_user ul#header_nav li#shopping_cart #cart_block dt a
{
	color:#000000;
	text-decoration:none;
}
div#header_user ul#header_nav li#shopping_cart #cart_block *
{
	color:#000000;
}
#cart_block dl dt a { font-weight: bold }
#cart_block a.ajax_cart_block_remove_link
{
	width:11px;
	height:39px;
	margin:0 5px;
	float:right;
	font-size: 0;
	display:block;
	background: transparent url('../../../img/icon/delete.png') no-repeat left center;
}
#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;
	font-size:12px;
	font-weight:bold;
	font-style:italic;
}
#cart_block li { clear: both }
div#header_user ul#header_nav li#shopping_cart #cart_block span.price
{
	color:#000000;
	float: right
}
div#header_user ul#header_nav li#shopping_cart #cart_block dl span.price
{
	font-weight:bold;
	color:#000000;
	float: none;
}

#cart_block_wrapping_cost, #cart_block_shipping_cost, #cart_block_tax_cost, #cart_block_total
{
	padding-right: 11px;
}

#cart_block table#vouchers
{
	clear: both
}
#cart_block div#cart-prices
{
	clear: both;
	margin:0 0 10px 0;
	display: block;
	font-size:13px;
	font-weight:bold;
	font-style:italic;
	text-transform:lowercase;
}
#cart_block div#master-total
{
	font-size:15px;
	margin:0 10px;
}
#cart_block div#shipping-total
{
	margin:0 10px;
}
#cart_block div#cart-prices .line-total
{
	border-top:1px solid #333333;
	margin:5px 10px;
}

#cart_block div#cart-buttons
{
	background-color:#000000;
	height:25px;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	line-height:25px;
}
#cart_block div#cart-buttons:hover
{
	background-color:#939598;
}
ul#header_nav li#shopping_cart div#cart_block.block div.block_content div#cart_block_list.expanded div#cart-buttons a
{
	display:block;
	color:#ffffff;
	text-decoration:none;
	width:220px;
	height:100%;
	background:transparent url("../../../img/check_out_small.png") no-repeat 70px 1px;
	padding:0 0 0 20px;
}
ul#header_nav li#shopping_cart div#cart_block.block div.block_content div#cart_block_list.expanded div#cart-buttons a:hover
{
	background-position:70px bottom;
	color:#000000;
}
#cart_block p#cart-buttons a { float: left }
#cart_block p#cart-buttons a#button_order_cart { float: right }
#cart_block .cart_block_customizations {
	margin-left: 6px;
	list-style-type: square
}
#cart_block #cart-price-precisions {
	margin-top: 0.5em;
	padding-top: 0.4em;
	border-top: 1px solid white;
	font-size: 0.9em;
	height: 2em
}
#cart_block #vouchers .delete img { margin: 0 }
#cart_block #vouchers
{
	width:100%;
}
#cart_block #vouchers td
{
	background-color:#D7E5DA;
	height:39px;
}

#cart_block #vouchers .price, #cart_block #vouchers .name
{
	font-weight:bold;
	color:#000000;
	font-style:italic;
	text-align:right;
	font-size:12px;
}
#cart_block #vouchers .name
{
	text-align:left;
	padding:0 0 0 10px;
}
#cart_block #vouchers .delete
{
	width:13px;
}
.hidden
{
	display:none;
}