/* ------------------------------------------------------------------------
Products Style Sheet - MD Racing

Author: Oliver Coningham
Website: http://www.aztec4design.com/
Email: oliver@aztec4design.com
-------------------------------------------------------------------------*/


/* DO NOT ALTER THIS PART OF THE CSS */

.sIFR-flash 
	{
	visibility: visible !important;
	margin: 0;
	}
	
.sIFR-replaced 
	{
	visibility: visible !important;
	}
	
span.sIFR-alternate 
	{
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
	}
	
.sIFR-flash + div[adblocktab=true] 
	{
	display: none !important;
	}
	
.sIFR-hasFlash h3
	{
	line-height: 17px !important;
	height: 17px;
	font-size: 17px;
	visibility: hidden;
	}


/* =Products
-------------------------------------------------------------------------*/

#product-area
	{
	float: left;
	margin-right: 0;
	width: 580px;
	}
	
#product-area #title
	{
	background: url('../images/products-h3.gif') no-repeat top left;
	height: 44px;
	padding-left: 15px;
	text-indent: 0;
	width: 565px;
	}
	
#product-area h3
	{
	background-image: none;
	height: 10px;
	padding-top: 11px;
	text-indent: 0;
	}
	
.product
	{
	background: #7a7a7a url('../images/product-extended-bg.gif') no-repeat top left;
	float: left;
	height: 89px;
	margin-top: 2px;
	padding: 15px;
	width: 259px;
	}
		
.left
	{
	float: left;
	}

.right
	{
	float: right;
	}

.product img {
	padding:8px;
}

.product .img
	{
	float: left;
	margin-right: 15px;
	width:86px;
	height:86px;
	text-align:center;
	}
	
.product h4
	{
	color: #ededed;
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 6px;
	}
	
.product .description
	{
	color: #ffff33;
	}
	
.product .price
	{
	color: #000;
	float: left;
	font-size: 120%;
	font-weight: bold;
	margin-top: 10px;
	padding-left: 0;
	}
	
.product .button img
	{
	float: right;
	margin-right: -15px;
	}
	
	
/* =Product Single
-------------------------------------------------------------------------*/

#product-single
	{
	background: #7a7a7a url('../images/single-product-bg.gif') no-repeat top left;
	margin-top: 2px;
	padding: 15px;
	width: 550px;
	}

#product-single img
	{
	padding: 25px;
	}

#product-single .img
	{
	float: left;
	margin-right: 15px;
	width:250px;
	height:250px;
	text-align:center;
	}

#product-single .description
	{
	color: #ffff33;
	}
	
#product-single .price
	{
	color: #000;
	font-size: 120%;
	font-weight: bold;
	}
		
#product-single form #submit
	{
	margin-left: 3px;
	padding: 0;
	}
	
#product-single p
	{
	line-height: 1.5em;
	margin-bottom: 1.25em;
	}
	
#product-single form #submit, #product-single form #quantity, label
	{
	float: left;
	}
	
#product-single form #quantity
	{
	width: 50px;
	}	
		

/* =Products Sub Navigation
-------------------------------------------------------------------------*/
	
#page-nav
	{
	background: #ffff33 url('../images/page-nav-bg.gif') no-repeat top left;
	clear: both;
	color: #333;
	height: 19px;
	margin-top: 2px;
	border-top:solid 1px #ffff33;
	border-bottom:solid 1px #ffff33;
	padding: 0px 15px 0 0;
	text-align: right;
	width: 565px;
	}

#page-nav .itemsperpage {
	float:left;
	padding:0px 0px 0px 13px;
}
#page-nav .itemsperpage select {
	font-size:10px;
}



#page-nav .pagenumbers {
	float:right;
	padding:1px 0px 0px 0px;
}

#page-nav a
	{
	color: #333;
	}
	
#page-nav a:hover
	{
	color: #0071b6;
	}
		
#page-nav .current, #page-nav .current:hover
	{
	background:black;
	font-weight: bold;
	color:white;
	padding:0px 3px 1px 3px;
	text-decoration:none;
	}
	
#extended-content
	{
	background-color: #7a7a7a;
	margin-top: 2px;
	padding: 15px;
	width: 550px;
	}
	
	#extended-content h4 {
		font-weight:bold;
		color:#FFFF33;
	}
	
#extended-content p, #extended-content ul
	{
	margin-bottom: 1.25em;
	}

/* =Product Category Filters
-------------------------------------------------------------------------*/

#filters {
	background: #ffff33 url('../images/page-nav-bg-lrg.gif') no-repeat center left;
	width: 580px;
	color: #333;
}
#filter-legend {
	padding:1px 140px 5px 10px;
}
#filters .pad {
	padding:5px 0px;
}
#filters label, #filters select {
	float:left;
}
#filters label {
	padding:3px 0px 0px 10px;
	font-weight:bold;
}
#filters select, #filters input {
	font-size:10px;
	margin:0px 0px 0px 5px;
}

