%/*
	global
*/
* {
	padding:0;
	margin:0;
}
body {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:1.0em;
	background: #FFFFFF url(images/bg.jpg) repeat-x top left;
	margin:0 auto;
	padding:0;

	color: #8F8E8E;
	height:100%;

	width: 986px;
}

/*
	structure 
*/
div#wrap {

}
div#container {
	width:986px;
	margin:0 auto;
	padding:0;
}
div#content {
	min-height:400px;
	background-color:#ffffff;
}
div#header {
	padding-left:10px;
	padding-top:55px;
}
div.sidebar {
	width:12%;
	float:left;
	padding-top:5px;
}
div.rightimage {
	width:258px;
	float:left;
	padding:15px;
	background: url(images/sea.png) no-repeat right top;
	height: 217px;
	margin-right: 30px;
	
}
div.logo {
	margin: 15px 5px 0 0;
	background:url(images/logo.jpg) center top no-repeat #FFF;
	width: 200px;
	height: 270px;
	float:right; 	
}

div.faqimage {
	margin: 45px 5px 0 0;
	background:url(images/8262.jpg) center top no-repeat #FFF;
	width: 369px;
	height: 274px;
	float:right; 	
}

div.links{
	margin: 25px 25px 5px 0;
	background:url(images/8210.jpg) center top no-repeat #FFF;
	width: 350px;
	height: 527px;
	float:right; 	
}

div.machine {

	margin: 20px 0 0 0;
	background:url(images/machine.jpg) center top no-repeat #FFF;
	width: 200px;
	height: 301px;
	float:right; 	
}

div.page {
	width:100%;
	float:right;
	padding:5px 0 0 3px;
}

div.centerpage {
	width:76%;
	float:left;
	padding:10px 0 0 3px;
}

div.centeredtext {
	width:65%;
	float:left;
	margin: 0 0 0 100px;
	padding:7px 0 0 3px;
	text-align:center;
}

div.centeredtext3 {
	width:65%;
	float:left;
	margin: 0 0 0 60px;
	padding:7px 0 0 3px;
	text-align:center;
}

div.centeredtext2 {
	width:80%;
	float:left;
	margin: 0 0 0 40px;
	padding:7px 0 0 3px;
	text-align:center;
}

div.centerpagecontact {
	width:56%;
	float:left;
	padding:10px 0 0 14px;
}

div.facts {
	width:86%;
	float:left;
	padding:10px 0 0 3px;
	margin: 0 0 0 35px;
}

div.faq   {
	width:48%;
	float:left;
	padding:10px 0 0 3px;
	margin: 0 0 0 35px;
	text-align: justify;
}

div.contactleft   {
	width:400px;
	float:left;
	padding:10px 0 0 3px;
	margin: 0 0 0 15px;
	text-align: justify;
	border: 1px dotted #CCCCCC;
}

div.contactright {
	margin: 0 10px 5px 0px;

	width: 520px;
	float:right; 	
	padding: 5px;
	border: 1px dotted #CCCCCC;

}

div.fullwidth {
	width:88%;
	float:left;
	padding:20px 20px 20px 20px;
	margin-left:30px;
	border: 1px dotted #CCCCCC;
}

div.faq2  {
	width:100%;
	float:left;
	padding:0 0 0 3px;
	margin: 5px 0 0 5px;
	text-align: justify;
	z-index:2;
}

div.faq3  {
	width:500px;
	float:left;
	padding:0 0 0 3px;
	margin: 5px 0 0 5px;
	text-align: center;
}

div.markethistory   {
	width:54%;
	float:left;
	padding:10px 0 0 3px;
	margin: 0 0 0 35px;
	text-align: justify;
}

div.contactwidth   {
	width:100%;
	float:left;
	padding:10px 0 0 3px;
	margin: 0 0 0 25px;
	text-align: justify;
}

div.recommend   {
	width:52%;
	float:left;
	padding:10px 0 0 3px;
	margin: 0 0 0 35px;
	text-align: justify;
}

div.markethistory2  {
	width:86%;
	float:left;
	padding:0 0 0 3px;
	margin: 0 0 0 35px;
	text-align: justify;
}

div.services   {
	width:46%;
	float:left;
	padding:10px 0 0 3px;
	margin: 0 0 0 35px;
	text-align: justify;
}

div.services2  {
	width:86%;
	float:left;
	padding:0 0 0 3px;
	margin: 0 0 0 35px;
	text-align: justify;
}

div.page-wrap {
	background: #fff;

	padding:0 0 20px 0; 
} 
div.top-panel {
	background: #fff url(images/header1.jpg) no-repeat left top;
	height: 217px;
	padding:7px 0 0 15px;

}

p.prices {
	text-align: center;
	font-weight: bold;
}

p.facts {
	text-align: left;
	font-weight: bold;
}

/* 
	nav 
*/
div#nav {
	background-color:#333333;
}
div#nav ul {
	list-style:none;
	margin:0;
	padding:0;
	font-size:1.0em
}
div#nav ul li {
	display:inline;
	float:left;
	margin:5px;
}
div#nav ul li a {
	color:#ffffff;
	font-size:0.9em;
	font-weight:bold;
	text-decoration:none;
	float:left;
	padding:5px 10px;
}
div#nav ul li a.selected, div#nav ul li a.selected:hover {
	background-color:#666666;
}
div#nav ul li a:hover {
	background-color:#151515;
}



/*
	paragraphs
*/
form p {
	padding:5px 0;
}
p {
	margin:0;
font-family:Verdana,Times New Roman;
font-size:12px;
	line-height:1.5em;
	padding:0;
}
div.top-panel p {
	font-family:"Trebuchet MS",Verdana,Arial;
	line-height:1.6em;
	margin:0;
	color:#ffffff;
	padding:0;
	text-align:left;
	font-size:0.8em;
}
div.page p {
	padding-bottom:15px;
	line-height:1.7em;
}
div#footer p {	
	padding:15px 0;
	margin:0;
	font-size:0.7em;
	color:#ccc;
}



/*
	headers
*/
div#header h1 {
	font-size:2.9em;
}
h2 {
	font-family:Geneva,Arial,Helvetica,sans-serif;
	font-weight:normal;
	margin:-10px 0 10px 0;
	padding:0;
	font-size:1.1em;
	color:#666666;
	text-align:left;
}
div.top-panel h2 {
	color:#ffffff;
	letter-spacing:0px;
	margin:0;
	padding:0;
	font-family:"Trebuchet MS", Verdana, Arial;
}

h4 {
	color:#811E57;
	padding:0;
	font-size:1.2em;
	margin:0;
	line-height: 35px;
}

h4.grey {
	color:#666666;
	padding:0;
	font-size:1.1em;
	margin:0 0 0 20px;
	line-height: 40px;
}
div.sidebar h4 {
	font-weight:normal;
}



/**************************************************************
   Form Elements
 **************************************************************/

label {
  display: block;
}

input,
textarea,
select {
  padding: 2px;
  font: 400 1em verdana, sans-serif;
  color: #444;
  background: #EEE;
  border: 1px solid #444;
}

input:focus,
input:hover,
textarea:focus,
textarea:hover,
select:focus,
select:hover {
  color: #000;
  background: #E4F7FA;
  border: 1px solid #00DFFF;
}

input.button {
  padding: 2px 5px;

  font: 400 1.1em "trebuchet ms", serif;

  color: #555;
  background: #9FF3FF;
  border-width: 1px;
  border-style: solid;
  border-color: #FFF #00DFFF #00DFFF #FFF;
}



/*
	links
*/
a {
	color:#333333;
}
div#header h1 a {
	color:#42CB00;
	text-decoration:none;
	font-weight:normal;
}
div.sidebar ul li a {
	display:block;
	text-decoration:none;
	padding:5px 0;
	border-bottom:1px solid #dddddd;
}
div.sidebar a {
	color:#811E57;
	font-size:0.9em;
	font-family:Arial, Helvetica, sans-serif;
	line-height:1.4em;
}
a:hover, div.sidebar a:hover  {
	color:#226600;
}
div.top-panel a {
	color:#710278;
	font-family:Geneva,Arial,Helvetica,sans-serif;
	font-size:1.0em;
	font-weight:normal;
	margin:10px;
	text-decoration:none;
}

div.top-panel a:hover {
	color:#000000;
}

div.top-panel a.linkleft {
	margin-left:0; 
}
div#footer p a {
	color:#ccc;
	text-decoration:none;
	font-size:1.0em;
}



/*
	tables
*/
table {
	width:86%;
	font-size:0.85em;
	float: left;
}

table tr th, table tr td {
	padding:5px 0 0 15px;
	text-align:left;
	vertical-align:top;
	color: #666666;
	font-size:0.85em;
}


/*
	lists
*/



/*
	miscs
*/
code {
	border:1px solid #cccccc;
	background-color:#dddddd;
	color:#333333;
	display:block;
	padding:10px 5px;
	margin:10px 0;
}
.clear {
	clear:both; 
}
.right { 
	float:right; 
}
.left  {
	float:left;  
}
*:focus {
	outline:none;
}

/*
	Prices Table
*/
thead th.prices {
	border-width: 1px 0;
	border-style:solid;
	border-color: black;
	padding: 5px;
	text-align: center;
}

table.prices tr td  {
	padding: 15px 0 0 10px;
}

/*
	Contact Table
*/

table.contact {
	width: 100%;
	padding: 25px 0 0 0;
	
}

table.contact2 {
	width: 70%;
	padding: 25px 0 0 25px;
	
}

table.contact2 tr td  {
	padding: 15px 0 0 10px;
	margin: 0 0 0 25px;
	font-size:1.05em;
}


table.contact tr td  {
	padding: 15px 0 0 10px;
	font-size:1.05em;
}

/*
	Lined Table
*/
table.lined th {
	border-width: 1px 0;
	border-style:solid;
	border-color: black;
	padding: 5px 0 5px 10px;
	text-align: center;
}

table.lined tr td  {
	padding: 5px 0 5px 10px;
	text-align: center;
}

table.lined tr td {
	border-bottom:1px solid #dddddd;
}

table.lined {
	width:75%;
	font-size:0.85em;
	margin: 10px 0 15px 50px;
}
table.lined tr th {
	color:#ffffff;
	background-color:#171717;
}


/* Quick Register */

#quickregisterbox
{
	margin: 20px 5px 10px 0; 
	border: 1px solid #999;
	padding: 8px;
	background:url(images/regbox_bgccc.gif) center top no-repeat #bebebe;
	width: 182px;
	float:right;
}

#quickregisterbox h1
{
	color: #ffffff;
	margin-bottom: 0;
	background-color: transparent;
	font-size: 22px;
}

#quickregisterbox h2
{
	color: #ffffff;
	font-size: 17px;
	font-weight: normal;
	margin-top: 0;
}

#quickregisterbox h2 span
{
	font-size: 28px;
}

#quickregisterbox label
{
	color: #f5f5f5;
	font-family: Geneva,Arial,Helvetica,sans-serif;
	text-transform: lowercase;
}

#quickregisterbox input.text
{
	width: 160px;
}

#submitbutton {text-align: right;}

/* Right Column Image */

#rightimage
{
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 8px;
	background:url(images/8050.jpg) center top no-repeat;
	width: 182px;
	height: 274px;
	float:right;
}

#contactimage
{
	margin-top: 20px 10px 20px 0;
	padding: 20px 10px 10px 0;
	float:right;
}

#faqimage
{
	padding: 30px 20px 10px 0;
	float:right;
}

#sizesimage
{
	margin-top: 40px 10px 20px 0;
	padding: 40px 10px 10px 0;
	float:right;
}

#markethistoryimage
{
	margin-top: 40px 10px 0 0;
	padding: 40px 40px 0 0;
	float:right;
}

#winecriticimage
{
	margin-top: 40px 10px 0 0;
	padding: 40px 40px 0 0;
	float:right;
}

#servicesimage
{
	margin-top: 30px 10px 0 0;
	padding: 30px 40px 0 0;
	float:right;
}

#primeurimage
{
	margin-top: 50px 10px 0 0;
	padding: 50px 40px 0 0;
	float:right;
}

div.topten
{
	width:86%;
	float:left;
	padding:10px 0 0 3px;
	margin: 0 0 0 35px;
	text-align: center;
}

#quoteimage
{
	padding: 30px 20px 10px 0;
	float:left;
}

div.menuwrapper
{
	margin: 0 0 28px 0;
}

div.info
{
	z-index:700;
	margin: 0 0 10px 0;	
}

#topmenu 
{
height: 24px;
font-size: 12px; 
}

#topmenu a 
{
line-height: 20px;
color: #FFF;
text-decoration: none;
}

#topmenu a:hover, #topmenu a:visited:hover  
{
font-weight: bold; text-decoration: none;
}



.hometab 
{ 
float: left;
width: 85px;
height: 22px;
background: url("images/label-top.gif") top center no-repeat #C9BCCB;
text-align: center;
border-right: solid 2px #FFF;
border-bottom: solid 2px #FFF; 
}

.aboutustab 
{ 
float: left;
width: 85px;
height: 22px;
background: url("images/label-top2.gif") top center no-repeat #1B67AA;
text-align: center;
border-right: solid 2px #FFF;
border-bottom: solid 2px #FFF;
}

.contactustab 
{ 
float: left;
width: 85px;
height: 22px;
background: url("images/label-top3.gif") top center no-repeat #1B67AA;
text-align: center;
border-right: solid 2px #FFF;
border-bottom: solid 2px #FFF;
}
.buyersguidetab 
{ 
float: left;
width: 85px;
height: 22px;
background: url("images/label-top4.gif") top center no-repeat #1B67AA;
text-align: center;
border-right: solid 2px #FFF;
border-bottom: solid 2px #FFF;
}
.salestab 
{ 
float: left;
width: 85px;
height: 22px;
background: url("images/label-top5.gif") top center no-repeat #1B67AA;
text-align: center;
border-right: solid 2px #FFF;
border-bottom: solid 2px #FFF;
}
.rentalstab 
{ 
float: left;
width: 85px;
height: 22px;
background: url("images/label-top6.gif") top center no-repeat #1B67AA;
text-align: center;
border-right: solid 2px #FFF;
border-bottom: solid 2px #FFF;
}

.searchtab 
{ 
float: left;
width: 85px;
height: 22px;
background: url("images/label-top7.gif") top center no-repeat #1B67AA;
text-align: center;
border-right: solid 2px #FFF;
border-bottom: solid 2px #FFF;
}

.informationtab 
{ 
float: left;
width: 85px;
height: 22px;
background: url("images/label-top8.gif") top center no-repeat #1B67AA;
text-align: center;
border-right: solid 2px #FFF;
border-bottom: solid 2px #FFF;
}



table.hometable { width: 759px; }
table.hometable td { vertical-align: top; padding: 10px; }
.quartercolbox { width: 185px; }
.onecolbox { width: 245px; }
.halfcolbox { width: 375px; }
.twocolbox { width: 502px; }
.threecolbox { width: 759px; }













.mainNavigator{
width:986px;
height:20px;
}

.navBox{
width:986px;
}




#mainContent {
background:#FFFFFF;
margin:0 auto;

}



#mainContentTop {
background:#FFFFFF;
height:9px;
}

#mainContentBot {
background:#FFFFFF;
height:9px;
}

.modulebox
{

margin-bottom:15px;
background-color: #f4f4f4;
}

#boxtopsearch {
background: url(images/quicksearch1_02.jpg) no-repeat left top;
height: 51px;
width: 100%;
}

#latestproperties {
background: url(images/latestproperties.jpg) no-repeat left top;
height: 50px;
width: 100%;
}

#latestrentals {
background: url(images/latestrentals.jpg) no-repeat left top;
height: 50px;
width: 100%;
}

.modulebox .boxtop {
background:transparent url(images/content_header.png) no-repeat scroll left top;
border-bottom:1px solid #B3B3B3;
}

.modulebox .boxtop .title {
background:transparent url(images/content_header.png) no-repeat scroll right top;
margin-left:10px;
min-height:38px;
padding:10px 0 1px;
}

.modulebox .boxtop .title h1, .modulebox .boxtop .title h2, .modulebox .boxtop .title h3 {

display:block;
margin:0;
padding:0 0 0 30px;
font-size: 1.2em;
}

.modulebox .boxtop .title a, a:visited
{
text-decoration:none;
}

.modulebox .boxcontent {

clear:both;
margin:0 0 0 10px;
padding:1em 10px 1px 0;
font-size: 11px;
}

.modulebox .boxcontent .title a, a:visited
{
color:#3C71AA;
text-decoration:none;
font-size: 11px;
}

.modulebox .boxbottom {

}

.modulebox .boxbottom div {

height:23px;
margin-left:5px;
}


.modulebox .boxcontent2 .title h1, .modulebox .boxcontent2 .title h2, .modulebox .boxcontent2 .title h3 {

display:block;
margin:0;
padding:0 0 0 30px;
font-size: 1.2em;
}

.modulebox .boxcontent2 {

clear:both;
margin:0 0 0 10px;
padding:0px 0px 12px 0;
font-size: 11px;
}

.modulebox .boxcontent2 .title a, a:visited
{
text-decoration:none;
}


.modulebox .boxtop2 {
background:transparent url(images/content_header.png) no-repeat scroll left top;
}


.modulebox .boxtop2 .title {
background:transparent url(images/content_header.png) no-repeat scroll right top;
margin-left:10px;
min-height:28px;
padding:10px 0 1px;
}

.modulebox .boxtop2 .title h1, .modulebox .boxtop2 .title h2, .modulebox .boxtop2 .title h3 {

display:block;
margin:0;
padding:0 0 0 30px;
font-size: 1.2em;
}

.modulebox .boxbottom2 {

}

.modulebox .boxbottom2 div {

margin-left:10px;
min-height:1px;
padding:0px 0 0px;
}


.modulebox .boxbottom2 .title h1, .modulebox .boxbottom2 .title h2, .modulebox .boxbottom2 .title h3 {

display:block;
margin:0;
padding:0 0 0 30px;
font-size: 1.2em;
}

.modulebox .boxbottom2 .title a, a:visited
{
text-decoration:none;
}

.modulebox .boxtop2 .title a, a:visited
{
text-decoration:none;
}

.modulebox .boxtop3 {
background:transparent url(images/content_header.png) no-repeat scroll left top;
}


.modulebox .boxtop3 .title h1, .modulebox .boxtop3 .title h2, .modulebox .boxtop3 .title h3 {
display:block;
margin:0;
padding:0 0 0 30px;
font-size: 1.2em;
}


.modulebox .boxtop3 .title a, a:visited
{
text-decoration:none;
}


.moduleboxz
{
background-color: white;
}

.boxtopz {
background:transparent url(images/content_headerz.png) no-repeat scroll left top;
margin-right:8px;
}


.boxtopz .title {
background:transparent url(images/content_headerz.png) no-repeat scroll right top;
margin-left:7px;
min-height:127px;

padding:5px 0 0 5px;
}


#headerz {
margin-top: 5px;
position:relative;
width: 100%;
height: 149px;
background: url(images/leftheader.jpg) no-repeat left top;
}


#headcontentz {
margin-left:300px;

position:relative; 
padding:5px 5px, 5px, 0px;
}


#boxtopzhome {

position:relative;
width: 100%;
height: 149px;
background:transparent url(images/rightheader.jpg) no-repeat scroll left top;
}


#boxtitle {
margin-left:300px;
position:relative; 

}

.moduleboxz .boxtopz .title h1, .moduleboxz .boxtopz .title h2, .moduleboxz .boxtopz .title h3 {
background:transparent url(images/excluicon.png) no-repeat scroll 0 50%;
display:block;
margin:0;
padding:0 0 0 30px;
font-size: 1.2em;
}
.modulebox .boxtop3 .title {
background:transparent url(images/content_header.png) no-repeat scroll right top;
margin-left:10px;
min-height:28px;
padding:10px 0 1px;
}

.username input {
background:transparent url(images/username_bg.png) no-repeat scroll 0 0;
}

.username {
float: left;
margin-left:25px;
}

.username input {
border:medium none;
color:#646464;
float:left;
font-size:85%;
height:16px;
padding:4px 0 0 30px;
width:70px;
}

.password {
float: left;
margin-left:25px;
}

.password input {
background:transparent url(images/password_bg.png) no-repeat scroll 0 0;
}
.password input {
border:medium none;
color:#646464;
float:left;
font-size:85%;
height:16px;
padding:4px 0 0 30px;
width:70px;
}

.remember {
float: left;
margin-left:25px;
}

ol, ul {
margin:0 0 1.5em;
padding-left:1.5em;
line-height: 1.7em;
}




body {
background:#FFFFFF;
color:#666;
font-family:Verdana,Times New Roman;
font-size:12px;
}


h1
{
color:#333333;
font-size:20px;
font-weight:bold;
margin:0 0 0.5em;
padding:0;
}

h2, h3, h5, h6
{
color:#333333;
font-size:14px;
font-weight:bold;
margin:0 0 0.5em;
padding:0;
}

h4
{
color:#333333;
font-size:14px;
font-weight:bold;
margin:0 0 0.5em;
padding:0;
}

a, a:visited
{
color: #333333;
text-decoration: none;
font-size:12px;
}

#headerz {
margin-top: 5px;
position:relative;
width: 100%;
height: 149px;
background: url(images/leftheader.jpg) no-repeat left top;
}


#headcontentz {
margin-left:300px;

position:relative; 
padding:5px 5px, 5px, 0px;
}

#topnav {

color:#999999;
font-size:12px;
height:15px;
letter-spacing:0.5px;
padding-top:0px;
position:absolute;
text-align:right;
top:0;
vertical-align:middle;
width:986px;
}

#toploginlinks {
padding-bottom: 5px;
padding-right:15px;
}

#toploginlinks h1
{
font-size: 12px;
}

#topnav a, #topnav a:visited
{
color: #CCCCCC;
text-decoration: none;
}

#header
{
padding-bottom: 4px;
padding-top: 22px;
padding-left: 8px;
}

#header h1
{
margin: 0px;
font-size: 23px;
}

#page_margins
{
width: 986px;
padding: 0px 10px 0px 10px;
margin-left: auto;
margin-right: auto;
display: block;
}

#page
{
width: 986px;
float: left;
background: #FFF;
padding: 0px 10px 0px 0;

}

#main2
{
padding-top: 10px;
}

#nav_main
{
width: 100%;
background:#EEEEEE url(images/top-menu-background.jpg) repeat scroll 0 0;
float: left;
width: 100%;
height:33px;
}

#nav_main ul, #nav_main ul li
{
margin: 0px;
padding: 0px;
list-style: none;
display: inline;
}

#nav_main a, #nav_main a:visited
{
display: block;
float: right;
padding: 5px 15px 5px 15px;
text-decoration: none;
color: white;
}

#nav_main a:hover
{
background-color: #3C71AA;
color: white;
}


#mainContentpadding
{
margin-left:15px;
margin-right:15px;
}




#col1, #col2, #col3
{
float: left;
}

#col1
{
width: 186px;
float: left;
}

#col1 ul
{


}

#col2
{
width: 776px;
float: left;
padding-left: 10px;
border-left: 0px;
border-bottom: 0px;
}

#col2home
{
width: 776px;
float: left;
padding-left: 10px;
border-left: 0px;
border-bottom: 0px;
}

#col3
{
width: 189px;
float: left;
margin-left: 15px;
}

#rss a ,#rss a:visited
{
font-size: 10px;
text-decoration: none;
}

#rss img
{
padding-top: 3px;
padding-right: 3px;
}

.featured_listings
{
text-align: center;
margin-left:auto;
margin-right:auto;
}

table.feat1
{
width: 968px;
}

table.feat1 td 
{ 
vertical-align: top;
padding:5px; 
width: 50%;
}



table.feat
{
width: 968px;
}

table.feat td 
{ 
vertical-align: top;
padding:5px; 
}

table.featured_listings {
	padding:5px;
	}


	
.featured_listings img
{
padding: 2px;
border: 1px solid #cccccc;
}

#footer
{
float: left;
width: 100%;
padding: 15px 0px 15px 0px;
border-top: 1px dotted rgb(176, 196, 222);
text-align: center;
margin-top: 10px;
}

.search_result_table
{
border-bottom: 1px solid #CCCCCC;
margin-bottom: 10px;
padding: 5px 0px 5px 0px;
}


/* *** This is internal css for Open-Realty */
.field_caption{
	font-weight:bold;
}
.searchpage_field_caption {
font-weight:bold;
text-align:right;
}
.searchpage_field_caption_row {
font-weight:bold;
text-align:right;
}
.lat_long_header{font-size:12px;}
.view_image {
	text-align:center;
}

.image_caption {
	font-size:16px;
	font-weight:bold;
}
.view_user {
 padding-left:5px;
}
.view_user_user_name {
	font-size:14px;
	font-weight:bold;
}
.view_user_user_images {
	float:left;
}
.view_user_user_info {
	float:left;
	padding-left:10px;
}
.view_user_user_hitcount {
	clear:both;
}
.view_user_user_box {

}
.no_results { color:red; margin-top:10px;}
/* *** Generated by www.csscreator.com *** */
/* THIS IS SECTION IS FOR VERTICAL MENU */

.search_results
{
	width:100%;
}
.result_row_0	{ background-color: #f8f8f8; }
.result_row_1	{ background-color: #FFFFFF; }
.view_users { width:100%; }

.logo h1{
	font-size: 30px;
	color:#333333;

	vertical-align: text-bottom;
	margin: 0px;
	margin-top: 10px;
	font-weight: normal;
}

.clr{
	clear:both;
}

.content{
	position:relative;
}


 /*printer styles*/
@media print{
	/*hide the left column when printing*/
	#leftcol{display:none;}
	#outer{border-left:0;}
}



/* THIS CONTROLS THE TABLES DISPLAYED BY PAGES GENERATED BY THE PAGE EDITOR */
table.page_display
{
	border: 3px;
}
td.page_display
{
	width: 100%;
	vertical-align: top;
}
/* THIS CONTROLS THE TABLES DISPLAYED IN THE ADMIN */
table.admin_main
{
	border: 3px;
	width: 100%;
}
td.admin_main
{
	width: 100%;
	vertical-align: top;
}
/* THIS CONTROLS THE ROW COLORS */
td.row1_0	{ background-color: #FFFFFF; }
td.row2_0	{ background-color: #C2C2C2; }
td.row3_0	{ background-color: #FFFFFF; }
.adminListingLeft_0 {
	color: #FFFFFF;
	background-color : transparent;
}
/* LISTING BROWSE PAGE NAVIGATION WIDGET 'next_prev()'display stuff  */

.browse_tool_table {
	background-color: #FFFFFF;
	width:100%;
	font-size: 11px;
	text-decoration: none;
	color: #999999;
}
.browse_tool {
	background-color: #FFFFFF;
	font-size: 11px;
	text-decoration: none;
	color: #999999;
}
.browse_tool_num {
	color: #999999;
}

.browse_tool_button A {
	background-color: #FFFFFF;
	font-size: 10px;
	line-height: 10px;
	text-align: center;
	BORDER-COLOR: #000000;
   	BORDER-STYLE: outset;
 	BORDER-WIDTH: 1px;
	font-weight: bold;
	text-decoration: none;
	color: #999999;
	width: 82px;
	height: 18px;
	display: block;
	padding: 3px;
}

.browse_tool_button A:visited {
	color: #FFFFFF;
}

.browse_tool_button A:hover {
	color: #CCCCCC;
	BORDER-STYLE: inset;
	width: 82px;
	height: 18px;
}

.browse_tool_ghost {
	font-size: 10px;
	line-height: 10px;
	color: #aaaaaa;
	text-decoration: none;
}


.browse_tool_curpage {
	BACKGROUND-COLOR: #c2b6c8;
	color: #333333;
	width: 24px;
	height: 20px;
	display: block;
	text-align: center;
}

.bt_pages {
	font-family: verdana, arial, Helvetica, sans-serif;
	BACKGROUND-COLOR: #c2b6c8;
	text-decoration:none;
	font-size: 10px;
	vertical-align: middle;
	color:	#000000;
	padding: 5px;
}

bt_pages_ghost{
	color:	#aaaaaa;
	text-decoration:none;
}

A.bt_pages{
	color:	#000000;
	width: 24px;
	height: 20px;
	display: block;
	text-align: center;
}

A.bt_pages:visited{
	color: #000000;
}

A.bt_pages:hover{
	color:#FFFFFF;
	background: #132975;
}



/* LISTING PAGE DETAILS 'listing_next_prev'  */
.next_prev_listing { margin: 2em 0 2em 3em;  border: 1px solid #a9a9a9; width: 40em; text-align: center; }
.next_prev_listing ul { margin: 1.5em auto; }
.next_prev_listing li { display: inline; padding: .5em 1em; list-style-type: none; }
.count, .listing_xy { width: 100%; background-color: #dcdcdc; clear: both; padding: .5em 0; }
/* css for tabbed pages */
.dynamic-tab-pane-control.tab-pane {
	position:	relative;
	width:		100%;		/* width needed weird IE bug */
	margin-right:	-2px;	/* to make room for the shadow */
}
.dynamic-tab-pane-control .tab-row .tab {
	width:				70px;
	height:				16px;
	background-image:	url( "{template_url}/images/tab.png" );
	position:		relative;
	top:			0;
	display:		inline;
	float:			left;
	overflow:		hidden;
	cursor:			Default;
	margin:			1px -1px 1px 2px;
	padding:		2px 0px 0px 0px;
	border:			0;
	z-index:		1;
	font:			11px Tahoma;
	white-space:	nowrap;
	text-align:		center;
}
.dynamic-tab-pane-control .tab-row .tab.selected {
	width:				74px !important;
	height:				18px !important;
	background-image:	url( "{template_url}/images/tab.active.png" ) !important;
	background-repeat:	no-repeat;
	border-bottom-width:	0;
	z-index:		3;
	padding:		2px 0 0px 0;
	margin:			1px -3px -3px 0px;
	top:			-2px;
	font:				11px Tahoma;
}
.dynamic-tab-pane-control .tab-row .tab a {
	font:				11px Tahoma;
	color:				Black;
	text-decoration:	none;
	cursor:				default;
}
.dynamic-tab-pane-control .tab-row .tab.hover {
	font:				11px Tahoma;
	width:				70px;
	height:				16px;
	background-image:	url( "{template_url}/images/tab.hover.png" );
	background-repeat:	no-repeat;
}
.dynamic-tab-pane-control .tab-page {
	clear:			both;
	border:			1px solid rgb( 145, 155, 156 );
	background:		#ffffff;
	z-index:		2;
	position:		relative;
	top:			-2px;
	font:				11px Tahoma;
	color:				Black;
	padding:		10px;
}
.dynamic-tab-pane-control .tab-row {
	z-index:		1;
	white-space:	nowrap;
}

p, td {
	text-align: justify; text-justify: inter-word;
}

.head3 {
	color: #333333;
	font-weight:bold;
	font-size: 1.5em;
	text-align: center;
	padding:0;
}

.head4 {
	color: #333333;
	font-weight:bold;
	font-size: 1.2em;
	text-align: left;
	padding:0;
}

table.featured_listings td.featured_listings img {
width:150px !important;
height:100px !important;
}

.flags {
	float:right;
	margin:18px 42px 0 0;
	}

.flags a img {border:none; padding-right:5px;}

img { border:none;}






/**************************************************************
   #mainMenu: The top level site menu
 **************************************************************/

#mainMenu {
  float: left;
  width: 100%;
  clear: both;

  width:750px;
}

#mainMenu ul {
  margin: 0;
  padding: 0;
}

#mainMenu li {
  display: inline;
  list-style: none;
  margin: 0;
  padding: 0;
}

#mainMenu li a {
  float: left;
  margin: 0 7px;
  padding: 5px 0.5em;

  font: 13pt "trebuchet ms", serif;
  text-decoration: none;
  text-transform: lowercase;
  color: #000;

}

#mainMenu li a:hover,
#mainMenu li a.here {
  color: #333333;


}

#mainMenu li a.last {
  margin-right: 0;
}

#mainMenu a img {  
  border: none;
}

#mainMenu a:hover img {  
  /* Fixes IE bug - IE doesn't correctly apply the style on a:hover so need to mask it */
  border: 0px !important;
  border: 0px;
}

.floatLeft {
  float: left;
}

/**************************************************************
   #mainMenua: The top level site menu
 **************************************************************/

#mainMenua {
  float: left;
  clear: both;
  width:978px;
  font-size-adjust:none;
  font-style:normal;
  font-variant:normal;
  font-weight:500;
  line-height:170%;
  text-align:left;	
}


.floatLeft {
  float: left;
}




/*Menu linedown */

.linedown {
height:36px;
width:986px;
background:url(images/menu_purple.gif);
position:relative;
font-family:"trebuchet ms",serif;
text-transform:lowercase;
font-size:11px;
z-index:500;
}

.linedown .select {
margin:0;
padding:0;
list-style:none;
white-space:nowrap;
}

.linedown li {
float:left;
background:url(images/menu_purple_over.gif);
}

.linedown .select a {
display:block;
height:36px;
float:left;
background: url(images/menu_purple.gif);
padding:0 0 0 15px;
text-decoration:none;
line-height:25px;
white-space:nowrap;
color:#fff;
}

.linedown .select li.line a {color:#fff;}

.linedown .select a b {
display:block;
padding:0 30px 10px 15px;
background:url(images/menu_purple.gif) right top;
}

.linedown .select a:hover,
.linedown .select li:hover a {
background: url(images/menu_purple_over.gif);
padding:0 0 0 15px;
line-height:25px;
cursor:pointer;
color:#fff;
}

.linedown .select li.line a:hover,
.linedown .select li.line:hover a {
color:#fff;}

.linedown .select a:hover b,
.linedown .select li:hover a b {
display:block;
padding:0 30px 9px 15px;
background:url(images/menu_purple_over.gif) right top;
cursor:pointer;
}

.linedown .sub {
display:none;
}
.linedown ul ul {display:none;}

/* IE6 only */
.linedown table {
border-collapse:collapse;
margin:-1px;
font-size:1em;
width:0;
height:0;
}

.linedown .sub {
margin:0;
padding:0;
list-style:none;
}

.linedown .sub li {background:transparent;}

.linedown .select :hover .sub {
height:30px;
display:block;
position:absolute;
float:left;
width:984px;
top:28px;
left:0;
text-align:center;
background:transparent url(line/transparent.gif);
border: 1px dotted rgb(176, 196, 222);
}

.linedown .select :hover .rt li {
float:right;
}

.linedown .select :hover .sub li a {
display:block;
height:30px;
line-height:33px;
float:left;
background:transparent url(line/transparent.gif);
padding:0 16px;
margin:0;
white-space:nowrap;
color:#888;
font-size:11px;
}

.linedown .select :hover .sub li.subline a {
color:#6B0076;
}

.linedown .select :hover .sub li a:hover,
.linedown .select :hover .sub li:hover {
color:#000;
line-height:33px;
position:relative;
}

.linedown .select :hover .sub li:hover > a {
color:#000;
}

.linedown .select :hover .sub :hover ul {
padding:0;
margin:0;
list-style:none;
display:block;
width:112px;
position:absolute;
left:-1px;
top:30px;
border:1px solid #aaa;
border-top:0;
background:#fff;
}

.linedown .select :hover .sub :hover ul li a {
width:80px;
text-align:left;
height:20px;
line-height:18px;
}

.linedown .select :hover .sub :hover ul li a:hover {
line-height:18px;
}

/*End Menu linedown */


.purple a:hover, .purple a:visited:hover  
{
color:#710278;
font-weight: bold; text-decoration: none;
}

.flags {
float:right;
margin:198px 30px 0 0;

}


