/* @override http://partssearch.firebirdtaclub.com/syns/39640/overall.css */

/* @override http://www.streetperformance.com/MARKETPLACE/syns/39637/overall.css */

/* @override 
	http://www.streetperformance.com/MARKETPLACE/syns/37621/overall.css
*/

/* @group general */

/* special body stuff */
body {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background: #000080 !important;
}

/* all standard bars stretching across the screen... */
div#main_contents div#main_ymm.main_box,
div#main_contents div#filters,
div#active_filters,
div#disclaimer
{
	width: 955px;
	margin: 0px 15px 15px 15px;
	padding: 5px;
}

/* these are the boxes that span 2/3rds of the width... */
div#browse_categories.main_box, 
div#subCategories.main_box,
div#search_results {
	width: 740px;
	margin: 0 0px 0px 15px;
	padding: 5px;
	background: white;
	border-color: #efefef;
}


/* special global link properities */
a {
	color: #0000ca;
}

div.main_box {
	background: white;
}

/* bread's in a seperate thing than the selects that span
the whole width because it has a different padding */
div#bread {
	border-color: #efefef;
	background: #F5FAFA;
	width: 524px;
	margin: 15px;
	padding: 10px;
}
* html div#bread {
	width:  520px !important;
}


/* where the whole page's width comes from, important */
div#main_contents {
	width: 1000px !important;
	padding: 0;
	background: #ffffff;
}

/* the main bars - on SP.com it's the gray bar */
#main_ymm h3,
#subCategories h1,
#browse_categories h3,
#search_results h1,
#filters h3,
#active_filters h3  {
	background: #4C4C4C url(http://www.streetperformance.com/MARKETPLACE/images/gradients/small-dark-gray.jpg) repeat-x top left;
	letter-spacing: 1px;
}

/* @end */

/* @group siblings */

/* siblings only applicable to streetperformance. set 
div#siblings and display:none on all others */
div#siblings {
	padding: 5px;
	font-size:85%;
	display: none;
}

div#siblings a { 
	color: #888;
}

#siblings ul li {
	float: left;
	width: 255px;
	margin-right: 1%;
	text-align: left;
}

/* @end */

/* @group footer */
/* our footer stuff... */

div#tri_footer {
	background: #000080;
	margin: 0 auto;
	width: 1000px;
}

ul.generalLinks li,
ul.sitemap li {
	display: inline;
	margin: 0 5px 0 0;
}

ul.generalLinks li,
ul.sitemap li, 
#tri_footer p {
	font-size: 85%;
}


/* @end */

/* @group header */
/* header stuff... */

div#tri_header {
	text-align: left;
	background: #000080;
	position: relative;
	width: 100%;
	padding: 0;
	margin: 0 auto;
}

#tri_header h4 {
	position: absolute;
	top: 51px;
	right: .5em;
	font-size: 100%;
	color: white;
}

div#blueBar {
	height: 13px;
	background: #2121A3 url(http://www.streetperformance.com/c/images/sp_bar_blue.gif);
	background-repeat: repeat-x;
	line-height: 10px;
}

/* @end */

/* @group bannners */
/* mostly dealing with the side banners... */

#side_banners ul li a img {
	border: 1px solid white;
}

div#main_contents div#side_banners {
	width: 190px;
	margin: 0 18px 0 12px;
	background: #fff url(http://www.streetperformance.com/MARKETPLACE/images/gradients/gray-corner.jpg) no-repeat bottom right ;
	border-color: #efefef;	
}

#side_banners ul li a:hover img {
	border: 1px solid #CA9620;
}

/* @end */

/* @group homepage */
/* anything special to the homepae that doesn't apply to other parts of the website */

div#main_contents h2#homeSlogan {
	margin: 10px 0 10px 15px;
	float: left;
}

/* the links in the subcategory listings on the homepage  */
#left_cats ul li a,
#right_cats ul li a {
	line-height: 1.3em;
	color: #444;
}

/* the main categories on the homepage */
#left_cats h4,
#right_cats h4 {
	font-size: 120%;
	color: #222;
}

/* the slogan under the header */
#main_contents h2 {
	font-size: 130%;
	margin: 5px 0 5px 0px;
}



/* @end */

/* @group ymm */

/* css dealing with YMM */
div#main_contents div#main_ymm.main_box,
div#main_contents div#filters {
	border-color: #efefef;
	background: #fff url(http://www.streetperformance.com/MARKETPLACE/images/gradients/gray-corner.jpg) no-repeat bottom right;
}

/* the car image on the homepages next to YMM */
span#carImage {
	width: 250px;
	text-align: center;
}

/* @end */

/* @group main category */

/* the featured subcats that get highlighted */
ul li.feature a {
	color: #E50011 !important;
	font-size: 105%;
}

/* following three are widths and what not for the YMM on main category page... */
div#main_ymm.main_box form#ymm fieldset#mainYMM select#year {
	width: 100px;
}

div#main_ymm.main_box form#ymm fieldset#mainYMM select#make {
	width: 200px;
	margin-right: 5px;
}

div#main_ymm.main_box form#ymm fieldset#mainYMM select#model {
	width: 200px;
	margin-right: 5px;
}

/* the double arrows next to sub cat links when hovers on ... */
#left_cats ul li a:hover span.catArrows,
#right_cats ul li a:hover span.catArrows {
	color: #E50011;
}

/* default arrows next to sub cat links: */
span.catArrows {
	color: white;
}

/* the main box with the subcategories in it */
div#subCategories.main_box,
div#browse_categories.main_box {
	background: #fff url(http://www.streetperformance.com/MARKETPLACE/images/gradients/gray-corner.jpg) no-repeat bottom right ;	
}


/* @end */

/* @group sub category */

/* pagination hover */
div.pagination ul li a:hover {
	background: #F6F5B9;
}

/* to add a little border or whatever else to the part result images */
#search_results div.part_result div.part_result_image a img {
	border: 1px solid silver;
	padding: 3px;
	background: #efefef;
}

/* hover on the whole part result (affects description paragraph) */
#search_results div.part_result:hover div.part_result_decsription p {
	color: black;
}

/* the part result image's parent div */
div.part_result_image {
	text-align: center;
}

/* for each row of parts. optionally can seperate into odd and even  */
div.part_result.odd, 
div.part_result.even {
	background: url(http://www.streetperformance.com/MARKETPLACE/images/gradients/light-blue.jpg) repeat-x top left;
}

/* hover on the part image */
#search_results div.part_result div.part_result_image a:hover img {
	background: #F6F5B9;
}

/* the part number on each part result */
div.part_result_decsription h4 a {
	font-size: 80%;
	color: #222;
}

/* when filters are selected, there is an active_filters box */
div#active_filters {
	border-color: #efefef;
}

/* disclaimer which is optional on universal category pages. currently only on category ID 374 (seats) */
div#disclaimer {
	background-color: #C62F2F;
}

/* @end */

/* @group product detail */

#part-photo a img {
	border: none;
	border: 1px solid silver;
	padding: 3px;
	background: #efefef;
}

/* part4 is manufacturer profile tab, part3 is auto fitment tab */
div#part4.tabcontent, 
div#part3.tabcontent {
	padding-bottom: 10px;
}
div.tabcontentstyle{
	background: #fff;
}
/* on the large part image */
#part-photo a:hover img {
	background: #F6F5B9;	
}

/* @group banners */
/* specific to the p4p banners on a part page */


#part1 table tbody tr td p a {
	color: #222;
}

#part1 table tbody tr td p strong a {
	color: #0000BA;
}


/* @end */


/* @group tabs */
/* customizations for the syndicate just on the tabs */


/* @end */

th#yearsTH {
	width: 350px;
}

h1#part-title,
h2#brand-name,
h3#part-number {
	float: left;
	width: 100%;
}

h1#part-title {
	background: url(http://www.streetperformance.com/MARKETPLACE/images/gradients/light-blue.jpg) repeat-x top left;		
}

h2#brand-name, h3#part-number {
	color: #444;
	font-size: 100%;
}

/* width of the part details */
div#part-details {
	float: left;
	width: 544px;
	background: #fff;
	padding: 0 3px 0 3px;
}

div#part-photo {
	text-align: center;
}

/* the tables inside of the get it now and auto fitment tabs */
#part3 table tbody tr td,
#part1 table tbody tr td {
	padding: 3px 0 3px 10px;
}

/* background on get it now and auto fitment tabs - even rows */
#part3 table tbody tr.even {
	background: #E7F6F9;
}

#part1 table tbody tr td {
	border: solid #D9D9D9;
	border-width: 0 1px 1px 0;
	padding: 8px;
}

/* hover color on get it now and auto fitment tabs - all rows */
#part3 table tbody tr:hover,
#part1 table tbody tr:hover {
	background: #E7F6F9;
}


#part3 table {
	width: 100%;
}

/* @end */

/* @group IE hacks */


* html ul.generalLinks li,
* html ul.sitemap li, 
* html #tri_footer p {
	font-size: 95%;
}

* html div#main_contents div#side_banners {
margin-right: 0;
}

/* @end */
	padding: 8px;
}

/* hover color on get it now and auto fitment tabs - all rows */
#part3 table tbody tr:hover,
#part1 table tbody tr:hover {
	background: #E7F6F9;
}


#part3 table {
	width: 100%;
}

/* @end */

/* @group IE hacks */


* html ul.generalLinks li,
* html ul.sitemap li, 
* html #tri_footer p {
	font-size: 95%;
}

* html div#main_contents div#side_banners {
margin-right: 0;
}
div#searchForm{
	display: block;
	float: right;
}
div#searchForm form{
	background: #4C4C4C url(http://www.streetperformance.com/MARKETPLACE/images/gradients/small-dark-gray.jpg) repeat-x top left;
}
/* @end */