* {
	margin: 0;
	padding: 0;
}

html, body, td {
	height: 100%;
	font-family: tahoma,helvetica,sans-serif;
	font-size: 12px;
	color: #333;
	margin: 0px;
	text-align: center;
}

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;
}

/* content stuff */

#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background-color: #FFF;
	margin: 0 auto -50px;
}

/* header stuff */

#footer, #push {
	width: 100%;
	height: 25px;
	text-align: center;
	clear: both;
	padding: 0;
	margin: 0;
}

/* index test 1*/

#wrapper_test1 {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background-color: #FFF;
	margin: 0 auto -50px;
}

#content_wrapper {
	width: 728px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 50px;
	margin-bottom: 15px;
}
#index_content2 {
	width: 728px;
	height: 310px;
	text-align: center;
	background: url(img/index2.jpg) no-repeat center center;
	margin-top: 20px;
	float: left;
}

#searchform_index_test1 {
	width: 400px;
	height: 80px;
	margin-top: 30px;
	float: left;
	margin-left: 35px;
	font-size: 14px;
	text-align: left;
	font-size: 13px;

}

.search_button {

	padding: 2px 4px;

}

.searchfield {
	font-size: 14px;
	padding: 1px;
	width: 330px;
}

button {
	font-size: 12px;
}

#logo {
	width: 728px;
	float: left;
	background: url(img/motorshop_etu.gif) no-repeat;
	height: 46px;
	margin: 0;
}


#browse {
	font-size: 11px;
	margin-top: 10px;
	width: 315px;
	float: left;
	color: #f0f0f0;
	margin-left: 20px;
	text-align: left;
}

#browse a {
	color: #FFFFFF;
}

#browse a:visited {
	color: #FFFFFF;
}

#slogan_index {
	font-size: 14px;
	color: #333333;
	float: left;
	text-align: left;
	height: 30px;
	width: 728px;
	margin: 0;
	padding: 15px 0 0 15px;
	display: inline;
}

/* Tabs */

#navbar {
	padding-top: 10px;
	float: left;
	width: 728px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 9px;
}

#navbar ul li {
	display: inline; /* Fix IE Step Down */
}

	#navbar ul li a:link, #navbar ul li a:visited {
	display: block;
	height: 31px;
	float: left;
	background: url(../img/navtab_right_index.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_index.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; /* Remind IE which cursor to use! */
		}

#latest_searches {
	margin-top: 5px;
	
}
		
#latest_searches a:link {
	font-size: 10px;
	text-decoration: underline;
}

#latest_searches a:visited {
	font-size: 10px;
	text-decoration: underline;
}
