.tabbox {
		position:relative;
		top:0;
		left:0;
		width:343px !important; /*moz width*/
		width:343px; /*IE width*/
		height:25px;
		background: url("../images/products/tabs/1px.jpg") 0 0 repeat-x;
		}
	
.tabbox h6 {
		width:155px;
		z-index:2;
		font-family:verdana;
		font-size:10px;
		font-weight:normal;
		background: url("../images/products/tabs/button.jpg") 0 0 no-repeat;
		float:left;
		}
	
.tabbox h6 a {
		position:relative;
		top:0;
		left:0;
		display:block;
		padding:0px;
		margin:0px;
		font-size:10px;
		color:#989898;
		text-decoration:none;
		width:155px;
		height:25px;
		float:left;
		text-align:center;
		line-height:24px;
		}

.tabbox h6 a:hover {
		background: url("../images/products/tabs/button-hover.jpg") 0 0 no-repeat;
		z-index:50;
		color:#ffffff;
		}
	
.tabbox .tabpanel {
		position:absolute;
		top:30px;
		left:0px;
		width:331px !important; /*moz width*/
		width:343px; /*IE width*/
		height:417px;
		padding:5px;
		background:#fbfbfb;
		z-index:100;
		display:none;
		text-align:left;
		}
	
.tabbox .selected .tabpanel {
		display:block;
		overflow:auto;
		margin:0px;
		}

.tabbox .selected h6 a {
		background: url("../images/products/tabs/button-on.jpg") 0 0 no-repeat;
		margin:0px;
		cursor:default;
		float:left;
		color:#707070;
		}

h6.left {margin-top:0px; margin-right:6px; margin-bottom:0px; margin-left:13px;}
h6.middle {margin-top:0px; margin-right:0px; margin-bottom:0px; margin-left:0px;}
h6.right {margin-top:0px; margin-right:0px; margin-bottom:0px; margin-left:1px;}

h3.tab-content-title {font-family:verdana; font-size:12px; color:#707070; margin-top:0px; margin-right:0px; margin-bottom:0px; margin-left:0px; font-weight:normal;}
p.tab-content {font-family:verdana; font-size:11px; color:#707070; margin-top:2px; margin-right:5px; margin-bottom:8px; margin-left:10px;}
