.shadetabs{
	padding:5px 0px 5px 0px !important;
	padding:0px;
	margin-left:6px;
	margin-top: 1px;
	margin-bottom: 0;
	font: bold 11px Tahoma;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs span{
	display: inline;
	margin: 0;
	
	
}
a.tab:link,a.tab:visited{
	text-decoration: none;
	position: relative;
	color: #666;
	text-align:center;
	font-weight:bold;
	width:97px;
	height:28px;
	padding:8px 26px 8px 6px !important;
	padding:7px 0px 7px 0px;
	background:url(../../templates/vinapco_new/images/tab-tintuc.jpg) no-repeat;
}

a.tab:hover{
	position: relative;
	color: #775824;
	background:url(../../templates/vinapco_new/images/tab-tintuc-hover.jpg) no-repeat;
	width:98px;
	height:28px;
	font-weight:bold;
}

.shadetabs span.selected{
	position: relative;
	color: #775824;
	background:url(../../templates/vinapco_new/images/tab-tintuc-hover.jpg) no-repeat;
	width:97px;
	height:28px;
}

.shadetabs span.selected a{ /*selected main tab style */
	color: #775824;
	background:url(../../templates/vinapco_new/images/tab-tintuc-hover.jpg) no-repeat;
	width:98px;
	height:28px;
}

.shadetabs span.selected a:hover{ /*selected main tab style */
	text-decoration: none;
}

.tabcontentstyle{ /*style of tab content oontainer*/
	width:296px;
	width:297px !important;			
	background:#fff;
	margin-bottom: 1em;
	margin-left:6px;
	padding:0;
	height:175px;
}

.tabcontent{
	display:none;
}

@media print {
.tabcontent {
display:block!important;
}
}


