/* ------------------ Site styles ------------------ */
@import url(../base/styles.css); 
/* ------------------ Object styles ------------------ */
@import url(../objects/quick_search.css);
@import url(../objects/pager.css);
@import url(../objects/select_villa.css);
/* ------------------ Page styles ------------------ */
/* Layout */
.container .col2 {
	float: left;
	width: 310px;
	margin: 0 20px;
}
.container .col3 {
	float: left;
	width: 375px;
	margin-top: 55px;
}
/* Typography */
/* Page title */
.page_title {
	background-color: #7eb243;
}
.page_title img {
	background-image: url(../../../pics/title/properties.jpg);
}
/* Content */
.content h1.title {
	margin-bottom: 15px;
}
.content h1.title a {
	color: #ec5431;
}
.content img {
	border: 1px solid #d1d6db;
	padding: 4px;
	background-color: #fff;
	margin: 8px 0 20px 0;
}
.order_title {
	display: block;
	padding: 0;
	margin:0 0 0 110px;
	font-weight: bold;
}
.order_back {
	width: 125px;
	float: left;
}
/* Funriture order form */
.furniture_order {
	margin: 20px 0 20px 0;
}
.furniture_order fieldset  {
	display: block;
	clear: both;
	background-position: left top;
	background-repeat: no-repeat;
	padding: 0 0 0 20px;
	margin: 0;
}
.furniture_order legend {
	display: none;
}
.furniture_order label {
	display: block;
	clear: both;
	margin: 0 0 5px 0;
}
.furniture_order strong {
	display: block;
	width: 75px;
	text-align: right;
	float: left;
	padding-right: 10px;
}
.order_personal_info strong {
	color: #8ba0ab;
}
.furniture_order fieldset input {
	width: 260px;
}
.furniture_order .checkbox {
	margin-left: 85px;
	font-size: 9px;
}
.furniture_order .checkbox small {
	display: block;
	color: #8ba0ab;
}
.furniture_order .checkbox input {
	width: auto;
}
.furniture_order .submit {
	float: left;
	width: 160px;
	margin-left: 45px;
	margin-top: 10px;
}
html>body .furniture_order .submit {
	margin-left: 85px;
}
.furniture_order .reset {
	float: right;
	width: 70px;
	background-image: url(../../../pics/x_cyan.gif);
	background-position: 3px center;
	margin-top: 10px;
}