@charset "utf-8";

/* CSS Document */



.ui-tabs-hide{

	display:none;

}



.ui-tabs-panel{



}



#tab-navigation{

}



.tab-wrap{

	clear:both;

	position:relative;

	z-index:3;

	top:-2px;

}

/* Upper tab nav */



#tab-navigation ul{

	position:relative;

}



.tabnav li{

	padding:0px 0px 0px 0px;

	list-style:none;

	float:left;

	margin:0px 0px 0px 0px;

	display:block;

	

}

.tabnav li .left{float:left;background:url(../images/products/left-border.gif) top left no-repeat; width:1px; height:32px }

.tabnav li .leftmost{float:left;background:url(../images/products/left-border-left-most.gif) top left no-repeat; width:3px; height:32px}

.tabnav li .right{float:left;background:url(../images/products/right-border.gif) top left no-repeat;width:3px; height:32px}

.tabnav li a{

	background:url(../images/products/middle-normal.gif) repeat-x;

	z-index:2;

	text-align:center;

	float:left;

	height:25px;

	font-family:Arial, Helvetica, sans-serif;

	font-size:14px;

	color:#133859;

	font-weight:bold;

	display:block;

	padding:5px 15px 0px 15px;

	position:relative;

}



.tabnav li a:hover, .tabnav ili a:active, .tabnav li.ui-tabs-selected a {  

 background:url(../images/products/middle-over.gif) repeat-x;

 text-decoration: none;  

 z-index:4;

 height:27px;

 position:relative;

}

  