@charset "utf-8";
/* CSS Document */
html, body {
	padding:0;
	margin:0;
}
img {
border:0
}
.header {
}
.header .logo {
 display:none;
}
.printheader {
	height:100px;
	display:block;
	width: 200px;
}
.header .tagline {
display:none;
}
.navline {
	position: absolute;
	top: 85px;
	width: 100%;
	height: 28px;
	left: 0px;
}
.navline ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	padding-top: 1px;
	display: none;
}
.navline li {
	float: left;
}
.navline li a {
	height: 1em;
	line-height: normal;
	float: left;
	width: 7em;
	display: block;
	color: #F7F7F7;
	text-decoration: none;
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	
}
.navline li a:visited {
	text-decoration:none;
}
.navline li a:hover {
	text-decoration:underline;
}
.navline li a:active {
	text-decoration:none;
}

.navtelno {
	position: relative;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	float:right;
	right:3%;
		
}

/* Hide from IE5-Mac \*/
.navline li a
{
float: none
}

.boxphotoshadow { display: none; }

a {
	text-decoration: none;
	width: 100%;
	display: block;
	float: left;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
}
.boxtitle {
	float: left;
	width: 100%;
	height: 30px;
}
.boxrefid { float: right; }

.boxyearscreen { display: none; }


.boxdetails {
	float: left;
	clear: both;
	height: 50px;
	width: 80%;
	vertical-align: bottom;
}

.boxphoto {
	float: right;
	right: 0px;
	display: none;
	width: 90px;
	height: 68px;
}
.boxphotobg {
	float: right;
	height: 68px;
	width: 90px;
}

.boxprice { float: right; }



.boxmoreinfo { display: none; }

