/* Tabbed menu by www.cart-lab.com */

#tablist {
	margin-left: 0;
	border-bottom: 1px solid #336699;; border-left-width:1px; border-right-width:1px; border-top-width:1px; padding-left:0; padding-right:0; padding-top:3px; padding-bottom:3px
}

#tablist li {
	list-style: none;
	margin: 0;
	display: inline;
}

#tablist li a {
	background-position: 0% 0%; margin-left: 3px;
	text-decoration: none; padding-left:0.5em; padding-right:0.5em; padding-top:3px; padding-bottom:3px; font-weight:bold; background-image:url('images/tab_bkg.gif'); background-repeat:repeat; background-attachment:scroll
}

#tablist li a:link { 
	color: #000000; font-weight:bold 
}

#tablist li a:visited { 
	color: #000000; 
}

#tablist li a:hover {
	color: #000000;
	background: #8DB3D8;
	font-weight:bold
}

#tablist li a.current {
	background-position: 0% 0%; color: #000000;
	border-bottom: 1px solid #336699; background-image:url('images/tab_bkg_active.gif'); background-repeat:repeat; background-attachment:scroll; font-weight:bold; border-left-width:1px; border-right-width:1px; border-top-width:1px
}

#product-tabs-content .dialog{
 border: 0px;
}

#product-tabs-content .dialog .title{
 background: white;
 border: 0px;
 font-size: 12px;
 font-weight: bold;
 height: auto;
 padding: 0 0 0 5px;
}

#product-tabs-content .dialog .title h2{
 font-size: 12px;
}

#product-tabs-content .dialog .content{
 border: 1px solid #C0C0C0;
 padding: 0 5px 10px 5px;
}

