/* CSS Document */

.greyBarHeading 
 {
 	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#FFFFFF;
 }
 
 .greyHeader
 {
 	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
	background-image:url(../images/grey_header_bg.png);
	background-repeat:repeat-x;
	
	height:22px;
	vertical-align:middle;
	padding-left:10px;
	padding-top:5px;
	margin-top:15px;
 }
 
 
 .mapBox 
 {
 	width:349px;
	height:300px;
	background:url(../images/search_page_map_contner_bg.png);
	background-position:center;
	background-repeat:no-repeat;
	border:1px solid #b2b2b2;
	margin-right:20px;
	background-color:#dddddd;
 }
 
 .rightBoxes
 {
 	width:330px;
	height:160px;
	padding-top:5px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	background-image:url(../images/srch_page_boxex_top.png);
	background-position:top;
	
	background-repeat:repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#000000;
	border:1px solid #b2b2b2;
	margin-bottom:15px;
 }
 
 .lessHeight{height:149px;}

 .lessHeight1{height:120px;}
  .lessHeight2{height:85px;}
   .lessHeight3{height:35px;}
 .cell {width:200px;}
 
 .rightBoxes div 
 {
 	padding:2px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#565656;
	margin-top:10px;
	font-weight:100;
 
 }
 
  .rightBoxes div span
 {
 	height:15px;
	display:block;
	margin-bottom:5px;
 
 }
 
   .rightBoxes div .moreHeight
 {
 	height:20px;
	margin-bottom:10px;
 
 }
 
 *html body .rightBoxes div span {margin-bottom:0px;}
 
 .rightBoxes div span .checkbox 
 {
 	margin-bottom:-1px;
 
 }
 
  .rightBoxes div span .radio 
 {
 	margin-bottom:-1px;
 
 }
 
  .rightBoxes div span .combo
 {
 	margin-bottom:-1px;
	width:120px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#585858;
	 
 }
 
 *html body  .rightBoxes div span .combo
 {
 	margin-bottom:0px;
 }
 
.leftLower
{
	background:#b2b2b2;
	text-align:center;
	border-bottom:8px solid #5f0807;

}

.leftLower .heading 
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#FFFFFF;
}

.leftLower a
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#565656;
	display:block;
	width:200px;
	height:20px;
	text-decoration:none;
	border-bottom:1px solid #c5c5c5;

}

.topMargin {margin-top:10px;}

.leftLower .border
{

	border-bottom:none;
}
