html {
	height: 100%; 
	padding-bottom: 1px;
}

body {
	background-image: url('../images/bg.gif');
	background-repeat: repeat-x;
	background-color: rgb(156,106,45);
	text-align: center;
	margin: 0px;
	margin-bottom: 50px;
	line-height: 18px;
	height: 100%;
}

#thMainBorder {
	padding: 0px;
	width: 900px;
	font-family: Verdana;
	font-size: 11px;
	margin-left: auto;
	margin-right: auto;
	background-image: url('../images/border.gif');
	background-repeat: repeat-x;
	background-color: rgb(182,144,99);
}

#thMainContent {
	border-top: 1px solid white;
	width: 880px;
	background-color: white;
	text-align: left;
	margin-left: 10px;
	margin-right: 10px;
	border-bottom: 1px solid white;
}

#thBottomBorder {
	background-image: url('../images/border_bottom.gif');
	background-repeat: repeat-x;
	background-color: rgb(157,107,47);
	width: 900px;
	height: 19px;
}

#thHeader {
	background-image: url('../images/header.jpg');
	background-position: 0px 11px;
	background-repeat: no-repeat;
	height: 158px;
	margin-left: 7px;
	width: 866px;
}

#thHeader img {
	border: 0px;
}

.thFlag {
	float: left;
	display: inline; /* ie6 fix*/
	margin-top: 9px;
	margin-left: 10px;
}

.thLanguage .select {
	font-size: 11px;
	float: left;
	margin-left: 10px;
	margin-top: 4px;
	width: 110px;
	height: 20px;
	font-family: verdana;
}

.thPrint {
	float: left;
	margin-left: 10px;
}

.thPrint img {
	margin-top: 7px;
}

#thTopMenu {
	float: left;
	margin-left: 10px;
	margin-top: 8px;
	color: rgb(179, 174, 174);
}

#thTopMenu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#thTopMenu ul li {
	float: left;
	padding: 0px;
	margin-right: 10px;
}

#thTopMenu a, 
#thTopMenu a:visited {
	color: rgb(179, 174, 174);
	text-decoration: none;
}

#thTopMenu a:hover {
	color: rgb(179, 174, 174);
	text-decoration: underline;
}

#thTopBanner {
	float: right;
	position: relative;
	padding: 3px;
	margin: 0px;
	width: 400px;
	height: 48px;
	overflow: hidden;
	top: 75px;
	opacity:0.9;
	filter:alpha(opacity=90);
	background-color: white;
}

#thTopBanner p {
	margin: 0px;
	padding: 0px;
}

.floatFix {
	clear: both;
}

#thMainMenu {
	clear: both;
	width: 866px;
	margin-top: 3px;
	background-image: url('../images/main_menu_back.gif');
	height: 32px;
	margin-left: 7px;
}

#thMainMenu img {
	float: left;
}

#thMainMenu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#thMainMenu ul li {
	float: left;
	height: 20px;
	background-image: url('../images/main_menu_separator.gif');
	background-repeat: no-repeat;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	margin-top: 3px;
}

#thMainMenu ul li:first-child,
#thMainMenu ul li.first {  /* ie6 fix*/
	background-image: none;
}

#thMainMenu img#right {
	float: right;
}

#thMainMenu a, 
#thMainMenu a:visited {
	color: white;
	text-decoration: none;
}

#thMainMenu a:hover {
	color: white;
	text-decoration: underline;
}

#thMainMenu a.selected {
	color: rgb(251, 177, 0);
}

#thMiddleContainer {
	clear: both;
	width: 866px;
	margin-left: 7px;
	margin-top: 20px;
}

#thMiddleContent {
	float: left;
	display: inline; /* IE6 fix*/
	width: 566px;
	margin-left: 15px;
}

#thMiddleContent .column1 {
	width: 270px;
	text-align: justify;
	float: left;
}

#thMiddleContent .column2 {
	width: 270px;
	text-align: justify;
	float: right;
}

#thMiddleContent h1 {
	color: rgb(158, 105, 55);
	font-size: 18px;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-bottom: 10px;
	border-bottom: 1px solid rgb(200,200,200);
}

#thMiddleContent h2 {
	font-size: 11px;
	font-weight: bold;
	margin-top: 3px;
	margin-bottom: 7px;
	padding: 0px;
}

#thMiddleContent p {
	margin: 0px;
	padding-bottom: 10px;
	padding-top: 0px;
}

#thMiddleContent ul {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 25px;
}

#thMiddleContent a, 
#thMiddleContent a:visited {
	color: rgb(119, 72, 34);
	text-decoration: none;
}

#thMiddleContent a:hover {
	color: rgb(119, 72, 34);
	text-decoration: underline;
}

#thMiddleContent #thProduct img {
	border: 0px;
}


#thMiddleContent #thProduct h1 {
	border: 0px;
}

#thMiddleContent #thProduct h2 {
	padding-top: 15px;
	color: rgb(158, 105, 55);
	font-size: 14px;
	padding-bottom: 5px;
	margin: 0px;
	border-bottom: 1px solid rgb(200,200,200);
}

#thMiddleContent #thProduct h3 {
	font-size: 11px;
	font-weight: bold;
	margin-top: 3px;
	margin-bottom: 7px;
	padding: 0px;
}

#thMiddleContent #thProduct .thPriceQuote {
	color: white;
	background-color: rgb(199, 152, 112);
	border: 1px solid rgb(122, 78, 43);
	padding-bottom: 3px;
	padding-top: 3px;
	font-size: 11px;
}

#thMiddleContent #thProduct .scrollable {
	margin-left: 20px;
	display: inline; /* IE6 fix */
	width: 530px;
	height: 120px;
}

#thMiddleContent #thProduct .scrollable div {
	margin: 0px;
	padding: 0px;
}

#thMiddleContent #thProduct .prevPage{
	position: relative;
	top: 56px;
}

#thMiddleContent #thProduct .nextPage {
	position: relative;
	left: 5px;
	top: 56px;
}

#thMiddleContent #thProduct .column1,
#thMiddleContent #thProduct .column2 {
	margin-top: 5px;
}

#thMiddleContent #thProduct .tabs {
	list-style: none;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 15px;
	padding: 0px;
	border-bottom: 1px solid rgb(121, 73, 37);
	height: 21px;
}

#thMiddleContent #thProduct .tabs li {
	float: left;
	line-height: 21px;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: 0px;
	margin-right: 6px;
	background-color: rgb(199, 152, 112);
	background-image: url('../images/tab_bg_left.gif');
	background-repeat: no-repeat;
}

#thMiddleContent #thProduct .tabs li.selected {
	background-color: rgb(122, 78, 43);
	background-image: url('../images/tab_bg_left_selected.gif');
	background-repeat: no-repeat;
}

#thMiddleContent #thProduct .tabs li a, 
#thMiddleContent #thProduct .tabs li a:visited {
	color: white;
}

#thMiddleContent #thProduct .tabs li.selected a, 
#thMiddleContent #thProduct .tabs li.selected a:visited {
	color: white;
}

#thMiddleContent #thProduct .thPriceQuoteTbl {
	border-collapse: collapse;
	margin-bottom: 15px;
	margin-top: 10px;
}

#thMiddleContent #thProduct .thPriceQuoteTbl td {
	padding: 4px;
}

#thMiddleContent #thProduct .thumb {
	width: 170px;
	height: 150px;
	overflow: hidden;
	float: left;
	margin: 3px;
}

#thMiddleContent #thProduct .search_thumb h3,
#thMiddleContent #thProduct .thumb h3 {
	margin: 0px;
	padding: 0px 0px 3px 0px;
	width: 169px;
}

#thMiddleContent #thProduct .search_thumb img,
#thMiddleContent #thProduct .thumb img {
	display: block;
}

#thMiddleContent #thProduct .search_thumb {
	width: 170px;
	height: 250px;
	overflow: hidden;
	float: left;
	margin: 3px;
}

#thMiddleContent #thProduct .search_thumb ul {
	padding-left: 20px;
}


#thRightColumn {
	float: right;
	width: 270px;
}

.thRightBox {
	background-image: url('../images/right_menu_bg.jpg');
	margin-bottom: 10px;
}

.thRightBox .butterfly_header {
	background-image: url('../images/right_menu_top.jpg');
	height: 61px;
	width: 270px;
}

.thRightBox .rounded_bottom {
clear: both;
	background-image: url('../images/right_menu_bottom.jpg');
	height: 9px;
	width: 270px;
	overflow: hidden; /* IE6 fix */
}

.thRightBox .rounded_top {
	background-image: url('../images/right_menu_rounded_top.jpg');
	height: 9px;
	width: 270px;
	overflow: hidden; /* IE6 fix */
}


.thRightBox .content {
	padding-top: 1px;
	margin-left: 10px;
	margin-right: 10px;
	color: white;
}

.thRightBox .content img {
	padding-left: 2px;
}

.thRightBox .content form {
	clear: both;
	margin: 0px;
	padding: 0px;
}

.thRightBox .content input.text {
	border: 1px solid rgb(160,160,160);
	padding: 0px;
	margin-bottom: 7px;
	width: 170px;
	height: 18px;
	float: left;
	font-size: 11px;
}

.thRightBox .content .button {
	background-color: rgb(240,240,240);
	color: brown;
	border: 1px solid rgb(160,160,160);
	height: 20px;
	display: inline;
	float: left;
	font-size: 11px;
}

.thRightBox .content p {
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.thRightBox .content h1 {
	font-size: 11px;
	font-weight: bold;
	padding: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.thRightBox .content a, 
.thRightBox .content a:visited {
 text-decoration: none;
 color: white;
}

.thRightBox .content a:hover {
 text-decoration: underline;
 color: white;
}

.thRightBox .content ul.thSideMenu li.selected a {
 text-decoration: none;
 color: rgb(255, 180, 2);
}

.thRightBox .content ul.thSideMenu li.selected ul a {
 text-decoration: none;
 color: white;
}

.thRightBox .content ul.thSideMenu li.selected ul li.selected a {
 text-decoration: none;
 color: rgb(255, 180, 2);
}


.thRightBox .content ul.thSideMenu {
	list-style: none;
	margin-left: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 10px;
	padding: 0px;

}

.thRightBox .content ul.thSideMenu li {
	background-image: url('../images/white-arrow.gif');
	background-repeat: no-repeat;
	background-position: 0px 12px;
	padding-left: 15px;
	border-bottom: 1px solid rgb(173, 136, 90);
	border-top: 1px solid rgb(120, 72, 35);
	padding-top: 7px;
	padding-bottom: 7px;
}

.thRightBox .content ul.thSideMenu li.first {
	border-top: 0px;
}

.thRightBox .content ul.thSideMenu li.last {
	border-bottom: 0px;
	margin-bottom: 10px;
}

.thRightBox .content ul.thSideMenu li ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.thRightBox .content ul.thSideMenu li ul li {
	border: 0px;
	margin: 0px;
	padding-left: 10px;
	padding-top: 7px;
	padding-bottom: 3px;
}

.thRightBox .content ul.thSideMenu li ul li a:hover {
	text-decoration: underline;
}

.thRightBox .searchNewsletter {
	height: 105px;
}

.thIntroduction {
	color: rgb(160,160,160);
}

.thIntroduction p {
	margin: 0px;
	padding: 0px;
}

.thIntroduction h1 {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

.thBottomBox {
	float: left;
	display: inline; /* IE6 fix*/
	margin-left: 22px;
}

.thBottomBoxOne {
	float: left;
	width: 275px;
}

.thBottomBoxTwo {
	float: left;
	margin-left: 15px;
	width: 276px;
}

.thBottomBoxThree {
	float: left;
	margin-left: 15px;
	width: 270px;
}

.thBottomBox .header {
	height: 32px;
	overflow: hidden;
	background-image: url('../images/bottom_box_top_bg.gif');
}

.thBottomBox .header img {
	float: left;
	margin-top: 7px;
	margin-left: 7px;
	border: 0px;
}

.thBottomBox .header .left {
	background-image: url('../images/bottom_box_left_top.gif');
	width: 6px;
	height: 32px;
	float: left;
}

.thBottomBox .header .right {
	background-image: url('../images/bottom_box_right_top.gif');
	width: 6px;
	height: 32px;
	float: right;
}

.thBottomBox .content {
	clear: both;
	border-left: 1px solid rgb(173, 136, 90);
	border-right: 1px solid rgb(173, 136, 90);
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	height: 100%; /* IE 6 fix*/
}

.thBottomBox .bottom {
	height: 6px;
	background-repeat: repeat-x;
	background-image: url('../images/bottom_box_bottom_bg.gif');
}

.thBottomBox .bottom .left {
	background-image: url('../images/bottom_box_left_bottom.gif');
	width: 6px;
	height: 6px;
	float: left;
	overflow: hidden; /* IE6 fix*/
}

.thBottomBox .bottom .right {
	background-image: url('../images/bottom_box_right_bottom.gif');
	width: 6px;
	height: 6px;
	float: right;
	overflow: hidden; /* IE6 fix*/
}

.thBottomBox .header h1 {
	float: left;
	font-size: 14px;
	color: white;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	padding: 0px;
	line-height: 25px;
}

.thBottomBox .content ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
	margin-left: 4px;
}

.thBottomBox .content ul li {
	background-image: url('../images/green-arrow.gif');
	background-repeat: no-repeat;
	background-position: 0px 3px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 15px;
}

.thBottomBox .content a,
.thBottomBox .content a:visited {
	color: black;
	text-decoration: none;
}

.thBottomBox .content a:hover {
	color: black;
	text-decoration: underline;
}

.thBottomBox .content h2 {
	font-size: 11px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

.thBottomBox p {
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0px;
}

.thBottomBoxCarousel {
	margin: 0px;
	width: 566px;
	padding: 0px;
}

.thBottomBox .introduction {
	margin-top: 15px;
}

.thBottomBoxCarousel .header h1 {
	border: 0px !important;
	font-size: 14px !important;
	color: white !important;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	margin-left: 5px !important;
	padding: 0px !important;
	line-height: 25px !important;
	font-weight: bold !important;
}

#footer {
	width: 866px;
	margin-left: 7px;
	margin-right: 7px;
	margin-top: 20px;
	color: rgb(160,160,160);
	line-height: 20px;
	display: block;
	text-align: center;
	height: 40px;
}

.euroflags {
	background-image: url('../images/el_rak.gif');
	background-repeat: no-repeat;
	background-position: right;
	margin-bottom: 5px;
}

#footer a, 
#footer a:visited {
	color: rgb(160,160,160);
	text-decoration: none;
}

#footer a:hover {
	color: rgb(160,160,160);
	text-decoration: underline;
}

#footer_left {
	float: left;
	width: 200px;
	text-align: left;
}

/* KARUSSELL */

/*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/
.scrollable {
	/* required settings*/ 

	position:relative;
	overflow:hidden;
	width: 540px;
	height:205px;
}

/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accomodate scrollable items.
	it's enough that you set the width and height for the root element and
	not for this element.
*/
.scrollable .items {
	/* this cannot be too large */
	width:2000em;
	position:absolute;
	clear:both;
}

/* single scrollable item */
.scrollable div {
	width: 180px;
	float:left;
	cursor:pointer;
	margin-right: 8px;
	margin-top: 10px;
	margin-left: 0px;
}

.scrollable div img {
	border: 0px;
}

/* active item */
.scrollable .active {
	z-index:9999;
	position:relative;
}


/* this makes it possible to add next button beside scrollable */
.scrollable {
	float:left;	
}

/* prev, next, prevPage and nextPage buttons */
a.browse {
	background:url('../images/left_right.png') no-repeat;
	display:block;
	width:15px;
	height:15px;
	float: left;
	cursor:pointer;
	font-size:1px;
}

/* right */
a.right 				{float: right; background-position: 0 -15px; clear:right; margin-right: 0px;}
a.right:hover 		{ background-position:-15px -15px; }
a.right:active 	{ background-position:-45px -10px; } 


/* left */
a.left				{ margin-left: 0px; } 
a.left:hover  		{ background-position:-15px 0; }
a.left:active  	{ background-position:-45px 0; }

/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
} 	

/* buttons below images*/
.scrollableButtons {
	margin-top: 5px;
	clear: both; 
	width: 540px; 
	text-align: center;
}

.startStop {
	display: inline; /* IE6 fix*/
	width: 150px; 
	float: left; 
	margin-left: 195px;
}

.thContentTable {
	border-collapse: collapse;
	border: 1px solid; 
}

.thContentTable td {
	border-width: 1px;
	border-style: solid;
	padding: 5px;
}

input.small_field {
	border: 1px solid rgb(160,160,160);
	padding: 0px;
	margin-bottom: 7px;
	width: 30px;
	height: 18px;
	font-size: 11px;
}

table.house_search td {
	vertical-align: text-top;
}

h1.DocumentTitle {
	font-size: 13px !important;
	font-weight: bold !important;
}

h1.DocumentTitle a {
	text-decoration: none !important;
	color: #495B76 !important;
}

h1.DocumentTitle,
p.DocumentDesc,
p.DocumentData
{
	margin: 0px !important;
	padding: 0px !important;
	margin-left: 20px !important;
	border: 0px !important;
}



a.DocumentIcon {
	float: left;
	padding-right: 10px;
}

a.DocumentIcon img {
	border: none;
}

a.DeleteIcon {
	float: right;
}

a.DeleteIcon img {
	border: none;
}

span.Title {
	float: left;
}

span.Date {
	font-size: 11px;
	color: #85A5EF;
	float: right;
	width: 100px;
}

span.Size {
	font-size: 11px;
	color: #85A5EF;
	float: right;
	width: 70px;
}

span.UploaderName {
	font-size: 11px;
	color: #85A5EF;
	float: right;
	width: 120px;
}

#DocumentsContainer ul {
	padding-bottom: 0px;
	list-style: none;
	padding-left: 10px;
	cursor: pointer;
}

input.add_folder {
	background-color:#C79870;
	border:1px solid #7A4E2B;
	color:white;
	font-size:11px;
	height: 23px;
}

#newFolderForm {
	display: inline;
	padding: 0px;
	margin: 0px;
}

li.uploaderFile {
height: 20px;
	font-weight: normal;
}

li.uploaderFileHover {
	background-color: #E0E0E0;
}

li.uploaderFileSelected {
	background-color: #E0E0E0;
}

li.uploaderDir {
	font-weight: bold;	
}

li.uploaderDirHover {
	background-color: #F8F8F8;
}

li.uploaderDirSelected {
	background-color: #F0F0F0;
	font-weight: bold;	
}

.searchbox {
	width: 150px;
	margin: 5px;
}

.button {
	background-color: rgb(240,240,240);
	color: brown;
	border: 1px solid rgb(160,160,160);
	height: 20px;
	display: inline;
	float: left;
	font-size: 11px;
}