/*
 * primary style schema values for siam-property website 
 * eurothai light blue trim  #ccd2de
 * eurothia logo blue #00235d
 * 
 * background: #e5dbd9; //redish side bar
 * alert text: #6e2822 // blood red text
 * tag text color: #c15c3a  // burnt orange
 * border-color: #cfd2df;  // light grey border
 * background: #fcfcfc;  // off-white container
 * background-color: #ccd2de;  // greenish main header
 * border-top-color: #1e1b38;  // dk-blue text and logo bg
 * color: #6c6362;  // med-grey labels
 * Orange color: #f7941d
 * med blue header: #0080c0

*/
body {
	margin: 0 auto;
	background-color: #fcfcfc;
}

/* solarch@software-solution-architect.com
*  Dec 15, 2007; used on each page for any text you wish to standout
*  it also helps with SEO
*/
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Tahoma, Verdana;
	font-size: 14px;
	margin: 5px 0 5px 0;
	padding: 0;
	color: #4c4342;
}

/* solarch@software-solution-architect.com
*  Dec 15, 2007; provides off-white background and 
*/
.container {
	margin: 0;
	vertical-align: top;
	background: #fcfcfc;
	width: 900px;
}

/* solarch@software-solution-architect.com
*  Dec 15, 2007; used only for the quick search table
*  called in buildAdvancedOptionsHtml()
*/
.border {
	width: 230px;
	border: 1px solid #cfd2df;
	border-collapse: collapse;
}

/* solarch@software-solution-architect.com
*  Dec 15, 2007; sets the left container's background color
*/
.containerborderleft {
	background-color: #000000;
}

/* solarch@software-solution-architect.com
*  Dec 15, 2007; same as above but for right side
*/
.containerborderright {
	background-color: #000000;
}

/* solarch@software-solution-architect.com
*  Dec 15, 2007; forces the width of the site container so all of the floating divs work
*/
.logotable {
	width: 900px;
	background-color: #000000;
}

/* solarch@software-solution-architect.com
*  Dec 15, 2007; used in login.php for login and resgistration form tables
*/
.utilitytableheader {
	height: 20px;
	vertical-align: top;
	background-color: #ccd2de;
}

.utilityheadertext {
	color: #4f4f4f;
	font-weight: normal;
	font-size: 14px;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	text-align: center;
	vertical-align: middle;
	padding: 4px 0 4px 6px;
}

.alertbox {
	border: 2px solid red;
	background-color: #ffffff;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	text-align: left;
	font-weight: normal;
	padding: 4px;
}

/* solarch@software-solution-architect.com
*  Dec 15, 2007; used for the labels of input form fields
*/
label {
	display: block;
	float: left;
	width: 130px;
	text-align: right;
	line-height: 140%;
}

/* solarch@software-solution-architect.com
*  Dec 15, 2007; used to create labels within major sections in pages
*  like login
*/
.inputlabelleft {
	display: table-cell;
	text-align: right;
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	color: #4f4f4f;
	line-height: 235%;
	width: 100px;
	padding: 10px 10px 0 0px;
	verticle-align: bottom;
	float: left;
}

/* solarch@software-solution-architect.com
*  Dec 15, 2007; used to create detail data right of content header labels in pages
*  like login
*/
.inputfieldleft {
	display: table-cell;
	text-align: left;
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #1e1b38;
	line-height: 200%;
	width: 100px;
	padding: 10px 0 10px 0;
	verticle-align: bottom;
}

/* solarch@software-solution-architect.com
*  Dec 15, 2007; used to build the navigation bar
*/
.navigationtable {
	background: #fcfcfc;
	width: 899px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 6px;
}

#nav {
	float: left;
	width: 100%;
	list-style: none;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 11px;
	font-color: #1e1b38;
	text-align: center;
	font-weight: normal;
	font-decoration: none;
	line-height: 12px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background: #fcfcfc;
}

#nav ul {
	font-decoration: none;
	height: 22px;
	width: 100%;
	list-style: none;
	line-height: 130%;
	border: none;
	border-width: 0;
	z-index: 1;
}

#nav a {
	display: block;
	font-weight: normal;
	padding: 0.5em 0 0 0.5em;
	font-decoration: none;
}

#nav a:hover {
	display: block;
	color: red;
	font-weight: normal;
	font-decoration: none;
}

#nav li {
	height: 22px;
	float: left;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	font-weight: normal;
	border-width: 0;
	margin: 2px 0 0 -5px;
}

#nav li ul li {
	background: #FFFFFF;
	border-collapse: collapse;
}

#nav li ul li ul li {
	position: absolute;
	left: -999em;
	height: auto;
	font-weight: normal;
	border-width: 0;
	margin: 2px 0 0 -5px;
}

#nav li li {
	height: 22px;
	text-align: left;
	float: left;
	border-left-color: #BBBBBB;
	border-left-style: solid;
	border-right-color: #BBBBBB;
	border-right-style: solid;
	border-bottom-color: #BBBBBB;
	border-bottom-style: solid;
	border-width: 0 1px 1px 0;
	border-collapse: collapse;
}

#nav li ul ul {
	border-collapse: collapse;
}

#nav li:hover ul,#nav li li:hover ul,#nav li li li:hover ul,#nav li.sfhover ul,#nav li li.sfhover ul,#nav li li li.sfhover ul,#nav li ul li ul li
	{
	left: auto;
}

#nav li:hover,#nav li.sfhover {
	background: #ccd2de;
}

/* solarch@software-solution-architect.com
*  Dec 15, 2007; used in the building of the nav links
*/
#here {
	float: left;
	height: 24px;
	width: 100%;
	list-style: none;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 11px;
	color: #1e1b38;
	text-align: center;
	font-weight: normal;
	font-decoration: none;
	line-height: 12px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-color: #000000;
}

A.propertylistnav {
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	font-stretch: ultra-expanded;
	font-variant: small-caps;
	font-weight: normal;
	margin: 0 0 0 15px;
	width: 600px;
}

A:link {
	text-decoration: none;
	color: #1e1b38;
}

A:visited {
	text-decoration: none;
	color: #1e1b38;
}

A:active {
	text-decoration: none;
	color: red;
}

A:hover {
	text-decoration: underline;
	color: red;
}

table {
	margin: 0 auto;
}

/* solarch@software-solution-architect.com
*  Dec 15, 2007; used on left side of user bar for the language selection and flag display
*/
.flagtableborder {
	width: 899px;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #ccd2de;
	border-top-width: 7px;
	border-top-style: solid;
	border-top-color: #ccd2de;
}

.flagtable {
	height: 28px;
	padding: 3px;
	width: 899px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccd2de;
	border-top-width: 7px;
	border-top-style: solid;
	border-top-color: #ccd2de;
}

#flags {
	width: 43px;
	text-align: left;
	margin: 0 0 0 0;
	padding-left: 8px;
}

.login {
	float: right;
	width: 50%;
	text-align: right;
	vertical-align: middle;
}

/* solarch@software-solution-architect.com
*  Dec 15, 2007; used to make seperation bars, used with horizontal2 together
*/
.horizontal1 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccd2de;
}

.horizontal2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cfd2df;
}

.verticalborder {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ccd2de;
}

.contenttableouter {
	padding: 0px;
	margin: 10px;
}

.sidebartablediv {
	width: 255px;
	margin-top: 7px;
	vertical-align: top;
}

.sidebarrowdiv {
	width: 250px;
	margin: 0;
	padding: 0;
}

.sidebarimage {
	width: 215px;
	margin: 0 0 3px 0;
}

.sidebartablewelcome {
	background-color: #fcfcfc;
	width: 230px;
	border: 0px solid #cfd2df;
	padding: 5px;
	margin: 3px 0 20px 0;
	border-collapse: collapse;
	color: #1e1b38;
}

.sidebartablefeatured {
	background-color: #ffffff;
	width: 230px;
	border: 1px solid #cfd2df;
	margin: 3px 0 10px 0;
	border-collapse: collapse;
}

.sidebarwelcometxt {
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-weight: normal;
	line-height: 130%;
	color: #1e1b38;
	text-decoration: none;
	text-align: justify;
	width: 230px;
	vertical-align: top;
}

.searchproptxt {
	font-weight: bold;
	font-size: 11px;
	text-align: left;
	vertical-align: middle;
	color: #1e1b38;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	text-decoration: none;
	padding: 5px 0 0 5px;
	margin: 0 0 0 0;
}

.searchpropfield {
	font-weight: normal;
	font-size: 11px;
	text-align: left;
	vertical-align: middle;
	color: #1a2158;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	text-decoration: none;
	padding: 0;
	margin: 0;
}

.searchpropfield:hover {
	font-weight: normal;
	font-size: 11px;
	text-align: left;
	vertical-align: middle;
	color: red;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	text-decoration: none;
	padding: 0;
	margin: 0;
}

.utilitybox {
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 10px;
	background-color: #FFFFFF;
	height: 163px;
}

.utilitybox2 {
	font-weight: normal;
	font-size: 10px;
	text-align: left;
	vertical-align: middle;
	color: #152A57;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	text-decoration: none;
}

button.primary,input.button.primary {
	border: 1px solid #d5bd98;
	border-right-color: #935e0d;
	border-bottom-color: #935e0d;
	background: #ffa822 url(/images/design/btn_bg_submit.gif) left center
		repeat-x;
}

button.primary:active,input.button.primary:active {
	border: 1px solid #935e0d;
	border-right-color: #d5bd98;
	border-bottom-color: #d5bd98;
}

.button {
	font-size: 10px;
}

.searchbtn:hover {
	color: red;
	width: 60px;
	height: 20px;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 10px;
	font-weight: normal;
	background-color: #caddf1;
	border: 1px solid blue;
	vertical-align: bottom;
}

.gobtn {
	color: #000000;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	background-color: #fcfcfc;
	border: 1px solid #cfcfcf;
}

.propertyboxtableouter {
	width: 610px;
	vertical-align: top;
	border-collapse: collapse;
	border: 1px solid #cfcfcf;
}

.propertyboxtableinner {
	width: 305px;
	border: 1px solid #cfcfcf;
	border-collapse: collapse;
	background-color: #FFFFFF;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: justify;
	vertical-align: top;
}

.recordcount {
	display: table-cell;
	width: 610px;
	height: auto;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	border-bottom: 1px solid #cfd2df;
	font-size: 11px;
	color: #4f4f4f;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	text-align: right;
	font-weight: normal;
	line-height: 130%;
	text-decoration: none;
}

.propertylisttableinner {
	background-color: #fcfcfc;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	vertical-align: top;
}

.propertytableheader {
	width: 610px;
	height: 28px;
	text-align: left;
	background-color: #00245e;
	vertical-align: top;
}

.propertytableheadertext {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 16px;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	vertical-align: middle;
	text-decoration: none;
	padding: 6px 0 0 4px;
}

.propertytableheadertextsmall {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	vertical-align: middle;
	font-style: italic;
	padding: 6px 0 0 4px;
}

.propertytableheadertext:A .hover {
	color: red;
	font-weight: normal;
	font-size: 14px;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	vertical-align: middle;
	text-decoration: underline;
}

.propertytableheadertext:A .visited {
	color: #FFFFFF;
	font-size: 14px;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-weight: bold;
	vertical-align: middle;
	text-decoration: none;
}

.propertytableheadertext:A .link {
	color: #FFFFFF;
	font-size: 14px;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-weight: bold;
	vertical-align: middle;
	text-decoration: none;
}

.propertytableheadertexttag {
	font-size: 11px;
	color: #FFFFFF;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	text-align: right;
	text-decoration: none;
	font-weight: bold;
	padding-right: 30px;
}

.homepagepricefromtext {
	font-family: Arial, Tahoma, Verdana, sans-serif;
	color: #c15c3a;
	font-weight: bold;
	font-size: 11px;
	text-align: left;
	padding-left: 4px;
}

.propertytabletitletext {
	font-family: Times New Roman, serif;
	font-size: 20px;
	color: #4f4f4f;
	text-align: right;
	padding-right: 30px;
}

.developmentheader {
	font-size: 16px;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	text-align: left;
	padding: 10px 0 0 10px;
}

.propertyboxtxt1 {
	height: 100px;
	font-size: 11px;
	color: #4f4f4f;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	text-decoration: none;
	font-weight: normal;
	vertical-align: top;
	padding: 8px 4px 4px 8px;
}

/*deprecated*/
.propertyboxtxt2 {
	font-size: 11px;
	color: #5e110b; /* dk-red*/
	font-family: Arial, Tahoma, Verdana, sans-serif;
	text-align: left;
	text-decoration: underline;
	font-weight: bold;
	padding: 8px
}

.propertyboxprice {
	padding: 8px;
	font-size: 11px;
	color: #1e1b38;
	font-family: Arial, Tahoma, Verdana, sans-serif;
}

.propertyboxthumb {
	width: 126px;
	height: 95px;
	margin: 2px;
	border: 1px;
	border-color: #cfcfcf;
	vertical-align: top;
}

.propertyboxmediumthumb {
	width: 200px;
	margin: 2px;
	border: 1px solid #cfcfcf;
	vertical-align: top;
}

.propertylisttxt {
	font-size: 11px;
	color: #4f4f4f;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	text-align: left;
	text-decoration: none;
	font-weight: normal;
	vertical-align: top;
	padding: 8px 4px 0 8px;
}

.contentpageheader {
	color: #1e1b38;
	font-family: Felix Titling, Times New Roman, serif;
	font-weight: normal;
	font-variant: large-caps;
	font-size: 24px;
	margin: 5px 0 0 0;
}

/*
*********************************************
 Used to create tables in main content area
 *********************************************
 */ /* main table div */
.subpagetable {
	display: table;
	width: 880px;
	border-collapse: collapse;
}

.tablediv {
	display: table;
	width: 610px;
	border-collapse: collapse;
	line-height: 120%;
	font-size: 20px;
	color: #4f4f4f;
	font-family: Times;
	text-align: right;
	text-decoration: none;
	font-weight: normal;
	padding: 0px 2px 0 0;
	margin: 0 1px 0 0;
}

/* general purpose row within tablediv div*/
.rowdiv {
	display: table-row;
	width: auto;
	margin: 0;
	padding: 0;
}

/* general purpose 1-column cell div within tablediv*/
.celldiv {
	padding: 0px;
	display: table-cell;
	width: auto;
}

/* 340px wide column for 2-columns within tablediv 
*   used in property_details and featured_properties*/
.column1div {
	padding: 3px;
	display: table-cell;
	width: 330px;
}

/* 240px wide column for 2-columns within tablediv 
*   used in property_details and featured_properties*/
.column2div {
	padding: 3px;
	display: table-cell;
	width: 240px;
}

/* 240px wide column for 2-columns within tablediv 
*   used in property_details and featured_properties*/
.column2adiv {
	padding: 3px;
	display: table-cell;
	width: 240px;
}

/* 600px wide 1-column within tablediv 
*   used in property_details and featured_properties*/
.column3div {
	width: 600px;
	padding: 0px;
	display: table-cell;
}

.contenttable {
	width: 600px;
	border-collapse: collapse;
	border-style: solid;
	border-width: 1px;
	border-color: #cfd2df;
}

/* used in property_details price box*/
.pricetable {
	display: table;
	float: right;
	width: 180px;
	height: 100px;
	background-color: #e5dbd9;
	font-size: 12px;
	color: #1e1b38;
	border: 1px solid #cfd2df;
	padding: 0 8px 0 8px;
	margin: 6px 20px 0 20px;
}

/* used in property_details price box
*  to align the buttons up under the Price
*  label
*/
.pricebuttons {
	width: 170px;
	padding: 0px 4px 0 4px;
}

/* used anyplace there's a notice of use
*  of external resources such as the XE currency
*  pricing notice
*/
.notice {
	color: #808080;
	line-height: 130%;
	font-family: Arial, Tahoma, Verdana;
	font-size: 9px;
}

/* used anyplace there's a reference link to the use
*  of external resources such as the XE currency
*  pricing notice
*/
A.notice {
	color: blue;
	text-decoration: underline;
	line-height: 130%;
	font-family: Arial, Tahoma, Verdana;
	font-size: 9px;
}

/* used to create major section headings in pages
*  like property_details
*/
.contentheaderlight {
	text-align: left;
	font-family: Times;
	font-size: 16px;
	color: #1e1b38;
	margin: 20px 20px 2px 20px;
	padding: 20px 20px 2px 20px;
	font-family: Times;
}

.propertydetailtable {
	margin-left: 20px;
}

.propertydetailsrow {
	height: 15px;
}

/* used to create labels within major sections in pages
*  like property_details
*/
.contentsubheaderlightleft {
	vertical-align: top;
	text-align: right;
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	color: #4f4f4f;
	line-height: 200%;
	width: 65px;
}

/* used to create detail data right of content header labels in pages
*  like property_details
*/
.contentcolumnleft {
	vertical-align: top;
	text-align: left;
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #1e1b38;
	line-height: 200%;
	width: 150px;
	padding-left: 10px;
}

/* used to create labels within major sections in pages
*  like property_details
*/
.contentsubheaderlightcenter {
	vertical-align: top;
	text-align: right;
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	color: #4f4f4f;
	line-height: 200%;
	width: 75px;
}

/* used to create detail data right of content header labels in pages
*  like property_details
*/
.contentcolumncenter {
	vertical-align: top;
	text-align: left;
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #1e1b38;
	line-height: 200%;
	width: 100px;
	padding-left: 10px;
}

.contentsubheaderlightright {
	vertical-align: top;
	text-align: right;
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	color: #4f4f4f;
	line-height: 200%;
	width: 65px;
}

.contentcolumnright {
	vertical-align: top;
	text-align: left;
	font-family: Tahoma, Arial;
	font-size: 11px;
	font-weight: bold;
	color: #1e1b38;
	line-height: 200%;
	width: 85px;
	padding-left: 10px;
}

/* used to create page headings on pages
*  like about hua hin
*/
.contentheader_h1 {
	color: #808080;
	font-family: Arial, Tahoma, Verdana, sans-serif;;
	font-weight: bold;
	font_decoration: underline;
	font-size: 24px;
}

/* used to create sub headings under page headings on pages
*  like about hua hin
*/
.contentheader_h2 {
	color: #808080;
	font-family: Arial, Tahoma, Verdana, sans-serif;;
	font-weight: bold;
	font-size: 18px;
}

.contentheader_h3 {
	color: #6c6362;
	font-family: Tahoma, Arial, Tahoma, Verdana, sans-serif;;
	font-weight: normal;
	font-size: 13px;
	font-style: normal;
}

.contentheader_h4 {
	color: #1e1b38;
	font-family: Arial, Tahoma, Verdana, sans-serif;;
	font-weight: normal;
	font-size: 11px;
	line-height: 100%;
	text-align: left;
}

.contentheader_h5 {
	color: #1e1b38;
	font-family: Tahoma, Verdana, sans-serif;;
	font-weight: bold;
	font-size: 12px;
	line-height: 100%;
	text-align: left;
}

.sideheaderdiv {
	background-color: #ccd2de;
	width: 210px;
	height: 28px;
	border: 1px solid #cfd2df;
	padding: 0px;
	margin-bottom: 10px;
	margin-top: 0;
	border-collapse: collapse;
	color: #1e1b38;
	vertical-align: left;
	background-color: #ccd2de;
}

.emailform {
	vertical-align: top;
	border-left: 1px solid #cfd2df;
	border-bottom: 1px solid #cfd2df;
	padding: 6px 10px 6px 6px;
}

.scrollableagents {
	width: 300px;
	height: 500px;
	font-size: 11px;
	color: #1e1b38;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-weight: normal;
	text-align: left;
	line-height: 120%;
	vertical-align: top;
	padding: 0px;
	margin: 0px;
	border-left: 1px solid #cfd2df;
	border-right: 1px solid #cfd2df;
	border-bottom: 1px solid #cfd2df;
	vertical-align: top;
}

/* used for the row of thumbs on property_details*/
.thumbdiv {
	width: 550px;
	border: 0;
	padding: 0;
	margin: 0;
	border-collapse: collapse;
	overflow: auto;
}

/* used for the thumbnail image on property_details*/
.thumbnail {
	text-align: left;
	border: 1px solid #ccd2de;
	height: 70px;
}

.propertydetailthumbs {
	border: 1px solid #ccd2de;
	height: 77px;
}

.inputtxt {
	font-size: 11px;
	color: #1e1b38;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	text-align: left;
	font-weight: normal;
	vertical-align: bottom;
	text-decoration: none;
}

.labeltxtlight {
	font-size: 11px;
	color: #4f4f4f;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	text-align: right;
	font-weight: normal;
	vertical-align: bottom;
	line-height: 130%;
	text-decoration: none;
}

.labeltxtdark {
	font-size: 11px;
	color: #1e1b38;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	text-align: right;
	font-weight: bold;
	vertical-align: bottom;
	line-height: 130%;
	text-decoration: none;
}

.contenttxt {
	font-size: 14px;
	color: #4f4f4f;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	text-align: justify;
	font-weight: normal;
	vertical-align: bottom;
	text-decoration: none;
}

.contenttxtLandinPages {
	font-size: 14px;
	color: #4f4f4f;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	text-align: justify;
	font-weight: normal;
	vertical-align: bottom;
	text-decoration: none;
}

A.contenttxt:link {
	font-size: 11px;
	color: #153E7E;
	font-weight: normal;
	vertical-align: bottom;
	text-decoration: underline;
}

A.contenttxt:visited {
	font-size: 11px;
	color: purple;
	font-weight: normal;
	vertical-align: bottom;
	text-decoration: underline;
}

A.contenttxt:hover {
	font-size: 11px;
	color: red;
	text-align: left;
	vertical-align: bottom;
	text-decoration: underline;
}

A.contenttxt:alink {
	font-size: 11px;
	color: #153E7E;
	text-align: left;
	vertical-align: bottom;
	text-decoration: underline;
}

.pagination {
	font-size: 12px;
	color: #c15c3a;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	text-align: left;
	font-weight: bold;
	vertical-align: bottom;
	line-height: 140%;
	text-decoration: none;
}

A.pagination:link {
	color: #153E7E;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	text-align: left;
	font-weight: normal;
	text-decoration: underline;
}

A.pagination:visited {
	color: purple;
	text-decoration: underline;
}

A.pagination:hover {
	color: red;
	text-decoration: underline;
}

A.pagination:alink {
	color: #153E7E;
	text-decoration: underline;
}

.contacts {
	border: 1px solid #1e1b38;
}

.smalltext {
	font-family: Arial, Tahoma, Verdana, sans-serif;
	color: #999999;
	font-weight: normal;
	font-size: 9px;
	text-decoration: none;
	margin-left: 0px;
}

.bottom {
	background-color: #fcfcfc;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	color: #999999;
	font-size: 10px;
	text-align: center;
	font-decoration: underline;
	height: 20px;
}

.contentcontainer {
	width: 550px;
	font-family: Arial, Tahoma, Verdana, sans-serif;;
	text-align: justify;
}

.clstd {
	color: #000000;
	border-style: solid;
	border-width: 1px;
	padding: 6px;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 11px;
	text-align: left;
}

.clstable {
	padding: 20px;
}

table.clstable table td {
	color: #000000;
	padding: 2px;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 11px;
	line-height: 120%;
}

.active_search {
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 13px;
	color: #F3DF82;
	text-decoration: none;
	font-weight: normal;
}

A.Search:link {
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 13px;
	color: #ff9900;
	text-decoration: none;
	font-weight: normal;
}

A.Search:active {
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 13px;
	color: #ff9900;
	text-decoration: none;
	font-weight: bold;
}

A.Search:visited {
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 13px;
	color: #ff9900;
	text-decoration: none;
	font-weight: bold;
}

A.Search:hover {
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 13px;
	color: red;
	text-decoration: underline;
	font-weight: bold;
}

A.help:link {
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 11px;
	color: #153E7E;
	text-decoration: underline;
}

A.help:hover {
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 11px;
	color: red;
	text-decoration: underline;
	font-weight: normal;
}

A.readmore:link {
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 10px;
	color: #153E7E;
	text-decoration: underline;
	font-weight: normal;
	padding: 10px 0 10px 0;
}

A.readmore:active {
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 10px;
	color: #5e110b;
	text-decoration: underline;
	font-weight: normal;
	padding: 10px 0 10px 0;
}

A.readmore:visited {
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 10px;
	color: #153E7E;
	text-decoration: underline;
	font-weight: normal;
	padding: 10px 0 10px 0;
}

A.readmore:hover {
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 10px;
	color: red;
	text-decoration: underline;
	font-weight: normal;
	padding: 10px 0 10px 0;
}

div.slideshow {
	margin: 0px;
	border: 2px;
	border-color: #F6E3A8;
	border-style: solid;
}

div.slideshow2 {
	margin-right: 10px;
	border: 1px;
	border-color: #152A57;
	border-style: solid;
}

div.slideshow ul {
	bottom: -55px;
	left: 0px;
	position: absolute;
	overflow: hidden;
	padding: 5px 0;
	z-index: 10001;
}

div.slideshow ul a {
	background-position: 50% 50%;
	cursor: pointer;
	display: block;
	height: 25px;
	margin-right: 5px;
	opacity: 0.5;
	width: 30px;
}

div.slideshow ul a.active,div.slideshow ul a:hover {
	opacity: 1;
}

div.slideshow ul li {
	float: left;
	list-style: none;
}

.logintxt {
	font-weight: bold;
	font-size: 11px;
	color: #000066;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	text-decoration: none
}

.leftmenu {
	width: 252px;
	background-color: #FFFFFF;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 13px;
	color: #152A57;
	font-weight: bold;
	padding-left: 10px;
}

.leftsubmenu {
	width: 252px;
	background-color: #FFFFFF;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 14px;
	color: #152A57;
	font-weight: bold;
	padding-left: 10px;
}

.leftmenutxt {
	font-size: 11px;
	color: #1e1b38;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	text-decoration: none;
	list-style-position: inside;
}

.leftsubmenutxt {
	font-size: 12px;
	color: #1e1b38;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	text-decoration: none;
	list-style-position: inside;
}

.leftmenuwidth {
	width: 215px
}

.logotxt {
	font-weight: bold;
	font-size: 30px;
	vertical-align: middle;
	color: #064688;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	text-decoration: none
}

.maintxttitle {
	font-weight: normal;
	font-size: 8px;
	vertical-align: left;
	color: #000000;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	text-decoration: none
}

.maintxt {
	font-weight: normal;
	font-size: 11px;
	text-align: center;
	vertical-align: middle;
	color: #1e1b38;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	text-decoration: none
}

.leftpanel {
	width: 209px;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #FFFFFF;
}

.welcometxt {
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-align: justify;
	line-height: 115%;
}

.printdiv {
	
}

.newstxt {
	font-size: 10px;
	color: #000099;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	text-decoration: none
}

.maintable {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}

.newsHighlight {
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 12px;
	color: #153E7E;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
}

.newsNormal {
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
}

.newsLinkHighlight A:link {
	font-family: Arial, Tahoma, Verdana, sans-serif;
	color: white;
	font-weight: bold;
	font-size: 12pt;
	text-decoration: none;
	padding-left: 4px;
}

.newsLinkHighlight A:visited {
	font-family: Arial, Tahoma, Verdana, sans-serif;
	color: white;
	font-weight: bold;
	font-size: 12pt;
	text-decoration: none;
	padding-left: 4px;
}

.newsLinkHighlight A:hover {
	font-family: Arial, Tahoma, Verdana, sans-serif;
	color: white;
	font-weight: bold;
	font-size: 12pt;
	text-decoration: none;
	padding-left: 4px;
}

.newsLinkHighlight A:alink {
	font-family: Arial, Tahoma, Verdana, sans-serif;
	color: white;
	font-weight: bold;
	font-size: 12pt;
	text-decoration: none;
	padding-left: 2px;
}

.newsLinkNormal A:link {
	font-family: Arial, Tahoma, Verdana, sans-serif;
	color: #f7f7f7;
	font-weight: normal;
	font-size: 8pt;
	text-decoration: none;
	padding-left: 4px;
}

.newsLinkNormal A:visited {
	font-family: Arial, Tahoma, Verdana, sans-serif;
	color: #f7f7f7;
	font-weight: normal;
	font-size: 8pt;
	text-decoration: none;
	padding-left: 4px;
}

.newsLinkNormal A:hover {
	font-family: Arial, Tahoma, Verdana, sans-serif;
	color: #0778D5;
	font-weight: normal;
	font-size: 8pt;
	text-decoration: none;
	padding-left: 4px;
}

.newsLinkNormal A:alink {
	font-family: Arial, Tahoma, Verdana, sans-serif;
	color: #f7f7f7;
	font-weight: normal;
	font-size: 8pt;
	text-decoration: none;
	padding-left: 2px;
}

.Image_Border {
	border: 2px;
	border-color: #868AB9;
	border-style: solid;
}

.Image_Border2 {
	border: 2px;
	border-color: #FF9900;
	border-style: solid;
}

.pagecontentsideimage {
	width: 175px;
	height: 120px;
}

.pagecontentsidebanner {
	width: 175px;
	height: 500px;
}

.webpagecontainer {
	position: relative;
	top: 0px;
	padding: 0 0 0 0;
}

.affiliatepagecontainer {
	width: 600px;
	position: relative;
	top: 0px;
	left: 0px;
	padding: 0 0 0 0;
}

.companywebpagetext {
	width: 540px;
	padding: 0;
	margin: 0;
}

.companywebpagetextAboutUs {
	padding: 0;
	margin: 0;
}

.huahinwebpagetext {
	width: 540px;
	text-align: justify;
	position: absolute;
	top: 255px;
	left: 150px;
	padding: 0 20px 0 20px;
}

.webpagetext {
	width: 500px;
	position: absolute;
	top: 260px;
	left: 150px;
	padding: 0 20px 0 20px;
}

.webpagebannertext {
	width: 155px;
	position: absolute;
	top: 430px;
	left: 720px;
	padding: 0 20px 0 0px;
	color: #f7941d;
}

.contentpageheaderforhtmlpage {
	font-family: Arial;
	font-weight: normal;
	font-size: 36px;
	color: #1e1b38;
	width: 622px;
	height: 88px;
	position: absolute;
	top: 5px;
	left: 30px;
}

.contentpageheaderforhtmlpageAboutUs {
	font-family: Arial;
	font-weight: normal;
	font-size: 36px;
	color: #00245e;
}

.companycontentpageheaderforhtmlpage {
	font-family: Felix Titling, Times New Roman, Serif;
	font-weight: normal;
	font-size: 36px;
	color: #1e1b38;
	width: 622px;
	height: 88px;
	position: absolute;
	padding-top: 20px;
	padding-left: 20px;
	text-align: left;
}

.propertypageintrotxt {
	text-align: justify;
	width: 620px;
	padding: 3px;
	font-family: tahoma;
	font-weight: normal;
	font-size: 11px;
	color: #6c6362;
}

.propertywebpagetableouter {
	width: 800px;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	text-align: left;
	vertical-align: top;
	border-collapse: collapse;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border: 1px solid #cfcfcf;
}

.propertywebpagetableheader {
	width: 900px;
	height: 28px;
	vertical-align: left;
	background-color: #ccd2de;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.tabs ul {
	list-style: none;
	padding: 0;
	margin: 10px 0 0 0;
	background-image: "images/design/tab.jpg";
}

.tabs ul:hover {
	list-style: none;
	padding: 0;
	margin: 10px 0 0 0;
	border-color: #6c6362;
}

.tabs li {
	display: inline;
	border-style: solid;
	border-width: 1px 1px 0 1px;
	border-color: #6c6362;
	margin: 0 4px 0 0;
	width: 100px;
}

.tabs li a {
	padding: 0 5px 0 5px;
	font-size: 11px;
	color: #4f4f4f;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	text-align: left;
	font-weight: normal;
	width: 100px;
}

.tabs li:hover,.tabs li.sfhover {
	background-color: #ccd2de;
}

.tabs #selected {
	top: 1px;
	position: relative;
	background-color: white;
}

#layer1 {
	position: absolute;
	visibility: hidden;
	width: 914px;
	height: 560px;
	left: 10px;
	top: 3px;
	padding: 0;
	background: #FFF url("../affiliates/siampop_modern.gif");
}

#close {
	float: right;
}

.bulletlist {
	list-style-type: square;
	vertical-align: bottom;
	margin: 0;
	padding-bottom: 10px;
}

.lpleftcoltop {
	vertical-align: top;
	width: 35%;
	background-color: #ccd2de;
	border: 1px solid #cfd2df;
	padding: 8px;
	text-align: justify;
}

.lpleftcolbottom {
	vertical-align: top;
	width: 35%;
	background-color: #1e1b38;
	border: 1px solid #cfd2df;
	padding: 8px;
	text-align: justify;
	font-weight: bold;
	color: white;
	line-height: 140%;
}

.lprightcoltop {
	vertical-align: top;
	border: 1px solid #cfd2df;
	padding: 8px;
	text-align: justify;
	font-size: 105%;
}

.lprightcolbottom {
	vertical-align: top;
	background-color: #dbe8fa;
	border: 1px solid #cfd2df;
	padding: 8px;
	text-align: justify;
}

.bolditaliccontent {
	font-style: italic;
	font-weight: bold;
}

.register {
	width: 255px;
	text-align: center;
	align: left;
	padding: 5px 0 15px 0;
	border: 1px solid #cfd2df;
	background-color: #fcfcfc;
	border: 1px solid #cfd2df;
	padding: 5px 0 15px 0;
}

A.registertxt {
	font-family: Arial, Tahoma, Verdana, sans-serif;;
	font-size: 10px;
	text-decoration: underline;
	color: #1e1b38;
}

.newlistingsheader {
	font-size: 11px;
	color: #4f4f4f;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	text-align: justify;
	font-weight: normal;
	vertical-align: bottom;
	text-decoration: none;
	width: 247px;
	padding: 0 0 0 3px;
	border: 1px solid #cfd2df;
	border-collapse: collapse;
	background-color: #ccd2de
}

.newlistings {
	width: 250px;
	border: 1px solid #cfd2df;
	background-color: #fcfcfc;
	height: 270px;
	overflow: auto;
	padding-top: 8px;
}

.popUpFloatAndStyle{
	background-image:url('../images/design/popUpBackground.jpg');
	position:absolute;
	z-index:1;
	top:400px;
	left:40%;
	width:305px;
	overflow:auto;
	padding:10px;
	border:solid thick #000000;
	display:none;
}

.slideshowStaticDisplayStatus
{
	display:block;
	padding: 0 0 20px 0;
}

.slideshowAnimatedDisplayStatus
{
	display:none;
	padding: 0 0 20px 0;
}

.rentalPopUp
{
	z-index:1;
	position:absolute;
	display:none;
	background-color:#00245E;
	border:3px solid #9c9392;
	margin: 0 0 0 50px;
	top:200px;
}

.rentalPopUpHeader
{
	display:none;
	font-family:arial;
	font-size:14pt;
	color:#FFFFFF;
}