/* home page */

.auction_calendar td { 
	text-align: center;
	font-size: 12px; 
	font-weight: bold; 
	color: #585800;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	padding: 10px 6px; 
	line-height: 150%;
	}
	
.auction_calendar .action { color: red; }
.auction_calendar .completed {color: #7ca93a; }
	
.auction_calendar a:link, .auction_calendar a:visited {
	color: blue;
	text-decoration: underline;
	}	

	
.sale_info #categories a {
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: blue;
	text-decoration: underline;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 4px;
	padding-left: 4px;
}


.sale_info #categories a:hover {
	color: #993333;
	}
	
.content_box h2.title, .content_box h1.title {
	font-size: 13px;
	text-align: center;
	}	

.categories_box ul {
	margin: 0;
	padding: 0;
	margin-bottom: 1em;
	margin-left: 1em;
}

.categories_box ul li.element {
	list-style: none;
	display: inline-block;
	float: left;
	font-weight: bold;
	padding: 5px 0;
	margin: 0;
}

.categories_box ul li.clr {
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
}

	
.categories_box a:link, .categories_box a:visited { 
	color: #4987c5;
	text-decoration: underline;
}

.categories_box a:hover, .categories_box a:active {
color: #666666;
text-decoration: underline; 	
}

.newstitle {
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: blue;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 4px;
	padding-left: 4px;
	/*color: #006633;*/
}

.newstitle a:link, .newstitle a:visited {
	color: blue;
	text-decoration: underline;
	}
	
.newstitle a:hover, .newstitle a:active {
	color: #993333;
	text-decoration: none;
		}	
		
.news a:link, .news a:visited {
	color: blue;	
	/*color:#006633;*/
	}
	
.news a:hover, .news a:active {
	/*color:#804000;*/
	color:#666666;
	}

	
	
