/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin:0;
	padding:0;
}
a{
	text-decoration:none;
	color:#0C0F0F;
}
a:hover{
	text-decoration: underline;
}
img{
	border:none;
}
h1,h2,h3,h4,font
{
	font-size:100%;
}
ul
{
	list-style:none;
	margin:0;
	padding:0;
}
.default-form
{
	clear:both;
}
#first-big-column{
	padding-right:5px;
}
#header-banner{
	background:url(images/bg-headertop.jpg) repeat-x scroll;
	height:28px;
}
#header-banner .menu-header ul li.last-login{
	background:none;
}
#header-banner .menu-header ul li{
	padding-right:12px;
}
#header-banner .login-register ul li a{
	color:#515151;
}
#header-banner .menu-header ul li.firt-item{
	font-weight:bold;
}
#header-banner .menu-header{
	float:left;
	width:634px;
	line-height:27px;	
}
#page-banner .page-logo{
	float:left;
	padding:0px 0 0 10px;
}
#page-banner .search-banner{
    float: left;
    width: 550px;
	padding: 23px 0 0 10px;
}
#page-banner .search-banner .search-keyword{
	float:left;
	padding-top:1px;
}
#page-banner .search-banner .search-keyword input{
	border: 1px solid #858585;
    height: 25px;
    width: 430px;
	padding-left:3px;
	font-style:italic;
}
#page-banner .search-banner .submit-search{
	float:left
}
#page-banner .search-banner .submit-search input{
	background:url(images/search-news.png) no-repeat scroll;
	width:100px;
	height:30px;
	border:none;
}
#page-banner .yahoo-support{
	float:left;
	padding-top:18px;
}
#page-banner .seo-phone{
	background:url(images/phone-seo.png) no-repeat scroll left;
	width:178px;
	height:34px;
	float: right;
    font-size: 15px;
    font-weight: bold;
    height: 34px;
    line-height: 34px;
    text-align: right;
    width: 167px;
	color:#BB0305;
}
#page-banner .banner-flash{
	padding-top:20px;
}
#header-banner .login-register ul li{
	background:url(images/line-register.jpg) no-repeat scroll right;
	margin-right:5px;
	padding-right:7px;
}
#header-banner .login-register ul .last-login{
	background:none;
}
#header-banner .login-register{
	float:right;
	line-height:27px;
}
#header-banner ul li{
	float:left;
}
.default-form dt
{
	clear:left;
	float:left;
	width:150px;
}
.default-form dd
{
	float:left;
	padding:0;
	margin:0;
}
.default-form dd.no-label
{
	clear:left;
}
.default-column
{
	float:left;
}
.default-column1{
	padding-right:5px;
	*padding-right:0px;
}
#whole-page {
	width:100%;
}
#page-content{
	padding:5px 0px 0;
}
#loading-layer{
	background:#FF8B00;color:white;font-size:75%;position:fixed;z-index:10;padding: 6px;top: 0px;right: 0px;margin:0px;
}
.default-pagination {
	font-size: 80%;
	clear:both;
}
        
.default-pagination a {
    text-decoration: none;
	border: solid 1px #C0C0C0;
	color: #000000;
}

.default-pagination a, .default-pagination span {
    display: block;
    float: left;
    padding: 0.2em 0.5em;
    margin-right: 5px;
	margin-bottom: 5px;	
}

.default-pagination .current {
    
    color: #3081D1;
	border: solid 1px #C0C0C0;
}

.default-pagination .current.prev, .default-pagination .current.next{
	 color: #3081D1;
	border-color:#999;
	background:#fff;
	
}
/*-- style cho phần head --*/
#page-header-menu ul#topnav{
	margin: 0; padding: 0;
	float: left;
	width: 600px;
	list-style: none;
	position: relative;
}
#page-header-menu ul#topnav li {
	float: left;
	margin: 0; padding: 0;
}
#page-header-menu ul#topnav li a {
	display: block;
	color: #1b1b1b;
	text-decoration: none;
}
#page-header-menu ul#topnav li a:hover{
	text-decoration:underline;
	color:#2859A9;
}
#page-header-menu ul#topnav li:hover { background: #fff }
#page-header-menu ul#topnav li div.sub-menu a{
	background:url(images/head-link.gif) no-repeat scroll left;
	padding-left:7px;
	padding-right:8px;
}
#page-header-menu ul#topnav li div.sub-menu {
	float: left;
	padding: 15px 10px 20px 10px;
	position: absolute;
	left: 0; top:29px;
	display: none; /*--Hide by default--*/
	width: 955px;
	background: #fff;
	color: #fff;
	border:1px solid #D7D7D7;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
ul#topnav li:hover div.sub-menu { display: block; } /*--Show subnav on hover--*/
#page-header-menu ul#topnav li div.sub-menu .menu-category a { display: inline; } /*--Since we declared a link style on the parent list link, we will correct it back to its original state--*/
#page-header-menu ul#topnav li div.sub-menu .menu-category{
	float:left;
	width:150px;
}
#page-header-menu ul#topnav li div.sub-menu .menu-category a:hover {text-decoration: underline;}
#page-header-menu{
	background:url(images/head-bg.gif) repeat-x scroll;
	height:28px;
	position:fixed;
	z-index:999999;
	width:100%;
}
/*fix position:fixed tren ie6*/
*html #page-header-menu
{
	position:absolute;
	bottom:auto;
	top:expression(eval(document.documentElement.scrollTop));	
}
#page-header-menu dl, #page-header-menu dt, #page-header-menu dd
{
	padding:0;
}
#page-header-menu dl, #page-content, #page-footer, #page-header-banner{
	width:996px;
	margin:0 auto;
	clear:both;
}
#page-header-menu dt{
	line-height:28px;
	padding:0 5px 0  10px;
	float:left;
}
.featured-estores table td{
	border:1px solid #ccc;
}
.featured-estores a h3{
	padding-left:10px;
	color:#298ACB;
}
#page-header-menu ul, .featured-estores ul, .top-featured-estores ul, .footer-menu ul, .footer-categories ul, .province-listing ul, .nation-listing ul, .association-listing ul
{
	padding:0 0 0 18px;
	margin:0;
	list-style:none;
}
#page-header-menu li, .featured-estores li, .top-featured-estores li, .footer-menu li, .footer-categories li, .province-listing li, .nation-listing li, .association-listing li
{
	float:left;
	padding:0;
	margin:0;
	list-style:none;
}

#page-header-menu a{
	color:#2859a9;	
}
#page-header-menu a.dropdown-bullet{
	margin-right:5px;
	padding-right:10px;
	background:url(images/head-link.gif) right no-repeat;
}
#page-header-menu a.active-item{
	font-weight:bold;
	color:#000;
}
#page-header-menu dd{
	line-height:28px;
	padding-right:10px;
	float:right;
}
.footer-menu{
	padding:20px 0 8px 0;
}
.footer-categories a{
	font-size:11px;
}
#page-header-menu dd a{
	padding:0 5px 0 5px;
	line-height:20px;
	height:20px;
	border-right:1px solid #bac0dd;
}
.footer-menu li a, .footer-categories li a{
	padding:0 5px 0 5px;

	color:#646565;
}
li.last-item a{
	border-right:none !important;
}
#page-footer .copyright{
	padding:20px 0 10px 5px;
}
/*--style cho phần tìm kiếm --*/
#page-header-banner{
	text-align:center;
	width:1000px;	
	padding-top:30px;
	margin:auto;
	overflow:hidden;
}
#page-header-search-input{
	width:400px;
	height:24px;
	border:1,5px solid #c7c9cb;
}
#page-header-search-button{
	background:url(images/search.gif) no-repeat scroll;
	height:31px;
	width:131px;
	border:none;
	padding-bottom:3px;
}
#page-header-logo{
	float:left;
	padding:10px 15px 0 10px;
}
#page-header-logo img{
/*	height:55px;
	width: 165px; */
}
#page-header-search-box{
	padding-top:10px;
	float:left;
	width:540px;
}
#page-header-search-box .advanced-search{
	width:120px;
}
#page-header-search-box .advanced-search a{
	color:#1748FF;
	font-size:11px;
}
#page-header-search-box dl{
	clear:left;
}
#page-header-search-box dl dt{
	float:left;
	margin:0;
	padding:0;	
}
#page-header-search-box dl dd{
	float:left;
	margin:0;
	padding:0;	
}
#page-header-search-box form a{
	color:#285aa8;
	font-weight:bold;
	font-size:11px;
	padding-top:3px;
	display:block;
}
.support-contact{
	padding-top:22px;
}
/* Product slide show */
.featured-product-slides .product-name a{
	color:#4868b1;
}
.featured-product-slides .product-price a{
	color:#ed2024;
}
.featured-product-slides .prorduct-one{
	text-align:center;
	padding:0 5px 0 5px;
}
.featured-product-slides .sli-previors{
	padding-top:70px;
	padding-left:10px;
}
.featured-product-slides .sli-next{
	padding-top:70px;
	padding-right:15px;
}

.featured-product-slides .product-name{
	padding-top:15px;
}
.featured-product-slides .jcarousel-container {
	width:965px;
	height:auto;
	margin:auto;
}
.featured-product-slides .jcarousel-container-horizontal {
	width:980px;
	height:auto;	
	margin:auto;
}
.featured-product-slides .jcarousel-clip-horizontal {
	width:895px;			
	height:auto;
	margin:auto;			
}
.featured-product-slides .jcarousel-item {
    width: 177px;
    height:auto;
	text-align:center;
	padding-right:2px;
}
.featured-product-slides .jcarousel-item-horizontal {
	float:left;			
}

.featured-product-slides .jcarousel-direction-rtl .jcarousel-item-horizontal {
	margin-left: 10px;   
}

.featured-product-slides .jcarousel-next-horizontal {
    position: absolute;
    top:57px;
    right: 4px;	
    width: 23px;
    height: 34px;
    cursor: pointer;
    background: transparent url(images/btn-next.gif) no-repeat 0 0;
}
.featured-product-slides .jcarousel-prev-horizontal {
    position: absolute;
    top: 57px;   
	left:7px;
    width:23px;
    height: 34px;
    cursor: pointer;
    background: transparent url(images/btn-pre.gif) no-repeat 0 0;
}
/*-- style cho gian hàng chuyên nghiệp --*/
.top-featured-estores 
{
	padding:10px 0 0 15px;
}
.featured-estores
{
	padding:5px 0 0 7px;
	margin-bottom:10px;
}
.nation-listing ul li{
	padding-left:15px;
	float:none;
	margin-bottom:10px;
}
.nation-listing ul li a{
	float:left;
	margin-right:10px;
}
.nation-listing ul li .info-association{
	float:left;
	width: 570px;
}
.nation-listing ul li .info-association a{
	float:none;	
}
.nation-listing ul li .info-association a:hover{
	color:#0477bd;
	text-decoration:none;
}
.nation-listing ul li a img{
	border:1px solid #ccc;
}
.province-listing ul li{
	padding:5px 0 10px 15px;
}
.province-listing ul li a{
	background:url(images/dot-contry.gif) left no-repeat;
	padding-left:5px;
	text-decoration:underline;
}
.association-listing li
{
	width:240px;
	padding-left:60px;
	line-height:22px;
}
.association-listing li.separator-item
{
	border-left:1px solid #dedddd;
	margin-left:20px;
}
/**************************************/
/*-- style cho trang tin tức ---*/
/**************************************/
#page-news-menu ul{
	margin:0;
	padding:4px 10px;
	list-style:none;
}
#page-news-menu ul li{
	float:left;	
	height:20px;	
}
#page-news-menu .center-meu{
	background:url(images/center-menu-news.gif) repeat-x scroll center;
	height:50px;
}
#page-news-menu .left-menu{
	background:url(images/left-menu-news.gif) no-repeat scroll left;
	height:50px;
}
#page-news-menu .right-menu{
	background:url(images/right-menunews.gif) no-repeat scroll right;
	height:50px;
}
#page-news-menu ul li a:hover{
	color:#1b1b1b;
	background:#FFF;
	display:block;	
}
#page-news-menu ul li a{
	color:#fff;
	line-height:20px;
	padding:0px 7px;
}
#page-news-menu ul li.li-hover,
#page-news-menu ul li.sfHover
{
	background:#fff;
}
#page-news-menu ul li.li-hover a,
#page-news-menu ul li.sfHover a
{
	color:#1b1b1b;
}
#page-news-menu ul.topnav li span.sf-sub-indicator {
	display:none;
}
#page-news-menu ul .topnav a:hover{
	color:#000;
}
#page-news-menu ul.topnav li:hover span { display: block; } /*--Show subnav on hover--*/
#page-news-menu ul.topnav li span a { display: inline; color:#1b1b1b; } /*--Since we declared a link style on the parent list link, we will correct it back to its original state--*/
#page-news-menu ul.topnav li span a:hover {text-decoration: underline;}
#page-content-news #first-column{
	float:left;
	width:690px;
}
#page-content-news #second-column{
	float:right;	
	width:300px;
}
/* news-frame*/
.news-frame .frame-header{
	background:url(images/center-news-header.gif) repeat-x scroll center;
	height:10px;
	margin-top:10px;
	_overflow:hidden;
}
.news-frame .frame-header div{
	background:url(images/left-news-header.gif) no-repeat scroll left;
	height:10px;		
}
.news-frame .frame-header div div{
	background:url(images/right-news-header.gif) no-repeat scroll right;
	height:10px;		
}
.news-frame .frame-footer{
	background:url(images/center-footer-news.gif) repeat-x scroll center;
	height:14px;
	margin-bottom:10px;
}
.news-frame .frame-footer div{
	background:url(images/left-footer-news.gif) no-repeat scroll left;
	height:14px;
}
.news-frame .frame-footer div div{
	background:url(images/right-footer-news.gif) no-repeat scroll right;
	height:14px;
}
.news-frame .frame-content{
	border-left:1px solid #949698;
	border-right:1px solid #949698;
}
.news-frame .frame-content .clear-line{
	clear:both;
}
/*-- the en --*/
ul#news-list{
	margin:0;
	padding:0 0 0 10px;
}
ul#news-list li{
	list-style-type:none;
	border-bottom:1px dotted #c7c9cb;
	padding:10px 0 10px 0;
	width:99%;
}
ul#news-list li .images-news{
	float:left;
	width:135px;
}
ul#news-list li .images{
	float:left;	
}
ul#news-list li .content-title{
	float:left;
	width:500px;
	padding-left:5px;
}
ul#news-list li .content-title a.news-categorys{
	color:#2859a9;
	font-size:18px;
	font-weight:bold;
	display:block;
	margin-bottom:5px;
}
ul#news-list li .content-title .news-title a
{
	color:#0b378d;
/*	font-weight:bold;*/
	font-size:16px;
}
ul#news-list li .content-title .news-title span
{
	font-size:11px;
	color:#646564;
}
ul#news-list li .content-title  .brief-news
{
	margin-top:3px;
}
ul#news-list li .content-title a.share{
	background:url(images/share.gif) no-repeat scroll;
	padding-left:15px;
	color:#0b77bd;
}
ul#news-list li .content-title .share-item{
	padding-top:10px;
}
#top-news ul{
	margin:0;
	padding:0;
}
#news-slides ul li dl dt{
	float:left;
	width:263px;
	height:197px;
	border:2px solid #329cd7;
}
#news-slides ul li dl dd a{
	color:#0b77bd;
	text-transform:uppercase;
	font-weight:bold;
	font-size:14px;
}
#news-slides ul li dl dd{
	float:left;
	width:360px;
	margin:0;
	padding:0 0 0 6px;
}
/*--- style slideshows ---*/
.featured-news-slides .sli-previors{
	padding-top:70px;
	padding-left:10px;
}
.featured-news-slides .sli-next{
	padding-top:70px;
	padding-right:15px;
}

.featured-news-slides .product-name{
	padding-top:15px;
}
.featured-news-slides .jcarousel-container {
	width:665px;
	height:auto;
	margin:auto;
}
.featured-news-slides .jcarousel-container-horizontal {
	width:690px;
	height:auto;	
	margin:auto;
}
.featured-news-slides.jcarousel-clip-horizontal {
	width:390px;			
	height:auto;
	margin:auto;			
}
.featured-news-slides .jcarousel-item {
    width: 177px;
    height:auto;	
	text-align:center;
}
.featured-news-slides .jcarousel-item-horizontal {
	float:left;			
}

.featured-news-slides .jcarousel-direction-rtl .jcarousel-item-horizontal {
	margin-left: 10px;   
}

.featured-news-slides .jcarousel-next-horizontal {
    position: absolute;
    top:57px;
    right: 4px;	
    width: 23px;
    height: 34px;
    cursor: pointer;
    background: transparent url(images/btn-next.gif) no-repeat 0 0;
}
.featured-news-slides .jcarousel-prev-horizontal {
    position: absolute;
    top: 57px;   
	left:7px;
    width:23px;
    height: 34px;
    cursor: pointer;
    background: transparent url(images/btn-pre.gif) no-repeat 0 0;
}
/*--- the end --*/
#top-news ul li{
	list-style-type:none;
	float:left;
	width:225px;
}
#top-news .clear-news{
	clear:both;
}
#top-news ul li .border-image{
	border:1px solid #a8a4a4;
	width:218px;
	height:134px;
}
#top-news ul li .news-title{
	padding-top:5px;
}
#top-news ul li .news-title a{
	color:#0b77bd;
}
/*-- style cho cột bên phải  --*/
#items-focus{
	padding:0 10px 10px 10px;
}
#items-focus h4{
	color:red;
	margin:0;
	padding:0;
	border-bottom:1px solid #a8a5a5;
	padding-bottom:5px;
}
#items-focus ul{
	margin:0;
	padding:0;
	list-style:none;
}
#items-focus ul li{
	border-bottom:1px dotted #a8a5a5;
	padding:5px 0;	
}
#items-focus ul li a:hover
{
	color:#0b77bd;
	text-decoration:none;
}
#news-video h3{
	color:#0b77bd;
	margin:0;
	padding:0 0 10px 10px;
	font-size:12px;
}
#technology-news{
	padding:0 10px 10px 10px;
}
#technology-news ul{
	padding:0;
	margin:0;
	list-style-type:none;
}
#technology-news ul li{
	float:left;
	width:138px;
	padding-bottom:10px;
}
#technology-news ul li a{
	float:left;
}
#technology-news ul li img
{
	border:solid 1px #949698;
}
#technology-news ul li a.abstract-news{
	width:65px;
	height:60px;
	overflow:hidden;
	padding-left:5px;
}
#technology-news h4{
	color:#0b77bd;
	margin:0;
	padding:0 0 10px 0;
}
#news-slides pre{
	display:block;
	font:12px "Courier New", Courier, monospace;
	padding:10px;
	border:1px solid #bae2f0;
	background:#e3f4f9;	
	margin:.5em 0;
	width:674px;
	}	
		
/* image replacement */
#news-slides .graphic, #prevBtn, #nextBtn, #slider1prev, #slider1next{
		margin:0;
		padding:0;
		display:block;
		overflow:hidden;
		text-indent:-8000px;
		}
/* // image replacement */
#slider{
	width:630px !important; 
	height:210px !important;
}
#news-slides{	
	margin:0 auto;
	position:relative;
	text-align:left;
	width:620px;
	background:#fff;		
	padding-top:10px;
	}	
#header{
	height:80px;
	line-height:80px;
	background:#5DC9E1;
	color:#fff;
	}				
#content{
	position:relative;
	}			

/* Easy Slider */

#news-slides #slider ul, #slider li,
#news-slides #slider2 ul, #slider2 li{
	margin:0;
	padding:0;
	list-style:none;
	}
#news-slides #slider2{margin-top:1em;}
#news-slides #slider li, #slider2 li{ 
	/* 
		define width and height of list item (slide)
		entire slider area will adjust according to the parameters provided here
	*/ 
	width:696px;
	height:241px;
	overflow:hidden; 
	}	
#news-slides #prevBtn, #nextBtn,
#news-slides #slider1next, #slider1prev{ 
	display:block;
	width:30px;
	height:77px;
	position:absolute;
	left:-30px;
	top:91px;
	z-index:1000;
	}	
#news-slides #nextBtn, #slider1next{ 
	left:636px;
	}														
#news-slides #prevBtn a, #nextBtn a,
#news-slides #slider1next a, #slider1prev a{  
	display:block;
	position:relative;
	width:23px;
	height:34px;
	background:url(images/btn-pre.gif) no-repeat 0 0;	
	}	
#news-slides #nextBtn a, #slider1next a{ 
	background:url(images/btn-next.gif) no-repeat 0 0;	
	}	
	
/* numeric controls */	

#news-slides ol#controls{
	margin:1em 0;
	padding:0;
	height:28px;	
	}
#news-slides ol#controls li{
	margin:0 10px 0 0; 
	padding:0;
	float:left;
	list-style:none;
	height:28px;
	line-height:28px;
	}
#news-slides ol#controls li a{
	float:left;
	height:28px;
	line-height:28px;
	border:1px solid #ccc;
	background:#DAF3F8;
	color:#555;
	padding:0 10px;
	text-decoration:none;
	}
#news-slides ol#controls li.current a{
	background:#5DC9E1;
	color:#fff;
	}
#news-slides ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */
/**************************************/
/*-- style cho trang chi tiết tin tức ---*/
/**************************************/
/*-- style cho cột trái --*/
#news-detail .pathway-items ul{
	margin:0;
	padding:0 0 10px 10px;
	list-style-type:none;
}
#news-detail .pathway-items ul li{
	float:left;
}
#news-detail .pathway-items ul li a{
	background:url(images/icon-paways.gif) no-repeat scroll right;
	padding-right:10px;
	padding-left:5px;
	font-weight:bold;
	color:#0b77bd;
}
#news-detail .pathway-items ul li a.first-item{
	background:url(images/icon-paway.gif) no-repeat scroll right;
	color:#000;
}
#news-detail .news-title{
	text-align:left;
	font-size:18px;
	padding:15px 0 0 5px;
}
.clear-detail{
	clear:both;
}
#news-detail .content-detail{
	text-align:justify;
}
#news-detail .date-posted{
	padding-left:15px;
	color:#646564;
}
#news-detail .share-items{
	background:url(images/iconshea.gif) no-repeat scroll;
	padding:0 10px 0 15px;
}
#news-detail .comment-items{
	background:url(images/comment.gif) no-repeat scroll;
	padding:0 10px 0 15px;
}
#news-detail .sendmail-items{
	background:url(images/send-email.gif) no-repeat scroll;
	padding:0 10px 0 22px;
}
#news-detail .print-items{
	background:url(images/print.gif) no-repeat scroll;
	padding:0 10px 0 20px;
}
#news-detail .add-detail a{
	color:#0b77bd;
}
#news-detail .add-detail{
	text-align:center;
	padding-right:15px;
}
#join-comment{
	padding:0 10px 0 10px;	
}
#join-comment .comment-title{
	text-align:left;
	font-size:18px;
	padding:0px 0px 10px 0px;
	margin:0 10px 0 0px;
}
#join-comment .frame-comment-header{
	background:url(images/hader-center-comment.gif) repeat-x scroll center;
	height:12px;
	margin-top:10px;
}
#join-comment .frame-comment-header div{
	background:url(images/header-left-comment.gif) no-repeat scroll left;
	height:12px;
}
#join-comment .frame-comment-header div div{
	background:url(images/header-right-comment.gif) no-repeat scroll right;
	height:12px;
}
#join-comment .frame-comment-footer{
	background:url(images/button-center-comment.gif) repeat-x scroll center;
	height:12px;
}
#join-comment .frame-comment-footer div{
	background:url(images/button-left-comment.gif) no-repeat scroll left;
	height:12px;
}
#join-comment .frame-comment-footer div div{
	background:url(images/button-right-comment.gif) no-repeat scroll right;
	height:12px;
}
#join-comment .frame-comment-content{
	border-left:1px solid #efeeed;
	border-right:1px solid #efeeed;
}
#join-comment .people-name label{
	color:#646564;
}
#join-comment dl{
	margin:0;
	padding:0;
}
#join-comment dl dt{
	float:left;
}
#join-comment dl dd{
	float:left;
}
#join-comment ul{
	margin:0;
	padding:10px 0 0 0;
	list-style-type:none;
} 
#join-comment ul li{
	padding:20px 0 10px 0;
	margin:0;
	border-top:1px dotted #c7c9cb;
}
#join-comment ul li dd{
	margin:0 0 0 10px;
	padding:0;
	width:590px;
}
#join-comment .clear-comment{
	clear:both;
}
#join-comment #comment-content{
	padding:0 10px 0 10px;
	text-align:justify;
}
#join-comment dl.like-comment dt{
	color:#969696;
}
#join-comment dl.like-comment{
	padding-top:10px;
}
#join-comment dl.like-comment dd{
	width:430px;
	text-align:right;
}
#join-comment dl.like-comment dd a{
	border:1px solid #e1e0e0;
	color:#383638;
	padding:5px;
}
#join-comment dl.send-comment{
	padding:10px 0 30px 0;
}
#join-comment dl.send-comment dt{
	padding-left:75px;
}
#join-comment dl.send-comment dd{
	text-align:right;
	width:430px;
}
#join-comment dl.send-comment a{
	background:url(images/button-comment.gif) no-repeat scroll;
	padding:6px 25px 10px 27px;
	color:#fff;
	font-weight:bold;
	display:block;
}
/**************************************/
/*-- style cho trang sản phẩm ---*/
/**************************************/
/*-- style cho cột trái ---*/
#product-field-filters{
	border-right:1px solid #dedddd;
}
#page-content .first-column{
	width:180px;
	border-right:1px solid #dedddd;
	float:left;
	padding-right:10px;
}
#page-content .second-column{
	width:785px;
	float:left;
	padding-left:10px;
}
#product-field-filters a{
	text-decoration:underline;	
	color:#0b77bd;
	font-weight:bold;
	line-height:20px;
	font-size:11px;
}
#product-field-filters ul{
	margin:0;
	padding:0;
	list-style-type:none;	
}
#product-field-filters li{
	background:url(images/category-list.gif) left 5px no-repeat scroll;
	padding-left:15px;
	font-weight:bold;
	position:relative;	
}
#product-field-filters li ul{	
	padding:0 0 10px 0;		
}
#product-field-filters li li{
	background:none;
	padding-left:0;
}
#product-field-filters .view-more{
	background:url(images/icon-more.gif) no-repeat scroll 0px 0px;
	padding:0 0 15px 20px;
	outline:none;
}
#product-field-filters #search-price-form 
{
	padding:3px 0 0;
	margin:0;	
}
#product-field-filters #search-price-form input{
	background:url(images/bg-search.gif) no-repeat scroll;
	border:none;
	width:35px;
	height:11px;
	font-size:10px;
	color:#0b77bd;	
	padding:2px;
}
#product-field-filters #search-price-form button{
	background:url(images/button-search.gif) no-repeat left top;
	border:none;
	width:14px;
	height:14px;
	padding:0;
	margin-left:2px;
	vertical-align:text-top;
}
#product-field-filters #search-price-form label{
	color:#0b77bd;
	font-size:11px;
}
/*-- style cho cột phải lớn ---*/
#product-list-filters{
	-moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #C7C9CB -moz-use-text-color;
    border-image: none;
    border-style: solid none;
    border-width: 1px medium;
    line-height: 23px;
    margin-bottom: 10px;
    padding: 5px;
}
.pathway-items ul li
{
	
	display:list-item;
}
.pathway-items ul li
{
	
	display:list-item;
	float:left;
}
.pathway-items ul li a{
	 background: url(images/icon-paways.gif) no-repeat ;
	 background-position:right center;
	 padding-left:5px;
	 padding-right:10px;
	 
}
ul.dynatree-container
{
	
}
#product-list-filters dt{
	float:left;
}
#product-list-filters dt a{
	color:#0b77bd;
}
#product-list-filters dd{
	float:right;
}
#product-list-filters dd a.view-by-grid
{
	padding:0 0 0 3px;
}
#product-list-filters dd a.view-by-list{	
	padding:0 0 0 3px;
}
.product-list a{
	color:#2859a9;
	font-weight:bold;
	font-size:11px;
}
.product-list a img{
	padding-left:5px;
}
.product-list ul{
	margin:0;
	padding:0;
}
.padding-product .default-pagination{
	padding:10px 0 0 280px;
}
.product-list ul li{
	float:left;
	width:154px;
	padding:15px 0 15px 5px;
	border-bottom:1px solid #c7c9cb;
	list-style-type:none;
	font-size:11px;
	color:#231f20;
	height:180px;
}
.product-list ul li .price-add-cart
{
	line-height:20px;
}
.product-list .product-name{
	min-height: 17px;
	max-height:28px;	
	_height:15px;
    overflow: hidden;
    padding-top: 3px;
    width: 140px;
} 
/*******************************************/
/*-- style cho trang đăng ký thành viên ---*/
/*******************************************/

#register-form
{
	padding-top:10px;
}
#register-form label.error ,#register-form label.pass-regular{
	color:red;
}
/*-- style cho dịch vụ đăng ký gian hàng*/
table.table-estore-register
{
	color:#231f20;
	margin-top:20px;
	width:500px;
	float:left;
}	
table.table-estore-register input
{
	text-align:left;
	width:300px;	
	border:1px solid #DEDEDE;	
}
table.table-estore-register  select
{
	text-align:left;
	width:303px;	
	border:1px solid #DEDEDE;	
}

table.table-estore-register .rule-text
{
	font-size:11px;
}
.input-checkbox
{
	width:15px !important;	
	border:none !important;
}
.capcha-text
{
	width:90px !important;
}
#register-form h4{
	font-size:13px;
	color:#464646;
	font-weight:bold;
	clear:left;
}
#register-form, .register-form-title
{
	padding:10px 50px 0 50px;
}
#register-rules{
	float:right;
	position:relative;
	width:337px;
}
#register-rules h3{
	text-align:left;
	font-weight:bold;
	padding-bottom:8px;
	margin:0;
	font-size:12px;
}
#register-form dl
{
	padding-top:20px;
	float:left;
	width:550px;	
}
#register-form dd,#register-form dt
{
	float:left;
	padding-top:5px;		
}
#register-form dd
{
	width:375px;
	padding-left:0;	
	margin-left:0;	
	float:left;
}
#register-form dt
{
	width:125px;
	text-align:right;
	clear:left;
	width:125px;
	margin-right:30px;
}
#register-button-region
{
	clear:both;
	text-align:center;
	padding:30px 0;
}
#register-button-region button{
	background:url(images/register-button.gif) no-repeat scroll;
	width:84px;
	height:31px;
	border:none;
	color:#fff;
	padding-bottom:3px;
	font-weight:bold;
	text-transform:uppercase;
}
#bank-list ul li{
	float:left;
	list-style-type:none;
}
#register-form .mandatory-sign{
	color:#54C5FF;
}
#register-form dd label
{
	clear:both;
	display:block;
}
#register-form dd .input-text{
	text-align:left;
	width:210px;	
	border:1px solid #DEDEDE;
	float:left;
}
#register-form dd select{	
	width:215px;
	*width:218px;
	 border: #DEDEDE 1px solid;	
}
#register-form dt.dt-checkbox{
	width:121px;
}
#register-form dd ul.note-servies{
	list-style-type:none;
	padding-left:17px;
}
#register-form dd .zone-capcha{
	float:left;
}
#register-form dd .capcha-input{
	float:left;
}
#register-form dd .capcha-input .capcha-text{
	border:1px solid #DEDEDE;
	width:90px;
}
#register-button-region div{
	padding-top:20px;
}
#register-form .pass-regular{
	font-size:11px;
	color:#404040;
}
/**************************************/
/*-- style cho trang sản phẩm đăng 1 ---*/
/**************************************/
#product-list-filters dd a.cheapest{
	padding:0 15px 0 5px;
}
#product-list-filters dd a.most-viewed{
	padding:0 10px 0 15px;
}
#product-advertised ul{
	margin:0;
	padding:5px 5px 15px 0;
	background:#EDFAFA;
}
#product-advertised ul li{
	list-style-type:none;
	padding-top:10px;
}
#product-advertised ul li a{
	color:#1748FF;
	background:url(images/icon-advertised.gif) no-repeat scroll;
	padding-left:15px;
}
#product-advertised ul li .advertised-content{
	padding-left:15px;
}
#product-publish ul{
	padding:10px 0 0 0;
	margin:0;
}
#product-publish ul li{
	list-style-type:none;
	padding-bottom:20px;
}
#product-publish ul li dl{
	clear:both;
}
#product-publish ul li dt{
	float:left;
}
#product-publish ul li dd{
	float:right;
	margin:0;
	padding:0;
}
#product-publish .product-content{
	width:500px;
	padding-left:10px;
}
#product-publish a{
	color:#1748FF;
}
#product-publish dd .product-price{
	color:#60C9FF;
	font-weight:bold;
	font-size:15px;
	padding-bottom:10px;
}
#product-publish dd a.button-detail{
	background:url(images/button-product-detail.gif) no-repeat scroll;
	padding:5px 20px 20px 20px;
	font-weight:bold;
	color:#3B3B3B;
}
#product-publish .line-break{
	clear:both;
}
#product-publish .border-line{
	border-bottom:1px solid #C0C0C0;
}
#product-publish .page-pading{
	text-align:center;
	padding-top:20px;
}
/*========================================*/
/*--    style cho trang hỏi đáp       ----*/
/*==========title ask-response============*/
#header-questions-answers .center-meu{
	background:url(images/loop-title-ask-response.gif) repeat-x scroll center;
	height:60px;
}
#header-questions-answers .left-menu{
	background:url(images/left-title-ask-response.gif) no-repeat scroll left;
	height:60px;
}
#header-questions-answers .right-menu{
	background:url(images/right-title-ask-response.gif) no-repeat scroll right;
	height:60px;
	float:left;
	width:100%;
}
#header-questions-answers ul{
	margin:0;
	padding:0;
}
#header-questions-answers ul li{
	float:left;
	list-style-type:none;
	padding:0 10px 0 10px;
	border-right:1px solid #7e9ebb;
}
#header-questions-answers .un-answered{
	float:left;
	line-height:20px;
}
#header-questions-answers .un-answered a{
	background:url(images/list-ask.gif) no-repeat scroll;
	padding-left:10px;
}
#header-questions-answers .submit-questions{
	background:url(images/send-question.gif) no-repeat scroll;
	width:20px;
	height:17px;
	border:none;
}
#header-questions-answers .right-menu .tab-ask{
	background:url(images/tab-ask.gif) no-repeat;
	width:72px;
	height:45px;
	line-height:35px;
	margin-left:30px;
	text-align: center;
	font-size:25px;
	float:left;
	font-weight:bold;
}
#header-questions-answers .right-menu .tab-ask a{
	color:#579BD4;
}
#header-questions-answers .right-menu .tab-response{
	float:left;
	font-size: 21px;
    line-height: 33px;
    margin-left: 255px;
}
#header-questions-answers .right-menu .tab-response a{
	color:#FFF;
}
#header-questions-answers .right-menu .input-ask{	
	margin-left:7px;
	float:left;
	margin-right:32px;
	width:270px;
	*width:290px;
	*margin-right:20px;
}
#header-questions-answers .right-menu .input-ask input.enter-questions{
	width:240px;
	width:230px;
	border:1px solid #C0C0C0;
	text-align:inherit;
}
.pathway-ask-reponse{
	font-weight:bold;
	margin-top:15px;
	margin-bottom:15px;
}
#group-questions{
	border:1px solid #c1c1c1;
	padding:15px;
	margin-bottom:10px;
}
#group-questions ul{
	margin:0;
	padding:0;
	float:left;
}
#group-questions ul li{
	float:left;
	color:#3f71b5;
	list-style:none;
	padding: 5px 10px 5px 0;
    width: 154px;
	overflow:hidden;
}
#group-questions ul li a
{
	color:#3f71b5;
}
.header-list-questions{
	border-bottom:3px solid #579bd4;
	float:left;
	width:100%;
	line-height:26px;
}
.pathway-break{
	clear:both;
}
.pathway-ask-reponse .communiton-next{
	background:url(images/pathway-ask-response.gif) no-repeat scroll right;
	padding-right:15px;
}
ul.tab-faq-page
{
	float:left;
	width:230px;
}
ul.tab-faq-page li
{
	float:left;
	list-style:none;
}
ul.tab-faq-page li a
{
	line-height:26px;
	display:block;
	color:#646564;
	_float:left;
}
ul.tab-faq-page li a span
{
	display:block;
	_float:left;
}
ul.tab-faq-page li a span span
{	
	padding:0 10px;	
}
ul.tab-faq-page li a.selected
{
	background:url(images/menu-loop-ask.gif) repeat-x left top ;
	height:26px;
	color:#fff;
}
ul.tab-faq-page li a.selected span span
{
	background:url(images/menu-right-ask.gif) no-repeat right top;	
	height:26px;
}
ul.tab-faq-page li a.selected span
{
	background:url(images/menu-left-ask.gif) no-repeat left top;	
}
.header-list-questions .right-menu{
	background:url(images/menu-right-ask.gif) no-repeat scroll right;
	height:26px;
	float:left;
	line-height:26px;
}
.header-list-questions .right-menu a{
	color:#FFF;
	margin:0;
}
.header-list-questions .header-right{
	float:right;
	font-weight:bold;
}
.header-list-questions .header-right a{
	color:#000;
	padding:0 10px;
}
.sort-question{
	margin:10px 0;
}
.sort-question a{
	margin:0 10px;
}
.sort-question a.active-sort{
	border-bottom:1px solid #579bd4;
}
ul#question-list{
	margin:0;
	padding:0 0 0 10px;
}
ul#question-list li{
	list-style-type:none;
	padding:10px;
	width:97%;
}
ul#question-list li .images{
	float:left;
	margin-right:10px;
}
ul#question-list li .info-question
{
	float:left;
	width:90%;
}
ul#question-list li.odd-row{
	background:#f7f7f7;
}
ul#question-list li.white-row{
	background:#fff;
}
ul#question-list li .category-question
{
	background:url(images/list-style-question.gif) no-repeat left 6px;
	padding-left:7px;
	margin-top:3px;
}
#promotionNews .loop-right-tab{
	background:url(images/loop-tab-right-menu.gif) repeat-x scroll left top;
	height:27px;
}
#promotionNews .left-right-tab{
	background:url(images/left-tab-right-menu.gif) no-repeat scroll left top;
	height:27px;
}
#promotionNews .right-right-tab{
	background:url(images/right-tab-right-menu.gif) no-repeat scroll right top;
	height:27px;
	line-height:27px;
	text-align:center;
	font-weight:bold;
	font-size:14px;
}
#promotionNews .loop-border-dot-top{
	background:url(images/loop-border-dot-top.gif) repeat-x scroll left top;
	height:10px;	
}
#promotionNews .left-border-dot-top{
	background:url(images/left-border-dot-top.gif) no-repeat scroll left top;
	height:10px;
}
#promotionNews .right-border-dot-top{
	background:url(images/right-border-dot-top.gif) no-repeat scroll right top;
	height:10px;	
}
#promotionNews .loop-border-dot-bottom{
	background:url(images/loop-border-dot-bottom.gif) repeat-x scroll left top;
	height:10px;	
}
#promotionNews
{
	margin-bottom:10px;
}
#promotionNews .left-border-dot-bottom{
	background:url(images/left-border-dot-bottom.gif) no-repeat scroll left top;
	height:10px;	
}
#promotionNews .right-border-dot-bottom{
	background:url(images/right-border-dot-bottom.gif) no-repeat scroll right top;
	height:10px;	
}
#promotionNews .boun-list-promotion{
	border-left:1px dotted #cfcce4;
	border-right:1px dotted #cfcce4;
	padding:0 10px;	
	*width:278px;
}
#promotionNews .boun-list-promotion ul{
	padding:0;
	margin:0;
}
#promotionNews .boun-list-promotion ul li{
	list-style:none;
	padding:0 0 10px 0;
	margin:0;
}
#promotionNews .boun-list-promotion ul li img{
	float:left;
	margin-right:10px;
}
#promotionNews .boun-list-promotion ul li .title-news-promotion
{
	margin-bottom:5px;
}
#promotionNews .boun-list-promotion ul li .title-news-promotion a
{	
	color:#0b77bd;
}
#promotionNews .boun-list-promotion ul li .brief-promotion{
	float:left;
	width:175px;
}
#promotionNews .promotion-break{
	clear:both;
	padding-top:10px;
}
#promotionNews .boun-list-ask-reponse{
	border-left:1px dotted #cfcce4;
	border-right:1px dotted #cfcce4;
	padding:0 10px;
}
#promotionNews .boun-list-ask-reponse ul{
	padding:3px 0;
	margin:0;
}
#promotionNews .boun-list-ask-reponse ul li{
	list-style:none;
	padding-bottom:5px;
}
#promotionNews .boun-list-ask-reponse ul li a{
	color:#0b77bd; 
}
/*================= ======================================*/
/*--- style cho trang chủ admin ----*/
/*================= ======================================*/

/**************************************/
/*-- style cho trang sản phẩm chi tiết ---*/
/**************************************/
#product-field-filters ul li.product-filters-detail{
	border-bottom:1px solid #E4EAE9;
	padding:10px 0 10px 0;
}
#product-detail{
	border:1px solid #DEDEDE;
	padding:0 10px 4px 0;
	*width:984px;
}
#product-detail dl{
	margin:0;
	padding:0;
}
#product-detail ul.tabs-product-detail{
	margin:0;
	padding:0;
}
#product-detail ul.tabs-product-detail li{
	list-style-type:none;
	float:left;
}
#product-detail ul.tabs-product-detail a.selected {
    background:#FFF;
    border:none;
    color: #231f20;
    cursor: default;
    margin-bottom: 0;
}
#product-detail ul.tabs-product-detail a {
    background: none repeat scroll 0 0 #F5F5F5;
    display: block;   
    padding: 6px 15px 6px 15px;
	border:1px solid #CCCCCC;
	border-bottom:none;
}
#product-detail .tab-content{
	clear:left;
}
.clear-both
{
	clear:both;
}
.product-left-info
{	
	width:405px;
}
.product-right-info
{	
	width:100%;
}
.product-left-info .product-big-image
{
	background:url(images/bg-sp.gif) no-repeat left top;
	width:405px;
	height:312px;	
	text-align:center;	
	position:relative;
}
.product-left-info .product-big-image img
{
	margin-top:7px;
}
.product-left-info .view-big-image
{
	border:solid 1px #c3c5c7;
	width:70px;
	height:30px;
	line-height:30px;
	float:right;
	background:#f3f4f4;
	position:absolute;
	bottom:0; right:0;
}
.images-related
{	
	margin:5px auto 0 auto;
	padding:5px;	
	width:390px;	
	height:60px;
	position:relative;	
}
.images-related #scrollable
{
	height:60px;
	float:left;
	width:360px !important;
}
.images-related .scrollable-prev
{
	background:url(images/btn-prev.gif) no-repeat left top;
	width:11px;
	height:13px;
	display:block;
	float:left;	
	position:relative;
	top:25px;
	left:0;
	cursor:pointer;
}
.images-related .scrollable-next
{
	background:url(images/btn-next-re.gif) no-repeat left top;
	width:11px;
	height:13px;
	display:block;
	float:left;	
	position:relative;
	top:25px;
	left:5px;
	cursor:pointer;
}
.images-related #scrollable img
{
	border:solid 1px #ccc;
	margin-left:3px;
}
#product-detail dt
{
	float:left;	
}
#product-detail dd
{
	float:left;
	padding-top:30px;
	margin-left:10px;
	width:565px;
}
.price-chip
{
	color:#0b77bd;
	margin-bottom:5px;
}
.price-chip a
{
	color:#0b77bd;
	font-size:11px;
	padding-left:5px;
}
.price-chip span
{
	font-weight:bold;
	font-size:18px;
}
ul.list-province-sale
{
	list-style:none;
	margin:0 0 5px 0;
	padding:0;
}
ul.list-province-sale li
{
	float:left;
	color:#0b77bd;
}
ul.list-province-sale li a
{
	color:#0b77bd;
	padding:0 5px;
}
.name-product-detail
{
	margin-bottom:5px;
	font-size:14px;
	font-weight:bold;	
}
.brief-product
{
	margin-bottom:10px;
}
span.text-span
{
	color:#0b77bd;
	font-size:11px;
}
table.table-technical
{
	border-collapse:collapse;
	border-color:#c2c4c5;
	margin-top:5px;
	width:100%;
}
table.table-technical tr.group-value
{
	background:#e6e6e5;
	font-weight:bold;
}
table.table-technical .text-field
{
	text-align:right;
	width:50%;
}
table.table-technical .value-field
{
	text-align:left;
	width:50%;
}
.link-vote
{
	color:#0b77bd;
	margin-top:3px;
	font-size:11px;
}
.link-vote a
{
	color:#0b77bd;
	padding:0 5px;
	text-decoration:underline;
}
.bound-btn
{
	margin-top:10px;
}
.btn-buynow
{
	float:left;
	background:url(images/btn-buynow.gif) no-repeat left top;
	width:74px;
	height:21px;
	text-align:center;
	border:none;
	margin-right:3px;
}
.btn-buynow a
{
	color:#fff;
	line-height:21px;
}
.btn-addtocart
{
	float:left;
	background:url(images/btn-addcart.gif) no-repeat left top;
	width:116px;
	height:21px;
	text-align:center;
	border:none;
	margin-left:3px;
}
.btn-addtocart a
{
	color:#231f20;
	line-height:21px;
}
.box-related
{
	margin-top:10px;
}
.title-box
{
	color:#231f20;
	font-size:21px;
}
.title-box span
{
	background:url(images/category-list.gif) no-repeat left center;
	padding-left:13px;
}
table.table-others-estore
{
	width:100%;
	margin-top:7px;
	color:#231f20;
	text-align:left;
}
table.table-others-estore td a.name-estore
{
	color:#0b77bd;
	text-decoration:underline;
	font-size:11px;
}
table.table-others-estore .bg-title
{
	background:#e6e6e5;
}
.bg-star
{	
	height:16px;
	width:95px;
	float:left;
}
.custormer-reviews
{
	border:solid 1px #c7c9cb;
	*width:994px;
}
.title-statistics
{
	background:#e6e6e5;
	height:30px;
	line-height:30px;
	width:100px;
	text-align:center;
	font-weight:bold;
}
.bound-detail-reviews
{
	padding:10px;
}
.img-reviews-1
{
	float:left;
}
.box-grey
{
	float:left;
	width:860px;
	margin-left:15px;
}
.box-grey .grey-top
{
	height:9px;
	background:#e6e6e5;
}
.box-grey .grey-top div
{
	height:9px;
	background:url(images/grey-lefttop.png) no-repeat left top;
}
.box-grey .grey-top div div
{
	height:9px;
	background:url(images/right-topco.png) no-repeat right top;
}
.box-grey .grey-bottom
{
	height:8px;
	background:#e6e6e5;
	overflow:hidden;
}
.box-grey .grey-bottom div
{
	height:8px;
	background:url(images/b-left.png) no-repeat left top;
	overflow:hidden;
}
.box-grey .grey-bottom div div
{
	height:8px;
	background:url(images/b-rightco.gif) no-repeat right top;
	overflow:hidden;
}
.box-grey .grey-content
{
	background:#e6e6e5;
	padding:0 10px;
}
.box-grey .grey-content .detail-reviews
{
	float:left;
	width:70%;
}
.one-items-reviews
{
	width:100%;
	padding-bottom:4px;
	clear:both;
}
.one-items-reviews strong
{
	float:left;
	width:60px;	
}
.one-items-reviews span
{
	font-size:11px;
}
.vote-bar
{
	width:28%;
	float:left;
}
.vote-bar table
{
	text-align:right;
}
.vote-bar .bg-orange
{
	height:9px;
	background:#f6a21f;	
	overflow:hidden;
}
.vote-bar .bg-white
{
	height:9px;
	background:#fff;
	overflow:hidden;	
}
ul.list-comment
{
	list-style:none;
	margin:20px 0 0 0;
	padding:0 0 10px 0;
}
ul.list-comment li
{
	margin-bottom:10px;
}
ul.list-comment li a
{
	font-weight:bold;
	color:#333;
}
ul.list-comment li .title-comment
{
	font-weight:bold;
}
ul.list-comment li .title-comment a
{
	color:#0B77BD;
}
ul.list-comment li .title-comment span
{
	color:#666;
	font-size:11px;
}
ul.list-comment li .comment-content
{
	margin:5px 0;
}
ul.list-comment li .re-question
{
	margin-bottom:5px;
}
ul.list-comment li .re-question a
{
	padding:0 5px;
}
ul.list-comment li .re-question span
{
	font-size:11px;
}
ul.list-comment li .share-reviews
{
	font-size:11px;
}
ul.list-comment li .avatar-user
{
	float:left;
}
ul.list-comment li .avatar-user a img
{
	border:solid 1px #ccc;
	padding:2px;
}
ul.list-comment li  .detail-comment
{
	float:left;
	margin-left:7px;
	width:860px;
}
/*slideshow*/
.slide-others-product
{
	padding-top:20px;
}
.slide-others-product ul
{
	margin:0; padding:5px 0; list-style:none;
}
.slide-others-product ul li
{
	float:left;
	width:115px;
	text-align:center;
	margin:0 5px;
}
.slide-others-product ul li a
{
	font-size:11px;	
	color:#231f20;
}
.slide-others-product .jcarousel-container {
	width:980px;
	height:auto;
	margin:auto;
}
.slide-others-product .jcarousel-container-horizontal {
	width:980px;
	height:auto;	
	margin:auto;
}
.slide-others-product .jcarousel-clip-horizontal {
	width:895px;			
	height:auto;
	margin:auto;			
}
.slide-others-product .jcarousel-item {
    width: 117px;
    height:auto;	
	text-align:center;
}
.slide-others-product .jcarousel-item-horizontal {
	float:left;			
}

.slide-others-product .jcarousel-direction-rtl .jcarousel-item-horizontal {
	margin-left: 10px;   
}
.slide-others-product .jcarousel-next-horizontal {
    position: absolute;
    top:57px;
    right: 4px;	
    width: 23px;
    height: 34px;
    cursor: pointer;
    background: transparent url(images/btn-next-re.gif) no-repeat 0 0;
}
.slide-others-product .jcarousel-prev-horizontal {
    position: absolute;
    top: 57px;   

	left:7px;
    width:23px;
    height: 34px;
    cursor: pointer;
    background: transparent url(images/btn-prev.gif) no-repeat 0 0;
}
#page-admin-left{
	overflow: auto;
}
#page-admin-right{
	overflow: auto;
	left:180px; 
}
/*========== style cho chi tiết sản phẩm một gian hàng  ========*/
/*chi tiêt san pham mot gian hang*/
.technical-info-estore
{
	margin-top:10px;
}
.product-right-top
{
	width:100%;
}
.detail-product-basic
{
	float:left;
	width:45%;
}
.detail-esotore-sale
{
	float:left;
	width:53%;
	margin-left:10px;
}
.detail-esotore-sale .name-estore-sale
{
	font-weight:bold;
	font-size:14px;
}
.detail-esotore-sale .name-estore-sale a
{
	color:#231f20;
}
.address-estore-sale
{
	font-size:11px;
	margin-bottom:5px;
}
.address-estore-sale a
{
	color:#0B77BD;
}
.phone-estore-sale
{
	margin-bottom:3px;
}
.phone-estore-sale span
{
	font-size:11px;
}
.phone-estore-sale strong
{
	font-size:14px;
	color:#f6a21f;
}
.support-estore-sale div
{
	float:left;
	display:inline-block;
	font-size:11px;
}
.support-estore-sale div img
{
	margin-right:5px;
}
.link-vote-sale
{
	font-size:11px;
	margin-bottom:5px;
	margin-top:5px;
}
.link-vote-sale a, .link-sale-estore a
{
	color:#0B77BD;
}
.link-sale-estore 
{
	color:#0B77BD;
	font-size:11px;
}
 .link-sale-estore a
 {
	 padding:0 5px;
}
.price-policy span
{
	color:#231f20;
	float:left;
	width:20%;
	display:block;
	font-weight:bold;
}
.table-policy-price
{
	background:url(images/bg-table.gif) repeat-x left top #fff;
	font-size:11px; color:#231f20;
	float:left;
	width:80%;	
}
.table-policy-price tr td
{
	border-bottom:solid 1px #ccc;
}
.table-policy-price th
{
	text-align:left;
}
.count-quantity
{
	margin-top:10px;
}
.count-quantity span
{
	padding-right:5px;
}
.count-quantity input,select
{
	border:solid 1px #ccc;
}
.total-payment
{
	float:left;
	margin-right:5px;
	line-height:21px;
}
.total-payment strong
{
	color:#0b77bd;
	padding-left:5px;
}
.product-right-info .add-to-favorites
{
	font-size:11px;
	margin-top:5px;
	color:#231f20;
}
.product-right-info .add-to-favorites a.add-favorites
{
	background:url(images/icon-blue.gif) no-repeat left center;
	padding-left:10px;
	color:#231f20;
	text-decoration:underline;
	display:block;
	padding-bottom:4px;
}
.link-detail-compare
{
	margin-top:5px;
	color:#0b77bd;
	font-size:11px;
	font-weight:bold;
}
.link-detail-compare a
{
	color:#0b77bd;
	padding:0 5px;
}
/*================================*/
/*-- style cho trang cá nhân*/
/*================================*/
/*--style cho thong tin ca nhan ---*/
#header-profile{
	background:url(images/center-profile.gif) repeat-x scroll;
	height:31px;
}
#header-profile div{
	background:url(images/left-profile.gif) no-repeat scroll left;
	height:31px;
}
#header-profile div div{
	background:url(images/right-profile.gif) no-repeat scroll right;
	height:31px;
}
#profile-info{
/*	padding-top:40px;*/
}
#profile-info .profile-name{
	padding-top:3px;
}
#profile-info .profile-name a{
	font-weight:bold;
	color:#2B9DD7;
	font-weight:14px;
}
#profile-info li.active-menu{
	background:#6FAFE0;
}
#profile-info li.active-menu a{
	background:url(images/profile-message.gif) no-repeat scroll left;
	color:#fff;
}
#profile-info li{
	line-height:25px;
	padding-left:5px;
}
#profile-info li a{
	padding-left:25px;
	height:20px;
}
#profile-info .profile-meessage a{
	background:url(images/profile-message.gif) no-repeat scroll left;
	
}
#profile-info .profile-event a{
	background:url(images/profile-event.gif) no-repeat scroll left;
}
#profile-info .profile-event{
}
#profile-info .profile-friends a{
	background:url(images/profile-friends.gif) no-repeat scroll left;
}
#profile-friends .img-left{
	float:left;
	padding:0 3px 5px 0;
}
#profile-friends .name-left{
	float:left;
}
#profile-friends .zone-friends{
	border:1px solid #BBBBBB;
	border-top:none;
	padding:10px 2px 10px 2px;
}
/*--style cho ban be ---*/
#profile-friends .header-friends{
	background:url(images/center-frame-profile.gif) repeat-x scroll center;
	height:31px;
}
#profile-friends .header-friends div{
	background:url(images/left-frame-profile.gif) no-repeat scroll left;
	height:31px;
}
#profile-friends .header-friends div div{
	background:url(images/right-frame-profile.gif) no-repeat scroll right;
	height:31px;
	line-height:31px;
	text-align:center;
}
#profile-friends .body-friends{
	margin-top:3px;
}
#profile-friends .body-friends ul{
	margin:0;
	padding:0;
	list-style-type:none;
}
#profile-friends .body-friends ul li{
	float:left;
	width:65px;
}
#profile-friends .body-friends ul li img{
	padding:2px 2px 0px 4px;
}
.profile-search-results ul li a{
	color:#2B9DD7;
}
.profile-search-results{
	padding-top:20px;
}
#profile-friends .profile-search-results ul li{
	float:left;
	width:120px;
}
/*-style cho thông tin cá nhân --*/
#profile-news .table-info .one-column{
	width:140px;
	height:24px;
}
#profile-news .table-info .one-column label{
	color:#969696;
}
#profile-news .table-info{
	width:535px;
}
#profile-news .table-info td a{
	color:#2B9DD7;
}
#profile-news .table-info td{
	color:#2B9DD7;
	font-weight:bold;
	border-bottom:1px solid #D9D9D9;
}
#profile-news .table-info td.base-info{
	color:#333333;
	background:#F2F2F2;
	border-top:1px solid #E2E2E2;
	border-bottom:none;
	height:22px;
	padding:0 0 3px 5px;
}
#profile-news table td a{
	color:#2B9DD7;
}
#profile-news dl dt{
	margin-bottom:10px;
}
/*-- style cho bảng tin --*/
#profile-news dl{
	margin:0;
	padding:0;
}
#profile-news dl dt{
	float:left;
}
#profile-news dl dd{
	float:right;
	margin:0;
	padding:0 0 0 20px;
}
.profile-clear{
	clear:both;
}
#profile-news ul{
	margin:5px 0 0 0;
	padding:10px 0 0 0;
	list-style-type:none;
	*padding:5px 0 0 0;
}
#profile-news ul li{
	float:left;
	padding:0 20px 5px 0;
}
#profile-news ul li a{
	color:#2B9DD7;
}
#profile-news ul li a.active-item{
	font-weight:bold;
}
#profile-news dl dt a{
	font-size:25px;
}
#profile-news dl dd a{
	font-size:14px;
}
#profile-news input.text-input{
	height:30px;
	width:522px;
	border:1px solid #BFBFBF;
	padding-left:10px;
	font-style:italic;
	color:#646565;
}
#profile-news textarea{
	border:1px solid #BFBFBF;
	width:532px;
}
#profile-news input.send-message{
	width:60px;
	text-align:center;
}
#profile-news .send-message{
 	padding-top:5px;
}
#friends-comment{
	margin-top:20px;
}
#friends-comment a.images-avatar{
	float:left;
	padding-right:5px;
	width:59px;
}
#friends-comment .comment-info .friends-name{
	font-weight:bold;
}
#friends-comment .comment-info label{
	font-style:italic;
	font-size:11px;
	color:#646565;
	padding-left:3px;
}
#friends-comment .comment-info{
	width:470px;
	float:left;
	padding-bottom:20px;
}
.space-friends{
	padding-bottom:20px;
}
#friends-comment .comment-product a.product-images{
	float:left;
	padding:5px 5px 0 0;
}
#friends-comment .product-info .comment-product{
	float:left;
	width:300px;
}
#friends-comment .product-info a{
	color:#406EB3;
}
#friends-comment .product-content{
	padding-top:5px;
}
#friends-comment a.comment-time{
	background:url(images/comment-time.gif) no-repeat scroll left;
	padding:0 10px 0 25px;
	height:16px;
	color:#646565;
}
#friends-comment a.comment-love{
	background:url(images/profile-like.gif) no-repeat scroll left;
	padding:0 10px 0 10px;
	color:#646565;
}
#friends-comment .comment-product .product-info{
	padding:5px 0 5px 0;
}
#friends-comment .comment-list{
	background:#E3ECF2;
	margin-top:1px;
	padding:5px 0 5px 20px;
}
#friends-comment .comment-info .features-add{
	padding-bottom:10px;
}
#friends-comment .comment-list a{
	float:left;
	padding-right:5px;
}
#friends-comment .comment-list input{
	border:1px solid #B8BABC;
	font-style:italic;
	color:#8A8B8B;
	width:400px;
}
/*--right--*/
#promotional-info{
	float:right;
	width:255px;
	/*padding-top:35px;*/
}
#promotional-info .header-friends{
	background:url(images/center-frame-profile.gif) repeat-x scroll center;
	height:31px;
}
#promotional-info .header-friends div{
	background:url(images/left-frame-profile.gif) no-repeat scroll left;
	height:31px;
}
#promotional-info .header-friends div div{
	background:url(images/right-frame-profile.gif) no-repeat scroll right;
	height:31px;
	line-height:31px;
	text-align:center;
}
#promotional-info .promotional-top{
	background:url(images/center-top-protion.gif) repeat-x scroll left top;
	height:10px;
	margin-top:5px;
}
#promotional-info .promotional-top div{
	background:url(images/left-top-protion.gif) no-repeat scroll left top;
	height:10px;
}
#promotional-info .promotional-top div div{
	background:url(images/right-top-protion.gif) no-repeat scroll right top;
	height:10px;
}
#promotional-info .promotional-button{
	background:url(images/center-button-protion.gif) repeat-x scroll center;
	height:15px;
}
#promotional-info .promotional-button div{
	background:url(images/left-button-protion.gif) no-repeat scroll left;
	height:15px;
}
#promotional-info .promotional-content{
	border-left:1px dotted #C8D5E9;
	border-right:1px dotted #C8D5E9;
}
#promotional-info .promotional-button div div{
	background:url(images/right-button-protion.gif) no-repeat scroll right;
	height:15px;
}
#promotional-info .promotional-content ul{
	margin:0;
	padding:0 5px 0 5px;
	list-style-type:none;
}
#promotional-info .promotional-content ul li a.title{
	color:#2B9DD7;
	overflow:hidden;
}
#promotional-info .promotional-content ul li .promotion-title{
	overflow:hidden;
}
#promotional-info .promotional-content ul li a.imgage-protion{
	float:left;
	padding-right:5px;
}
.protion-clear{
	clear:both;
	padding-bottom:10px;
}
#promotional-info .promotional-content ul li{
	border-bottom:1px solid #BFBFBF;
	padding-top:5px;
}
#promotional-info .promotional-content ul li .content{
	padding-top:5px;
	overflow:hidden;
}
.title-profile{
	font-size:25px;
}
#edit-infoprofile table td input{
	width:300px !important;
	border:1px solid #B8BABC;
}
#edit-infoprofile{
	padding-left:60px;
}
#edit-infoprofile .save-changes{
	padding-left:80px;
}
#edit-infoprofile .save-changes input{
	background:#5A74A8;
	color:#fff;
	border:none;
	height:26px;
	font-weight:bold;
}
#edit-infoprofile table td .mcdropdown{
	width:300px !important;
}
/*box share trang chi tiet tin tuc*/
#ishare_holder
{
	*width:370px;
	*height:220px;	
}
#ishare_icons
{
	*border:solid 1px #ccc;
	*width:358px;
	*height:220px;		
}
#ishare_close
{	
	position:absolute;
	top:8px;
	right:10px;
}
* html .ishare_icon
{
	width:95px;
	margin:0 !important;	
}
/*form đăng nhập*/
.bound-login
{
/*	width:500px;*/
	margin:auto;
	color:#231f20;
}
.bound-login .submit-login input
{
	 background: url("images/register-button.gif") no-repeat scroll 0 0 transparent;
    border:none;
    color:#FFFFFF;
    font-weight: bold;
    height: 31px;
    padding-bottom: 3px;
    text-transform: uppercase;
    width: 84px;
	font-size:11px;
}
.bound-login .one-input-login input,.bound-login  .one-input-pass input
{
	width:230px;
	border:solid 1px #ccc;
}
.bound-login .other-actions  .register-member
{
	background: url(images/register-btn.gif) no-repeat left top;
    border:none;
    color:#FFFFFF;
    font-weight: bold;
    height: 21px;
  	line-height:21px;    
    width: 110px;
	text-align:center;
	margin-left:99px;
}
.bound-login .other-actions .forgot-password
{
	color:#329cd7;	
	padding-left:99px;
	margin-bottom:10px;
}
.bound-login .other-actions .forgot-password a
{
	color:#329cd7;	
	padding:0 3px;
}
.bound-login .other-actions  .register-member a
{
	color:#231f20;
}
.bound-login  .notice-register-welcome,.bound-login  .notice-register-successful
{
	font-weight:bold;
	margin-bottom:5px;
}
.bound-login  .notice-register-welcome a
{
	color:#329cd7;
}
.bound-login ul.list-action 
{
	padding:5px;
}
.bound-login ul.list-action li
{
	float:left;
	margin-left:20px;
}
ul.dynatree-container {
	overflow:auto;
}
/*=========================================*/
/*------ style cho giỏ hàng ------------*/
/*=========================================*/
.clear-both
{
	clear:both;
}
.page-cart
{
	color:#231f20;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:auto;
	width:1000px;
}
.page-cart .order-by
{
	text-align:right;
	padding-right:5px;
}
.page-cart .order-by select
{
	border:solid 1px #bfbfbf;
}
.one-box-cart
{
	border:solid 1px #bfbfbf;
	margin:10px 0 30px 0;
}
.one-box-cart .cart-by-estore
{
	padding:7px 5px 5px;
}
.one-box-cart  .bound-support
{
	float:left;
	font-size:11px;
}
.one-box-cart  .bound-support a
{	
	color:#2b9dd7;
	padding:0 5px;
}
.one-box-cart  .bound-support a span
{
	color:#231f20;
	padding-left:5px;
}
.one-box-cart  .transport-country
{
	float:right;
}
.one-box-cart  .transport-country select
{
	border:solid 1px #bfbfbf;
	width:150px;
}
.one-box-cart  .table-one-cart
{
	width:100%;
	border-top:solid 1px #bfbfbf;	
	font-weight:bold;
}
.one-box-cart  .table-one-cart .bg-header td
{
	background:#e7e8e8;
	font-weight:bold;
	border-bottom:solid 1px #bfbfbf;
	height:35px;	
	font-size:13px;
}
.one-box-cart  .table-one-cart .td-product
{
	border-right:solid 1px #bfbfbf;
	width:330px;
	border-bottom:solid 1px #bfbfbf;
}
.one-box-cart  .table-one-cart .td-product img
{
	float:left;
	margin-right:10px;
}
.one-box-cart  .table-one-cart .td-product a
{
	color:#231f20;
	font-weight:bold;
	font-size:14px;
}
.one-box-cart  .table-one-cart .td-quantity
{
	width:110px;
	border-bottom:solid 1px #bfbfbf;
	padding-top:10px;
}
.one-box-cart  .table-one-cart .td-quantity input
{
	border:solid 1px #ccc;
}
.one-box-cart  .table-one-cart .td-price
{
		border-right:solid 1px #bfbfbf;
		width:200px;
		border-bottom:solid 1px #bfbfbf;
		padding-top:10px;
}
.one-box-cart  .table-one-cart  .td-tranfomer
{
		border-right:solid 1px #bfbfbf;
		width:250px;
		border-bottom:solid 1px #bfbfbf;
}
.one-box-cart  .table-one-cart .td-delete
{
	border-bottom:solid 1px #bfbfbf;
}
.one-box-cart  .table-one-cart  .td-tranfomer select
{
	width:160px;
	border:solid 1px #ccc;
}
.one-box-cart  .table-one-cart .delete-product
{
	background:url(images/btn-delete.gif) no-repeat left top;
	width:60px;
	height:27px;
	text-align:center;
	line-height:27px;
	margin-top:30px;
}
.one-box-cart  .table-one-cart .delete-product a
{
	color:#231f20;
}
.one-box-cart  .table-one-cart .totla-payment
{
	background:#e7e8e8;
	height:35px;
	border-left:solid 1px #bfbfbf;
	color:#2b9dd7;
}
.one-box-cart  .table-one-cart .totla-payment span
{
	float:left;
}
.one-box-cart  .table-one-cart .totla-payment .btn-buynow
{
	background:url(images/btn-buynow.gif) no-repeat left top;
	width:74px;
	height:21px;
	line-height:21px;
	text-align:center;
	float:right;
}
.one-box-cart  .table-one-cart .totla-payment .btn-buynow a
{
	color:#fff;
	font-weight:normal;
}
.one-box-cart  .table-one-cart .total-tranports
{
	border-left:solid 1px #bfbfbf;
}
.page-cart  .delete-all-product
{
	margin-bottom:10px;
	font-weight:bold;	
}
.page-cart  .delete-all-product a
{
	display:block;
	background:url(images/btn-delete-all.gif) no-repeat left top;
	width:97px;
	height:27px;
	line-height:27px;
	text-align:center;	
	color:#231f20;
		
}
.helpColombo{
	margin:5px;
}
.helpColombo ul li{
	background:url(images/icon-tron.gif) left 5px no-repeat;
}
.right-frame-title{
	float:right;
	background:url(images/register-store.gif) no-repeat scroll;
	height:26px;
	width:151px;
	padding-right:15px;
	font-size:12px;
	padding:0px 0 0 25px;
	color:#fff;

}
.right-frame-title a{
	color:#f8ebe4;
	line-height:26px;
	font-weight:bold;
}
/*-- style chi tiết hỏi đáp --*/
.pathway-fqa{
	color:#0068A7;
	padding:5px 0 20px 0;
}
.pathway-fqa a{
	color:#0068A7;
}
.faq-detail .faq-images{
	float:left;
	width:120px;
	text-align:center;
}
.faq-detail .faq-images a{
	color:#0068A7;
}
.faq-detail .faq-content{
	float:left;
	width:560px;
}
.faq-detail .faq-question{
	color:#0068A7;
	font-weight:bold;
	font-size:17px;
}
.faq-detail .faq-title{
	font-weight:bold;
	font-size:20px;
	padding-top:10px;
}
.faq-detail .question-content{
	color:#333333;
	padding:5px 0 10px 0;
}
.faq-detail .date-faq{
	color:#666666;
}
.faq-detail .reply-question{
	background:url(images/register-store.gif) no-repeat scroll;
	height:26px;
	width:151px;
	line-height:26px;
	padding-left:30px;
	margin-top:10px;
}
.faq-detail .reply-question a{
	color:#fff;
	font-weight:bold;
}
.reply-list .reply-count{
	float:left;
}
.reply-list .reply-order{
	float:right;
	padding-right:20px;
}
.faq-detail{
	padding:20px 0 20px 0;
	border:1px solid #E3E2E2;
	background:#FCFDF7;
}
.reply-list{
	padding:20px 0 20px 0;
}
.reply-list .reply-count{
	color:#0068A7;
	font-size:16px;
}
.answered-list .answared-images{
	float:left;
	width:120px;
	text-align:center;
}
.answered-list .answared-content{
	float:left;
	color:#333333;
}
.answered-list .answared-content .answred-date{
	color:#666666;
}
.answered-list .answared-images a{
	color:#0068A7;
}
.answered-list .bound-answared{
	border-bottom:1px dashed #CCCCCC;
	padding:10px 0 10px 0;
}
.question-other{
	padding-top:10px;
}
.question-other .other-title a{
	color:#0D7A05;
}
.question-other .other-title{
	color:#0068A7;
	font-size:16px;
	font-weight:bold;
}
.question-other ul{
	padding:10px 0 0 20px;
	line-height:25px;
}
.question-other ul li a{
	color:#0068A7;
	background:url(images/list_style1.gif) no-repeat scroll;
	padding-left:15px;
}
.pathway-post{
	padding:5px 0 10px 0;
}
.question-post .post-title{
	background:url(images/add.png) no-repeat scroll;
	height:24px;
	padding-left:30px;
	line-height:24px;
	color:#006699;
	font-weight:bold;
	font-size:17px;
}
.pathway-post a{
	color:#006699;
}
.form-post{
	padding:20px;
	background:#FCFDF7;
	border:1px solid #E3E2E2
}
.form-post input{
	height:25px;
	width:600px;
	color:#999999;
}
.form-post .character-rule{
	color:#666666;
	font-size:90%;
	padding-top:3px;
}
.form-post .post-detail{
	padding-top:20px;
	color:#666666;
	font-size:15px;
	font-weight:bold;
}
.form-post textarea{
	width:600px;
	height:80px;
}
.form-post .question-rule a{
	font-weight:bold;
	font-size:14px;
	color:#006699;
}
.form-post .next-post{
	padding-top:10px;
}
.form-post .next-post input{
	background:url(images/register-button.gif) no-repeat scroll;
	height:31px;
	width:84px;
	font-weight:bold;
	color:#fff;
	padding-bottom:4px;
	border:none;
}
.question-post{
	border:1px solid #E3E2E2;
	padding:20px;
	background:#FCFDF7;
}
.question-post .you-ask{
	color:#006699;
	font-weight:bold;
	font-size:15px;
}
.question-post .bound-ask{
	padding:10px 0 0 30px;
}
.question-post .content-ask{
	padding:10px 0 5px 0;
	font-size:146.5%;
	font-weight:bold;
}
.question-post .detail-ask{
	color:#333333;
	border-bottom:1px dashed #CCCCCC;
	padding-bottom:10px;
}
.list-group{
	padding-top:10px;
}
.list-group .title-group{
	color:#006699;
	font-size:16px;
	font-weight:bold;
}
.list-group textarea{
	height:300px;
	border:1px solid #cccccc;
}
.list-group .content-group{
	float:left;
}
.list-group .center-group{
	float:left;
	padding:0 5px 0 5px;
}
.list-group .ringh-group{
	float:left;
}
.bound-ask .ask-rule{
	padding-top:5px;
	color:#333333;
}
.bound-ask .ask-rule a{
	color:#006699;
}
.bound-ask .ask-next{
	padding-top:20px;
}
.bound-ask .ask-next .ask-see{
	background:url(images/register-button.gif) no-repeat scroll;
	width:84px;
	color:#fff;
	font-weight:bold;
	line-height:31px;
	float:left;
	text-align:center;
}
.bound-ask .ask-next .ask-return{
	background:url(images/register-button.gif) no-repeat scroll;
	width:84px;
	color:#fff;
	font-weight:bold;
	line-height:31px;
	float:left;
	text-align:center;
}
.bound-ask .ask-next a{
	color:#fff;
}
.bound-ask .view-ask{
	padding-bottom:10px;
}
.ask-comment .you-name{
	padding:10px 0 10px 0;
	font-size:15px;
	font-weight:bold;
	color:#006699;
}
.ask-comment .images-ask{
	float:left;
	padding-right:10px;
}
.ask-comment .name-info{
	float:left;
}
.ask-comment .info-update a{
	color:#006699;
	font-weight:bold;
}
.ask-comment .ask-cuont a{
	color:#006699;
	font-weight:bold;
}
.ask-comment .ask-cuont{
	padding-top:20px;
}
.list-images
{
	float:left;
}
.my_items td.item_header {
    background-color: #288FB8;
    color: #FFFFFF;    
    font-weight: bold;
    padding: 5px 5px 5px 8px;
    text-align: left;
}
.my_items .Even {
    background: none repeat scroll 0 0 #FFFFFF;
}
.my_items table.list {
    border: 1px solid #CCCCCC;
    width: 100%;
}
.my_items td.item {
    border-top: 1px solid #DDDDDD;
    color: #666666;
    font-size: 8pt;
    padding: 5px 5px 5px 8px;
    text-align: left;
}
/*====Frame-video, news-home-frame=======*/
.simple-frame,
.video-frame{
	border:1px solid #ccc;
	margin-bottom:5px;
}
.simple-frame .frame-header,
.video-frame .frame-header{
	background:url(images/bg-video.png) repeat-x left top;
	height:31px;
}
.video-frame .frame-header h2{
	margin:0;
	line-height:27px;
	text-transform:uppercase;
	font-size:14px;
	font-weight:bold;
	background:url(images/list-video.png) no-repeat left center;
	padding-left:30px;
	margin-left:10px;
}
.video-frame .frame-content-right{
	padding:10px 0;
	text-align:center;
}
.simple-frame .frame-content-right{
}
.simple-frame .frame-header h2{
	margin:0;
	line-height:27px;
	text-transform:uppercase;
	font-size:14px;
	font-weight:bold;
	background:url(images/list-news.png) no-repeat left center;
	padding-left:30px;
	margin-left:10px;
}
/*=====introduction-frame=====*/
.introduction-frame{
	border:1px solid #ccc;
	margin-bottom:5px;
	margin-top:5px;
}
.introduction-frame .frame-header h2{
	text-transform:uppercase;
	color:#5bafde;
	text-align:center;
	background:url(images/bg-center-top-left.png) no-repeat center bottom;
	height:35px;
	line-height:23px;
}
.introduction-frame .frame-content{
	background:url(images/click.png) no-repeat center bottom;
}
.introduction-frame  .frame-content blockquote{
	padding:0 10px 40px;
	margin:0;
	text-align:justify;
	line-height:16px;
}
.introduction-frame  .frame-content .frame-content-right{
}
.introduction-frame  .frame-content .frame-content-right a{
	display:block;
	padding-bottom:10px;
	background:url(images/list.png) no-repeat left top;
	padding-left:20px;
	margin-left:10px;
}

ul.list-top-featured li {
    float: left;
     height: 156px;
    margin: 0;    
    position: relative;
     width: 156px;	
	 margin-right:8px; 
}
ul.list-top-featured li img {    
    left: 0;
    position: absolute;
    top: 0;  
	width:146px;
	height:146px; 
	border:solid 1px #cad6ea;
}
ul.list-top-featured li img.hover {
    background: url(images/thumb_bg.png) no-repeat scroll center center transparent;
    border: medium none;
}
.list-news-company{
  	margin-left:10px;
}
.list-news-company li{
	background:url(images/list_style1.gif) no-repeat scroll left;
	padding-left:15px;
}
.view-all a{
	font-style:italic;
	color:#324C6B !important;
	float:right;
}
ul.list-old-featured li {
    float: left;
    height: 145px;
    position: relative;
	text-align:center;
    width: 102px;	
}
ul.list-old-featured li img {    
    left: 0;
    position: absolute;
    top: 0;  
	width:89px;
	height:97px; 
	border:solid 1px #cad6ea;
}
ul.list-old-featured img.hover {
    background: url(images/thumb_bg.png) no-repeat scroll center center transparent;
    border: medium none;
}

/*=======Sản phẩm mới=======*/
.new-product
{
	/*padding:0 0px 0 9px;*/
	position:relative;
	height:395px;
	overflow:auto;	
}
.box-container .name-product
{
	text-align:center;	 
	font-weight:bold;
	margin-top:35px;
}
 .box-container .name-product p
 {
	 padding:0;
	 margin:10px 0 0px 0;
	 
}
 .box-container span{
	color:#f00;
}
 .box-container .name-product a{
	color:#285aa8;
}
.box-container{
	position:relative; 
	width:124px; 
	height:125px;
	overflow:hidden; 
	background: #fff;
	margin-right:15px;
	margin-bottom:5px;  
	border:solid 1px #cad6ea;
	float:left;
}
.box-container-hover
{
	border:solid 1px #34a9ff;
}
    .images-holder{
    position:absolute; 
    }
    .image-div {
        position:relative; 
        overflow:hidden; 
        width:50%;		
        float:left; 
    }
	.right
	{
		float:right;
	}
    .right img{
        margin-left: -100%; 			
	}
    
/*========Tin tức trang chủ=========*/
ul.list-news-home, .list-news-thumbnails
{
	clear:left;
}
ul.list-news-home li{
	padding-left:5px;
	padding-top:10px;
	margin-top:1px;
	background:url(images/bg-li-news.png) repeat-x left top;
	height:56px;
}
ul.list-news-home li a{
	float:left;
}
ul.list-news-home li a img{
	float:left;
	margin-left:5px;
	margin-right:5px;
}
ul.list-news-home li .brief-news{
	/*float:left;*/
	width:628px;
	line-height:17px;
}
ul.list-news-home li .brief-news a{
	clear:both;
	float:none;
}
ul.list-news-home li .brief-news a:hover{
	color:#0477bd;
	text-decoration:none;
}
ul.list-news-home li .brief-news span{
	color:#666;
}
/*======no-frame====*/
.no-frame h2{
	display:none;
}
.no-frame .frame-content{
}
/*=======Hỗ trợ footer trang chủ=========*/
.support-home{
	background:url(images/bg-support-home.png) repeat-x left top;
	padding-top:10px;
}
.support-home .list-support-home{
	float:left;
	width:172px;
}
.support-home .list-support-home span{
	color:#0477bd;
	margin-bottom:10px;
	display:block;
	text-decoration:underline;
}
/*=====Quảng cáo trang chủ=====*/
.adv-home ul li{
	margin-bottom:5px;
}
.slide-footer{
	width:990px !important;
}
/*slide*/
.bg-slide-home
{
	text-align:center;	
	background:url(images/bg-slide.png) repeat-x left top;	
	position:relative;
	width:690px;
	height:250px;
}
.bg-slide-home .lof-slidecontent, .bg-slide-home  .lof-slidecontent a {
	color:#FFF;	
}
.bg-slide-home .lof-slidecontent a.readmore{
	color:#58B1EA;
	font-size:95%;
	
}
.bg-slide-home .lof-slidecontent{
	position:relative;
	overflow:hidden;	
}
.bg-slide-home .lof-main-outer{
	position:relative;
	height:250px;
	width:690px;
	z-index:3px;
	overflow:hidden;
}
.bg-slide-home .lof-main-item-desc{
	z-index:100px;
	position:absolute;
	bottom:20px;
	left:0px;
	width:250px;
	background:url(images/bg_trans.png);
	height:80px;	
	padding:5px;
}
.bg-slide-home .lof-main-item-desc p{
	margin:0 8px;
	padding:8px 0
}
.bg-slide-home .lof-main-item-desc h3{
	padding:0;
	margin:5px;
}
.bg-slide-home .lof-main-item-desc h3 a{	
	margin:0;	
	padding:2px 3px;	
	text-transform:uppercase;
	text-decoration:none;
	font-size:14px;
}
.bg-slide-home .lof-main-item-desc h3 a:hover{

	text-decoration:underline;
}
.bg-slide-home .lof-main-item-desc h3 i {
	font-size:70%;
}

/* main flash */
.bg-slide-home ul.lof-main-wapper{	
	overflow:hidden;	
	position:absolute;
	overflow:hidden;	
}

.bg-slide-home ul.lof-main-wapper li{
	overflow:hidden;
	padding:0px;
	margin:0px;
	float:left;
	position:relative;
}
.bg-slide-home .lof-opacity  li{
	position:absolute;
	top:0;
	left:0;
	float:inherit;
}
.bg-slide-home ul.lof-main-wapper li img{
	padding:0px;	
}

/* item navigator */
.bg-slide-home .lof-navigator-wapper {
	position:absolute;
	bottom:5px;
	right:10px;	
	padding:5px 0px;
}
.bg-slide-home .lof-navigator-outer{
	position:relative;
	z-index:100;
	height:180px;
	width:310px;
	overflow:hidden;
	color:#FFF;
	float:left
}
.bg-slide-home ul.lof-navigator{
	top:0;
	padding:0;
	margin:0;
	position:absolute;
	width:100%;
}
.bg-slide-home ul.lof-navigator li{
	cursor:hand; 
	cursor:pointer;
	list-style:none;
	padding:0;
	margin-left:0px;
	overflow:hidden;	
	float:left;
	display:block;
	text-align:center;
}
.bg-slide-home ul.lof-navigator li img{
	border:#666 solid 3px;		
}
.bg-slide-home ul.lof-navigator li.active img, ul.lof-navigator li:hover img {
	border:#A8A8A8 solid 3px;
}
.bg-slide-home .lof-navigator-wapper .lof-next,  .lof-navigator-wapper .lof-previous{
	display:block;
	width:22px;
	height:30px;
	color:#FFF;
	cursor:pointer;
}
.bg-slide-home .lof-navigator-wapper .lof-next {
	float:left;	
	text-indent:-999px;
	margin-right:5px;
	background:url(images/arrow-l.png) no-repeat right center;
}
.bg-slide-home .lof-navigator-wapper .lof-previous {
	float:left;	
	text-indent:-999px;
	margin-left:5px;
	background:url(images/arrow-r.png) no-repeat left center;
}
.association-title
{
	font-weight:bold;
	color: #666;
}
ul.dynatree-container
{
	border:0 !important;
}
#domainselect span
{
	float: left;
    padding-bottom: 8px;
    padding-right: 6px;
    text-align: left;
    width: 65px;
}
/* style domain*/
#domainsearch{
	padding:2px;
}
#domaininput{
	display:block;
	float:left;
	width:218px;
	margin-left:3px;
}
#domaininput input.domainName{
	width:218px;
	background:url(images/txt-search-domain.png) no-repeat left top;
	border:none;
	height:28px;
	padding-left:5px;
}
#domainsubmit input.submit{
	width:30px;
	background:url(images/btn-search-domain.png) no-repeat left top;
	border:none;
	height:28px;
}
#domainsubmit{
 	display: block;
    float: left;
    width: 30px;
}
span.domain-name{
	 color:#06F;
}
span.price-domain{
	color:#f00;
}
.add-domain{
	width:700px;
	background:#f2f2f2;
	padding:5px 0;
}
.add-domain input.submit{
	background:url(images/btn-domain.png) no-repeat left top;
	width:69px;
	height:21px;
	border:none;
	color:#fff;
	font-weight:bold;
	padding-bottom:2px;
}
.continue-registration{
	width:700px;
	background:#c9c9c9;
	padding:5px 0;
	margin-bottom:10px;
	
}
.continue-registration a{
	background:url(images/continue-registration.png) no-repeat left top;
	width:177px;
	height:22px;
	border:none;
	color:#fff;
	font-weight:bold;
	font-size:11px;
	display:block;
	padding-bottom:2px;
	line-height:22px;
	text-align:center;
}
.boun-registration-domain .ui-state-active{
	background:url(images/accordion-header.png) no-repeat left top !important;
	height:31px;
}
.boun-registration-domain .ui-state-default{
	background:url(images/accordion-header-default.png) no-repeat left top;
	height:33px;
}
.login-domain{
	float:left;
	width:230px;
	margin-left:2px;
}
.login-domain-top{
	background:url(images/login-registration-top.png) no-repeat left top;
	height:8px;
}
.login-domain-center{
	background:url(images/login-registration-center.png) repeat-y left top;
	padding:0 7px;
}
.span-label-login{
	line-height:25px;
	color:#5e5e5e;
	font-weight:bold;
}
.login-domain-center input{
	width:200px;
	margin-bottom:10px;
}
.login-domain-center input.next-submit{
	background:url(images/btn-next.png) no-repeat left top;
	height:22px;
	width:68px;
	border:none;
	color:#fff;
	font-weight:bold;
	margin:5px 0 5px 50px;
	padding-bottom:3px;
}
.login-domain-bottom{
	background:url(images/login-registration-bottom.png) no-repeat left top;
	height:6px;
}
.or-or{
	float:left; 
	text-align:center; 
	width:43px; 
	color:#ff6600; 
	font-size:18px; 
	padding-top:5px
}
.domain-registration-info{
	float:left;
	width:491px;
}
.domain-registration-info-top{
	background:url(images/info-registration-top.png) no-repeat left top;
	height:11px;
}
.domain-registration-info-center{
	background:url(images/info-registration-center.png) repeat-y left top;
}
.domain-registration-info-center form .select-info,
.domain-registration-info-center form .input-1{
	width:222px;
	margin:10px;
}
.domain-registration-info-center form .span-info{
	margin:0 10px;
	width:225px;
	display:block;
	float:left;
}
.domain-registration-info-center form .input-2{
	width:469px;
	margin:10px;
}
.domain-registration-info-center form .next-submit{
	background:url(images/btn-next.png) no-repeat left top;
	height:22px;
	width:68px;
	border:none;
	color:#fff;
	font-weight:bold;
	margin:5px 0 5px 210px;
	padding-bottom:3px;

}
.domain-registration-info-bottom{
	background:url(images/info-registration-bottom.png) no-repeat left top;
	height:11px;
}
.setting-info-top{
	background:url(images/setting-top.png) no-repeat left top;
	height:6px;
	margin-left:2px;
	margin-top:10px;
}
.setting-info-center{
	background:url(images/setting-center.png) repeat-y left top;
	margin-left:2px;
	font-size:11px;
	line-height:16px;
	padding-left:10px;
}
.select-length{
	width:150px;
}
.registration-length,
.your-domain-name{
	float:left;
	width:230px;
}
.setting-info-center span.span-top{
	font-weight:bold;
}
.setting-info-center a{
	color:#0033CC;
	text-decoration:underline;
}
.set-nameservers{
	background:url(images/bg-setting.png) no-repeat left top;
	height:26px;
	margin-left:2px;
	font-size:11px;
	padding-left:10px;
	margin-top:10px;
	margin-bottom:10px;
}
.set-nameservers span{
	float:left;
	line-height:26px;
}
.set-nameservers a{
	float:left;
	color:#0033CC;
	line-height:26px;
}
.certified-domain{
	float:left;
}
.setting-info-bottom{
	background:url(images/setting-bottom.png) no-repeat left top;
	height:4px;
	margin-left:2px;
}
.span-next-step2{
	background:url(images/btn-next.png) no-repeat left top;
	height:22px;
	width:68px;
	line-height:22px;
	color:#fff;
	font-weight:bold;
	display:block;
	text-align:center;
	margin-left:340px;
}
a.disclaimers{
	color:#0033CC;
	text-decoration:underline;
	font-size:11px;
	margin-left:10px;
	margin-bottom:10px;
	display:block;
}
a.btn-next-step2:hover{
	text-decoration:none;
}
a .in-cart{
	background:url(images/btn-in-cart.png) no-repeat left top;
	display:block;
	line-height:21px;
	height:21px;
	width:66px;
}
a .select{
	background:url(images/btn-select.png) no-repeat left top;
	display:block;
	line-height:21px;
	height:21px;
	width:66px;
}
.step3 table td{
	font-size:11px;
	line-height:18px;
}
.step3 table td a{
	color:#0033CC;
	text-decoration:underline;
}
.step3 table td.td-1{
	text-align:center;
	font-size:11px;
 	padding: 5px;
    width: 123px;
}
.step3 table td.td-1 a span{
	color:#fff;
	font-weight:bold;
	margin-left:35px;
}
.step3 table td.td-1 a,
.step3 table td.td-1 a:hover{
	text-decoration:none !important;
}
.td-select{
	background:#f3f3c2;
}
.td-first{
	padding-left:5px;
}
.td-2{
	text-align:center;
}
.add-email{
	background:url(images/step2-bg-top.png) no-repeat left top;
	height:297px;
	width:770px;
}
.boun-radio{
	font-size:11px;
	margin-left:10px;
}
.add-email-top-left{
	float:left;
	margin-left:75px;
	margin-top:10px;
	width:325px;
	font-size:11px;
}
.bg-span{
	background:url(images/bg-1.png) no-repeat left top;
	width:742px;
	height:25px;
	line-height:25px;
	padding-left:20px;
	font-weight:bold;
	color:#000;
	font-size:12px;
	margin-top:20px;
	margin-left:3px;
	display:block;
}
.add-email-top-right{
	float:left;
	font-size:10px;
	font-weight:bold;
	margin-top:3px;
}
.add-website{
	background:url(images/step4-bg-bottom.png) no-repeat left top;
	height:370px;
	margin-top:10px;
	margin-bottom:10px;
}
.add-website-top-left{
	float:left;
	font-size: 11px;
    margin-left: 132px;
    margin-top: 23px;
    width: 282px;
}
.add-website-top-right{
	float:left;
	font-size:10px;
	font-weight:bold;
	margin-top:3px;
}
.boun-checkbox{
	font-size:11px;
	margin-left:10px;
}
a .domain-cart{
	background:url(images/domain-cart.png) no-repeat left top;
	height:22px;
	width:96px;
	line-height:22px;
	display:block;
	font-weight:bold;
	color:#fff;
	padding-left:43px;
	margin-left:295px;
	margin-bottom:10px;
}
a.step-last:hover{
	text-decoration:none;
}
a.view-detail-info{
	color:#0033CC; 
	text-decoration:underline;
}

/*------header logo-search-------*/
.logo-items{
	float:left;
	margin-left:10px;
}
.search-header{
	float:left;
	margin-left:25px;
	margin-top:17px;
}
.search-header input.text-tk{
	width:400px;
	height:25px;
	float:left;
}
.search-header .submit-search{
	 background: url(images/search.gif) no-repeat scroll 0 0 transparent;
    border: medium none;
    height: 31px;
    padding-bottom: 3px;
    width: 131px;
}
#page-header{
	/*padding-top:25px;*/
	width: 996px;
	margin: 0 auto;
}
.top-link{
	position:absolute;
	top:5px;
	right:240px;
	color:#2859A9;
}
.top-link a{
	color:#2859A9;
}

#news-detail{
	text-align:justify;
	padding:0 10px 0 10px;
}
ul.related-news-list li{
	background:url(images/list_style1.gif) no-repeat left center;
	padding-left:16px;
}
#second-small-cloumn{
}
.related-news h2{
	font-size:16px;
}
#first-big-column {
	margin-right: 10px;
}
.list-news-thumbnails{
	padding-left:10px;
}
.list-news-thumbnails li{
	float:left;
}
.pagination-box{
	float:right;
	padding-bottom:5px;
}
.pagination-box span{
	border:1px solid #ccc;
	padding:0 3px 0 3px;
	margin-right:2px;
	background:#fff;
}
.pagination-box a{
	border:1px solid #ccc;
	padding:0 3px 0 3px;
	margin-right:2px;
	background:#fff;
}
#page-footer{
	border-top:1px solid #666;
/*	background:#222222;*/
	height:70px;
	text-align:center;
	line-height:25px;
}
.list-news-tiles{
	clear:left;
}
.list-news-tiles li{
	border-bottom:1px solid #ccc;
	padding:10px 0 10px 10px;
}
.list-news-tiles .list-news-title{
	color:#21599A;
	font-weight:bold;
	padding-bottom:10px;
	margin-top:5px;
}
.list-news-tiles .list-news-brief{
/*	height:70px;*/
	overflow:hidden;
	text-align:justify;
	width:490px;
	margin-bottom:10px;
	color:#444;
}
.list-news-tiles .love-facebook .count-love{
	background:url(images/facebook.jpg) no-repeat scroll;
	width:68px;
	height:45px;
	line-height:45px;
}
.list-news-tiles .love-facebook .number-cuont{
	margin-left:24px;
}
.list-news-tiles .images-news-info{
	float:left;
	width:150px;
}
.list-news-tiles .images-news-info img{
	border:1px solid #ccc;
	padding:2px;
}
.list-news-tiles .right-info-news{
	float:left;
	width:440px;
}
.list-news-tiles .love-facebook{
	float:left;
	padding-top:15px;
}
.list-news-tiles .pixi-love{
	background:url(images/thich.jpg) no-repeat scroll;
	width:60px;
	height:30px;
}
.list-news-tiles .pixi-love a:hover{
	color:#fff;
}
.list-news-tiles .pixi-love a{
	display:block;
	width:60px;
	height:30px;
}
.create-by-user ul li{
	float:left;
	border-bottom:none;
}
.create-by-user ul li.create-by span{
	color:#444;
}
.create-by-user ul li.create-by{
	background:url(images/taoboi.jpg) no-repeat scroll 0 5px;
	padding-left:20px;
}
.create-by-user ul li.create-by strong{
	color:#1571AF;
}
.create-by-user ul li font{
	color:#898596;
}
.create-by-user .yahoo-facebook{
	background:url(images/yahoofacebooks.jpg) no-repeat scroll 0 5px;
	padding-left:20px;
}
.create-by-user .yahoo-facebook span{
	color:#0F3175;
	padding-left:5px;
}
.create-by-user .commnet-now{
	background:url(images/binhluan.jpg) no-repeat scroll 0 5px;
	padding-left:20px;
}
.create-by-user .commnet-now span{
	color:#0F3175;	
	padding-left:5px;
}

/*trang hỏi đáp*/
ul.list-faq {
	padding:10px 8px;
}
ul.list-faq li {
	border-bottom:dotted 1px #ccc;
	padding-bottom:6px;
	margin-bottom:7px;
}
ul.list-faq li li{
	border-bottom:none;
	padding-bottom:0px;
	margin-bottom:0px;
}
ul.list-faq li .avatar {
	float:left;
	width:13%;
	text-align:center;
	overflow:hidden;
}
ul.list-faq li .avatar img {
	border:solid 1px #ccc;
	padding:2px;
}
ul.list-faq li .faq-box {
	float:left;
	width:85%;
	margin-left:10px;
	color:#323232;
}
ul.list-faq li .faq-box .faq-title {
	margin-bottom:3px;
	font-size:14px;
}
ul.list-faq li .faq-box .faq-title a {
	font-weight:bold;
	color:#323232;
}
ul.list-faq li .faq-box .faq-title a:hover {
	text-decoration:underline;
}
ul.list-faq li .faq-box .faq-meta {
	font-size:11px;
	color:#949799;
	margin-bottom:5px;
}
ul.list-faq li .faq-box .faq-meta a,
ul.list-faq li .faq-box .faq-info a {
	color:#174DCF;
	font-weight:bold;
}
ul.list-faq li .faq-box .faq-meta a:hover {
	text-decoration:underline;
}
ul.list-faq li .faq-box .faq-info {
	margin-bottom:7px;
}
.form-faq h2 {
	background:url(images/hoi-dap-it.gif) no-repeat left center;
	height:45px;
	padding-left:35px;
	font-size:16px;
	line-height:45px;
	color:#174DCF;
	display:block;
}
.form-faq input,
.form-faq textarea {
	border:solid 1px #ccc;
}
.form-faq input {
	width:60%;
}
.form-faq textarea {
	width:90%;
}
.form-faq label {
	font-weight:bold;
	color:#666;
}
.form-faq .button-submit,
.form-faq .button-delete {
	background:url(images/button-send.jpg) no-repeat left top;
	width:70px;
	height:21px;
	text-align:center;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	border:none;
	font-weight:bold;
	color:#fff;
}
.form-faq {
	border:dotted 1px #cacaca;
	padding:7px;
}
/*chi tiết hỏi đáp*/
.faq-detail {
	background:#f2f1f1;
	padding:5px;
	margin-bottom:7px;
	margin-top:10px;
}
.faq-detail .avatar {
	float:left;
	width:10%;
	text-align:center;
	overflow:hidden;
}
.list-answers li .avatar span {
	color:#0C7FF4;	
}
.faq-detail .avatar img {
	border:solid 1px #ccc;
	padding:2px;
}
.faq-detail .faq-box {
	float:left;
	width:88%;
	margin-left:10px;
	color:#323232;
}
.faq-detail .faq-box .faq-title {
	margin-bottom:3px;
	font-size:14px;
}
.faq-detail .faq-box .faq-title a {
	font-weight:bold;
	color:#323232;
}
.faq-detail .faq-box .faq-title a:hover {
	text-decoration:underline;
}
.faq-detail  .faq-box .faq-meta {
	font-size:11px;
	color:#949799;
	margin-bottom:5px;
}
.faq-detail  .faq-box .faq-meta a,
.faq-detail  .faq-box .faq-info a {
	color:#174DCF;
	font-weight:bold;
}
.faq-detail  .faq-box .faq-meta a:hover {
	text-decoration:underline;
}
.faq-detail  .faq-box .faq-info {
	margin-bottom:7px;
}
ul.list-answers {
	padding-bottom:10px;
}
ul.list-answers li {
	margin-bottom:5px;
	border-bottom:dotted 1px #ccc;
	padding-bottom:6px;
}
ul.list-answers li .avatar {
	float:left;
	width:10%;
	text-align:center;
	overflow:hidden;
}
ul.list-answers li .detail-answer {
	float:left;
	width:88%;
	margin-left:10px;
	color:#323232;
}
ul.list-answers li .avatar img {
	border:solid 1px #ccc;
	padding:2px;
}
.list-answer h2 {
	font-size:14px;
	color:#174DCF;
	margin-bottom:7px;
	padding-left:10px;
}
.list-answer h2 span {
	color:#666;
	font-size:12px;
}
.list-answer .answer-info {
	color:#999;
	font-size:11px;
	margin-top:7px;
}
h2.form-answer {
	background:url(images/answer-icon.jpg) no-repeat left center;
	padding-left: 42px;
}

pathway-category{
	font-weight:bold;
	line-height:25px;
	background:url(images/bg-fream-center.gif) repeat-x left top;
	height:25px;

	
	}
.pathway-category ul
{
	background:url(images/frame-1-left.gif) no-repeat left top;
	
}
.pathway-category ul li
{
	float:left;
	padding-left:15px;
	
}
.pathway-category ul li a
{
	font-weight:bold;
}



.pathway-category font{
	color:#174dcf;	
}

/*cateogry accordion*/
.accordion-category 
{
	padding:0 8px 10px;
}
.accordion-category ul li 
{
	overflow:hidden; 
}
.accordion-category ul li a 
{ 
	color:#323232; 
	line-height:28px;
	float:left; 
	text-transform:uppercase; 
	width:100%;
	border-bottom:dotted 1px #d2d2d3;
	background:url(images/icon-222.png) no-repeat right center; 
	font-weight:bold;	
}
.accordion-category ul li a:hover,
.accordion-category ul li a.active 
{	
	color:#4294d0;
	background:url(images/hove-down.png) no-repeat right center;
}
.accordion-category ul li li 
{
	padding-left:10px;	
	clear:both;
}
.accordion-category ul li li a 
{ 
	color:#323232; 
	font-size:12px; 
	line-height:20px;	 	
	text-transform:none;
	padding-left:10px; 	
	background:url(images/icon-222.png) no-repeat left 6px;
	border-bottom:none;
	font-weight:normal;
}
.accordion-category ul li li a:hover,
.accordion-category ul li li a.active 
{	
	color:#4294d0;
	background:url(images/icon-222.png) no-repeat left 6px;
	border-bottom:none;
} 
.accordion-category span.dcjq-count
{
	display:none;
}
.bound-form-register{
	width:500px;
	padding-left:120px;
}
.bound-form-register label{
	display:block;
}
.bound-form-register select{
	border:1px solid #ccc;
}
.bound-form-register button{
	border:none;
	background:#B11F2A;
	width:80px;
	height:22px;
	padding-bottom:2px;
	font-weight:bold;
	color:#fff;
}
.bound-form-register input.capcha-text{
	width:60px !important;
}
.bound-form-register input{
	border:1px solid #ccc;
	width:180px;
}
.bound-form-contact{
	padding-left:20px;
}
ul.list-old-featured li.old-news-featured{
	width:107px !important;
}
.clear-bold{
	clear:both;
	height:5px;
}
.small-login-form{
	margin-left:10px;
	margin-top:5px;
	margin-bottom:5px;
}
.small-login-form input.input_contact{
	width:200px;
	border:1px solid #ccc;
	height:22px;
}
.small-login-form .submit-login{
	background:#B11F2A;
	height:25px;
	color:#fff;
	border:none;
	padding-bottom:3px;
	width:76px;
}
.member-list .domain-member-list .member-imgage img{
	border-radius: 10px 10px 10px 10px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    display: block;
	border:1px solid #154F96;
}
.member-list ul{
	padding:10px 0 10px 18px;
}
.member-list li{
	float:left;
	width:130px;
}
.member-list li .product-name{
	width:125px;
	text-align:center;
	padding:8px 0 8px 0;
}
.member-list li .product-name a{
	font-size:11px;
	color:#4B65A1;
}
.domain-list-web li a{
	text-decoration:underline;
	color:#4B65A1;
}
.domain-list-web li{
	float:left;
	width:200px;
	line-height:23px;
}
.domain-list-web li a{
	color:#4B65A1;
	text-decoration:underline;
}
.domain-list-web .view-more,
.member-list .view-more, .frontendTab .view-all{
	background:#E6E6E9;
	border-top:1px solid #B5B5B5;
	height:25px;
	line-height:25px;
}
.domain-list-web .view-more a,
.member-list .view-more a{
	padding-right:5px;
	font-style:italic;
	color:#606060;
}
.domain-list-web ul{
	padding:10px 0 20px 35px;
}
.view-more-thumbnail{
	height:25px;
	line-height:25px;
			background:#E6E6E9;
			border-top:1px solid #B5B5B5;
}
.view-more-thumbnail .padding-thumnails{
	float:left;
	padding-left:3px;
}
.view-more-thumbnail .view-detail{
	float:right;
	padding-right:5px;
}
.view-more-thumbnail .view-detail a{
	font-style:italic;
	color:#3b3b3b;
}
.info-dotvn{
	background:#363636;
}
.info-dotvn li{
	float:left;
	width:164px;
	padding-top:10px;
}
.info-dotvn li .title-dotvn a{
	color:#fff;
	font-weight:bold;
	font-style:italic;
	font-size:14px;
	line-height:20px;
}
.info-dotvn li .title-dotvn{
	background:#000000;
	height:76px;
	width:150px;
	padding:5px 3px 0 3px;
}
.info-dotvn li .images-dotvn{
	width:155px;
}
.frontendTab .ui-widget-content a {
    color: #1E4074 !important;
}
.frontendTab .ui-widget-header {
    border:none !important;
    color: #222222;
    font-weight: bold;
}
.menu-personal ul li{
	background:url(images/next.png) no-repeat left top;
	padding-left:10px;
	margin-bottom:5px;
}
.menu-personal{
	padding:10px;
}
.menu-personal ul li a{
	color:#000;
}
.menu-personal ul li a:hover{
	text-decoration:underline;
}
.banner-flash
{
	display:none;
}
.faq-title
{
	font-weight:bold;
}
.faq-title a
{
	color:#069;
}
.reg-button-next, .submit-contact
{
	background:url(images/search-news2.png) no-repeat scroll;
	width:100px;
	color:white;
	height:30px;
	border:none;	
}
.gridStatus-CensorNews-0,.gridStatus-CensorStudio-0,.gridStatus-CensorVideo-0,.gridStatus-CensorSong-0
{
	background-color:#fff !important;
}
.gridStatus-CensorNews--1,.gridStatus-CensorStudio--1,.gridStatus-CensorVideo--1,.gridStatus-CensorSong--1
{
	background-color:#999 !important;
}

.gridStatus-CensorNews-1,.gridStatus-CensorStudio-1,.gridStatus-CensorVideo-1,.gridStatus-CensorSong-1
{
	background-color:#0CF !important;
}
.featured-new-estores
{
	 padding: 15px 5px 5px 10px;
}
.featured-new-estores li
{
	background:url(images/list-ask.gif) no-repeat 14px 14px;
	float:left;
	width:300px;
	margin-bottom:10px;
	padding-left:30px;
	position:relative;
}
.featured-new-estores li .newTitle
{
	font-size:12px;
	color:#136AA5;
	text-transform:capitalize;
}
.featured-new-estores li .rank-pin
{
	position:absolute;
	top:-3px;
	left:2px;
  	background: url(images/ico-list.png) no-repeat scroll left top transparent;
    color: #136AA5;
    font-weight: bold;
    height: 20px;
    line-height: 20px;
    padding-left: 7px;
    width: 13px;
}
.template-container li
{
	padding:2px;
	margin:2px;
	border: 2px solid white;
}
.template-container .selected
{
	border: 2px solid red;
}

.clip-image a
{
	margin-right:10px;
	margin-bottom:10px;
	margin-left:10px;
}
.clip-image a img
{
	border:1px solid #ccc;
	padding:2px;
}
.clip-name a
{
	font-weight:bold;
	color:#F60;
	line-height: 16px;
}
.videoDetail
{
	text-align:center;
}
.cms-paginate-listing-region
{
	padding-left:15px;
}
.one-clip-group ul li
{
	float:left;
	width:200px;
	padding: 10px;
}
.one-clip-group ul li .clip-image
{
	float:left;
	width:200px;
}
.one-clip-group ul li .clip-name
{
	text-align:center;
	 padding-left: 5px;
}
.list-product-list
{
}
.list-product-list li
{
	float:left;
	text-align: center;
	margin: 0px 5px;
}
.list-product-list li .name-product-home
{
	font-weight:bold;
	text-align:center;
	height:30px;
	overflow:hidden;
	margin-bottom:5px;
}
.list-product-tiles
{
	padding:8px 0;
	list-style:none;
	margin: 0 0 0 7px;			
}
.list-product-tiles li
{
	 border: 1px dotted #CCCCCC;
    float: left;
    height: 272px;
    margin-bottom: 10px;
    margin-left: 15px;
    text-align: center;
    width: 200px;
}
.list-product-tiles lis.li-hover
{
	border:solid 1px #25b2db;
	background:#f7f7f7;
}
.list-product-tiles li .name-product-home
{
	background:url(images/products/bg-namepro_03.png) repeat-x left top;
	width:95%;
	height:24px;
	line-height:24px;	
	overflow:hidden;	
	margin:0 auto 8px auto;
}
.list-product-tiles li .name-product-home div
{
	background:url(images/products/bg-namepro_01.png) no-repeat left top;
	height:24px;
}
.list-product-tiles li .name-product-home div div
{
	background:url(images/products/bg-namepro_05.png) no-repeat right top;
	height:24px;
}
.list-product-tiles li .name-product-home a
{
	color:#000;
	font-weight:bold;
	padding:0 5px;
}
.list-product-tiles li .image-product img
{	
	border:solid 1px #f7f7f7;
}
.list-product-tiles li  .info-right-product
{
	margin-top:5px;
}
.list-product-tiles li .price-product-home
{	
	width:100%;			
}
.list-product-tiles li  .price-product-home span
{
	padding:0 5px;
}
.list-product-tiles li .price-product-home .cost-right
{
	font-weight:bold;
	color:#999;
	text-decoration:line-through;
}
.list-product-tiles li .price-right
{
	font-weight:bold;
	color:#CC3333;	
}
.list-product-tiles li .btn-detail
{
	background:url(images/products/btn-detail-2.gif) no-repeat left top;
	width:75px;
	height:18px;
	text-align:center;
	line-height:18px;
	margin:5px auto 0;
}
.list-product-tiles li .btn-detail a
{
	color:#323232;
}
.list-product-tiles li .bg-discount
{
	background:url(images/products/bg-disscount.gif) no-repeat left top;
	width:76px;
	height:20px;
	text-align:center;
	line-height:20px;
	color:#fff;
	font-weight:bold;
	margin-top:10px;
}
.list-product{
	margin-top:15px;
}
.list-product li {
	margin-bottom:20px;
	background: url(images/line-bottom1.png) no-repeat center bottom;
}
.list-product li .brief-product{
	margin-bottom: 15px;
}
.list-product li .image-product{
	float:left;
	margin-right:15px;
	padding: 0 0 0 15px;
}
.list-product li .info-product{
	float: left;
	width: 72%;
	line-height:18px;
}
.list-product li .name-product-home{
	float: left;
	width: 72%;
	text-align: justify;
	margin-right: 1%;
}
.list-product li a{
	color:#1379c6;
}
.list-product li a:hover{
	text-decoration:underline;
}
.list-product li h2{
	font-family: "Segoe UI";
	font-size:22px;
	margin-bottom: 15px;
	display:block;
}
.title-related-product b{
	font-size:20px;
	color:#333;
	font-family: "Segoe UI";
}
.list-product li .name-product-home a:hover{
	text-decoration:underline;
}
.list-product li .price-product-home .cost-right{
	color:#666;
	font-size:14px;
	text-decoration:line-through;
}
.list-product li .price-product-home .price-right{
	font-size: 16px;
	color: #ef0707;
	font-weight: bold;
	display: inline-block;
	margin-top: 5px;
}
.list-product li .buy-product{
	float: right;
	margin-right: 1%;
	text-align:center;
	width: 120px
}
.list-product li .button-product{
	margin-top:20px;
	text-align:center;
}
.list-product li .button-addcart a,
.list-product li .button-detail a{
	margin: 5px 0;
	background: #FF7200;
	color: #fff;
	text-transform: uppercase;
	cursor: pointer;
	border: 1px solid #FF7200;
	padding: 3px 20px;
	box-shadow: 0 0 0 1px rgb(255, 255, 255) inset, 0 1px white;
	width:65px;
	display:block;
}
.list-product li .button-product a:hover{
	background:#2A6AB0;
	border:1px solid #2A6AB0;
}
.list-product li .like-social li{
	float: left;
	width: 80px;
	margin-top:5px;
	background:none;
	margin-right: 10px;
}