/*
  $Id: stylesheet.css 1739 2007-12-20 00:52:16Z hpdl $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/

.boxText { font-family: Arial; font-size: 10px; }
.errorBox { font-family : Verdana, Arial, sans-serif; font-size : 10px; background: none; font-weight: bold; }
.stockWarning { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #cc0033; }
.productsNotifications { background: none; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #70d250; text-decoration: underline; }

body {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 0px;
	background: #fff url(images_layout/bg_image.gif) repeat-x;
	font: 0px Arial;
	}
	
#ContactBody {
	background: #0d0f10 url(images_layout/bg4.jpg) no-repeat;
	}
	
#AboutUsBody {
	background: #0d0f10 url(images_layout/bg3.jpg) no-repeat;
	}
	
#BuyingProcessBody {
	background: #0d0f10 url(images_layout/bg.jpg) no-repeat;
	}
	
#ServicesBody {
	background: #0d0f10 url(images_layout/bg5.jpg) no-repeat;
	}
	
#RenovationsBody {
	background: #0d0f10 url(images_layout/bg2.jpg) no-repeat;
	}
	
#UsefulLinksBody {
	background: #0d0f10 url(images_layout/bg7.jpg) no-repeat;
	}
	
.nopadding {
	margin: 0px;
	padding: 0px;
	}
	
#MainContentHolder {
	margin: 0px auto 0px auto;
	padding: 50px 5px 0px 5px;
	width: 960px;	
	background: url(images_layout/main_table_background.png) no-repeat;
	}

.MainTable {
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	width: 960px;
	background: none;
	}
	
.HeaderMenu {
	padding-top: 23px;
	}
	
	
.BodyTable {
	width: 570px;
	padding-right: 5px;
	padding-left: 5px;
	}
	
.DescriptionText {
	font-family: Arial;
	color: #454545;
	font-size: 9pt;
	font-weight: normal;
	text-decoration: none;
	}

.BodyText {
	font-family: Arial;
	color: #454545;
	font-size: 9pt;
	font-weight: normal;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 10px;
	}
	
.BodyTextHeaders {
	font-family: Arial;
	color: #6a6a6a;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
	}
	
.PropertyImage {
	/*margin-right: 20px;*/
	border: solid;
	border-width: 1px;
	border-color: #ffffff;
	}
	
.ExtraFields {
	padding-left: 20px;
	font-family: Arial;
	font-size: 9pt;
	color: #454545;
	text-decoration: none;
	font-weight: bold;
	}
	
.ExtraFieldsListing {
	font-family: Arial;
	font-size: 9pt;
	color: #454545;
	text-decoration: none;
	font-weight: bold;
	}
	
.ExtraFieldsDetail {
	font-family: Arial;
	font-size: 9pt;
	color: #6A6A6A;
	text-decoration: none;
	font-weight: bold;
	}
	
.ExtraFieldsDetailListing {
	font-family: Arial;
	font-size: 9pt;
	color: #6a6a6a;
	text-decoration: none;
	font-weight: bold;
	}
	
.picture {
	/*border: solid;
	border-width: 1px;
	border-color: #ffffff;*/
	}
	
.PropertyImageExtras {
	/*border: solid;
	border-width: 1px;
	border-color: #ffffff;*/
	margin-left: 15px;
	margin-right: 15px;
	}
	
	
.Pictures {
	width: 150px;
	}
	
.PropertyName {
	padding-left: 20px;
	font-family: Arial;
	font-size: 16pt;
	color: #cb6000;
	text-decoration: none;
	font-weight: bold;
	
	}
	
.Headline {
	font-family: Arial;
	font-size: 16pt;
	color: #537979;
	text-decoration: none;
	font-weight: bold;
	
	}
	
.PropertyPrice {
	padding-left: 20px;
	font-family: Arial;
	font-size: 20pt;
	color: #537979;
	text-decoration: none;
	font-weight: bold;
	
	}
	
.TablePadding {
	padding-right: 5px;
	padding-left: 5px;
	}
	
.ProductListingTable {
	padding-left: 5px;
	padding-right: 5px;
	width: 570px;
	height: 278px;
	background: url(images_layout/info_box_content2.png) no-repeat;
	}
.ProductListingTableProperty {
	width: 570px;
	background: url(images_layout/info_box_content2.png) no-repeat;
	}
	
#SearchDiv {	
	margin: 0px;
	padding-top: 33px;
	padding-left: 5px;
	padding-right: 5px;
	width: 180px;
	height: 273px;
	background: url(images_layout/property_search.png) no-repeat;
	}
#SearchDivGREEK {	
	margin: 0px;
	padding-top: 33px;
	padding-left: 5px;
	padding-right: 5px;
	width: 180px;
	height: 273px;
	background: url(images_layout/property_searchGREEK.png) no-repeat;
	}
	
.FeatSmall {
	padding-top: 5px;
	}

A {
  color: #cb6000;
  text-decoration: none;
}

A:hover {
  color: #AABBDD;
  text-decoration: underline;
}

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  
}

TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  
  color: #fff;
  font-weight : bold;
}

A.headerNavigation { 
  color: #fff; 
}

A.headerNavigation:hover {
  color: #c0d6e3;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: none;
}

TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: none;
  color: #ffffff;
  font-weight: bold;
}

.infoBox {
  background: none /*url(images_layout/info_box_content2.png) no-repeat*/;
}
.languagebox	{
	background: none;
	padding: 0px;
	margin: 0px;
}

.infoBoxlanguage {
  background: #ff9900;
}

.infoBoxContents {
  background: none;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: url(images_layout/info_box_content.png) no-repeat;
}

TD.infoBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #bbc3d3;
  color: #ffffff;
}

TD.infoBox, SPAN.infoBox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
  background: none;
    
}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
  background: none;
}

TABLE.productListing {
  border: none;  
}

.productListing-heading {
  font-family: Tahoma;
  font-size: 10px;  
  color: #fff;
  font-weight: bold;
}

TD.productListing-data {
  font-family: Arial;
  font-size: 16px;
  color: #537979;
  border-bottom: solid;
  border-bottom-color: #cbd6d6;
  border-bottom-width: 1px;
    
}

A.pageResults {
  color: #85a9d2;
}

A.pageResults:hover {
  color: #AABBDD;
  
}

TD.pageHeading, DIV.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #9a9a9a;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
}

TD.main, P.main {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Arial;
  font-size: 9px;
  color: #fff;
}
TD.smallTextCat, SPAN.smallTextCat, P.smallTextCat {
	font: normal normal 14px/14px Arial, Verdana, Helvetica;
	color: #cb6000;
	letter-spacing: 1px;
}

TD.smallText2, SPAN.smallText2, P.smallText2 {
  font-family: Arial;
  font-size: 16px;
  color: #ffffff;
}
.smallTextFooter	{
	font-family: Arial;
  font-size: 9px;
  color: #454545;
}

TD.accountCategory {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-family: Tahoma;
  font-size: 12px;
  font-weight: normal;
  color: #ffffff;
}

TD.fieldValue {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}

TD.tableHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

SPAN.greetUser {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #f0a480;
  font-weight: bold;
}

TABLE.formArea {
  background: #f1f9fe;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: Verdana, Arial, sans-serif;
  color: #537979;
}

SPAN.errorText {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #E9F4FC; }

.checkoutBarFrom, .checkoutBarTo { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #000000; }

/* message box */

.messageBox { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #bd0000; }
.messageStackSuccess { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ff0000; }
























.contentBox	{
	background: #ff9900;
}





	
.Menu {
	/*position: relative;*/
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px 0px 0px 0px;
	}
	
.Listing {
	position: relative;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px 0px 0px 0px;
	}
	
.Image {
	position: relative;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px 0px 0px 0px;
	border: solid;
	border-width: 1px;
	border-color: #ffffff;
	}
	
#MainContentHolder {
	margin: 0px auto 0px auto;
	padding: 50px 0px 0px 0px;
	width: 960px;
	background: url(images_layout/main_table_background.png) no-repeat;
	}
	
#LeftContent {
	display: inline;
	float: left;
	margin-top: 0px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 0px;
	padding: 0px;
	/*width: 190px;*/
	height: 400px;
	
	}
	
#RightContent {
	display: inline;
	float: right;
	margin-top: 0px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 0px;
	padding: 0px;
	/*width: 190px;*/
	height: 400px;
	}
	
#FeaturedPropContent {
	margin: 0px 195px 0px 195px;
	padding: 0px;
	width: 570px;
	
	}
	
#LeftFeaturedProp {
	float: left;
	margin: 5px 5px 0px 0px;
	width: 190px;
	height: 30px;
	background: #000000;
	}
	
#RightFeaturedProp {
	float: right;
	margin: 5px 0px 0px 5px;
	width: 190px;
	height: 30px;
	background: #000000;
	}
	
#CenteredFeatProp {
	margin: 5px 195px 0px 195px;
	padding: 0px;
	width: 190px;
	}
	
.Clear {
clear: both;
line-height: 0px;
font-size: 0;
}







/*FORM SECTION*/

.FormLabel {
	margin: 1px 0px 1px 10px;
	padding: 0px;
	/*width: 195px;*/
	font-family: arial;
	font-size: 9pt;
	font-style: normal;
	font-weight:normal;
	color: #6a6a6a;
	
	/*border-style: solid;
	border-color:#4d545e;
	border-width: 1px;*/
	}
	
.FormText {
	margin: 2px 10px 2px 10px;
	padding: 2px;
	font-family:arial;
	font-size:8pt;
	font-style:normal;
	font-weight:normal;
	
	border: none;
	/*background: #2d353f;*/
	color:#FF9900;
	/*width: 170px;*/
	
	}
	
.FormBody {
	font-family:arial;
	font-size:9pt;
	font-style:normal;
	font-weight:normal;
	color: #92a6a6;
	/*background: #2d353f;*/
}
	
.EnquiryBox {
	margin: 2px 0px 2px 10px;
	padding: 2px;
	font-family:arial;
	font-size:9pt;
	font-style:normal;
	font-weight:normal;
	background: /*url(images_layout/info_box_content.png) no-repeat*/;
	border: none;
	color:#749e51;
	width: 270px;
	
	}
	
.FormSelect {
	margin: 1px 10px 0px 10px;
	padding: 0px;
	font-family:arial;
	font-size:9pt;
	font-style:normal;
	font-weight:normal;
	background: #6b757e;
	color:#FF9900;
	border-style: solid; 
	border-width: 1px;
	border-color: #4d545e;
	
	}
	
.RequiredFieldsAsterix {
	font-family:arial;
	font-size: 9pt;
	font-style: normal;
	color: #85a9d2;
	text-align: left;
	}
	
.button { 
	background: url(images_layout/search_button.png) right; 
	font-size: 11pt;
	text-align: left;
	border-style: none; 
	/*border-width: 1px; 
	border-color: #FF9900; 
	color: #FFF; */
	/*margin: 2px 10px 2px 10px;*/
	width: 179px;
	height: 29px;
	cursor: pointer;
	}
.sendbutton { 
	background: url(images_layout/send_form_button.png) right; 
	font-size: 11pt;
	text-align: left;
	border-style: none; 
	/*border-width: 1px; 
	border-color: #FF9900; 
	color: #FFF; */
	/*margin: 2px 10px 2px 10px;*/
	width: 179px;
	height: 29px;
	cursor: pointer;
	}
.sendbuttonGREEK { 
	background: url(images_layout/send_form_buttonGREEK.png) right; 
	font-size: 11pt;
	text-align: left;
	border-style: none; 
	/*border-width: 1px; 
	border-color: #FF9900; 
	color: #FFF; */
	/*margin: 2px 10px 2px 10px;*/
	width: 179px;
	height: 29px;
	cursor: pointer;
	}
.buttonGREEK { 
	background: url(images_layout/search_buttonGREEK.png) right; 
	font-size: 11pt;
	text-align: left;
	border-style: none; 
	/*border-width: 1px; 
	border-color: #FF9900; 
	color: #FFF;*/ 
	/*margin: 2px 10px 2px 10px;*/
	width: 179px;
	height: 29px;
	cursor: pointer;
	}
	
.button2 { 
	background: url(images_layout/send_form_button.png) right; 
	font-size: 11pt;
	text-align: left;
	border-style: none; 
	border-width: 1px; 
	border-color: #FF9900; 
	color: #FFF; 
	/*margin: 2px 10px 2px 10px;*/
	width: 179px;
	height: 29px;
	}

.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #9a9a9a;
}

#Footer2 {
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	height: 30px;
	width: 960px;
	}
	
#Home {
	background: url(images_layout/header_menu_home.png);
	height: 21px;
	width: 80px;
	}
	
#Apartments {
	background: url(images_layout/header_menu_apartments.png);
	height: 21px;
	width: 95px;
	}
	
#HousesAndVillas {
	background: url(images_layout/header_menu_houses_villas.png);
	height: 21px;
	width: 120px;
	}
	
#Hotels {
	background: url(images_layout/header_men_hotels.png);
	height: 21px;
	width: 63px;
	}
	
#Land {
	background: url(images_layout/header_menu_land.png);
	height: 21px;
	width: 54px;
	}
	
#Restorations {
	background: url(images_layout/header_menu_resorations.png);
	height: 21px;
	width: 97px;
	}
	
#Contact {
	background: url(images_layout/header_menu_contactus.png);
	height: 21px;
	width: 81px;
	}
#SearchRef {
	width: 34px;
	height: 9px;
	background: url(images_layout/search_ref.png) no-repeat;
	}
#SearchType {
	width: 32px;
	height: 9px;
	background: url(images_layout/search_type_image.png) no-repeat;
	}
	
#SearchArea {
	width: 32px;
	height: 9px;
	background: url(images_layout/search_area_image.png) no-repeat;
	}
	
#SearchFrom {
	width: 32px;
	height: 9px;
	background: url(images_layout/search_from_image.png) no-repeat;
	}
#SearchTo	{
	width: 17px;
	height: 9px;
	background: url(images_layout/search_to_image.png) no-repeat;
}
#SearchTypeGREEK {
	width: 37px;
	height: 9px;
	background: url(images_layout/search_type_imageGREEK.png) no-repeat;
	}
	
#SearchAreaGREEK {
	width: 49px;
	height: 9px;
	background: url(images_layout/search_area_imageGREEK.png) no-repeat;
	}
	
#SearchFromGREEK {
	width: 24px;
	height: 9px;
	background: url(images_layout/search_from_imageGREEK.png) no-repeat;
	}
#SearchToGREEK	{
	width: 17px;
	height: 9px;
	background: url(images_layout/search_to_imageGREEK.png) no-repeat;
}
	
.BulletList {
	position: relative;
	font-family: Arial;
	color: #ffffff;
	font-size: 9pt;
	font-weight: normal;
	text-decoration: none;
	list-style-type: disc;
	list-style-image:url(images_layout/bullet.png);
	}	
	
.InfoPictures {
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: solid;
  border-bottom-color: #cbd6d6;
  border-bottom-width: 1px;
	}
	
.InfoPicturesBottom {
	padding-right: 10px;
	padding-top: 10px;
	}
	
.InfoBorders {
  border-bottom: solid;
  border-bottom-color: #cbd6d6;
  border-bottom-width: 1px;
	}
	
.H1	{
	font-family: Arial;
	font-size: 9px;
  	color: #454545;
	}
	.H1 a	{
	font-family: Arial;
	font-size: 9px;
  	color: #798887;
	}
	.H1 a:hover	{
	font-family: Arial;
	font-size: 9px;
  	color: #c0d6e3;
	}


/*ENGLISH NAVIGATION-----------------------------------------------------*/

#HeaderBG	{
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 17px;
	padding-bottom: 10px;
	width: 940px;
	height: 262px;
	background: url(images_layout/header_BG.gif) no-repeat;
}
#Logo	{
	margin-left: 0px;
	margin-right: 588px;
	margin-top: 20px;
	margin-bottom: 0px;
	padding-top: 20px;
	padding-bottom:0px;
	width: 294px;
	height: 88px;
}
#LogoGREEK	{
	margin-left: 0px;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 0px;
	padding-top: 20px;
	padding-bottom: 0px;
	width: 323px;
	height: 88px;
}
#Language	{
	margin-left: 0px;
	margin-right: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-right: 5px;
	width: 60px;
}
#dateDiv	{
	padding-bottom: 5px;
	padding-right: 5px;
	font: normal normal 14px/14px Arial, Verdana, Helvetica;
	color: #fff;
}
.UsersOnline	{
	
	font: normal normal 14px/14px Arial, Verdana, Helvetica;
	color: #454545;
}
#FlashPlacer	{
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 12px;
	margin-bottom: 0px;
	width: 940px;
	height: 230px;
	background: url(images_layout/flashplacer.jpg) no-repeat;
}
#Menu	{
	margin-left: 705px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
	width: 431px;
	height: 21px;
}
ul.nav {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-left: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	background: #000000;
}
li.nav {
	float: left;
	width: 92px;
	height: 27px;
	list-style: none;
}
.Home {
	float: left;
	width: 43px;
	height: 21px;
	list-style: none;
	overflow: hidden;
}
.Home a {
	display: block;
	width: 43px;
	height: 21px;
	background: url(images_layout/menu_header_home.gif) no-repeat top left;
	overflow: hidden;
}
.Home a:hover {
	background-position: 0 -21px;
}
.About {
	float: left;
	width: 64px;
	height: 21px;
	list-style: none;
	overflow: hidden;
}
.About a {
	display: block;
	width: 64px;
	height: 21px;
	background: url(images_layout/menu_header_about.gif) no-repeat top left;
	overflow: hidden;
}
.About a:hover {
	background-position: 0 -21px;
}
.Buy {
	float: left;
	width: 32px;
	height: 21px;
	list-style: none;
	overflow: hidden;
}
.Buy a {
	display: block;
	width: 32px;
	height: 21px;
	background: url(images_layout/menu_header_buy.gif) no-repeat top left;
	overflow: hidden;
}
.Buy a:hover {
	background-position: 0 -21px;
}
.Sell {
	float: left;
	width: 30px;
	height: 21px;
	list-style: none;
	overflow: hidden;
}
.Sell a {
	display: block;
	width: 30px;
	height: 21px;
	background: url(images_layout/menu_header_sell.gif) no-repeat top left;
	overflow: hidden;
}
.Sell a:hover {
	background-position: 0 -21px;
}
.Info {
	float: left;
	width: 72px;
	height: 21px;
	list-style: none;
	overflow: hidden;
}
.Info a {
	display: block;
	width: 72px;
	height: 21px;
	background: url(images_layout/menu_header_info.gif) no-repeat top left;
	overflow: hidden;
}
.Info a:hover {
	background-position: 0 -21px;
}
.Links {
	float: left;
	width: 33px;
	height: 21px;
	list-style: none;
	overflow: hidden;
}
.Links a {
	display: block;
	width: 33px;
	height: 21px;
	background: url(images_layout/menu_header_links.gif) no-repeat top left;
	overflow: hidden;
}
.Links a:hover {
	background-position: 0 -21px;
}
.Map {
	float: left;
	width: 89px;
	height: 21px;
	list-style: none;
	overflow: hidden;
}
.Map a {
	display: block;
	width: 89px;
	height: 21px;
	background: url(images_layout/menu_header_map.gif) no-repeat top left;
	overflow: hidden;
}
.Map a:hover {
	background-position: 0 -21px;
}
.Contact {
	float: left;
	width: 68px;
	height: 21px;
	list-style: none;
	overflow: hidden;
}
.Contact a {
	display: block;
	width: 68px;
	height: 21px;
	background: url(images_layout/menu_header_contact.gif) no-repeat top left;
	overflow: hidden;
}
.Contact a:hover {
	background-position: 0 -21px;
}
/*GREEK NAVIGATION-----------------------------------------------------*/

#LogoGREEK	{
	float: left;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 63px;
	width: 348px;
	height: 77px;
}
#MenuGREEK	{
	margin-left: 630px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
	width: 622px;
	height: 21px;
}
ul.navGREEK {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-left: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	background: #000000;
}
li.nav {
	float: left;
	width: 92px;
	height: 27px;
	list-style: none;
}
.HomeGREEK {
	float: left;
	width: 51px;
	height: 21px;
	list-style: none;
	overflow: hidden;
}
.HomeGREEK a {
	display: block;
	width: 51px;
	height: 21px;
	background: url(images_layout/menu_header_home_GREEK.gif) no-repeat top left;
	overflow: hidden;
}
.HomeGREEK a:hover {
	background-position: 0 -21px;
}
.AboutGREEK {
	float: left;
	width: 65px;
	height: 21px;
	list-style: none;
	overflow: hidden;
}
.AboutGREEK a {
	display: block;
	width: 65px;
	height: 21px;
	background: url(images_layout/menu_header_about_GREEK.gif) no-repeat top left;
	overflow: hidden;
}
.AboutGREEK a:hover {
	background-position: 0 -21px;
}
.BuyGREEK {
	float: left;
	width: 53px;
	height: 21px;
	list-style: none;
	overflow: hidden;
}
.BuyGREEK a {
	display: block;
	width: 53px;
	height: 21px;
	background: url(images_layout/menu_header_buy_GREEK.gif) no-repeat top left;
	overflow: hidden;
}
.BuyGREEK a:hover {
	background-position: 0 -21px;
}
.SellGREEK {
	float: left;
	width: 63px;
	height: 21px;
	list-style: none;
	overflow: hidden;
}
.SellGREEK a {
	display: block;
	width: 63px;
	height: 21px;
	background: url(images_layout/menu_header_sell_GREEK.gif) no-repeat top left;
	overflow: hidden;
}
.SellGREEK a:hover {
	background-position: 0 -21px;
}
.InfoGREEK {
	float: left;
	width: 94px;
	height: 21px;
	list-style: none;
	overflow: hidden;
}
.InfoGREEK a {
	display: block;
	width: 94px;
	height: 21px;
	background: url(images_layout/menu_header_info_GREEK.gif) no-repeat top left;
	overflow: hidden;
}
.InfoGREEK a:hover {
	background-position: 0 -21px;
}
.LinksGREEK {
	float: left;
	width: 76px;
	height: 21px;
	list-style: none;
	overflow: hidden;
}
.LinksGREEK a {
	display: block;
	width: 76px;
	height: 21px;
	background: url(images_layout/menu_header_links_GREEK.gif) no-repeat top left;
	overflow: hidden;
}
.LinksGREEK a:hover {
	background-position: 0 -21px;
}
.MapGREEK {
	float: left;
	width: 143px;
	height: 21px;
	list-style: none;
	overflow: hidden;
}
.MapGREEK a {
	display: block;
	width: 143px;
	height: 21px;
	background: url(images_layout/menu_header_map_GREEK.gif) no-repeat top left;
	overflow: hidden;
}
.MapGREEK a:hover {
	background-position: 0 -21px;
}
.ContactGREEK {
	float: left;
	width: 77px;
	height: 21px;
	list-style: none;
	overflow: hidden;
}
.ContactGREEK a {
	display: block;
	width: 77px;
	height: 21px;
	background: url(images_layout/menu_header_contact_GREEK.gif) no-repeat top left;
	overflow: hidden;
}
.ContactGREEK a:hover {
	background-position: 0 -21px;
}
/*ENGLISH SIDE NAVIGATION ----------------------------------------------*/
ul.sidenav {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	width: 190px;
}
li.sidenav {
	/*float: left;*/
	width: 190px;
	height: 27px;
	list-style: none;
}
.sideAbout {
	width: 190px;
	height: 27px;
	list-style: none;
	overflow: hidden;
}
.sideAbout a {
	display: block;
	width: 190px;
	height: 27px;
	background: url(images_layout/menu_about_us.png) no-repeat top left;
	overflow: hidden;
	cursor: pointer;
}
.sideAbout a:hover {
	background-position: 0 -27px;
}
.sideForSale {
	width: 190px;
	height: 27px;
	list-style: none;
	overflow: hidden;
}
.sideForSale a {
	display: block;
	width: 190px;
	height: 27px;
	background: url(images_layout/menu_properties_for_sale.png) no-repeat top left;
	overflow: hidden;
	cursor: pointer;
}
.sideForSale a:hover {
	background-position: 0 -27px;
}
.sideForRent {
	width: 190px;
	height: 27px;
	list-style: none;
	overflow: hidden;
}
.sideForRent a {
	display: block;
	width: 190px;
	height: 27px;
	background: url(images_layout/menu_properties_for_rent.png) no-repeat top left;
	overflow: hidden;
	cursor: pointer;
}
.sideForRent a:hover {
	background-position: 0 -27px;
}
.sideLuxury {
	width: 190px;
	height: 27px;
	list-style: none;
	overflow: hidden;
}
.sideLuxury a {
	display: block;
	width: 190px;
	height: 27px;
	background: url(images_layout/menu_luxury.gif) no-repeat top left;
	overflow: hidden;
	cursor: pointer;
}
.sideLuxury a:hover {
	background-position: 0 -27px;
}
.sideOffers {
	width: 190px;
	height: 28px;
	list-style: none;
	overflow: hidden;
}
.sideOffers a {
	display: block;
	width: 190px;
	height: 28px;
	background: url(images_layout/menu_offers.gif) no-repeat top left;
	overflow: hidden;
	cursor: pointer;
}
.sideOffers a:hover {
	background-position: 0 -28px;
}
.sideSellHouse {
	width: 190px;
	height: 28px;
	list-style: none;
	overflow: hidden;
}
.sideSellHouse a {
	display: block;
	width: 190px;
	height: 28px;
	background: url(images_layout/menu_sell_your_house.png) no-repeat top left;
	overflow: hidden;
	cursor: pointer;
}
.sideSellHouse a:hover {
	background-position: 0 -28px;
}
.sideInfo {
	width: 190px;
	height: 28px;
	list-style: none;
	overflow: hidden;
}
.sideInfo a {
	display: block;
	width: 190px;
	height: 28px;
	background: url(images_layout/menu_information.png) no-repeat top left;
	overflow: hidden;
	cursor: pointer;
}
.sideInfo a:hover {
	background-position: 0 -28px;
}
.sideMap {
	width: 190px;
	height: 27px;
	list-style: none;
	overflow: hidden;
}
.sideMap a {
	display: block;
	width: 190px;
	height: 27px;
	background: url(images_layout/menu_map.png) no-repeat top left;
	overflow: hidden;
	cursor: pointer;
}
.sideMap a:hover {
	background-position: 0 -27px;
}
.sideLinks {
	width: 190px;
	height: 27px;
	list-style: none;
	overflow: hidden;
}
.sideLinks a {
	display: block;
	width: 190px;
	height: 27px;
	background: url(images_layout/menu_useful_links.png) no-repeat top left;
	overflow: hidden;
	cursor: pointer;
}
.sideLinks a:hover {
	background-position: 0 -27px;
}
.sideContact {
	width: 190px;
	height: 25px;
	list-style: none;
	overflow: hidden;
}
.sideContact a {
	display: block;
	width: 190px;
	height: 25px;
	background: url(images_layout/menu_contact_us.png) no-repeat top left;
	overflow: hidden;
	cursor: pointer;
}
.sideContact a:hover {
	background-position: 0 -25px;
}
/*GREEK SIDE NAVIGATION ----------------------------------------------*/
ul.sidenav {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	width: 190px;
}
li.sidenav {
	/*float: left;*/
	width: 190px;
	height: 27px;
	list-style: none;
}
.sideAboutGREEK {
	width: 190px;
	height: 27px;
	list-style: none;
	overflow: hidden;
}
.sideAboutGREEK a {
	display: block;
	width: 190px;
	height: 27px;
	background: url(images_layout/menu_about_us_GREEK.png) no-repeat top left;
	overflow: hidden;
	cursor: pointer;
}
.sideAboutGREEK a:hover {
	background-position: 0 -27px;
}
.sideForSaleGREEK {
	width: 190px;
	height: 27px;
	list-style: none;
	overflow: hidden;
}
.sideForSaleGREEK a {
	display: block;
	width: 190px;
	height: 27px;
	background: url(images_layout/menu_properties_for_sale_GREEK.png) no-repeat top left;
	overflow: hidden;
	cursor: pointer;
}
.sideForSaleGREEK a:hover {
	background-position: 0 -27px;
}
.sideForRentGREEK {
	width: 190px;
	height: 27px;
	list-style: none;
	overflow: hidden;
}
.sideForRentGREEK a {
	display: block;
	width: 190px;
	height: 27px;
	background: url(images_layout/menu_properties_for_rent_GREEK.png) no-repeat top left;
	overflow: hidden;
	cursor: pointer;
}
.sideForRentGREEK a:hover {
	background-position: 0 -27px;
}
.sideLuxuryGREEK {
	width: 190px;
	height: 27px;
	list-style: none;
	overflow: hidden;
}
.sideLuxuryGREEK a {
	display: block;
	width: 190px;
	height: 27px;
	background: url(images_layout/menu_luxury_GREEK.gif) no-repeat top left;
	overflow: hidden;
	cursor: pointer;
}
.sideLuxuryGREEK a:hover {
	background-position: 0 -27px;
}
.sideOffersGREEK {
	width: 190px;
	height: 28px;
	list-style: none;
	overflow: hidden;
}
.sideOffersGREEK a {
	display: block;
	width: 190px;
	height: 28px;
	background: url(images_layout/menu_offers_GREEK.gif) no-repeat top left;
	overflow: hidden;
	cursor: pointer;
}
.sideOffersGREEK a:hover {
	background-position: 0 -28px;
}
.sideSellHouseGREEK {
	width: 190px;
	height: 28px;
	list-style: none;
	overflow: hidden;
}
.sideSellHouseGREEK a {
	display: block;
	width: 190px;
	height: 28px;
	background: url(images_layout/menu_sell_your_house_GREEK.png) no-repeat top left;
	overflow: hidden;
	cursor: pointer;
}
.sideSellHouseGREEK a:hover {
	background-position: 0 -28px;
}
.sideInfoGREEK {
	width: 190px;
	height: 28px;
	list-style: none;
	overflow: hidden;
}
.sideInfoGREEK a {
	display: block;
	width: 190px;
	height: 28px;
	background: url(images_layout/menu_information_GREEK.png) no-repeat top left;
	overflow: hidden;
	cursor: pointer;
}
.sideInfoGREEK a:hover {
	background-position: 0 -28px;
}
.sideMapGREEK {
	width: 190px;
	height: 27px;
	list-style: none;
	overflow: hidden;
}
.sideMapGREEK a {
	display: block;
	width: 190px;
	height: 27px;
	background: url(images_layout/menu_map_GREEK.png) no-repeat top left;
	overflow: hidden;
	cursor: pointer;
}
.sideMapGREEK a:hover {
	background-position: 0 -27px;
}
.sideLinksGREEK {
	width: 190px;
	height: 27px;
	list-style: none;
	overflow: hidden;
}
.sideLinksGREEK a {
	display: block;
	width: 190px;
	height: 27px;
	background: url(images_layout/menu_useful_links_GREEK.png) no-repeat top left;
	overflow: hidden;
	cursor: pointer;
}
.sideLinksGREEK a:hover {
	background-position: 0 -27px;
}
.sideContactGREEK {
	width: 190px;
	height: 25px;
	list-style: none;
	overflow: hidden;
}
.sideContactGREEK a {
	display: block;
	width: 190px;
	height: 25px;
	background: url(images_layout/menu_contact_us_GREEK.png) no-repeat top left;
	overflow: hidden;
	cursor: pointer;
}
.sideContactGREEK a:hover {
	background-position: 0 -25px;
}

#Map	{
	margin-top: 10px;
	width: 404px;
	background:none;
}
.Availability	{
	padding-left: 20px;
	font: normal bold 18px/18px Arial;
	color: #b93f3f;
}
.test	{
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	padding-bottom: 20px;
	width: 140px;
	height: 95px;
	background: url(images_layout/polaroid_bg.png) no-repeat;
	cursor: pointer;
}

#log {
	width: 450px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;	
	color: #85a9d2;
}
 
#log_res {
	overflow: auto;
}
 
#log_res.ajax-loading {
	padding: 20px 0;
	background: url(http://demos.mootools.net/demos/Group/spinner.gif) no-repeat center;
}


img, .button, .buttonGREEK, .button2, .sendbutton, .sendbuttonGREEK, .EnquiryBox, .FormText2, #MainContentHolder, .infoBoxNoticeContents, .infoBox, #SearchDiv, .ProductListingTable, .MainTable, #MainContentHolder, #Home, #Contact, #Restorations, #Land, #Hotels, #HousesAndVillas, #Apartments, #SearchType, #SearchDivGREEK, #Logo, #LogoGREEK, .test, .sideAbout, .sideAbout a, .sideAbout a:hover, .sideForSale, .sideForSale a, .sideForSale a:hover, .sideForRent a,.sideSellHouse a, .sideInfo a, .sideMap a, .sideLinks a, .sideContact a, .sideAboutGREEK a, .sideForSaleGREEK a, .sideForRentGREEK a, .sideSellHouseGREEK a, .sideInfoGREEK a, .sideMapGREEK a, .sideLinksGREEK a, .sideContactGREEK a, #SearchArea, #SearchFrom, #SearchTo, #SearchToGREEK, #SearchFromGREEK, #SearchRef, #SearchAreaGREEK, #SearchTypeGREEK { behavior: url(iepngfix.htc); border: 0;}



