@charset "utf-8";
/* CSS Document */
#qv_wrapper {
	font-size: 10px;
	color: #062856;
	padding: 5px;
	float: left;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
#qv_header {
	text-align: center;
	background-image: url(../Images/blue_bg_10x50.gif);
	background-repeat: repeat-x;
	padding: 3px;
	margin-bottom: 5px;
	border: 1px solid #4170BD;
	font-size: 1.6em;
	color: #FFF;
	font-weight: bold;
}

#qv_wrapper img {
	padding: 2px;
	border: 1px solid #666;
	margin-top: 3px;
	margin-bottom: 3px;
	float: left;
}
#qv_wrapper #slideshow {
	float: left;
	height: 252px;
	width: 326px;
}
#qv_wrapper #slideshow img {
	display:none
}
#qv_wrapper #slideshow img.first {
	display:block
}
#qv_listingDetails {
	width: 250px;
	margin-left: 10px;
	float: left;
	text-align: left;
	margin-bottom: 10px;
	margin-top: 5px;
}
#qv_listingDetails h3 {
	padding: 0px;
	font-size: 16px;
	color: #BB1F12;
	font-weight: bold;
	margin: 0px;
	text-align: left;
	background-image: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#qv_listingDetails h4 {
	margin: 0px 0px 6px;
	padding: 0px;
	color: #BB1F12;
	font-size: 12px;
}
#qv_listingDetails h5 {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-weight: normal;
}
#qv_listingDetails table {
	margin-top: 10px;
	margin-bottom: 5px;
}
#qv_listingRemarks p {
	line-height: normal;
}
#qv_listingDetails table tr td {
	margin: 0px;
	font-size: 10px;
	line-height: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BCD4EC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #BCD4EC;
	padding-top: 2px;
	padding-right: 1px;
	padding-bottom: 2px;
	padding-left: 3px;
}
#qv_listingRemarks {
	clear: both;
	margin-left: 10px;
	text-align: left;
}
#nav {
	text-align: left;
	clear: both;
	margin-top: 5px;
	height: 20px;
	padding: 5px;
}
#nav a {
	padding: 2px;
	border: 1px solid #062856;
	text-decoration: none;
	background-color: #E9F1FC;
	color: #062856;
	margin-top: 0;
	margin-right: 2px;
	margin-bottom: 0;
	margin-left: 2px;
}
#nav a.activeSlide {
	color: #FFF;
	background-color: #3673B2;
}

