﻿
#tabs-section {
	display: block;
}

.tabs {
	margin: 0px;
	padding: 0;
	line-height:normal;
	list-style: none;
	border-bottom:1px solid #666;
}

.tabs li {
	display: inline;
	float: left;
}

.tabs li.bidder {float:right;}
.tabs li.bidder a {margin: 0px 0px 0px 10px !important;}

.tabs li a:link, .tabs li a:visited, .tabs li a:active {
	text-decoration: none;
	font-size:12px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	text-align: center;
	text-transform:uppercase;
	position: relative;
	display: block;
	margin-right: 10px;
	padding:8px 15px;
	color: #fff;
	-moz-border-radius:5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;
	border-radius:5px 5px 0 0;
	background:#c41715;
}

.tabs li a:hover, .tabs li a.selected, .tabs li a.selected:active, .tabs li a.selected:visited {
	text-decoration: none;
	position: relative;
	color: #000;
	background:#eada53;
}

.tabs li a.selected:hover {
	text-decoration: none;
	color: #000;
}

.tabcontent-wrapper iframe {
    overflow: hidden;
    width:978px;  
    height:1000px;
    margin:0 auto;
	display: block;
    background:#fff;	
    padding: 0;
	border-top:1px solid #666;
}










/* The styles below are ONLY for the AuctionTime Results.
If AuctionTime Results are rquested, update the "#subnav a" styles as indicated. */

#subnav {
	background:url('../siteart/subnav-bg.gif') repeat-x bottom #fff;
	border-bottom:0;
	padding:5px 0;
	font-size:13px;
	line-height:13px;
}

#subnav a:link, 
#subnav a:visited, 
#subnav a:active {
	text-decoration:none;
	text-align:center;
	color:#000;	 /* You can leave this black, or choose a text color complimenting your site. */
	padding:5px 8px;
	display:inline-block;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
}
#subnav a:hover {
	background:#c41715; /* Choose a background color which compliments your website */
	color:#fff;
}

#subnav a.subnavcurrent{
    color:#fff; 
    background:#c41715; /* Choose the same background color as in "#subnav a:hover"  */
    
}

ul#subNavList {
    list-style:none; 
    display:block; 
    margin:0px; 
    list-style:none; 
    font-size:12px; 
    font-family:Arial, Helvetica, sans-serif;
}
ul#subNavList li {
    float:left;
    margin:0px; 
    border-right:1px dotted #000; 
    position: relative;
}
ul#subNavList li a.menu {
    margin:2px 12px; 
    display:block;
}









