/* CSS Document */

body {
	font-family: Arial, Helvetica, Verdana, Sans-serif;
	color: black;
	background: #ffffff;
	text-align: left;
	}

html, 
body {
	background-color: white;
	margin: 0;
	padding: 0;
	}
	
#page-home-in-aquitaine {
	width: 700px;
	margin: 0px;
	}
#house-in-aquitaine {
	width: 660px;
}

h1 {
	color: #880000;
	font-size: large;
	}
	
h2 {
	color: #880000;
	font-size: medium;
	}

a {
	color: #009e5a;
	text-decoration: none;
	}
	
b, strong {
	color: #880000;
}

p {
	text-align: justify;
}


a:hover {
	color: blue;
	text-decoration: underline;
	}

.tableentry {
	text-align: left;
	vertical-align: top;
	}
	
.tableentry td {
	vertical-align: top;
	}	

#page-home-in-aquitaine {
	margin: 15px;
	text-align: left;
	width: 660px;
	}

#header-aquitaine {
	display:none;
}

#house-in-aquitaine-top {
	display:none;
}

#left-aquitaine {
	display:none;
	width: 0;
	margin: 0;
	}

#preheader {
	display:none;
	}

#prop-header {
	background-color: white;
	color: black;
	text-align: left;
	width: 620px;
	margin-bottom: 10px;
	padding: 3px 3px 3px 3px;
	}
	
#prop-header h1 {
	font-weight: normal;
	font-size: medium;
	color: black;
	padding:0;
	margin:0;
	}

#prop-header b {
	color: black;
}

#price {
	float: right;
	font-size: medium;
	}

#big-pic {
	margin-bottom: 10px;
	text-align: center;
	}

#photo-box {
	white-space: nowrap;
	text-align: center;
	vertical-align: top;
	overflow: none;
	}

#main-content {
	width:660px;
	margin-top:20px;
	font-size: 13px;
	}
	
#main-content h1 {
	margin: 10px 0 3px 0;
	font-size: 13px;
	}
	
#main-content p {
	margin: 3px 0 3px 0;
	font-size: 13px;
	}


.left-column {
	border-right: 1px solid #bbbbbb;
	padding-right: 20px;
	vertical-align: top;
	}
	
.middle-column {
	padding-left: 20px;
	vertical-align: top;
	}
	
.right-column{
	padding-left:5px;
	border-left: 1px solid #bbbbbb;
	vertical-align: top;
	}

/* Table for list page */

.list-table{
	font-size: 13px;
	margin: 15px 0 15px 0;
	border-bottom: 1px solid #bbbbbb;
	}
	
.list-pic {
	vertical-align: top;
	padding: 0 0 0 0;
	}

.list-title{
	background-color: #880000;
	color: white;
	text-align: left;
	font-size: 13px;
	font-weight: bold;
	}

.list-title a {
	color: white;
	}
	
.list-title a:hover {
	color: yellow;
	}
	
.list-price {
	background-color: #880000;
	color: white;
	text-align: right;
	vertical-align: top;
	}

.list-view {
	text-align: right;
	}
	

#footer {
	clear: both;
	font-size: 10px;
	color: #898989;
	border-top: 1px solid #efefef;
	padding: 3px;
	line-height: 18px;
	margin-top: 20px;
	}
	
#footer li {
	display: inline;
	list-style-type: none;
	padding-left: 6px;
	}

#footer a {
	color: #898989;
	text-decoration: none;
	}

#footer a:hover {
	color: #009e58;
	}

#footer #botnav {
	float: right;
	text-align: right;
	}

#footer #copyright {
	text-align: left;
	}

.f-in {
	background: #eeeeff;
	margin-bottom: 10px;
}

.e-in {
	background: #ffeeee;
}

fieldset {
	width: 600px;
}