/* Globals
---------------------------------------------------------- */	
html { height:100%; }
body {
  position:absolute;
  font: 62.5%/1.2em Arial, Helvetica, Geneva, sans-serif;
  background:#fff url(i/main_bg.gif) repeat-y center 0;
  color: #383d44;
  height:100%; /* needed for container min-height */
  width:100%; /* needed for container min-height */
  text-align: center; /*** Centers the design in old IE versions ***/
  }
  
div.clearme{
  clear:both;
}
  
/* Structure
---------------------------------------------------------- */  
div#content {
	position: relative; /* needed for footer positioning*/
	margin: 0 auto; /* center, not in IE5 */
	width: 930px;
	text-align: center; /*** Centers the design in old IE versions ***/
	height: auto !important; /* real browsers */
	height: 100%; /* IE6: treaded as min-height*/
	min-height: 100%; /* real browsers */
	background: #fff url('i/main_inside_bg.gif') repeat-y right 0;
  }  
  div#content-inside { 
    text-align: left; 
    padding-bottom: 71px;
    }
  
/* Header
---------------------------------------------------------- */
#head { 
  position: relative; 
  height: 60px;  
  width: 928px;
  background-color: #fff;
  margin-left: 1px;
  }  
  #head h1{ padding-left: 10px; padding-top: 9px; }
    #head h1 a{ 
      display: block; 
      width: 270px; 
      height: 42px; 
      background: transparent url('i/logo.png') no-repeat center 0;
      
      }
      #head h1 a span{ display: none; }
#skipToNav { display: none; }

#login_box_header{
  position:absolute;
  top:10px;
  right:10px;
  text-align: right;
  font-size: 125%;
}

#login_box_header span, #login_box_header a{
  /*display: block;*/
}

#login_box_header a{
  color: #0066CC;
  text-decoration: none;
}
#login_box_header a:hover{
  color: #3399FF;
}

#hidden_page_footer {
	height: 8em;
	width: 100%;
	background-color: #676767;
}

/*#hidden_page_footer a {
	float: left;
	height: 1.5em;
	width: 18em;
	color: white;
	padding-left: 5em;
	text-align: left;
}*/

#banner_ad_wrapper {
	height: 100px;
	width: 100%;
	background-color: white;
}

#banner_ad_wrapper #banner_ad {
	float: left;
	margin: 5px;
	margin-left: 0px;
	/* Leaderboard size: */
	width: 728px;
	height: 90px;
}

#banner_ad_wrapper #write_a_review {
	float: left;
	/* This is what's left of 930px after 728 are taken up by leaderboard and 10px by margins. */
	width: 192px;
	height: 90px;
	margin: 5px;
	margin-right: 0px;
}

#adsundermap {
	display:block; 
	margin: 0 auto;
	width: 728px;

}

#adsunderhome {
	display:block; 
	margin: 0 auto;
	width: 468px;

}

#adsinsidebar {
	display:block; 
	margin: 0 auto;
	width: 160px;

}

/* Navigation
---------------------------------------------------------- */    
#navigationBars {
  position: absolute;
  top: 160px;
  left: 1px;
  width: 928px;
  text-align: left;
  height: 39px;
  background: transparent url(i/navigation_bg.png) repeat-x left top;
  clear: left;
  }
  #navigationBars ul {
    list-style: none;
    margin-left: 30px;
		height: 30px;
    }  
    #navigationBars ul li { 
      float: left;
      background:url("i/nav_right.png") no-repeat right top;
			font-weight: bold;
			width: 108px;
			text-align: center;
      }
      #navigationBars ul li a { 
				font-size: 14px;
				text-decoration: none;
				color: #333333;
				display: block; 
				background:url("i/nav_left.png") no-repeat left top;
	   		padding:10.4px 0px;
	   		line-height: 16px;
				}
		#navigationBars ul li.active { background:url("i/nav_active_right.png") no-repeat right top; }
			#navigationBars ul li.active a { background:url("i/nav_active_left.png") no-repeat left top; color: #FFF; }		
				
/* Main
---------------------------------------------------------- */ 
#main { 
  padding-top: 36px; 
  padding-left: 1px;
  width: 928px;
  }	

  
#page { 
  /*position: relative; */
  overflow:hidden;
}  
  #page h1 { display: none; }  	
  #page h2.bread_view { font-size: 18px; color: #cc0000; padding-top: 4px; padding-bottom: 10px; font-weight: normal; }
  #page h2.bread_view strong { font-weight: bold; }
/* Footer
---------------------------------------------------------- */  
#footer {
  position: absolute;
  bottom: 0;
  left:0;
  width: 100%;
  background: #FFF;
  text-align: center;
  height: 71px;
  }
  
  #footer div {  
    border-top: 1px solid #e3e3e3;
		/*border-bottom: 4px solid #676767;*/
    }
  div#footer div ul {	list-style:none; height: 22px; }
		div#footer div ul li { display: inline; padding: 0px 8px; }
			div#footer div ul li a { color: #676767; text-decoration: none; line-height: 1.8em; }
			div#footer div ul li a:hover { text-decoration: underline; }
			
   #footer p {
		display: block;
		padding: 4px;
		height: 30px;
		margin:0;
		margin-top: 1px;
		background: #ff6900;
		color: #fff;
		font-size: 10px;
		}
		div#footer p a{	color:#000; text-decoration: none; }
			div#footer p a:hover{	color:#000; text-decoration: underline; }
			
			
			
			
			
			
			
			
			
			
			
			
			
			
			
.searchred {
	font-size: xx-small;
	font-style: normal;
	line-height: 25px;
	font-weight: normal;
	font-variant: normal;
	text-transform: capitalize;
	color: #000000;
	text-decoration: none;
	background-color: transparent;
	background-image: url(i/interface/searchred.png);
	background-repeat: no-repeat;
	text-align: center;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 27px;
	width: 65px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	overflow: hidden;
	visibility: visible;
	color: #fff;
}			
			
			

.writeareviewdetail {  
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	line-height: 25px;
	font-weight: normal;
	font-variant: normal;
	text-transform: capitalize;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
	background-image: url(i/interface/detailsandavailabilityorange.jpg);
background-repeat: no-repeat;
	text-align: center;
	display: block;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	overflow: hidden;
	visibility: visible;
	color: #fff;
	height: 28px;
	width: 100px;
	
}

.receiveanemailalertorange {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	line-height: 25px;
	font-weight: normal;
	font-variant: normal;
	text-transform: capitalize;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
	background-image: url(i/interface/detailsandavailabilityorange.jpg);
	background-repeat: no-repeat;
	text-align: center;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 27px;
	width: 140px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	overflow: hidden;
	visibility: visible;
	color: #fff;
}


.detailsandavailabilityorange {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 25px;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
	background-image: url(i/interface/detailsandavailabilityorange.jpg);
	background-repeat: no-repeat;
	text-align: center;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 27px;
	width: 140px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	overflow: hidden;
	visibility: visible;
	color: #fff;
}

.detailsandavailabilityred {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 25px;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
	background-image: url(i/interface/detailsandavailabilityred2.jpg);
	background-repeat: no-repeat;
	text-align: center;
	display: block;
	position: relative;
	margin: 0px;
	top: -9px;
	/*padding: 0px;*/
	padding-top: 9px;
	/*height: 27px;*/
	height: 35px;
	width: 140px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	overflow: hidden;
	visibility: visible;
	color: #fff;
}

.detailsandavailabilitygrey {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 25px;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
	background-image: url(i/interface/detailsandavailabilitygrey.jpg);
	background-repeat: no-repeat;
	text-align: center;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 27px;
	width: 140px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	overflow: hidden;
	visibility: visible;
}

.review_disclaimer {
	/*margin: 5px;*/
	margin-top: 15px;
	padding: 11px;
	font-size: 11px;
	/*font-style: italic;*/
	border-top: thin solid #C0C0C0;
}

.printbutton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	line-height: 25px;
	font-weight: normal;
	font-variant: normal;
	text-transform: capitalize;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
	background-image: url(i/interface/detailsandavailabilityorange.jpg);
	background-repeat: no-repeat;
	text-align: center;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 27px;
	width: 65px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	overflow: hidden;
	visibility: visible;
	color: #fff;
}


/* errors ---------------------------------------------------------------- */

.error{
  width: 98%;
  background-color: #ffd6aa;
  text-align: center;
  color: #333;
  font-weight: bold;
  line-height: 2.2em;
  border: 1px solid #bb0003;
  font-size: 115%;
  margin: 4px;
}

span.message{}
span.type_number{
  display: none;
}
span.type_message{
  display: none;
}
