/*Special style for block cart*/
#cart_block .block_content
{
	padding: 6px 6px 2px;
	background-color: #A29D9D;
	color: #060505;
	width: 255px;
	/*+placement:shift 2px 1px;*/
	position: relative;
	left: 2px;
	top: 1px;
}
#cart_block H4
{
/*background-image: url('../../../img/block_header_exclusive_cart.png')*/
	background: #2C3749;
}
#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
{
	/*[disabled]background-image:url('../../../img/icon/sort_asc_white.png');*/
	/*+placement:shift -7px -5px;*/
	position: relative;
	left: -7px;
	top: -5px;
}
#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;
}
#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;
}
#cart_block DL SPAN.quantity-formated
{
	padding-right: 1px;
	/*[empty]background-color:;*/
	color: #FFFFFF;
}
#cart_block DT, #cart_block DD
{
	clear: both;
	margin-top: 0.2em;
}
#cart_block DT
{
	width: 175px;
	text-align: right;
}
#cart_block DD
{
	width: 155px;
}
#cart_block DD
{
	margin-left: 1em;
	margin-right: 1em;
	font-style: italic;
}
#cart_block DL DT A
{
	font-weight: bold;
	/*+placement:shift 4px 0px;*/
	position: relative;
	left: 4px;
	top: 0px;
}
#cart_block A.ajax_cart_block_remove_link
{
	width: 11px;
	height: 13px;
	margin-left: 6px;
	float: right;
	font-size: 0;
	display: block;
	background: transparent url('../../../img/icon/delete.gif') no-repeat left bottom;
	/*+placement:shift 68px 2px;*/
	position: relative;
	left: 68px;
	top: 2px;
}
#cart_block A.ajax_cart_block_remove_link:hover
{
	text-decoration: none;
	/*+placement:shift;*/
	position: relative;
	left: 0;
	top: 0;
}
#cart_block P
{
	clear: both;
	color: #F7F7F7;
}
#cart_block P SPAN
{
	clear: right;
	float: left;
	text-align: right;
}
#cart_block LI
{
	clear: both;
}
#cart_block SPAN.price
{
	color: #F5F4F4;
	float: right;
}
#cart_block DL SPAN.price
{
	font-weight: normal;
	color: #FFFFFF;
	float: none;
	/*+placement:shift 64px 1px;*/
	position: relative;
	left: 64px;
	top: 1px;
}
#cart_block_wrapping_cost, #cart_block_shipping_cost, #cart_block_tax_cost, #cart_block_total
{
	padding-right: 1.3em;
}
#cart_block TABLE#vouchers
{
	margin-top: 0.5em;
	border-top: 1px solid #FFFFFF;
	height: 3em;
	padding-top: 0.4em;
	margin-bottom: 0.5em;
	clear: both;
}
#cart_block P#cart-prices
{
	clear: both;
	margin-top: 8px;
	margin-bottom: 2em;
	display: block;
	padding-top: 0.4em;
	border-top: 1px solid #EDEBEB;
	color: #F2F1F1;
	width: 246px;
}
#cart_block TABLE#vouchers TD
{
	padding: 0;
	border: 0;
	height: 1.5em;
}
#cart_block TABLE#vouchers TD.price
{
	color: #FFFFFF;
	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
{
	height: 1.6em;
	margin: 0 -0.3em;
}
#cart_block P#cart-buttons A
{
	float: left;
}
#cart_block P#cart-buttons A#button_order_cart
{
	float: right;
	margin-right: 20px;
	/*+placement:shift -6px -2px;*/
	position: relative;
	left: -6px;
	top: -2px;
	/*[empty]background-image:;*/
}
#cart_block P#cart-buttons A.button_small
{
	float: left;
	margin-left: 20px;
	/*+placement:shift 5px -2px;*/
	position: relative;
	left: 5px;
	top: -2px;
}
#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 #F5F4F4;
	font-size: 0.9em;
	height: 2em;
	width: 243px;
}
