/***************************************************************************
 *     Project : css ducument 
 *                            -------------------
 *   Cap nhat           : 24/11/2008
 *   Nguoi tao 			: Pham Minh Tuat
 *   Nguoi sua cuoi     : Pham Minh Tuat
 *   Email              : tuatpm@informa.vn
************************************************************************* */
.container {width: 590px; margin: 10px auto;}
ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	width: 100%;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px;
	line-height: 31px;
	border: 1px solid #999;
	border-left: none;
	margin-bottom: -1px;
	background: #f3f3f3;
	overflow: hidden;
	position: relative;	
	font-weight:bold;
	
}
ul.tabs li a {
	text-decoration: none;	
	display: block;
	font-size: 1.2em;
	padding: 0 20px;
	border: 1px solid #fff;
	outline: none;
	color: #004276;	
}
ul.tabs li a:hover {
	background: #f3f3f3;
	
}
ul.tabs li.active a{
	color: #949494;
}	
html ul.tabs li.active, html ul.tabs li.active a:hover  {
	background: #fff;
	border-bottom: 1px solid #fff;
	color: #949494;
}
.tab_container {
	border: 1px solid #999;
	border-top: none;
	clear: both;
	float: left; 
	width: 100%;
	background: #fff;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
.tab_content {
	padding: 10px;
	font-size: 1.2em;
}
.anh_content{
	width: 158px;
}
.anh_content p{
	width: 158px;
	text-align:center;
}
.tab_content img {
	width: 158px;
	height: 130px;
}


.tab_content .htabs{	overflow:hidden; }
.tab_content .htabs h2 a{
	font-size:0.7em;
	font-weight:bold;
	padding: 7px;
	color:#d00;	
}
.tab_content .htabs h2 a:hover{
	color: #000;
}
.tab_content .htabs li{
	float:left;
	margin-top:2px;
	padding: 3px 2px 0 0;
	overflow:hidden;
}

.tabs_2 .bullet{
	border-right:1px solid #e00;
	color:#d00;
	font: bold 1em Georgia,"Times New Roman",Times,serif;
	margin: 0px 4px 4px 0;
	padding-right:4px;
	clear:right;
	display:block;
	float:left;
	height:17px;
	overflow:hidden;
	text-align:right;
	width:10px;
}
.bmod .bullet{
	background-color:#fff;
	margin:-9px 6px 0 -10px;
	padding:8px;
}
.tabs_2{
	margin-top:2px;
	overflow:hidden;
}
.tabs_2 li{
	background-color:#EEEEEE;
	clear:both;
	margin:4px 0;
	padding:9px;
	font-family: "NuvoOT-medi";
}
.tabs_2 li a:hover{
	padding-left:1px;
}

