/**
 * Blockcart module
 **/

#cart_block{
	background-color: #DCC0D6;
	border: 1px solid #770D68;
	color: #333;
	width: 190px;	
	margin: 0;
	position: absolute;
	right: 0;
	top: 103px;
	padding: 5px;
	z-index:1000;
}

#cart_block .block_content {
	border-top:1px dashed #fff;
	margin-top:5px;
	line-height:1.5em;
}

#cart_block h4{
	clear: both;
}

#cart_block h4 a{
	float: left;
}

#cart_block h4 a strong{
	font-weight: bold;
}

#cart_block h4 span{
	float: right;
}

#cart_block_summary{
	position: absolute;
	top: 3px;
	left: 5px;
}
#cart_block_summary a.order{
	font-size: 1.1em;
}
#cart_block_summary a.order strong{
	font-weight: bold;
}

#cart_block_list{
	margin: 5px;
}

#block_cart_expand{
	width: 100px;
	background: url(img/arrow_down.png) no-repeat right;
	cursor: pointer;
}

#block_cart_collapse{
	width: 100px;
	background: url(img/arrow_up.png) no-repeat right;
	cursor: pointer;
}

#cart_block #cart_block_list .products .product{
	margin: 5px 0;
}

.cart_block_product_name{
	float: left;
}

#ie7 dt.product {
	position:relative;
}

#ie7 #cart_block_summary{
	top: 1px;
}

/*#ie7 dl.products a {
	position:absolute;
	top:0;
	left:-5px;
}*/

#ie7 dl.products a {
	margin-top:-16px;
}

#cart-prices{
	margin: 5px 0;
	padding: 5px 0;
	border-top: 1px dashed #fff;
}

#cart-price-precisions{
	display: none;
}

#cart_block .conditionnement{
	display: none;
}

.total{
	color: #770d68;
	font-weight:bold;
}

.checkout {
	width: 180px;
	background-image: url('../img/button-large.png')
}