/* ========================================================================

	Site design by The A Group
	http://www.agroup.com
	
=========================================================================*/ 


#copy_body {
	margin: 0;
	padding: 0 0 30px 10px;
	width: 575px;
}

#landing {
	background: url("../images/store/store_landing.jpg") no-repeat left 20px;
}

#featured_product {
	margin: -12px 20px 0 0;
	padding-top: 24px;
	float: right;
	display: inline;
	background: url("../images/store/featured_product_bg.gif") no-repeat center top;
	position: relative;
}

#featured_product img {
	display:block;
	border: none;
	width: 115px;
}

#featured_product a {
	margin: 0px 0 2em;
	position: relative;
	z-index: 1000;
}

#featured_product a span {
	font-size: 11px;
	padding:5px;
	text-align: center;
	/*border: 1px solid #aaa;
	border-top: none;*/
	font-weight: bold;
	background-color: #fff;
	display:block;
	margin-bottom: 2em;
}

#featured_product a span.twoforone {
	display: block;
	color:#f00;
	font-weight: bold;
	border: none;
	margin: 0;
	padding-top: 0;
}

h3 {
	margin: 0 0 1.071em;
	font-size: 18px;
	line-height: 1.071em;
	border-bottom: 1px solid #ccc;
}

/* item list */

#copy_body ul#item_thumbnails{
	background-color: #fff;
	padding-left: 0;
}

#copy_body ul#item_thumbnails li {
	list-style:none;
	float:left;
	display:inline;
	width: 32%;
	height:218px;
	text-align:center;
	overflow: hidden;
	/*border:1px solid #d2cdad;*/
	border:1px solid #f0edd3;
	background-color: #fff;
	margin: 0;
	padding-top: 20px;
}

#item_thumbnails li a {
	text-decoration:none;
}

#item_thumbnails img {
	border:none;
	clear:both;
	float:none;
	display: block;
	margin: 0 auto;
}

#item_thumbnails span.twoforone {
	display: block;
	font-size: 11px;
	font-weight: bold;
	color:#f00;
}
	

.item_thumb span{
	display: block;
	font-size: 11px;
	line-height: 1.2em;
	padding: 8px 24px 0 24px;
}

span.old_price{
	text-decoration:line-through;
}

span.sale_price{
	color:#080;
	font-weight:bold;
}

/* Item detail page */

.item_detail_image {
	text-align: center;
}

.item_detail_price {
	margin:0.952em 0;
	padding-top: 0.952em;
	font: bold 16px/0.952em "arial", san-serif;
	display: block;
	border-top: 2px solid #e0dcc3;
}

.item_detail_price span.old_price{
	text-decoration:line-through;
}

.item_detail_price span.sale_price{
	color:#080;
	font-weight:bold;
}

.item_detail_price span.twoforone{
	color:#f00;
	font-weight: bold;
	font-size: 12px;
}

.item_detail_buy_button {
	overflow: auto;
}

#copy p.item_detail_buy_button {
	width: 133px;
	height: 30px;
	background: url("../images/store/btn-add_cart.jpg") no-repeat;
}

.item_detail_buy_button a {
	display: block;
	height: 30px;
	text-indent: -3000px;
}
		
#item_photo{
	/*width: 175px;
	padding: 20px;
	border: 1px solid #d2cdad;
	display: inline;
	float: left;
	margin: 1.46em 10px 0 0;*/
	background-color: #fff;
	text-align: center;
	border: 1px solid #d2cdad;
	padding: 1em 0;
}

#item_copy {
	/*width: 400px;
	display: inline;
	float: left;*/
	font-size: 12px;
}

h3 {
	border-bottom: none;
	margin-top: 1em;
}

h4 {
	text-transform: none;
	border-bottom: 1px dotted #fbba2f;
}

h4 a {
	text-decoration: none;
}

p.buy_link {
	text-align: right;
}