@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Roboto+Mono:400,300italic,700,700italic&subset=latin,vietnamese);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,400italic,700,700italic,300italic,600,600italic,800,800italic);

* , * html{
	padding: 0;
	margin: 0;
	box-sizing:border-box; 
	-moz-box-sizing:border-box; 
	-webkit-box-sizing:border-box;
	}
body{
	font-family: 'Times New Roman','Open Sans', sans-serif,'Roboto Mono', Verdana, Arial, Tahoma, Georgia, serif;
	font-weight: normal;
	font-size:12pt;
	color:#676767 !important;
	padding: 0;
	margin: 0;
}

#menumobile{
	position:absolute;
	top:0px;
	left:0px;
	/*width:30px;
	height:30px;
	background-image: url("menumobile.png") center center no-repeat;*/
}

#header{
	float:left;
    display:block;
    margin: 0px;
    padding:0px;
    height: 105px;
    width: 100%;
    border:0px solid red;
    border-bottom: 5px solid #dbdbdb;
	/*overflow:hidden;
	background: #ffffff;*/
	background-image: url("head.jpg");

	filter:alpha(opacity=100); /* IE */
	-moz-opacity:1; /* Mozilla */
	opacity: 1; /* CSS3 */
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; // IE8

	/*-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);*/
}

#header_wrap{
	margin: 0 auto;
	width: 95%;
	height:100px;
	border:0px solid red;
}
#langtop{
	float:right;
	margin-right:0px;
	width: 200px;
	height:30px;
	display:block;
	text-align:right;
	margin:0px;
	padding:0px;
	border:0px solid red;
	padding:0;
	}
#langtop a{
	display: inline-block;
	border:1px solid grey;
	height:20px;
	line-height:20px;
	margin:0 2px;
	padding:0px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}
#langtop a:hover,#langtop a.active{
	border:1px solid #ffffff;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	}	
#langtop a img{
	height:18px;
	}
	
#lang{
	margin: 0 auto;
	width: 100%;
	height:30px;
	display:block;
	text-align:center;
	margin:0px;
	padding:0px;
	border:0px solid red;
	padding:0;
	}
#lang a{
	display: inline-block;
	width:90px;
	border:1px solid grey;
	height:32px;
	line-height:32px;
	margin:2px;
	padding:5px;
	padding-top:0px;
	/*-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;*/
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	font-family: 'Open Sans', sans-serif,'Roboto Mono', Verdana, Arial, Tahoma, Georgia, serif;
	font-weight: normal;
	font-size:11px;
	background-color: #ffffff;
  	color: #666666;
	}
#lang a:hover,#lang a.active{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	background-color: #ebebeb;
	color: #428bca;
	}	
#lang a img{
	height:16px;
	}

#menu1{
	float:left;
	height:30px;
	margin: 0px; 
	padding:0px;
	width:40%;
	margin-top:30px;
	text-align:right;
	border:0px solid green;
	}
#logo{
	float:left;
	width:212px;
	margin: 0;
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
	height:100px;
	padding:0px;
	text-align:center;
	border:0px solid green;
	/*background: #ffffff;*/
	}
#menu2{
	float:left;
	height:30px;
	margin: 0px; 
	padding:0px;
	width:40%;
	margin-top:30px;
	text-align:left;
	border:0px solid green;
	}
#logo img{
	margin: auto;
	width: 190px; 
	height:90px;
}

#bking{
	float:right;
    position: fixed;
	bottom:0;
	right:17px;
	width: 100%;
    margin: 0px;
    padding:0px;
	z-index: 9999;
background: right bottom rgba(241,231,103,1);
background: -moz-radial-gradient(center, ellipse cover, rgba(241,231,103,1) 0%, rgba(254,182,69,1) 100%);
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(241,231,103,1)), color-stop(100%, rgba(254,182,69,1)));
background: -webkit-radial-gradient(center, ellipse cover, rgba(241,231,103,1) 0%, rgba(254,182,69,1) 100%);
background: -o-radial-gradient(center, ellipse cover, rgba(241,231,103,1) 0%, rgba(254,182,69,1) 100%);
background: -ms-radial-gradient(center, ellipse cover, rgba(241,231,103,1) 0%, rgba(254,182,69,1) 100%);
background: radial-gradient(ellipse at center, rgba(241,231,103,1) 0%, rgba(254,182,69,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1e767', endColorstr='#feb645', GradientType=1 );
}

#bking_wrap{
	margin: 0px;
	height:80px;
	padding:0px;
	}
	
#menu-footer{
	width: 200px; 
	height:50px;
	margin: 0px; 
	padding:0px;
	margin-left: 50px;
	background: transparent url(menu_foot.png);
	float:left;
	height:50px;
	text-align:center;
	color:#343434;
	font-size:13px;
	line-height:50px; 
	}
textbox{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

img{border:0 solid #ffffff;}

a{
	text-decoration: none;
	color: #333333;}
a:hover {
	text-decoration: none;
	color: #e25d29;}

.clear{clear:both;}

#content{
	float:left;
    display:block;
    margin: 0px;
    padding:0px;
    width: 100%;
    border:0px solid red;
}

#content_wrap{
	margin: 0 auto;
	width: 95%;
	height:auto;
	min-height:150px;
	border:0px solid red;
	}

h1.title {
	text-align:center; 
	font-size:18pt;
	font-weight:normal;
	text-transform:uppercase;
	padding:0px;
	margin:10px;
	}

hr.line {
	margin: 0 auto;
	width:40%;
    height: 30px;
    border-style: solid;
    border-color: #8c8b8b;
    border-width: 1px 0 0 0;
    border-radius: 20px;
    padding:0px;
}
hr.line:before { /* Not really supposed to work, but does */
    display: block;
    content: "";
    height: 30px;
    margin-top: -31px;
    border-style: solid;
    border-color: grey;
    border-width: 0 0 1px 0;
    border-radius: 20px;
}

.title2 {
	font-size:13pt;
	font-weight:bold;
	text-transform:uppercase;
	margin:10px;
	text-align:center;
	}

h2.hotline {
	text-align:center; 
	font-size:18pt;
	font-weight:normal;
	text-transform:uppercase;
	padding:0px;
	margin:10px;
	color:red;
	}
	
td p, p {
	text-align:justify; 
	line-height:150%; 
	margin: 5px;
	font-size:12pt;
	}

img{border:0px solid #ffffff;}
.picroom {
	float: left;
	margin:5px;
}
.picroom a img{
	width:80px;
	height:60px;
	border:2px solid lightgrey;
}
#contentbox{
	float:left;
    display:block;
    margin: 0px;
    padding:20px 0px;
    width: 100%;
    border:0px solid red;
    background: #ececec url(main-bg.png);
}

#contentbox_wrap{
	margin: 0 auto;
	padding:0px;
	width: 95%;
	height:auto;
	min-width:240px;
	border:0px solid red;
}
.col3{
	position: relative;
	float:left;
	width: 33.33333333%;
	height:540px;
	min-width:240px;
	padding:0px;
	margin:0px;
	border:0px solid red;
}
.bgbrown {
    background-color: #543115;
    color:#ffffff !important;
}
.bgyellow {
    background-color: #6a3e17;
    color:#ffffff !important;
}
.bgblue {
    background-color: #46afce;
    color:#ffffff !important;
}
.bgwhite {
    background-color: #ffffff;
    color:#333333 !important;
}
.bggrey {
    background: #e6e3da;
    color:#333333 !important;
}
.col3 img{
	width: 100%;
}
.col3 h1{
	font-family: 'Times New Roman','Open Sans', sans-serif,'Roboto Mono', Verdana, Arial, Tahoma, Georgia, serif;
	font-weight: bold;
	font-size:13pt;
	text-transform:uppercase;
	padding: 0;
	margin: 10px 20px;
}
.col3 h2{
	font-family: 'Times New Roman','Open Sans', sans-serif,'Roboto Mono', Verdana, Arial, Tahoma, Georgia, serif;
	font-weight: bold;
	font-size:13pt;
	padding: 0px;
	margin: 0px;
}
.col3 p{
	font-family: 'Times New Roman','Open Sans', sans-serif,'Roboto Mono', Verdana, Arial, Tahoma, Georgia, serif;
	font-weight: normal;
	font-size:12pt;
	padding: 0;
	margin: 10px 20px;
	text-align:justify;
}

.col3 p.rate{
	font-family: 'Times New Roman','Open Sans', sans-serif,'Roboto Mono', Verdana, Arial, Tahoma, Georgia, serif;
	font-weight: bold;
	font-size:12pt;
	padding: 0;
	margin: 10px 20px;
	line-height:30px;
	text-align:center;
	background-color: #ceb175;
    color:#ffffff !important;
}

.col3 p a{
	width:110px;
	display:inline-block;
	font-family: 'Times New Roman','Open Sans', sans-serif,'Roboto Mono', Verdana, Arial, Tahoma, Georgia, serif;
	font-weight: normal;
	font-size:10pt;
	color:#ffffff !important;
	padding: 0;
	margin: 30px 0px;
	padding:8px;
	margin-top:10px;
	text-align:left;
	text-transform:uppercase;
	border:1px solid #fff;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
}
.col3 p a.light{
	color:#333333 !important;
	border:1px solid #333333;
}
.col3 p a:hover{
	color:#e37a29 !important;
	border:1px solid #e37a29;
	background-color: #ebebeb;
}

.col3 .more{
	position: absolute;
	width:50%;
	bottom:10px;
	left:0px;
	height:30px;
}
.col3 .book{
	position: absolute;
	width:50%;
	bottom:10px;
	right:0px;
	height:30px;
}
.col3 .more a, .col3 .book a{
	display:inline-block;
	line-height:30px;
	width:100%;
	height:30px;
	color:#ffffff;
	font-family: 'Times New Roman','Open Sans', sans-serif,'Roboto Mono', Verdana, Arial, Tahoma, Georgia, serif;
	font-weight: normal;
	font-size:10pt;
	text-align:center;
	text-transform:uppercase;
}

.col3 .more a{
	background-color: #541902;
}

.col3 .book a{
	background-color: #ceb175;
}
.col3 .more a:hover, .col3 .book a:hover{
	color:#e25d29;
	background-color: #676767;
    /* Firefox */
    -moz-transition: all 1s ease-in;
    /* WebKit */
    -webkit-transition: all 1s ease-in;
    /* Opera */
    -o-transition: all 1s ease-in;
    /* Standard */
    transition: all 1s ease-in;
}

.col6{
	position: relative;
	display:inline-block;
	float:left;
	width: 66.6666666%;
	height:auto;
	min-width:240px;
	padding:0px;
	margin:0px;
	border:0px solid red;
}
.col6 p{
	font-family: 'Times New Roman','Open Sans', sans-serif,'Roboto Mono', Verdana, Arial, Tahoma, Georgia, serif;
	font-weight: normal;
	font-size:12pt;
	padding: 0;
	margin: 10px 20px;
	text-align:justify;
}
.col5{
	position: relative;
	float:left;
	display:inline-block;
	width: 50%;
	height:auto;
	min-width:240px;
	padding:0px;
	margin:0px;
	border:0px solid red;
	text-align:justify;
}
.col6 h1, .col5 h1{
	font-family: 'Times New Roman','Open Sans', sans-serif,'Roboto Mono', Verdana, Arial, Tahoma, Georgia, serif;
	font-weight: bold;
	font-size:13pt;
	text-transform:uppercase;
	padding: 0;
	margin: 10px 20px;
}
.col5 p{
	font-family: 'Times New Roman','Open Sans', sans-serif,'Roboto Mono', Verdana, Arial, Tahoma, Georgia, serif;
	font-weight: normal;
	font-size:12pt;
	padding: 0px;
	margin:0px;
	margin: 10px 20px;
	text-align:justify;
}

.centerpic{
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    border:0px solid red;
    padding:0px;
    margin:0px;
    }
    
.col5 img.piclb{
	width:90px;
	height:80px;
	margin:5px;
	border:2px solid #cdcdcd;
	float: left;
	display:inline-block;
}
.clear { clear: both; }

#promo {
	display:block;
    background: none repeat scroll 0 0 rgba(10,75,120,1);
    float: left;
    z-index: 1;
    left: 10px;
    top: 200px;
    height: 320px;
    width:240px;
    margin: 0;
    position: absolute;
    overflow: hidden;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding:0px;
}

#promo .promo-wrapper {
    height: 300px;
    margin: 10px;
    padding: 10px;
    width: 220px;
    border: 1px solid rgba(255,255,255,1);
    float: none;
    possiton:relative;
}


#promo .promo-wrapper h1{
    font:bold 12pt Tahoma;
    margin:10px 0px;
    text-align:center;
    margin-top:10px;
    color: #ffffff;
}
#promo .promo-wrapper p{
    font: normal 11pt Tahoma;
    margin:6px 0px;
    text-align:center;
    color: #ffffff;
}

#promo hr{	
	width: 200px;
	border-color: #ffffff;
	border: 0;
    height: 1px;
    background: #ffffff;
    margin:0px;
    margin-bottom:10px;
    }
#promo .promo-wrapper img{
    margin: 0px;
    margin-bottom: 10px;
    overflow: hidden;
    height: 133px;
    width: 200px;
}   

#promo .promo-wrapper a.info {
	font-weight:normal;
	font-size:13px;
	color:#ffffff;
	margin:0px;
	padding: 0px;
	text-align:center;
	text-decoration:underline;
	margin:0px 5px;
}
#promo .promo-wrapper a.info:hover{
	color:#87c1c3;
}
#promo .promo-wrapper a.bookpr {
	font-weight:bold;
	font-size:15px;
	color:#000000;
	margin:0px 5px;
	padding: 5px 10px;
	text-align:center;
	text-decoration:none;
	background: rgba(252,234,187,1);
background: -moz-linear-gradient(top, rgba(252,234,187,1) 0%, rgba(252,205,77,1) 50%, rgba(250,207,97,1) 51%, rgba(251,223,147,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(252,234,187,1)), color-stop(50%, rgba(252,205,77,1)), color-stop(51%, rgba(250,207,97,1)), color-stop(100%, rgba(251,223,147,1)));
background: -webkit-linear-gradient(top, rgba(252,234,187,1) 0%, rgba(252,205,77,1) 50%, rgba(250,207,97,1) 51%, rgba(251,223,147,1) 100%);
background: -o-linear-gradient(top, rgba(252,234,187,1) 0%, rgba(252,205,77,1) 50%, rgba(250,207,97,1) 51%, rgba(251,223,147,1) 100%);
background: -ms-linear-gradient(top, rgba(252,234,187,1) 0%, rgba(252,205,77,1) 50%, rgba(250,207,97,1) 51%, rgba(251,223,147,1) 100%);
background: linear-gradient(to bottom, rgba(252,234,187,1) 0%, rgba(252,205,77,1) 50%, rgba(250,207,97,1) 51%, rgba(251,223,147,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fceabb', endColorstr='#fbdf93', GradientType=0 );
}
#promo .promo-wrapper a.bookpr:hover{
	color:red;
}


#promotion{
	float:left;
    display:block;
    margin: 0px;
    padding:0px;
    width: 100%;
    border:0px solid red;
}

#promotion_wrap{
	margin: 0 auto;
	width: 95%;
	height:auto;
	min-height:200px;
	border:0px solid red;
}

#promo1, #promo2,#promo3{
	display:block;
    background: none repeat scroll 0 0 rgba(10,75,120,1);
    float: right;
    z-index: 1;
    right: 10px;
    top: 150px;
    height: 159px;
    width:240px;
    margin: 0;
    position: absolute;
    overflow: hidden;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding:10px;
}
#promo2{
	top: 312px;
}
#promo3{
	top: 474px;
}
.promow {
    position: relative;
    width:220px;
    height:140px;
    border:1px solid white;
    overflow: hidden;
}
.promow img{
    position: absolute;
    top:0px;
    left:0px;
    width:220px;
    height:140px;
    padding:0px;
    margin:0px;
}
.promow h1{
    position: absolute;
    top:0px;
    left:0px;
    width:220px;
    height:24px;
    background: none repeat scroll 0 0 rgba(10,75,120,0.5);
    text-align:center;
    color:#ffffff;
    font-size:11pt;
    font-weight:bold;
    line-height:24px;
    padding:0px;
    margin:0px;
}
.promow a.bookpr1 {
	position: absolute;
    bottom:10px;
    right:10px;
	font-weight:bold;
	font-size:15px;
	color:#000000;
	margin:0px 5px;
	padding: 5px 10px;
	text-align:center;
	text-decoration:none;
	background: rgba(252,234,187,1);
background: -moz-linear-gradient(top, rgba(252,234,187,1) 0%, rgba(252,205,77,1) 50%, rgba(250,207,97,1) 51%, rgba(251,223,147,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(252,234,187,1)), color-stop(50%, rgba(252,205,77,1)), color-stop(51%, rgba(250,207,97,1)), color-stop(100%, rgba(251,223,147,1)));
background: -webkit-linear-gradient(top, rgba(252,234,187,1) 0%, rgba(252,205,77,1) 50%, rgba(250,207,97,1) 51%, rgba(251,223,147,1) 100%);
background: -o-linear-gradient(top, rgba(252,234,187,1) 0%, rgba(252,205,77,1) 50%, rgba(250,207,97,1) 51%, rgba(251,223,147,1) 100%);
background: -ms-linear-gradient(top, rgba(252,234,187,1) 0%, rgba(252,205,77,1) 50%, rgba(250,207,97,1) 51%, rgba(251,223,147,1) 100%);
background: linear-gradient(to bottom, rgba(252,234,187,1) 0%, rgba(252,205,77,1) 50%, rgba(250,207,97,1) 51%, rgba(251,223,147,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fceabb', endColorstr='#fbdf93', GradientType=0 );
}
.promow a.bookpr1:hover{
	color:red;
}

#footer{
	float:left;
    display:block;
    margin: 0px;
    width: 100%;
    border:0px solid red;
    margin-top:20px;
    padding:30px 0px;
    background: #6e421b;
}

#footer_wrap{
	margin: 0 auto;
	width: 95%;
	height:auto;
	min-height:200px;
	border:0px solid red;
}
#footer_wrap p{
	text-align:center;
	color: #ffffff;
}
#footer_wrap p a{
	color: #D28846;
}
#footer_wrap p a:hover{
	color: #ffffff;
}
#menufoot{
    width: 100%;
    height: 40px;
    font-size: 16px;
    font-family: 'Times New Roman','Open Sans', sans-serif,'Roboto Mono', Verdana, Arial, Tahoma, Georgia, serif;
	font-weight: normal;
	font-size:11pt;
	padding: 0px;
	margin:0px;
	line-height:40px;
    text-align: center;
    margin-bottom :80px;
}
#menufoot ul {
    height: auto;
    padding: 8px 0px;
    margin: 0px;
}
#menufoot li { 
	display: inline; 
	padding: 15px; 
}

#menufoot a {
    text-decoration: none;
    color: #D28846;
    padding: 10px;
    border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
    border:1px solid #D28846;
}
#menufoot a:hover, #menufoot a.active{
    color: #ffffff;
    border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
    border:1px solid #ffffff;
}

#social{
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    border:0px solid red;
    padding:0px;
    margin:0px;
    margin-bottom:30px;
}

#social ol, #social ul, #social li {
    list-style: none;
    margin: 0px;
    padding: 0;
}

#social ul li {
    float: left;
    display: block;
    margin: 5px;
    padding: 0 !important;
    list-style-type: none !important;
    background-color: rgba(0, 0, 0, 0.4);
	-webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    overflow:hidden;
}

#social ul li a{
	float: left;
    display: block;
    text-indent: -9999px;
    width: 40px;
    height: 40px;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}


#social ul li.facebook a {
    background: url("icon-social.png") 0 0 no-repeat;
}
#social ul li.facebook a:hover {
    background: #3b5998 url("icon-social.png") 0 -40px no-repeat;
}
#social ul li.gplus a {
    background: url("icon-social.png") -40px 0 no-repeat;
}
#social ul li.gplus a:hover {
    background: #d94a39 url("icon-social.png") -40px -40px no-repeat;
}
#social ul li.twitter a {
    background: url("icon-social.png") -80px 0 no-repeat;
}
#social ul li.twitter a:hover {
    background: #48c4d2 url("icon-social.png") -80px -40px no-repeat;
}

#social ul li.tripadvisor a {
    background: url("icon-social.png") -760px 0 no-repeat;
}
#social ul li.tripadvisor a:hover {
    background: #63894E url("icon-social.png") -760px -40px no-repeat;
}
#social ul li.email a {
    background: url("icon-social.png") -1080px 0 no-repeat;
}
#social ul li.email a:hover {
    background: #bf8846 url("icon-social.png") -1080px -40px no-repeat;
}
#social ul li.skype a {
    background: url("icon-social.png") -240px 0 no-repeat;
}
#social ul li.skype a:hover {
    background: #00a5f0 url("icon-social.png") -240px -40px no-repeat;
}


	
form{margin:0;}
fieldset { 
    display: block;
    margin-left: 2px;
    margin-right: 2px;
    padding: 0;
    width:96%;
    border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border: 1px dotted #555555;
}
legend{text-align:left; margin-left:20px; color:#555555; font-weight:bold; font-size:12pt; }
input,select,textarea {
	color: #555555;
	font: normal 10pt Arial;
}
input.tdate {
	font-size:10pt;
	font-weight:normal;
	margin:0px;
	padding:0px;
	display:inline;
	width:80px;
	height: 22px;
	color: #555555;
	background:#ffffff url("calendar.png") no-repeat right center;
	text-align:center;
	border: 1px solid #4D90FE;
	text-align: center;
  	padding-right: 18px;
  	cursor:pointer;
}
input.tbox {
	margin:0px;
	padding:0px 5px;
	display:inline;
	width:200px;
	height: 22px;
	background-color: #ffffff;
	border: 1px solid #cccccc;
}

textarea.mess {
	margin:0px;
	padding:0px 5px;
	display:inline;
	width: 200px;
    height: 82px;
	background-color: #ffffff;
	border: 1px solid #cccccc;
}

select {
	margin:0px;
	padding:0px;
	width:150px;
	height:22px;
	background-color: #ffffff;
	border: 1px solid #cccccc;
}

.tj_wrapper{
	width:100%;
	height:100%;
	position:relative;
	margin:0px auto;
	border:0px solid red;
}
.tj_wrapper ul{
	list-style:none;
	margin:0px auto;
	border:0px solid red;
}
.tj_wrapper ul li{
	display:inline-block;
	border:0px solid blue;
	list-style:none;
}
.tj_wrapper ul li a{
	outline:none;
	display:inline-block;
	margin:5px;
	margin-top:30px;
	background:transparent url(../images/bg_thumb.jpg) no-repeat top center;
	width:220px;
	height:175px;
	text-align:center;
}

.tj_wrapper ul li a img{
	display:block;
	border:none;
	width:220px;
	height:150px;
	opacity:0.8;
	-moz-box-shadow:2px 2px 4px #8e8e8e;
	-webkit-box-shadow:2px 2px 4px #8e8e8e;
	box-shadow:2px 2px 4px #8e8e8e;
	/*
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition:all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-transition: all 0.2s ease-in-out;
	*/
}
.tj_wrapper ul li a img:hover{
	opacity:1.0;
}

.tj_wrapper ul li a span{
	display:block;
	width:220px;
	height:30px;
	background:transparent url(bg-span.png) no-repeat top center;
	text-align:center;
	color:#6f3107;
	cursor:pointer;
	line-height:30px;
	overflow:hidden;
	-moz-box-shadow:2px 2px 4px #8e8e8e;
	-webkit-box-shadow:2px 2px 4px #8e8e8e;
	box-shadow:2px 2px 4px #8e8e8e;
	/*-webkit-transition: all 0.2s ease-in-out;
	-moz-transition:all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-transition: all 0.2s ease-in-out;
	*/
}

.tj_wrapper ul li a span:hover{
	color:#ffffff;
}