@charset "utf-8";
/* CSS Document */

.sidebar .widget.cart_preview {
	background-color:#FFF;
	background-position: 12px center;
	margin:20px 0 0;
	border: 1px solid #ddd;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	float:left;
	height:auto;
	padding:0;
	width:270px;
	cursor: pointer;
}
.sidebar .widget.cart_preview a.items {
	float:right;
	padding:8px 30px;
	font-weight: bold;
}
.sidebar .widget.cart_preview a.items:hover {
	color: #008AE7;
}
.sidebar .widget.cart_preview:hover {
	background-color:#efe;
	border: 1px solid #dcc;
}
