

/*listings tables*/
hr{color:#ccc;}
.alt {
	background-color: #F4F4F4;
}
.head {
	background-color:#e8e8d5;
	color: #786943;font-weight:bold;
}
.listings {
	font-size:10px;
	line-height: 12px;
}
.listings td {
	/*border-right: 1px solid #E6E6E6;*/
	border-bottom: 1px solid #E6E6E6;
}

.listings a {color:#fff;} 
.listings a:visited {color:#fff;} 
.listings a:hover {color:red;}


.details {/*border-left: 1px solid #450102;
    
    border-right: 1px solid #450102;
    border-bottom: 1px solid #450102;*/
    border-top: 1px solid #E6E6E6;
    font-size:11px;
    color:#000;
    line-height: 12px;
}
.details td {
        /*border-right: 1px solid #E6E6E6;*/
        padding: 5px;
}

/*Sitemap - width on block li might need to be changed*/

.block {
	list-style: none;
}
.block li {
	list-style: none;
	width: 32%; float: left;
}
.clear {
	clear: both;
	
}
