﻿
.auction-cont-1 {
    max-width: 1220px;
    padding:65px 10px;
    margin:0 auto;
    box-sizing: border-box;
}
.atlogo {width:200px; margin-bottom:20px; float:right; position:relative;}


#tabs-section {
	display: block;
}

.tabs {
	margin: 0 0 0 10px;
	padding: 0;
	list-style: none;
}

.tabs li {
	display: inline;
	float: left;
}

.tabs li a:link, .tabs li a:visited, .tabs li a:active {
	text-decoration: none;
	font-size:14px;
	font-weight:bold;
	font-family: 'Oswald', sans-serif; 
	text-align: center;
	text-transform:uppercase;
	position: relative;
	display: block;
	margin-right: 10px;
	padding:8px 15px 6px 15px;
	color: #fff;
	background:#006eab url('../siteart/tab_bg_off.jpg') repeat-x;
}

.tabs li a:hover, .tabs li a.selected, .tabs li a.selected:active, .tabs li a.selected:visited {
	text-decoration: none;
	position: relative;
	color: #fff;
	background:#04679d url('../siteart/tab_bg_on.jpg') repeat-x;
}

.tabs li a.selected:hover {
	text-decoration: none;
	color: #fff;
}

.tabcontent-wrapper iframe {
    overflow: hidden;
    width:1018px;  
    height:1000px;
    margin:0 auto;
	display: block;
    border:1px solid #000;
    background:#fff;	
    padding: 0;
}






/* 
Example styles you can apply to your "Register To Bid" and "Log In" links.  
There is no standard style for these links.
In some cases you might simply add the links to the website's main navigation (using your navigation styles for them). 
However, if these links will only appear on the same page as the AuctionTime listings, below is a way to style them as part of their own group--
Just place them inside a div with id="logins".
*/

#logins {
	float:left;
	position:relative;
	width:250px;
	margin:10px 0 10px 10px;
	color:#fff;
}

#logins a:link, #logins a:visited, #logins a:active {
	color:#fff;
	text-decoration:none;
	display:block;
	float:left;
	position:relative;
	margin:0 5px 0 0;
	padding:4px 7px;
	background:linear-gradient(#ce0927, #c10a27);
	font-size:12px;
	font-family: 'Oswald', sans-serif;
}
#logins a:hover {
	color:#fff;
	text-decoration:none;
	background:linear-gradient(#c10a27, #ce0927);
}


/* 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:1px solid #ccc;
	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;
}
#subnav a:hover {
	background:linear-gradient(#c10a27, #ce0927);
	color:#fff;
}

#subnav a.subnavcurrent{
    color:#fff; 
	background:linear-gradient(#ce0927, #c10a27);
    
}

ul#subNavList {
    list-style:none; 
    display:block; 
    margin:0px; 
    list-style:none; 
    font-size:12px; 
  	font-family: 'Oswald', sans-serif; 
}
ul#subNavList li {
    float:left;
    margin:0px; 
    border-right:1px solid #000; 
    position: relative;
}
ul#subNavList li a.menu {
    margin:2px 12px; 
    display:block;
}



@media screen and (max-width: 1024px) {
.tabs li a:link, .tabs li a:visited, .tabs li a:active {
	font-size:12px;
	margin-right: 3px;
	padding:8px 10px 6px 10px;
}
	

@media screen and (max-width: 700px) {
.tabs {
	margin: 0 0 0 0;
	padding: 0;
	list-style: none;
}

.tabs li {
	display: block;
	float: none;
}
.tabs li a:link, .tabs li a:visited, .tabs li a:active {
	width:100%; margin:5px auto; padding:8px 0 6px 0;
	margin-right: 0;
}

ul#subNavList li {
    float:none;
	width:100%;
    margin:0px auto; 
    border-right:0; 
}
}

@media screen and (max-width: 320px){
.atlogo {width:100%; margin:0 auto;}
.atlogo img {width:100%;}

.tabs {
	margin: 0 0 0 0;
	padding: 0;
	list-style: none;
}

.tabs li {
	display: block;
	float: none;
}
.tabs li a:link, .tabs li a:visited, .tabs li a:active {
	width:100%; margin:5px auto; padding:8px 0 6px 0;
	margin-right: 0;
}

ul#subNavList li {
    float:none;
	width:100%;
    margin:0px auto; 
    border-right:0; 
}

}








