﻿/*
	Site developed by Karoline Dassie
	
	Color information
	- White: #fff
	- Gray: #a7a7a7
	- Red: #942521
	- Dark Red: #942521
	- Black #4a4949
*/

#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:15px;
	font-weight:500;
	text-align: center;
	text-transform:uppercase;
	position: relative;
	display: block;
	margin-right: 10px;
	padding:8px 10px 6px 10px;
	color: #b82325;
	border:1px solid #58585a;
	border-bottom:none;
	-moz-border-radius:5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;
	border-radius:5px 5px 0 0;
	background:#fff;
}

.tabs li a:hover, .tabs li a.selected, .tabs li a.selected:active, .tabs li a.selected:visited {
	text-decoration: none;
	position: relative;
	color: #FFFFFF;
	background:#b82325;
	opacity:1!important;
	}

.tabs li a.selected:hover {
	text-decoration: none;
	color: #fff;
	opacity:1!important;
}

.tabcontent-wrapper iframe {
    overflow: hidden;
    width:99.8%;  
    height:1000px;
    margin:0 auto;
	display: block;
    border:1px solid #ccc!important;
    background:#fff;	
    padding: 0;
}

 a.join:link, a.join:visited, a.join:active {
	color:#fff!important;
	background:#4a4949!important; /* Choose a background color which compliments your website */

}


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:210px;
	margin:10px 0 10px 10px;
	color:#fff;
}

#logins a:link, #logins a:visited, #logins a:active {
	color:#b82325;
	text-decoration:none;
	display:block;
	float:left;
	position:relative;
	margin:0 10px 20px 0;
	padding:7px 15px;
	background:#cccccc; 
	font-size:12px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	
}
#logins a:hover {
	color:#fff;
	text-decoration:none;
	background:#b82325;
	color:#cccccc; 
	opacity:1!important;
}

/* The styles below are ONLY for the AuctionTime Results.
If AuctionTime Results are rquested, update the "#subnav a" styles as indicated. */

#subnav {
	background:#b82325;
	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:#fff;	 /* 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;
	font-weight:300
}
#subnav a:hover {
	background:#fff; /* Choose a background color which compliments your website */
	color:#4a4949;
	opacity:1!important;
}

#subnav a.subnavcurrent{
    color:#4a4949; 
    background:#fff; /* 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; 
    
}
ul#subNavList li {
    float:left;
    margin:0px; 
    border-right:1px dotted #4a4949; 
    position: relative;
}
ul#subNavList li a.menu {
    margin:2px 12px; 
    display:block;
}
@media screen and (max-width: 1022px) {
.tabcontent-wrapper iframe { border:none!important;}
}
@media screen and (max-width: 950px) {
.tabs li {
	display: inline;
	float: left;
}

.tabs {
	margin:0;
}

.tabs li a:link, .tabs li a:visited, .tabs li a:active {
	padding:8px 5px 6px 5px;
}

}

@media screen and (max-width: 909px){
	.tabs li{ 
		float:none; 
		display:block;
	}
	.tabs li a:link, .tabs li a:visited, .tabs li a:active{
		border-radius:0;
		margin-right:0;
	}
	.tabs {
		margin:0;
	}
}

@media screen and (max-width: 596px){
	#logins{
		float:none;
		margin:0 auto;
	}
	
	.atlogo{
		float:none;
		margin:0 auto 10px auto; 
	}
}









