/***********************************************
* Tabbed Document Viewer script- © Dynamic Drive DHTML code library (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code
***********************************************/

.ddcolortabs{
padding: 0;
width: 100%;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

.ddcolortabs ul{
font: bold 11px Arial, Helvetica, sans-serif;
margin:0;
padding:0;
list-style:none;
}

.ddcolortabs li{
display:inline;
margin:0 2px 0 0;
padding:0;
}

.ddcolortabs a{
float:left;
color: black;
background: #C6DEFF url(http://www.hyquip.co.uk/css/img/color_tabs_left.gif) no-repeat left top;
margin:0 2px 0 0;
padding:0 0 1px 3px;
text-decoration:none;
letter-spacing: 0px;
border-bottom: 1px solid #fff;
}

.ddcolortabs a span{
float:left;
display:block;
background: transparent url(http://www.hyquip.co.uk/css/img/color_tabs_right.gif) no-repeat right top;
padding: 6px 8px 3px 7px;
}

.ddcolortabs a span{
float:none;
}

.ddcolortabs a:hover{
background-color: #3A94CE;
color: white;
}

.ddcolortabs a:hover span{
background-color: #3A94CE;
color: white;
}

.ddcolortabs a.current, .ddcolortabs a.current span{ /*currently selected tab*/
background-color: #3A94CE;
color: white;
border-bottom: 1px solid #3A94CE;
}

.ddcolortabsline{
clear: both;
padding: 0;
width: 100%;
height: 4px;
line-height: 4px;
background: #3A94CE;
}

.tabfont {font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; }


