* {
	margin: 0;
}

html, body, td {
	height: 100%;
	font-family: tahoma,helvetica,sans-serif;
	font-size: 12px;
	color: #333;
	margin: 0px;
}

A:link {
	text-decoration: none;
	color: #1a64ca;
}

A:visited {
	text-decoration: none;
	color: #3a00ca;
}

A:active {
	text-decoration: none;
	color: #000;
}

A:hover {
	color: #0d3265;
	text-decoration: underline;
}





#faq {
	
	padding: 0;
	margin: 0 0 15px 20px;
	float: left;
	width: 610px;

}

#faq p {
	padding-bottom: 10px;
}

#faq h1 {
	padding-bottom: 10px;
	font-size: 16px;
	font-variant: normal;

}

#faq h2 {
	padding-bottom: 10px;
	font-size: 16px;
	font-variant: normal;
	margin-top: 15px;
}

#atoz {
	
	padding: 0 0 20px;
	margin: 0 0 15px 20px;
	float: left;
	width: 450px;
	height: 2450px;
}

#atoz a {
	padding-top: 5px;
}

#atoz h4 {
	font-size: 18px;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 3px;
}

/* h4 {
	font-size: 18px;
} */

.banner {
	height: 28px;
	width: 100%;
	float: left;
	padding: 2px 0 0;
	background-color: #f1f1f1;
	font-size: 16px;
	color: #333333;
	margin-bottom: 20px;
}

.banner h2 {
	font-size: 12px;
	font-weight: 500;
	margin-bottom: 0px;
	float: left;
	margin-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	display: inline;
}

.banner h3 {
	font-size: 11px;
	font-weight: 500;
	margin-top: 0px;
	text-align: right;
	float: right;
	display: inline;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.featured {
	
}

.featured table {
	margin: auto;
	padding: 0px;
}

.featured th {
	background-color: #DFFBCF;
	padding: 2px;
}

.featured h4 {
	font-size: 100%;
	margin-top: 0px;
}

.featured .stars {
	font-size: x-small;
}

.menu {
	float: left;
	margin-left: 100px;
	margin-top: 10px;
	display: inline;
}

#navigation {
/*	background-image: url(img/box.gif);
	background-repeat: no-repeat;
	background-position: top;
*/	height: 15px;
	text-align: center;
	margin: 20px 0;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #666;
	font-size: 14px;
}

#prices {
	margin-top: 15px;
	width: 728px;
	margin-left: 15px;
}

#prices td, th {

	padding: 4px 0 4px 6px;
	margin: 0;
}

.tabletop {

	background-image: url(img/tablebg.gif);
	height: 25px;
}

.tablecell {
	background-color: #f1f1f1;
		border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDDDDD;
}
.product {
	margin-top: 15px;
	width: 650px;
	clear: left;
	margin-left: 15px;
}

.product h3 {
	font-size: 130%;
	margin: 10px 0px 10px 0px;
}

.product p {
	text-align: justify;
}

.ratings {
	margin-top: 15px;
	width: 728px;
}

.ratings form {
	display: inline;
}

.ratings form select {
	color: #AF7817;
}

.ratings form textarea {
	width: 100%;
}

.searchform {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 0;
	width: 330px;
	float: left;
	margin-left: 20px;
	margin-right: 40px;
	display: inline;
}

.searchform_index {
	margin-right: auto;
	margin-left: auto;
	width: 450px;
	height: 80px;
	background-color: #cccccc;
	padding-top: 30px;
}

#search_wrap {
	width: 100%;
	height: 45px;
	border-bottom: 1px solid #999;
	background: #ccc url(img/menu_bg.gif) repeat-x;
}

#searchresults {
	clear: left;

	padding: 0;
	width: 98%;
	margin: 0 0 15px 15px;
}


#searchresults h4 {
	font-size: 14px;

	margin: 10px 0px 10px 0px;
}

#searchresults p {
	text-align: justify;
	margin: 10px 0px 10px 0px;
}

.starsOn {
	color: #AF7817;
	font-weight: bold;
}

.starsOff {
	color: #AAAAAA;
	font-weight: bold;
}

.nobr {
	white-space: nowrap;
	font-size: 11px;
}

.disabled {
	color: #999;

}

/* content stuff */

#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -47px;
	background-color: #FFF;
}

/* header stuff */

#header {
	width: 100%;
	height: 90px;
	clear: both;
	background: #999 url(img/header_bg.gif) repeat-x;
}

#logo a {
	background-image: url(img/motorshop_logo.gif);
	background-repeat: no-repeat;
	height: 90px;
	width: 199px;
	float: left;
	margin: 0 0 0 17px;
	display: inline;
	cursor: pointer;
}

#logo a:hover {
	text-decoration: none;
}

#logo a span {
	visibility: hidden;
}

#slogan {
	font-size: 16px;
	color: #ffffff;
	left: 20px;
	top: 55px;
	position: absolute;
}

#horizontalBanner {
	left: 240px;
	position: absolute;	
}

/* footer stuff */

/* #footer {
	width: 100%;
	height: 47px;
	background: #ccc url(img/footer3.gif) repeat-x;
	text-align: center;
	clear: both;
	vertical-align: top;
	padding: 0;
	margin: 0;
	word-spacing: 2px;
}

#footer p {
	padding-top: 15px;
}

#footer a {

	color: #FFF;
}

#footer a:hover {

	color: #f0c030;
}

#footer, #push {
	width: 100%;
	height: 47px;


} */


 #footer {
	width: 100%;
	height: 23px;
	background: #ccc url(img/footer2.gif) repeat-x;
	text-align: center;
	clear: both;
	vertical-align: top;
	padding-bottom: 5px;
	padding: 0;
	margin: 0;
}

#push {
	width: 100%;
	height: 23px;
	background: #ccc url(img/footer1.gif) repeat-x;
	text-align: center;
	clear: both;
	border-top: 1px solid #999;
} 

#push_search {
	width: 100%;
	height: 23px;

}

/* Old Tabs */

.tabs {
	width: 400px;
	overflow: hidden;
	padding-top: 18px;
	margin-left: 50px;
}

.tabs ul {
	margin: 0;
	padding: 0;
	padding-left: 10

px;
	/*offset of tabs relative to browser left edge*/
font: bold 12px Verdana;
	list-style-type: none;
}

.tabs li {
	display: inline;
	margin: 0;
}

.tabs li a {
	float: left;
	display: block;
	text-decoration: none;
	margin: 0 5px 0 0;
	/*padding inside each tab*/
color: white;
	background: url(img/button.gif) no-repeat;
	width: 107px;
	text-align: center;
	padding-right: x;
	padding-top: 5px;
	padding-left: x;
	height: 23px;
}

.tabs li a:visited {
	color: white;
}

li.active a {
	color: #FFFFFF;
	background: #f1f1f1;
}

li.active a:hover {
	color: #FFFFFF;
}

li.active a:visited {
	color: #333333;
	background: #f1f1f1;
}

.tabs li a:hover, .mattblacktabs li.selected a {
	background: url(img/button_hover.gif) no-repeat;
	width: 107px;
	text-align: center;
	color: #f0c030;
}

/* New Tabs */

/* #menu_wrap {
	padding: 0;
	margin: 0;
	width: 600px;

	height: 56px;
} */ 

#slidetabsmenu {
	padding-top: 21px;
	margin-left: 50px;
line-height:normal;
/*	display: inline; */
}


* html #slidetabsmenu{ /*IE only. Add 1em spacing between menu and rest of content*/
margin-bottom: 1em;
	width: 400px;
}

#slidetabsmenu ul{
list-style-type: none;
margin:0;
margin-left: 10px;
padding:0;
}

#slidetabsmenu li{
display:inline;
margin:0;
padding:0;
}

#slidetabsmenu a {
float:left;
background:url(img/tab-left.png) no-repeat left top;
margin: 0 3px 0 0;
padding: 0 0 0 9px;
text-decoration:none;
}

#slidetabsmenu a span {
float:left;
display:block;
background:url(img/tab-right.png) no-repeat right top;
font-weight:bold;
color:#FFF;
	height: 17px;
	padding: 4px 16px 4px 6px;
}


#slidetabsmenu a:hover span {
color: #f0c030;
}

#slidetabsmenu #current a {
background-position:0 -31px;
}

#slidetabsmenu #current a span {
background-position:100% -31px;
color: #FFF;
}

#slidetabsmenu a:hover {
background-position:0% -31px;
}

#slidetabsmenu a:hover span {
background-position:100% -31px;
}

/* Banners */


.banner_120x600 {
	float: right;
	width: 140px;
	margin-right: 20px;
	text-align: right;
}

.banner_728x90 {

	width: 728px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* Advanced search */


#advanced {
	
	padding: 0;
	margin: 0 0 15px 20px;

	width: 610px;
	height: 500px;
}

#advanced_search {
	float: left;
	width: 500px;
	margin: 0;
	height: 71px;
	background: url(img/advanced_searchbox.gif) no-repeat;
	padding: 10px 0 0 20px;
	display: inline;
}

#advanced_search p {
	margin: 0;
	padding: 0 0 4px;
}

#search_options {
	float: left;

	margin: 15px 0;
	padding: 0;

}

#search_options p {
	background: url(img/options_bg.gif) no-repeat left top;

	margin: 0 0 2px;
	padding: 5px 7px 0;
	height: 31px;
	width: 390px;
}

#price {
	background: url(img/price_bg.gif) no-repeat left top;
	float: left;
	width: 500px;
	margin: 0 0 0 15px;
	height: 65px;
	padding-top: 10px;
	padding-left: 15px;
	display: inline;
}

#price p {
	margin: 0;
	padding: 0 0 4px;
}


#search_button {
	float: left;
	width: 360px;
	margin: 20px 0 0 20px;
	padding: 0;
}

.search_button {

	padding: 2px 4px;

}

.searchfield {
	font-size: 14px;
	padding: 1px;
	width: 330px;
}

#smsinfo {
	margin-top: 15px;
	width: 635px;
	margin-left: 15px;
	border: 2px solid red;
	padding-top: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 14px;
}

#sms {
    text-align: center;
    font-weight: bold;
    font-size: 18px;	
}

#sms_small {
    font-size: 12px;	
}

/* Tabs New
#navbar {
	padding-top: 15px;
	margin-left: 50px;
	width: 500px;
}

#navbar ul li {
	display: inline; 
}

	#navbar ul li a:link, #navbar ul li a:visited {
	display: block;
	height: 31px;
	float: left;
	background: url(../img/navtab_right.jpg) top right no-repeat;
	margin: 0 1px 0 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	}

		#navbar ul li a span {
	display: block;
	height: 25px;
	float: left;
	background: url(../img/navtab_left.jpg) top left no-repeat;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
		}
		
		#navbar ul li a:hover, #navbar ul li a:active {
			background-position: bottom right;
		}
		
		#navbar ul li a:hover span {
	background-position: bottom left;
	color: #F0C030;
	cursor: pointer; 		}
		
		 */

