/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .tabs-hide {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .tabs-nav {
        display: none;
    }
}

/* Skin */
.tabs-nav {
    list-style: none;
    margin: 0;
	width:270px;
}
.tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.tabs-nav li {
    float: left;
    margin: 0 4px 0 0px;
}
.tabs-nav a{
    display: block;
    height:20px;
	line-height:20px;
	width:61px;
	text-align:center;
	text-transform:uppercase;
    background:#027ac1;
}
.tabs-nav a {
    color: #fff;
    font-weight: bold;
    text-align: center;
    white-space: nowrap; /* required in IE 6 */    
	font-size:11px;
}

.tabs-nav .tabs-selected a, .tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active, .tabs-nav .tabs-disabled a:hover,.tabs-nav .tabs-disabled a:focus, .tabs-nav .tabs-disabled a:active,.tabs-nav .tabs-selected a:link,.tabs-nav .tabs-selected a:visited, .tabs-nav .tabs-disabled a:link, .tabs-nav .tabs-disabled a:visited{
   background:#e7e7e7;
    text-decoration:none;
	color: #666666;
}

.tabs-container {
	margin-top:4px;
}
/*================================================= CHUYEN SAO ==================================*/
.chuyensao .tabs-nav{
	width:415px;
}
.chuyensao .tabs-nav a{
    display: block;
    height:22px;
	line-height:22px;
	width:87px;
	text-align:center;
	text-transform:none;
    background:url(../images/tab_bg.jpg) no-repeat;
	color: #666666;
    white-space: nowrap; /* required in IE 6 */    
	font-size:11px;
	position:relative;
	top:1px;
}

.chuyensao .tabs-nav .tabs-selected a,.chuyensao .tabs-nav a:hover,.chuyensao .tabs-nav a:focus,.chuyensao .tabs-nav a:active,.chuyensao .tabs-nav .tabs-disabled a:hover,.chuyensao .tabs-nav .tabs-disabled a:focus,.chuyensao .tabs-nav .tabs-disabled a:active,.chuyensao .tabs-nav .tabs-selected a:link,.chuyensao .tabs-nav .tabs-selected a:visited, .chuyensao .tabs-nav .tabs-disabled a:link,.chuyensao .tabs-nav .tabs-disabled a:visited{
   background:url(../images/tab_active.jpg) no-repeat;
    text-decoration:none;
	color: #666666;
	font-weight:bold;
}

.chuyensao .tabs-container {
	border-top:1px solid #dddddd;
	margin-top:0px;
	padding-top:12px;
}
.chuyensao_tab{
	float:right;
	width:415px;
	overflow:hidden;
}
/*================================================= CHUYEN SAO ==================================*/
.product_detail .tabs-nav{
	width:590px;
	padding-left:10px;
}
.product_detail .tabs-nav a{
    display: block;
    height:22px;
	line-height:22px;
	width:87px;
	text-align:center;
	text-transform:none;
    background:url(../images/tab_bg.jpg) no-repeat;
	color: #666666;
    white-space: nowrap; /* required in IE 6 */    
	font-size:11px;
	position:relative;
	top:1px;
}

.product_detail .tabs-nav .tabs-selected a,
.product_detail .tabs-nav a:hover,
.product_detail .tabs-nav a:focus,
.product_detail .tabs-nav a:active,
.product_detail .tabs-nav .tabs-disabled a:hover,
.product_detail .tabs-nav .tabs-disabled a:focus,
.product_detail .tabs-nav .tabs-disabled a:active,
.product_detail .tabs-nav .tabs-selected a:link,
.product_detail .tabs-nav .tabs-selected a:visited, 
.product_detail .tabs-nav .tabs-disabled a:link,
.product_detail .tabs-nav .tabs-disabled a:visited{
   background:url(../images/tab_active.jpg) no-repeat;
    text-decoration:none;
	color: #666666;
	font-weight:bold;
}

.product_detail .tabs-container {
	border-top:1px solid #dddddd;
	margin-top:0px;
	padding-top:12px;
}
.container-sp{
	width:600px;
	overflow:hidden;
}
/*================================================= SAN PHAM CHI TIET ==================================*/
#container-4{
	margin-top:30px;
	border-bottom:1px solid #e7e6e6;
	padding-bottom:20px;
}
#container-4 .tabs-nav a{
	background:url(../images/sp_tab.jpg) no-repeat;
	width:107px;
	height:26px;
	line-height:26px;	
}
#container-4 .tabs-nav li{
	margin-right:2px;
}
#container-4  .tabs-nav{
	width:100%;
	background:url(../images/sp_tab_bg.jpg) repeat-x bottom;
	padding-left:10px;
}
#container-4 .tabs-nav .tabs-selected a,#container-4 .tabs-nav a:hover,#container-4 .tabs-nav a:focus,#container-4 .tabs-nav a:active,
#container-4 .tabs-nav .tabs-disabled a:hover,#container-4 .tabs-nav .tabs-disabled a:focus,#container-4 .tabs-nav .tabs-disabled a:active,
#container-4 .tabs-nav .tabs-selected a:link,#container-4 .tabs-nav .tabs-selected a:visited,#container-4 .tabs-nav .tabs-disabled a:link,
#container-4 .tabs-nav .tabs-disabled a:visited{
	background:url(../images/sp_tab_active.jpg) no-repeat;
}
#container-4 .tabs-container{
	margin-top:12px;
}
#fragment-3 img{max-width: 692px}