/*BG And Holder Elements */
.center_search{
	width:806px;
	margin:0px auto;
}

/*Page descriptions*/
.description{font-size: 11px; color:#333333; padding-left:18px;}


.title{color:#333333; font-size:18px}

.cart_item{
	border-style:solid;
	border-color:#CCCCCC;
	border-width:1px;
}
.quantity_label{
color:#666666;
font-size:10px;
}
.cart_price{
color:#666666;
font-size:12px;
}
.remove_button a{
color:#666666;
font-size:10px;
padding-left: 10px;
background-image:url(/objects/images/global/remove_x.gif);
background-repeat: no-repeat;
background-position: 0 .3em;
text-decoration:none;
}
.remove_button a:hover{
color:#ff0000;
font-size:10px;
text-decoration:none;
}
.update_cart{
width:806px;
height:40px;
text-align:right;
background-color:#F5F5F5;
vertical-align:middle;
}
.cart_summary{
width:806px;
height:100px;
background-color:#F5F5F5;
vertical-align:top;
}
.bottom_text{
	width:806px;
	background-color:#F5F5F5;
	color: #333333;
	font-size:12px;
}
.cart_item_options{
position:absolute;
left:250px;
top:0px;

}
.cart_middle{
position:relative;
}
