
/***** HEADER *****/

#header .widget.cart_preview {
	float: right;
	margin-top: 69px;
	padding-bottom:5px;
	margin-right:10px;
	color:#d0bb97;
	font-weight:bold;
}

#header .widget.cart_preview .title {
	color:#d0bb97;
	font-weight:bold;
}

#header .widget.cart_preview a {
	padding-left:10px;
	color:#FFFFFF;
}

/***** SIDEBAR *****/

.sidebar .widget.cart_preview {
	background: transparent url(../../../images/galloways/icons/cart.png) no-repeat scroll left center;
	border-bottom: 0px;
	border-top: 0px;
	height: 28px;
	margin-left: 37px;
}

.sidebar .widget.cart_preview a {
	color: #ECE4D6;
	display: block;
	margin: 0;
	padding: 5px 0;
	text-decoration: none;
}

.sidebar .widget.cart_preview a:hover{
	text-decoration: underline;
}

.sidebar .widget.cart_preview .title {
	margin-right: 5px;
	float: left;
	text-transform: inherit;
	font-size: 1em;
}

.sidebar .widget.cart_preview .items {
	float: left;
}

