* {margin:0; padding: 0; }
html, body { height: 100%}
body {
	/*background: #eaf0f5 url(../img/bg.png) top center no-repeat;*/
	background: #f6f6f6 url(../img/bg_pattern.gif) repeat;
	line-height: 1.4;
	font: 12px "Lucida Grande", "Lucida Sans Unicode", Verdana, Tahoma;
}

input, option {
	font: 12px "Lucida Grande", "Lucida Sans Unicode", Verdana, Tahoma;
}

img {
	border: none;
}

a { color: #7d7d7d; text-decoration: none;}
a:hover { text-decoration: underline;}

fieldset {
	border: none;
}

#loading{
	width: 320px;
	height: 240px;
	background: url(../img/ajax-loader.gif) center center no-repeat;
}

#loading span{
	display: none;
}

.hidden_info, #car_id{
	display: none;
}

.tooltip{ 
	position: absolute; 
	z-index: 3;
	padding-bottom: 15px;
	margin-bottom: 15px;
	_width: 180px;
	display: none;
	padding: 10px; 
	border: 1px solid #999;
	background-color: #f8f8f8;
	line-height: 18px;
}

.tooltip .content{
	border: 1px solid #999;
	background-color: #f8f8f8;
	/*padding: 10px;*/
	line-height: 18px;
}

/*
.tooltip .bubble_anchor{
	background: url(../img/bubble_anchor.png) 6px bottom no-repeat;
	height: 15px;
}
*/
div.clear_div{ clear:both;}

div#container_wrapper{
	margin: 0 auto;
	width: 100%;
	background: transparent url(../img/bg_shadow.png) center 120px no-repeat;
}

div#container{
	width: 1000px;
	margin: 0 auto;
	background-color: #fff;
}

div#header{
	height: 100px;
	background: url(../img/header_bg.png) top left no-repeat;
}

div#header #logo{
	height: 85px;
	width: 175px;
	margin-top: 10px;
	margin-left: 55px;
	position: absolute;
	/*background: url(../img/automall_logo.gif) top left no-repeat;*/
}

div#header #logo span{
	display: none;
}


div#header #logo.chi{
	/*background: url(../img/automall_logo_chi.gif) top left no-repeat;	*/
}

div#header #lang_switch{
	position: absolute;
	margin-left: 785px;
	line-height: 20px;
	z-index:3;
}

#header #my_car_list{
	/*background-color: #d1d1d1;*/
	min-height: 20px;
	position: absolute;
	/*margin-right:0;*/
	width: 264px;
	margin-left: 736px;
	z-index: 3;
}

#header #btn_car_list{
	background-color: #999;
	color: #fff;
	height: 20px;
	line-height: 20px;
	padding: 0 35px;
	display: inline-block;
	cursor: pointer;
	float: right;
}

#header #btn_car_list.open{
	background: #999 url(../img/list_arrow_down.gif) 90% center no-repeat;
}

#header #btn_car_list.close{
	background: #999 url(../img/list_arrow_left.gif) 90% center no-repeat;
}

#header #car_list{
	/*height: 130px;*/
	background-color: #ddd;
	/*border-bottom: 15px solid #d1d1d1;*/
	margin-top: 20px;
	*margin-top: 0;
	display: none;
	width: 262px;
	border: 1px solid #999;
}

#header .cars {
	margin:0 12px;
	padding-top: 5px;
}

#header .car{
	float:left;
	padding: 8px;
	text-align: center;
}

#header .car .image {
	padding: 5px;
	background-color: #fff;
	height: 69px;
}

#header .car:hover .image{
	background-color: #5f5f5f;
}

#header .car .brand{
	margin-top: 10px;
	color: black;
}

#header .car:hover .brand{
	font-weight: bold;
}

div#mainNav{
	height: 60px;
	width: 780px;
	margin-top: 40px;
	_margin-top: 39px;
	float: right;
	clear:both;
}
ul#nav{
	/*display: block;*/
	display: none;
	clear: both;
	list-style: none;
	margin-top: 30px;
	_margin-top: 29px;
	height: 39px;
	float: right;
	margin-right: 30px;
	_margin-right: 20px;
	width: auto;
}

ul#nav  li{
	float: left;
	display: inline-block;
	height: 39px;
}

ul#nav li a{
	display: inline-block;
	font-size: 13px;
	background: url(../img/nav_left.png) top left no-repeat;
	padding-left: 9px;
	text-decoration: none;
	color: #fff;
	_cursor: pointer;
}

ul#nav li.selected a, ul#nav li a:hover{
	background: url(../img/nav_hl_left.png) bottom left no-repeat;
}

ul#nav li a span{
	display: inline-block;
	height: 39px;
	line-height: 39px;
	background: url(../img/nav_right.png) top right no-repeat;
	padding-right: 15px;
	padding-left: 6px;
	text-align: center;
}

ul#nav li.selected a span, ul#nav li a:hover span{
	background: url(../img/nav_hl_right.png) bottom right no-repeat;
	height: 32px;
	margin-top: 7px;
	line-height: 32px;
	text-decoration: none;
}

#main .banner{
	height: 220px;
	width: 1000px;
}

#main .tagline{
	height: 30px;
	background-color:#5f5f5f;
	line-height: 30px;
	font-size: 15px;
	font-style: italic;
	padding: 0 25px;
	color: #fff;
}

#main .tagline div{
	float: right;
}

#main.chi .tagline div{
	font-style: normal;
}

#main .tagline div.hotline{
	float: left;
	font-style: italic;
}

#footer{
	/*height: 120px;*/
	border-top: 15px solid #d1d1d1;
	background-color: #e5e5e5;
	/*text-align: center;*/
	font-size: 11px;
	color: #7d7d7d;
	clear: both;
}

/*
#footer #my_car_list{
	background-color: #d1d1d1;
	min-height: 20px;
}

#footer #btn_car_list{
	background-color: #999;
	color: #fff;
	height: 20px;
	line-height: 20px;
	padding: 0 35px;
	display: inline-block;
	cursor: pointer;
}

#footer #btn_car_list.open{
	background: #999 url(../img/list_arrow_down.gif) 90% center no-repeat;
}

#footer #btn_car_list.close{
	background: #999 url(../img/list_arrow_left.gif) 90% center no-repeat;
}

#footer #car_list{
	height: 130px;
	background-color: #ddd;
	border-bottom: 15px solid #d1d1d1;
	display: none;
}

#footer .cars {
	margin:0 12px;
	padding-top: 5px;
}

#footer .car{
	float:left;
	padding: 10px;
	text-align: center;
}

#footer .car .image {
	padding: 5px;
	background-color: #fff;
}

#footer .car:hover .image{
	background-color: #5f5f5f;
}

#footer .car .brand{
	margin-top: 10px;
	color: black;
}

#footer .car:hover .brand{
	font-weight: bold;
}
*/

#footer #nav_copy{
	height: 120px;
	text-align: center;
}

#footer #links{
	height:68px;
	line-height: 68px;
}

#footer #links a{
	padding: 0 5px;
}

/**
 * end for generic layout styles
 */

#main .contents{
	width: 950px;
	margin: 0 auto;
	min-height: 200px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	background: #efefef url(../img/general_contents_bg.png) top left repeat-x;
}

#main .contents .header{
	margin-top: 55px;
	height: 34px;
}

#main .contents .main_wide .header{
	width: 482px;
}

#main .contents .main_narrow .header{
	width: 667px;
}

#main .contents .header span{
	display: none;
}

#main .contents .sidebar_wide{
	width: 410px;
	float: left;
}

#main .contents .main_wide{
	width: 540px;
	float: left;
}

#main .contents .sidebar_narrow{
	width: 255px;
	float: left;
}

#main .contents .main_narrow{
	width: 667px;
	float: left;
}

#main .submit input{
	border: none;
	width: 71px;
	height: 28px;
	background: url(../img/search_bg.jpg) top left no-repeat;
}

#creativeworks{
	margin-top: 10px;
	/*color: #ddd;*/
}
