@charset "utf-8";
/* CSS Document */

.sectiontableheader {
  font-weight: bold;
  padding: 2px;
  
}
tr.sectiontableentry0 td,
tr.sectiontableentry1 td{
	padding: 4px;
  	background: #F1F1F1;

	}
tr.sectiontableentry2 td {
  padding: 4px;
  background: #F8F8F8;
}

tr.sectiontableentry1:hover td,
tr.sectiontableentry2:hover td {
	background-color: #F5F1EB;
}

/* obj and objshort*/
.ea_border{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-left: 4px solid #777777;
	border-right: 4px solid #777777;
	border-top: 1px solid #777777;
	border-bottom: 1px solid #777777;
	padding:4px; 
	width:98%; 
	margin-top: 5px; 
	margin-bottom: 5px;
	display:block;
	
}
.ea_sectiontableheader {
	/*background-color: #F4F4F4;*/
	border-bottom: 1px dotted #777777;
	font-size: 1.2em;
	/*border-left: 2px solid #C4C4C4;*/
	font-weight: bold;
	padding: 2px;
	display:block; 
	margin-bottom:5px;
}
.ea_left_col{
	float:left;
	display:block; 
	margin-right:5px; 
	width:40%;
	
}
.ea_right_col{
	display: inline;  
	margin-left: 5px;
	
}
.ea_clearboth{
	clear: both; 
	
	height: 1px;
}


/* watermark over thumps */
div.watermark_picture {
position:relative;
/*display:block;*/
}

.watermark_hot {
position: absolute;
top: 0px;
left: 6px;
}
.watermark_sold {
position: absolute;
top: 0px;
left: 6px;

}



/* Agent */
.ea_agent_border{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-left: 4px solid #C4C4C4;
	border-right: 4px solid #C4C4C4;
	border-top: 1px solid #C4C4C4;
	border-bottom: 1px solid #C4C4C4;
	padding:4px; 
	width:98%; 
	margin-top: 5px; 
	margin-bottom: 5px;
	display:block;
	
}
.ea_agent_table_label{
	white-space: nowrap;
	text-align: right;
	font-weight: bold;
	}


/*----contact form----*/
.ea_contact_table_label{
	white-space: nowrap;
	text-align: right;
	font-weight: bold;
	}





/*----------*/
fieldset {
	border: 1px solid #EBEBEB;
	padding: 2px;
	margin:  2px;
}

legend {
	font-size:1.2em;
	font-weight:bold;
	padding:4px;
}
.inputbox {
	/*-moz-border-radius: 3px;
	-webkit-border-radius: 3px;*/
}


/*---tooltip-----*/
.tool-tip {
   float: left;
   background: #FFFFAA;
   border: 1px solid #C2C393;
   padding: 5px;
   max-width: 200px;
}

.tool-title {
   padding: 0;
   margin: 0;
   font-size: 100%;
   font-weight: bold;
   margin-top: -15px;
   padding-top: 15px;
   padding-bottom: 5px;
}

.tool-text {
   font-size: 100%;
   margin: 0;
}