﻿
/* root element for tabsPrd  */
.tabsPrd
{
	list-style: none;
	margin: 0 !important;
	padding: 0;
	height: 30px;
    width:990px;
}

/* single tab */
.tabsPrd li
{
    width:198px ;
	float: left;
	text-indent: 0;
	padding: 0;
	margin: 0 !important;
	list-style-image: none !important;
}

/* link inside the tab. uses a background image */
.tabsPrdFirst,.tabsPrdLast,.tabsPrdCommon,.searchTabsPrdCommon
	{
	font-size: 13px;
	display: block;
	text-align: center;
	text-decoration: none;
	margin: 0px;
	position: relative;
	height:42px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#FFF;
	padding-top:8px;
	}


.tabsPrdFirst{background:url(../images/products/img-products-HorPanelLabel-tabsPrdFirst-search.jpg) left top no-repeat;}



.tabsPrdLast{background:url(../images/products/img-products-HorPanelLabel-tabsPrdLast.jpg) right top no-repeat;}

.tabsPrdCommon{padding-left:10px; padding-right:10px; background:url(../images/products/img-products-HorPanelLabel-tabsPrdCommon.jpg) left top repeat-x;}

.searchTabsPrdCommon{padding-left:10px; padding-right:10px; background:url(../images/products/img-products-HorPanelLabel-tabsPrdCommon.jpg) -102px top repeat-x;}

.tabsPrd a:active
{
	outline: none;
}

/* when mouse enters the tab move the background image */
.tabsPrd a:hover
{
    /*
	background-position: -652px -50px;
	color:#073687;
    */
}

/* active tab uses a class name "current". it's highlight is also done by moving the background image. */
.tabsPrd .currentF, .tabsPrd .currentF:hover, .tabsPrd li.currentF a
{
	background:url(../images/products/img-products-HorPanelLabel-tabsPrdFirst-hover.jpg) left top ;color:#073687;
}

.tabsPrd .currentC, .tabsPrd .currentC:hover, .tabsPrd li.currentC a
{
	background:url(../images/products/img-products-HorPanelLabel-tabsPrdCommon-hover.jpg) left top ;color:#073687;
}

.tabsPrd .currentL, .tabsPrd .currentL:hover, .tabsPrd li.currentL a
{
	background:url(../images/products/img-products-HorPanelLabel-tabsPrdLast-hover.jpg) right top ;color:#073687;
}