/* @override http://piaa.com/Powersports/powersports.css */

body {
	margin: 0;
	font: x-small Arial, Helvetica, Geneva, sans-serif;
	background: white url(images/background.png) repeat-y;
}

a, a:visited {
	color: gray;
	text-decoration: none;
}

a:hover {
	color: gray;
	text-decoration: underline;
}

table {
	border-width: 0;
	margin: 0;
	padding: 0;
}

img {
	margin: 0;
	padding: 0;
	border-width: 0;
}

/* @group Top */

#header_home {
	width: 752px;
	height: 104px;
	background-image: url(images/header_home.png);
}

#header_whatsnew {
	width: 752px;
	height: 104px;
	background-image: url(images/header_whatsnew.png);
}

#header_lamps {
	width: 752px;
	height: 104px;
	background-image: url(images/header_lamps.png);
}

#header_bulbs {
	width: 752px;
	height: 104px;
	background-image: url(images/header_bulbs.png);
}

#header_kits {
	width: 752px;
	height: 104px;
	background-image: url(images/header_kits.png);
}

#header_mounting {
	width: 752px;
	height: 104px;
	background-image: url(images/header_mounting.png);
}

#header_accessories {
	width: 752px;
	height: 104px;
	background-image: url(images/header_accessories.png);
}

#header_guide {
	width: 752px;
	height: 104px;
	background-image: url(images/header_guide.png);
}

/*#header_sponsorships {
	width: 752px;
	height: 104px;
	background-image: url(images/header_sponsorships.png);
}*/

#header_hidkits {
	width: 752px;
	height: 104px;
	background-image: url(images/header_hidkits.png);
}

#header_whypiaa {
	width: 752px;
	height: 104px;
	background-image: url(images/header_whypiaa.png);
}

.header span {
	display: none;
}

.header a {
	width: 752px;
	height: 104px;
	display: inline-block;
}

/* @end */

/* @group Nav */

#category_nav {
	width: 752px;
	height: 33px;
}

#category_nav ul {
	margin: 0;
	padding: 0;
	display: inline-block;
}

#category_nav ul li {
	height: 33px;
	padding: 0;
	margin: 0;
	display: inline-block;
	list-style-type: none;
	float: left;
}

#category_nav span {
	display: none;
}

#category_nav a:hover {
	background-position: 0 -33px;
}

#category_nav .selected_tab {
	background-position: 0 -33px;
}

a#whatsnew {
	height: 33px;
	width: 69px;
	display: inline-block;
	background: url(images/nav_whatsnew.png) no-repeat 0 0;
	margin: 0;
	padding: 0;
}

a#lamps {
	height: 33px;
	width: 57px;
	display: inline-block;
	background: url(images/nav_lamps.png) no-repeat 0 0;
}

a#bulbs {
	height: 33px;
	width: 56px;
	display: inline-block;
	background: url(images/nav_bulbs.png) no-repeat 0 0;
}

a#kits {
	height: 33px;
	width: 159px;
	display: inline-block;
	background: url(images/nav_kits.png) no-repeat 0 0;
}

a#mounting {
	height: 33px;
	width: 83px;
	display: inline-block;
	background: url(images/nav_mounting.png) no-repeat 0 0;
}

a#accessories {
	height: 33px;
	width: 107px;
	display: inline-block;
	background: url(images/nav_accessories.png) no-repeat 0 0;
}

a#guide {
	height: 33px;
	width: 100px;
	display: inline-block;
	background: url(images/nav_guide.png) no-repeat 0 0;
}

/*a#sponsorships {
	height: 33px;
	width: 121px;
	display: inline-block;
	background: url(images/nav_sponsorships.png) no-repeat 0 0;
}*/

a#hidkits {
	height: 33px;
	width: 121px;
	display: inline-block;
	background: url(images/nav_hidkits.png) no-repeat 0 0;
}

/* @end */

/* @group Category Title */

.title_bar {
	width: 752px;
	height: 33px;
	background-image: url(images/title_lamps.png);
	display: block;
}

.title_bar span {
	display: none;
}

#title_whatsnew {
	background-image: url(images/title_whatsnew.png);
}

#title_lamps {
	background-image: url(images/title_lamps.png);
}

#title_bulbs {
	background-image: url(images/title_bulbs.png);
}

#title_kits {
	background-image: url(images/title_kits.png);
}

#title_mounting {
	background-image: url(images/title_mounting.png);
}

#title_accessories {
	background-image: url(images/title_accessories.png);
}

#title_guide {
	background-image: url(images/title_guide.png);
}

/*#title_sponsorships {
	background-image: url(images/title_sponsorships.png);
}*/

#title_hidkits {
	background-image: url(images/title_hidkits.png);
}

#title_home {
	background-image: none;
	border-top: 1px solid #666;
}

#title_whybuy {
	background-image: none;
	border-top: 1px solid #666;
}

/* @end */

/* @group Sidebar */

#site_nav {
	display: none;
}

#site_nav {
	display: none;
}



/* @end */

/* @group Content */

#content {
	width: 600px;
	top: 170px;
	left: 140px;
	position: absolute;
	margin-top: 15px;
}

.checkers {
	background-image: url(images/background_check.png);
}

p.p_whybuy {
	font-size: small;
	padding-right: 10px;
	padding-left: 10px;
}

span.x {
	width: 33px;
	height: 21px;
	display: inline-block;
	background-image: url(images/x.gif);
	vertical-align: bottom;
}

span.x b {
	display: none;
}

div#content.checkers {
	margin-top: -19px;
}

#content_home {
	width: 600px;
	top: 147px;
	left: 127px;
	position: absolute;
	margin-top: 0;
}

#content_sponsor {
	color: white;
}

#content_sponsor table tbody tr td img {
	border: 1px solid white;	
}

div.product {
	display: block;
	width: 100%;
}

h2.product_name {
	font-size: medium;
	font-weight: bold;
	display: block;
	background: #c4bfc6 url(images/title_stripes.gif) no-repeat right top;
	padding: 4px 3px 3px 10px;
	clear: left;
	margin-top: 10px;
	margin-bottom: 0;
}

.checkers h2.product_name {
	font-size: medium;
	font-weight: bold;
	display: block;
	background: transparent url(images/title_stripes.gif) no-repeat right top;
	padding: 4px 3px 3px 10px;
	clear: left;
	margin: 10px 0 0 10px;
}

img.product_image {
	float: left;
	border-bottom: 1px dotted silver;
	border-left: 1px dotted silver;
	margin-bottom: 10px;
	padding-left: 10px;
	background-color: white;
}

img.acc_image {
	float: left;
	border-bottom: 1px dotted silver;
	border-left: 1px dotted silver;
	margin-bottom: 10px;
	padding-left: 0;
	background-color: white;
}

div.product ul {
	list-style-type: none;
	margin: 10px 0 0;
	padding: 0;
}

div.product ul li {
	list-style-type: none;
	padding: 0 0 5px;
	text-align: right;
	color: gray;
	display: block;
	margin-bottom: 0;
	margin-top: 0;
	margin-right: 0;
}

div.product ul li em {
	display: inline-block;
	width: 80px;
	font-weight: normal;
	font-style: normal;
}

div.product ul li span {
	display: inline-block;
	width: 200px;
	text-align: left;
	margin-right: 20px;
	color: black;
	height: 100%;
	border-bottom: 1px dotted silver;
	border-left: 1px dotted silver;
	padding: 0 0 3px 3px;
	vertical-align: top;
	margin-left: 5px;
}

.part_number span a img {
	vertical-align: middle;
	margin-left: 10px;
	border-width: 0;
}

div#hidinfo {
	width: 580px;
}

div.hidtext {
	background: url(images/hidgradient.png) repeat-x;
}

#hidinfo img {
	padding: 0;
	margin: 0;
}

#hidinfo div.hidtext p {
	margin: 0;
	padding: 5px 30px;
	font-size: 12px;
}

form {
	margin-left: 145px;
}

/* @group Bulb Colors */

h2 {
	font-size: medium;
	font-weight: bold;
	display: block;
	background: #c4bfc6 url(images/title_stripes.gif) no-repeat right top;
	padding: 4px 3px 3px 10px;
	clear: left;
	margin-top: 10px;
	margin-bottom: 0;
}

.color_xw {
	background: #5c8da7 url(images/title_stripes.gif) no-repeat right top;
}

.color_xwp {
	background: #8ebfd9 url(images/title_stripes.gif) no-repeat right top;
}

.color_sw {
	background: #b3cce6 url(images/title_stripes.gif) no-repeat right top;
}

.color_spgtx {
	background: #a6a5bf url(images/title_stripes.gif) no-repeat right top;
}

.color_ic {
	background: #e5e56d url(images/title_stripes.gif) no-repeat right top;
}

.color_hid {
	background: #cc9933 url(images/title_stripes.gif) no-repeat right top;
}


/* @end */

/* @end */

/* @group Footer */

#footer {
	display: block;
	margin-top: 20px;
	margin-bottom: 20px;
	clear: left;
}



/* @end */