ul.css-tabs {  
	padding:0;
	margin:0 auto;
	list-style:none;
	font-family: 'eurostile_ccsnormal';
	position:relative;
	height:36px;
	z-index:50;	
}

/* single tab */
ul.css-tabs li {
float:left; margin-right:1px; position:relative; min-width:89px; text-align:center;
}

/* link inside the tab. uses a background image */
ul.css-tabs a { 
display:block; padding:0 9px; font-weight:bold; font-size:14px; line-height:35px; color:#fff; text-decoration:none;
background-image: url(https://static.cobbtuning.com/cobbtuningweb/site/images/template/ap-tabs.jpg);
-moz-border-radius: 8px 8px 0 0;
-webkit-border-radius: 8px 8px 0 0;
-ms-border-radius: 8px 8px 0 0;
border-radius: 8px 8px 0 0;
}

ul.css-tabs a:hover {
background:#999;
}
	
/* selected tab */
ul.css-tabs a.current {
background:#e10000;
}

#css-panes {
	width: 738px;
	height: auto;
	text-align: left;
	padding-top: 20px;
	overflow: visible;
	clear:left;
	padding-top:20px;
	background-image: url(https://static.cobbtuning.com/cobbtuningweb/site/images/template/ap-tabs-over.jpg);
	background-repeat:repeat-x;
	background-position:top;
}
/* single pane */
#appanes {
	width: 770px;
	height: auto;
	text-align: left;
	padding-top: 20px;
	overflow: visible;
	clear:left;
	padding-top:20px;
	background-image: url(https://static.cobbtuning.com/cobbtuningweb/site/images/template/ap-tabs-over.jpg);
	background-repeat:repeat-x;
	background-position:top;
}

#productpage {
	position:relative;
	width:47%;
	height:160px;
	z-index:1;
	float: left;
	padding-left: 15px;
	overflow:visible;
}

ul.aptabs {
	padding:0;
	margin:0 auto;
	list-style:none;
	font-family: 'eurostile_ccsnormal';
	position:relative;
	height:36px;
	z-index:20;
}

/* single tab */
ul.aptabs li{
float:left; margin-right:1px; position:relative; min-width:14.1%; text-align:center;
}

/* a- tag inside single tab */
ul.aptabs li a{
display:block; padding:0px; font-weight:bold; font-size:14px; line-height:36px; color:#fff; text-decoration:none;
background-image: url(https://static.cobbtuning.com/cobbtuningweb/site/images/template/ap-tabs.jpg);
-moz-border-radius: 8px 8px 0 0;
-webkit-border-radius: 8px 8px 0 0;
-ms-border-radius: 8px 8px 0 0;
border-radius: 8px 8px 0 0;
}
 
/* mouseover state */
ul.aptabs a:hover { background:#999; }

/* currently selected tabs */
ul.aptabs a.current	{ background:#e10000; }


