@charset "utf-8";
body {
	background: #FFF;
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
img{
	border: none;
}
a{
	color: #00923f;
	text-decoration: none;
}
a:hover{
	color: red;
}
.title_box{
	border-bottom: 2px solid #00923f;
	display: block;
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
	height:33px;
}
.title_box h4{
	margin: 0px;
	color: #00923f;
	font-size: 12px;
	font-weight: bold;
	padding-top: 15px;	
	padding-bottom: 6px;
	text-transform: uppercase;
}
.top-right {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006699;
	text-align: right;
	vertical-align: middle;
	padding-right: 5px;
	padding-left: 5px;
}
.wrapper {
  background-color: #fff;
  border: 1px solid #28a35d;
  margin: auto;
  position: relative;
  width: 980px;
  z-index: 999;
}
.clear{clear:both;}

/********************* HEADER ***********************/
.header_group{
	width:100%;
	margin:0;
	background:url(../images/bg_hader.jpg) center top no-repeat;
}
.header_full{
	width: 980px;
	margin: 0px auto 0px auto;
	padding: 0px;
}
/********************* BANNER ***********************/
.banner{
	width:980px;
	height:auto;
	margin:0;
	padding:0;	
}
.banner .logo{
	margin:0;
	padding:80px 0 0px 40px; 
	font-size:30px;
	font-weight:bold;
	color:#d5367e;
	position:relative;
	width:100%;
}
.banner .slogan{
	font-size:12px;
	color:#8805d3;
	margin:0px;
	position:relative;
	padding:0 0 0 40px;
}
/********************* TOP GROUP ***********************/
.top_group{
	width: 980px;
	margin: 0px auto 0px auto;
	padding: 0px;
	border:none;
}
.top_group .group_control{
	float: right;
	top: 10px;
	right:10px;
	height: 30px;
}
.top_group .group_control a{
	float:left;
	background:url(../images/bullet_arrow_01.png) left no-repeat;
	padding-left:15px;
	margin-left:10px;
	color:#666666;
	font-size:11px;
}
.top_group .group_control a:hover{
	color:#ffffff;
}

/********************* TOP MENU *********************/
.top_menu{
	width: 980px;
	height: 30px;
	margin: 0px auto;
	padding: 1px 0 0;	
}
.top_menu ul{
    background: url("../images/bg-nav.png") repeat-x scroll 0 0 transparent;
    float: left;
    height: 36px;
    list-style: none outside none;
    margin: 0 auto;
    padding: 0;
    width: 980px;
    z-index: 9999;
}
.top_menu ul li{
	margin: 0px 0 -1px;
    float:left;
	padding: 0 32px;
    line-height:32px;
}
.top_menu ul li.first {
  background: url("../images/icon/home.png") no-repeat scroll left center rgba(0, 0, 0, 0);
  border-left: medium none;
  margin-left: 15px;
  padding-left: 35px;
}
.top_menu ul li a{
	color: #FFF;
	font-weight: bold;
	text-transform:uppercase;
}
.top_menu ul li a:hover{
	color: #ff2f09;
}
.top_menu ul li a.active{
	color: #ff2f09;
}
/********************* MAIN *************************/
.main_full {
  height: 20px;
  margin: 5px auto 0 5px;
  width: 975px;
}
/********************* LEFT COLUMN ******************/
.main_full .left_col{
	width: 180px;
	float: left;
	margin-right: 15px;
}
.module {
  margin-bottom: 15px;
  margin-left: 5px;
  width: 180px;
}
.module .tcat {
  background: url("../images/bg_title.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
  height: 35px;
  margin: -2px;
  width: 175px;
}
.module .tcat h4 {
  color: #fff;
  font-family: arial;
  font-size: 12px;
  font-weight: bold;
  margin: 0;
  padding: 17px 5px 6px 40px;
  text-transform: none;
}
/********************* CATEGORY *********************/
.module ul.category {
  background: none repeat scroll 0 0 #f5f5f5;
  border: 1px solid #00923f;
  border-radius: 0 0 5px 5px;
  list-style: outside none none;
  margin: 1px 0 0;
  padding-left: 0;
  padding-top: 10px;
  width: 171px;
}
.module ul.category li {
  background: url("../images/bullet_arrow_02.png") no-repeat scroll 0 2px rgba(0, 0, 0, 0);
  border-bottom: 1px dotted #fff;
  color: #666;
  display: block;
  font-weight: bold;
  list-style: outside none none;
  margin: 0 0 10px 2px;
  padding-bottom: 5px;
  padding-left: 20px;
  padding-right: 0;
}
.module ul.category li ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
	margin-left: 0;
}
.module ul.category li ul li {
  background: url("../images/li_menu.png") no-repeat scroll 0 15px rgba(0, 0, 0, 0);
  border-bottom: 1px dotted #bcbcbc;
  font-weight: normal;
  margin: 0;
  padding: 9px 5px 6px 11px;
}
.introducts{
    color: #797979;
    text-align: justify;
}
/********************* PROMO *************************/
.module ul.promo{
	padding: 0px;
	margin: 0px;
	list-style: none;
	width: 160px;
	margin-left: 5px;
	margin-top: 10px;
}
.module ul.promo li{
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: block;
	margin-bottom: 15px;
	line-height: 20px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #bcbcbc;
	width: 168px;
	height:84px;
}
.module ul.promo li.last{
	border:none;
}
.module ul.promo li .pic{
	padding: 0 0 8px 0;
	display: block;
	width:70px;
	background:url(../images/sd2.png) right bottom no-repeat;
	float: left;
	margin-right:10px;
	height: 71px;
}
.module ul.promo li .pic img{
	width:70px;
	border:#e9e9e9 solid 1px;
	border-bottom:none;	
}
.module ul.promo li a.seemore {
	display: block;
	color: #000;
	font-size:12px;
	font-weight:bold;
	padding: 0 0 0 10px;
	margin-top:5px;
}
.module ul.promo li a.seemore:hover {
	color:#8e5094;
}
.module ul.promo li span.price{
	font-weight: bold;
	font-size:12px;
	color:#f50118;
	display:block;
}
.module ul.promo li span.cost{
	font-size:11px;
	font-weight:bold;
	color:#666;
	display:block;
}
.module ul.promo li span.oldprice{
	color:#666;
	text-decoration: line-through;	
}
.module ul.promo li span.oldcost{
	font-size:11px;
	color:#666;
	text-decoration: line-through;
}
.module ul.promo li .thumb{
	width: 160px;
	border: 2px solid #CCCCCC;
}

/********************* NORMAL *************************/
.module ul.normal {
  border: 1px solid #00923f;
  border-radius: 0 0 5px 5px;
  list-style: outside none none;
  margin: 1px 0 0;
  min-height: 65px;
  padding-left: 5px;
  padding-top: 10px;
  width: 166px;
}
.module ul.normal li {
  display: block;
  font-weight: bold;
  line-height: 20px;
  list-style: outside none none;
  margin: 0 0 6px;
  padding: 0;
  text-align: center;
  width: 162px;
}
.module ul.normal li .icon{
	position: relative;
	top: 5px;
	margin-right: 3px;
	float:left;
}

.module ul.listnews{
	padding: 0px;
	margin: 0px;
	list-style: none;
	width: 160px;
	margin-left: 10px;
	margin-top: 10px;
}
.module ul.listnews li{
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: block;
	margin-bottom: 6px;
	text-align: left;
	line-height: 20px;
	width: 168px;
	font-weight:bold;
}

.module .listnew_right{
	padding: 0px;
	width: 160px;
	margin-left: 10px;
	margin-top: 10px;
}
.module .listnew_right ul li{
	list-style: none;
	margin-bottom: 6px;
	text-align: left;
	line-height: 20px;
	width: 168px;
	font-weight:bold;
}
.numview{
	color:#FF0000;
}

/********************* BOX ADS *************************/
.module ul.box_ads{
	padding: 0px;
	margin: 0px;
	list-style: none;
	width: 160px;
	margin-left: 5px;
	margin-top: 10px;
}
.module ul.box_ads li{
	margin: 0px;
	padding: 0px;
	list-style: none;
	color: #0667ad;
	display: block;
	text-align: left;
	line-height: 20px;
	width: 168px;
}
.module ul.box_ads li .ads_img{
	width: 164px;
	margin-bottom: 5px;
}

.qc {
  border: 1px solid #00923f;
  border-radius: 0 0 5px 5px;
  list-style: outside none none;
  margin: 1px 0 0;
  min-height: 65px;
  padding-left: 0;
  padding-top: 1px;
  width: 171px;
}
/********************* SLIDER BANNER ***************/
.slideShow ul,
.slideShow li,
.slideShow ol {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	font-family: Geneva, Arial, Verdana;
}
.slideShow {
	padding: 0;
	border: 1px solid #e9e9e9;
	clear: both;
	margin-bottom: 10px;
}
/********************* CONTENT COLUMN ***************/
.main_full .content_col{
	width: 580px;
	float: left;
}

/********************* PRODUCT BOX ******************/
.main_full .content_col .product_box{
	width: 580px;
	margin-bottom: 10px;
}
.main_full .content_col .product_box ul.product {
  float: left;
  left: 0;
  list-style: outside none none;
  margin: 0 0 2px;
  padding: 0;
  position: relative;
  width: 619px;
}
.main_full .content_col .product_box ul.product li {
  display: inline-block;
  float: left;
  font-weight: bold;
  line-height: 20px;
  list-style: outside none none;
  margin: 0 40px 10px auto;
  padding: 5px 0 0;
  width: 269px;
  height: 330px;
}
.content_col .product_box ul.product li.first{
	margin-left:0;
}
.content_col .product_box ul.product li.last{
	margin-right:0;
}

/* edit */
.main_full .content_col .product_box ul.product li .pic{
	float: left;
	margin-right: 10px;
	display: block;	
	height: 215px;	
	width: 270px;
	border: 1px solid #e9e9e9;
}
.main_full .content_col .product_box ul.product li img.thumb{
	display: block;
	margin: 0 auto;
	/*width:119px;/* close*/
}
/* end edit */

.main_full .content_col .product_box ul.product li .info_pr{
	margin: 10px auto 0px auto;
}
.main_full .content_col .product_box ul.product li span.title{
	font-weight: bold;
	display:block;
	text-align:left;
	height:auto;
	clear:both;
}
.product_box ul.product li span.price{
	text-align:center;
	display:block;
}
.product_box ul.product li span.cost{
	color:#f50118;
	clear:both;
}
.product_box ul.product li span.buy{
	display:block;
	padding:5px 0;
}

/********************* NEWS BOX ******************/
.main_full .content_col .news_box ul.news li{
	padding: 5px 10px 20px;
	margin: 0px 10px 10px 0;
	list-style: none;
	display: inline-block;
	float: left;
	text-align: justify;
	line-height: 20px;
	border-bottom: 1px dotted #d0d0d0;
}
.main_full .content_col .news_box ul.news li img.thumb{
	width: 126px;
	height: 126px;
	float: left;
	padding: 2px;
	border: 1px solid #e0e0e0;
	margin-right: 10px;
}
.main_full .content_col .news_box ul.news li .info_pr{
	margin: 10px auto 0px auto;
}
.main_full .content_col .news_box ul.news li span.title{
	font-weight: bold;
}

/********************* RIGHT COLUMN *****************/
.main_full .right_col{
	width: 180px;
	float: left;
	margin-left: 15px;
}
.module ul.support{
}

/****************** RIGHT FORM SEARCH ***************/
.input_search {
  border: 1px solid #d0d0d0;  
  border-radius: 3px;
  color: #666;
  float: left;
  font-size: 11px;
  height: 20px;
  padding-left: 5px;
  width: 155px;
}
.selector{
    position: relative;
    font-size:12px;
    padding:0;
    line-height: 22px;
    height: 22px;
	width:162px;
    margin:0;
	color:#666;	
	border:1px solid #bcbcbc;	
}
.btnsearch {
  float: left;
  margin-left: 10px;
  padding: 0 0 10px;
}
#clock {
  color: #666;
  list-style: outside none none;
}
/****************** UL MODULE ***********************/
ul.download{
	padding: 0px;
	margin: 0px;
	float: left;
	position: relative;
	left: 5px;
	margin-left: 5px;
	margin-top: 10px;
	border: 1px solid #98b4ce;
	width: 544px;
	margin-bottom: 10px;
}
ul.download li{
	padding: 0px;
	margin: 0px;
	list-style: none;
	display: block;
	float: left;
	text-align: center;
	width: 544px;
}
ul.download li .stt{
	display: inline-block;
	background: #f6f9fb;
	width: 50px;
	padding-top: 6px;
	padding-bottom: 6px;
	float: left;
	border-right: 1px solid #d5e3f0;
	border-bottom: 1px solid #d5e3f0;
}
ul.download li .filename{
	display: inline-block;
	background: #f6f9fb;
	width: 250px;
	padding-top: 6px;
	padding-bottom: 6px;
	float: left;
	text-align: left;
	padding-left: 8px;
	border-right: 1px solid #d5e3f0;
	border-bottom: 1px solid #d5e3f0;
}
ul.download li .filetype{
	display: inline-block;
	background: #f6f9fb;
	width: 80px;
	padding-top: 6px;
	padding-bottom: 6px;
	float: left;
	border-right: 1px solid #d5e3f0;
	border-bottom: 1px solid #d5e3f0;
}
ul.download li .filesize{
	display: inline-block;
	background: #f6f9fb;
	width: 100px;
	padding-top: 6px;
	padding-bottom: 6px;
	float: left;
	border-right: 1px solid #d5e3f0;
	border-bottom: 1px solid #d5e3f0;
}
ul.download li .filelink{
	display: inline-block;
	background: #f6f9fb;
	width: 52px;
	padding-top: 5px;
	padding-bottom: 6px;
	float: left;
	border-bottom: 1px solid #d5e3f0;
}
ul.download li .white{
	background: #FFFFFF;
}

ul.gallery{
	padding: 0px;
	margin: 0px;
	float: left;
	position: relative;
	left: 5px;
	margin-left: 5px;
	margin-top: 10px;
	width: 544px;
	margin-bottom: 10px;
}
ul.gallery li{
	width: 180px;
	height: 180px;
	text-align: center;
	display: inline-block;
	float: left;
}
ul.gallery li img.thumb{
	width: 160px;
	height: 140px;
	padding: 2px;
	border: 1px solid #e0e0e0;
	margin-bottom: 5px;
}
ul.video_list2{
	padding: 0px;
	margin: 0px;
	float: left;
	position: relative;
	left: 5px;
	margin-left: 5px;
	margin-top: 10px;
	width: 544px;
	margin-bottom: 10px;
}
ul.video_list2 li{
	width: 180px;
	height: 230px;
	text-align: center;
	display: inline-block;
	float: left;
}
ul.video_list2 li img.thumb{
	width: 160px;
	height: 140px;
	padding: 2px;
	border: 1px solid #bbd9ee;
	margin-bottom: 5px;
}
.box_video{
	width: 545px;
	margin-left: 10px;
	margin-top: 10px;
}

.box_video .list_video{
	width: 235px;
	height: 233px;
	float: left;
}
.box_video .list_video .video_thumb{
	width: 80px;
	height: 70px;
	float: left;
	margin-right: 5px;
}
.box_video .list_vide span{
	float: left;
	text-align: left;
	width: 140px;
	line-height: 20px;
}

/******************* CART INFO ****************/
table.cart{
	width: 550px;
	margin: 0px auto 0px auto;
	background: #e0ebf3;
}
table.cart tr{
	background: #FFFFFF;
}
table.cart tr.top{
	background: #f6f9fb;
	height: 40px;
}
table.cart img.cart_thumb{
	width: 50px;
	height: 50px;
	border: 1px solid #98b4ce;
	padding: 2px;
}
table.cart a.button_tiep{
	padding: 5px 10px 5px 10px;
	background: #f6f9fb;
	border: 1px solid #98b4ce;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
table.cart a:hover.button_tiep{
	background: #e8f3fa;
	color: #0667ad;
}
table.cart a.button_end{
	padding: 5px 10px 5px 10px;
	background: #cb3333;
	border: 1px solid #a60e0e;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #FFFFFF;
}

.cart_num{
	color:#f50118;
}
.cart_detail{
	color:#d5367e;
	text-decoration:underline;
	padding-left:5px;
}

/******************** SUPPORT ******************/
.support{
	border-bottom: 1px dotted #bcbcbc; 	
}
.support .name{
	float: left; 
	padding-top:6px;
}

/******************* TOP SELL ****************/
.top_seller_1 {
	background: url(../images/bg_number.png) no-repeat scroll 0 0 transparent;
	color: #fff;
	display: block;
	float: left;
	font-size: 14px;
	font-weight: bold;
	height: 40px;	
	position: absolute;
	text-align: center;
	width: 31px;
	z-index: 2;
	line-height:1.8;
    margin: 0 -10px;
}
.top_seller_pic {
	z-index: 1;
	height: 157px;
	width:157px;
	display:block;
	top:10px;
	clear:both;
	border:#e9e9e9 solid 1px;
}
.top_seller_pic .shadow{
	padding: 0 0 8px 0;
	display: block;
	width:157px;
	background:url(../images/sd2.png) right bottom no-repeat;
	float: left;
	margin-right:10px;	
}
.top_seller_pic img{
	height: 157px;
	width:157px;
}
.top_seller_name{
	padding:5px 0 0 0;
	float:left;
	display:block;
}
.top_seller_name a.seemore {
	display: block;
	color: #000;
	font-size:12px;
	font-weight:bold;
	padding: 0 0 0 5px;
	margin-top:5px;
}
.top_seller_name a.seemore:hover {
	color:#f50118;
}
.top_seller_price{
	padding-left:5px;
	float:left;
	display:block;
	padding-bottom:8px;
	color:#4587ff;
	clear:both;
}
.top_seller_price .cost{
	color:#4587ff;
}
.top_sell_num {
	background: url(../images/bg_number.png) no-repeat scroll 0 0 transparent;
	color: #fff;
	display: block;
	float: left;
	font-size: 14px;
	font-weight: bold;
	height: 40px;
	margin: -10px 0 0 5px;
	position: absolute;
	text-align: center;
	width: 31px;
	z-index: 2;
	line-height:1.8;
}
.top_sell_other{
	margin-left:40px;
	margin-top:-15px;
	float:left;
}

hr {
	margin: 10px 0;
	padding: 0;
	background:url(../images/dot.gif) repeat-x;
	height: 1px;
	border: 0;
	border-image: initial;
}
/***************** PRODUCT DETAIL ***************/
img.view_product{
    float: left;
    height: 280px;
    width: 280px;	
    margin-right: 10px;
    padding: 2px;
    border: 1px solid #e0e0e0;		
}
.pro_detail_name{
    color: #DC2619;
    font-weight: bold;	
	text-transform:uppercase;
	clear:both;
	display:block;
}
.pro_detail_id{
    color: #ff771c;
    font-weight: bold;
	clear:both;
	display:block;
}
.pro_detail_price{
    color: Red;
    font-weight: bold;
	clear:both;
	display:block;
}
/******************* FOOTER MENU ****************/
.footer_menu{
	width: 970px;
	margin:10px auto 0;
    border-bottom: 1px solid #383737;
    padding-bottom: 10px;
}
.footer_menu ul{
	margin: 0px auto;
	width: 950px;
	list-style: none;
	text-align: center;
	padding-top:15px;
}
.footer_menu ul li{
	margin: 0px;
	padding: 0px;
	margin-right: 30px;
	list-style: none;
	display: inline-block;
}
.footer_menu ul li a{
	color: #fff;
	font-weight: bold;
}
.footer_menu ul li a:hover{
	color: #8e5094;
}

/******************* FOOTER ****************/
.footer {
  margin: 0 auto;
  padding-bottom: 10px;
  padding-top: 10px;
  width: 982px;
}
.footer_full{
	width: 970px;
	margin: 0px auto 0px auto;
	color:#aaaaaa;
	padding-bottom:45px;
	padding-top:20px;
	min-height:80px;
}
.info{
	margin-top: 15px;
	font-size:11px;
}
.footer_full .info{
	line-height: 18px;
}
a.bkweb{
	color:#f1f1f1;
}
.footer_full .info strong{
	color:#8e5094;}
a.bkweb:hover{
	text-decoration:underline;
}

/******************* OTHERS ****************/
img.thumb_product{
	width: 170px;
	height: 170px;
	float: left;
	padding: 2px;
	border: 1px solid #e0e0e0;
	margin-right: 10px;
}
.page_num{
	margin: 0px;
	padding: 0px;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 5px;
}
.page_num a{
	padding: 2px 7px;
	border: 1px solid #bed9e9;
	display: inline-block;
	font-size: 12px;
	color: #00689e;
	margin-right: 5px;
}
.page_num a:hover{
	background: #8e5094;
}
.page_num a.current{
	padding: 2px 7px;
	border: 1px solid #bed9e9;
	display: inline-block;
	font-size: 12px;
	background: #eaf2f6;
	color: #00689e;
	font-weight: bold;
	margin-right: 5px;
}
.mini_thumb{
	width: 50px;
	height: 50px;
	margin-right: 8px;
	padding: 2px;
	border: 1px solid #CCCCCC;
}
.bookmark{
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
}
.album-detail{
	text-align: center;
}
.album-detail img{
	border: 1px solid #98b4ce;
	padding: 2px;
}
.album-detail img.bigthumb{
	display: block;
}
.album-detail .list_mini_thumb{
	margin-top: 10px;
	width: 520px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.album-detail .list_mini_thumb .mini_thumb_item{
	width: 85px;
	height: 85px;
	margin-right: 8px;
}
.top_search{
	float: right;
	position: relative;
	top: 15px;
}
.top_search a.button{
	padding: 3px 6px 3px 6px;
	background: #f6f9fb;
	border: 1px solid #98b4ce;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.top_search a:hover.button{
	background: #e8f3fa;
	color: #0667ad;
}
.time_head{
	float: right;
	color: #FFFFFF;
	position: relative;
	top: -2px;
	right:10px;
	text-shadow: 1px 1px #000000;
}
.time_head .icon{
	position: relative;
	top: 5px;
	margin-right: 5px;
}
.tenthanhvien{
	display: block;
	padding: 10px;
}
.share{
	float: right;
	margin-right: 10px;
}
/*--------------------------- NEWS HOT ----------------------------*/

.module ul.news_hot {
    background: #f5f5f5;
  border: 1px solid #00923f;
  border-radius: 0 0 5px 5px;
  list-style: outside none none;
  margin: 1px 0 0;
  min-height: 65px;
  padding-left: 0;
  padding-top: 10px;
  width: 171px;
}
.module ul.news_hot li{
	margin: 0 0 10px 2px;
	padding: 0px;
	list-style: none;
	font-weight: bold;
	padding-left: 16px;
	display: block;
	background: url(../images/bullet_arrow_02.png) no-repeat 0px 2px;
}

/*--------------------------- THONG TIN CAN BIET ----------------------------*/
.module ul.info_other {
  border: 1px solid #00923f;
  border-radius: 0 0 5px 5px;
  list-style: outside none none;
  margin: 0;
  padding: 7px 0 0;
  width: 171px;
}
.module ul.info_other li{
	margin: 0 0 10px 2px;
	padding: 0 0 3px 22px;
	list-style: none;
	font-weight: bold;
	display: block;
}
.module ul.info_other li.tigia{
	background: url(../images/icon_tygia.png) no-repeat 0px 2px;
}
.module ul.info_other li.vang{
	background: url(../images/icon_vang.png) no-repeat 0px 0px;
}
.module ul.info_other li.chungkhoan{
	background: url(../images/icon_chungkhoan.png) no-repeat 0px 0px;
}
/*--------------------------- THONG KE TRUY CAP ----------------------------*/
.module ul.report{
  border: 1px solid #00923f;
  border-radius: 0 0 5px 5px;
  list-style: outside none none;
  margin: 1px 0 0;
  min-height: 65px;
  padding-left: 10px;
  padding-top: 10px;
  width: 161px;
}
.module ul.report li {
  display: block;
  font-weight: bold;
  list-style: outside none none;
  margin: 0 0 10px 2px;
  padding: 0 0 3px 22px;
  line-height: 21px;
}
.module ul.report li.re_ol{
	background: url(../images/icon_ol.png) no-repeat 0px 2px;
}
.module ul.report li.re_sum{
	background: url(../images/icon_sum.gif) no-repeat 0px 0px;
}
.module ul.report li.re_max{
	background: url(../images/icon_max.png) no-repeat 0px 0px;
}
/*-------*/
.content_col_detail ul.news_other{
	float:left;
	margin:10px 0 0 0;
	padding:0;
}
.content_col_detail ul.news_other li {
    background: url("../images/bullet_arrow_02.png") no-repeat scroll 0 2px transparent;
    display: block;
    font-weight: bold;
    list-style: none outside none;
    margin: 0 0 10px 2px;
    padding: 0 0 0 16px;
}
.qc li{list-style: none;}

.tkiem {
  float: left;
  line-height: 22px;
  margin-right: 17px;
}