/* ----------------------------------------------
	Template Name : VectorLover
	Template Code : S-0026
	Version : 1.0   
	Author : Erwin Aligam
	Author URI : http://www.styleshout.com/    
	Last Date Modified : July 31, 2008	
 ------------------------------------------------ */
 
/* ----------------------------------------------
   HTML ELEMENTS
------------------------------------------------- */ 

/* Top Elements */
* { margin: 0; padding: 0; outline: 0 }

body {
	
	background: #CCC url(../images/bg.gif) repeat-x;
	
	/*background-color: #b2d27f;*/
	font: 12px/170% 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
	color: #6B6B6B; 
	text-align: center;	
}

/* links */
a, a:visited {	
	color: #79A325;
	background: inherit;
	text-decoration: none;
}
a:hover {
	color: #73471B;
	background: inherit;
	text-decoration: underline;
}
/* emphasize links */
a.pageUrl:visited {color: #ff4800; text-decoration: none; font-size-adjust: none;}
a.pageUrl:link {color: #ff4800; text-decoration: none; font-size-adjust: none;}
a.pageUrl:active {color: #ff4800; text-decoration: none; font-size-adjust: none;}
a.pageUrl:hover { color: #ff4800; text-decoration: underline; font-size-adjust: none;}

a.tag:visited { font-size: 11px; font-size-adjust: none;}
a.tag:link { font-size: 11px; font-size-adjust: none;}
a.tag:active { font-size: 11px; font-size-adjust: none;}
a.tag:hover { font-size: 11px; font-size-adjust: none;}

/* headers */
.headText {
	font-family: 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	font-weight: Bold; 	
	padding: 10px;		
	color: #444;
	font-size: 2.9em;
}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	font-weight: Bold; 	
	padding: 10px;		
	color: #444;	
}
h1 {
	font-size: 2.9em;		
}
h2 {
	font-size: 2.5em;
	color: #88AC0B;
}
h3 {
	font-size: 1.6em;
	font-weight: normal;	
	padding: 16px 10px 4px 10px;	
}

/* Paragraph */
p { padding: 12px 10px;	}

/* Lists */
ul, ol {
	margin: 10px 20px;
	padding: 0 20px;	
}
ul { list-style: none; }

dl { padding: 10px; margin: 0; }

dt {
  font-weight: bold;
  color: #79A62E;
}
dd {
  padding-left: 25px; 
}

/* images */
img {
	background: #FAFAFA;
    border: 1px solid #E4E4E4;
	padding: 8px;
}
img.float-right {
  	margin: 5px 0px 10px 10px;  
}
img.float-left {
  	margin: 5px 10px 10px 0px;
}

code {
  	margin: 5px 0;
  	padding: 15px;
  	text-align: left;
  	display: block;
  	overflow: auto;  
  	font: 500 1em/1.5em 'Lucida Console', 'Courier New', monospace;
  	/* white-space: pre; */
  	border: 1px solid #EEE8E1; 
	background: #FAF7F5;
}
acronym {
  cursor: help;
  border-bottom: 1px dotted #895F30;
}
blockquote {
	margin: 15px 10px;
 	padding: 5px 7px 5px 40px;  	
    font-weight: normal;
	font-size: 17px;
	line-height: 1.6em;
	font-style: italic;
	font-family: Georgia, 'Times New Roman', Times, serif;		
	color: #80614D;	
	border: 1px solid #EEE8E1; 
	background: #FAF7F5 url(../images/quote.gif) no-repeat 15px 15px;
}



table.post-ads {
	margin-left: auto;
	margin-right: auto;
	border-width: 1px 1px 1px 1px;
	border-spacing: 0px;
	padding: 10px 10px 10px 10px;
	border-style: dashed dashed dashed dashed;
	border-color: gray gray gray gray;
	border-collapse: separate;
	background-color: white;
	font-size:14px;
}
table.post-ads th {
	border-width: 0px 0px 0px 0px;
	padding: 2px 2px 2px 2px;
	border-style: none none none none;
	border-color: gray gray gray gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.post-ads td {
	vertical-align: top;
	border-width: 0px 0px 0px 0px;
	padding: 2px 2px 2px 2px;
	border-style: none none none none;
	border-color: gray gray gray gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}

/* general table*/
table.simple {
	width: 710px;
}
table.simple th {	
	padding: 3px 0px 3px 3px;
	margin: 0px;
	padding: 4px;
}
table.simple td {
	white-space: nowrap;
	padding: 3px 0px 3px 3px;
}
table.simple td#date {
	white-space: nowrap;
	padding: 3px 0px 3px 3px;
	font-size: 10px;
}
table.simple tr.oddTr {
	background: #FAF7F5;
}

/* side bar login form */
form.sidebarLogin {
	margin: 10px 5px 20px 10px; 
	padding: 5px 15px 15px 15px; 
	border: 1px solid #EEE8E1; 
	background: #FAF7F5;
}
form.sidebarLogin .inputText {
	width: 140px;	
}
/* genaral norm form */
form.simple {
	margin: 0px;
	padding: 0px;
	background: none;
	border: none;
}

/* start - result table */
table.searchResult  {
	border-collapse: collapse;
	width: 620px;
	/*font-size: 8px;*/
}
table.searchResult th {
	height: 10px;
	padding-left: 4px;
	padding-right: 4px;
	color: #fff;
	text-align: left;
	background: #ADD163;
	border-width: 1px;
  	border-style: solid;
  	border-color: #C4DE8F #93C138 #93C138 #C4DE8F;
  	white-space: nowrap;
}
table.searchResult tr {	
	background: #fff;
}
table.searchResult tr.odd {
	background: #FAF7F5;
}
table.searchResult td {
	border: none;
	font-size: 12px;
	padding: 2px 7px 2px 7px;
	padding: 10px 7px 5px 7px;
	/*white-space: nowrap;*/
	/*border-bottom: 1px solid #E4F2C8;*/
}
table.searchResult td #adsResult {
	float:left;
	margin: 5px 10px 5px 0px;
	width: 620px;
}

table.searchResult td #adsResult .show-img {
	float: left;
}

table.searchResult td #adsResult .img-desc {
	float: left;
	width: 430px;
	padding-left: 8px;
	white-space: normal;
}

table.searchResult td #adsFooter {
	clear:both;
}
table.searchResult td #adsFooterDetail {
	float:left;
}
table.searchResult td #adsFooterDate {
	float:right;
}

table.searchResult td.adsResultFooter {	
	border-bottom: 1px solid #E4F2C8;
}

table.searchResult td.showThumbnail {
	text-align: center;
	border-bottom: 1px solid #E4F2C8;
}
table.searchResult td.vip {
	border-bottom: 1px solid #000000;
}
table.searchResult td.adsRow2 {
	margin-top: 5px;
	padding-top: 0px;
	border-bottom: 1px solid #E4F2C8;
}

table.searchResult td.adsRow2.date {
	margin-top: 5px;
	padding-top: 0px;
	text-align: right;
	font-size: 12px;
	border-bottom: 1px solid #E4F2C8;
}

table.searchResult td.adsRow2.vip {
	border-bottom: 1px solid #000000;
}

/*
table.searchResult td #viewAllads {	
	width: 150px;	
}

table.searchResult td #viewAllads #viewAlladsImg {
	float: right;	
	width: 25px;
	height: 25px;
	cursor: pointer;
	background: url(../images/search.png) no-repeat;
}
 end - result table */

.viewAllads {	
	padding-left: 10px;
	width: 180px;
	font-size: 14px;
}
.viewAlladsImg {
	float: right;	
	width: 25px;
	height: 25px;
	cursor: pointer;
	background: url(../images/search.png) no-repeat;
}

.breakLine {
	clear: both;
}

.seperateLine {
	height: 1px;
	border-bottom: 1px solid #E4F2C8;
	margin:10px 0px 10px 0px;
}

.clearLine {
	clear: both;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 5px 0px;
	border-bottom: 1px solid #E4F2C8;
}


/* start - table */
table {
	border-collapse: collapse;
	margin: 15px 10px;		
}
th {
	height: 38px;
	padding-left: 12px;
	padding-right: 12px;
	color: #fff;
	text-align: left;
	background: #ADD163;	
	border-width: 1px;
  	border-style: solid;
  	border-color: #C4DE8F #93C138 #93C138 #C4DE8F;	
}
tr {
	height: 34px;
	background: #fff;
}
td {
	padding-left: 11px;
	padding-right: 11px;
	border: 1px solid #E7F0CC;	
}	
/* end - table */

/* sidebar search form */
form.sidebarSearch {
	margin: 10px 10px; 
	padding: 5px 25px 10px 20px; 
	border: 1px solid #EEE8E1; 
	background: #FAF7F5;
}

form.sidebarSearch select {
	margin: 2px 0;
	padding: 2px;
	color: #6A6969;
	border-width: 1px;
	border-style: solid;
  	border-color: #d4d4d4 #ebebeb #ebebeb #d4d4d4;
}

/* form elements */
form {
	margin: 20px 10px; 
	padding: 15px 25px 25px 20px; 
	border: 1px solid #EEE8E1; 
	background: #FAF7F5;
}
form p {
	border-bottom: 1px solid #ECE5DD;
	padding: 12px 0 5px 0;	margin: 0;	
	color: #9D6D37;
}
label {
	font-weight: bold;
	color: #A7743B;
}
input, select, textarea {
	margin: 5px 0;
	margin: 2px 0;
	padding: 5px;
	padding: 2px;
	color: #6A6969;
	border-width: 1px;
	border-style: solid;
  	border-color: #d4d4d4 #ebebeb #ebebeb #d4d4d4;
}
option { padding-right: 0.5em; } 
/* ----------------------------------------------
#name, #email, #message, #website{
	width: 455px;
}
---------*/
/*
input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 30px;
	margin: 0;
	padding: 2px 3px; 
	color: #fff;
	background: #A6CD56;
	
	border-width: 1px;
  	border-style: solid;
  	border-color: #C4DE8F #8DB836 #8DB836 #C4DE8F;
  	cursor:pointer;
}
*/

/*-------------------------------------------
   LAYOUT
--------------------------------------------*/ 
#wrap {
	position: relative;
	width: 952px;
	/*background: #FFF url(../images/wrap.gif) repeat-y center top;*/
	background: #FFF url(../images/wrapBig.gif) repeat-y center top;
	/*margin: 40px auto 30px auto;*/
	margin: 0px auto 10px auto;
	text-align: left;	
}
#content {
	clear: both;	
	float: left;	
	width: 952px;
	padding: 25px 0px 10px 0px;
}
#header {
	position: relative;
	width: 952px;
	height: 245px;
	background: #8AB84B url(../images/header.jpg) no-repeat;	
	color: #fff;	
	padding: 0;	
	margin: 0;	
}
#header h1#logo-text a {
	position: absolute;
	margin: 0; padding: 0;
	font: bold 66px 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	letter-spacing: -4px;
	text-decoration: none;
	color: #332616;
	
	/* change the values of top and left to adjust the position of the logo*/
	top: 75px; left: 55px;	
}

#header h1#slogan {
	position: absolute;
	margin: 0; padding: 0;
	font: bold 15px 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	color: #322815;
	letter-spacing: 0.3px;
	font-size: 13px;
	/* change the values of top and left to adjust the position of the slogan*/
	top: 170px; left: 90px;		
}

#header p#slogan {
	position: absolute;
	margin: 0; padding: 0;
	font: bold 15px 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	color: #322815;
	letter-spacing: -0.5px;
	
	/* change the values of top and left to adjust the position of the slogan*/
	top: 170px; left: 150px;		
}

#header p#slogan2 {
	position: absolute;
	margin: 0; padding: 0;
	font: bold 15px 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	color: #322815;
	letter-spacing: -0.5px;
	font-size: 12px;
	/* change the values of top and left to adjust the position of the slogan*/
	top: 143px; left: 293px;		
}

/* top-menu */
 #top-menu {
 	position: absolute;
	margin: 0;
	padding: 30px 15px 8px 15px;
	background: #74A838 url(../images/top-menu.gif) repeat-x;
	font-family: 'Trebuchet MS', Arial, Sans-serif;
	color: #FFF;
	
	top: 0;	right: 70px
 }
 #top-menu p { 	
	margin: 0; padding: 0;	
 }
 #top-menu a {
 	font-weight: bold;
	color: #fff;
 }
 
.adsstar {
 	background: url(../images/advertisement/newbutton.png); 
 	position: absolute; 
 	left: 530px; 
 	top: 5px; 
 	width: 60px; 
 	height: 60px; 
 	z-index: 1; 	
 }
 
 .webheader {
 	font-weight: lighter;
 	font-size: 3px;
 	top: 0px; 
 	padding: 0px;
 	margin: 0px;
 	background: #b6b6b6;
 	background-image: none;
 	height: 10px;
 }
 .webheader h1 {
 	font-weight: lighter;
 	font-size: 10px;
 	top: 0px; 
 	padding: 0px;
 	margin: 0px;
 	background: #b6b6b6;
 	background-image: none;
 	color: #b6b6b6;
 }

/* Navigation */
#nav {
	clear: both;	
	padding: 0;	margin: 0;
	width: 952px;
	height: 50px;
	background: #988060 url(../images/nav.gif) no-repeat;
}
#nav ul {
	float: left;	
	list-style: none;	
	margin: 5px 0 0 0;
	height: 45px;
	padding: 0 0 0 40px;					
}
#nav ul li {
	float: left;
	margin: 0; padding: 0 0 0 10px;
}
#nav ul li a {
	float: left;
	margin: 0;
	padding: 0 15px 0 5px;
	padding: 0 10px 0 0;
	color: #FFF;
	font: bold 15px/45px 'Trebuchet MS', 'Helvetica Neue', Arial, sans-serif;
	font: 14px/45px 'Trebuchet MS', 'Helvetica Neue', Arial, sans-serif;
	font: 14px/45px sans-serif, verdana, tahoma;
	text-decoration: none;		
}
#nav ul li a:hover, 
#nav ul li a:active {
	color: #E7FAA9;	
}
#nav ul li#current {
	background: transparent url(../images/left-tab.gif) no-repeat;	
}
#nav ul li#current a {	
	color: #4B3D2C;
	background: transparent url(../images/right-tab.gif) no-repeat right top;
}

/* Navigation Member */
#navMember {
	clear: both;	
	padding: 0;	margin: 0;
	width: 952px;
	height: 50px;
	background: #988060 url(../images/nav.gif) no-repeat;
}
#navMember ul {
	float: left;	
	list-style: none;	
	margin: 5px 0 0 0;
	height: 45px;
	padding: 0 0 0 40px;					
}
#navMember ul li {
	float: left;
	margin: 0; padding: 0 0 0 10px;		
}
#navMember ul li a {
	float: left;
	margin: 0;
	padding: 0 15px 0 5px;
	padding: 0 10px 0 0;
	color: #FFF;
	font: bold 15px/45px 'Trebuchet MS', 'Helvetica Neue', Arial, sans-serif;
	font: 14px/45px 'Trebuchet MS', 'Helvetica Neue', Arial, sans-serif;
	text-decoration: none;
}
#navMember ul li a:hover, 
#navMember ul li a:active {
	color: #E7FAA9;	
}
#navMember ul li#current {
	background: transparent url(../images/left-tab.gif) no-repeat;	
}
#navMember ul li#current a {	
	color: #4B3D2C;
	background: transparent url(../images/right-tab.gif) no-repeat right top;	
}

/* Main Column */
#main {
	float: left;
	width: 535px;
	width: 620px;
	padding: 0; margin: 0 0 0 40px;
	display: inline;	
}
#main h2 {
	font: bold 2.9em 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	color: #51432F; 
	padding: 10px 0 5px 5px; 	
	margin-left: 5px;		
	letter-spacing: -2px;
	border-bottom: 1px solid #E4F2C8; 	
}
#main h2 a {
	color: #51432f;
	text-decoration: none;		
}
#main ul li {
	list-style-image: url(../images/bullet.gif);
}

#sidebar {
	float: right;
	width: 285px;
	width: 200px;
	padding: 0; 
	margin: 0 45px 0 0;
	display: inline;	
}
#sidebar h3 {
	color: #51432F; 
	font: bold 1.9em 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	text-transform: none;
	letter-spacing: -0.5px;
	padding: 5px 0 5px 7px; 
	margin: 10px 0 5px 10px;
	
	padding: 5px 0 5px 3px; 
	margin: 2px;
	border-bottom: 1px solid #E4F2C8;	
}

/* sidebar menu */
#sidebar .sidemenu {
	margin: 10px 10px 5px 7px; padding: 0;
	margin: 5px 10px 5px 7px; padding: 0;
	text-decoration: none;			
}
#sidebar .sidemenu li {
	list-style: none;
	margin: 0;
	padding: 8px 10px;
	padding: 2px 12px;
	border-bottom: 1px solid #E8E8E8;	
}
#sidebar .sidemenu li#current {
	list-style: none;
	margin: 0;
	padding: 8px 10px;
	padding: 2px 5px;
	border-bottom: 1px solid #E8E8E8;
	background: #FAF7F5;
}
* html body #sidebar .sidemenu li {
	height: 1%;
}
#sidebar .sidemenu li a {
	text-decoration: none;	
	color: #739A23;
	background: none;
	font-weight: normal;
}
#sidebar .sidemenu li a span {
	color: #7F7F7F;	
	font-size: .9em;
	
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-style: italic;
	font-weight: normal;
	}
#sidebar .sidemenu li a:hover {	
	color: #000;	
	background: none;	
}
#sidebar .sidemenu ul { margin: 0 0 0 5px; padding: 0; }
#sidebar .sidemenu ul li { border: none; }

/* header quick search */

#sidebar form#qsearch {
	padding: 0; margin: 20px 0 30px 10px;
	border: none;
	width: 270px; height: 33px;
	background: #F2F0F0 url(../images/qsearch.gif) no-repeat;		
}
#sidebar form#qsearch p {
	margin: 0; padding: 0;		
}
#sidebar form#qsearch input {
	float: left;
	border: none;
	background: transparent;
	color: #B8B8B8;	
	margin: 0;
}
#sidebar form#qsearch .tbox {
	margin: 5px 0 0 5px; 
	width: 220px;	
	display: inline;	
	font: 1em 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;	
}
#search form#qsearch .btn{
	width: 24px; height: 24px;				
}
#sidebar form#qsearch label {
	display: none;
}

#sidebar select.search {
	width: 180px;
	/*border-style: solid;*/
	border: none;
	border-color: #EEE8E1;	
	/*border-width: 1px 1px 0 1px;*/
}


/* footer */
#footer {
	clear: both;
	width: 952px;
	margin: 0;
	/*padding: 30px 0 25px 0;*/
	/*padding: 30px 0 5px 0;*/
	padding: 10px 0px 0px 0px;
	/*background: #CCC url(../images/footer-bottom.gif) no-repeat left top;*/
	font-family: 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	font-size: 12px;
	color: #777;	
	/*text-align: center;	*/
	/*letter-spacing: .2px;*/
}
#footer p {
	/*padding:10px 0;*/
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}


.footer-wrap {
	padding: 0px 40px;
	background-color: #fff;
	background: #FFF url(../images/wrapBig.gif) repeat-y center top;	
}

a.footer:visited { font-size: 11px; font-size-adjust: none; text-decoration: none; }
a.footer:link { font-size: 11px; font-size-adjust: none; text-decoration: none; } 
a.footer:active { font-size: 11px; font-size-adjust: none; text-decoration: none; }
a.footer:hover { font-size: 11px; font-size-adjust: none; color: #555; border-bottom: 1px dotted #555; text-decoration: none; }

.footer-bar {
	clear: both;
	margin: 0px 0px 7px 0px;
	border-bottom: 2px solid #E4F2C8;
}

.footer-column {
	float: left; 
	text-align: left; 
	width: 25%; 
	padding: 0px 5px; 
	
}
.footer-a {
	float: left; 
	text-align: left; 
	width: 23%; 
	padding: 0px 5px; 
	font-size: 11px;
}

.footer-b {
	float: left; 
	text-align: left; 
	width: 26%; 
	padding: 0px 5px; 
	font-size: 11px;
}
.footer-c {
	float: left; 
	text-align: left; 
	width: 23%; 
	padding: 0px 5px; 
	font-size: 11px;
}

.footer-d {
	float: left; 
	text-align: left; 
	width: 10%; 
	padding: 0px 5px; 
	font-size: 11px;
}

.footer-copyright {
	clear: both;
	padding-top: 5px;
	padding-bottom: 10px; 
	text-align: center;	
}

.footer-end {
	background: url(../images/footer-bottom.gif) repeat-y center top; 
	width: 952px; 
	margin: 0px; 
	height: 22px;
}

/* postmeta */
.post-footer {
	padding: 8px 10px;
	margin: 15px 10px 10px 10px;
	color: #977C57;
	border: 1px solid #EEE8E1; 
	background: #FAF7F5;
}
.post-footer .post{ 
	margin: 0 10px 0 5px;	
	padding: 7px;
	background: #FAF7F5 url(../images/new-ads-small.png) no-repeat 0 2px;
	padding-left: 30px;
}
.post-footer .date{ 
	margin: 0 10px 0 5px;	
	padding: 7px;
	background: #FAF7F5 url(../images/clock.gif) no-repeat 0 2px;
	padding-left: 30px;
}
.post-footer .view{ 
	margin: 0 10px 0 5px;	
	padding: 7px;
	background: #FAF7F5 url(../images/search.png) no-repeat 0 2px;
	padding-left: 30px;
}
.post-footer a.comments { 
	margin: 0 10px 0 5px;	
	padding: 7px 5px;
	background: #FAF7F5 url(../images/comments.gif) no-repeat 0 2px;
	padding-left: 30px;
	color: #977C57;
}
.post-footer a.readmore { 
	margin: 0 10px 0 5px;	
	padding: 7px 5px;
	background: #FAF7F5 url(../images/doc.gif) no-repeat 0 2px;
	padding-left: 30px;
	color: #977C57;
}
.post-footer a.edit { 
	margin: 0 10px 0 5px;	
	padding: 7px 5px;
	background: #FAF7F5 url(../images/edit-doc.gif) no-repeat 0 2px;
	padding-left: 30px;
	color: #977C57;
}

.post-footer a.register { 
	margin: 0 5px 0 5px;	
	padding: 7px 5px;
	background: #FAF7F5 url(../images/register.png) no-repeat 0 2px;
	padding-left: 30px;
	color: #977C57;
}

.post-footer a.postAds { 
	margin: 0 5px 0 5px;	
	padding: 7px 5px;
	background: #FAF7F5 url(../images/new-ads-small.png) no-repeat 0 2px;
	padding-left: 30px;
	color: #977C57;
}

.post-footer a.searchAds{ 
	margin: 0 5px 0 5px;	
	padding: 7px;
	background: #FAF7F5 url(../images/search.png) no-repeat 0 2px;
	padding-left: 30px;
	color: #977C57;
}

.post-footer a.rss{ 
	margin: 0 5px 0 5px;	
	padding: 7px;
	background: #FAF7F5 url(../images/rss.png) no-repeat 0 2px;
	padding-left: 30px;
	color: #977C57;
}

.post-footer a.basetag{ 
	margin: 0 5px 0 5px;	
	padding: 7px;
	background: #FAF7F5 url(../images/tag-icon-small.png) no-repeat 0 2px;
	padding-left: 30px;
	color: #977C57;
}

.post-footer a.blog{ 
	margin: 0 5px 0 5px;	
	padding: 7px;
	background: #FAF7F5 url(../images/blog-icon-small.png) no-repeat 0 2px;
	padding-left: 30px;
	color: #977C57;
}

.post-footer a.login{ 
	margin: 0 5px 0 5px;	
	padding: 7px;
	background: #FAF7F5 url(../images/login-man-small.png) no-repeat 0 2px;
	padding-left: 30px;
	color: #977C57;
}

.post-footer a.searchmap{ 
	margin: 0 5px 0 5px;	
	padding: 7px;
	background: #FAF7F5 url(../images/gmapcircle/smallhpin.png) no-repeat 0 2px;
	padding-left: 30px;
	color: #977C57;
}

.post-footer a.keep{ 
	margin: 0 10px 0 5px;	
	padding: 7px;
	background: #FAF7F5 url(../images/keep.png) no-repeat 0 2px;
	padding-left: 30px;
	color: #977C57;
}
.post-footer .keep-bw{ 
	margin: 0 10px 0 5px;	
	padding: 7px;
	background: #FAF7F5 url(../images/keep-bw.png) no-repeat 0 2px;
	padding-left: 30px;
}

.post-footer a.ask{ 
	margin: 0 10px 0 5px;
	padding: 7px;
	background: #FAF7F5 url(../images/ask.png) no-repeat 0 2px;
	padding-left: 30px;
	color: #977C57;
}

.post-footer .ask-bw{ 
	margin: 0 10px 0 5px;	
	padding: 7px;
	background: #FAF7F5 url(../images/ask-bw.png) no-repeat 0 2px;
	padding-left: 30px;
}

form.ask {
	margin: 20px 10px; 
	padding: 15px 25px 25px 20px; 
	border: 1px solid #EEE8E1; 
	background: #FAF7F5;
}

.post-footer a.emailToFriend{ 
	margin: 0 10px 0 5px;
	padding: 7px;
	background: #FAF7F5 url(../images/new-message.png) no-repeat 0 2px;
	padding-left: 30px;
	color: #977C57;
}

.post-footer a.editNoneMemberAds{ 
	margin: 0 10px 0 5px;
	padding: 7px;
	background: #FAF7F5 url(../images/fix-small.png) no-repeat 0 2px;
	padding-left: 30px;
	color: #977C57;
}

.post-info { font-size: .95em; padding: 0 10px; margin-left: 2px; color: #A98D76; }
.post-info a, .post-info a:visited { color: #333; }

/* comments list */
ol.commentlist {
	margin: 12px 10px;
	padding: 0;
	border-style: solid;	
	border-color: #EEE8E1;	
	border-width: 1px 1px 0 1px;
}
.commentlist li {
	margin: 0;
	padding: 10px;
	list-style: none;
	border-bottom: 1px solid #EEE8E1; 
}
.commentlist li cite {
	display: block;
	font-style: normal;
	font-weight: bold;
	padding: 7px;	
}
.commentlist li cite img {
	float: left;
	margin-right: 10px;	
}
.commentlist li cite .comment-data {
	font-size: .8em;
	font-weight: normal;
}
.commentlist li .comment-text {
	clear: both;
	margin: 0; padding: 0;
}
.commentlist li.alt {
	background: #FAF7F5; 
}
	
/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.no-border { border: none; }
.clearer { clear: both; }
.clear {	display:inline-block; }
.clear:after {
	display:block; 
	visibility:hidden; 
	clear:both; 
	height:0; 
	content: "."; 
}

/* img for new ads*/
.postNewAds {
	width: 60px;
	height: 60px;
	margin-left: 10px;
	cursor: pointer;
	/*background: url(../images/new-ads.png) no-repeat;*/
	/*background: url(../images/free_060.png) no-repeat;*/
	background: url(../images/free60.png) no-repeat;
	float: right;
	z-index: 10;
}

/* img backward */
.back {
	width: 25px;
	height: 25px;
	float: left;
	margin: 0;
	padding: 0;
	cursor: pointer;
	background: url(../images/back.png) no-repeat;
}

/* admin */

table.admin {	
	padding: 0px;;
}
table.admin tr.odd {
	background: #FAF7F5;
}
table.admin th {
	padding: 0px 0px 0px 3px;
}
table.admin td {
	white-space: nowrap;
	padding: 0px 0px 0px 3px;
}
table.admin td#date {
	white-space: nowrap;
	font-size: 10px;
	padding: 0px 0px 0px 3px;
}


/* google map */

.gMap {
	margin-left: auto;
	margin-right: auto;
	width: 820px;
	height: 420px;
}
.gMap img {
	background-color: transparent;
    border: none;
	padding: 0px;
}

.gMapSmall {
	width: 400px;
	height: 420px;
}
.gMapSmall img {
	background-color: transparent;
    border: none;
	padding: 0px;
}
/*---------*/
.checkboxStyle {
	margin: 0px;
	border: none;
	padding: 0px;
	width: 15px;
	height: 15px;
	cursor: pointer;
}

.scrollDivUpper {
	margin: 10px 10px 0px 10px;
	margin-left: auto; 
	margin-right: auto;
	border: 1px solid black;
	border-bottom: none;
	/*overflow: auto;*/ 
	overflow-x:hidden; 
	overflow-y:scroll;
	width: 200px; 
	height: 300px;
	font-family:'Lucida Grande','Lucida Sans Unicode',Geneva,Verdana,sans-serif;
	font-size:12px;	
}

.scrollDivUpper table {
	width: 195px;
	margin: 0px 6px;
	padding: 0px;
}

.scrollDivUpper table tr {
	height: auto;	
}

.scrollDivUpper table tr.odd {
	background-color: #FAF7F5;
}

.scrollDivUpper table td {
	border: none; 
	margin: 0px; 
	padding: 0px;
	padding-left: 5px;
	font-family:'Lucida Grande','Lucida Sans Unicode',Geneva,Verdana,sans-serif;
	font-size:12px;
	vertical-align:middle;
	white-space:nowrap;
}

.scrollDivLower {
	text-align:right;
	width: 100%;
	margin-left: auto; 
	margin-right: auto;
	clear: both;
	border: 1px solid black;
	border-top: none;
}


/* sidebar scroll div */
.scrollDiv {
	margin: 10px;
	margin-left: auto; 
	margin-right: auto;
	border: 1px solid black; 
	/*overflow: auto;*/ 
	overflow-x:hidden; 
	overflow-y:scroll; 
	width: 200px; 
	height: 250px;
	font-family:'Lucida Grande','Lucida Sans Unicode',Geneva,Verdana,sans-serif;
	font-size:12px;	
}

.scrollDiv table {
	width: 195px;
	margin: 0px 6px;
	padding: 0px;
}

.scrollDiv table tr {
	height: auto;	
}

.scrollDiv table tr.odd {
	background-color: #FAF7F5;
}

.scrollDiv table td {
	border: none; 
	margin: 0px; 
	padding: 0px;
	padding-left: 5px;
}

.scrollDiv a.link {
	color: #6B6B6B;
	text-decoration: none;
	font-family:'Lucida Grande','Lucida Sans Unicode',Geneva,Verdana,sans-serif;
}

.scrollDiv a:hover {
	text-decoration: none;
}

img.noRim {
	border: 0px;
	margin: 2px 0px;
	padding: 0px;
	vertical-align: middle;
}

img.tpr {
	border: 0px;
	margin: 0px 0px;
	padding: 0px;
	vertical-align: middle;
	background-color: transparent;
}

#h3ShopSmall {	
	width: 26px;
	height: 26px;
	float: right;
	margin: 0;
	margin-right: 10px;
	padding: 0;
	background: url(../images/shopping-small.png) no-repeat;
}

#h3RoadSmall {
	width: 25px;
	height: 25px;
	float: right;
	margin: 0;
	margin-right: 10px;
	padding: 0;
	background: url(../images/road-small.png) no-repeat;
}

#h3BtsSmall {	
	width: 22px;
	height: 25px;
	float: right;
	margin: 0;
	margin-right: 20px;
	padding: 0;
	background: url(../images/bts-small.png) no-repeat;
}

#h3MrtSmall {	
	width: 26px;
	height: 24px;
	float: right;
	margin: 0;
	margin-right: 10px;
	padding: 0;
	background: url(../images/mrt-small.png) no-repeat;
}

#h3TagSmall {	
	width: 60px;
	height: 34px;
	float: right;
	margin: 0;
	margin-right: 10px;
	padding: 0;
	background: url(../images/tag-icon-small.gif) no-repeat;
}

#h3BlogSmall {	
	width: 26px;
	height: 26px;
	float: right;
	margin: 0;
	margin-right: 10px;
	padding: 0;
	background: url(../images/blog-icon-small.png) no-repeat;
}

.checkSmall {
	float: left;
	width: 20px;
	height: 20px;
	margin: 0px 5px;
	padding: 0;
	padding-left: 23px;
	vertical-align: middle;
	background: url(../images/check-small.png) no-repeat;
}

.uncheckSmall {
	float: left;
	width: 20px;
	height: 20px;
	margin: 0px 5px;
	padding: 0;
	padding-left: 23px;
	vertical-align: middle;
	background: url(../images/uncheck-small.png) no-repeat;
}

/* ------------ */


/*----- message -------*/
.message-box {
	padding: 8px 10px;
	margin: 15px 10px 10px 10px;
	color: #977C57;
	border: 1px solid #EEE8E1; 
	background: #FAF7F5;
}


/*------- button -------*/

.btn_sq:hover { 
border:1px solid #8C8C8C;
border:none;
color:#000000 !important;
	text-decoration:none !important;
}
.btn_sq:hover, .button:hover {
	background:#FFFFFF url(../images/button_silverbg_over2.gif) repeat-x scroll left 1px;
}
input.btn_sq {
	padding:1px 7px 2px !important;
}
.btn_sq, .button {
	-moz-border-radius-bottomleft:0.3em;
	-moz-border-radius-bottomright:0.3em;
	-moz-border-radius-topleft:0.3em;
	-moz-border-radius-topright:0.3em;
	background:#FFFFFF url(../images/button_silverbg2.gif) repeat-x scroll left 1px;
	border:1px solid #C6C6C6;
	color:#000000 !important;
	cursor:pointer;
	margin:0;
	padding:1px 7px 2px;
	vertical-align:middle;
	white-space:nowrap;
}

/*-- stat Div -- */
.statDiv {
	float: right;	
	border: 0px;
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
	background: transparent;
}

.statDiv img {
	border: 0px;
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
	background: transparent;
}


/* checkbox list */
.checkboxUpperDiv {
	margin: 10px 5px 0px 0px;
	padding-right: 10px;
	padding-left: 0px;
	border: 1px solid #FAF7F5;
	border-bottom: none;
	overflow-x:hidden; 
	overflow-y:scroll;
	width: auto;
	height: 200px;
	font-family: 'Lucida Grande','Lucida Sans Unicode',Geneva,Verdana,sans-serif;
	font-size: 12px;
}
.checkboxUpperDiv table {
	width: auto;
	margin: 0px 0px;
}

.checkboxUpperDiv table tr {
	height: auto;
	width: auto;
}

.checkboxUpperDiv table td {
	border: none; 
	margin: 0px; 
	padding: 0px;
	padding-left: 5px;
	font-family:'Lucida Grande','Lucida Sans Unicode',Geneva,Verdana,sans-serif;
	font-size:12px;
	vertical-align:middle;
	white-space:nowrap;
}

.checkboxUpperDiv table tr.odd td div {
	background-color: #FAF7F5;
}

.checkboxLowerDiv {
	font-family: 'Lucida Grande','Lucida Sans Unicode',Geneva,Verdana,sans-serif;
	font-size: 12px;
	text-align:right;
	padding-right: 20px;
	width: auto;
	border: 1px solid #FAF7F5;
	border-top: none;
}

/**/
table.advertisement {	
	padding: 0px;;
}
table.advertisement tr.odd {
	background: #FAF7F5;
}
table.advertisement th {
	margin-left: auto;
	margin-right: auto;
	
	font-weight: none;
	text-decoration: none;
	font-style: normal;
	background: none;
	border-color:#C4DE8F #93C138 #93C138 #C4DE8F;
	border-style:solid;
	border-width:1px;
	color:#000000;
	padding-left:4px;
	padding-right:4px;
	text-align: center;
	font-size: 13px;
}
table.advertisement td {
	text-align: center;
	white-space: nowrap;
	padding-left: 4px;
	padding-right: 4px;
	margin-left: auto;
	margin-right: auto;
	font-size: 12px;
}
table.advertisement td.location {
	font-size: 15px;
	font-weight: bold;
	color: red;
}

.buttonsearchmap {
	cursor:pointer;
	background: url(../images/gmapcircle/searchbutton.png) no-repeat;
	width: 108px;
	height: 64px;
	float: left; 
	margin: 2px;
}

.buttonstartovermap {
	cursor:pointer;
	background: url(../images/gmapcircle/startoverbutton.png) no-repeat;
	width: 108px;
	height: 64px;
	float: left; 
	margin: 2px;
}

.floatdivLeft {
	position: absolute; 
	width: 160px;
	height: auto;
	left: 0px;
	top: 0px;
	padding: 4px;
	display: none;
	/*background: #FFFFFF;*/
	z-index: 1000;
	/*border:2px solid #C4DE8F*/
	
}

/* ads comment */
.ads-comment {
	padding: 35px 10px 15px 25px;
	margin: 15px 10px 10px 10px;
	background: #f4f9e8 url(../images/quote.gif) no-repeat 15px 15px;
	color: #977C57;
	border: 1px solid #EEE8E1; 
	font-size: 13px;
}
.ads-comment .del {
	margin: 0 10px 0 5px;
	color: #977C57;
	float: right;
	font-size: 12px;
}
.ads-comment  .post{ 
	margin: 0px 10px 0px 5px;
	padding: 7px;		
	background: #f4f9e8 url(../images/new-ads-small.png) no-repeat 0 2px;
	padding-left: 30px;
	font-size: 12px;
}
.ads-comment  .date{ 
	margin: 0px 10px 0px 5px;	
	padding: 7px;
	background: #f4f9e8 url(../images/clock.gif) no-repeat 0 2px;
	padding-left: 30px;
	font-size: 12px;
}

/*tooltips*/  
div.link { 
	float: left;
}
div.link a:link span {
	display: none; z-index: 100;
}
div.link a:visited span {
	display: none;
}
div.link a:hover span {
  position: absolute;
  margin:15px 0px 0px 20px;
  background-color: #CCFFCC;
  max-width: 220px;
  padding: 2px 10px 2px 10px;
  border: 1px solid #C0C0C0;
  /*font: normal 10px/12px verdana;*/
  font: normal 11px verdana;
  margin: 2px;
  color: #000;
  text-align:left;
  display: block;
}


