@charset "utf-8";
/* CSS Document */

/*all entries override image or color information in default '/src/flk.css'*/
body{
	background: #cad2e9 url("../images/bgGreen.jpg");
}
#loading{
	background:#9fc;
	border: outset #399;
	color:#006666;
}
#header{
	background-image: url('../images/auctions-header.png');
}

/*Navigation*/
.leftBtn {
	background-image: url("../images/leftButton-green.png");
}
.leftBtn a:hover {
	background-image:url("../images/leftButton-green-hover.png");
}
.rightBtn {
	background-image: url("../images/rightButton-green.png");
} 
.rightBtn a:hover {
	background-image:url("../images/rightButton-green-hover.png");
}

* html .leftBtn {background-image: url("../images/ie6images/leftButton-green.gif");}
* html .leftBtn a:hover{background-image: url(
"../images/leftButton-green-hover.gif");}
* html .rightBtn {background-image: url("../images/ie6images/rightButton-green.gif");}
* html .rightBtn a:hover {background-image:url("../images/ie6images/rightButton-green-hover.gif");}

/*Buying, Selling, & Upcoming*/
.links{
	border-left: 1px solid #a3b3c7;
	border-right: 1px solid #a3b3c7;
}
.links li {
	background-color: #E1F2E7;
	border-top: 1px solid #a3b3c7;
}
.links li.odd{
	background-color: #C6E6CF;
}
.links li.last{
	border-bottom: 1px solid #a3b3c7;
}

/****************************************************************/
/*The rest is elements unique to auctions section.*/
.licenseNum { 
	font:"Courier New", Courier, monospace; 
	font-size: .8em; color:#444;
}
#illegal {
	font-size: .95em;
	font-style: italic;
}
