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

	DavidRing.org Catalog Stylesheet
	
	Site design by The A Group
	http://www.agroup.com
	
=========================================================================*/ 

/* index */

#copy {
}

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

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

#featured_product img {
	display:block;
	border: none;
}

#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;
}

#catalog_index {
	float:left;
	width:200px;
	border: 2px solid #a0cadd;
	background-color: #e6f3f9;
	
	font-size: 14px;
	line-height: 1.4em;
}

#catalog_index ul {
	margin: 0em;
	padding: 0;
	list-style: none;
	line-height: 2.499em;
}

#catalog_index ul li {
	border-bottom: 1px dotted #a0cadd;
	padding: 0 1em;	
}	

/* item list */

#catalog {
	float:left;
	width:580px;
	margin-left: 20px;
	display: inline;
	/*border:1px solid #fcc;*/
}

#item_thumbnails{
	margin:0;
	padding:0;
}

#item_thumbnails li {
	list-style:none;
	float:left;
	display:inline;
	width:185px;
	height:190px;
	text-align:center;
	/*border:1px solid #cfc;*/
	font-size: 14px;
	line-height: 1.249em;
	margin-bottom: 0.833em;
}

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

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

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

/* Item detail page */

.item_detail_image {
	text-align: center;
}

p.item_detail_price {
	margin:0.952em 0;
	font: normal 16px/0.952em "arial", san-serif;
}

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

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

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

.item_detail_buy_button {
	overflow: auto;
}
