@charset "UTF-8";
/* CSS Document */

/* DETAILS PAGE */

.detailsHeader {
	float:left;
	width: 100%;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.detailsTitle {
	float: left;
}

.detailsTitle h2, .detailsTitle h1  {
	text-transform:uppercase;
	letter-spacing: -1px;
	font-weight: normal;
	font-size: 21px;
}

.detailsReturn {
	float: right;
}

.detailsReturn a {
	color: #d8df21;
}

.detailsBody {
	width: 430px;
	float: left;
}

.descriptionBox {
	float: left;
	margin-bottom: 20px;
}

.descriptionBox p {
	clear: both;
	float: left;
	margin-top: 10px;
	margin-bottom: 20px;
	width: 100%;
}

.descriptionBox h3 {
	float: left;
	width: 240px;
}

.detailsCurrencyConverter {
	float: left;
	margin-right: 0;
	margin-top: -5px;
}

.specBox {
	clear:both;
	float: left;
	width: 200px;
	border-top: 1px dashed #3f3f3f;

	padding: 20px 0px;
}

.specBox h3 {
	margin-bottom: 10px;
}

.specBox ul {
	margin-bottom: 10px;
	padding: 4px 4px;
}

.portfolioBox {
	float: right;
	width: 200px;
		border-top: 1px dashed #3f3f3f;

	padding: 20px 0px;
}

.portfolioBox .sideBarBoxLink {
	background:url(../images/btn_brown_wide.gif);
	width: 138px;
}

.portfolioBox .sideBarBoxLink a {
	color:#FFFFFF;
}

.enquiriesBox {
	border-top: 1px dashed #3f3f3f;

	padding-top: 10px;
	clear: both;
}

.detailsImageBox {
	float:right;
	width: 185px;
}

#negotiatorContact {
	padding-top:20px;
}

#negotiatorContact label {
	display:block;
	position:relative;
	width:200px;
	float:left;
	padding:5px;
}

#negotiatorContact input {
	width:200px;
	padding:5px;
	margin-bottom:10px;
	font-size:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size:13px;
}

#negotiatorContact textarea {
	width:200px;
	height:100px;
	padding:5px;
	margin-bottom:10px;
	font-size:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
}

#negotiatorContact input.button {
	width:auto;
	font-weight:bold;
	color:#FFF;
	background-color:#f23d8c;
}
