/*------------------------------search------------------------------*/
p.searchinfo {margin: -12px 0 0 0;}
p.searchinfo strong {color:#000}
/*sidebar*/
	.SideBar .searchmenu ul  {
	background: none;
	border-top: 1px solid #ddd;
	}
	.SideBar .searchmenu ul li a {
	font-weight: bold;
	color: #888;
	}
	.SideBar .searchmenu ul li  {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin-top: -1px;
	}
	.SideBar .searchmenu ul li a {
	padding-top: 9px;
	padding-bottom: 6px;
	float: left;
	width: 155px;
	color:#aaa;
	}
	.SideBar .searchmenu ul li a strong{
	float: left;
	clear: none;
	}
	.SideBar .searchmenu ul li a:hover {text-decoration: none;}
	.SideBar .searchmenu ul li a:hover strong {text-decoration: underline;}
	.SideBar .searchmenu ul li a span {
	float: right;
	clear: none;
	background:url(../img/searchres.png) left -29px no-repeat;
	margin-top: -3px;
	}
	.SideBar .searchmenu ul li a span em {
	float: left;
	background:url(../img/searchres.png) right -29px no-repeat;
	padding: 2px 6px 0 0;
	margin-left: 6px;
	color: #fff;
	font-size: 11px;
	font-style: normal;
	height: 18px;
	}
	/*active*/
		.SideBar .searchmenu ul li a.active {color:#000;}
		.SideBar .searchmenu ul li a.active span {background:url(../img/searchres.png) left top no-repeat;}
		.SideBar .searchmenu ul li a.active span em {background:url(../img/searchres.png) right top no-repeat;}
	/*popular searches*/
		.SideBar .commonsearch  {margin-top: 20px;}
		.SideBar .commonsearch ul {background: none; border-top: 1px solid #e3e3e3}
		.SideBar .commonsearch h5 {margin: 0; padding: 30px 0 5px 0; background: none;}
		.SideBar .commonsearch ul {margin: 0; padding: 0}
		.SideBar .commonsearch ul li {border-top: 1px solid #e3e3e3}
		.SideBar .commonsearch li a {color: #999; padding: 3px 0 3px 0; display: block}

/*results*/
	.Searchresults ul.results  {
	padding-top: 30px;
	float: left;
	}
	.Searchresults ul.results li {
	float: left;
	clear: both;
	width: 760px;
	padding: 10px 0 45px 0;
	}
	.Searchresults ul.results li h2 {
	float: left;
	clear: none;
	width: auto;
	}
	.Searchresults ul.results li h2 a {
	color: #4FC7E3;
	font-weight: bold;
	font-size: 15px;
	float: left;
	background:url(../img/elements2.png) left -596px no-repeat;
	padding-left: 13px;
	}
	.Searchresults ul.results li p {
	float: left;
	width: auto;
	clear: none;
	background: url(../img/listitembg.png) left bottom no-repeat #f1f2f1;
	margin: -34px 0 0 7px;
	padding: 0;
	}
	.Searchresults ul.results li p span  {
	width: 340px;
	padding: 5px;
	line-height: 120%;
	color: #999;
	margin: 0 4px 8px 15px;
	}
		/*results for places*/
		.Searchresults ul.results li.resulttype10 {
		padding: 10px 0px 2px 0;
		margin-top: -1px;
		top:-35px;
		position:relative;
		width: 500px;
		border-top: 1px solid #ddd;
		border-bottom: 1px solid #ddd;
		}
		.Searchresults ul.results li.resulttype10 h2 {
		}
		.Searchresults ul.results li.resulttype10 h2 a {
		color: #444;
		font-weight: bold;
		font-size: 11px;
		background:url(../img/elements1.png) 5px -544px no-repeat;
		padding: 0px 20px 10px 23px;
		}
		.Searchresults ul.results li.resulttype10 p {
		display: none;
		}
		
		
/*no results*/
	.noresults {}
	.noresults h1 {
	padding: 0;
	margin: 0;
	background: none;
	font-size: 23px;
	font-weight: normal;
	letter-spacing: 0;
	}
	.noresults li.column {
	float: left;
	clear: none;
	width: 230px;
	margin-right: 10px;
	margin-top: 45px;
	}
	.noresults li.column h4  {
	text-transform: uppercase;
	color:#222;
	padding-bottom: 7px;
	}
	.noresults li.column li {
	float: left;
	clear: both;
	padding-top: 2px;
	}
	.noresults li.column p{
	line-height: 120%;
	padding: 0 0 10px 0;
	color:#777;
	}
/*nosearch*/
	.nosearch {
	padding-bottom: 100px;
	float: left;
	}
	.nosearch img {
	margin: 20px 0 -5px 0;
	}
	
/*------------------------------coming soon------------------------------*/
	.ComingSoon {
	float: left;
	clear: both;
	width: 770px;
	}
	.ComingSoon .col1 {
	float: left;
	clear: none;
	width: 550px;
	}
	.ComingSoon .col2 {
	float: right;
	clear: none;
	background: #f2f2f2;
	width: 140px;
	padding: 0 10px 10px 10px;
	margin-top: -56px;
	}
	
	/*table*/
	.ComingSoon table {width: 550px;}
	.ComingSoon table td, .ComingSoon table th {
	vertical-align: top;
	padding: 15px 20px 15px 12px;
	}
	.ComingSoon table th{
	width: 40%;
	text-align: right;
	border-right: 1px solid #ccc;
	color: #222;
	}
	.ComingSoon table td{
	width: 60%;
	color: #666;
	}
	/*box*/
	.ComingSoon .col2 h5 {
	text-transform:uppercase;
	padding-top: 10px;
	}
	.ComingSoon .col2 p{
	color: #777;
	line-height: 120%;
	font-size:10px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 25px;
	}
/*--------pgsnav--------*/
.pagesnavig {
float: left;
clear: both;
margin-top: 20px;
}
.pagesnavig ul, .pagesnavig p {
float: left;
clear: none;
padding: 0;
width: auto;
}
.pagesnavig p {
text-transform: uppercase;
font-weight: bold;
font-size: 10px;
padding: 3px 10px 0 0;
}
.pagesnavig ul li {
float: left;
clear: none;
margin-left: -1px;
}
.pagesnavig ul li a {
display: block;
padding: 3px 0 3px 0;
width: 2em;
text-align: center;
font-weight: bold;
border: 1px solid #ccc;
color: #666;
}
.pagesnavig ul li a:hover {background: #f3f3f3}
.pagesnavig ul li.active span {
background: #57CFEA;
display: block;
padding: 3px 0 3px 0;
width: 2em;
text-align: center;
color: #fff;
font-weight: bold;
border: 1px solid #ddd;
}



/*------------------------------sitempap------------------------------*/
.SiteMap {
}
.SiteMap h2 a{
float: left;
clear: both;
font-size: 16px;
padding: 30px 18px 4px 0;
color: #000;
background:  url(../img/bullet-next.png) scroll right 29px no-repeat;
}
.SiteMap p {
float: left;
clear: both;
padding: 0 0 5px 0;
color: #777;
}
.SiteMap ul {
width: 760px;
border-top: 1px solid #bbb;
float: left;
padding-top: 5px;
}
.SiteMap ul li a {
font-weight: normal;
}





/*------------------------------my stuff------------------------------*/
.stuff {
width: 780px;
float: left;
clear: both;
margin-left:-8px;
}
.stuff .column {
width: 350px;
float: left;
clear: none;
}
.stuff .columnplaces {
float: right;
}

.stuff .column p.empty {
width: 315px;
float: left;
padding: 5px 0 25px 35px;
margin-bottom:-10px;
border-top: 1px solid #C5E0E8;
background:url(../img/mystuff.png) left -148px no-repeat;
color:#aaa;
}
.stuff .column ul li h4{
font-weight: bold;
color:#777;
text-transform: uppercase;
width: 350px;
float: left;
padding-bottom: 3px;
font-size: 10px;
}
.stuff .column ul li h4 a {
color:#000;
background:url(../img/elements2.png) right -641px no-repeat;
padding-right: 17px;
}
.stuff .column ul li  {
margin-top: 10px;
padding-bottom: 20px;
float: left;
}
.stuff .column ul li li {
width: 350px;
clear: both;
border-top: 1px solid #C5E0E8;
padding: 1px 0 1px 0;
margin: 0;
position: relative;
}
.stuff .column ul li li a.title {
color:#555;
display: block;
float: left;
padding: 5px 0 5px 20px;
width: 280px;
}
.stuff  .columnplaces  ul li li a.title {
background:url(../img/small-marker-icon.png) left 5px no-repeat;
}
.stuff  .columnguides  ul li li a.title {
background:url(../img/mystuff.png) left -98px no-repeat;
}


.stuff .column ul li li a.del {
float: right;
clear: none;
width: 20px;
height: 20px;
background:#ccc;
margin-top: 1px;
background:url(../img/mystuff.png) 2px 2px  no-repeat;
}
.stuff .column ul li li a.del:hover {
background:url(../img/mystuff.png) 2px -54px  no-repeat;
}


.stuff .column ul li li .balloon {
display: none;
width: 140px;
position: absolute;
background: #fff;
border: 1px solid #ddd;
top: -40px;
left:-160px;
padding: 5px;
}
.stuff .column ul li li .balloon .pic {
width: 64px;
height: 53px;
background:#333;
float: left;
clear: both;
}
.stuff .column ul li li .balloon h3{
float: left;
clear: both;
color:#000;
font-size: 11px;
}
.stuff .column ul li li .balloon  p{
float: left;
clear: both;
color:#888;
line-height: 110%;
font-size:10px;
padding: 10px 10px 10px 5px;
background:#eee;
width: auto;
margin: 5px -5px -5px -5px;
}
.stuff .column ul li li.showballoon .balloon {
display: blocks;
}

