{literal}
<style type="text/css">
<!--
#test{
}
body {
	margin: 0px;
	font-family: sans-serif;
	background-color:#fff;
}
#container {
	margin-top:0px;
	padding:0px;
	background-color:#fff;
	//border:1px black solid;
	width:100%;
}
#MainBox{
	//border-top:1px #ddd solid;
	padding:0px 0px;
	margin-top:0px;
	padding-top:0px;
	margin-bottom:20px;
}
#ArticleBox {
	//width:100%;
	//height:250px;
	padding:5px 5px;
	background-color:#fff;
	border-bottom:1px #eee solid;
	margin:0 auto;
	margin-bottom:8px;
	//box-shadow:1px 1px 3px #eee;
	font-size:15px;
}
#ArticleBox:hover{
	//border:1px #ccc solid;
}
#ArticleImg {
	max-width:35%;
	float:left;
	//border:1px #ccc solid;
	margin-bottom:0px;
}
#ArticleImg img {
	width:100%;
	border:0px;
	//padding:5px;
	//margin-bottom:10px;
}
#ArticleTitle {
	width:60%;
	height:47px;
	overflow:hidden;
	//border:1px #ccc solid;
	float:left;
	//margin:0 auto;
	padding:0px 0px;
	margin-bottom:3px;
	margin-left:10px;
	line-height:23px;
}
#ArticleTitle a{
	font-size:15px;
	//font-weight:bold;
	text-decoration:none;
	color:#003399;
}
#ArticleTitle a:hover{
	text-decoration:underline;
}
#ArticleContent {
	width:60%;
	height:46px;
	overflow:hidden;
	float:left;	
	font-size:14px;
	line-height:22px;
	padding:0px;
	color:#000;
	margin-left:10px;
	margin-bottom:10px;
}
#infeed_adsbox{
	padding:5px 5px;
	background-color:#fff;
	border-bottom:1px #eee solid;
	margin-bottom:8px;
}
#pager {
	text-align:center;
	margin:25px 0px;
}
#pager a {
	padding:8px 10px;
	margin:0px 0px 0px 0px;
	background-color:#eee;
	color:#000;
	font-size:13px;
	border:1px solid #eee;
	text-decoration: none;
}
#pager a:hover{
	background-color:#3274D0;
	text-decoration: none;
	color:#FFF;
}
#pager a#current{
	padding:8px 10px;
	margin:0px 0px 0px 0px;
	background-color:#3274D0;
	color:#fff;
	font-size:13px;
	border:1px solid #3274D0;
	text-decoration: none;
}
#single_article_box {
	width:100%;
	padding:0px;
	margin:0px auto;
	margin-top:0px;
	margin-bottom:20px;
	background-color:#fff;
}
h1{
	font-size:18px;
	//font-weight:bold;
	margin-top:0px;
	padding:15px 5px 0px 5px;
	line-height:30px;
	margin-bottom:5px;
}
#post_date {
	font-size:13px;
	color:#999;
	margin-left:5px;
}
#content{
	font-size:15px;
	line-height:26px;
	margin:0px;
	//width:95%;
	padding:5px;
	border:0px #ccc solid;
}
#content img{
	margin:0px;
	max-width:100%;
}
#content a{
	text-decoration:none;
	color:#003399;
}
#content a:hover{
	text-decoration:underline;
}
#ContentAds{
	margin:20px 0px;
	padding:0px;
}
#YouTube{
	width:100%;
	min-height:250px;
	margin:0px;
}
#Maps{
	width:100%;
	height:250px;
	margin:0px;
}
.video_container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
	margin-bottom:20px;
}
.video_container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#video_container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
	margin-bottom:20px;
}
#video_container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#map_container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
	margin-bottom:20px;
}
#map_container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
p{
	margin:13px 0px;
	padding:0px;
	border:0px #ccc solid;
}
h2{
	padding:5px 8px;
	font-size:15px;
	font-weight:bold;
	border-left:5px #ddd solid;
	background-color:#eee;
}
#socialbox {
	font-size:13px;
	//background-color:#f3f3f3;
	//color:#666;
	padding:10px;
	margin-top:20px;
	//text-align:right;
	line-height:23px;
}
#clear{
	clear:both;
}
#fb_like_button {
	border:1px #ddd solid;
	line-height:40px;	
	font-size:15px;
	border-radius:4px;
	padding:10px 20px;
	text-align:center;
}
#go_search_ta{
	//widht:200px;
	//float:left;
	line-height:37px;
	text-align:center;
	border:1px #ddd solid;
	border-radius:4px;
	font-size:15px;
	padding:10px 20px;
	margin-bottom:10px;
}
#go_search_ta span{
	font-weight:bold;
	color:orange;
	margin:0px 3px;
	font-size:18px;
}
#go_search_ta a{
	text-decoration:none;
	color:#fff;
	font-weight:bold;
	padding:7px 10px;
	background-color:#FF8C00;
	border-radius:5px;
	box-shadow:3px 3px 3px #eee;
	font-size:15px;
	font-weight:bold;
}
#go_search_ta a:hover{
	text-decoration:none;
	box-shadow:3px 3px 3px #ddd;
}
#ArticleSection{
	width:100%;
	//border:1px #ccc solid;
	min-width:500px;
	margin:0 auto;
	padding:0px;
	//padding-left:10px;
	margin-top:12px;
	margin-bottom:15px;
}
#promo_line,#SectionName{
	padding:5px 8px;
	font-size:15px;
	font-weight:bold;
	border-left:5px #ddd solid;
	background-color:#eee;
	margin:10px 0px;
}
#promo_ads_0{
	clear:both;
	margin:0px 0px 0px 0px;
	//border-top:1px #eee solid;
	border-bottom:1px #eee solid;
	//border:1px #000 solid;
	padding:20px 5px 10px 5px;
	background-color:#fff;
	//width:90%;
}
#promo_ads_img{
	width:36%;
	float:left;
	padding:0px;
	//height:150px;
	//border:1px red solid;
//	margin-bottom:10px;
}
#promo_ads_img img{
	width:100%;
	margin-bottom:10px;
	border:0px;	
}
#promo_ads_title{
	width:60%;
	font-size:15px;
	//font-weight:bold;
	float:left;
	margin-left:10px;
	//border:1px #ccc solid;
}
#promo_ads_title a{
	text-decoration:none;
	color:#003399;
}
#promo_ads_title a:hover{
	text-decoration:underline;
	color:#003399;
}
#promo_ads_content{
	//border-right:1px #eee solid;
	clear:both;
	font-size:14px;
	color:#333;
	//width:410px;
	//float:left;
	display:none;
}
#promo_ads_price {
	//width:130px;
	float:right;
	text-align:right;
	font-size:13px;
	color:#90949C;
	//border:1px #ddd solid;
	//line-height:50px;
	margin:10px 5px 15px 0px;
	//position:absolute;
}
#promo_ads_price span#hotel-currency{
	font-size:18px;
	//font-weight:bold;
	color:gray;
	//border:1px #ddd solid;
	margin-left:10px;
	margin-right:3px;
}
#promo_ads_price span#display-price{
	font-size:22px;
	//font-weight:bold;
	color:#F75000;
	//border:1px #ddd solid;
	margin-right:3px;
}
#promo_ads_price a{
	//display:none;
	padding:6px 8px 6px 14px;
	//margin-top:10px;
	//margin-bottom:10px;
	//float:right;
	margin-left:10px;
	text-align:center;
	color:#fff;
	text-decoration:none;
	border-radius:3px;
	background-color:#4d94ff;
}
#promo_ads_price a:hover{
	display:block;
	padding:5px 8px 5px 14px;
	margin-top:10px;
	float:right;
	text-align:center;
	color:#fff;
	text-decoration:none;
	border-radius:3px;
	background-color:#4d94ff;
	box-shadow:3px 3px 3px #ccc;
}
#promo_ads_brand{
	clear:both;
	display:none;
	//float:left;
	//padding-right:10px;
	//margin-left:20px;
	margin-top:10px;
	//line-height:25px;
	font-size:12px;
	color:#999;
	//border:1px #ccc solid;
	//border-right:1px #eee solid;		
}
#sidebar{
	width:100%;
	background-color:#fff;
	padding:10px 0px;
}
#FB,#SidebarAds1{
	width:100%;
	text-align:center;
	margin-bottom:10px;
}
#near_ta_box{
	width:30%;
	height:123px;
	overflow:hidden;
	margin:0px 0px 5px 3px;
	text-align:center;
	padding:3px 3px;
	border:1px #dedede solid;
	border-radius:3px;
	float:left;
}
#near_ta_box:hover{
	border:1px #ddd solid;
	box-shadow:3px 3px 3px #eee;
}
#near_ta_img img{
	width:100%;
}
#near_ta_title{
	margin-top:5px;
	height:20px;
	overflow:hidden;
}
#near_ta_title a{
	font-size:14px;
	//padding:3px;
	color:#003399;
	text-decoration:none;
	margin-top:5px;
}
-->
</style>
{/literal}