﻿.at-wrapper{
	max-width: 1320px; 
	margin: 0 auto;
    padding: 50px 0;
}
.tabcontent-wrapper iframe{box-sizing: border-box;}
#tabs-section {
	display: block;
}

.tabs {
	margin: 0 0 0 0;
	padding: 0;
	list-style: none;
    display:flex;
    display:-webkit-flex;
    flex-direction:row;
	-webkit-flex-flow:row;
}

.tabs li {
	flex-grow:1;
	-webkit-flex-grow:1;
}

.tabs li a:link, .tabs li a:visited, .tabs li a:active {
	text-decoration: none;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
	font-weight:bold;
	font-family: "Roboto", sans-serif;
	text-align: center;
	text-transform:uppercase;
	position: relative;
	display: block;
	padding:10px;
	color: #fff;
	background:#2d2f93;
    flex-grow:1;
	-webkit-flex-grow:1;
	letter-spacing: 2px;
	
	
	-moz-transition: ease all 0.2s;
	-o-transition: ease all 0.2s;
	-webkit-transition: ease all 0.2s;
	transition: ease all 0.2s;
}

.tabs li a.selected, .tabs li a.selected:active, .tabs li a.selected:visited {
	text-decoration: none;
	position: relative;
	color: #fff;
	background:#c2262e;
}

.tabs li a:hover {
	background:#c2262e;
	color: #fff;
}

.tabs li a.selected:hover {
	text-decoration: none;
}

.tabcontent-wrapper iframe {
    overflow: hidden;
    width:100%;  
    height:1000px;
    margin:0 auto;
	display: block;
    border:1px solid #eee;
    background:#fff;	
    padding: 0;
}
	.tabs {text-align:center; flex-wrap:wrap; -webkit-flex-wrap:wrap; margin-left: 10px; gap: 10px; margin-bottom: 10px;}
	.tabs li {
		float: none;
		min-width:15%;
		margin:0;
		-moz-border-radius:30px;
		-webkit-border-radius:30px;
		border-radius:30px;
	}
	.tabs li a:link, .tabs li a:visited, .tabs li a:active {
        margin-right:0;
        -moz-border-radius:30px;
		-webkit-border-radius:30px;
		border-radius:30px;
	}





/* 
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:350px;
	margin:10px 0 10px 10px;
	color:#fff;
	max-width: calc(100% - 20px);
	
}

#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: 8px 20px;
    background: #2d2f93;
    font-size: 12px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    font-family: "Roboto", sans-serif;
    margin-right: 15px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 2px;	
	
	
	-moz-transition: ease all 0.2s;
	-o-transition: ease all 0.2s;
	-webkit-transition: ease all 0.2s;
	transition: ease all 0.2s;
}
#logins a:hover {
	background:#c2262e;
	text-decoration:none;
}









/* The styles below are ONLY for the AuctionTime Results.
If AuctionTime Results are rquested, update the "#subnav a" styles as indicated. */

#subnav {
	background-image:linear-gradient(rgba(255,0,0,0), rgba(0,0,0,0.1));
	border:1px solid #eee;
	border-bottom:0;
	padding:5px 0;
	font-size:13px;
	line-height:13px;
	letter-spacing: 1px;
}

#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 12px;
	display:inline-block;
	-moz-border-radius:30px;
	-webkit-border-radius:30px;
	border-radius:30px;
	
}
#subnav a:hover, #subnav a.subnavcurrent {
	background:#2d2f93; /* Choose a background color which compliments your website */
	color:#fff;
}

ul#subNavList {
    list-style:none; 
    display:block; 
    margin:0px; 
    list-style:none; 
    font-size:12px; 
    font-family: "pragmatica", sans-serif;
}
ul#subNavList li {
    float:left;
    margin:0px; 
    border-right:1px dotted #eee; 
    position: relative;
}
ul#subNavList li a.menu {
    margin:2px 12px; 
    display:block;
}


@media screen and (max-width: 480px) {
	.at-wrapper > img:first-of-type{
	float: none !important;
		display: block;
		text-align: center;
	margin: 0 auto 30px !important;
	}
	.tabs {flex-wrap:wrap; -webkit-flex-wrap:wrap; margin: 10px; width: calc(100% - 20px);}
	.tabs li {flex-basis:46%; -webkit-flex-basis:46%;}
	

	.tabs li a:link, .tabs li a:visited, .tabs li a:active {
		letter-spacing: 1px;
	}
}