#tabs_border{ border-top:0px solid #787272; border-left:0px solid #787272; border-right:0px solid #787272;}
#tabs_container *{ border:0;}

/* root element for tabs  */
ul.tabs { list-style:none; margin:0 0 0 0px; padding:0;	border-bottom:0px solid #787272;  height:23px;}

/* single tab */
ul.tabs li { float:left; padding:0;	margin:0; list-style-type:none;}

/* link inside the tab. uses a background image */
ul.tabs a { display:block; height: 23px;  text-decoration:none; color:#070101; padding:0px; margin:0px; position:relative; top:0px;}

ul.tabs a:active {outline:none;	color:#070101;}

/* when mouse enters the tab move the background image */
ul.tabs a:hover {}

/* active tab uses a class name "current". it's highlight is also done by moving the background image. */
ul.tabs a.current, ul.tabs a.current:hover, ul.tabs li.current a { cursor:default; color:#070101;}

/* initially all panes are hidden */ 
div.panes div.pane { display:none;	}

a#desc{ width:136px; height:23px; background-image:url(../images/desc.gif); background-repeat:no-repeat; background-position:0 -23px;}
a#desc:hover, a#desc.current{ width:136px; height:23px; background-image:url(../images/desc.gif); background-repeat:no-repeat; background-position:0 0;}

a#revs{ width:136px; height:23px; background-image:url(../images/revs.gif); background-repeat:no-repeat; background-position:0 -23px;}
a#revs:hover, a#revs.current{ width:136px; height:23px; background-image:url(../images/revs.gif); background-repeat:no-repeat; background-position:0 0;}

a#spec{ width:136px; height:23px; background-image:url(../images/spec.gif); background-repeat:no-repeat; background-position:0 -23px;}
a#spec:hover, a#spec.current{ width:136px; height:23px; background-image:url(../images/spec.gif); background-repeat:no-repeat; background-position:0 0;}

a#vids{ width:136px; height:23px; background-image:url(../images/vids.gif); background-repeat:no-repeat; background-position:0 -23px;}
a#vids:hover, a#vids.current{ width:136px; height:23px; background-image:url(../images/vids.gif); background-repeat:no-repeat; background-position:0 0;}

span.hideit{ display:none;}

.clearit{ clear:both; font-size:0; line-height:0; height:0;}