html {
	overflow: -moz-scrollbars-vertical;
	margin: 0;
	padding: 0;
}
body {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
    background: url("../image/bg1.jpg") top left no-repeat;
    background-attachment: fixed;
}
        

body, td, th, input, textarea, select, a {
	font-size: 12px;
}
h1, .welcome {
	font: Verdana;
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 12px;
	font-weight:bold;
        text-shadow: 0 0 1px rgba(0, 0, 0, .01);
}h2 {
	color: #000000;
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 5px;
}
h3{
	font: Verdana;
	margin-top: 0px;
	font-size: 14px;
        text-shadow: 0 0 1px rgba(0, 0, 0, .01);
}
p {
	margin-top: 0px;
	margin-bottom:7px;
}
a, a:visited, a b {
	color: #0298d5;
	text-decoration:none;
	cursor: pointer;
}


a:hover {
	text-decoration: none;
}

a img {
	border: none;
}
form {
	padding: 0;
	margin: 0;
	display: inline;
}
input[type='text'], input[type='password'], textarea {
	background: #F8F8F8;
	border: 1px solid #CCCCCC;
	padding: 3px;
	margin-left: 0px;
	margin-right: 0px;
       
}
select {
	background: #F8F8F8;
	border: 1px solid #CCCCCC;
	padding: 2px;
}
label {
	cursor: pointer;
}
/* layout */
#container {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
    background:#ffffff; 
	margin-bottom: -12px;
}
#column-left {
	float: left;
    padding-left:7px;
	width: 205px;
}
#column-right {
	float: right;
	width: 240px;
    padding-right: 5px;
}
#column-right_hotel {
	float: right;
	width: 240px;
        padding-right: 5px;
}
#content {
	min-height: 400px;
	margin-bottom: 25px;
        padding-right: 7px;
        padding-left: 1px;
       
}
.content_hotel {
	width: 730px;
        padding-left: 7px;
}


#column-left + #column-right + #content, #column-left + #content {
	margin-left: 220px;
}
#column-right + #content {
	margin-right: 220px;
}
/* header */
#header {
	height: 90px;
	margin-bottom: 7px;
	padding-bottom: 4px;
	position: relative;
	z-index: 99;
}
#header #logo {
	position: absolute;
	top: 10px;
	left: 15px;
        color: red;
        font-size: 13px;
        font-weight: bold;
}
#language {
	position: absolute;
	top: 5px;
	left: 545px;
	width: 100px;
	color: #ffffff;
	line-height: 5px;
        
}
#language img {
	cursor: pointer;
}
#currency {
	width: 125px;
	position: absolute;
	top: 5px;
	left: 700px;
	color: #ffffff;
	line-height: 5px;
}
#currency a {
	display: inline-block;
	padding: 2px 4px;
	border: 1px solid #CCC;
	color: #ffffff;
	text-decoration: none;
	margin-right: 2px;
	margin-bottom: 2px;
}
#currency a b {
	color: #000;
	text-decoration: none;
}
#header #cart {
	position: absolute;
	top: 0px;
	right: 145px;
	z-index: 9;
	min-width: 300px;
}
#header #cart .heading {
	float: right;
	margin-right: 172px;
	margin-top: 15px;
	padding-left: 14px;
	padding-right: 14px;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #EEEEEE;
	background: #FFF;
	position: relative;
	z-index: 1;
}
#header #cart .heading h4 {
	color: #333333;
	font-size: 15px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 3px;
}
#header #cart .heading a {
	color: #38B0E3;
	text-decoration: none;
}
#header #cart .heading a span {
	background: #FFFFFF url('../image/arrow-down.png') 100% 50% no-repeat;
	padding-right: 15px;
}
#header #cart .content {
	clear: both;
	display: none;
	position: relative;
	top: -1px;
	padding: 8px;
	min-height: 150px;
	border-top: 1px solid #EEEEEE;
	border-left: 1px solid #EEEEEE;
	border-right: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
	-webkit-border-radius: 0px 7px 7px 7px;
	-moz-border-radius: 0px 7px 7px 7px;
	-khtml-border-radius: 0px 7px 7px 7px;
	border-radius: 0px 7px 7px 7px;
	-webkit-box-shadow: 0px 2px 2px #DDDDDD;
	-moz-box-shadow: 0px 2px 2px #DDDDDD;
	box-shadow: 0px 2px 2px #DDDDDD;
	background: #FFF;
}

#header #cart.active .heading {
	margin-top: 5px;
	padding-top: 10px;
	padding-bottom: 6px;
	border-top: 1px solid #EEEEEE;
	border-left: 1px solid #EEEEEE;
	border-right: 1px solid #EEEEEE;
	-webkit-border-radius: 7px 7px 0px 0px;
	-moz-border-radius: 7px 7px 0px 0px;
	-khtml-border-radius: 7px 7px 0px 0px;
	border-radius: 7px 7px 0px 0px;
}
#header #cart.active .content {
	display: block;
}
#header #cart .cart {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 5px;
}
#header #cart .cart td {
	color: #000;
	vertical-align: top;
	padding: 10px 5px;
	border-bottom: 1px solid #EEEEEE;
}
#header #cart .cart .image {
	width: 1px;
}
#header #cart .cart .image img {
	border: 1px solid #EEEEEE;
	text-align: left;
}
#header #cart .cart .name small {
	color: #666;
}
#header #cart .cart .quantity {
	text-align: right;
}
#header #cart .cart td.total {
	text-align: right;
}
#header #cart .cart .remove {
	text-align: right;
}
#header #cart .cart .remove img {
	cursor: pointer;
}
#header #cart table.total {
	border-collapse: collapse;
	padding: 5px;
	float: right;
	clear: left;
	margin-bottom: 5px;
}
#header #cart table.total td {
	color: #000;
}
#header #cart .content .checkout {
	text-align: right;
	clear: both;
}
#header #cart .empty {
	padding-top: 50px;
	text-align: center;
}
#header #search {
	position: absolute;
	top: 15px;
	right: 0px;
	width: 298px;
	z-index: 15;
}
#header .button-search {
	position: absolute;
	left: 0px;
	background: url('../image/button-search.png') center center no-repeat;
	width: 28px;
	height: 24px;
	border-right: 1px solid #CCCCCC;
	cursor: pointer;
}
#header #search input {
	background: #FFF;
	padding: 1px 1px 1px 33px;
	width: 240px;
	height: 21px;
	border: 1px solid #CCCCCC;
	-webkit-border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-khtml-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	-webkit-box-shadow: 0px 2px 0px #F0F0F0;
	-moz-box-shadow: 0px 2px 0px #F0F0F0;
	box-shadow: 0px 2px 0px #F0F0F0;	
}
#header #welcome {
	position: absolute;
	top: 47px;
	right: 0px;
	z-index: 5;
	width: 298px;
	text-align: right;
	color: #999999;
}
#header .links {
	position: absolute;
	right: 0px;
	bottom: 3px;
	font-size: 10px;
	padding-right: 10px;
}
#header .links a {
	float: left;
	display: block;
	padding: 0px 0px 0px 7px;
	color: #035325;
	text-decoration: none;
	font-size: 12px;
}
#header .links a + a {
	margin-left: 8px;
	border-left: 1px solid #CCC;
}
/* menu */
#menu {
	background: #e4e9ec;
	border-bottom: 1px solid #cfced3;
	height: 37px;
	margin-bottom: 15px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	-webkit-box-shadow: 0px 2px 2px #DDDDDD;
	-moz-box-shadow: 0px 2px 2px #DDDDDD;
	box-shadow: 0px 2px 2px #DDDDDD;
	padding: 0px 5px;
}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu > ul > li {
	position: relative;
	float: left;
	z-index: 20;	
        background: url('../image/split.png') center left no-repeat;
        
}
#menu > ul > li:hover {
	background: #cb0c04;
        
}
#menu > ul > li > a {
	font-size: 13px;
	color: #000102;
	line-height: 14px;
	text-decoration: none;
        font-weight:bold;
	display: block;
	padding: 12px 15px 11px 15px;
	z-index: 6;
	position: relative;
}
#menu > ul > li > div {
	display: none;
	background: #FFFFFF;
	position: absolute;
	z-index: 5;
	padding: 5px;
	border: 1px solid #ddd7c9;
	-webkit-border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	-khtml-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
	background: url('../image/menu.png');

}
#menu > ul > li:hover > div {
	display: table;
}
#menu > ul > li > div > ul {
	display: table-cell;
}
#menu > ul > li ul + ul {
	padding-left: 20px;
}
#menu > ul > li ul > li > a {
	text-decoration: none;
	padding: 4px;
	color: #333333;
	display: block;
	white-space: nowrap;
	min-width: 120px;
}
#menu > ul > li ul > li > a:hover {
	background: #ada1a1;
}
#menu > ul > li > div > ul > li > a {
	color: #333333;
}
.breadcrumb {
    background: url('../image/breadcrumb.png') no-repeat scroll 0 0 transparent;
    color: #808080;
    display: block;
    font-size: 90%;
    height: 20px;
    margin: 0 0 2px;
    padding: 5px 10px;
    text-align: left;
}
.success, .warning, .attention, .information {
	padding: 10px 10px 10px 33px;
	margin-bottom: 15px;
	color: #555555;
}
.success {
	background: #EAF7D9 url('../image/success.png') 10px center no-repeat;
	border: 1px solid #BBDF8D;
}
.warning {
	background: #FFD1D1 url('../image/warning.png') 10px center no-repeat;
	border: 1px solid #F8ACAC;
}
.attention {
	background: #FFF5CC url('../image/attention.png') 10px center no-repeat;
	border: 1px solid #F2DD8C;
}
.information {
	background: #E8F6FF url('../image/information.png') 10px center no-repeat;
	border: 1px solid #B8E2FB;
}
.success .close, .warning .close, .attention .close, .information .close {
	float: right;
	padding-top: 4px;
	padding-right: 4px;
	cursor: pointer;
}
.required {
	color: #FF0000;
	font-weight: bold;
        
}
.error {
	display: block;
	color: #FF0000;
}
.help {
	color: #999;
	font-size: 10px;
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
	display: block;
}
table.form {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}
table.form tr td:first-child {
	width: 250px;
        text-align: right;
}
table.form > * > * > td {
	color: #000000;
}
table.form td {
	padding: 4px;
}
input.large-field, select.large-field {
	width: 300px;
}
table.list {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
table.list td {
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
table.list thead td {
	background-color: #EFEFEF;
	padding: 0px 5px;
}
table.list thead td a, .list thead td {
	text-decoration: none;
	color: #222222;
	font-weight: bold;
}
table.list tbody td a {
	text-decoration: underline;
}
table.list tbody td {
	vertical-align: top;
	padding: 0px 5px;
}
table.list .left {
	text-align: left;
	padding: 7px;
}
table.list .right {
	text-align: right;
	padding: 7px;
}
table.list .center {
	text-align: center;
	padding: 7px;
}
table.list .asc {
	padding-right: 15px;
	background: url('../image/asc.png') right center no-repeat;
}
table.list .desc {
	padding-right: 15px;
	background: url('../image/desc.png') right center no-repeat;
}
.pagination {
	border-top: 1px solid #EEEEEE;
	padding-top: 8px;
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
}
.pagination .links {
	float: left;
}
.pagination .links a {
	display: inline-block;
	border: 1px solid #EEEEEE;
	padding: 4px 10px;
	text-decoration: none;
	color: #A3A3A3;
}
.pagination .links b {
	display: inline-block;
	border: 1px solid #269BC6;
	padding: 4px 10px;
	font-weight: normal;
	text-decoration: none;
	color: #269BC6;
	background: #FFFFFF;
}
.pagination .results {
	float: right;
	padding-top: 3px;
}
/* button */
a.button {
	display: inline-block;
	padding-left: 6px;
	background: url('../image/button-left.png') top left no-repeat;
	text-decoration: none;
	cursor: pointer;
}
a.button span {
	color: #FFFFFF;
	line-height: 12px;
	font-size: 12px;
	font-weight: bold;
	display: inline-block;
	padding: 6px 12px 8px 5px;
	background: url('../image/button-right.png') top right no-repeat;
}
a.button:hover {
	background: url('../image/button-left-active.png') top left no-repeat;
}
a.button:hover span {
	color: #FFFFFF;
	background: url('../image/button-right-active.png') top right no-repeat;
}
.buttons {
	background: #FFFFFF;
	border: 1px solid #EEEEEE;
	overflow: auto;
	padding: 6px;
	margin-bottom: 20px;
}
.buttons .left {
	float: left;
	text-align: left;
}
.buttons .right {
	float: right;
	text-align: right;
}
.buttons .center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.htabs {
	height: 30px;		
	line-height: 16px;
	border-bottom: 1px solid #38B0E3;	
}
.htabs a {
	border-top: 1px solid #38B0E3;
	border-left: 1px solid #38B0E3;
	border-right: 1px solid #38B0E3; 
	background: #FFFFFF url('../image/tab.png') repeat-x;
	padding: 7px 15px 6px 15px;
        border-radius: 3px 3px 0 0;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #056a95;
	margin-right: 2px;
	display: none;
}
/*tab price*/
.htabs_price {
	height: 30px;		
	line-height: 16px;
	border-bottom: 1px solid #DBDEE1;	
}
.htabs_price a {
	border-top: 1px solid #DBDEE1;
	border-left: 1px solid #DBDEE1;
	border-right: 1px solid #DBDEE1; 
	background: #FFFFFF url('../image/tab.png') repeat-x;
	padding: 7px 7px 6px 7px;
    border-radius: 7px 7px 0 0;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #056a95;
	margin-right: 2px;
	display: none;
}
/*enf*/
/*tab_price_detail*/
.htabs_price_detail {
	height: 30px;		
	line-height: 16px;
	border-bottom: 1px solid #DBDEE1;	
}
.htabs_price_detail a {
	border-top: 1px solid #DBDEE1;
	border-left: 1px solid #DBDEE1;
	border-right: 1px solid #DBDEE1; 
	background: #FFFFFF url('../image/tab.png') repeat-x;
	padding: 7px 7px 6px 7px;
    border-radius: 7px 7px 0 0;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #056a95;
	margin-right: 2px;
	display: none;
}
/*end*/

.htabs a.selected {
	padding-bottom: 7px;
	background: #FFFFFF;
    color: #00923F;
}

.htabs_price a.selected {
	padding-bottom: 7px;
	background: #E7833F;
    color: #FFF;
}
.htabs_price_detail a.selected {
	padding-bottom: 7px;
	background: #E7833F;
    color: #FFF;
}
.tab-content-price {
	
	border-left: 1px solid #DBDEE1;
	border-right: 1px solid #DBDEE1;
	border-bottom: 1px solid #DBDEE1;
	padding: 10px;
	margin-bottom: 20px;
	z-index: 2;
	overflow: auto;
}
.tab-content-price-detail {
	
	border-left: 1px solid #DBDEE1;
	border-right: 1px solid #DBDEE1;
	border-bottom: 1px solid #DBDEE1;
	padding: 10px;
	margin-bottom: 20px;
	z-index: 2;
	overflow: auto;
}
.tab-content {
	border-left: 1px solid #38B0E3;
	border-right: 1px solid #38B0E3;
	border-bottom: 1px solid #38B0E3;
	padding: 10px;
	margin-bottom: 20px;
	z-index: 2;
	overflow: auto;
}
/* box */
.box {
	margin-bottom: 20px;
}
.box .box-heading {
	-webkit-border-radius: 6px 6px 0px 0px;
	-moz-border-radius: 6px 6px 0px 0px;
	-khtml-border-radius: 6px 6px 0px 0px;
	border-radius: 7px 7px 0px 0px;
	border: 1px solid #0099d5;
	background: url('../image/background.png') repeat-x;
	padding: 8px 10px 7px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	color: #ffffff;
}
.box .box-heading_tour {
	-webkit-border-radius: 6px 6px 0px 0px;
	-moz-border-radius: 6px 6px 0px 0px;
	-khtml-border-radius: 6px 6px 0px 0px;
	border-radius: 7px 7px 0px 0px;
	border: 1px solid #0099d5;
	background: url('../image/background.png') repeat-x;
	padding: 8px 10px 1px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	color: #ffffff;
}
.box .box-heading_tours {
	-webkit-border-radius: 6px 6px 0px 0px;
	-moz-border-radius: 6px 6px 0px 0px;
	-khtml-border-radius: 6px 6px 0px 0px;
	border-radius: 7px 7px 0px 0px;
	border: 1px solid #0099d5;
	background: url('../image/background.png') repeat-x;
	padding: 7px 10px 2px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	color: #ffffff;
}

/*Box menu*/
.box-menu {
	margin-bottom: 20px;
}
.box-menu .box-menu-heading {
	-webkit-border-radius: 6px 6px 0px 0px;
	-moz-border-radius: 6px 6px 0px 0px;
	-khtml-border-radius: 6px 6px 0px 0px;
	border-radius: 7px 7px 0px 0px;
	border: 1px solid #0099d5;
	background: url('../image/background.png') repeat-x;
	padding: 8px 10px 7px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	color: #ffffff;
        text-align: center;
        
}
/*End */
.box .box-content {
	background: #FFFFFF;
	-webkit-border-radius: 0px 0px 7px 7px;
	-moz-border-radius: 0px 0px 7px 7px;
	-khtml-border-radius: 0px 0px 7px 7px;
	border-radius: 0px 0px 7px 7px;
	border-left: 1px solid #DBDEE1;
	border-right: 1px solid #DBDEE1;
	border-bottom: 1px solid #DBDEE1;
	padding: 10px;
        
}




/* box category */
.box-category {
	margin-top: -5px;
}
.box-category ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.box-category > ul > li {
	padding: 8px 8px 8px 14px;
        background:url('../image/bg_h3_1.png') no-repeat;
}
.box-category > ul > li + li {
	border-top: 1px solid #EEEEEE;
}
.box-category > ul > li > a {
	text-decoration: none;
	color: #333;
}
.box-category > ul > li ul {
	display: none;
}
.box-category > ul > li a.active {
	font-weight: bold;
}
.box-category > ul > li a.active + ul {
	display: block;
}
.box-category > ul > li ul > li {
	padding: 5px 5px 0px 10px;
        border-top: 1px solid #EEEEEE;
}
.box-category > ul > li ul > li > a {
	text-decoration: none;
	display: block;
        color: #333;
}
.box-category > ul > li ul > li > a.active {
	font-weight: bold;
}

/*box-hotel*/
.box-category_hotel {
	margin-top: -5px;
}
.box-category_hotel ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.box-category_hotel > ul > li {
	padding: 8px 8px 8px 14px;
        background:url('../image/bg_h3_hotel1.png') no-repeat;
}
.box-category_hotel > ul > li + li {
	border-top: 1px solid #EEEEEE;
}
.box-category_hotel > ul > li > a {
	text-decoration: none;
	color: #333;
}
.box-category_hotel > ul > li ul {
	display: none;
}
.box-category_hotel > ul > li a.active {
	font-weight: bold;
}
.box-category_hotel > ul > li a.active + ul {
	display: block;
}
.box-category_hotel > ul > li ul > li {
	padding: 5px 5px 0px 10px;
        border-top: 1px solid #EEEEEE;
}
.box-category_hotel > ul > li ul > li > a {
	text-decoration: none;
	display: block;
        color: #333;
}
.box-category_hotel > ul > li ul > li > a.active {
	font-weight: bold;
}
/* content */
#content .content {
	padding: 10px;
	overflow: auto;
	margin-bottom: 20px;
	border: 1px solid #EEEEEE;
}
#content .content .left {
	float: left;
	width: 100%;
}
#content .content .right {
	float: right;
	width: 49%;
}
/* category */
.category-info {
	
	margin-bottom: 20px;
}
.category-info .image {
	float: left;
	padding: 1px;
	margin-right: 1px;
	border: 1px solid #E7E7E7;
}

.category-info .catedescription {
	
	padding: 5px;
}

.category-list {
	overflow: auto;
	margin-bottom: 20px;
}
.category-list ul {
	float: left;
	width: 18%;
         list-style: none;
}
.category-list .div a {
	text-decoration: underline;
	font-weight: bold;
       
}
/* manufacturer */
.manufacturer-list {
	border: 1px solid #DBDEE1;
	padding: 5px;
	overflow: auto;
	margin-bottom: 20px;
}
.manufacturer-heading {
	background: #F8F8F8;
	font-size: 15px;
	font-weight: bold;
	padding: 5px 8px;
	margin-bottom: 6px;
}
.manufacturer-content {
	padding: 8px;
}
.manufacturer-list ul {
	float: left;
	width: 25%;
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 10px;
}


.compare-info {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.compare-info thead td, .compare-info thead tr td:first-child {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	background: #F7F7F7;
	text-align: left;
}
.compare-info tr td:first-child {
	color: #000000;
	font-weight: bold;
	text-align: right;
}
.compare-info td {
	padding: 7px;
	width: 20%;
	color: #4D4D4D;
	text-align: center;
	vertical-align: top;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
.compare-info .name a {
	font-weight: bold;
}
.compare-info .price-old {
	font-weight: bold;
	color: #F00;
	text-decoration: line-through;
}
.compare-info .price-new {
	font-weight: bold;
}
/* wishlist */
.wishlist-product table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.wishlist-product td {
	padding: 7px;
}
.wishlist-product thead td {
	color: #4D4D4D;
	font-weight: bold;
	background-color: #F7F7F7;
	border-bottom: 1px solid #DDDDDD;
}
.wishlist-product thead .remove, .wishlist-product thead .image, .wishlist-product thead .cart {
	text-align: center;
}
.wishlist-product thead .name, .wishlist-product thead .model, .wishlist-product thead .stock {
	text-align: left;
}
.wishlist-product thead .quantity, .wishlist-product thead .price, .wishlist-product thead .total {
	text-align: right;
}
.wishlist-product tbody td {
	vertical-align: top;
	border-bottom: 1px solid #DDDDDD;
}
.wishlist-product tbody .remove {
	vertical-align: middle;
}
.wishlist-product tbody .remove, .wishlist-product tbody .image, .wishlist-product tbody .cart {
	text-align: center;
}
.wishlist-product tbody .name, .wishlist-product tbody .model, .wishlist-product tbody .stock {
	text-align: left;
}
.wishlist-product tbody .quantity, .wishlist-product tbody .price, .wishlist-product tbody .total {
	text-align: right;
}
.wishlist-product tbody .price s {
	color: #F00;
}
.login-content {
	margin-bottom: 20px;
	overflow: auto;
}
.login-content .left {
	float: left;
	width: 48%;
}
.login-content .right {
	float: right;
	width: 48%
}
.login-content .left .content, .login-content .right .content {
	min-height: 190px;
}
/* orders */
.order-list {
	margin-bottom: 10px;
}
.order-list .order-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}
.order-list .order-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}
.order-list .order-content {
	padding: 10px 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
.order-list .order-content div {
	float: left;
	width: 33.3%;
}
.order-list .order-info {
	text-align: right;
}
.order-detail {
	background: #EFEFEF;
	font-weight: bold;
}
/* returns */
.return-list {
	margin-bottom: 10px;
}
.return-list .return-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}
.return-list .return-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}
.return-list .return-content {
	padding: 10px 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
.return-list .return-content div {
	float: left;
	width: 33.3%;
}
.return-list .return-info {
	text-align: right;
}
.return-product {
	overflow: auto;
	margin-bottom: 20px;
}
.return-name {
	float: left;
	width: 33.3%;
}
.return-model {
	float: left;
	width: 33.3%;
}
.return-quantity {
	float: left;
	width: 33.3%;
}
.return-detail {
	overflow: auto;
	margin-bottom: 20px;
}
.return-reason {
	float: left;
	width: 33.3%;
}
.return-opened {
	float: left;
	width: 33.3%;
}
.return-opened textarea {
	width: 98%;
	vertical-align: top;
}
.return-remove {
	float: left;
	width: 33.3%;
	padding-top: 90px;
	text-align: center;
	vertical-align: middle;
}
.return-additional {
	overflow: auto;
	margin-bottom: 20px;
}
.return-comment {
	float: left;
	width: 49%;
}
.return-captcha {
	float: right;
	width: 49%;
}
.download-list {
	margin-bottom: 10px;
}
.download-list .download-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}
.download-list .download-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}
.download-list .download-content {
	padding: 10px 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
.download-list .download-content div {
	float: left;
	width: 33.3%;
}
.download-list .download-info {
	text-align: right;
}
/* cart */
.cart-info table {
	width: 100%;
	margin-bottom: 20px;
	border-collapse: collapse;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
}
.cart-info td {
	padding: 7px;
}
.cart-info thead td {
	color: #4D4D4D;
	font-weight: bold;
	background-color: #F7F7F7;
	border-bottom: 1px solid #DDDDDD;
}
.cart-info thead .remove, .cart-info thead .image {
	text-align: center;
}
.cart-info thead .name, .cart-info thead .model {
	text-align: left;
}
.cart-info thead .quantity, .cart-info thead .price, .cart-info thead .total {
	text-align: right;
}
.cart-info tbody td {
	vertical-align: top;
	border-bottom: 1px solid #DDDDDD;
}
.cart-info tbody .remove {
	vertical-align: middle;
}
.cart-info tbody .remove, .cart-info tbody .image {
	text-align: center;
}
.cart-info tbody .name, .cart-info tbody .model {
	text-align: left;
}
.cart-info tbody .quantity, .cart-info tbody .price, .cart-info tbody .total {
	text-align: right;
}
.cart-info tbody span.stock {
	color: #F00;
	font-weight: bold;
}
.cart-module .cart-heading {
	border: 1px solid #DBDEE1;
	padding: 8px 8px 8px 22px;
	font-weight: bold;
	font-size: 13px;
	color: #555555;
	margin-bottom: 15px;
	cursor: pointer;
	background: #F8F8F8 url('../image/arrow-right.png') 10px 50% no-repeat;
}
.cart-module .active {
	background: #F8F8F8 url('../image/arrow-down.png') 7px 50% no-repeat;
}
.cart-module .cart-content {
	padding: 0px 0px 15px 0px;
	display: none;
	overflow: auto;
}
.cart-total {
	border-top: 1px solid #DDDDDD;
	overflow: auto;
	padding-top: 8px;
	margin-bottom: 15px;
}
.cart-total table {
	float: right;
}
.cart-total td {
	padding: 3px;
	text-align: right;
}
/* checkout */
.checkout-heading {
	background: #F8F8F8;
	border: 1px solid #DBDEE1;
	padding: 8px;
	font-weight: bold;
	font-size: 13px;
	color: #555555;
	margin-bottom: 15px;
}
.checkout-heading a {
	float: right;
	margin-top: 1px;
	font-weight: normal;
	text-decoration: none;
}
.checkout-content {
	padding: 0px 0px 15px 0px;
	display: none;
	overflow: auto;
}
.checkout-content .left {
	float: left;
	width: 48%;
}
.checkout-content .right {
	float: right;
	width: 48%;
}
.checkout-content .buttons {
	clear: both;
}
.checkout-product table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.checkout-product td {
	padding: 7px;
}
.checkout-product thead td {
	color: #4D4D4D;
	font-weight: bold;
	background-color: #F7F7F7;
	border-bottom: 1px solid #DDDDDD;
}
.checkout-product thead .name, .checkout-product thead .model {
	text-align: left;
}
.checkout-product thead .quantity, .checkout-product thead .price, .checkout-product thead .total {
	text-align: right;
}
.checkout-product tbody td {
	vertical-align: top;
	border-bottom: 1px solid #DDDDDD;
}
.checkout-product tbody .name, .checkout-product tbody .model {
	text-align: left;
}
.checkout-product tbody .quantity, .checkout-product tbody .price, .checkout-product tbody .total {
	text-align: right;
}
.checkout-product tfoot td {
	text-align: right;
	border-bottom: 1px solid #DDDDDD;
}
.contact-info {
	overflow: auto;
}
.contact-info .left {
	float: left;
	width: 48%;
}
.contact-info .right {
	float: left;
	width: 48%;
}
.sitemap-info {
	overflow: auto;
	margin-bottom: 40px;
}
.sitemap-info .left {
	float: left;
	width: 48%;
}
.sitemap-info .right {
	float: left;
	width: 48%;
}
/* footer */ 
#footer {
	clear: both;
	overflow: auto;
	min-height: 100px;
	padding: 5px;
	border-top: 1px solid #DBDEE1;
	border-bottom: 1px solid #DBDEE1;
	background: #fff;
	height: auto;
}
#footer .title {
	color: #f4f8fa;
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 8px;
        font-weight:bold;
        padding-left: 5px;
}
#footer .column {
	float: left;
	width: 47%;
	min-height: 180px;
       
}
#footer .column2 {
	float: left;
	width: 26%;
	min-height: 180px;
}
#footer .column_partner {
	padding-top: 15px;
	width: 100%;
	
}

footer .version {
    font-size: 12px;
    line-height: 25px;
    margin: 0;
    padding-top: 15px;
    color:#fffeff;
    font-weight:bold;
    text-align: center;
}
#footer .column2 ul {
	margin-top: 0px;
	margin-left: 8px;
	padding-left: 12px;
}
#footer .column2 ul li {
	margin-bottom: 3px;
        list-style: none;
       
}
.blog {
	background:url('../image/blog.png') no-repeat;
        height: 18px;
}
.facebook {
	background:url('../image/facebook_16.png') no-repeat;
        height: 18px;
}
.twitter {
	background:url('../image/twitter_16.png') no-repeat;
        height: 18px;
}

#footer .column2 a {
	text-decoration: none;
	color: #d6d6d6;
}
#footer .column2 a:hover {
	text-decoration: underline;
}
#powered {
	margin-top: 5px;
	text-align: right;
	clear: both;
}
.footer_information
{
    padding-left: 10px;
}
a.link_tours {
    color: #FFFFFF;
    cursor: pointer;
}
/* banner */
.banner div {
	text-align: center;
	width: 100%;
}
.banner div img {
	margin-bottom: 20px;
}
/*add content*/
#top-nav-bar
{
    background: url("../image/head_cart_search.png") repeat-x scroll 0 -64px transparent;
    border-bottom: 1px solid #000000;
    color: #FFFFFF;
    font-size: 12px;
    height: 22px;
    margin: 0;
    padding: 0;
    z-index: 200;
}
#top-nav-bar .used {
    margin: 0 auto;
    position: relative;
    width: 900px;
}
#top-nav-bar .top-nav-left .need {
    font-weight: bold;
    padding-right: 7px;
}
#top-nav-bar .top-nav-left .phone {
    background: url("../image/icon_sprite_header_footer.png") no-repeat scroll 0 -3px transparent;
    margin-right: 7px;
    padding-left: 16px;
    padding-right: 7px;
}
#top-nav-bar .top-nav-left .langua {
    margin-right: 7px;
    padding-left: 16px;
    padding-right: 7px;
}
#top-nav-bar .top-nav-left .currency_new {
    margin-right: 7px;
    padding-left: 16px;
    padding-right: 7px;
}

#top-nav-bar .top-nav-right {
    position: absolute;
    right: 0;
    float: right;
}

#top-nav-bar .top-nav-right li.first {
    margin-right: 10px;
}
#top-nav-bar .top-nav-right li {
    float: left;
    position: relative;
}
#top-nav-bar .top-nav-right span.dd {
    border: 1px solid transparent;
    cursor: pointer;
    display: block;
    padding: 2px 5px 3px;
    float:right;
}
/*end conten */

.box .box-contentsupport {
	background: #FFFFFF;
	-webkit-border-radius: 0px 0px 7px 7px;
        -moz-border-radius: 0px 0px 7px 7px;
	-khtml-border-radius: 0px 0px 7px 7px;
	border-radius: 0px 0px 7px 7px;
	border-left: 1px solid #DBDEE1;
	border-right: 1px solid #DBDEE1;
	border-bottom: 1px solid #DBDEE1;
	padding: 4px;
}


#body_left {
        float:left;
        width:745px;
        padding-left: 5px;
        background: url("../image/bg-slider.png")no-repeat scroll center bottom transparent;
      
}
#body_left_tour {
        float:left;
        width:700px;
        padding-left: 5px;
}
#body_left_listhotel {
        float:left;
        width:740px;
        padding-left: 5px;
}
#body_left_main_tour {
        float:left;
        width:735px;
        padding-left: 5px;
}
#body_left_main_addcart {
        float:left;
        width:725px;
        padding-left: 5px;
}
#body_main_contactus {
        width:968px;
        padding-left: 7px;
}
#body_left_main_contact {
        float:left;
        width:450px;
        padding-left: 5px;
}
#body_right_main_contact {
        float:left;
        padding-left: 15px;
        width:450px;
}


#body_main {
        float:left;
        width:220px;
}
#body_main_tour {
        float:left;
        width:255px;
        padding-left: 10px;
        color:black;
}
#body_main_hotel {
        float:left;
        width:220px;
        padding-left: 5px;
        color:black;
}
#body_main_home_tour {
        float:left;
        width:220px;
        padding-left: 10px;
        color:black;
}

#body_main_latesttour {
        float:left;
        width:480px;
        padding-left: 10px;
        color:black;
}
#body_left_latesttour {
        float:left;
        width:480px;
        padding-left: 2px;
}
.vide {
        clear:both;
}
/*Tour*/
#main-area .first {
    padding-top: 25px !important;
    
}
div.home_entry {
    background: url("../image/home_entry-bg.png") repeat-x scroll left bottom transparent;
    border-bottom: 1px solid #E5E5E5;
    float:left;
    height: 380px;
    padding: 5px 35px 0;
    padding-left:23px; 
    width: 170px;
    
}
.home_entry div.home_thumbnail {
    height: 132px;
    position: relative;
    width: 178px;
}
.home_entry div.tour_title {
    font-size: 16px;
    padding: 0px 0 1px;
    text-align: center;
    font-weight:bold;
}
.home_entry div.hr2 {
    background: url("../image/home-hr2-bg.png") no-repeat scroll 0 0 transparent;
    height: 5px;
    margin-bottom: 5px;
    width: 302px;
}
.hr2_tourdetail {
    background: url("../image/home-hr2-bg.png") no-repeat scroll 0 0 transparent;
    height: 5px;
    margin-bottom: 5px;
    width: 202px;
}
a.home_readmore {
    background: url("../image/readmore-right.png") no-repeat scroll right bottom transparent;
    color: #373737;
    display: block;
    float: left;
    font-size: 11px;
    font-weight: bold;
    height: 38px;
    margin-bottom: -19px;
    margin-left: 35px;
    padding-right: 10px;
    position: relative;
    text-shadow: 1px 1px 1px #FFFFFF;
    text-transform: uppercase;
}
.home_entry div.home_thumbnail span.overlay2 {
    background: url("../image/home-thumb-overlay.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 133px;
    left: 0;
    position: absolute;
    top: 0;
    width: 181px;
}
a.home_readmore span {
    background: url("../image/readmore-left.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 31px;
    padding: 9px 9px 0 18px;
}

div.home_entry.second {
    border-left: 1px solid #E5E5E5;
    border-right: 1px solid #E5E5E5;
	border-top: 1px solid #E5E5E5;
    height: 250px;
}
.like-buttons
{ 
	
    padding-bottom: 5px;
    padding-left: 10px;
}


img.img {
    border-radius: 4px 4px 4px 4px;
    float: right;
    height: 96px;
    margin-bottom: 12px;
    margin-left: 1px;
    width: 100px;
}
.hr2 {
    background: url("../image/hotel-hr2-bg.png") no-repeat scroll 0 0 transparent;
    height: 5px;
    margin-bottom: 5px;
    width: 200px;
}
a.viewall span
{
    padding-left: 160px;
    color:#00913e !important; 
    font-weight:bold; 
}
/*End tour*/
/*Begin latesttour*/
.tours-container {
    margin: 0;
    overflow: hidden;
    position: relative;
}
.tour .left{
    display:block;
    float:left;width:325px;
    border-right:1px solid #ccc
}
.tour {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #EEEEEE;
    border-color: #EEEEEE #EEEEEE #DDDDDD;
    border-radius: 4px 4px 4px 4px;
    border-style: solid;
    border-width: 2px;
    display: block;
    font-size: 12px;
    margin-bottom: 15px;
    overflow: hidden;
    position: relative;
    text-decoration: none;
}

.tour .image-text{
    display:block;
    padding:5px 8px;
    min-height:120px;
    background:#fff;
    -webkit-border-bottom-left-radius:3px;
    border-bottom-left-radius:3px;
    -moz-border-radius-bottomleft:3px;
   
}
.tour .image-text{
    display:block;
    padding:5px 8px;
    min-height:120px;
    background:#fff;
    -webkit-border-bottom-left-radius:3px;
    border-bottom-left-radius:3px;
    -moz-border-radius-bottomleft:3px
}
.tour .title{
    font-weight:bold;
    min-height:33px;
    font-size: 12px;
    color: #277B0F;
   
   
}
.tour .cate_list_title{
    font-weight:bold;
    min-height:33px;
    font-size: 15px;
    color: #277b0f
    
}

.tour .img-best
{
    width:150px;
    height:100px;
    display:block;
    float:left;
    position:relative;
    overflow:hidden;
    margin-right:10px;
    -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
    border-radius: 4px 4px 4px 4px;
}
.tour .abstract
{
    display:block;
    margin:0 0 0 160px;
    color:#333333;
    
}
.tour .location
{
    display:block;
    margin:0 0 0 160px;
    color:#333333;
	
    
}
.tour .time
{
    display:block;
    margin:0 0 0 160px;
    color:#333333;
    
}

.tour .starting-point
{
    display:block;
    margin:8px 0 0 160px
}
/*image tour detail*/
#main-picture {
    border: 1px solid #BBBBBB;
    border-radius: 4px 4px 4px 4px;
    float: left;
    height: 185px;
    margin-right: 10px;
    padding: 3px;
	position: relative;
    text-decoration: none;
    width: 210px;
}

.supplier-rating
{
    display:inline-block;
    position:relative;
    line-height:16px;
    font-size:9px;
    padding-left:93px
}
.tour .supplier
{
    color:#01adeb;
}
.tour .add-info.with-rating 
{
    padding-top: 30px;
  
}
.tour .review
{
    padding-top: 10px;
    color:#333333;
    padding-left: 5px
}

.tour .based-on
{
    position:absolute;
    top:6px;
    right:45px;
    width:78px;
    font-size:9px;
    line-height:11px;
    color:#666;
    display:block
}
.tour .rating-small {
    display: block;
    right: 10px;
    top: 6px;
}
.s45 {
    background-position: 0 -112px;
}

.rating-small {
    background: url("../image/rating_small.png") no-repeat scroll 0 16px transparent;
    display: block;
    height: 16px;
    text-indent: -9999px;
    width: 89px;
}

.rating-small {
    position: absolute;
    right: 15px;
    top: 10px;
}
 .book-now
 {
     position:absolute;
     bottom:5px;
     right:4px;
 }
 .book-now-cate
 {
     position:absolute;
     bottom:5px;
     right:4px;
     color: #ffffff;
     text-align:center;
     background: url("../image/button_cate.png") no-repeat;
     height: 28px;
     width: 145px;
     font-weight: bold;
     padding-top: 5px;
 }
.tour .languages
 {
     color:#333333;
     padding-left:5px
 }
.tour .flag
 {
     display:inline-block;
     text-indent:-9999px;
     width:1px
 }
 .button.green.small {
    font-size: 11px;
    padding: 1px 4px;
   
   
}
.button.green_cate {
   -moz-border-image: url("../image/button_cate.png") 2 3 2 3 / 2px 3px 2px 3px stretch stretch;
    background: url("../image/button_sprite_green.png") repeat-x scroll 0 0 #398928;
    padding-right: 5px;
    color: #FFFFFF;
    font-weight: bold;
}
.tour .price
{
    margin:0 2px !important;
    font-weight:bold;
    color:red;
    padding-left: 5px
}
.tour .duration
{
    color:#333333;
    padding-left: 5px
    
}


.tour .price span
{
    font-weight:normal;
    font-size:11px;
    color:#398928;
    display:inline !important
}

/*Begin footer*/
.box .box-footer {
	-webkit-border-radius: 0px 0px 7px 7px;
	-moz-border-radius: 0px 0px 7px 7px;
	-khtml-border-radius: 0px 0px 7px 7px;
	border-radius: 7px 7px 7px 7px;
	border-left: 1px solid #DBDEE1;
	border-right: 1px solid #DBDEE1;
	border-bottom: 1px solid #DBDEE1;
	padding: 1px;
	background:#0099d5;
	height: 270px;
}
#menu-footer {
	background: #e4e9ec;
	border-bottom: 1px solid #cfced3;
	height: 37px;
	margin-bottom: 15px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	-webkit-box-shadow: 0px 2px 2px #DDDDDD;
	-moz-box-shadow: 0px 2px 2px #DDDDDD;
	box-shadow: 0px 2px 2px #DDDDDD;
	padding: 0px 5px;
        
       
}
#menu-footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
        padding-left: 140px;
     
}
#menu-footer > ul > li {
	position: relative;
	float: left;
	z-index: 20;	
        background: url('../image/bullet01.gif') center left no-repeat;
        vertical-align:center;
        
}
#menu-footer > ul > li:hover {
	background: #e4e9ec;
}
#menu-footer > ul > li > a {
	font-size: 13px;
	color: #333333;
	line-height: 14px;
	text-decoration: none;
        font-weight:bold;
	display: block;
	padding: 12px 15px 11px 15px;
	z-index: 6;
	position: relative;
}
.hr-footer-line {
    background: url("../image/footer-hr2.png") no-repeat scroll 0 0 transparent;
    height: 5px;
    margin-bottom: 5px;
    width: 180px;
}

/*End footer*/
/*List  cate tour*/

.tour .left-list-tour
{
    display:block;
    float:left;width:520px;
    border-right:1px solid #ccc
}
.tour .image-text-list-tour{
    display:block;
    padding:5px 8px;
    min-height:110px;
    background:#fff;
    -webkit-border-bottom-left-radius:3px;
    border-bottom-left-radius:3px;
    -moz-border-radius-bottomleft:3px
}
.bg-image {
    background: none no-repeat scroll -20px 0 #ffffff;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 1px 1px 3px #777777;
    height: 110px;
    margin-bottom: 8px;
    padding: 0 0 0 9px;
    position: relative;
}
/* end list   */
.tour-filter {
	border-bottom: 1px solid #EEEEEE;
	padding-bottom: 5px;
	overflow: auto;
}
.tour-filter .display {
	margin-right: 15px;
	float: left;
	padding-top: 4px;
	color: #333;
}
.tour-filter .display a {
	font-weight: bold;
}
.tour-filter .sort {
	float: right;
	color: #333;
}
.tour-filter .limit {
	margin-left: 15px;
	float: right;
	color: #333;
}
.tour-compare {
	padding-top: 6px;
	margin-bottom: 25px;
	font-weight: bold;
}
.tour-compare a {
	text-decoration: none;
	font-weight: bold;
}
.tour-list > div {
	overflow: auto;
	margin-bottom: 15px;
}
.tour-list .right {
	float: right;
	margin-left: 15px;
}
.tour-list > div + div {
	border-top: 1px solid #EEEEEE;
	padding-top: 16px;
}
.tour-list .image {
	float: left;
	margin-right: 10px;
}
.tour-list .image img {
	padding: 3px;
	border: 1px solid #E7E7E7;
}
.tour-list .name {
	margin-bottom: 3px;
}
.tour-list .name a {
	color: #38B0E3;
	font-weight: bold;
	text-decoration: none;
}
.tour-list .description {
	line-height: 15px;
	margin-bottom: 5px;
	color: #4D4D4D;
      
}
.tour-list .rating {
	color: #7B7B7B;
}
.tour-list .price {
	float: right;
	height: 50px;
	margin-left: 8px;
	text-align: right;
	color: #333333;
	font-size: 12px;
}
.tour-list .price-old {
	color: #F00;
	text-decoration: line-through;
}
.tour-list .price-new {
	font-weight: bold;
}
.tour-list .price-tax {
	font-size: 12px;
	font-weight: normal;
	color: #BBBBBB;
}
.tour-list .cart {
	margin-bottom: 3px;
}
.tour-list .wishlist, .tour-list .compare {
	margin-bottom: 3px;
}
.tour-list .wishlist a {
	color: #333333;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url('../image/add.png') left center no-repeat;
}
.tour-list .compare a {
	color: #333333;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url('../image/add.png') left 60% no-repeat;
}
.tour-grid {
	width: 100%;
	overflow: auto;
}
.tour-grid > div {
	width: 134px;
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
	margin-bottom: 15px;
}
.tour-grid .image {
	display: block;
	margin-bottom: 0px;
}
.tour-grid .image img {
	padding: 3px;
	border: 1px solid #E7E7E7;
}
.tour-grid .name a {
	color: #38B0E3;
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin-bottom: 4px;
}
.tour-grid .description {
	display: none;
}
.tour-grid .rating {
	display: block;
	margin-bottom: 4px;
}
.tour-grid .price {
	display: block;
	font-weight: bold;
	color: #333333;
	margin-bottom: 4px;
}
.tour-grid .price-old {
	color: #F00;
	text-decoration: line-through;
}
.tour-grid .price-new {
	font-weight: bold;
}
.tour-grid .price .price-tax {
	display: none;
}
.tour-grid .cart {
	margin-bottom: 3px;
}
.tour-grid .wishlist, .tour-grid .compare {
	margin-bottom: 3px;
}
.tour-grid .wishlist a {
	color: #333333;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url('../image/add.png') left center no-repeat;
}
.tour-grid .compare a {
	color: #333333;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url('../image/add.png') left center no-repeat;
}

/* tour */
.tour-info {
	overflow: auto;
	margin-bottom: 20px;
}
.tour-info > .left {
	float: left;
	margin-right: 15px;
    padding-left: 15px;
}
.tour-info > .left + .right {
	margin-left: 265px;
}
.tour-info .image {
	border: 1px solid #E7E7E7;
	float: left;
	margin-bottom: 20px;
	padding: 10px;
	text-align: center;
}
.tour-info .image-additional {
	width: 680px;
	margin-left: -10px;
	clear: both;
        padding-top: 10px;
        overflow: hidden;
     
}
.tour-info .image-additional img {
	border: 1px solid #E7E7E7;
}
.tour-info .image-additional a {
	float: left;
	display: block;
	margin-left: 10px;
	margin-bottom: 10px;
}
.tour-info .description {
	border-top: 1px solid #E7E7E7;
	border-bottom: 1px solid #E7E7E7;
        border-left: 1px solid #E7E7E7;
	border-right: 1px solid #E7E7E7;
	padding: 5px 5px 10px 5px;
	margin-bottom: 10px;
	line-height: 20px;
	color: #4D4D4D;
       
}
.tour-info .description span {
	color: #38B0E3;
}
.tour-info .description a {
	color: #4D4D4D;
	text-decoration: none;
}
.tour-info .price {
	overflow: auto;
	border-bottom: 1px solid #E7E7E7;
	padding: 0px 5px 10px 5px;
	margin-bottom: 10px;
	font-size: 15px;
	font-weight: bold;
	color: #333333;
}
.tour-info .price-old {
	color: #F00;
	text-decoration: line-through;
}
.tour-info .price-new {
	
}
.tour-info .price-tax {
	font-size: 12px;
	font-weight: normal;
	color: #999;
}
.tour-info .price .reward {
	font-size: 12px;
	font-weight: normal;
	color: #999;
}
.tour-info .price .discount {
	font-weight: normal;
	font-size: 12px;
	color: #4D4D4D;
}
.tour-info .options {
	border-bottom: 1px solid #E7E7E7;
	padding: 0px 5px 10px 5px;
	margin-bottom: 10px;
	color: #000000;
}
.tour-info .cart {
	border-bottom: 1px solid #E7E7E7;
	padding: 0px 5px 10px 5px;
	margin-bottom: 20px;
	color: #4D4D4D;
	overflow: auto;
}
.tour-info .cart div {
	float: left;
	vertical-align: middle;
}
.tour-info .cart div > span {
	padding-top: 7px;
	display: block;
	color: #999;
}
.tour-info .cart .minimum {
	padding-top: 5px;
	font-size: 11px;
	color: #999;
	clear: both;
}
.tour-info .review {
	color: #4D4D4D;
	border-top: 1px solid #E7E7E7;
	border-left: 1px solid #E7E7E7;
	border-right: 1px solid #E7E7E7;
	margin-bottom: 10px;
}
.tour-info .review > div {
	padding: 8px;
	border-bottom: 1px solid #E7E7E7;
	line-height: 20px;
}
.tour-info .review > div > span {
	color: #38B0E3;
}
.tour-info .review .share {
	overflow: auto;
	line-height: normal;
}
.tour-info .review .share a {
	text-decoration: none;
}
.attribute {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.attribute thead td, .attribute thead tr td:first-child {
	color: #000000;
	font-size: 14px;
	background: #F7F7F7;
	
}
.attribute tr td:first-child {
	color: #000000;
        width: 20%;
}
.attribute td {
	padding: 7px;
	color: #4D4D4D;
        border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
.compare-info {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.compare-info thead td, .compare-info thead tr td:first-child {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	background: #F7F7F7;
	text-align: left;
}
.compare-info tr td:first-child {
	color: #000000;
	font-weight: bold;
	text-align: right;
}
.compare-info td {
	padding: 7px;
	width: 20%;
	color: #4D4D4D;
	text-align: center;
	vertical-align: top;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
.compare-info .name a {
	font-weight: bold;
}
.compare-info .price-old {
	font-weight: bold;
	color: #F00;
	text-decoration: line-through;
}
.compare-info .price-new {
	font-weight: bold;
}
/* wishlist */
.wishlist-tour table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.wishlist-tour td {
	padding: 7px;
}
.wishlist-tour thead td {
	color: #4D4D4D;
	font-weight: bold;
	background-color: #F7F7F7;
	border-bottom: 1px solid #DDDDDD;
}
.wishlist-tour thead .remove, .wishlist-tour thead .image, .wishlist-tour thead .cart {
	text-align: center;
}
.wishlist-tour thead .name, .wishlist-tour thead .model, .wishlist-tour thead .stock {
	text-align: left;
}
.wishlist-tour thead .quantity, .wishlist-tour thead .price, .wishlist-tour thead .total {
	text-align: right;
}
.wishlist-tour tbody td {
	vertical-align: top;
	border-bottom: 1px solid #DDDDDD;
}
.wishlist-tour tbody .remove {
	vertical-align: middle;
}
.wishlist-tour tbody .remove, .wishlist-tour tbody .image, .wishlist-tour tbody .cart {
	text-align: center;
}
.wishlist-tour tbody .name, .wishlist-tour tbody .model, .wishlist-tour tbody .stock {
	text-align: left;
}
.wishlist-tour tbody .quantity, .wishlist-tour tbody .price, .wishlist-tour tbody .total {
	text-align: right;
}
.wishlist-tour tbody .price s {
	color: #F00;
}
.login-content {
	margin-bottom: 20px;
	overflow: auto;
}
.login-content .left {
	float: left;
	width: 48%;
}
.login-content .right {
	float: right;
	width: 48%
}
.login-content .left .content, .login-content .right .content {
	min-height: 190px;
}

/*silde show*/
.carousel-container{
    background: none repeat scroll 0 0 #fff;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    box-shadow: 1px 1px 3px #333333;
    display: block;
    font: bold 20px/30px "Lucida Grande","Lucida Sans Unicode",Helvetica,sans-serif;
    height: 70px;
    opacity: 0.5;
	margin-top:80px;
    padding: 10px 10px 10px 30px;
    text-decoration: none;
    width: 180px;
    color:#333;
}
carousel-container span {
    background: url("../image/icon_sprite_header_footer.png") no-repeat scroll 100% -141px transparent;
    font: bold 13px/22px "Lucida Grande","Lucida Sans Unicode",Helvetica,sans-serif;
    padding-right: 20px;
    text-decoration: underline;
}
/*End silde show*/

#supplier-box {
    background: none repeat scroll 0 0 #EEEEEE;
    border-radius: 4px 4px 4px 4px;
    margin-bottom: 10px;
    padding: 5px 10px 2px;
}

#supplier-rating {
    color: #666666;
    font-size: 11px;
    line-height: 16px;
    margin: 5px 0 0;
}
#supplier-box li {
    margin: 0 0 8px;
}
.datepickertitle
{
    background: url('../image/addon1.png') no-repeat;
    width: 220px;
    padding-bottom: 15px;
    color: #398928;
    font-weight:bold;
    padding-left: 22px;
}
.price_options
{
    width: 215px;
    padding-top: 15px;
    background: url('../image/addon2.png') no-repeat;
    padding-bottom: 1px;
    color: #398928;
    font-weight:bold;
    padding-left: 22px;
}

.hr {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 transparent;
    border-color: #398928 -moz-use-text-color -moz-use-text-color;
    border-right: medium none;
    border-style: solid none none;
    border-width: 1px medium medium;
    color: #FFFFFF;
    margin: 20px auto;
    width: 60%;
}
.hr_footer {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 transparent;
    border-color: #CCCCCC -moz-use-text-color -moz-use-text-color;
    border-right: medium none;
    border-style: solid none none;
    border-width: 1px medium medium;
    color: #c0c0c0;
    margin: 10px auto;
    margin-left: 5px;
    width: 93%;
}

.hr_footer_one {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 transparent;
    border-color: #CCCCCC -moz-use-text-color -moz-use-text-color;
    border-right: medium none;
    border-style: solid none none;
    border-width: 1px medium medium;
    color: #c0c0c0;
    margin: 3px auto;
    margin-left: 5px;
    width: 90%;
}

.clear
{
   clear:both;
}
.clear .left {
    float: left;
    padding: 0;
    width: 320px;
    height: auto;
}
.clear .right {
   padding-left: 20px;
    text-align:left;
    height: auto;
    float: right;
}
.button_footer {
    -moz-border-bottom-colors: none;
    -moz-border-image: url("../image/button_up_black.png") 2 3 2 3 / 2px 3px 2px 3px stretch stretch;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: url("../image/button_sprite_black.png") repeat-x scroll 0 0 #5A5A5A;
    border-color: #5A5A5A #5A5A5A #333333;
    border-radius: 4px 4px 4px 4px;
    border-style: solid;
    border-width: 1px 1px 2px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.35);
    color: #FFFFFF;
    cursor: default;
    display: inline-block;
    font: bold 1em/1.45 "Lucida Grande","Lucida Sans Unicode",Helvetica,sans-serif;
    padding: 3px 8px;
    text-decoration: none;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
    vertical-align: middle;
}
/*Begin hotel*/
#main-area .first {
    padding-top: 25px !important;
    
}
div.home_entry_hotel {
    background: url("../image/home_entry-bg.png") repeat-x scroll left bottom transparent;
    border-bottom: 1px solid #E5E5E5;
    float:left;
    height: 380px;
    padding: 5px 35px 0;
    padding-left:25px; 
    width: 182px;
    
}
.home_entry_hotel div.home_thumbnail {
    height: 132px;
    position: relative;
    width: 178px;
}
.home_entry_hotel div.hotel_title {
    font-size: 16px;
    padding: 0px 0 1px;
    text-align: center;
    font-weight:bold;
}
.home_entry_hotel div.hr2 {
    background: url("../image/home-hr2-bg.png") no-repeat scroll 0 0 transparent;
    height: 5px;
    margin-bottom: 5px;
    width: 302px;
}
.hr2_tourdetail {
    background: url("../image/home-hr2-bg.png") no-repeat scroll 0 0 transparent;
    height: 5px;
    margin-bottom: 5px;
    width: 202px;
}
a.home_readmore {
    background: url("../image/readmore-right.png") no-repeat scroll right bottom transparent;
    color: #373737;
    display: block;
    float: left;
    font-size: 11px;
    font-weight: bold;
    height: 38px;
    margin-bottom: -19px;
    margin-left: 35px;
    padding-right: 10px;
    position: relative;
    text-shadow: 1px 1px 1px #FFFFFF;
    text-transform: uppercase;
}
.home_entry_hotel div.home_thumbnail span.overlay2 {
    background: url("../image/home-thumb-overlay.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 129px;
    left: 0;
    position: absolute;
    top: 0;
    width: 181px;
}
a.home_readmore span {
    background: url("../image/readmore-left.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 31px;
    padding: 9px 9px 0 18px;
}

div.home_entry_hotel.second {
    border-left: 1px solid #E5E5E5;
    border-right: 1px solid #E5E5E5;
    height: 250px;
}
.like-buttons
{
    padding-bottom: 5px;
    padding-left: 10px;
}


img.img {
    border-radius: 4px 4px 4px 4px;
    float: right;
    height: 96px;
    margin-bottom: 12px;
    margin-left: 1px;
    width: 100px;
}
.hr2 {
    background: url("../image/hotel-hr2-bg.png") no-repeat scroll 0 0 transparent;
    height: 5px;
    margin-bottom: 5px;
    width: 200px;
}
a.viewall span
{
    padding-left: 160px;
    color:#00913e !important; 
    font-weight:bold; 
}
a.viewall_tour span
{
    padding-left: 400px;
    color:#00913e !important; 
    font-weight:bold; 
}
.hotels-container {
    margin: 0;
    overflow: hidden;
    position: relative;
}
.hotel .left{
    display:block;
    float:left;width:325px;
    border-right:1px solid #ccc
}
.hotel {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #EEEEEE #EEEEEE #DDDDDD;
    border-radius: 4px 4px 4px 4px;
    border-style: solid;
    border-width: 2px;
    display: block;
    font-size: 12px;
    margin-bottom: 15px;
    overflow: hidden;
    position: relative;
    text-decoration: none;
}

.hotel .image-text{
    display:block;
    padding:5px 8px;
    min-height:135px;
    background:#fff;
    -webkit-border-bottom-left-radius:3px;
    border-bottom-left-radius:3px;
    -moz-border-radius-bottomleft:3px
}
.hotel .image-text{
    display:block;
    padding:5px 8px;
    min-height:135px;
    background:#fff;
    -webkit-border-bottom-left-radius:3px;
    border-bottom-left-radius:3px;
    -moz-border-radius-bottomleft:3px
}
.hotel p.title{
    margin:0 2px 3px;
    font-weight:bold;
    min-height:33px
}
.hotel .img-best
{
    width:150px;
    height:100px;
    display:block;
    float:left;
    position:relative;
    overflow:hidden;
    margin-right:10px
}
.hotel .abstract
{
    display:block;
    margin:0 0 0 160px;
    color:#333333;
    
}

.hotel .starting-point
{
    display:block;
    margin:8px 0 0 160px
}
.supplier-rating
{
    display:inline-block;
    position:relative;
    line-height:16px;
    font-size:9px;
    padding-left:93px
}
.hotel .supplier
{
    color:#398928;
}
.hotel .add-info.with-rating 
{
    padding-top: 30px;
  
}
.hotel .review
{
    padding-top: 10px;
    color:#333333;
    padding-left: 5px
}

.hotel .based-on
{
    position:absolute;
    top:6px;
    right:45px;
    width:78px;
    font-size:9px;
    line-height:11px;
    color:#666;
    display:block
}
.hotel .rating-small {
    display: block;
    right: 10px;
    top: 6px;
}
.s45 {
    background-position: 0 -112px;
}

.rating-small {
    background: url("../image/rating_small.png") no-repeat scroll 0 16px transparent;
    display: block;
    height: 16px;
    text-indent: -9999px;
    width: 89px;
}

.rating-small {
    position: absolute;
    right: 15px;
    top: 10px;
}
 .book-now
 {
     position:absolute;
     bottom:5px;
     right:4px
 }
.hotel .languages
 {
     display: block;
     color:#333333;
     padding-left:5px
 }
.hotel .flag
 {
     display:inline-block;
     text-indent:-9999px;
     width:1px
 }

.button.green{
    -moz-border-image: url("../image/button_cate.png") 2 3 2 3 / 2px 3px 2px 3px stretch stretch;
    background: url("../image/button_sprite_green.png") repeat-x scroll 0 0 #398928;
    color: #FFFFFF;
     -moz-border-bottom-colors: none;
      -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
      border-color: #5A5A5A #5A5A5A #333333;
    border-radius: 4px 4px 4px 4px;
    border-style: solid;
    border-width: 1px 1px 2px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.35);
    cursor: default;
    display: inline-block;
    font: bold 1em/1.45 "Lucida Grande","Lucida Sans Unicode",Helvetica,sans-serif;
    padding: 3px 8px;
    text-decoration: none;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
    vertical-align: middle;
}
.hotel .price
{
    margin:0 2px !important;
    font-weight:bold;
    color:#398928;
    padding-left: 5px
        
   
}
.hotel .duration
{
    color:#333333;
    padding-left: 5px
    
}


.hotel .price span
{
    padding-top: 30px
    font-weight:normal;
    font-size:22px;
    color:#398928;
    display:inline !important
}
/*List  cate hotel*/

.hotel .left-list-hotel
{
    display:block;
    float:left;width:580px;
   
}
.hotel .image-text-list-hotel{
    display:block;
    padding:5px 8px;
    min-height:110px;
    background:#fff;
    -webkit-border-bottom-left-radius:3px;
    border-bottom-left-radius:3px;
    -moz-border-radius-bottomleft:3px
}
.bg-image {
    background: none no-repeat scroll -20px 0 #ffffff;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 1px 1px 3px #777777;
    height: 110px;
    margin-bottom: 8px;
    padding: 0 0 0 9px;
    position: relative;
}
.title_hotel
{
    font-size: 20px;
    text-decoration:underline;
    color: #009be2;
  
}
input.btn_search {
    padding: 0 3px;
}
.btn_search {
    font: 700 11px Arial,Helvetica,sans-serif;
}
.thickbox {
    display: none;
}
.btn_search {
    background: url("../image/sprite_main_v23.gif") no-repeat scroll -237px -1173px transparent;
    border: 1px solid #BBBBBB;
    color: #000000;
    cursor: pointer;
    height: 22px;
}

/*End list   */

/*End hotel*/
/*menu*/

*{outline: none;}
img {border: 0;}
.container {
	width: 980px;
	padding: 0;
	margin: 0 auto;
        padding-bottom:50px;
}
ul#topnav .menu{
	margin-left:20px;
	margin-right:10px;
}
ul#topnav {
	margin: 0; padding: 0;
	float:left;
	width: 100%;
	list-style: none;
	font-size: 1.1em;
	background:url("../image/menunew.png") no-repeat; 
        height: 60px;
	
}
ul#topnav li {
	float: left;
	margin: 0; padding: 0;
	position: relative;
	
}
ul#topnav li a {
	float: left; 
	color:#fff;
	text-decoration:none;
	font-size:13px;
	font-weight:bold;
	padding-top:23px;
	height: 30px;
}
ul#topnav li:hover a, ul#topnav li a:hover { background-position: left bottom; }
ul#topnav a.home {
	width: 68px; 
	text-align:center
}
ul#topnav a.products {
	width: 145px; 
	padding-left:7px;
}
ul#topnav a.packuptour{
        width: 210px; 
        padding-left:14px;
}
ul#topnav a.cruise {
	width: 156px; 
	 padding-left:10px;
}
ul#topnav a.outbound {
        width: 90px; 
	padding-left:12px;
}
ul#topnav a.visa {
	width: 106px; 
	padding-left:7px;
}
ul#topnav a.vietnamhotel {
	width: 85px; 
	padding-left:5px;
}

ul#topnav a.payment {
	width: 40px;
        padding-left:1px;
}
ul#topnav li .sub {
	position: absolute;	
        top: 53px; left: 0;
        background: #f5f5f5 url(../image/bg-menu.png) repeat-x;
	padding: 5px 20px 30px;
	float: left;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
        display:none;
	z-index:10;
        border-left: 1px solid #0099d3;
	border-right: 1px solid #0099d3;
	border-bottom: 1px solid #0099d3;
       
}

ul#topnav li .subleft {
	
        top: 53px; left: 0;
        background: #f5f5f5 url(../image/bg-menu.png) repeat-x;
	padding: 5px 20px 30px;
	float: right;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
        display:none;
	z-index:10;
        border-left: 1px solid #0099d3;
	border-right: 1px solid #0099d3;
	border-bottom: 1px solid #0099d3;
       
}
ul#topnav li .row {clear: both; float: left; width: 100%; margin-bottom: 10px;}
ul#topnav li .subleft
{
     float:left;
     width: 230px;
}
ul#topnav li .subleft
{
     text-align:center;
     color: #333;
     font-weight:bold;
     font-size: 16px;
     background:#0098d2;
     width: 410px;
 }
ul#topnav li .subleft
{
     text-align:center;
     color: #333;
     font-weight:bold;
     font-size: 16px;
     background:#009999;
     wdith: 230px;
}


ul#topnav li .subleft
{
    float:right;
    width: 230px;
    
}
ul#topnav li .subleft ul{
	list-style: none;
	margin: 0; padding: 0;
	width: 230px;
	float: left;
     
        
}
ul#topnav .subleft ul li {
	width: 100%;
	color: #333;
}
ul#topnav .subleft ul li h2 {
	padding: 0;  margin: 0;
	font-size: 1.3em;
	font-weight: normal;
	text-align: center;
        background:#0098d2;
        width: 210px;
        height: 30px;
	
}
ul#topnav .subleft ul li h2 a {
	padding: 5px 0;
	background-image: none;
	color:#EFEFEF;
	font-size:14px;
        
	
}
ul#topnav .subleft ul li a {
	float: none; 
	text-indent: 0; /*--Reset text indent--*/
	height: auto;
	background: url(../image/arrow.png) no-repeat 5px 12px;
	padding: 7px 5px 7px 15px;
	display: block;
	text-decoration: none;
	color: #333;
        font-weight:bold;
       
}
ul#topnav .subleft ul li a:hover {color: #d92419; background-position: 5px 12px ; z-index:6}



ul#topnav li .row {clear: both; float: left; width: 100%; margin-bottom: 10px;}
ul#topnav li .sub .sub_left_tour
{
     float:left;
     width: 230px;
}
ul#topnav li .sub .sub_left_tour .title
{
     text-align:center;
     color: #333;
     font-weight:bold;
     font-size: 16px;
     background:#0098d2;
     width: 410px;
 }
ul#topnav li .sub .sub_right_tour .title
{
     text-align:center;
     color: #333;
     font-weight:bold;
     font-size: 16px;
     background:#009999;
     wdith: 230px;
}


ul#topnav li .sub .sub_right_tour 
{
    float:right;
    width: 230px;
    
}
ul#topnav li .sub ul{
	list-style: none;
	margin: 0; padding: 0;
	width: 230px;
	float: left;
     
        
}
ul#topnav .sub ul li {
	width: 100%;
	color: #333;
}
ul#topnav .sub ul li h2 {
	padding: 0;  margin: 0;
	font-size: 1.3em;
	font-weight: normal;
	text-align: center;
        background:#0098d2;
        width: 210px;
        height: 30px;
	
}
ul#topnav .sub ul li h2 a {
	padding: 5px 0;
	background-image: none;
	color:#EFEFEF;
	font-size:14px;
        
	
}
ul#topnav .sub ul li a {
	float: none; 
	text-indent: 0; /*--Reset text indent--*/
	height: auto;
	background: url(../image/arrow.png) no-repeat 5px 12px;
	padding: 7px 5px 7px 15px;
	display: block;
	text-decoration: none;
	color: #333;
        font-weight:bold;
       
}
ul#topnav .sub ul li a:hover {color: #d92419; background-position: 5px 12px ; z-index:6}
/*hr */
.hr_cart {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 transparent;
    border-color: #398928 -moz-use-text-color -moz-use-text-color;
    border-right: medium none;
    border-style: solid none none;
    border-width: 1px medium medium;
    color: #FFFFFF;
    margin: 2px 3px 5px 2px;
}
.border_table {
    border-left: 1px solid #CFDBE7;
    border-right: 1px solid #CFDBE7;
    border-top: 1px solid #CFDBE7;
}
.bottom_header {
    background-color: #F2F6FE;
    border-bottom: 1px solid #CFDBE7;
    color: #0B3997;
    padding-bottom: 5px;
    padding-top: 5px;
}
.style5 {font-size: 14px; color: #0033FF; }
.style7 {color: #FFFFFF}
.style11 {color: #00FF00}
.style12 {color: #0033FF}

.box_related_tour
{
    width: 963px;
    padding-left: 7px;
}
.relate_cars {
    margin-top: 3px;
}
.relate_car {
    border: 1px solid #D7D7D7;
    margin-top: 12px;
}
.mr16 {
    margin-right: 8px;
}
.text-center {
    text-align: center;
}
.left {
    float: left;
}
.relate_car_padding {
    padding: 10px;
    height: 220px;
}
.relate_image_border {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    padding: 3px;
}
.mt8 {
    margin-top: 8px;
}
.car_detail .price {
    font-size: 18px;
    font-weight: bold;
}
.price {
    font-size: 16px;
    font-weight: bold;
}
.blue {
    color: #0854A0;
}
.mt15 {
    margin-top: 15px;
}
.clearLeft {
    clear: left;
}
/* box tours */
.box-tour {
	width: 100%;
	overflow: auto;
        padding-left: 1px;
}
	
.box-tour > div {
	width: 150px;
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
	margin-bottom: 10px;	
}
.box-tour .image {
	display: block;
	margin-bottom: 0px;
}
.box-tour .image img {
	padding: 3px;
	border: 1px solid #E7E7E7;
}
.box-tour .name a {
	color: #277B0F;
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin-bottom: 4px;
}
.box-tour .price_latest {
	display: block;
	color: #F00;
	margin-bottom: 4px;
}
.box-tour .price-old {
	color: #F00;
	text-decoration: line-through;
}
.box-tour .price-new {
	font-weight: bold;
        
}
.box-tour .rating {
	display: block;
	margin-bottom: 4px;
}
.button.detail{
    font-weight:bold;
    color: #277B0F;
    
}
.folder-othernews {
    width: 180px;
}
.fl {
    float: left;
}
.other-folder2 {
    margin-bottom: 5px;
}
.link-othernews {
    font: 12px arial;
}
.link-othernews, .link-othernews2 {
    color: #000000;
    text-decoration: none;
}
.fl {
    float: left;
}
.img-other {
    border: 1px solid #A5A5A5;
    height: 60px;
    margin-right: 5px;
    width: 60px;
}
.include_detail
{
    height: auto;
    width: 300px;
    
}
.notinclude_detail
{
    height: auto;
    width: 300px;
   
}
.meeting_detail
{
    height: auto;
    float: right;
    width: 300px;
}
.infor_detail
{
    height: auto;
    width: 300px;
    
}
/*cate hotel*/
div.overflow {
    padding-bottom: 10px;
}
.overflow {
    clear: both;
    overflow: hidden;
}
div.floatleft {
    width: 120px;
    padding-left: 7px;
}
.floatleft {
    float: left;
}
.tex_left {
    text-align: left;
}
p.clear {
    padding-top: 1px;
}
.clear {
    clear: both;
}
.mblueboldunder a {
    color: #0283DE;
    font-size: 12px;
    text-decoration: none;
}
.mblueboldunder a {
    color: #0283DE;
    font-size:13px;
    font-weight: 500;
}
.sblueboldunder a, .mblueboldunder a, a.sblueboldunder {
    color: #0283DF;
    font-weight:bold;
    
}
.ui-helper-reset {
    line-height: 1.1;
    list-style: none outside none;
    text-decoration: none;
}

/*site map*/
.image-cate
{
    border-radius: 5px 5px 5px 5px;
    overflow: hidden;
    position: relative;
    display: block;
}
/*Table*/
.vtabs {
	width: 190px;
	padding: 10px 0px;
	min-height: 300px;
	float: left;
	display: block;
	border-right: 1px solid #DDDDDD;
}
.vtabs a {
	display: none;
}
.vtabs a, .vtabs span {
	display: block;
	float: left;
	width: 160px;
	margin-bottom: 5px;
	clear: both;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	background: #F7F7F7;
	padding: 6px 14px 7px 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: right;
	text-decoration: none;
	color: #000000;
}
.vtabs a.selected {
	padding-right: 15px;
	background: #FFFFFF;
}
.vtabs a img, .vtabs span img {
	position: relative;
	top: 3px;
	cursor: pointer;
}
.vtabs-content {
	margin-left: 205px;
}
#plusone {
    float: left;
    width: 70px;
    padding-top: 10px;
}
.fb-like {
    float: left;
    width: 130px;
	padding-top:10px;
}
.pinterest {
    float: left;
    width: 300px;
	padding-top:10px;
}
.pinterest_detail {
    float: left;
    width: 190px;
	padding-top:10px;
}
#fb-like-detail {
    float: left;
	padding-top:10px;
    width: 370px;
}
#like-buttons {
    overflow: visible;
	margin-bottom:5px;
	padding-left:10px;
	height:30px;
}
ul li.account {
     background: url('../image/add.gif') center left no-repeat;
     list-style: none outside none;
     color: #fff ;
     display: inline-block;
     padding: 2px 10px 2px 25px;
}
ul li.account_menu {
     background: url('../image/account.png') center left no-repeat;
     list-style: none outside none;
     padding: 2px 10px 2px 25px;
     text-align:left;
     
}
#slogan {
    color: #555555;
    display: block;
    font: 10px/12px Tahoma,sans-serif;
    margin: 2px 0 0;
    position: absolute;
    right: 554px;
    top: 77px;
}
#rounded-corner {
    border-collapse: collapse;
    font-family: "Lucida Sans Unicode","Lucida Grande",Sans-Serif;
    font-size: 12px;
    margin: 20px;
    text-align: left;
    width: 610px;
}
#rounded-corner thead th.rounded-company {
    background: url('../image/left.png') no-repeat scroll left -1px #00923f;
}
#rounded-corner th {
    background: none repeat scroll 0 0 #B9C9FE;
    border-right: 1px solid #FFFFFF;
    color: #fff;
    font-size: 13px;
    font-weight:bold;
    padding: 8px;
    text-align:center;
}
#rounded-corner thead th.rounded-q4 {
    background: url('../image/right.png') no-repeat scroll right -1px #00923f;
}
#rounded-corner thead th.rounded-q2 {
    background:#00923f;
}

#rounded-corner td {
    background: none repeat scroll 0 0 #E8EDFF;
    border-top: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
    color: #0033FF;
    padding: 8px;
}
.curved-box-support
{
    width: 200px;
    height: 220px;
    border-bottom: 1px solid #4cbcce;
    border-left: 1px solid #4cbcce;
    border-top: 1px solid #4cbcce;
    border-radius: 7px 7px 7px 7px;
    border-right: 1px solid #4cbcce;
    padding: 10px 0 0 10px;
    margin-left: 2px;
}
.social-links {
    float: left;
    padding-left: 9px;
    margin-bottom: 10px;
}
.social-links li {
    float: left;
    list-style: none;
}
.social-links li a {
   
    height: 32px;
    width: 32px;
}
.box1
{
	margin-bottom:10px;
}
.boxx {    background: none repeat scroll 0 0 #FBF2D3;    border-radius: 4px 4px 4px 4px;    padding: 1px 10px 5px;}.boxx h4 {    border-bottom: 1px solid #CCCCCC;    padding: 0 0 3px;	margin-top:7px;	margin-bottom: 10px;}.box .box-headmap{	-webkit-border-radius: 6px 6px 0px 0px;	-moz-border-radius: 6px 6px 0px 0px;	-khtml-border-radius: 6px 6px 0px 0px;	border-radius: 7px 7px 0px 0px;	background: #eeeeee;	padding: 8px 10px 7px 10px;	font-family: Arial, Helvetica, sans-serif;	font-size: 14px;	font-weight: bold;	line-height: 14px;	color: #333;}
.boxx1 {    background: none repeat scroll 0 0 #eee; height:60px;    border-radius: 4px 4px 4px 4px;    padding: 1px 10px 5px;margin-top:5px; margin-bottom:5px}.boxx1 h4 {    border-bottom: 1px solid #CCCCCC;    padding: 0 0 3px;	margin-top:7px;	margin-bottom: 5px;
}
.socialize {
    background-color: #FFFFFF;
    box-shadow: 0 0 8px #CCCCCC;
    float: left;
    padding: 5px 15px 5px 5px;
    position: fixed;
    right: -10px;
    top: 185px;
    z-index: 9999;
}
.socialize ul {
    margin: 0;
    padding: 0;
}
.socialize ul li {
    clear: both;
    display: block;
    float: left;
    list-style: none outside none;
}
.socialize ul li a {
    background: url("../image/socialicons.png") no-repeat scroll 0 0 transparent;
    display: block;
    float: left;
    height: 33px;
    margin: 5px;
    width: 30px;
}
.socialize ul li a.facebook {
    background-position: 0 0;
}
.socialize ul li a.twitter {
    background-position: 0 -43px;
}
.socialize ul li a.gplush {
    background-position: 0 -86px;
}
.socialize ul li a.facebook:hover {
    background-position: right 0;
}
.socialize ul li a.twitter:hover {
    background-position: right -43px;
}
.socialize ul li a.gplush:hover {
    background-position: right -86px;
}
.google
 {
     position:absolute;
     bottom:37px;
     right:4px;
     color: #ffffff;
     text-align:left;
     height: 28px;
     width:70px;
     font-weight: bold;
}
/*css-update-category*/
.fot-p
{
		color:#d6d6d6;
}
.fot-a 
{
  color:#D6D6D6 !important;
}
.fot-a-blog 
{
	padding-left:20px;
}
.fea-h2
{
	font-size:16px; 
	color:#fff !important;
}
.fea-span-pr
{
	color:red !important;
	width:150px;
	
}
.p-boxx
{
	text-align:right;
}
.pr-h2
{
	font-size:16px; color:#fff;
}
.pr-h3
{
	color:#277B0F !important; 
	font-size: 14px;
}
.pr-span
{
	padding-left: 40px;
}

.slogan-h1
{
	color:#555555 !important; 
	font-size:11px;
}
.heading-cart
{
	font-weight:bold;
	margin-bottom: 3px; 
	margin-top:0;
}
.category-ul-li
{
	border-right:#0099D3 solid 1px;
}
.category-ul-li-span
{
	color:#419725;
	font-style:italic;
	font-size: 10px;
}
.category-li
{
	padding-left:5px
}
.category-li-span
{
	color:#419725;
	font-style:italic;
	font-size: 10px; 
	padding-left: 5px;
}
.li-sg
{
	border-right:#0099D3 solid 1px;
}
.li-sg-span
{
	color:#419725;font-style:italic; font-size: 10px; padding-left: 5px;
}
.li-dn
{
	border-right:#0099D3 solid 1px;
	padding-left:5px;
}
.li-dn-span
{
	color:#419725;font-style:italic; font-size: 10px; padding-left: 5px;
}
.li-hn-span
{
	color:#419725;font-style:italic; font-size: 10px; padding-left: 5px;
	
}


.font-bold
{	
	font-weight:bold;
}
.cate-h1
{
	font-size:16px;
}
.read-more
{
	float:right;
	font-weight:bold;
}
.social-links-h1
{
	padding-top:4px; 
	font-style:italic;
}
.tour-h3
{
	color:#277B0F !important;
	font-size:14px;
	padding-top:3px;
}
.tour-detail-h1
{
	font-size: 13px;
}
.tour-detail-des
{
	color:#398928 !important; 
	font-weight:bold;
}
.tour-detail-price
{
	font-weight:bold; 
	color:red !important; 
}
.tour-detail-span
{
	font-weight:bold;
	color:black !important;
}

.tour-detail-it
{
	font-variant:inherit;
	font-family:Verdana;
}
.tour-detail-hig
{
	padding-top:10px;
	font-family:Verdana;
}
.tour-detail-font-bold
{
	font-weight:bold;
	color:black;
}
.tour-detail-wt1
{
	font-size: 11px;
}

.tour-detail-wt2
{
	padding-right: 22px;
}

.tour-detail-wt3
{
	padding-right: 41px;
}

.tour-detail-wt4
{
	padding-right: 19px;
}

.tour-detail-wt5
{
	padding-right: 33px;
}
.tour-detail-wt6
{
	padding-right: 13px;
}
.tour-detail-book
{
	font-weight:bold;
	font-size:13px;
}
.tour-detail-book-color
{
	color:#333;
}
.tour-detail-date
{
	padding-left:100px;
}

.tour-detail-day{
font-weight:bold;
color:#008200;
font-size: 12px;
font-family: verdana,geneva,sans-serif;
}
.text-underline{
text-decoration:underline;
}
.font-italic{
font-style:italic ;
}
.tour-detail-hours{
font-weight:bold;color:#0000FF ;
}
.tour-detail-link{
font-weight:bold;
color:#000000;
}
.class-cus
{
	font-size:10px;
	color:#000;
	font-weight:bold;
}
.sectionHeader {
    background-color: #7FDCF8;
    color: #FFFFFF;
    font-size: 16px;
    height: 38px;
    line-height: 30px;
    margin-top: 5px;
    position: relative;
}
.sectionHeader {
    background: url("../image/home-box2.jpg") no-repeat scroll 0 0 transparent;
}
.sectionHeader .headerCor {
    background-position: right top;
    display: block;
    margin-left: 15px;
}
.box .box-fea {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #DBDEE1 #DBDEE1 -moz-use-text-color;
    border-image: none;
    border-radius: 7px 7px 0 0;
    border-style: solid solid none;
    border-width: 1px 1px medium;
    padding: 8px 10px 2px;
}
.box .box-contentf {
    background: none repeat scroll 0 0 #FFFFFF;
    border-bottom: 1px solid #DBDEE1;
    border-left: 1px solid #DBDEE1;
    border-radius: 0 0 7px 7px;
    border-right: 1px solid #DBDEE1;
    height: 530px;
    padding-left: 17px;
}
.curved-box-google {
    height: 30px;
    margin-left: 2px;
	padding-bottom:5px;
	padding-left:10px;
    width: 220px;
	margin-top:7px;
}
.curved-box-ecaleft {
    border-color: #4CBCCE;
    border-radius: 5px 5px 5px 5px;
    border-style: solid;
    border-width: 1px;
    height: 115px;
    margin-left: 2px;
    padding: 1px 0 5px 3px;
    width: 198px;

}
.color_h3
{
	color: #277B0F;
}
#language {
    color: #333333;
    font-weight: bold;
    left: 400px;
    line-height: 5px;
    margin-bottom: 25px;
    position: absolute;
    top: 12px;
    width: 150px;
}
/* tranvanlanh */
#tab-description{
	font-family:Verdana, Geneva, sans-serif;
}

#tab-description ul{
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
}

#tab-description ul li{
	margin-top: 5px;
	margin-bottom: 7px;
}

#tab-description table{
 	font-family:Verdana, Geneva, sans-serif;
 	font-size: 12px;
}

.h3_item{
	font-size:13px;	
	color: #000 !important;
}

.h2_item{
	font-size:13px;	
	color: #000 !important;
}

#tab-description h3{
	font-size:13px;	
	color: green;
}

#tab-description h2{
	font-size:13px;	
	color: green;
}

#tab-description .h_small{
	font-size:12px;	
	color: #000;
	font-weight:400;
}


#tab-description .item{
	font-weight:bold;
	font-size:13px;	
	color: green;
}

#tab-description .bold{
	font-weight:bold !important;
}

#tab-description .italic{
	font-style:italic !important;
}

#tab-description .underline{
	text-decoration: underline !important;
}


#tab-description .blue{
	color: #0000CC !important;
}

#tab-description a{
	color:#000;
	text-decoration:none;
}
.footerMenu {
    background: none repeat scroll 0 0 #F0F0F2;
    border-top: 1px solid #C0C0C0;
	border-bottom: 1px solid #C0C0C0;
	border-left: 1px solid #C0C0C0;
	border-right: 1px solid #C0C0C0;
	border-radius: 4px 4px 4px 4px;
    padding: 3px 0 5px;
    width: auto;
    overflow:auto;
	margin-top: 7px;
}






















