*
{
	margin:0px;
	padding:0px;
}

body
{
	background:#F3F0E7;
	font-family:Tahoma, "Times New Roman", Verdana;
	font-size:14px;
}

h1, h2, h3
{
	background:url(../images/h_bg.jpg) no-repeat;
	height:30px;
	font-size:14px;
	color:#930;
	padding-bottom:5px;
}

h2.price_title
{
	color: #063;
	font-weight: bold;
	border-bottom: 5px solid #666;
	background: none;
	height: 20px;
	line-height: 20px;
}

ul
{
	list-style:none;
}

img
{
	border:none;
}

a
{
	color:#00F;
}

a:hover
{
	color:#F00;
	text-decoration:none;
}

object, param
{
	width:320px;
	height:240px;
}

.present span
{
	background: #FCC; padding: 2px 5px;
}

/* ----- common class ----- */

.top
{
	margin-top:10px;
	text-align:right;
	padding-bottom:5px;
	border-bottom:1px solid #DDD;
}

.top a
{
	font-size:13px;
	color:#660;
}

.top a:hover
{
	color:#699;
	text-decoration:none;
}

.red
{
	font-weight:bold;
	color:#F00;
}

.blue
{
	font-weight:bold;
	color:#00F;
}

.highlight
{
	background:#FDF;
	padding:5px;
}

.note
{
	color:#A00;
}

.title
{
	color:#063;
	font-weight:bold;
}

.back
{
	text-align:right;
}

.disable
{
	background:#EFEFEF;
	border:1px solid #DDD;
	border-left:5px solid #DDD;
	padding:2px 10px;
	font-size:12px;
	color:#AAA;
	margin:0px;
}

.odd
{
	background:#FFF;
}

.even
{
	background:#EFEFEF;
	vertical-align:middle;
}

.last_update
{
	background:#FFC;
}

.input_text, textarea
{
	font-family:Tahoma, "Times New Roman", Verdana;
	font-size:14px;
}

.submit
{
	width:100px;
	height:30px;
}

#category_index
{
	text-align: center;
	margin: 10px;
	font-size: 12px;
}

.more_detail
{
	margin: 10px 0px;
}

.more_detail li
{
	font-size: 13px;
}

/* ------------------------ notice ------------------------ */

.notice
{
	font-size:14px;
	color:#000;
	width:100%;
	background:url(../images/notice.jpg) #F0E6BE no-repeat left center;
	line-height:32px;
	border-top:2px solid #DEC169;
	border-bottom:2px solid #DEC169;
	margin:10px 0px;
}

.notice span
{
	padding-left:40px;
}

/* ----- page_layout ----- */

.page_layout
{
	width:1000px;
	margin:auto;
	background:url(../images/body_bg.jpg) repeat-y;
}

.page_bottom
{
	width:1000px;
	margin:auto;
	background:url(../images/bottom_bg.jpg) no-repeat center bottom;
	padding-bottom:40px;
}

.page_body
{
	width:970px;
	margin:auto;
	padding:5px;
}

/* ----- link_button ----- */

.link_button
{
	background:#FFF;
	border:1px solid #DDD;
	border-left:5px solid #DDD;
	text-decoration:none;
	padding:2px 10px;
	font-size:12px;
	color:#360;
}

.link_button:hover
{
	background:#FFC;
	color:#F00;
	border:1px solid #F60;
	border-left:5px solid #F60;
}

/* ----- banner ----- */

.banner
{
	width:1000px;
	height:180px;
	text-align:center;
}

/* ----- navigation ----- */

.navigation
{
	background:url(../images/navigator_bg.jpg) no-repeat center top;
	line-height:30px;
	width:1000px;
	height:30px;
}

.navigation ul
{
	margin-left:20px;
}

.navigation li
{
	display:inline;
	color:#F90;
}

.navigation li a
{
	color:#FFF;
	text-decoration:none;
	font-size:12px;
}

.navigation li a:hover
{
	color:#FF0;
}

.navigation li a.focus
{
	color:#CF6;
	font-weight:bold;
}

/* ----- sub_menu ----- */

.sub_menu
{
	float:left;
	width:205px;
	margin:5px 0px 10px 5px;
	border-right:0px solid #DDD;
}

.sub_menu li
{
	margin-bottom:1px;
}

.sub_menu a.list_menu
{
	width:195px;
	background:#EEE;
	display:block;
	font-size:11px;
	color:#000;
	text-decoration:none;
	line-height:25px;
	padding-left:5px;
	border-left:5px solid #000;
}

.sub_menu a.list_menu:hover
{
	color:#F00;
	background:#FFC;
	border-left:5px solid #F90;
}

.sub_menu .title
{
	background:#333;
	font-size:13px;
	color:#FFF;
	line-height:30px;
	text-align:center;
}

/* ----- car_preview ----- */

.car_preview
{
	width:205px;
	margin:10px 0px;
}

.car_preview .title
{
	background:#333;
	font-size:13px;
	color:#FFF;
	line-height:30px;
	text-align:center;
}

.car_preview ul
{
	background:#EFEFEF;
	padding-bottom:5px;
}

.car_preview li
{
	text-align:center;
	margin-bottom:7px;
}

.car_preview li .show_content
{
	width:150px;
	margin:auto;
	background:#DDD;
	font-size:13px;
	color:#000;
	padding:5px 10px;
}

.car_preview li div p
{
	margin-bottom:5px;
}

.car_preview .car_preview_bottom
{
	background:url(../images/car_preview_bottom.jpg) no-repeat bottom center;
	width:205px;
	padding-bottom:10px;
}

/* ----- main_content ----- */

.main_content
{
	float:right;
	width:730px;
	padding:0px 5px 0px 10px;
	margin:5px 5px 10px 0px;
	border-left:1px solid #DDD;
}

.main_content li
{
	margin-bottom:5px;
}

/* ----- single_content ----- */

.single_content
{
	width:960px;
	margin:5px auto 10px auto;
}

/* ----- content_block ----- */

.content_block
{
	margin:10px 0px 20px 0px;
	line-height:25px;
}

.content_block p
{
	margin:10px 0px;
}

.content_block ul
{
	margin-left:30px;
	list-style:disc;
}

.content_block ol
{
	margin-left:30px;
}

/* ----- last_topic ----- */

.last_topic
{
	width:735px;
	border-collapse:collapse;
}

.last_topic th
{
	font-size:13px;
	color:#930;
	border-bottom:1px solid #DDD;
}

.last_topic td
{
	font-size:13px;
	padding:2px 5px;
}

.last_topic .list td
{
	border-bottom:1px solid #DDD;
}

.last_topic .no
{
	width:5%;
	font-size:11px;
	color:#333;
	text-align:center;
}

.last_topic .subject
{
	width:65%;
}

.last_topic .num
{
	width:6%;
	font-size:12px;
	color:#C60;
	text-align:center;
}

.last_topic .by
{
	width:18%;
	font-size:12px;
	color:#630;
	text-align:center;
}

/* ----- page_navagation ----- */

.page_navagation
{
	width:100%;
	margin-bottom:10px;
	font-size:13px;
	position:relative;
}

.page_navagation .right
{
	position:absolute;
	top:0px;
	right:0px;
}

.page_navagation td
{
	font-size:13px;
}

.page_navagation .split_page span
{
	background:#630;
	padding:0px 5px;
	border:1px solid #000;
	font-size:11px;
	font-weight:bold;
	color:#FFF;
	margin:0px;
}

.page_navagation .split_page a
{
	background:#EEE;
	padding:0px 5px;
	border:1px solid #000;
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
	color:#000;
}

.page_navagation .split_page a:hover
{
	background:#F30;
	color:#FFF;
}

/* ----- customer_car ----- */

.customer_car
{
	list-style:none;
}

.customer_car li
{
	float:left;
	margin-bottom:5px;
	list-style:none;
}

.customer_car li div
{
	width:150px;
	margin:3px 5px;
	background:#DDD;
	font-size:13px;
	color:#000;
	padding:3px 10px;
}

.customer_car li div p
{
	font-size:11px;
	margin-bottom:5px;
	text-align:center;
}

.customer_car li img
{
	width:150px;
	height:115px;
}

/* ----- forum ----- */

.forum
{
	width:100%;
	border-collapse:collapse;
}

.forum th, .forum td
{
	padding:2px 5px;
}

.forum th
{
	font-size:13px;
	color:#630;
	border-top:1px solid #DDD;
}

.forum td
{
	border:1px solid #DDD;
}

.forum span
{
	font-size:12px;
}

.forum a
{
	color:#06F;
	text-decoration:none;
}

.forum a:hover
{
	color:#F30;
	text-decoration:underline;
}

.forum .no
{
	width:5%;
	text-align:center;
}

.forum .topic
{
	width:55%;
}

.forum .view
{
	width:6%;
	text-align:center;
}

.forum .reply
{
	width:6%;
	text-align:center;
}

.forum .last_post
{
	width:18%;
	font-size:12px;
}

.forum .name
{
	color:#960;
}


.forum .datetime
{
	color:#090;
}

/* ----- forum_block ----- */

.forum_block
{
	width:100%;
	border:1px solid #DDD;
	margin-bottom:10px;
}

.forum_block ul
{
	margin:0px;
}

.forum_block li
{
	list-style:none;
	padding:2px 10px;
	line-height:20px;
	position:relative;
}

.forum_block .right
{
	position:absolute;
	top:2px;
	right:10px;
}

.forum_block li.detail
{
	padding-top:10px;
	border-top:1px solid #DDD;
	margin:5px;
	padding:5px 5px;
}

.forum_block li.admin
{
	text-align:right;
	padding:5px 5px;
}

.forum_block li.admin a
{
	margin-left:5px;
}

.forum_block li span.subject
{
	color:#630;
}

.forum_block li span.no
{
	font-size:13px;
	color:#903;
}

.forum_block li span.name
{
	font-weight:bold;
	color:#009;
}

.forum_block li span.time
{
	font-size:13px;
	color:#06C;
	margin-left:20px;
}

.forum_block li span.ip
{
	font-size:13px;
	color:#360;
}

/* ----- price_table ----- */

#price_table
{
	width:100%;
	margin:auto;
	border-collapse:collapse;
	border-bottom: 1px solid #000;
	margin-bottom: 10px;
}

#price_table th
{
	font-size:13px;
	background: #333;
	color: #FFF;
	padding: 2px 5px;
	font-size: 11px;
	line-height: 20px;
}

#price_table td
{
	text-align:center;
	padding:0px 5px;
	font-size:12px;
}

#price_table .odd
{
	background:#FAEBDA;
}

#price_table .even
{
	background:#FADFC5;
}

#price_table .name
{
	text-align:left;
}

#price_table .price
{
	color:#00F;
	font-weight:bold;
}

#price_table .cylinder_4
{
	color:#063;
	font-weight:bold;
}

#price_table .cylinder_6
{
	color:#963;
	font-weight:bold;
}

#price_table .cylinder_8
{
	color:#F30;
	font-weight:bold;
}

#price_table .note > td
{
	border-top: 1px solid #000;
	color: #333;
}

#price_table th.cylinder { width: 60px; }
#price_table th.brand { }
#price_table th.guarantee { width: 120px; }
#price_table th.pot { width: 150px; }
#price_table th.injectors { width: 140px; }
#price_table th.price { width: 100px; color: #FFF; }

/* ----- workshop ----- */

#workshop p
{
	color:#063;
	font-weight:bold;
}

#workshop ul
{
	list-style:none;
	margin-left:10px;
}

#workshop .top
{
	padding:0px;
	border:none;
	font-weight:normal;
}

/* ----- how_to ----- */

.how_to
{
	border-collapse:collapse;
}

.how_to td
{
	vertical-align:top;
	width:230px;
	padding:5px;
	border:1px solid #DDD;
}

/* ----- car_review ----- */

.car_review
{
	width:660px;
	margin:auto;
}

.car_review ul
{
	background:none;
	margin:0px;
	padding:0px;
}

.car_review li
{
	line-height:25px;
	text-align:center;
}

.car_review img
{
	background:#FFF;
	border:1px solid #DDD;
	padding:8px;
}

.car_review .title
{
	background:none;
	font-size:20px;
	font-weight:bold;
	text-align:center;
	color:#06F;
}

/* ----- histats ----- */

#histats
{
	margin-bottom:15px;
}

/* ----- footer ----- */

.footer
{
	clear:both;
 	width:970px;
	margin:auto;
	font-size:12px;
	text-align:center;
	line-height:25px;
	padding-top:10px;
	border-top:1px solid #DDD;
}

.footer li
{
	display:inline;
}

.footer p
{
	margin-top:10px;
}