/* tabs */

#box-products-description {
	position: relative;
	min-height:580px;
	height:auto !important;
	height:580px;
}

#box-products-description .rounded-corner {
	position:absolute;	
	top:0;
	left:0;
	height:2px;
	width:310px;
	background:url(../_img/tabbernav-rounded-blue.gif) no-repeat;
	line-height:5px;
}

/* $Id: example.css,v 1.5 2006/03/27 02:44:36 pat Exp $ */

/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {display:none;}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
	font-size:1.0em;
	
}
.tabberlive {
	margin-top:0;
	position: relative;
	zoom:1;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav {
	margin:0;
	padding:1px 1px 0;
	font-weight:bold;
	font-size:1.2em;
	background-repeat:no-repeat;
	background-position:center top;
	line-height:29px;
	height:29px;	
}

#box-products-description ul.tabbernav {
	background-image:url(../_img/tabbernav-310-blue.gif);
	width:308px;
}

#home-tabbed-info ul.tabbernav {
	background-image:url(../_img/home-tabbed-info-tabs.gif);
	position:absolute;
	bottom:0;
	left:0;
	width:752px;
}

ul.tabbernav li {
	list-style:none;
	margin:0;
	float:left;
	background:none;
	padding-left:0;
}

ul.tabbernav li a {
	padding:0 5px 0;
	font-size:1.1em;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	border-right:1px solid #a7b7db;
	outline:none;
	display:block;
}

ul.tabbernav li a:link {color:#496db5;}
ul.tabbernav li a:visited {color:#333399;}
ul.tabbernav li a:hover {text-decoration:underline;}

ul.tabbernav li.tabberactive a {
	background:#fff;
	color:#333399;
}

#home-tabbed-info.tabberlive ul.tabbernav li a {
	color:#666666;
	font-size:12px;
	background: url(../_img/sep-tab.gif) repeat-y right;
	border:0;
	
}
#home-tabbed-info.tabberlive ul.tabbernav li.tabberactive a {
	background-color:#FF8A00;
	color:#fff;
}

ul.tabbernav li.tabberactive a:hover {text-decoration:none;}


/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
	background:url(../_img/box-products-desc-bot-310.gif) no-repeat left bottom;
	font-size:1.2em;
	padding:15px;	

	/* If you don't want the tab size changing whenever a tab is changed
	you can set a fixed height */	
	
	/* If you set a fix height set overflow to auto and you will get a
	scrollbar when necessary */
	
	/* overflow:auto; */
}

#box-products-description .tabberlive .tabbertab {
	width:310px;
	/* height:300px; */
}

#home-tabbed-info.tabberlive {margin-bottom:15px;}

#home-tabbed-info.tabberlive .tabbertab .linksList {
	margin-top:10px;
	width:310px;
}
#home-tabbed-info.tabberlive .tabbertab .linksList li {
	float:left;
	padding-bottom:4px;
	padding-top:2px;
	width:45%;
	background: none;
	padding-left:0;
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {display:none;}
.tabberlive .tabbertab h3 {display:none;}
.tabberlive .tabbertab h4 {
	color:#264898;
	font-size:1.6em;
	font-weight:bold;
	margin-bottom:8px;
}
.tabberlive .tabbertab h4.tab-title {
	font-size:1.6em;color:#264898;margin-bottom:15px;font-weight:normal;
}
.tabberlive .tabbertab h5 {
	color:#264898;
	font-size:1.4em;
	margin-bottom:6px;
	width:70%;
}
.tabberlive .tabbertab h6 {
	display:block;
	text-align:right;
	width:50%;
	float:right;
	margin-top:-25px;
	font-size:1.4em;
}

.tabberlive .tabbertab a {color:#333399;text-decoration:underline;}

