/* CSS Document */

body {
	background-color:#CCCC99;
	margin: 0;
	padding: 0;
	}

#wrap {
		width:1023px;
		margin:0 auto;
		background:#FFFFFF;
		z-index: 1;
		position:relative;
            	border-width:1px;	
border-style:solid;
		box-shadow: 5px 5px 5px #000000;
	}

#wrapwide {
		width:1500px;
		margin:0 auto;
		background:#FFFFFF;
		z-index: 1;
		position:relative;
            	border-width:1px;	
border-style:solid;
		box-shadow: 5px 5px 5px #000000;
	}

#header {
background:#ffffff;
z-index: 1;
padding:0px;
border:0px;
}

#content {
background:#ffffff;
margin-top:25px;
margin-bottom:25px;
margin-right:25px;
margin-left:25px;
}
	
a {
font-size: 12px;
	font-family: Arial;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	line-height: 18px;
	text-decoration:none;
       
	}	
	
a:hover {

color: red;
text-decoration: underline;
}


h1 {
	font-family: Arial;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #000000;
}


p {

	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #5c5c5c;
}





table {
    border: 1px solid #5c5c5c;
	
}


td {

	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #5c5c5c;
	padding: 10px;
	text-align: left;
	vertical-align: bottom;
	width: 25%;
}

.tableheader {
	font-family: Arial;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	padding: 5px;
	text-transform: capitalize;

	
}
.sold {
	font-weight: bold;
	color: #FF0000;
}
.new {
	font-weight: bold;
	color: #0000FF;
}