/* general */
html,body{
	background: #fff url(../images/backgrounds/bg.png) repeat-x 0 30px;
}
form{display:inline;}
img{
	border:none;
	display:block;
	behavior: url(../javascripts/iepngfix.htc);
}
label,select,textarea,input{vertical-align:middle;}
a{
	color: #0000ff;
	text-decoration:underline;
}
a:hover{text-decoration:none;}
a:focus{outline:none;}
/* end general */
/* start property count */
.count{
	-x-system-font:none;
	color:#fff;
	font-size:145%;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	padding:12px 0 0;
	text-align:center;
}
/* end property count */
/* start logo */
.logo{
	display: block;
	background: url(../images/logo.png) no-repeat;
	width: 299px;
	height: 113px;
	position: absolute;
	overflow: hidden;
	text-indent: -3000px;
	top: 18px;
	left: 10px;
}
/* end logo */
/* start search holder */
.search, 
.search .inner, 
.search .outer{
	height: 715px;
	margin: 0 auto;
}
.search .inner{
	position: relative;
}
.search .inner{
	height: 486px;
	padding: 180px 0 0 0;
}
.search h1{
	background: url(../images/txt-title-seach.png) no-repeat; 
	/* for IE7 and below */ * background: url(../images/txt-title-seach.gif) no-repeat; 
	width: 720px;
	height: 47px;
	margin: 0 auto;
	overflow: hidden;
	text-indent: -3000px;
}
.search .form{
	background: url(../images/search-box.gif) no-repeat;
	width: 786px;
	height: 71px;
	margin: 18px auto 0 auto;
	padding: 30px 0 0 25px;
}
.search .form .border{
	background: url(../images/input.gif) no-repeat;
	width: 543px;
	height: 38px;
	padding: 4px 0 0 3px;
	float: left;
}
.blur  {color: #999; font-size:20px; padding:2px 0 3px 4px; width:530px; height: 24px; }
.focus {color: #000; font-size:20px; padding:2px 0 3px 4px; width:530px; height: 24px; }
/* end search holder */
/* start search form */
.form .text{
	background: transparent;
	width: 533px;
	height: 35px;
	border: 0;
	margin: 0;
	padding: 0;
	font:22px/25px "Lucida Sans Unicode",sans-serif;
	color: #999;
	padding: 0 0 0 7px;
}
.form .more{padding: 4px 0 0 0;}
.form .more a{color: #fff; text-decoration: underline;}
.form .submit{
	background: url(../images/btn2.gif) no-repeat;
	float: left;
	width: 102px;
	height: 45px;
	color: #010101;
	font-size: 20px;
	border: 0;
	margin: 0;
	padding: 0 0 6px 0;
	margin: 1px 6px 0 3px;
	cursor: pointer;
}
/* end search form */
/* start select location */
.select-location{
	clear: both;
	color:#fff;
	overflow: hidden;
	float: left;
	line-height: 16px;
}
.select-location a.change{
	display: block;
	background: url(../images/icon-location.gif) no-repeat;
	width: 11px;
	height: 11px;
	overflow: hidden;
	text-indent: -3000px;
	float: left;
	margin: 5px 0 0 4px;
}
.select-location span{
	float: left;
	padding-top: 2px;
	font-size: 14px;
  cursor:pointer;
}
.set-location { position: absolute; z-index: 0; top:135px; left: 24%; display: none;}
.set-location { margin:0; padding:14px; width:580px; background-color:#FFFFFF; border:4px solid #BABABA; text-align:left; }
.set-location h2 { clear:both; padding:10px 0 5px 0; font-size:15px; color:#000; border-top:2px dotted #CCCCCC; }
.set-location h6 { clear:both; padding:10px 0 5px 0; font-weight:100; font-size:13px; border-top:2px dotted #CCCCCC; }
.set-location h3 { padding:0 0 10px 0; font-size:18px; color:#3E8A2E; width:150px; float:left; }
.set-location .close { margin:0; padding:0; width:120px; float:right; font-size:12px; }
.set-location .close a { padding:0 0 0 15px; font-size:12px; background-image:url(../images/icon-close.gif); background-repeat:no-repeat; background-position:left; text-decoration:underline; }
.set-location ul { margin:0; padding:0 10px 20px 0; list-style:none; width:135px; float:left; }
.set-location li { margin:0; padding:0 0 0 0; font-size:13px; }
.set-location a { text-decoration:none; }
.set-location a:hover { text-decoration:underline; }
.set-location-hide { display: none }
/* end select location */

/* Start Autocomplete */
div.auto_complete { width: 300px; background: #fff; }   
div.auto_complete ul { border: 1px solid #888; margin: 0px; padding: 0px; width: 100%; list-style-type: none;}   
div.auto_complete ul li { margin: 0px; padding: 3px; }   
div.auto_complete ul li.ac_over { background-color: #999; }
div.auto_complete ul strong.ac_over { color: #800; margin: 0px; padding: 0px; }

/* Alerts and notifications */
.error { border: 1px solid #FF6966; background-color: #FFCDCC; font-size: 12px; padding: 6px; }

/* Debug style */
 
#debug {
  margin-top: 1em;
  margin-left: auto;
}
 
#debug a, #debug a.visited {
  text-decoration: none;
  color: maroon;
}
 
fieldset.debug_info {
  text-align: left;
  margin: 1em;
  background: #eee;
}

/* Digg Button */
#digg_button {
  position: absolute;
  top:6em; /*5em*/
  right:8em; /*3em */
}

/* start footer */
.footer{
	text-align: center;
	clear:both;
	font-size: 100%;
	line-height: 17px;
	padding: 0 0 10px 0;
}
.footer ul{
	width: 700px;
	margin: 0 auto;
}
.footer ul li{
	background: url(../images/marker.gif) no-repeat 0 8px;
	display: inline;
	padding: 0 1px 0 8px;
}
.footer ul li:first-child{background: none;}
.footer ul li a{color: #0000ff; text-decoration: underline;}
/* end footer */

/* === FLASH MESSAGES === */

.info {
color: #00529B;
background-color: #BDE5F8;
background-image: url(/images/messages/info.png);
}
.notice {
font-size: 16px;
border: 1px solid;
margin: 10px 0px;
padding:15px 10px 15px 50px;
background-repeat: no-repeat;
background-position: 10px center;
color: #4F8A10;
background-color: #DFF2BF;
background-image:url(/images/messages/success.png);
}
.warning {
font-size: 16px;
border: 1px solid;
margin: 10px 0px;
padding:15px 10px 15px 50px;
background-repeat: no-repeat;
background-position: 10px center;
color: #9F6000;
background-color: #FEEFB3;
background-image: url(/images/messages/warning.png);
}
.error {
width: 50%;
font-size: 16px;
border: 1px solid;
margin: 10px 0px;
padding:15px 10px 15px 50px;
background-repeat: no-repeat;
background-position: 10px center;
color: #D8000C;
background-color: #FFBABA;
background-image: url(/images/messages/error.png);
}
.validation {
color: #D63301;
background-color: #FFCCBA;
background-image: url(/images/messages/validation.png);
}