@import 'blueprint/screen.css';
@import 'menu_vertical.css';
@import 'sds/product_style1.css';  
@import 'sds/product_style2.css';

/* ELEMENTS */

body {
	font-family : arial,helvetica,sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-family : verdana,tahoma,arial,helvetica,sans-serif;
	margin : 0 0 .5em 0;
	font-weight : bold;
}

h1 { font-size : 2.25em; }
h2 { font-size : 2em; }
h3 { font-size : 1.75em; }
h4 { font-size : 1.5em; }
h5 { font-size : 1.25em; }
h6 { font-size : 1em; }

p {
	margin : 0 0 .75em 0;
}

img.left {
	float : left;
	margin : .5em .5em .5em 0;
}
img.topleft {
	float : left;
	margin : 0 .5em .5em 0;
}
img.right {
	float : right;
	margin : .5em 0 .5em .5em;
}
img.topright {
	float : right;
	margin : 0 0 .5em .5em;
}

/* CLASSES */

.container {
	width : 960px;
	background-image : url(/images/loudon_vertical_repeat.png);
	background-repeat : repeat-y;
}
.comment{
	text-decoration : underline;
	color : #88f;
}
.comment:hover{
	cursor : pointer;
}
/* NAMED DIVS AND THEIR DESCENDANTS */
#header_logo_link{
	width : 420px;
	margin-left : 15px;
	margin-top : 10px;
	height : 120px;
}
#header {
	background-image : url(/images/loudon_header_3.png);
	width : 959px;
	background-repeat : no-repeat;
	height : 156px;
}
#headerContent {
	
}
#search_bar{
    text-align : right;
    margin-right : 280px;
    padding-top : 75px;
   
}
#headerContent a {
    text-decoration : none;
    color : #000;

}
#header-links {
	text-align : right;
	color : #fff;
	font-weight : bold;
	font-size : 11pt;
	margin-top : 2px;
	background-image : url(/images/top_menu_bg.png);
	background-position : 100% 0;
	background-repeat : no-repeat;
}
#header-links a {
	text-decoration : none;
	color : #fff;
	font-size : 9pt;
}
#header-links a:hover {
	color : #aa6666;
	
}
#menu-area {
	font-weight : bold;
}
#menu {
    background-image : url(/images/menu_bg.png);
	text-align : center;
	margin-top : 5px;
	background-repeat : no-repeat;
	height : 50px;
	padding-top : 7px;
}
#menu span a {
	text-decoration : none;
	color : #fff;
}
#menu span a:hover {
	color : #aa6666;
}
#main {
	min-height : 450px;
	width : 1080px;
	padding-top : 10px;
}
#left {
    
	width : 200px;
	
}
#leftContent {
	background-image : url(/images/product_highlight.png);
	background-repeat : no-repeat;
	width : 180px;
	padding-top : 80px;
	padding-left : 10px;
	border-right : 1px solid #999;
	text-align : center;
}
#leftContent_public {
	background-repeat : no-repeat;
	width : 185px;
	padding-top : 10px;
	padding-left : 10px;
	border-right : 1px solid #999;
}
#center {
	width : 550px;
	padding-top : 15px;
}
#centerContent {
	padding : 0 10px;
}
#right {
	padding-left : 10px;
	width : 180px;
	
}
#rightContent {
	font-size : .9em;
	border-left : 1px solid #999;
	padding : 0 2px 0 10px;
}
#rightInside {
	width : 750px;
}
#rightInsideContent {
	padding : 0 30px 0 10px;
}
#footer {
	background-image : url(/images/loudon_footer.png);
	background-repeat : no-repeat;
	height : 77px;
	width : 959px;
	background-position : 0 100%;
}
#footerContent {
	padding : 10px 22px 0 18px;
	text-align : center;
	font-size : .9em;
}
#footerContent span a {
	text-decoration : none;
	color : #000;
	font-weight : bold;
}
#footerContent span a:hover {
	color : #f00;
}
.sold_out{
    background-image : url(/images/sold_out.png);
    background-repeat : no-repeat;
    background-position : 70% 0%;
}
/*stylesheet for the AuctionManager */
.auction_listing{
	width : 700px;
	background-color : #ffc;
	border : 2px solid #dda;
}
.auction_listing td{
	min-width : 100px;
	vertical-align:middle;
}
.auction_listing_bid_box input{
	font-size : 8pt;
	height : 17px;
	width : 70px;
	border : 1px solid #55f;
}
.auction_listing_place_bid input{
	font-size : 8pt;
	height : 17px;
	width : 60px;
	border : 1px solid #000;
}
.auction_page_bid_box input{
	font-size : 10pt;
	height : 20px;
	width : 70px;
	border : 1px solid #55f;
}
.auction_page_place_bid input{
	font-size : 10pt;
	height : 20px;
	width : 70px;
	border : 1px solid #000;
}
.auction_listing .money{
	font-weight:bold;
	color:#0a0;
}
.auction_listing .link_item{
	color : #55f;
}
.auction_listing .link_item:hover{
	color : #99f;
}
