@import url(blueprint/screen.css);

h3 { margin-bottom: 5px; }	

.alignRight { text-align: right; }
.noMargin { margin-bottom: 0; }

.box { background: #eee; margin-bottom: 10px; }
.box .box { background: #fff; margin-bottom: 0; }

/* !rounded corners */
.rounded {
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
}
.roundedTop {
-moz-border-radius-topleft: 10px;
-webkit-border-top-left-radius: 10px;
border-top-left-radius: 10px;
-moz-border-radius-topright: 10px;
-webkit-border-top-right-radius: 10px;
border-top-right-radius: 10px;
}
.roundedBottom {
-moz-border-radius-bottomleft: 10px;
-webkit-border-bottom-left-radius: 10px;
border-bottom-left-radius: 10px;
-moz-border-radius-bottomright: 10px;
-webkit-border-bottom-right-radius: 10px;
border-bottom-right-radius: 10px;
}


body {
background: #d9d9cb url(../images/bg-content.png) center top repeat-y;
}

#header {
background: url(../images/bg-nav.png) repeat-x;
}
	#logo {
	float: left;
	margin-top: -12px;
	}
	#nav {
	float: right;
	margin: 10px 0;
	text-align: right;
	}
		#nav li {
		display: inline;
		list-style: none;
		}

#content {
padding-bottom: 20px;
}

	#welcome {
	background: #f5efc8 url(../images/bg-welcome.jpg) no-repeat;
	height: 140px;
	padding: 30px;
	margin-bottom: 30px;
	}

	#models {
	background: #353b33 url(../images/bg-models.jpg) no-repeat;
	height: 140px;
	padding: 30px;
	margin-bottom: 30px;
	}
	
	#parts-accessories-wrapper {
	background: #a00 url(../images/bg-parts-accessories-wrapper.png) no-repeat;
	clear: both;
	float: left;
	height: 450px;
	margin: 10px 40px;
	overflow: auto;	
	padding: 15px 20px;
	width: 830px;
	}
		#parts {
		float: left;
		height: 440px;
		margin-right: 10px;
		overflow: hidden;
		width: 530px;
		}
			#oem {
			height: 420px;
			width: 530px;
			margin: 0;
			padding: 0;
			}
				#oem a:link    { color: #c00; font-weight: 700; }
				#oem a:visited { color: #a00; }
				#oem a:hover   { color: #d00; }
				#oem a:active  { color: #e00; }
			
			#modelSelect, .pfp {
			float: left;
			font-size: 11px;
			height: 420px;
			margin: 0;
			overflow: auto;
			padding: 0;
			}
			#modelSelect {
			width: 180px;
			background: url(http://img.shspowersports.com/pfp/bg-yearSelect.gif) top right repeat-y;
			overflow-x: hidden;
			}
			.pfp {
			width: 350px;
			background: #fff;
			}
			.intro { background: #fff url(../images/bg-model-select.jpg) 50% 50% no-repeat; }
				#modelSelect a, .pfp a {
				display: block;
				padding: 4px 4px 4px 16px;
				text-decoration: none !important;
				}
				#modelSelect a:hover, .pfp a:hover { background: #dddfe7; }
				#modelSelect a.selected, .pfp a:active { color: #a00; background: #fff; font-weight: 700;  }
			#ftr { margin: 0 auto; }

		#accessories {
		float: left;
		width: 290px;
		}
			#accessories ul {
			background: url(../images/bg-accessories-ul.png) no-repeat;
			margin: 0;
			}
				#accessories ul li {
				list-style: none;
				margin: 0;
				}
					#accessories ul li a {
					color: #7e7e54;
					display: block;
					height: 40px;
					padding: 10px;
					margin: 0;
					overflow: auto;
					text-decoration: none;
					width: 270px;
					}
					#accessories ul li a:hover {
					color: #636343;
					}
						#accessories ul li a img {
						float: left;
						}
						#accessories ul li a span {
						display: block;
						float: left;
						font-size: 1.2em;
						font-weight: 700;
						height: 14px;
						padding: 10px;
						width: 210px;
						}



/* !buzz */
#search-results {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.2em;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	padding: 0;
	color: #333;
}
	#search-results b { font-weight: 700; }
	#search-results a { color: #c00; }
		#search-results a img { border: none; }
	#search-results li {
	border-bottom:1px solid #EEEEEE;
	line-height:1.1em;
	margin: 0;
	padding:0.7em 0 0.6em;
	position:relative;
	}
	#search-results li:first-child {
	border-top: 1px solid #eee;
	}
		.thumb {
		display:block;
		height:50px;
		left:0;
		margin:0 10px 0 0;
		overflow:hidden;
		position:absolute;
		width:50px;
		}
		span.status-body {
		display:block;
		margin-left:56px;
		min-height:50px;
		overflow:hidden;
		width:410px;
		}

#footer {
background: #d9d9cb url(../images/bg-footer.png) center top no-repeat;
}

#oem_network { 
	/* background: url(../img/common/bg-header.gif) repeat-x; */
	background-color: black;
	width: 100% !important;
	height: 45px;
}
	
	#network_logo { height: 25px; width: 200px; float: left; margin-top: 5px; margin-left: 10px;}
	#network_nav { height: 25px; width: 600px; float: right; margin-top: 10px; color: white;}
	a.oem_network_nav:link {color: #608354; decoration:none;} a.oem_network_nav:visited {color: #608354; decoration:none;} a.oem_network_nav:active {color: #608354; decoration:none;} a.oem_network_nav:hover {color: #608354; decoration:underline;}
	.bottom_nav { font-size: 9px;}