/* shop styles ---------------------------------------------------------------- */

#shop {
	clear:none;
	float:left;
	margin: 0 0 0 20px;
	position: relative;
	width: 400px;
}
.shop-item {
	background: #FFF9F0;
	clear:none;
	display: block;
	float:left;
	line-height: 20px;
	margin: 0 0 30px 0;
	padding: 18px 0;
	width: 400px;
}
.shop-item-image{
	background: url(../images/blank-product.png) no-repeat 0 0;
	height: 180px;
	margin: 0 20px 10px 20px;
	width: 360px;
}
.shop-item-price {
	position: relative;
	z-index: 4000;
	
	top:-54px;
	left:280px;
}
.shop-item-info {
	float:left;
	height: 30px;
	margin-left: 20px;
	width: 230px;
}
.shop-item-title {
	clear:both;
	display: block;
	float:left;
	width: 100%;
}
.shop-item-description {
	clear:both;
	display: block;
	float:left;
	margin-top: -3px;
	position: relative;
	width: 100%;
}
.googlecart-add-button {
	float:right;
	position: relative;
	margin-right:20px;
	width: 106px;

	top:2px;
}



/* shopping cart styles ---------------------------------------------------------------- */

#shopping-cart {
	background: url(../images/info-area.png) no-repeat 0 25px;
	clear:none;
	display: block;
	float:right;
	height: 240px;
	margin: 0 20px 0 0;
	width: 240px;
}
#googlecart-widget-control {
	float: left;
	cursor:wait;
	width: 100px;
}
#googlecart-item-count {
	float: right;
}
.override #googlecart-widget-body {
	background: none;
	border: none;
	margin: 20px 10px;
	width: 220px;
}
.override #googlecart-widget-body td{
	border: none;
}

/* -- Item -- */
.override .googlecart-widget-item {
    background: #FFF9F0;
   	border-top: 1px #FFF solid;
  	border-left: 1px #FFF solid;
  	border-right: 1px #FFF solid;
  	border-bottom: 1px #e4e4e4 solid;
    height: 60px;
    margin-bottom: 30px;
}
.override .googlecart-widget-quantity-box {
    border: 1px #ccc solid;
}
.override .googlecart-widget-title {
	color: #121416;
	margin-top: 2px;
	text-decoration: none;
}
.override .googlecart-widget-price {
	color: #121416;
	margin-top: 2px;
}
.override .googlecart-widget-remove {
    color: #099;
    margin-top: 4px;
}
.override .googlecart-widget-restore {
    color: #099;
    margin-top: 4px;
}

/* -- Footer -- */
.override .googlecart-widget-totalmessage {
	color: #6E6E6A;
}
.override .googlecart-widget-totalprice {
	color: #121416;
}
.override #googlecart-widget-emptymessage {
	border-bottom: 1px #e4e4e4 solid;
	color:#9F9D97;
    height:60px;
    margin-top:30px;
}
.override .googlecart-widget-disclaimer {
	display:none;
}








