@charset "UTF-8";

/* ---Products--- */
.product-col-left {
	margin: 0;
	float: left;
	width: 50%;
}

.product-col-right {
	margin: 0;
	float: right;
	width: 50%;
}

#shopp h2 {
	font-size: 120%;
}

#shopp .sale,
#shopp .price {
	font-size: 120%;
}

#shopp h4 {
	font-size: 120%;
}

/* ---Image Gallery--- */
#shopp .gallery .thumbnails {
	margin: 0;
	padding: 0;
	position: absolute;
	top: -3px;
	left: 0;
	list-style: none;
}

#shopp .gallery .thumbnails li {
	margin: 15px 0 0 0;
	display: block;
}

#shopp .gallery .thumbnails li img {
	padding: 4px;
	border: 1px solid #eee;
	width: 47px;
	height: 61px;
}

#shopp .gallery .thumbnails li img:hover {
	border: 1px solid #ccc;
}

#shopp .gallery .previews {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 12px;
	left: 101px;
}

#shopp .gallery .previews li {
	margin: 0;
	padding: 0;
}

#shopp .gallery .previews li img {
	margin: 0;
	padding: 0;
	border: 1px solid #eee;
	position: absolute;
	left: 0;
}

#hover-to-zoom {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 387px;
	bottom: 0;
	left: 164px;
	width: 159px;
	height: 9px;
	background: url(../images/hover-to-zoom.png) no-repeat 0 0;
	text-indent: -9999px;
}

/* ---Product Tabs--- */
ul#product-tabs {
	margin: 0 0 0 -6px;
	padding: 0;
	width: 442px;
	height: 42px;
	list-style: none;
}

ul#product-tabs li {
	display: inline;
}

ul#product-tabs li a {
	margin: 0;
	padding: 0;
	float: left;
	height: 42px;
	background: url(../images/product-tabs/product-tabs-sprite.png) no-repeat;
	cursor: pointer;
}

ul#product-tabs li#product-tabs-description a {
	width: 148px;
	background-position: 0 0;
}

ul#product-tabs li#product-tabs-description a:hover {
	background-position: 0 -42px;
}

ul#product-tabs li#product-tabs-description a.selected {
	background-position: 0 -84px;
}

ul#product-tabs li#product-tabs-gift-wrap a {
	width: 122px;
	background-position: -148px 0;
}

ul#product-tabs li#product-tabs-gift-wrap a:hover {
	background-position: -148px -42px;
}

ul#product-tabs li#product-tabs-gift-wrap a.selected {
	background-position: -148px -84px;
}

ul#product-tabs li#product-tabs-shop-assistant a {
	width: 172px;
	background-position: -270px 0;
}

ul#product-tabs li#product-tabs-shop-assistant a:hover {
	background-position: -270px -42px;
}

ul#product-tabs li#product-tabs-shop-assistant a.selected {
	background-position: -270px -84px;
}

#product-tabs-body {
	margin: 0 0 0 -6px;
	padding: 0 24px;
	clear: both;
	width: 394px;
	min-height: 100px;
	height: auto !important;
	height: 100px;
	background: url(../images/product-tabs/product-tabs-body.png) repeat-y;
}

#product-tabs-body p {
	margin: 0;
	padding: 12px 0 0 0;
}

#product-tabs-footer {
	margin: 0 0 0 -6px;
	padding: 0;
	width: 442px;
	height: 42px;
	background: url(../images/product-tabs/product-tabs-footer.png) no-repeat;
}

/* ---Form--- */
#shopp ul.variations {
	margin: 0 0 0 6px;
}

#shopp ul.variations li {
	margin: 0 24px 0 0;
	float: left;
}

#shopp ul.variations li label {
	font-size: 12px;
}

#shopp ul#add-view-checkout {
	margin: 0 0 0 -6px;
	clear: both;
	list-style: none;
}

#shopp ul#add-view-checkout li {
	margin: 0 -4px 0 0;
	float: left;
}

.addtocart {
	margin: 0;
	padding: 0;
	border: none;
	display: block;
	width: 178px;
	height: 44px;
	background: url(../images/add-view-checkout/add-sprite.png) no-repeat 0 0;
	text-indent: -9999px;
	cursor: pointer;
}

.addtocart:hover {
	background-position: 0 -44px;
}

#shopp ul#add-view-checkout a#view-bag {
	margin: 0;
	padding: 0;
	border: none;
	display: block;
	width: 159px;
	height: 44px;
	background: url(../images/add-view-checkout/view-sprite.png) no-repeat 0 0;
	text-indent: -9999px;
}

#shopp ul#add-view-checkout a#view-bag:hover {
	background-position: 0 -44px;
}

#shopp ul#add-view-checkout a#checkout {
	margin: 0;
	padding: 0;
	border: none;
	display: block;
	width: 105px;
	height: 44px;
	background: url(../images/add-view-checkout/checkout-sprite.png) no-repeat 0 0;
	text-indent: -9999px;
}

#shopp ul#add-view-checkout a#checkout:hover {
	background-position: 0 -44px;
}

#shopp #shopping-bag-status {
	clear: both;
	margin: 0;
	padding: 0;
	color: #666;
	font-size: 100%;
	text-align: right;
}

#shopp #shopping-bag-status p {
	margin: 0;
	padding: 0;
}

#shopp #ajax-cart-added {
	margin: 6px 0 0 0;
	padding: 0;
	clear: both;
	height: 1em;
	color: #999;
	font-size: 90%;
	text-align: right;
}

#shopp #ajax-cart-added p {
	margin: 0;
	padding: 0;
}

#shopp #related {
	font-size: 80%;
}

#shopp #related img {
	padding: 4px;
	border: 1px solid #eee;
	width: 47px;
	height: 61px;
}

#shopp ul#related-thumbs {
	list-style: none;
}

#shopp ul#related-thumbs li {
	float: left;
	margin: 0 24px 0 0;
}
