
.tabs3line .yui-navset .yui-nav a, 
.tabs3line .yui-navset .yui-nav a:hover{
    /*background-color:red;  active tab, tab hover, and content bgcolor */
	
	text-decoration:none;
	font-weight:bold;
	list-style:none;
	list-style-image:none;
    line-height:14px;
    font-size:12px;
}


.tabs3line .yui-navset .yui-nav li a:hover,
.tabs3line .yui-navset .yui-nav li.selected {
	background:url(/retailCommon/images/background/background-tab-3line-on2.gif) no-repeat;
	width:102px;
	height:47px;
	
} 

/* default space between tabs */
.tabs3line .yui-navset .yui-nav li {
	width:102px;
	background:url(/retailCommon/images/background/background-tab-3line-off2.gif) no-repeat;
	height:47px;
	text-align:center;
	list-style:none;
	list-style-image:none;
}

/************** *****************/
.tabs1line .yui-navset .yui-nav
{
	height:32px;
}
.tabs1line .yui-navset .yui-nav a, 
.tabs1line .yui-navset .yui-nav a:hover{
    /*background-color:red;  active tab, tab hover, and content bgcolor */
	
	text-decoration:none;
	font-weight:bold;
	list-style:none;
	list-style-image:none;
    line-height:14px;
    font-size:12px;
}


.tabs1line .yui-navset .yui-nav li a:hover,
.tabs1line .yui-navset .yui-nav li.selected {
	background:url(/retailCommon/images/background/background-tab-1lineWide-on.gif) no-repeat;
	width:158px;
	height:32px;
	
} 

/* default space between tabs */
.tabs1line .yui-navset .yui-nav li {
	width:158px;
	background:url(/retailCommon/images/background/background-tab-1lineWide-off.gif) no-repeat;
	height:32px;
	text-align:center;
	list-style:none;
	list-style-image:none;
