/* CSS Document */
/* box layout */
/*boxbody = boxleft + boxcenter */
/*boxwrap = boxbody + boxright */

/* boxwrap:   Width of the page and centring for modern browsers. */
.boxwrap {
	width: 755px; 
	margin-left: auto; 
	margin-right: auto;
	}
 
/* boxbody:   It holds the content and left columns. It is floated left, so this leaves room on the right for "boxright" to make the right hand column. */
.boxbody {
	width: 750px; 
	float: left;
	}

/* boxcenter: This is the content box. It is floated right, inside the body box ("boxbody") which effectively puts it in the centre of the page, between the two columns.*/
.boxcenter {
	width: 578px; 
	float: right; 
	}
	
/* In the header we need a div for login and free trial*/ 
.boxheadercenter {
	width: 190px; 
	float: right; 
	text-align: right;
	padding-right: 10px;
	}

/* In the header we need a div for LOGO*/ 
.boxheaderleft {
	width: 550px; 
	float: left; 
	}

/* boxleft:   As it says on the ID: this box contains the left column. Floated left so that if it is longer than the content, its background colour will not spill out.*/
.boxleft   {
	width: 158px; /* the width is 153 becaue have to deduct 2px ob the border*/
	float: left;
	}
			 

/* boxright:  The right column, floated right for the same reason that the left column is floated: to stop its background colour spilling out.*/
.boxright {
	width: 0px; 
	float: right; 
	}

/* boxheader: Where you put you header. Nothing special.*/
/*.boxheader { width: 100%;  
			 clear: both; 
			 }*/
.boxheader { width: 755px; float: left; margin-bottom: 12px;}
/* boxfooter: Holds the footer text, and is cleared on both sides. Puts it below all the columns above it.*/
.boxfooter {
	width: 100%;  
	clear: both;  
	}

/* boxclear:  This div helps out browsers who don't like the fact that boxbody has no non-floated content.*/
.boxclear {
	clear: both; 
	line-height: 0px 
}

/* ie hack: */
  .iehackwrap { text-align: center; vertical-align: top; }
  .boxwrap    { }     

/* box style */
.boxwrap   { background: #FFF; }
.boxheader { background: #FFF; }
.boxfooter { background: #FFF; }
.boxcenter { background: #FFF; }
.boxleft   { background: #FFF; }
.boxright  { background: #FFF; }

div {
	margin: 0px; 
	padding: 0px; 
}

/* top green bar*/
.topbar{
	position:relative;
	float:left;
	height:5px; 
	background-color:  #A4D12B; 
	layer-background-color: #A4D12B; 
	font-size: 5px;
	margin-bottom: 10px;
	margin-left:-4px;
	margin-right:-1px;
	width:759px;
	top:0px;
}
/* hide from IE Mac \*/
.topbar
{
	
	margin-left:-4px !important;
	margin-left:-4px;
	margin-left/**/:/**/-3px;

	margin-right:-1px !important;
	margin-right:-1px;
	margin-right/**/:/**/-1px;


}
	
/* end hiding */
.panenarrow{
	width: 29%;
	float: left;
	margin:1%;
	color:#666;
	float:right;
}
.panenarrow br {
	margin:-5px;
}
.panenarrow ul li {
	margin:0px 20px 10px -10px;
	text-align:left;
	}
.panewide{
	width: 65%;
	float: left;
	margin:1%;
	color:#666;
	
}
.paneheading{
	border:1px solid #e5e5e5; 
	background-color:#EFEFEF;
}
.panebody{
	border:1px solid #e5e5e5;
	margin-top:1px;
	background-color:#F8F8F8;
}
/* ---------------------------------------------------------formatting------------------------------------------ */
body {
	background: #d5dbe2 url("body_bg.gif") top center repeat-y;
	color: #000; 
	margin: 0px; 
	padding: 0px;
	}

.boxwrap {
	text-align: left; 
	margin-bottom: 2em; 
	}
		 
h1 {
	padding: 2px 10px; 
	margin: 0px;
	}
	 
p  { padding: 5px 10px; 
	 margin: 0px;}

select{ }

.breadcrumb{
	padding: 10px 0px 4px 10px;
	margin-left: 5px;
}		

#refinesearch{
	margin-left: 13px;
	background-color: #DDE4E8;
	color: #333;
	width: 728px;
	clear: both;
	border-left: 1px solid #949494;
	border-right: 1px solid #949494;
	font-size: 11px;

	padding: 8px 0px 8px 0px !important;
}

#refinesearch input[type=text]{
	border: 1px solid #A9A9A9;
}

#refinesearch input[type=select]{
	border: 1px solid #A9A9A9;
}

/* following rule hidden from IE5-Mac \*/
#refinesearch {
	min-height: 28px;
 	width: 721px !important;
	width: 721px;
	width/**/:/**/728px;
	padding-left: 5px !important;
}
/**/

#refinesearch form{
	padding-top: 8px;
	margin-left: 8px;
}
#refinesearch input{
	width:40px;

}


#refinesearch input[type=checkbox]{
	width:14px;
}

#refinesearch select{
	width:60px;
}

img{
	border: 0;
}

.error {
	background-color:#FFFFCC;
	border: 1px solid #FF9900;
	margin:5%;
	padding:2% 5% 2% 5%;
	list-style: none;
}

/* ------------------------------------------------- style --------------------------------------------------------------*/

body { font-family : Arial, Helvetica, sans-serif; color: #666666; }

h1 { font-size: 1.3em; }

p, li  { font-size: 0.8em; }
/* start links on footer style*/
.boxfooter {
	font-size: 11px; 
	text-align: center;
	padding-top: 10px;
}
			 
.boxfooter a{
	color: #666666;
	text-decoration:none;
}

.boxfooter a:hover{
	color: #333333;
	text-decoration:underline;
}
/*end links on footer style*/

/* start links on header style*/
.boxheader a{
	color: #f87311;
	text-decoration: none;
	font-size: 12px;
	padding: 0px 6px 0px 6px;
	font-weight: bold;
}

.boxheader a:hover{ color: #FF7800; text-decoration: underline;}
/* end links on header*/
/* start breadcrumb font styles*/
.breadcrumb{
			  text-decoration: none;
			  font-size: 11px;
}		

.breadcrumb a{
			  color: #F87311;
			  text-decoration: none;
			  font-size: 11px;
}			 
/* end breadcrumb font styles*/
			 
.comment { border: 1px solid #EEEEEE; margin: 1em; padding: 0.5em; background: #fff; }

h1 span  { font-weight: normal; }

#scrolling div.boxleft, #scrolling div.boxright{ overflow: auto; height: 4em;}

input{
	font-size: 11px;
}

select{
	font-size: 11px;
}

.odd{

}

.even{
	background-color: #f6f6f6;
}
/*--------------------------------------------special definitions----------------------------------------------------*/
/* These widths are set so that IE mac doesn't  */
#countyName{
	max-width:150px;
	overflow: hidden; text-overflow:ellipsis;
	
}
#county_foreclosure{
	max-width:40px;
	overflow: hidden; text-overflow:ellipsis;
}
#county_preforeclosure{
	max-width:40px;
	overflow: hidden; text-overflow:ellipsis;
}
#county_bankruptcy{
	max-width:40px;
	overflow: hidden; text-overflow:ellipsis;
}
#county_fsbo{
	max-width:40px;
	overflow: hidden; text-overflow:ellipsis;
}


/* used on the state page to have the faded line over the map*/
.boxmap{
	background: #FFFFFF url("http://d2fhxcx29yssgj.cloudfront.net/css/img/states_lines.jpg") left top no-repeat;
	padding: 8px 8px 0px 10px;
	min-height:: 400px;
	color: #A1A1A1;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	
}

.highlighttext{
	color: #F87311;
	font-weight: bold;
}

.datagrid{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-left: 1px solid #949494;
	border-right: 1px solid #949494;
	
	margin: 0px 0px 4px 0px;
	/*border-spacing: 0px !important;*/
	border-collapse: collapse;
	width: 97%;
	text-align: left;
	margin-left: 13px;
	margin-top: 0px;
	clear: both;
	color: #333;
}

.datagrid th{
	
	background-color:#F6F6F6;
	text-align:left;
	padding-top: 5px;
	padding-bottom: 5px;
	/*background-image: url("http://d2fhxcx29yssgj.cloudfront.net/css/img/header_datagrid_bg.gif");
	color: 009cac;
	font-size: 12px;
	border-top: 1px solid #c7c7c7;*/
}

.datagrid td{
	height: 19px;
	border-top: 1px solid #afc4d2;
}

.datagrid tr:hover{
	background-color: #E0EEF8;
}


.infogrid{
	padding-top:20px;
	width:695px;
	text-align:center;
	border-left: 1px solid #949494;
	border-right: 1px solid #949494;
	margin: 0px 0px 4px 0px;
	/*border-spacing: 0px !important;*/
	border-collapse: collapse;
	width: 97%;
	margin-left: 13px;
	margin-top: 0px;
	clear: both;
	color: #333;
	}

#displayoptions{
	margin-top: -13px;
	border-right: 1px solid #949494;
	border-left: 1px solid #949494;
	font-size:12px;
	clear: both;
	width: 728px;
	margin-left: 13px;
	padding: 4px;
	background-color:#FBFAF1;
	border-bottom: 1px solid #E2E0CA;
    }

/* following rule hidden from IE5-Mac \*/
#displayoptions {
	margin-top: 0px;
	width: 718px !important;
	width: 718px;
	width/**/:/**/728px;
}
/**/	

#displayoptions input[type=submit]{
	background-image: url("http://d2fhxcx29yssgj.cloudfront.net/css/img/button_bg.gif");
	border: 1px solid #444444;
	background-color: #ffffff;
	font-size: 11px;
	color: #444444;
	font-weight: normal;
}

.button{
	background-image: url("http://d2fhxcx29yssgj.cloudfront.net/css/img/button_bg.gif");
	border: 1px solid #444444;
	background-color: #ffffff;
	font-size: 11px;
	color: #444444;
	font-weight: normal;
}
	
#gridheader{
	margin-top: -13px;
	border-right: 1px solid #949494;
	border-left: 1px solid #949494;
	font-size:11px;
	clear: both;
	height:25px;
	width: 728px;
	margin-left: 13px;
	padding-top: 4px;

    }

/* following rule hidden from IE5-Mac \*/
#gridheader {
	margin-top: 0px;

	width: 726px !important;
	width: 726px;
	width/**/:/**/728px;
}
/**/	

#gridheader a{
		
    }
	
#gridfooter a{
		
    }
#gridfooter{
	margin-top: -4px;
	border-right: 1px solid #949494;
	border-left: 1px solid #949494;
	border-bottom: 1px solid #949494;
	border-top: 1px solid #949494;
	font-size:11px;
	height:30px;
	width: 728px;
	margin-left: 13px;
	padding-top: 4px;
    }
/* following rule hidden from IE5-Mac \*/
#gridfooter {
	height:30px;
	width: 726px !important;
	width: 726px;
	width/**/:/**/728px;
}
/**/			
.SearchResultCountBar{
	
	padding:5px;
	float:left;
	width:410px;

}
.SearchResultPagesBar{
	float:right;
	margin-right:5px;
	margin-top:-10px;

}
/* following rule hidden from IE5-Mac \*/
.SearchResultPagesBar {
	padding-top:5px;
	text-align:right;
	float:left;
	width:302px;
	margin-right:0px;
	margin-top:0px;
}
/**/			


/* State page special*/
.searchbox {
	color:#666;
	font-family:Arial, Helvetica, sans-serif;
	/*padding:2px;*/
	width:154px;
	border-bottom:1px solid #d3d3d3;
	border-left:1px solid #d3d3d3;
	border-right:1px solid #d3d3d3;
	background-color:#F6f6f6;
	margin-left: 12px;
	padding-left: 2px;
	padding-top: 2px;
	padding-bottom: 3px;
}
.searchboxheading{

	color:#F87311;
	font-size:15px;
	font-weight:bold;
	}
.goButton {
	background-color:#F7FFE5;
	border-width:thin;
	padding-left:2px;
	}
.searchbox select{
	width: 100px;
	font-size:10px;
}
.searchbox input{	font-size:10px;}
.searchbox table { font-size: 11px;}
/* end of state page*/


/*-----------------------------------------------------------tabs styling----------------------------------------------------------*/
#tabs {
 margin-left: 13px;
 float:left;
 width:732px;
 border-top:2px solid #fff;
 border-left:2px solid #fff;
 border-right:2px solid #fff;
 background:#fff url("http://d2fhxcx29yssgj.cloudfront.net/css/img/tab_bg.gif") repeat-x bottom;
}
/* ie6w fixup \*/
* html #tabs {
 margin-left:6px;
}
/**/
/* be nice to msnm */
html>body #tabs {
 margin-left:11px;
}

/* following rule hidden from IE5-Mac \*/
#tabs {
 width:728px;
 width:728px !important;
 width/**/:/**/731px;
}
/**/	

#tabs a {
 color:#3980a0;
}
#tabs ul {
 margin:0 0 0 0px;
 padding:0;
 list-style:none;
 display: inline;
}
#tabs li {
 text-align: center;
 float:left;
 background:url("http://d2fhxcx29yssgj.cloudfront.net/css/img/tab_dim_right.gif") no-repeat right top;
 margin-left: 3px;
 padding-left:0;
 font-size:12px;
 font-weight:bold;
}
#tabs li a {
 vertical-align: middle;
 text-align: center;
 float:left;
 display:block;
 background:url("http://d2fhxcx29yssgj.cloudfront.net/css/img/tab_dim_left.gif") no-repeat left top;
 padding: 3px 15px 4px 15px;
 color:#094B8E;
 text-decoration:none;
 padding-bottom:5px;
}
#tabs li a:hover {
 text-decoration:underline;
}

#tabs #current {
	background:url("http://d2fhxcx29yssgj.cloudfront.net/css/img/tab_lit_right.gif") no-repeat right top;
	}
#tabs #current a {
 background:url("http://d2fhxcx29yssgj.cloudfront.net/css/img/tab_lit_left.gif")  no-repeat left top;
 padding-bottom:6px;
}
/* following rule hidden from IE5-Mac \*/
#tabs ul li a {
 float:none;
}
/**/

/*----------------------------------------------------end of tabs styling-----------------------------------------*/

/*--------------------------------------------------- homepage styling-----------------------------------------*/
.homebg{
	margin-left: 9px;
	margin-top: 5px;
	background: #fff url("http://d2fhxcx29yssgj.cloudfront.net/css/img/home_bg.jpg") no-repeat;
	min-width: 735px;
	height: 387px;
}

.map{
	padding-top: 50px;
	margin-left: px;
	float:right;
	width: 500px;
}


.bottom{
	margin-top: 378px;
}

#sidenav{
	margin-left:-1px;
	float: left;
	font-weight:bold;
	font-size: 14px;
}

	
#nav {
	}
	
#nav, #nav ul {
	margin:-10px 0px 0px 0px;
	padding: 0;
	list-style: none;
	}
	
#nav li {
	display: inline;
	font-size: 14px;
	margin-left: 3px;
	margin-right: 14px;
	display: block;
	padding: 4px 25px;
	text-decoration: none;
	color: #0099CC;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #fff;
	}
	
.sidenavitem{
 	padding-top:3px !important;
 	padding-top:3px ;
 	padding-top/**/:/**/4px;
	
	margin-left:20px;
	font-weight:bold;
	
}
.propcount{
 	padding-bottom:3px !important;
 	padding-bottom:3px ;
 	padding-bottom/**/:/**/4px;
	margin-left:25px;
	color: #9fb465;
	font-weight: bold;
	
}

#powersearch{
	background: #fff url("http://d2fhxcx29yssgj.cloudfront.net/css/img/powersearch.gif") no-repeat;
	width: 117px;
	height: 52px;
	margin-left: 20px; 
	margin-top: 19px;
	cursor: pointer;
}

#emailalerts{
	display: none;
	background: #fff url("http://d2fhxcx29yssgj.cloudfront.net/css/img/emailalerts.gif") no-repeat;
	width: 102px;
	height: 66px;
	margin-left: 5px; 
	margin-top:9px;
	cursor: pointer;
}

.realtime{
	padding-left: 30px; 
	padding-right: 75px; 
	padding-top: 2px;
	color: #FF6600; 
	font-weight:bold; 
	text-align: left; 
	margin-top: 4px; 
	font-size: 14px;
}

#emaillistingsbg{
	background: #fff url("http://d2fhxcx29yssgj.cloudfront.net/css/img/alerts_banner_home.gif") no-repeat right top;
	height: 50px;
	font-size: 11px;
	padding-left: 2px;
	padding-top: 0px;
	_width: 193px;
 	margin-left:0px !important;
 	margin-left:0px ;
 	margin-left/**/:/**/3px;
	color: #003366;

}

*.sidedark, *.sidelight {
	height:auto;
	clear:both;
	border-left:1px solid #B4B4B2;
	border-right:1px solid #B4B4B2;	
	
	border-collapse: collapse;
	border-spacing: 0;
	
	padding-top:2px;
	padding-bottom:2px;
 	margin-left:3px ;
	width: 193px;
}

/* hide from IE Mac \*/
*.sidedark, *.sidelight 
{
	padding-top:0px;
	padding-bottom: 0px;
	
	width: 191px !important;
	width: 191px;
	width/**/:/**/193px;

 	margin-left:0px !important;
 	margin-left:0px ;
 	margin-left/**/:/**/3px;
	}
/* end hiding */

.heightadjuster{
	float:left;
	}


.sidedark{
	color: #FF6600; 
	background-color:#F1F3F0;
	border-bottom:1px solid #ddd;
	
}
.sidelight{
	color: #1F4B6D;
	background-color:#F9F9F9 ;
	border-bottom:1px solid #ddd;
	
}

.sidelight table{
	margin-left: 7px;
	font-size: 11px;
	text-align: right;
}

.sidelight table select{
	width: 80px;

}


.sidelight table input{
	height: 18px;
}

.sidebarimage{
	float: left;
}
/*-----------------------HOME PAGE HEADER--------------------------------*/
.homeheader{
	background: #FFFFFF url("http://d2fhxcx29yssgj.cloudfront.net/css/img/bg_img_header_home.jpg") left top no-repeat;
	padding: 3px 0px 0px 0px;
	height: 73px;
	color: #A1A1A1;
	font-size: 12px;
	font-weight: bold;
	margin-left: 9px;
	clear:both;
	}
	
.foreclosureinfo{
	padding-top: 3px;
	float:left;
	width: 300px;
	vertical-align: top;
	font-size: 11px;
	color: #333333;
	font-weight: normal;
	margin-left: 115px !important;
	margin-left/**/:/**/59px;
}

.foreclosureinfo h3{
	margin: 0px !important;
	font-size: 12px;
	color: #f87311;
}

.foreclosureinfo p{
	margin: 0px !important;
	padding: 0px !important;
	line-height: 120%;
	font-size: 11px;
}

.weeklyinfo{
	padding-top: 9px;
	float:right;
	margin-right: 2px;
	width: 190px;
	font-size: 14px;
	color: #333333;
	font-weight: normal;
}

.weeklyinfo p{
	font-size: 13px;
	line-height: 120%;
}
.weeklyinfo b{
	color: #d00000;
}
.weeklyinfo a{
	text-decoration: underline;
	color: #036987;
	font-weight:bold;
	text-transform:uppercase;

}

.weeklyinfo a:hover{
	text-decoration: underline;
	color: #074E63;
	font-weight:bold;
	text-transform:uppercase;
}

.weeklyinfo_text{
	padding-top: 0px;
	float:right;
	margin-right: 2px;
	width: 190px;
	font-size: 12px;
	color: #333333;
	font-weight: normal;
}
.weeklyinfo_text h3{
	margin: 0px !important;
	font-size: 12px;
	color: #f87311;
	padding-left: 10px;
}
.weeklyinfo_text p{
	margin-top: 0px !important;
	padding-top: 0px !important;
	line-height: 120%;
	font-size: 11px;
}
/*-------------------------------------------------- end of homepage styling ----------------------------------*/


/*-------------------------------------------------- styling details page --------------------------------------*/
.boxcenter .datagrid{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: none;
	margin: 0px 0px 4px 0px;
	/*border-spacing: 0px !important;*/
	border-collapse: collapse;
	border: none;
	width: 100%;
	text-align: left;
}

.boxcenter .datagrid th{
	color: #F87311;
	border: 1px solid #fff;
	background-color: #FFFFFF;
	font-size: 13px;
	text-align:left;
	padding: 0px 5px 5px 10px;
	text-transform:uppercase;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
}

.boxcenter .datagrid td{
	height: 18px;
	padding: 0px 5px 0px 20px;
	vertical-align:top;
	border-top: none;
}

.boxcenter .datagrid tr:hover{
	background-color: #fff;
}

.datagrid_big{
	width: 100%;
}
.datagrid_big th{
	color: #F87311;
	background-color: #f5f7f8;
	font-size: 15px;
	text-align:left;
	padding: 0px 5px 0px 10px;
}

.datagrid_big td{
	font-size: 13px;
	text-align:left;
	padding: 1px 5px 0px 20px;
	font-weight: bold;
}

.tools{
	border: 1px solid #e5e5e5;
	margin-top: 20px;
	margin-left: 10px;
	background: #f5f7f8;
}

.tools td{
	padding-right: 10px;
}

.tools td img{
	vertical-align: bottom;
}

.tools a{
	font-size: 11px;
	text-decoration: none;
}
.tools a:hover{
	text-decoration: underline;
}

.boxcenter .datagrid .name{
	color: #003399;
	font-weight: bold;
	white-space:nowrap;

}

.boxleft .datagrid{
	margin-top: 3px;
	border: 1px solid #e5e5e5;
	}
	
.boxleft .datagrid th{
	color: #F87311;
	font-size: 13px;
	text-align:left;

	}
	
.boxleft .datagrid td{
	border-top: none;
	padding-left: 5px;
	color: #003366;
	height: 22px;
	}
	
.boxleft .datagrid tr:hover{
	backgroundcolor: none !important;
	}
	
.property_price{
	color: #3980a0;
}

/*--------------------------------------------------- end of styling details page -----------------------------*/

/*--------------------------------- styling ads----------------------------------------------------------*/

/* google ads*/
#promotions{
	padding-top:30px;
	width: 100%;  
	clear: both;
	text-align:center;
}
/*ad row in datagrid*/
.adrow{
	background-color: #F0F4F6;
	color: #666;
}

.adrow a{
	text-decoration: none;
	color: #6DA2BD;
}

.adrow a:hover{
	text-decoration: underline;
}
/*--------------------------------- end styling google ads----------------------------------------------------------*/

.price{
	text-align: right;
	color: #FF0000;
	padding-right: 7px;
}

.numeric{
	text-align: right;
	padding-right: 5px;
}

.priceHeader{
	text-align:right;
}

.panebody .datagrid{
	border: none;
}

.panebody .datagrid td{
	padding-left: 2px;
}

.panebody .datagrid th{
	padding-left: 3px;
}

.clickable{
	cursor:pointer;
	border-bottom:1px solid #666;
	margin-bottom:-5px;
}


/*-------------------------------------------press------------------------------------------------------------*/

.press_articles{
	margin-left: 15px;
}

.press_articles td{
	height: 145px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	padding-bottom: 40px;
	padding-left: 20px;
	line-height: 160%;
	border-bottom: 1px dotted gray;
	}

.date{
	color: #666666;
	font-size: 10px
}

.more{
color:#FF6600;
text-decoration:none;
}

.more:hover{
	text-decoration: underline;
	color: #FF6600;
}
.style1 {color: #FFA622; }

.title{
	color: #003399;
	padding-bottom: 7px;
	font-size: 13px;
	text-decoration: none;
	font-weight: bold;
}

.title:hover{
	color: #003399;
	padding-bottom: 7px;
	text-decoration: underline;
}

img{
border: none;
}
.listingmessage{
 font-size:9px !important;
 color:#CC0000;
}

/*---------------------------------------end press--------------------------------------------*/

.fsbolegend{
	font-size: 9px !important;
	color: #CC0000;
}

.searchbox table td{
vertical-align:top;
}

.press_articles_nav {
	height: 145px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	padding-bottom: 40px;
	padding-left: 12px;
	line-height: 160%;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: gray;
	font-weight: bold;
}

 a.press_articles_link{
	color: #666;
	font-weight: 400 ; 
	text-decoration: none;
}

 a.press_articles_link:hover{
	font-weight: 400 ; 
	color:#666; 
	text-decoration:underline;
}


/*-------------------------------------- FAQS table---------------------------------*/

.faqs_table ul li{
	margin-bottom: 6px;
	list-style-position: outside;
	list-style-image: url("http://d2fhxcx29yssgj.cloudfront.net/css/img/faqs_bullet_image.gif");
}

.faqs_table p{
line-height: 17px;
}

.question_par:first-line{
line-height: 30px;
}

.faqs_table ul li a{
	text-decoration: none;
	color: #14608C;
}

.faqs_table ul li a:hover{
	text-decoration: underline;
}

.olcaption{
	color: #333;
	padding: 3px 0px 3px 5px;
	font-size: 11px;
	background-color: #dfdfdf;
}

.oltext{
	color: #333;
	font-size: 11px;

}

.price_overlib{
	color: #3980a0;
	font-weight: bold;
}
.defined{
	border-bottom:1px dotted #666;
	margin-bottom:-5px;
}

.datagrid .dom{
	text-align:right;
	padding-right: 12px;
}

.activelisting{
	color: #006600;
	font-weight: normal;
}
