
html, body {
	width: 100%;
	height: 100%;
}
body {
	background: url(../images/bg_head.jpg) repeat-x top;
	margin: 0px;
	background-color: #fff;
	font-family:Tahoma;
	font-size: 11px;
}
img {
	border:0px;
}

#main {
	width:962px;
	margin:0px auto;
}
#footer {
	background: url(../images/bgfooter.jpg) repeat-x bottom;
	height:150px;
}
#footer .text {
	background: url(../images/textfooter.gif) repeat-x bottom;
	height:140px;
	width:393px;
	margin:0px auto;
	margin-bottom:10px;
}

/*  header */
tr#head {
	height:105px;
	background: url(../images/bgtop.jpg) repeat-x top;
}

tr#head .logo {
	float:left;
	background: url(../images/logo.jpg) no-repeat top left;
	width:330px;
	height:105px;
	display:block;
}
tr#head .sale {
	float:right;
	background: url(../images/sale.jpg) no-repeat bottom left;
	width:193px;
	height:105px;
	display:block;
}
tr#head .member {
	float:right;
	background: url(../images/member.jpg) no-repeat bottom left;
	width:190px;
	height:105px;
	display:block;
}


/* menu */
#stylefour {
	position:relative;display:block;height:39px;
	font-size:11px;font-weight:bold;
	background:transparent url(../images/nev/bgOFF.gif) repeat-x top left;
	font-family:Arial,Verdana,Helvitica,sans-serif;border-top:4px solid #B30000;
}
#stylefour ul{margin:0;padding:0;list-style-type:none;width:auto;}
#stylefour ul li{display:block;float:left;margin:0;}
#stylefour ul li a {
	display:block;float:left;color:#666;text-decoration:none;
	padding:11px 20px 0 20px;height:23px;
	background:transparent url(../images/nev/bgDIVIDER.gif) no-repeat top right;
}
#stylefour ul li a:hover,#stylefour ul li a.current{color:#B30000;background:#fff url(../images/nev/bgON.gif) no-repeat top right;}
 
 
 /* Home */
#home {}
#home .search {
	width:440px; 
	height:338px; 
	float:left;
	background: url(../images/home/bg_search.jpg) no-repeat;
}
#home .search .title {
	font-weight:bold;
	font-size:16px;
	padding:8px;
}
#home .search .block {
	width:350px;
	margin:5px auto;
}
#home .search .block  td {
	padding:2px;
}

#home .brand {
	width: 270px; 
	height:338px; 
	float: right;
	background: #1A9DCE url(../images/home/bg_car.gif) no-repeat;
	color:#fff;
	font-size:10px;
}
#home .brand a {
	color:#fff;
	font-size:10px;
	text-decoration:none;
}

#home .carlist {
	margin-top:7px;
	border:1px solid #cccccc;
	padding: 5px 0px 5px 2px;
}
#home .carlist td {
	margin:0px;
	padding:0px;
}
#home .price {
	color:#FF0000;
	font-weight:bold;
}
#home .year {
	color:#990000;
	font-size:13px;
	font-weight:bold;
}



 
/* Content */
#left {
	border:1px solid #CCCCCC;
	width:223px;
	margin-right:9px;
}
#left .listcar {
	margin:5px;
	text-align:center;
	font-size:13px;
	padding-top:5px;
}
#left .price {
	color:#FF0000;
	font-weight:bold;
}
#left .year {
	color:#990000;
	font-size:16px;
	font-weight:bold;
}

#right {
	/*border:1px solid #CCCCCC;*/
	width:717px;
}



/* Member */
.TitleMsg  {
	font-size:13px;
	font-weight:bold;
	padding:5px;
	color:#000;
}
.TitleMsg a {
	color:#000;
}
tr.alternate, td.alternate, li.alternate {
	background:#EDF3FE;
}

/* Car */
#Cars table.GridCar tr.headcar  {
	line-height:20px;
	background:#1B9FCF;
}
#Cars table.GridCar  {
	background:#fff;
}
#Cars table.GridCar td {
	line-height:20px;
	color:#000;
	/*border-right:1px solid #e1e1e1;
	border-bottom:1px solid #e1e1e1;*/
}
#Cars table.GridCar .alter {
	background:#B2D7FF;
	color:#000;
}

/* Detail */
#detail {
	font-size:12px;
}

#detail .imgbig {
	width:670px;
	overflow:auto;
	margin:0px auto;
	text-align:center;
}
#detail .imgbig img {
	margin-top:10px;
}


