@charset "utf-8";

/* CSS Document */
* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	font: 13px Arial;
	color: #666666;
	background: #eeeeee url(/portals/tcr/images/background.gif) repeat-x;
}

#overlay {
	background-color: #000000;
	opacity: 0.7;
	filter: alpha(opacity = 70);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	/* for IE 8 */
	top: 0pt;
	left: 0pt;
	height: 2000px;
	display: none;
	z-index: 90;
	width: 100%;
	position: absolute;
}

#loadingContent {
	display: none;
	z-index: 100;
	position: absolute;
	z-index: 150;
	top: 125.5px;
	left: 547px;
	background-color: black;
	width: 400px;
	height: 280px;
	border: 1px solid grey;
	text-align: center;
	color: white;
}

#loadingContent_logo {
	margin: 50px;
}

#loadingContent_loading {
	margin: 50px;
}

a {
	text-decoration: none;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
}

#main {
	margin: auto;
	padding: 0 0 5px 0;
	width: 960px;
	background: #fff url(/portals/tcr/images/bg_main.jpg) repeat-x;
}

/*--Header--*/
#header {
	width: 960px;
	height: 85px;
	background: url(/portals/tcr/images/bg_header.jpg) no-repeat center top;
	overflow: hidden;
}

#header #logo {
	float: left;
	padding: 4px 0 0 36px;
}

#header #top_navi {
	padding: 0 10px 0 0;
	float: right;
}

#top_navi_ct {
	padding: 0;
	float: right;
}

#top_navi_ct a {
	padding: 30px 18px 20px 18px;
	/*float: left;*/
}

#top_navi_ct a:hover {
	padding: 30px 18px 20px 18px;
	background: url(/portals/tcr/images/bg_topnv_hover.jpg) repeat-x;
}

#top_navi_ct a.hilight {
	padding: 30px 18px 20px 18px;
	background: url(/portals/tcr/images/bg_topnv_hover.jpg) repeat-x;
}

#top_navi_ct .border {
	margin: 0 1px;
	height: 52px;
	/*border-right: 1px solid #347eb4;*/
	float: left;
}

#top_navi_ct_2 {
	padding: 0;
	float: right;
	font: 12px 'Lucida Grande', 'Lucida Sans Unicode', Arial, Verdana,
		sans-serif;
	color: #FFFFFF;
}

#top_navi_ct_2 a {
	padding: 0 6px;
	font: 12px 'Lucida Grande', 'Lucida Sans Unicode', Arial, Verdana,
		sans-serif;
	color: #FFFFFF;
}

#top_navi_ct_2 a:hover {
	text-decoration: underline;
}

/*--Body--*/
#body {
	margin: auto;
	padding: 0;
	width: 950px;
	background: url(/portals/tcr/images/bg_body.jpg) repeat-x top;
}

/*--Body Left--*/
#body_left {
	margin: 0;
	padding: 0;
	float: left;
	width: 266px;
	overflow: hidden;
}

#whole_left_form {
	width: 266px;
}

#whole_left_form_hd {
	width: 266px;
	height: 41px;
	background: url(/portals/tcr/images/whole_leftform_hd_bg.jpg) repeat-x;
	overflow: hidden;
}

#whole_left_form_hd_ct {
	padding: 8px 0 0 10px;
	float: left;
	font: 1.4em Verdana, Arial, Helvetica, sans-serif;
	color: #851607;
	font-weight: bold;
}

#whole_left_form_ct {
	background: url(/portals/tcr/images/whole_leftform_bg.jpg) repeat-y;
}

#search_content {
	font: 12px Arial;
	color: #666666;
}

#radio_btn {
	padding: 20px 0 0 70px;
	font: 11px Arial;
	color: #658a00;
	font-weight: bold;
	line-height: 23px;
	display: inline-block;
	overflow: hidden;
}

#search_form {
	margin: 10px 0 0 20px;
	font: 12px Arial;
	color: #333;
}

#search_form #row {
	margin: 5px 0 0 0;
	clear: both;
}

#search_form #row_short {
	margin: 5px 0 0 0;
	padding: 0;
	clear: both;
}

#search_form #row_select {
	margin: 5px 0 0 0;
	padding-right: 20px;
	clear: both;
}

#search_form #row_state {
	margin: 5px 0 0 0;
	padding-right: 20px;
	clear: both;
}

#search_form #row_alt {

}

#search_form #row_state label {
	float: left;
	margin: 0;
	padding: 2px 0 0 0;
}

#search_form #row_select label {
	float: left;
	margin: 0;
	padding: 2px 0 0 0;
}

#search_form #row_short img {
	float: right;
	margin: 0 20px 0 5px;
}

#search_form #row_short label {
	float: left;
	margin: 0;
	padding: 2px 0 0 0;
}

#search_form #row_short input {
	/*background:transparent url(/portals/default/images/bg_input.gif) no-repeat scroll 0pt;*/
	/*border:medium none;*/
	border: solid 1px #cccccc;
	color: #898A8A;
	float: right;
	font-family: arial, verdana, sans-serif;
	font-size: 1em;
	margin: 0 0px 0 0;
	padding: 2px 2px 4px 2px;
	height: 13px;
	width: 115px;
}

#search_form #row_alt input {
	border: solid 1px #cccccc;
	color: #898A8A;
	margin-top: 3px;
	font-family: arial, verdana, sans-serif;
	font-size: 1em;
	padding: 2px 2px 4px 2px;
	height: 13px;
	width: 218px;
}

#search_form #row_state select {
	background: url(/portals/default/images/bg_input.gif) #f7f7f7 no-repeat
		scroll 0pt;
	border: medium none;
	color: #898A8A;
	float: right;
	font-family: arial, verdana, sans-serif;
	font-size: 1em;
	margin: 0 0px 0 0px;
	padding: 3px 0px 4px 2px;
	width: 135px;
}

#search_form #row_select select {
	background: url(/portals/default/images/bg_input.gif) #f7f7f7 no-repeat
		scroll 0pt;
	border: medium none;
	color: #898A8A;
	float: right;
	font-family: arial, verdana, sans-serif;
	font-size: 1em;
	margin: 0 0px 0 5px;
	padding: 3px 0px 4px 2px;
}

#search_form #row_alt textarea {
	border: solid 1px #cccccc;
	color: #898A8A;
	margin-top: 3px;
	font-family: arial, verdana, sans-serif;
	font-size: 1em;
	padding: 2px 4px 4px 0;
	overflow: hidden;
	width: 218px;
}

#search_form #row_alt select {
	background: transparent url(/portals/default/images/bg_input.gif)
		no-repeat scroll 0pt;
	border: medium none;
	color: #898A8A;
	float: left;
	font-family: arial, verdana, sans-serif;
	font-size: 1em;
	margin: 0 18px 0 5px;
	padding: 3px 0px 4px 2px;
}

#search_form #row_alt table {
	float: right;
	margin: 0 18px 0 5px;
}

#search_form #row label {
	float: left;
	padding: 2px 0 0 0;
}

#search_form #row input {
	margin: 0 20px 0 0;
	padding: 2px 2px 4px 2px;
	color: #000000;
	background-color: #e3e3e1;
	border: 1px solid #797979;
	float: right;
	font-family: Arial;
	font-size: 1em;
	height: 13px;
}

#search_form #row select {
	margin: 0 20px 0 0px;
	background-color: #e3e3e1;
	border: 1px solid #797979;
	color: #000000;
	float: right;
	font-family: Arial;
	font-size: 1em;
}

#search_btn {
	margin: 0;
	padding: 5px 18px 3px 0;
	width: auto;
	text-align: right;
	float: right;
}

#trips_btn {
	margin: 0;
	padding: 5px 6px 3px 18px;
	width: auto;
	float: left;
}

/*
#search_btn {
	padding:15px 0 10px 0;
	text-align:center;
}
*/
#search_form .dash_line {
	margin: 10px 20px 0 5px;
	float: right;
	height: 1px;
	width: 78%;
	background-image: url(/portals/tcr/images/bg_bold.jpg);
	background-repeat: repeat-x;
	overflow: hidden;
}

#whole_left_form_ft {
	width: 266px;
	height: 15px;
	background: url(/portals/tcr/images/whole_leftform_ft.jpg) no-repeat;
	overflow: hidden;
}

#ad {
	margin: 5px 0 0 0;
	text-align: center;
}

/*--Body Right--*/
#body_right {
	float: right;
	width: 680px;
}

/*--Navigation--*/
#navigation {
	background-image: url(/portals/tcr/images/bg_navigation.jpg);
	background-repeat: repeat-x;
	height: 36px;
}

#navigation_ct {
	padding: 0 0 0 3px;
	float: left;
	color: #FFFFFF;
}

#navigation_ct a {
	padding: 10px 18px;
	float: left;
	font: 13px Arial;
	color: #FFFFFF;
	text-decoration: none;
	overflow: hidden;
}

#navigation_ct a:hover {
	background-image: url(/portals/tcr/images/bg_navi_hover.jpg);
	background-repeat: repeat-x;
	overflow: hidden;
}

#navigation_ct a.hilight {
	background-image: url(/portals/tcr/images/bg_navi_hover.jpg);
	background-repeat: repeat-x;
	overflow: hidden;
}

#line_navi {
	padding: 0px 2px;
	float: left;
	width: 1px;
	overflow: hidden;
}

/*--Whole Banner--*/
#whole_banner {
	margin: 5px 0 0 0;
	width: 680px;
}

#banner_main {
	background: url(/portals/tcr/images/banner_main01.jpg) no-repeat;
	width: 550px;
	height: 255px;
	float: left;
}

#clickhere_btn {
	padding: 78px 0 0 202px;
}

#banner_left {
	background: url(/portals/tcr/images/banner_left_bg.jpg) repeat-x;
	width: 130px;
	height: 255px;
	float: left;
}

#banner_left_ct {
	background: url(/portals/tcr/images/banner_left_bg_corner.jpg) no-repeat
		right;
	height: 252px;
	padding: 3px 0 0 6px;
}

#banner_left_ct a {
	float: left;
	margin: 2px 0 0 0;
}

/*--Why Box--*/
#whole_why_box {
	margin: 3px 0 0 0;
	width: 680px;
}

#whybox_hd {
	background: url(/portals/tcr/images/whybox_hd_bg.jpg) repeat-x;
	height: 8px;
	overflow: hidden;
}

#whybox_ct {
	padding: 0 1px;
	border-left: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
}

#whybox_ct_sub {
	padding: 6px 0 10px 20px;
	background: #fefefe url(/portals/tcr/images/whybox_ct_bg.jpg) repeat-x
		bottom;
	overflow: hidden;
}

#whybox_ct_sub .image01 {
	padding: 0 20px 0 0;
	float: left;
}

#whybox_ct_sub ul {
	float: left;
	width: 100%;
}

#whybox_ct_sub ul h1 {
	padding: 5px 0;
	font: 25px "Calibri", "sans-serif";
	color: #7c3136;
	line-height: 29px;
}

#whybox_ct_sub li {
	padding: 6px 0 6px 25px;
	list-style: none;
	font: 16px Arial;
	color: #525252;
	font-weight: bold;
	background-image: url(/portals/tcr/images/icon_whybox.png);
	background-repeat: no-repeat;
	background-position: 0em 0.5em;
}

#whybox_ct_sub li a {
	font: 11px Arial;
	color: #d30101;
	font-weight: bold;
	text-decoration: underline;
}

#whybox_ct_sub li a:hover {
	color: #b0b0b0;
}

#whybox_ft {
	background: url(/portals/tcr/images/whybox_ft_bg.jpg) repeat-x;
	height: 10px;
	overflow: hidden;
}

/*--Body Part 02--*/
#body_part02 {
	margin: 5px 0 0 0;
	width: 680px;
}

/*--Special Trips--*/
#strip_box {
	width: 447px;
	float: left;
}

#strip_box_hd {
	background: url(/portals/tcr/images/strip_box_hd_bg.jpg) repeat-x;
	height: 15px;
}

.strip_top_shadow {
	padding-left: 147px;
	float: left;
}

#strip_box_ct {
	padding: 0 0 0 17px;
	background: url(/portals/tcr/images/strip_box_ct_bg.jpg) repeat-y;
	width: 430px;
}

#strip_box_ct ul {
	margin: 0 0 0 30px;
	list-style: none;
	width: 55%;
	float: left;
	font: 12px 'Lucida Grande', 'Lucida Sans Unicode', Arial, Verdana,
		sans-serif;
}

#strip_box_ct ul h3 {
	font: 20px "Calibri", "sans-serif";
	color: #7c3136;
}

#strip_box_ct ul {
	color: #336699;
}

#strip_box_ct ul li {
	padding: 10px 0 10px 20px;
	border-bottom: 1px solid #CCCCCC;
	background: url(/portals/tcr/images/arrow_right.png) no-repeat;
	background-position: 0em 0.8em;
}

#strip_box_ft {
	background: url(/portals/tcr/images/strip_box_ft_bg.jpg) repeat-x;
	height: 15px;
}

/*--Body Part 02 Right--*/
#body_part02_right {
	float: right;
}

/*--Best Deal--*/
#best_deal {
	padding: 1px;
	width: 226px;
	border: 1px solid #dfdfdf;
}

#best_deal_ct {
	padding: 5px 0 5px 0px;
	background: url(/portals/tcr/images/best_deal_bg.jpg) repeat-x bottom;
	font: 12px Arial, Helvetica, sans-serif;
	color: #1591c1;
	text-align: center;
}

#best_deal_ct .input {
	margin: 5px 0;
	text-align: center;
}

#best_deal_ct h3 {
	padding: 8px 0;
	font: 18px "Calibri", "sans-serif";
	text-transform: uppercase;
	color: #8a2223;
}

#section {
	margin: 3px 0 0 0;
	padding: 1px;
	border: 1px solid #dfdfdf;
	width: 226px;
}

#section_hd {
	background-image: url(/portals/tcr/images/section_hd_bg.jpg);
	background-repeat: repeat-x;
	height: 30px;
}

#section_hd_ct {
	padding: 7px 0 0 10px;
	float: left;
	font: 13px Arial;
	color: #336699;
	font-weight: bold;
}

#section_ct {
	padding: 7px 0 7px 10px;
	font: 10px Arial;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #9c000c;
}

#section_ct a {
	color: #FFFFFF;
	text-decoration: none;
}

#section_ct a:hover {
	color: #FFFFFF;
}

/*--Footer--*/
#footer {
	margin: auto;
	margin-top: 4px;
	padding: 0;
	width: 960px;
	border: 1px solid #cccccc;
	background-color: #FFFFFF;
}

#footer_hd {
	margin: 0;
	padding: 8px 0 0 12px;
	background-image: url(/portals/tcr/images/footer_hd_bg.jpg);
	background-repeat: repeat-x;
	height: 25px;
	font: 15px "Calibri", "sans-serif";
	color: #7c3136;
}

#footer_ct {
	padding: 0 10px 10px 10px;
	font: 12px Arial;
	color: #666666;
}

#group_1 {
	padding: 10px 0 0 60px;
}

#groupsub {
	width: 140px;
	float: left;
	line-height: 17px;
}

#group_2 {
	margin: 10px 40px 0 20px;
	line-height: 17px;
	text-align: center;
}

#group_2 a {
	padding: 0 5px;
	font: 12px Arial;
	color: #666666;
	text-decoration: none;
}

#group_2 a:hover {
	padding: 0 5px;
	font: 12px Arial;
	color: #5ca300;
	text-decoration: none;
}

#line_hori_footer {
	margin: auto;
	margin-top: 5px;
	width: 90%;
	height: 1px;
	overflow: hidden;
	background-image: url(/portals/tcr/images/bg_dot001.jpg);
	background-repeat: repeat-x;
}

/*--Step 1--*/
#whole_step {
	margin: 0;
	padding: 0;
}

#whole_step h1 {
	padding: 5px 0;
	font: 28px "Calibri", "sans-serif";
	color: #7c3136;
	line-height: 29px;
}

#whole_step h2 {
	padding: 5px 0;
	font: 20px "Calibri", "sans-serif";
	color: #89b100;
	line-height: 29px;
}

#whole_step ul li {
	padding: 8px 0 8px 25px;
	list-style: none;
	background: url(/portals/tcr/images/arrow_right.png) no-repeat;
	background-position: 0em 0.6em;
}

#found_page {
	margin: 0;
	padding: 0;
	background-image: url(/portals/default/images/found_bg.jpg);
	background-repeat: repeat-x;
	height: 27px;
	float: right;
}

#found_page_ct {
	margin: 0;
	padding: 8px 5px 0 5px;
	font: 11px Tahoma;
	color: #20405a;
	font-weight: bold;
	float: left;
}

#found_page_ct a {
	margin: 0 0px 0 0;
	padding: 0;
	font: 11px Tahoma;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

#found_page_ct .num_blue {
	margin: 0 5px 0 0;
	padding: 2px 5px;
	background-color: #35526b;
}

#found_page_ct .num_blue_2 {
	margin: 0 5px 0 0;
	padding: 2px 5px;
	background-color: #738798;
}

#found_page_ct .num_blue_3 {
	margin: 0 5px 0 0;
	padding: 2px 5px;
	background-color: #a4b1bc;
}

#navi_sortby {
	margin: 0;
	padding: 0;
	background-image: url(/portals/default/images/navi_sortby_bg.jpg);
	background-repeat: repeat-x;
	height: 40px;
	width: auto;
}

#navi_sortby_ct {
	margin: 0;
	padding: 4px 0 0 10px;
	float: left;
}

#navi_sortby_ct a {
	margin: 0;
	padding: 7px 15px 13px 15px;
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	float: left;
}

#navi_sortby_ct a:hover {
	margin: 0;
	padding: 7px 15px 13px 15px;
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	color: #8abd00;
	font-weight: bold;
	text-decoration: none;
	float: left;
	background-color: #FFFFFF;
	background-image: url(/portals/default/images/dot002.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

#line_navi_sortby {
	margin: 0;
	padding: 10px 5px 0 5px;
	float: left;
}

.sortby_icon {
	margin: 10px 0 0 10px;
	padding: 0;
	float: left;
}

#form_border {
	margin: 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #b8b8b8;
	border-left: 1px solid #b8b8b8;
	border-right: 1px solid #b8b8b8;
	border-top: 1px solid #b8b8b8;
	overflow: hidden;
}

#form_border_sponsored {
	background: #fff9d7;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #b8b8b8;
	border-left: 1px solid #b8b8b8;
	border-right: 1px solid #b8b8b8;
	border-top: 1px solid #b8b8b8;
	overflow: hidden;
}

#form_border_sponsored h2 {
	color: #a5c242;
	padding: 10px;
	font-size: 16px;
}

#prod_detail_sb {
	margin: 0;
	padding: 0;
}

#prod_detail_sb .hd_prd_sortby {
	margin: 0;
	padding: 10px 0 0 17px;
	font: 14px Tahoma;
	font-weight: bold;
	color: #fe6600;
}

.hd_prd_sortby a {
	margin: 0;
	padding: 10px 0 0 17px;
	font: 14px Tahoma;
	font-weight: bold;
	color: #fe6600;
	text-decoration: none;
}

#prod_detail_sb .hd_prd_sortby_sponsored {
	margin: 0;
	padding: 10px 0 0 17px;
	font: 14px Tahoma;
	font-weight: bold;
	color: #fe6600;
}

.hd_prd_sortby_sponsored a {
	margin: 0;
	padding: 10px 0 0 17px;
	font: 14px Tahoma;
	font-weight: bold;
	color: #7f9b1d;
	text-decoration: none;
}

#prod_detail_sb #part_lt {
	margin: 0;
	padding: 5px 0 0 17px;
	float: left;
}

#prod_detail_sb #part_lt .border {
	margin: 0;
	padding: 0;
	border: 1px solid #949494;
}

#prod_detail_sb #part_lt #zoom_img {
	margin: 5px 0 0 0;
	padding: 0;
	text-align: right;
}

/*
Custome prod_detail
*/
#prod_detail_sb2 .hd_prd_sortby2 {
	margin: 0;
	padding: 10px 0 0 17px;
	font: 14px Tahoma;
	font-weight: bold;
	color: #fe6600;
}

#prod_detail_sb2 #part_lt {
	margin: 0;
	padding: 5px 0 0 17px;
	float: left;
}

#prod_detail_sb2 #part_lt .border {
	margin: 0;
	padding: 0;
	border: 1px solid #949494;
}

#prod_detail_sb2 #part_lt #zoom_img {
	margin: 5px 0 0 0;
	padding: 0;
	text-align: right;
}

#zoom_img a {
	margin: 0;
	padding: 0;
	font: 10px Tahoma;
	font-weight: bold;
	color: #53a301;
}

#zoom_img a:hover {
	margin: 0;
	padding: 0;
	font: 10px Tahoma;
	font-weight: bold;
	color: #cacaca;
}

#prod_detail_sb #part_rt {
	margin: 0;
	padding: 5px 0 0 17px;
	float: left;
}

#part_rt p {
	margin: 0;
	padding: 0;
	width: 410px;
}

#line001 {
	margin: 6px 0;
	padding: 0;
	background-image: url(/portals/default/images/bg_line001.jpg);
	background-repeat: repeat-x;
	height: 1px;
	width: 410px;
	overflow: hidden;
}

#part_rt #link {
	margin: 0;
	padding: 0;
}

#part_rt #link a {
	margin: 0;
	padding: 0;
	color: #666;
	text-decoration: none;
}

#part_rt #link a:hover {
	margin: 0;
	padding: 0;
	color: #72b401;
	text-decoration: underline;
}

#rating {
	margin: 3px 0 0 0;
	padding: 0;
	font: 11px Tahoma;
	color: #666666;
}

#pricing {
	margin: 2px 0 0 0;
	padding: 0;
	font: 23px Tahoma;
	font-weight: bold;
	color: #fe6600;
}

#pricing span {
	font: 12px Tahoma;
	font-weight: bold;
	color: #333333;
}

#pricing input {
	margin: 0;
	padding: 0px 10px;
	font: 11px Tahoma;
	color: #666666;
	width: 15%;
}

#line002 {
	margin: 12px 15px 4px 15px;
	padding: 0;
	background-image: url(/portals/default/images/bg_line002.jpg);
	background-repeat: repeat-x;
	height: 1px;
	width: 96%;
	overflow: hidden;
}

/*--Step 2--*/
#prod_detail_sb #part_lt p {
	margin: 10px 0 0 0;
	padding: 0;
	width: 300px;
}

#section_right {
	margin: 0;
	padding: 0;
	float: right;
	width: 295px;
}

#header_green {
	margin: 0;
	padding: 0;
	height: 38px;
}

#header_green_ct {
	margin: 0;
	padding: 7px 0 0 19px;
	float: left;
	font: 17px Tahoma;
	color: #FFFFFF;
	font-weight: bold;
	background-image: url(/portals/default/images/header_green_bg.jpg);
	background-repeat: repeat-x;
	height: 31px;
}

#header_green2 {
	margin: 0;
	padding: 0;
	height: 38px;
}

#header_green_ct2 {
	margin: 0;
	padding-top: 7px;
	text-align: center;
	float: left;
	font: 15px Tahoma;
	color: #FFFFFF;
	font-weight: bold;
	background-image: url(/portals/default/images/header_green_bg.jpg);
	background-repeat: repeat-x;
	height: 31px;
}

#section_right_ct {
	margin: 2px 10px 0 0;
	padding: 10px 0 10px 0px;
	border: 1px solid #d2d6d9;
	background-color: #f3f4f5;
}

#section_right_ct #prd_sub {
	margin: 0;
	padding: 0 0 0 23px;
}

#section_right_ct .hd_prd_sub {
	margin: 0;
	padding: 0 0 7px 0;
	font: 14px Tahoma;
	font-weight: bold;
	color: #8abd00;
}

#section_right_ct .border {
	margin: 0;
	padding: 0;
	border: 1px solid #949494;
}

#line003 {
	margin: 6px 0;
	padding: 0;
	background-color: #dcdfe1;
	height: 1px;
	width: 100%;
	overflow: hidden;
}

/*--Step 3--*/
#form_border_2 {
	margin: 0;
	padding: 0 0 10px 0;
	border: 1px solid #b8b8b8;
	overflow: hidden;
}

#res_detail {
	margin: 0px 7px 0 6px;
	padding: 0;
	font: 11px Tahoma;
	color: #666;
	line-height: 22px;
}

.res_detail_sub {
	padding: 4px 12px;
}

.res_detail_sub b {
	font-weight: bold;
	color: #72b401;
}

.invisible {
	display: none;
}

#res_detail h4 {
	font: 13px Tahoma;
	font-weight: bold;
	color: #72b401;
	line-height: 24px;
	margin: 0;
	padding: 4px 10px;
	cursor: hand;
	cursor: pointer;
}

#res_detail .hilight {
	background-color: #FFFFFF;
	border-bottom: 1px dashed #cacaca;
}

#total_price {
	margin: 0;
	padding: 5px 6px 3px 0;
	width: auto;
	background-color: #ffb118;
	font: 15px Tahoma;
	font-weight: bold;
	color: #FFFFFF;
	text-align: right;
}

#login_form_2 {
	margin: 25px 0 0 12px;
	padding: 0;
	font: 11px Tahoma;
	color: #666666;
}

#login_form_2 h2 {
	font: bold 15px Verdana, Arial, Helvetica, sans-serif;
	color: #f35b1a;
}

#login_form_2 h3 {
	font: bold 15px Verdana, Arial, Helvetica, sans-serif;
	color: #718b00;
}

#login_form_2 .inputText {
	margin: 3px 0px 0px;
	font: 11px Tahoma;
	witdh: 40%
}

#login_form_2 label {
	font-weight: bold;
	color: #666666;
}

#login_form_2 a {
	color: #72B401;
}

#login_form_2 ul {
	margin: 10px 0 0 0;
	padding: 0;
}

#login_form_2 li {
	margin: 3px 0 0 0;
	padding: 0;
	list-style: none;
	font: 11px Tahoma;
	color: #f67126;
	font-weight: bold;
}

/*--Step 4--*/
#passenger_form {
	margin: 0;
	padding: 20px;
	font: 11px Tahoma;
}

#passenger_form .hilight {
	margin: 0;
	padding: 5px;
	background-color: #234a65;
	font: 13px Tahoma;
	font-weight: bold;
	color: #FFFFFF;
}

#passenger_form_row {
	margin: 5px 0 0 0;
	padding: 0;
	width: 100%;
}

#passenger_form_row label {
	margin: 0;
	padding: 0;
	width: 30%;
	float: left;
	font-weight: bold;
}

#passenger_form_row input,textarea {
	margin: 0;
	padding: 4px;
	float: left;
	font: 11px Tahoma;
	color: #666666;
}

#passenger_form_row select {
	margin: 0;
	padding: 0;
	float: left;
	font: 11px Tahoma;
	color: #666666;
}

#passenger_form_row img {
	margin: 0;
	padding: 0;
	float: left;
	vertical-align: middle;
}

#line003 {
	margin: 10px 0;
	padding: 0;
	background-image: url(/portals/default/images/bg_line003.jpg);
	background-repeat: repeat-x;
	height: 1px;
	width: 98%;
	overflow: hidden;
}

.ct_button {
	margin: 3px 10px 0 0;
	float: right;
}

.text1 {
	width: 45px;
}

.text3 {
	width: 250px;
}

.text2 {
	width: 85px;
}

/*--New CSS-Author by Anh--*/
#vertical_navigation {
	margin: 0;
	padding: 0;
}

#vertical_navigation_hd {
	margin: 0;
	padding: 0;
	background-image: url(/portals/default/images/vertical_navi_top.jpg);
	background-repeat: no-repeat;
	height: 19px;
	width: 239px;
	overflow: hidden;
}

#vertical_navigation_ct {
	margin: 0;
	padding: 0;
	background-image: url(/portals/default/images/vertical_navi_bg.jpg);
	background-repeat: repeat-y;
	width: 239px;
}

#vertical_navigation_footer {
	margin: 0;
	padding: 0;
	background-image: url(/portals/default/images/vertical_navi_footer.jpg);
	background-repeat: no-repeat;
	height: 6px;
	width: 239px;
	overflow: hidden;
}

#leftMenu {
	margin: 0;
	padding: 0 0 10px 0;
	color: #FFFFFF;
	width: 235px;
}

#slidedown_menu ul {
	margin: 0;
	padding: 0px;
	position: relative;
	width: auto;
}

#slidedown_menu li {
	list-style-type: none;
	position: relative;
}

#slidedown_menu div {
	margin: 0px;
	padding: 0px;
}

#slidedown_menu {
	width: auto;
	padding: 0 5px 0 0;
	/*visibility:hidden;*/
}

#slidedown_menu a b {
	color: #78a401;
	text-transform: uppercase;
}

#slidedown_menu a {
	display: block;
	clear: both;
	padding-left: 2px;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	text-decoration: none;
	line-height: 28px;
	padding: 0 0 0 15px;
}

#slidedown_menu a:hover {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #c9a249;
	text-decoration: none;
	line-height: 28px;
	padding: 0 0 0 15px;
}

.padding {
	padding: 0 0 0 20px;
}

.padding:hover {
	padding: 0 0 0 20px;
	background-image: url(/portals/default/images/arrow_right.png);
	background-repeat: no-repeat;
	background-position: 1em 0.5em;
}

/*--Sub Page*/
#sub_navigation {
	margin: 0;
	padding: 0;
	background-image: url(/portals/default/images/bg_sub_navigation.jpg);
	background-repeat: repeat-x;
}

#sub_navigation_ct {
	margin: 0;
	padding: 0 10px 0 30px;
	float: left;
}

#sub_navigation_ct a {
	margin: 0;
	padding: 8px 20px 10px 20px;
	font: 13px Tahoma;
	line-height: 20px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	float: left;
}

#sub_navigation_ct a:hover {
	margin: 0;
	padding: 8px 20px 10px 20px;
	font: 13px Tahoma;
	line-height: 20px;
	color: #454545;
	font-weight: bold;
	background-image:
		url(/portals/default/images/bg_sub_navigation_hover.jpg);
	background-repeat: repeat-x;
	overflow: hidden;
	float: left;
}

#sub_page {
	margin: 0;
	padding: 0;
}

/*--Body Sub Page--*/
#body_sub {
	margin: 0 0 15px 25px;
	padding: 0;
	width: 592px;
}

#op_content {
	margin: 0;
	padding: 0;
}

#op_content_tab_hd {
	margin: 0;
	padding: 0;
	background: url(/portals/default/images/bg_tab.jpg) no-repeat;
	height: 42px;
	width: 592px;
}

#op_content_tab_hd_report {
	margin: 0;
	padding: 0;
	background: url(/portals/default/images/bg_tab_report.jpg) no-repeat;
	height: 42px;
	width: 827px;
}

#op_content_tab_hd_left {
	margin: 0;
	padding: 0 0 0 10px;
	float: left;
	font: 15px Tahoma;
	color: #FFFFFF;
}

#op_content_tab_hd_left img {
	float: left;
}

#op_content_tab_hd_left b {
	margin: 0;
	padding: 14px 0 0 5px;
	float: left;
}

#op_content_tab_hd_right {
	margin: 0;
	padding: 19px 13px 0 0;
	float: right;
}

#op_content_tab_ct_01,#op_content_tab_ct_02 {
	margin: 1px 0 0 0;
	padding: 10px 15px 15px 15px;
	background: url(/portals/default/images/bg_op_content_tab_ct.jpg)
		repeat-x;
	width: 562px;
}

.class_style p {
	margin: 10px 0 0 20px;
	padding: 0;
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ff6603;
}

.class_style ul {
	margin: 0;
	padding: 0;
}

.class_style li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.class_style li a {
	margin: 0;
	padding: 0 0 0 15px;
	list-style: none;
	color: #666;
	background-image: url(/portals/default/images/arrows_01.jpg);
	background-repeat: no-repeat;
	background-position: 0 0.4em;
	text-decoration: none;
}

.class_style li a:hover {
	color: #C9A249;
	text-decoration: underline;
}

#linkto {
	margin: 0;
	padding: 0;
	float: right;
	width: 200px;
}

#linkto ul {
	margin: 0;
	padding: 10px 0 0 40px;
}

.la {
	margin: 5px 0 20px 0;
}

#session {
	margin: 0;
	padding: 0;
}

#box_session {
	margin: 15px 0 15px 20px;
	padding: 15px 30px;
	background-image: url(/portals/default/images/bg_op_content_tab_ct.jpg);
	background-repeat: repeat-x;
	background-position: top;
	border: 1px solid #CCCCCC;
	float: left;
}

#box_session b {
	color: #78A401;
}

#box_session ul {
	margin: 10px 0 0 10px;
	padding: 0;
	list-style: none;
}

#box_session li a {
	margin: 0;
	padding: 0 0 0 20px;
	list-style: none;
	background-image: url(/portals/default/images/arrow_right02.png);
	background-repeat: no-repeat;
	background-position: 0 0.1em;
	text-decoration: none;
	color: #666;
	line-height: 23px;
}

#box_session li a:hover {
	color: #C9A249;
	text-decoration: underline;
}

.padded {
	padding: 5px;
}

.trip-table {
	width: 100%;
}

.trip-table td {
	vertical-align: top;
	padding: 0 0 5px 0;
}

.table-data a {
	color: #f7f7f7;
	font-weight: bold;
	text-decoration: none;
	background: #e50000;
	padding: 3px 10px;
	border: 1px solid #aaaaaa;
	width: 50px;
	display: block;
	margin: 0 5px 0 0;
}

.table-data a:hover {
	color: #695d43;
	font-weight: bold;
	text-decoration: none;
	background: #f7f7f7;
	padding: 3px 10px;
	border: 1px solid #cccccc;
	display: block;
}

.table-data-blue a {
	color: #f7f7f7;
	font-weight: bold;
	text-decoration: none;
	background: #3987f6;
	padding: 3px 10px;
	border: 1px solid #aaaaaa;
	width: 30px;
	display: block;
	margin: 0 5px 0 0;
}

.table-data-blue a:hover {
	color: #695d43;
	font-weight: bold;
	text-decoration: none;
	background: #f7f7f7;
	padding: 3px 10px;
	border: 1px solid #cccccc;
	display: block;
}

.table-price {
	width: 60px;
}

.table-price a {
	color: #695d43;
	font-weight: bold;
	text-decoration: none;
	background: #efece7;
	padding: 3px 10px;
	border: 1px solid #cccccc;
	width: 60px;
	display: block;
	margin: 0 5px 0 0;
	text-align: center;
}

.table-trip a {
	color: #695d43;
	font-weight: bold;
	text-decoration: none;
	background: #efece7;
	padding: 3px 10px;
	border: 1px solid #cccccc;
	width: 320px;
	display: block;
	margin: 0 5px 0 0;
}

.table-collapse a {
	color: #695d43;
	font-weight: bold;
	font-size: 12px;
	line-height: 13px;
	text-decoration: none;
	background: #efece7;
	padding: 3px 10px;
	border: 1px solid #cccccc;
	width: 13px;
	display: block;
	vertical-align: top;
}

.link_button a {
	color: #695d43;
	font-weight: bold;
	text-decoration: none;
	background: #efece7;
	padding: 2px 10px;
	border: 1px solid #aaaaaa;
	margin: 0 5px 0 0;
	line-height: 25px;
}

.link_button a:hover {
	color: #695d43;
	font-weight: bold;
	text-decoration: none;
	background: #f7f7f7;
	padding: 2px 10px;
	border: 1px solid #cccccc;
	line-height: 25px;
}

.grid_type_2 td {
	text-align: left;
}

.grid_type_1 td {
	padding: 7px 0;
	text-align: center;
}

.grid_type_1 .tr_header {
	font-weight: bold;
	background: #d3e991;
}

.grid_type_1 .tr_alt {
	background: #f7f7f7;
}

.grid_type_3 td {
	padding: 7px 0;
	text-align: left;
}

.grid_type_3 .tr_header {
	font-weight: bold;
	background: #d3e991;
}

.grid_type_3 .tr_alt {
	background: #f7f7f7;
}

.grid_type_4 td {
	padding: 0px 0;
	text-align: left;
}

.grid_type_4 .tr_header {
	font-weight: bold;
	background: #d3e991;
}

.grid_type_4 .tr_alt {
	background: #f7f7f7;
}

.grid_type_5 td {
	padding: 10px 10px;
	text-align: left;
}

.filter_span {
	padding: 30px 0 0;
}

/* Start page view user trips*/
.trip_location,#trip_location,#trip_location_alt {
	margin: 0;
	padding: 3px 0 0 17px;
	font: 11px Tahoma;
	color: #666666;
}

.trip_email_action {
	padding: 5px 0 5px 17px;
}

.trip_email_action a {
	padding: 0 10px 0 0;
}

/* End page view user trips*/
#body_report {
	margin: 0;
	padding: 0;
	width: 894px;
	float: left;
}

#body_report_sub {
	margin: 0 0 15px 25px;
	padding: 0;
	width: 827px;
}

.report_toolbar {
	padding: 15px 0px;
	margin: 5px 0 5px 0;
}

.report_toolbar a {
	color: #666666;
	text-decoration: none;
}

.report_toolbar a:hover {
	color: #f3a502;
	text-decoration: none;
}

.dotted_top {
	border-top: 1px dotted #333333;
}

.dotted_bottom {
	border-bottom: 1px dotted #333333;
}

.report_grid .report_row_header {
	background: #82b5fc;
	color: #333333;
	text-align: center;
}

.report_row_total {
	background: #008000;
	color: #ffffff;
	font-weight: bold;
}

.report_row_average {
	background: #82b5fc;
	color: #ffffff;
}

.report_row_odd {
	background: #e1e1e1;
}

.report_row_even {
	background: #eeeeee;
}

/* checkout */
.checkout_col {
	padding-left: 10px;
}

#checkout_table {
	width: 100%;
}

#checkout_table td {
	vertical-align: top;
	padding: 0 0 5px 5px;
}

#view_user_trips #header_title {
	padding: 10px 0 10px 0;
	font: bold 15px Tahoma;
	color: #FFFFFF;
	background-color: #89CE1D;
}

#view_unconfirmed_res #header_title {
	padding: 10px 0 10px 0;
	font: bold 15px Tahoma;
	color: #FFFFFF;
	background-color: #89CE1D;
}

img.top {
	vertical-align: text-top
}

img.bottom {
	vertical-align: text-bottom
}

/* For popup form*/
#popup_form_row {
	margin: 5px 0 0 0;
	padding: 0;
	width: 100%;
}

#popup_form_row label {
	margin: 0;
	padding: 0 0 0 5px;
	width: 70px;
	float: left;
	font-weight: bold;
}

#popup_form_row input,textarea {
	margin: 0;
	padding: 4px;
	float: left;
	font: 11px Tahoma;
	color: #666666;
}

#popup_form_row select {
	margin: 0;
	padding: 0;
	float: left;
	font: 11px Tahoma;
	color: #666666;
}

#popup_form_row img {
	margin: 0;
	padding: 0;
	float: left;
	vertical-align: middle;
}

.pop_category {
	border: #e1e1e2 1px solid;
	background: #f4f4f4
}

.pop_category .pop_tit {
	padding: 5px;
	height: 10px;
}

.pop_category .pop_categories {
	float: left;
	font-size: 12px;
	font-weight: bold !important;
}

.pop_category .pop_close {
	float: right
}

.fee-hightlight {
	background: #234a65;
	color: #ffffff;
	padding: 5px;
	font-weight: bold;
}

.deals-links {
	background: #717171;
	color: #ffffff;
	padding: 10px;
}

.deals-links a {
	color: #efa100;
	text-decoration: none;
	font-weight: bold;
}

.deals-links a:hover {
	color: #efa100;
	text-decoration: underline;
	font-weight: bold;
}

.errormsg {
	color: red;
	font-size: smaller;
	font-family: arial, sans-serif;
}

.errormsgnormal {
	color: red;
	font-family: arial, sans-serif;
}

.table_head {
	FONT-WEIGHT: bold;
	TEXT-ALIGN: center;
	TEXT-TRANSFORM: uppercase;
	background-image: url(../../images/admin/bg.gif);
}

.table_highlight {
	BACKGROUND-COLOR: #EEEEEE;
	FONT-WEIGHT: normal;
}

tr.row_header td {
	BACKGROUND-COLOR: #82B5FC;
	FONT-WEIGHT: bold;
	TEXT-ALIGN: center;
	border-top: 1px solid #EEE;
	border-bottom: 1px solid #CCC;
	padding: 5px;
}

tr.row_odd td.grid {
	BACKGROUND-COLOR: #EEEEEE;
	FONT-WEIGHT: normal;
	border-top: 1px solid #EEE;
	border-bottom: 1px solid #CCC;
	height: 23px;
}

tr.row_even td.grid {
	BACKGROUND-COLOR: #E1E1E1;
	FONT-WEIGHT: normal;
	border-top: 1px solid #EEE;
	border-bottom: 1px solid #CCC;
	height: 23px;
}

td.average {
	BACKGROUND-COLOR: #82B5FC;
	border-bottom: 1px solid #CCC;
	padding: 0 0.5em;
	margin: 0;
	color: white;
}

td.grid {
	border-bottom: 1px solid #CCC;
	padding: 0 0.5em;
	margin: 0;
}

td.grid a {
	text-decoration: none;
}

.grid_top_bottom {
	width: 100%;
	border: 1px #BBBBBB solid;
	margin: 0;
	padding: 0px;
	background-color: #EFEFEF;
}

.grid_middle {
	border: 1px #CDCDCD solid;
	margin: 1px 0 1px 0;
	width: 100%;
}

.column_of_first_row {
	vertical-align: top;
}

#navi_sortby_ct2 {
	margin: 0;
	padding: 4px 0 0 10px;
	float: left;
}

#navi_sortby_ct2 .normal {
	color: #ffffff;
}

#navi_sortby_ct2 .highline {
	color: #ffffff;
	background-color: #FE6600;
}

.table-ratings td {
	text-align: center;
	vertical-align: middle;
	width: 40px;
	font-weight: bold;
}

.faq-wrapper {
	margin: 0 0 5px;
}

.faq-header {
	background: #deecef;
	padding: 5px;
	color: #333333;
	font-weight: bold;
	cursor: hand;
	cursor: pointer;
}

.faq-content {
	padding: 15px;
}

.faq-item {
	color: #ed9300;
	margin: 0 0 5px;
}

.faq-item-detail {
	display: none;
}

.faq-item a {
	color: #295079;
}

.faq-item a:hover {
	color: #295079;
	text-decoration: none;
}

/*Billing Page*/
#login_frame {
	clear: both;
	margin: 0;
	padding: 10px 10px;
	border: 1px solid #cacaca;
	background-color: #edf8fe;
	-moz-border-radius: 7px;
	-khtml-border-radius: 7px;
	border-radius: 7px;
}

.F1 {
	color: #0099FF;
	font-size: 16px;
	height: 25px;
	border-bottom-style: dotted;
	border-bottom-color: #0099FF;
	border-bottom-width: 1px;
	margin: 0 0 5px 0;
	font-weight: bold;
}

.F2 {
	color: #d27b00;
	font-size: 13px;
	font-family: Tahoma;
	margin: 5px 0 5px 0;
	font-weight: bold;
	text-decoration: underline;
}

/*trip occassions page*/
#row_display {
	margin: 10px 0 10px 0;
	padding: 0;
	border-bottom: 1px dashed #999999;
}

.img_display {
	border: 1px solid #d9dada;
	float: left;
	margin: 0px 10px 10px 10px;
}

.help_text_info {
	float: right;
	text-align: center;
	font-weight: bold;
	border: 1px solid #333333;
	width: 20px;
	cursor: hand;
	cursor: pointer;
}

.line_top_cell {
	border-top-width: 1px;
	border-top-style: solid;
}

#help_tooltip_holder
{
	float: right; padding: 15px 5px 0 0;
}

.vehicle_type_image_link_block
{
	text-align: right;
	padding: 0 20px 0 0;
	display: none;
}

.vehicle_type_image_link_block a
{
	font-weight: bold;
	text-decoration: none;
	color:#da6015;
}

#top_navi_ct .social_network:hover {
	background:none;
	text-decoration:none;
	padding:0;
	margin:0;
	
}
#top_navi_ct .social_network {
		margin: auto;
		padding: 0;
	
}
