@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666;
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	min-height: 200px;
}

a{
 	color:#23aebb;	
}

 
	#header {
	padding:10px;
	background-color: #FFF;
	color: #333;
		}
 
	#main1 {
	margin:0;
	padding:0;
	background-repeat: no-repeat;
	background-position: left top;
		}
#container {
	width: 960px;
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	
}

#main2 {
	margin:0px;
	padding:0px;
	background-repeat: no-repeat;
		}
	#left {
	float:left;
	width:180px;
	margin:5px;
	padding:5px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #F4F4F4;
		}
	#right {
	float:right;
	width:180px;
	margin:5px;
	padding:5px;
	border-right-style: none;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #F4F4F4;
		}
	#middle {
	padding: 5px;
	margin-top: 10px;
	margin-right: 200px;
	margin-bottom: 5px;
	margin-left: 200px;
		}
	.column-in {
	margin:0px;
	padding:0px;
		}
	.cleaner {
		clear:both;
		height:1px;
		font-size:1px;
		border:none;
		margin:0; padding:0;
		background:transparent;
		}
		
		
		
	h1,h2,h3,h4 {
	font-size: 14px;
	margin-top: 0.8em;
	margin-right: 0;
	margin-bottom: 0.4em;
	margin-left: 0;
}
	p {
	margin: 0.5em 0;
	text-align: justify;
}
	a { color:black }
	
	.copy { text-align:center; font-size:80% }
#footer {
	padding:10px;
	background-repeat: no-repeat;
	background-color: #bbbd00;
	color: #FFF;
}

#regionmenu ul {
	padding: 2px;
	margin: 4px;

}

#regionmenu ul li {
	padding-left: 12px;
	margin: 0 0 5px;	

	color: #000000;
	text-align:left;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	list-style-type: none;
	background: url(/images/bg_more.gif) no-repeat 0 5px;
	zoom: 1; /* :hack: stop IE6 from forgetting about the arrows */
	
		
}

#regionmenu ul a {
	display:block;
	width:100%;
	color: #23aebb;
	padding: 2px;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	border-top-style: none;
	border-left-style: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F0F0F0;
	text-decoration: none;
}

#regionmenu ul a:hover {
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #23aebb;
	background-color: #F0F0F0;
	text-decoration: none;
}


#destinationmenu ul {
	padding: 2px;
	margin: 4px;

}


#destinationmenu ul li {
	padding-left: 12px;
	margin: 0 0 5px;	

	color: #000000;
	text-align:left;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	list-style-type: none;
	background: url(/images/bg_more.gif) no-repeat 0 5px;
	zoom: 1; /* :hack: stop IE6 from forgetting about the arrows */
	
		
}

#destinationmenu ul a {
	display:block;
	width:100%;
	color: #23aebb;
	padding: 2px;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	border-top-style: none;
	border-left-style: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F0F0F0;
	text-decoration: none;
}

#destinationmenu ul a:hover {
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #23aebb;
	background-color: #F0F0F0;
	text-decoration: none;
}

p{
	line-height: 1.5;
}
.summary_table {
	border:3px solid #e9e9e9;
	font-size:12px;
	min-height:150px;
	margin-top: 15px;
	margin-bottom: 20px;
	padding: 7px;
	background-color: #FFF;
}


.summary_table a,.address a,.summary_table_free a{
	color: #23aebb;
	text-decoration: none;	
}

.summary_table a:hover,.address a:hover,.summary_table_free a:hover{
	color: #23aebb;
	text-decoration:underline;	
}

#footer ul {
	color: #FFF;
	list-style-type: none;
	text-align: center;
	padding: 4px;
	font-size: 10px;
}
#footer ul li a {
	color: #FFF;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;
}
#footer ul li a:hover {
	color: #FFF;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}

#subheader  {
	background-color: #0F7495;
	padding: 5px;
	clear: both;
	display: block;
	color: #FFF;
}

#subheader ul {
	
}

#subheader li{
	float:left;
	list-style:none;
	color:#FFF;
	background:url(/images/li_footer.gif) no-repeat 100% 3px;
	padding:0 5px 0 0;
	margin:0 5px 0 0;
}


#subheader li.last{
	background:none;
	margin-right:0;
}




#subheader ul li a {
	color: #FFF;
	text-decoration: none;
}


#subheader ul li a:hover {
	color: #FFF;
	text-decoration: underline;
}






.typefilter ul {
	padding: 2px;
	margin: 4px;

}

.typefilter ul li {
	padding-left: 12px;
	margin: 0 0 5px;	

	color: #000000;
	text-align:left;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	list-style-type: none;
	background: url(/images/bg_more.gif) no-repeat 0 5px;
	zoom: 1; /* :hack: stop IE6 from forgetting about the arrows */
	
		
}



.typefilter ul a {
	display:block;
	width:100%;
		color: #23aebb;
	padding: 2px;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	border-top-style: none;
	border-left-style: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F0F0F0;
	text-decoration: none;
}




.typefilter ul a:hover {
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #23aebb;
	background-color: #F0F0F0;
	text-decoration: none;
}





#pager  {
	background-color: #BBBD00;
	padding: 5px;
	height:18px;
	display: block;
	color: #FFF;
	font-size: 16px;
}

#pager ul {
	margin: 0px;
	padding: 0px;
	display: block;	
}

#pager li{
	float:left;
	list-style:none;
	color:#FFF;
	background:url(/images/li_footer.gif) no-repeat 100% 3px;
	padding:0 5px 0 0;
	margin:0 5px 0 0;
	vertical-align: middle;
}


#pager li.last{
	background:none;
	margin-right:0;
}

#pager ul li a {
	color: #FFF;
	text-decoration: none;
}


#pager ul li a:hover {
	color: #FFF;
	text-decoration: underline;
}

#pager ul li a.pageselected{
	font-weight: bold;	
	text-decoration: underline;
}

.summary_table_free {
	background:#f6f6f6;
	border:3px solid #e9e9e9;
	font-size:1em;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 8px;
}
.error {
	border:3px solid #C00;
	font-size:1em;
	margin-top: 5px;
	margin-bottom: 25px;
	padding: 8px;
	color: #C30;
	background-color: #F5E0E2;
}
.address {
	background:#FFFFFF;
	border:3px solid #e9e9e9;
	font-size:1em;
	min-height:200px;
	margin-top: 15px;
	margin-bottom: 20px;
	padding: 5px;
}
.summary_table_green {
	border:6px solid #67F172;
	font-size:1em;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px;
	background-color: #D0FBD3;
}
.summary_table_green a {
	font-weight: bold;
	text-decoration: none;

}

.summary_table_green a:hover {
	font-weight: bold;
	text-decoration: underline;

}
.summary_table_google {
	border:3px solid #67F172;
	font-size:1em;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 8px;
	background-color: #FFF;
}
.add {
	margin: 0px;
	padding: 0px;
}
.add li {
	background-image: url(images/add.gif);
	background-repeat: no-repeat;
	background-position: left center;
	list-style-type: none;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 30px;
}
.option_table {
	border:3px solid #bbbd00;
	font-size:12px;
	margin-top: 15px;
	margin-bottom: 25px;
	padding: 8px;
}
.option_table a {
	color: #bbbd00;
	text-decoration: none;
}
.review {
}

.option_table a:hover {
	color: #bbbd00;
	text-decoration:underline;
}

.option_table ul a:hover {
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #bbbd00;
	text-decoration:underline;
	background-color: #FFC;
}

.option_table ul a {
	display:block;
	width:100%;
	color: #23aebb;
	padding: 2px;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #FFFFA6;
	border-top-style: none;
	border-left-style: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFA6;
	text-decoration: none;
}


.option_table .typefilter ul a{
	color: #A8A800;
}
.review     {
	font-size: 12px;
	vertical-align: middle;
	border: 3px solid #0F7495;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding: 0px;
}
.review p {
	padding-left: 5px;
}
.review h3 {
	font-size: 14px;
	color: #FFF;
	background-color: #0F7495;
	margin: 0px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}


	.myoutercontainer { position:relative }
	.myinnercontainer { position:absolute; top:50%; height:10em; margin-top:-5em }


.sprite-vote_down {
	background-image:url(/images/csg-4be094d27a43f.png);
	background-position: 0 0;
	width: 20px;
	height: 20px;
	display: inline-block;
} 
.sprite-vote_downg {	display: inline-block; background-image:url(/images/csg-4be094d27a43f.png); background-position: -21px 0; width: 20px; height: 20px; } 
.sprite-vote_up { 	display: inline-block;background-image:url(/images/csg-4be094d27a43f.png); background-position: -42px 0; width: 20px; height: 20px; } 
.sprite-vote_upg {	display: inline-block; background-image:url(/images/csg-4be094d27a43f.png); background-position: -63px 0; width: 20px; height: 20px; } 
.shadow {
	background-image: url(/images/shadow.png);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 12px;
}

.large_shadow {
	background-image: url(/images/large_shadow.png);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 12px;
}

.break {
	height: 20px;
}



.review  ul li {
	padding-left: 12px;
	color: #000000;
	text-align:left;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	list-style-type: none;
	background: url(/images/bg_more.gif) no-repeat 0 5px;
	zoom: 1; /* :hack: stop IE6 from forgetting about the arrows */
	margin-top: 0;
	margin-right: 5;
	margin-bottom: 5px;
	margin-left: 5;
	padding-right: 12px;		
}

.review ul a {
	display:block;
	width:100%;
	color: #23aebb;
	padding: 2px;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	border-top-style: none;
	border-left-style: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F0F0F0;
	text-decoration: none;
	margin-right: 5px;
}

.review ul a:hover {
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #23aebb;
	background-color: #F0F0F0;
	text-decoration: none;
}

.review ul {
	padding: 2px;
	margin: 4px;

}

.sumpic{
width:150px ;
float:right !important;
padding:10px;	
}
.IHS {
	background-color: #FFF;
}
.price {
display: inline-block; width: 50px;
}
