body {
	margin: 0px;
	padding: 0px;
	background: #919191 url(/images/background.jpg) no-repeat top center;
	color: #676767;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
}

form {
	margin: 0px;
}

.form_subHeader {
	padding: 5px 0px 5px 0px;
	font-weight: bold;
}

.form_reqNotice {
	text-align: right;
}

h1 {
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 2px 0px;
	color: #000000;
	font-size: 25px;
	font-weight: normal;
	border-bottom: 1px dotted #676767;
}

	h1.subheading {
		font-size: 18px;
	}

h2 {
	margin: 0px;
	padding: 0px;
	font-size: 18px;
	font-weight: bold;
}


h3 {
	font-size:12px;
	font-weight:bold;
}

a {
	color: #676767;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #f5df14;
	font-weight: bold;
	text-decoration: none;
}

p {
	margin: 0px;
	padding: 5px 0px 5px 0px;
}

#primary_container {
	width: 981px;
	margin: 2px auto 0px auto;
}

#primary_container .primary_edge_top {
	width: 981px;
	height: 20px;
	background: url(/images/primary_edge_top.png) no-repeat top left;
}

#primary_container .primary_edge_bottom {
	width: 981px;
	height: 20px;
	background: url(/images/primary_edge_bottom.png) no-repeat top left;
}

#primary_container_2 {
	overflow: hidden;
	width: 947px;
	padding: 0px 17px 0px 17px;
	background: url(/images/primary_background.png) repeat-y top left;
}
	#primary_container_2 .edge_top {
		width: 947px;
		height: 8px;
		font-size: 0px;
		background: url(/images/header_edge_top.png) no-repeat top left;
	}
	
	#header_container {
		position: relative;
		width: 922px;
		height: 189px;
		padding: 4px 12px 7px 13px;
		background: url(/images/header_edge_background.png) repeat-y top left;
	}
				
		#header_container .image {
			width: 922px;
			height: 189px;
			background: #c0c0c0;
		}										
		
	#header_navigation_container {
		width: 947px;
		height: 42px;
	}
		
		#header_navigation_container a {
			display: block;
			float: left;
			height: 31px;
			padding-top: 11px;
			color: #ffffff;
			font-size: 13px;
			font-weight: normal;
			text-align: center;
			text-decoration: none;
		}
		
		#header_navigation_container .inactive {
			background: url(/images/header_navigation_dark_middle.png) no-repeat top left;
		}
		
		#header_navigation_container .inactive_left {
			background: url(/images/header_navigation_dark_left.png) no-repeat top left;
		}
		
		#header_navigation_container .inactive_special_left {
			padding-left: 10px;
			background: url(/images/header_navigation_dark_right_left.png) no-repeat top left;
		}
		
		#header_navigation_container .inactive_special_middle {
			background: url(/images/header_navigation_dark_right_middle.png) no-repeat top left;
		}
		
		#header_navigation_container .inactive_special_right {
			padding-right: 10px;
			background: url(/images/header_navigation_dark_right_right.png) no-repeat top right;
		}
		
		
		#header_navigation_container .active,
		#header_navigation_container .inactive:hover {
			color: #676767;
			background: url(/images/header_navigation_white_middle.png) no-repeat top left;
		}
		
		#header_navigation_container .active_left,
		#header_navigation_container .inactive_left:hover {
			color: #676767;
			background: url(/images/header_navigation_white_left.png) no-repeat top left;
		}
		
		#header_navigation_container .active_special_left,
		#header_navigation_container .inactive_special_left:hover {
			padding-left: 10px;
			color: #676767;
			background: url(/images/header_navigation_white_right_left.png) no-repeat top left;
		}
		
		#header_navigation_container .active_special_middle,
		#header_navigation_container .inactive_special_middle:hover {
			color: #676767;
			background: url(/images/header_navigation_white_right_middle.png) no-repeat top left;
		}
		
		#header_navigation_container .active_special_right,
		#header_navigation_container .inactive_special_right:hover {
			padding-right: 10px;
			color: #676767;
			background: url(/images/header_navigation_white_right_right.png) no-repeat top right;
		}
		
	#middle_container {}
		
		#middle_left_container {
			float: left;
			width: 211px;
		}
			
			#middle_left_container .edge_top {
				width: 211px;
				height: 7px;
				background: url(/images/middle_left_edge_top.png) no-repeat top left;
				font-size: 0px;
			}
			
			#middle_left_container .edge_bottom {
				width: 211px;
				height: 7px;
				background: url(/images/middle_left_edge_bottom.png) no-repeat top left;
				font-size: 0px;
			}
			
			#middle_left_container .search {
				position: relative;
				width: 191px;
				height: 43px;
				padding: 5px 5px 0px 15px;
				background: url(/images/middle_left_edge_background.png) repeat-y top left;
			}
				
				#middle_left_container .search form {
					width: 191px;
					padding: 20px 0px 0px 0px;
					background: url(/images/middle_left_site_search.gif) no-repeat top left;
				}
				
				#middle_left_container .search input {
					vertical-align: middle;
				}
			
			#middle_left_container .navigation {
				width: 199px;
				padding: 0px 8px 0px 4px;
				background: url(/images/middle_left_edge_background.png) repeat-y top left;
			}
			
			#middle_left_container .navigation a {
				display: block;
				color: #676767;
				font-size: 10px;
				font-weight: normal;
				text-decoration: none;
				text-transform: uppercase;
			}
			
			#middle_left_container .navigation a.selected {
				display: block;
				color: #000000;
				font-weight: normal;
			}
			
			#middle_left_container .navigation ul {
				list-style: none;
				margin: 0px;
				padding: 0px;
			}
			
			#middle_left_container .navigation li {
				padding: 2px 0px 2px 13px;
			}
			
			#middle_left_container .navigation li.selected1 {
				background: url(/images/navigation_arrow.gif) no-repeat top left;
			}
			
			#middle_left_container .navigation ul.selected0 {
				border-left: 1px solid #a8a8a9;
				background: url(/images/middle_left_navigation_background.gif) no-repeat top right;
			}
			
			#middle_left_container .navigation ul.selected1 {
				border-left: 1px solid #a8a8a9;
				background: url(/images/middle_left_navigation_sub_background.gif) repeat-x top left;
			}
			
		#middle_right_container {
			float: left;
			width: 736px;
		}
		
			#middle_right_container .edge_top_large {
				width: 736px;
				height: 7px;
				background: url(/images/middle_right_edge_top_large.png) no-repeat top left;
				font-size: 0px;
			}
			
			#middle_right_container .edge_bottom_large {
				width: 736px;
				height: 7px;
				background: url(/images/middle_right_edge_bottom_large.png) no-repeat top left;
				font-size: 0px;
			}
			
			#middle_right_container .edge_top_small {
				width: 368px;
				height: 7px;
				background: url(/images/middle_right_edge_top_small.png) no-repeat top left;
				font-size: 0px;
			}
			
			#middle_right_container .edge_bottom_small {
				width: 368px;
				height: 7px;
				background: url(/images/middle_right_edge_bottom_small.png) no-repeat top left;
				font-size: 0px;
			}
			
			#middle_right_container .content_wrapper_large {
				width: 736px;
				background: url(/images/middle_right_edge_background_large.png) repeat-y top left;
			}
			
			#middle_right_container .content_wrapper_small {
				width: 368px;
				background: url(/images/middle_right_edge_background_small.png) repeat-y top left;
			}
			
			#middle_right_container .content_wrapper_large .content_inside {
				width: 698px;
				min-height: 400px;
				margin: 0px 11px 0px 11px;
				padding: 5px 8px 0px 8px;
				background: url(/images/middle_right_content_background_large.jpg) no-repeat 0px 3px;
			}
			
			#middle_right_container .content_wrapper_large .homepage_content_inside {
				width: 698px;
				height: 247px;
				margin: 0px 11px 0px 11px;
				padding: 5px 8px 0px 8px;
			}
			
				#middle_right_container .content_wrapper_large .homepage_content_inside h2 {
					margin: 35px 0px 10px 0px;
					padding-left: 263px;
				}
				
				#middle_right_container .content_wrapper_large .homepage_content_inside p {
					margin: 10px 0px 10px 0px;
					padding-left: 263px;
				}
				
				#middle_right_container .content_wrapper_large .homepage_content_inside h2 em {
					font-style: normal;
					color: #e3d10a;
				}
				
				#middle_right_container .content_wrapper_large .homepage_content_inside p em {
					font-style: normal;
					font-weight: bold;
				}
				
			#middle_right_container .content_wrapper_large .homepage_ads_content_inside {
				width: 726px;
				height: 247px;
				margin: 0px 0px 0px 5px;
				padding: 3px 0px 0px 0px;
			}
				
				#middle_right_container .content_wrapper_large .homepage_ads_content_inside img {
					float: left;
					margin: 0px 0px 0px 6px;	
				}
			
			#middle_right_container .content_wrapper_small .content_inside {
				width: 329px;
				margin: 0px 11px 0px 11px;
				padding: 5px 8px 10px 8px;
				background: url(/images/middle_right_content_background_small.jpg) no-repeat 0px 3px;
			}
			
	#footer_container {
		padding: 0px 10px 0px 10px;
		color: #ffffff;
	}
	
		#footer_container a {
			color: #ffffff;
			font-weight: normal;
			text-decoration: none;
		}

		#footer_container .contact {
			float: left;
			width: 400px;
		}
		
		#footer_container .links {
			float: right;
			width: 400px;
			text-align: right;
		}
		
		#footer_container .subscribe {
			clear: both;
			padding-top: 15px;
		}
		
.homepage_content_box {
	float: left;
	width: 368px;
}

	.homepage_content_box .content_inside {
		min-height: 180px;
	}

	.homepage_content_box .vendor_images {
		overflow: hidden;
		margin: 5px 0px 5px 0px;
	}
	
	.homepage_content_box .vendor_images img {
		float: left;
		margin: 1px;
		border: 1px solid #cccccc;
	}
	
	.homepage_content_box .product_image_container {
		width: 80px;
		vertical-align: top;
	}
	
	.homepage_content_box .product_description_container em {
		font-size: 14px;
		font-style: normal;
		font-weight: bold;
	}
	
	.homepage_content_box .product_description_container br {
		line-height: 5px;	
	}

.form_field {
	height: 15px;
	border: 1px solid #a5acb2;
}

.form_label {
	padding-bottom: 5px;
	padding-right: 5px;
	text-align: right;
}

.form_value {
	padding-bottom:5px;
}

.form_button_small {
	width: 18px;
	height: 18px;
	border: 0px;
	background: url(/images/form_arrow.gif) no-repeat top left;
}

.form_top_icons {
	text-align: right;
	margin-bottom: 3px;
}

#breadcrumbs {
	padding-bottom: 5px;
	font-weight: normal;
	font-size: 11px;
	text-align: right;
}

#breadcrumbs a {
	font-weight: normal;
	font-size: 11px;
}

.list_sort {
	float: right;
	width: 40%;
	margin: 5px 0px 10px 0px;
	text-align: right;
}

.odd_row {
	background-color: #f6f6f6;
}

.label_retail_price {
	font-weight: bold;
	color: #000000;
}

.label_sale_price {
	font-weight: bold;
	color: #c10000;	
}

.products_list td {
	padding: 4px;
	border-bottom: 1px dotted #676767;
}

.products_list br {
	line-height: 5px;
}

.products_list .image {
	width: 80px;
	vertical-align: top;
}

.products_list .description {
	vertical-align: top;
}

.products_list .description a {
	font-size: 14px;
}

.products_list .price {
	width: 261px;
	text-align: right;
	vertical-align: bottom;
}

.products_list .price div {
	padding-top: 5px;
}

.products_list_no_images td {
	padding: 2px;
	border-bottom: 1px dotted #676767;
}

.products_list_no_images .name {
	width: 280px;
}

.products_list_no_images .partnumber {
	width: 100px;
}

.products_list_no_images .description {
	width: 100px;
}

.products_list_no_images .price {
	width: 90px;
}

.no_padding {
	padding: 0px;
	margin: 0px;
}

.border {
	border: 1px solid #999999;
}

.galleryDescription ul {
	margin-left: 25px;
}

.dot_divider {
	border-bottom:1px dotted #AAAAAA;
	padding:5px 0px 0px 0px;
	margin-bottom:5px;
}

.message {
	padding: 2px 1px 1px 1px;
	color: #ED174B;
	font-weight: bold;
	font-size: 11px;
}

.overlay_brand {
	position: relative;
	top: -13px;
	left: 2px;	
	width: 63px;
	height: 10px;
	background: url(/images/motooverlay.jpg) no-repeat top left;
}

.overlay_brand_small {
	position: relative;
	top: -5px;
	left: 0px;	
	width: 25px;
	height: 4px;
	background: #ffffff;
	font-size: 1px;
	line-height: 1px;
}

.featured_category {
	color: #e1a11b;
}
