
@media Screen, Projection    
{
.tabs-hide {
	DISPLAY: none
}

}

@media Print    
{
.tabs-nav {
	DISPLAY: none
}
    }
	
.tab ul {
	height: 18px;
	padding-left: 7px;
}
.tab li {
	height: 18px;
	width: 80px;
	line-height: 18px;
	float: left;
	list-style-type: none;
	text-align: center;
	margin-left: 3px;
}
.tab li a{
	font-size: 11px;
	color: #2d2a2a;
	font-family: "Trebuchet MS", Tahoma;
	display: block;
	height: 18px;
	background-image: url("../images/tab.gif");
	background-repeat: no-repeat;
	background-position: left top;
}
.tab li a:hover {
	background-image: url("../images/tab_act.png");
	background-repeat: no-repeat;
	background-position: left top;
	color: #b71818;
	text-decoration: none;
}
* html .tab li a:hover {
    FILTER: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='../images/tab_act.png', sizingMethod='scale');
	background-color: transparent;
	background-image: none;
	cursor: pointer;
}

li.tabs-selected a {
	background-image: url("../images/tab_act.png");
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 11px;
	color: #b71818; !important
	font-family: "Trebuchet MS", Tahoma;
	display: block;
	height: 18px;
}
* html li.tabs-selected a {
    FILTER: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='../images/tab_act.png', sizingMethod='scale');
	background-color: transparent;
	background-image: none;
}
.tab_con {
	padding-top: 5px;
	padding-right: 12px;
	padding-bottom: 5px;
	padding-left: 12px;
	position: relative;
}
.tab_line {
	position: absolute;
	left: 0px;
	top: 0px;
}