/* @override 
	http://test1.streetperformance.com/powersports/css/basics.css
*/

/* @group global */

* {
	padding: 0;
	margin: 0;
}

body {
	font: small "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align: center;
	background: white url(../images/grayGrad.jpg) top left repeat-x;
}

a {
	text-decoration: none;
	color: #007FC2;
}
a:visited {
	color: #063249;
}

a:hover {
	text-decoration: underline;
}

.clear {
	line-height: 1px;
	clear: both;
}

.header,
.mainContent,
.footer {
	padding: 10px;
	clear: both;
	background: white;
}

.content {
	width: 960px;
	margin: 0 auto;	
	text-align: left;
}

.header {
	padding-bottom: 0;
	padding-left:  0;
	float: left;
	background: none;
}

.footer {
	text-align: center;
	background-color: transparent;
	color: #444;
}

.mainContent {
	border: 2px solid #DB9533;
/* 
	-moz-border-radius: 0px 5px 5px 5px;
	border-radius: 0px 5px 5px 5px;
	*/
}

.skyscraper {
	margin-top: 20px;
	text-align: center;
}

.lowerLeaderboard {
	text-align: center;
}

/* @end */

/* @group header */

/* @group tabs  */


.nav {
	float: left;
	margin: 0 auto;
}

.nav ul {
	list-style: none;
	float: left;
}

.nav li {
	float: left;
	border: 1px solid #333;
	border-bottom-width: 0;
	margin: 0 4px 0 0;
	background: #007FC2;
/*
	border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
*/
}

.nav li a {
	padding: 5px 15px;
	display: block;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	color: white;
	border-top: 1px solid #777;
}

.nav li a:hover {
	text-decoration: underline;
}

.nav li.selected {
	position: relative;
	top: 2px;
	background: white;
	border-color: #DB9533;
	border-width: 2px 2px 0 2px;
}
.nav .selected a {
	color: black;
	border-top: none;
}

.nav .selected a:hover {
	text-decoration: none;
}


/* @end */

h1 {
	font-size: 26px;
}

h1 a {
	text-decoration: none;
	color: white;
}

h2 {
	font-size: 1em;
	color: #efefef;
	margin-bottom: 15px;
	position: relative;
	top: -8px;
}

h1 img, h1 a img {
	border: none;
}

input.refineResultsInput {
	margin-top: 10px;
}



/* @end */

/* @group homepage */

.banner {
	height: 148px;
	padding: px 0 0 0;
	background: url(../images/banner.jpg) top left no-repeat;
	text-align: center;
}

.searchBox {
	text-align: center;
	padding: 20px;
	font-size: 18px;
}

.homeSearchBox {
	width: 600px;
	font-size: 18px;	
}

.popularSearches {
	padding: 15px 0 15px 0;
}

ul.terms {
	float: left;
	width: 270px;
	list-style: none;
	margin-left: 15px;
}
.popularSearches h2 {
	clear: both;	
	text-align: ;
	font-size: 14px;
	color: black;
	margin: 0 0 10px 15px;
}



/* @end */

/* @group results page */

/* @group left column  */

.priceRangeTable input {
	width: 70px;
	font-size: 15px;
}

.leftCol h3 {
	margin: 15px 0 5px 0;
	color: #222;
	padding: 5px;

/*
	-moz-border-radius: 3px;
	border-radius: 3px;
*/
	text-indent: 10px;
	font-size: 13px;
}

.categoryName {
	padding:  0 0 0 15px;
}


.resellerOption {
	padding: 0 0 0 10px;
	width: 80%;
}
.leftCol h3.first {
	margin-top: 0;
}

.leftCol {
	width: 230px;
	float: left;
}

.leftCol ul {
	list-style: none;
	margin: 0 0 0 10px;
}

/* @end */

/* @group right column */

/* @group results */

.highlight {
	background: #FFF8A1;
}

.results {
	margin: 10px 0;
}

.result_image img, 
.result_image a {
	border: none;
}

.pagination {
float: left;
}

.pagination a {
	padding: 1px 2px;
	border: 1px solid #efefef;
}

.pagination a:hover {
	background: #fff;
	border: 1px solid #DBDBDB;
	text-decoration: none;
}

.result_image {
	padding: 10px 0;
	text-align: center;
}

.result_info {
	padding: 10px 15px 10px 15px;	
}

.result_price {
	font-weight: bold;
	font-size: 15px;
	text-align: left;
	width: 80px;
}

.via {
	font-weight: normal;
	font-size: 12px;
}

.snippet_brandName span {
	font-weight: bold;
}

.snippet_sku span {
	font-weight: bold;
}
.snippet_sku .highlight
{
	font-weight: normal;
}


/* @end */

.rightCol {
	width: 635px;
	margin: 0 0 0 10px;
	float: right;
}

.resultsSearchBox {
	width: 480px;
	font-size: 19px;	
}

.resultsSearch {
	text-align: left;	
}

.topResultsRow,
.bottomResultsRow {
	text-align: right;	
	padding: 5px;
	color: #000;
}

.topResultsRow {
	margin:  0px 0 0 0;
}



/* @end */

.noCategory {
	color: #888;	
}

.resultsKeywordStatus {
	clear: both;
	margin-bottom: 10px;
	padding: 7px;
}

.resultsKeywordStatus,
.topResultsRow,
.bottomResultsRow,
.leftCol h3 {
	border: 1px solid #DBDBDB;
	background: #efefef;
}

.totalFound {
	float: right;
	color: #444;
}

.recAd{
	float: left;
	padding: 5px;
}

/* @end */


