﻿/**********************************************\
 ** 										 **
 ** 	Design and css By ManhTienpt 		 **
 ** 		YM: manhtien.info 				 **
 ** 	Email: admin@manhtien.info 			 **
 **   website: http://manhtien.info 		 **
 ** 										 **
\**********************************************/
.red {
	color:red;
}
.auto_detail {
	width:590px;
	height:auto;
	border:1px #7d7d7d dotted;
}
.auto_name {
	width:590px;
	height:auto;
	text-align:center;
	font:bold 18px tahoma;
	color:#FFFF00;
	padding-top:10px;
	padding-bottom:10px;
}

.auto_detail ul {
	float:left;
	width:280px;
	height:auto;
	padding:10px;
}
.auto_detail ul li{
	float:left;
	display:block;
	width:270px;
	height:auto;
	margin-top:6px;
	padding-left:8px;
	background:transparent url('../img/arrow_1.png') no-repeat scroll left 4px;
}
.auto_detail .ga {
	float:left;
	width:275px;
	height:auto;
	padding:10px 10px 10px 5px;
}
.auto_detail .ga span, .ga a, .ga div {
	float:none;
}
.other {
	font:bold 12px tahoma;
	color:#FFFFFF;
}

.table_detail {
	width:590px;
	height:auto;
	border:1px #7d7d7d dotted;
}
.post_detail {
	float:none;
	width:570px;
	height:auto;
	padding:10px;
	text-align:justify;
}
.post_detail .cont {
	width:565px;
	padding-bottom:20px;
}
.post_detail .cont ul {
	float:none;
	padding:10px;
}
.post_detail .cont span{
	float:none;
}
.post_detail .cont a{
	float:none;
}
.post_detail .cont div{
	float:none;
}
.post_detail .cont p{
	float:none;
}
.post_detail .cont .request li {
	display:block;
	margin-top:10px;
}
.post_detail .cont .request li .i_request{
	width:200px;
	border:1px #ffffff solid;
}
.post_detail .cont .request li .i_submit{
	border:1px #ffffff solid;
}
.post_detail .cont label{
	float:left;
	width:120px;
	cursor:pointer;
}
.post_detail .other {
	margin-top:10px;
	float:left;
	width:565px;
}
.post_detail .other .bar{
	float:left;
	width:565px;
	height:20px;
	font:bold 12px tahoma;
	text-transform:uppercase;
	border-bottom:1px #7d7d7d dotted;
}
.post_detail .other .link{
	margin-top:6px;
	float:left;
	width:565px;
	padding-bottom:10px;
}
.post_detail .other .link a{
	float:left;
	padding:5px 0px 5px 20px;
	width:540px;
	font:11px tahoma;
	color:#ffffff;
	background:transparent url('../img/arrow_1.png') no-repeat scroll 12px 9px;
}
.post_detail .other .link a:hover{
	background:transparent url('../img/arrow_1.gif') no-repeat scroll 12px 9px;
	color:#FFFF00;
}
