/* Selector styles */

body {
	background-color: #8e9295;
	background-image: url();
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

a:hover {
	text-decoration: none;
	color: #CCCCCC;
}

a:active {
	text-decoration: none;
	color: #FFFFFF;
}

a img {
	margin: 0;
	padding: 0;
	border: 0;
}

dl {
	margin: 0;
	padding: 0;
}

dt {
	clear: left;
	float: left;
	width: 150px;
	text-align: left;
}

dd {
	margin: 0px 0px 5px 160px;
}

input[type=text] {
	color: #333;
	font-weight: bolder;
}
fieldset {
	padding: 10px;	
}

legend {
	color: #e6e6e6;
}

img {
	border: 0;
	padding: 0;
}

/* Class styles */

.offer {
	overflow: hidden;
	background-color: #fff;
	border: 2px solid #b3b3b3;
	margin-bottom: 5px;
}

.offer img {
	float: left;
	border: 0;
}

.offer_description {
	line-height: 35px;
	display: inline-table;
	margin: 5px;
}

.small_text {
	font: 10px "Lucida Grande", Lucida, Verdana, sans-serif;
}

.forms {
	color: #fff;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* Id styles */

#offers a {
	color: #000;
}

#offers {
	height: 230px;
	margin-left: 20px;
	margin-right: 20px;
	padding: 2px;
	overflow: auto;
}

#selected_offer {
	margin-left: 20px;
	margin-right: 20px;
	padding: 2px;
	color: #fff;
	font-size: 14px;
}

#selected_images {
	width: 760px;
	height: 330px;
}

#main_image {
	float: left;
	width: 550px;
	height: 330px;
}

#image_thumbs {
	float: right;
	width: 210px;
	height: 330px;
}


#enquiry_details dt {
	float: left;
	width: 190px;	
}

#email_preferences dt {
	float: left;
	width: 250px;
}

#email_preferences dd {
	float: left;
}

#small_news_letter_form {
	color: #fff;
	padding: 5px;
	font-size: 10px;
}

#small_news_letter_form dt {
	width: 160px;
}

#small_news_letter_form dd{
	margin: 0px 0px 10px 30px;
}


#start_date input {
  margin: 0;
  padding: 0;
  border: 0;
}

#reference_type {
  display: none;
  padding: 0;
  margin: 0;
}