@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	line-height: 18px;
}
h1 {
	font-size: 16px;
}
h2 {
	font-size: 14px;
}
h3 {
	font-size: 12px;
}
h1, h2, h3 {
	color: #B81237;
}
a {
	color: #B81237;
	text-decoration: underline;
}
a:hover {
	color: #FFFFFF;
}
#Header {
	padding: 0px;
	height: 224px;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(/images/layout/header_bg.png);
	background-repeat: no-repeat;
}
#HeaderLeft {
	margin: 0px;
	float: left;
	width: 350px;
	padding-top: 45px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 11px;
}
#HeaderLeft h1 {
	font-size: 20px;
	color: #606a1a;
	line-height: 24px;
}
#HeaderRight {
	margin: 0px;
	float: right;
	width: 400px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-size: 12px;
	font-weight: bold;
}
#HeaderRight a:hover {
	color: #606a1a;
}
#Wrapper {
	background-color: #A7A97B;
	padding: 0px;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#MenuHome {
	margin: 0px;
	padding: 0px;
	height: 775px;
	width: 359px;
	float: left;
}
#Menu {
	margin: 0px;
	padding: 0px;
	height: 775px;
	width: 168px;
	float: left;
	background-image: url(/images/layout/menu_bg.jpg);
	background-repeat: no-repeat;
}
#Menu ul {
	list-style-type: none;
	text-decoration: none;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#ContentWrapperHome {
	margin: 0px;
	padding: 0px;
	float: right;
	height: 775px;
	width: 590px;
}
#ContentWrapper {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 780px;
}
#FeaturedWrapper {
	padding: 0px;
	float: right;
	width: 250px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#Content {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 510px;
}
#ContentHome {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 320px;
}
#ContentListings {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 760px;
}
#Submenu {
	background-image: url(/images/layout/submenu_bg.png);
	background-repeat: repeat-x;
	height: 25px;
	width: 960px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#Submenu a {
	text-decoration: none;
	color: #FFFFFF;
}
#Submenu a:hover {
	color: #B81237;
}
#Footer {
	width: 940px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
}
#Footer a {
	color: #B81237;
	text-decoration: underline;
}
#Footer a:hover {
	color: #B81237;
}

/* Menu rollover */
.Menu01 {
	background-image: url(/images/layout/menu01.png);
}
.Menu02 {
	background-image: url(/images/layout/menu02.png);
}
.Menu03 {
	background-image: url(/images/layout/menu03.png);
}
.Menu04 {
	background-image: url(/images/layout/menu04.png);
}
.Menu05 {
	background-image: url(/images/layout/menu05.png);
}
.Menu06 {
	background-image: url(/images/layout/menu06.png);
}
.Menu07 {
	background-image: url(/images/layout/menu07.png);
}
.Menu08 {
	background-image: url(/images/layout/menu08.png);
}
.Menu01, .Menu02, .Menu03, .Menu04, .Menu05, .Menu06, .Menu08 {
    height: 70px;
}
.Menu07 {
    height: 60px;
}
.Menu01, .Menu02, .Menu03, .Menu04, .Menu05, .Menu06, .Menu07, .Menu08 {
	width: 168px;
    display: block;
    background-repeat: no-repeat;
    overflow: hidden;
	background-position: 0px 0;
}
.Menu01:hover, .Menu02:hover, .Menu03:hover, .Menu04:hover, .Menu05:hover, .Menu06:hover, .Menu07:hover, .Menu08:hover {
    background-position: -168px 0;
}
.MenuBottom {
	width: 168px;
    display: block;
    overflow: hidden;
}

/* Classes diverses */
.GreenNotice {
	font-weight:bold;
	color:#00CC00;
	background:#FFFFFF;
}
.RedNotice {
	font-weight:bold;
	color:#FF0000;
	background:#FFFFFF;
}
.BoldNotice {
	font-weight:bold;
	background:#FFFFFF;
}
.InputField {
	height:18px;
	text-align: left;
	margin: 2px;
	vertical-align: middle;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	border: 1px solid #B81237;
}
.TextareaField {
	text-align: left;
	margin: 2px;
	vertical-align: middle;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	border: 1px solid #B81237;
}
.SelectField {
	text-align: left;
	margin: 2px;
	vertical-align: middle;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	border: 1px solid #B81237;
}
.Clear {
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 0px;
}
.FeaturedTable {
	background-color: #D7D8C2;
	width: 250px;
}
.FeaturedImageTD {
	margin: 0px;
	padding: 0px;
	border: 2px solid #000000;
}
.FeaturedImageTD image {
	padding: 0px;
	margin: 0px;
}
.FeaturedTDLine1 {
	font-size: 16px;
	font-weight: bold;
	color: #B81237;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
	background-image: url(/images/layout/featured_arrow.png);
	background-repeat: no-repeat;
	background-position: left center;
	height: 26px;
}
.FeaturedTDLine2, .FeaturedTDLine3 {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
	height: 22px;
}
.PhotoFloatLeft {
	padding: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: 2px solid #000000;
}
.PhotoFloatRight {
	padding: 0px;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 15px;
	border: 2px solid #000000;
}
.PhotoNoFloat {
	border: 2px solid #000000;
}
.PhotosListing, .PhotosAddListing {
	border: 2px solid #000000;
}
.PhotosListing:hover, .PhotosAddListing:hover {
	border: 2px solid #B81237;
}
.PhotosAddListing {
	display: inline;
	cursor:pointer;
}

.ListingSectionTitle {
	color: #B81237;
}
.ListingTable td {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dashed;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
.ListingHR {
	padding: 0px;
	width: 75%;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
.FeaturedSold {
	color: #FF0000;
	font-weight: bold;
}
.CalcTable {
	background-color: #FFFFFF;
	border: 2px solid #b81237;
}
.CalcTitle {
	background-color: #D7D8C2;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-bottom-style: solid;
	border-top-color: #B81237;
	border-right-color: #B81237;
	border-bottom-color: #B81237;
	border-left-color: #B81237;
}
.CalcLastLine {
	background-color: #D7D8C2;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-color: #B81237;
	border-right-color: #B81237;
	border-bottom-color: #B81237;
	border-left-color: #B81237;
	border-top-style: solid;
}