/* CSS Document */

html, body {
	font: normal 11px arial, sans-serif;	color: #5b5434;
	/*font-family: Verdana; font-size: 10px; font-weight:normal;*/
	margin: 0 0 0 0; height: 100%; background-color:#c8c1a3;
}

h1 { font-size: 14px; margin:0; padding:5px; letter-spacing:3pt; font-variant: small-caps; }
h2 { font-size: 13px; margin:0; padding:5px; letter-spacing:3pt; font-variant: small-caps; }
h3 { font-family: Verdana; color: #000000; font-size: 11px;margin:0;padding:3px; }
h4 { font-family: Verdana; color: #C4C4C4; font-size: 11px;margin:0;padding:3px; }

select, input { font-size: 10px; }
textarea { font: normal 12px arial, sans-serif; }
input.button {font: normal 11px arial, sans-serif;	color: #5b5434; background-color:#e9e4ce; border:solid 1px #837a43}

img { border:0; }
.borderImg { border:solid 1px #000000; padding:3px; }

a, a:active, a:visited { color: #5a92da; }
a:hover { color: #79a8e5;text-decoration:none; }

/* Layout */
#container {
	background-color:#e9e4ce; text-align:center; margin:0; padding:0;
}

#content {
	background:url(../images/skin/coffee/gradient-bg.jpg) 0px 187px repeat-x;
	text-align:center; padding-top:15px;
}

#main {
	background:#FFFFFF; width:807px; height:595px;
	margin-left:auto; margin-right:auto; border:solid 1px #b4ae93;
}

#menu {
	width:808px; height:25px; padding-top:5px;
	background:url(../images/skin/coffee/bg-menu.gif) top left repeat-y;
}

#content-top, #content-bottom { margin: 4px; }
#content-top-scroll { height:365px;overflow:auto; }
#content-top { height:365px;overflow:hidden; }
#content-top-border-scroll { height:365px;overflow:auto;border:solid 1px #e9e4ce;margin:3px; }
#content-top-border { height:365px;overflow:hidden;border:solid 1px #e9e4ce;margin:3px; }

#languageDiv {
	/*float:right;margin-right:3px;text-align:right;width:auto;*/
	/*position:absolute;top:0;right:0;margin:3px;margin-top:15px;*/
	text-align:right;
}

#sideMenu {
	float:right;text-align:left;width:auto;border:solid 1px #e9e4ce;padding:3px;margin-top:3px;
}	

#centralMenu {
	text-align:left;width:180px;border:solid 1px #e9e4ce;padding:3px;margin-top:3px;
}

#footer, #footer a, #footer a:active, #footer a:hover, #footer a:visited {
	text-align:center; font-size:11px; color:#f1eedf;
}

#descrBottomText {
	width:530px;text-align:left;background:#FFFFFF;color:#999273;font-style:italic;margin-left:15px;padding-bottom:5px;
}

/* Text */
#menu .menuSelected a, #menu .menuSelected a:link, #menu .menuSelected a:visited {
	color:#000000;
	/*background:#FFFFFF;*/
	text-decoration:underline;
} 

#menu .menuSelected {
}

#menu a, #menu a:link, #menu a:hover, #menu a:visited {
	font-size: 12px; margin:0; padding:5px; letter-spacing:2pt; font-variant: small-caps;font-weight:bold;text-decoration:none;color:#5b5434;
}

#menu a:hover, #menu .menuSelected a:hover {
	color:#0099FF;
}

#error {
	color:#FF0000;
}

.biggerText {
	font-weight:bold;font-size:12px;
}
.titleText1 { font-size:20px;letter-spacing:2pt; }
.titleText2 { font-size:16px;letter-spacing:2pt; }
.borderDiv { border:solid 1px #e9e4ce;padding:3px;}
.roomNotSelected { padding-left:10px;}
.roomSelected { background:url(../images/icones/arrow-right.gif) center left no-repeat;padding-left:10px;}
.roomSelected a, .roomSelected a:visited { color:#5b5434; }

.visiteThumbnail { width:185px;height:123px;padding:5px;cursor:pointer;cursor:hand; }
.visiteThumbnailSelected { width:185px;height:123px;padding:3px;border:solid 2px #e9e4ce;cursor:pointer;cursor:hand; }

#description li {
	padding:3px;
}

#description ul {
	list-style-type: square;padding-bottom:0; margin-bottom:0;padding-top:0; margin-top:0;
}

.carrezTable {
	border:solid 1px #e9e4ce;
	margin-top:0px;
	margin-bottom:0px;
	padding-top:0px;
	padding-bottom:0px;
	border-spacing: 0px;
	width:300px;
}

.carrezTable thead {
	background: #e9e4ce;font-variant: small-caps;font-weight:bold;
}

.carrezM2 {
	text-align:right;padding-right:30px;
}

.borderTop td {
	border-top:solid 1px #e9e4ce;
}
