@charset "utf-8";
/* CSS Document */
* {
    margin: 0;
    padding: 0;
}
body{
	font-family:Arial, Helvetica, sans-serif;
	}
body a{outline:none;blr:expression(this.onFocus=this.blur());}
.cart{ 
	width:191px;
	text-align:left;
	overflow:hidden;
	display:block; position:fixed;margin-left:25px;
}
.cart h4{ 
	background:url(../images/halloween/block_header_exclusive_cart.png) no-repeat; 
	height:27px;
	line-height:25px;
	color:#ffffff;
	padding-left:3px;
}
#cart_prices_total{ margin-bottom:5px;}

.cart_content{ 
    background-color:#fcebbc;
	border-left:#666 solid 1px;
	border-right:#666 solid 1px;
	white-space:normal;
	width:191px;
	max-height: 190px;
	overflow-x: hidden;
	overflow-y: scroll;
}
.cart_content ul{
        list-style:none; 
        font-size: 0.9em;
        padding:8px 3px ;}
.cart_content ul li{
	text-decoration:none;
	line-height: 25px;
    text-decoration: none;
	margin-bottom: 6px;
	}
.cart_content ul li img{ border:none;}
.cimg_products{
         height:25px;
         width:25px;
         vertical-align:middle;
		 }
.ajax_cart_block_remove_link {
	background:url(../images/halloween/delete.png) no-repeat;
    display: block;
    float: right;
    font-size: 0;
    height: 16px;
    width: 16px;
	margin-left:6px;
	margin-top: 5px;
}

.cart_content ul li span.price {
    font-size:12px;
    float: right;
    font-weight: normal;
	text-align:right;
	font-weight:bold;
}
.cart_content{
	background-color:#fcebbc;
    border-left:#666 solid 1px;
    border-right:#666 solid 1px;}
#cart-prices {
clear: both;
display: block;
background-color:#fcebbc;
border-left:#666 solid 1px;
border-right:#666 solid 1px;

}

#cart-prices span {
	 margin-left: 10px;

}
#line{ 
     border-top:1px solid #646462;
     margin-left:10px;
     width: 165px;}
#cart_block_total{ 
    float: right;
    font-size: 16px;
    font-weight: bold;
    text-align: right;
	margin-right: 16px;
}

a {
    color: #595A5E;
    text-decoration: none;
}
.cart_back{
	vertical-align:middle; 
    float:left; 
    margin-left:5px;
    border:none;
    width:60px;
    height:20px;
	}
.cart_cheak{
	margin-left:5px; 
	border:none;
	height:20px;
	width:112px;
	}
.footer{
	background:url(../images/halloween/block_exclusive_footer.png) no-repeat; 
	height:8px;
}
