	body
{
	background: #fff url('../img/bg_body.png') repeat-x !important;
}
.box
{
	background: url('../img/box_total_bg.png') no-repeat;
	width: 980px;
	height: 182px;
}

.boxTrips
{
	background: url('../img/first_box_coloms.png') no-repeat;
	width: 980px;
	height: 365px;
	padding-bottom:8px;
}

.boxSearch
{
	background: url('../img/search_background.png') no-repeat;
	width: 980px;
	height: 182px;
	padding-bottom:8px;
}


.boxSubCategories
{
	/*background: url('../img/search_background.png') no-repeat;*/
	width: 980px;
	margin-bottom: 8px;
	/*height: 182px;*/
	/*padding-bottom:8px;*/
}


.boxSubCategories h2 
{
	margin:0;
	padding-top: 8px;
	padding-left:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:25px;
	color:#96bf0d;
	font-weight:normal;
}

.boxSubCategories ul
{
	list-style:none;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	color:#646567;
	font-size:15px;
	float:left;
	padding-left:15px;	
	width: 230px;		
}

.boxSubCategories ul a
{
	text-decoration:none;
	color:#646567;
}

.boxSubCategories li
{
	line-height:19px;
}

.boxSubCategoriesTop
{
	background: url('../img/sub_categories_top_bg.png') no-repeat;
	height: 40px;
}

.boxSubCategoriesMiddle
{
	background: url('../img/sub_categories_middle_bg.png') no-repeat;
	background-position: bottom;
	clear: both;
	float: left;
	min-height: 100px;
}

.boxSubCategoriesBottom
{
	background: url('../img/sub_categories_bottom_bg.png') no-repeat;
	clear: both;
	width: 980px;
	height: 15px;
}

.trip_content
{
	background: url('../img/bg_trip_content.gif') no-repeat;
	width: 980px;
	position: relative;
	float: left;
	margin-bottom: 4px;
}

.trip_content_other
{
	background: url('../img/trip_content_bg_other.png') no-repeat;
	width: 980px;
	position: relative;
	float: left;
	margin-bottom: 4px;
	padding-top: 20px;
}

#trip_content
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #646567;
	line-height: 20px;
}

#trip_content ul
{
	display:block;
	width: 100%;
	list-style-type: disc;
	list-style-position: inside;
	padding: 3px 5px 3px 10px;
}

.trip_content_left
{
	width: 710px;
	float: left;
}

.trip_content_right
{
	width: 216px;
	margin-right:20px;
	background-color:#f4f6ee;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;	
	position: absolute;
	left: 738px;
	top: 0px;
}

.trip_content_right a
{
	text-decoration: none;
	color: #000000;
}

.trip_option_box
{
	float: right;
	margin-right: 10px;
	width: 234px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;	
	background: url('../img/box_trip_options_small_bg.png');
	height: 100px;
}

.trip_option_box a
{
	text-decoration: none;
	color: #505153;
	padding-bottom: 2px;
}

.trip_option_box .phone_nr
{
	color:#505153;
	font-family:Arial,Helvetica,sans-serif;
	font-size:20px;
	font-weight:bold;
	margin-top: 5px;
	margin-left: 36px;

}

#extra_option_boxes
{
	float: right;
	margin-right: 11px;
	margin-top: 10px;
	width: 232px;
	background-color: #fff;
	border-top: 1px solid #BFBFBF;
	border-left: 1px solid #BFBFBF;
	border-bottom: 1px solid #BFBFBF;
	border-right: 1px solid #BFBFBF;
}

.extra_option_box
{
	padding: 10px;
}

.option_box_stroke_top
{
	border-top: 1px ridge #BFBFBF;
}

#extra_option_boxes h5
{
	font-family: Georgia;
	font-size: 16px;
	font-weight: bold;
	color: #1179C0;	
	margin: 0px;
	padding: 0px;
}

#extra_option_boxes h5 a
{
	font-family: Georgia;
	font-size: 16px;
	font-weight: bold;
	color: #1179C0;	
	margin: 0px;
	padding: 0px;
}

#extra_option_boxes p
{
	font-size: 11px;
}

#extra_option_boxes a
{
	color: #1179C0;
	font-size: 11px;
}

#extra_option_boxes ul
{
	margin: 5px 0px 0px 0px;
	padding: 0px;
	display:none;
}

#extra_option_boxes ul li
{
	list-style-type: none;
	clear: both;
	border-top: 1px ridge #DC7B2E;
	padding: 5px 0px;
	min-height: 50px;
}

#extra_option_boxes ul li:first-child
{
	list-style-type: none;
	clear: both;
	border-top: none;
	padding: 5px 0px;
	min-height: 50px;
}

#extra_option_boxes ul li:last-child
{
	list-style-type: none;
	clear: both;
	border-top: 1px ridge #DC7B2E;
	padding: 5px 0px;
	min-height: 0px;
}


#extra_option_boxes ul li img
{
	height: 50px;
	width: 73px;
	margin-right: 5px;
	float: left;
	border: 0px;
}



#action_buttons
{
	margin-left: 5px;
}

#action_buttons p
{
	background: url('../img/button_request_green_new.png') no-repeat;
	height:40px;
	width:170px;
	display: block;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	text-align:center;
	margin-left:6px;
}

#action_buttons p a
{
	color:#FFFFFF;
	display:block;
	height:27px;
	padding-top:13px;
	text-decoration:none;
}


#trip_content_bottom
{
	clear: both;
	height: 50px;
	width: 980px;
	background: url('../img/bg_trip_content_bottom.gif') no-repeat;
	margin-bottom: -4px;
}

#trip_menu
{
	padding-left:15px;
	height:35px;
}

#trip_content
{
	padding-left:15px;
	padding-right:15px;
	padding-bottom:15px;
}

#trip_content p
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:17px;
	color:#646567;
}

#trip_content h5
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	/*color:#97bf0d; Groen*/
	color: #1179C0;
	margin:0;
	font-weight: bold;
	padding-top:10px;
}

.boxCatArr_top
{
	background: url('../img/arr_background_top.png') no-repeat;
	width: 980px;
	height: 48px;
	clear:both;
}

.category_only_trips_top
{
	background: url('../img/category_only_trips_box_top.png') no-repeat;
	width: 980px;
	height: 40px;
	clear:both;
}

.boxCatArr_bottom
{
	background: url('../img/arr_background_bottom.png') no-repeat;
	width: 980px;
	height: 69px;
	clear:both;
}

.category_only_trips_bottom
{
	background: url('../img/category_only_trips_box_bottom_bg.png') no-repeat;
	width: 980px;
	height: 4px;
	clear:both;
}

.boxCatArr_middle
{
	background: url('../img/arr_background_middle.png');
	width: 980px;
	clear:both;
	float: left;
}

.category_only_trips_middle
{
	background: #F1FAFE url(../img/category_only_trips_box_middle_bg.png) no-repeat center bottom;
	width: 980px;
	clear:both;
	float: left;
}

.boxArr_top
{
	background: url('../img/arr_background_top_trip.png') no-repeat;
	width: 980px;
	height: 48px;
	clear:both;
}

.boxArr_bottom
{
	background: url('../img/arr_background_bottom_trip.png') no-repeat;
	width: 980px;
	height: 69px;
	clear:both;
}

.boxArr_middle
{
	background: url('../img/arr_background_middle_trip.png');
	width: 980px;
	clear:both;
}

.boxCat
{
	width: 413px;
	float:left;
	padding-top:15px;
	padding-left:15px;
}

.boxArr
{
	width: 537px;
	padding-top:10px;
	padding-left:15px;
	float:left;	
}

.box_trips_only
{
	width: 950px;
	padding-top:5px;
	padding-left:15px;
	padding-bottom:15px;
	float:left;	
}

.BoxArr1
{
	float:left;
	padding:15px;
	width:460px;
}

.BoxArr2
{
	padding:15px;
	float:right;
	width:460px;	
}

.boxCatArr_top h2
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:25px;
	color:#96bf0d;
	font-weight:normal;
	margin:0;
	padding:0;
}

.category_only_trips_top h2
{
	color:#646567;
	font-family:Arial,Helvetica,sans-serif;
	font-size:24px;
	font-weight:normal;
	margin:0;
	padding:0;
}

.boxArr_top h2
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:25px;
	color:#96bf0d;
	font-weight:normal;
	margin:0;
	padding:0;
}

#searchfields h2 
{
	margin:0;
	padding-top: 20px;
	padding-left:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:25px;
	color:#96bf0d;
	font-weight:normal;
}

#servicedesk h2 
{
	margin:0;
	padding-top: 20px;
	padding-right:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:25px;
	font-weight:normal;
}

#servicedesk h3
{
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:25px;
	font-weight:bold;
	display:inline;
}

#servicedesk h4
{
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:10px;
	display:inline;
	padding:0;
	margin:0;
}

#searchfields
{
	width:740px;
	float:left;
}

#servicedesk
{
	width:240px;
	float:right;
}

.recreant_menu
{
	background: url('../img/recreant_menu.png') no-repeat;
	width: 980px;
	height: 128px;
}

.category_gallery
{
	background: url('../img/gallery_background.png') no-repeat;
	width: 980px;
	height: 104px;
	padding-bottom:8px;
	clear:both;
}

.trips_gallery
{
	background: url('../img/gallery_background_white.png') no-repeat;
	width: 980px;
	height: 133px;
	clear:both;
}

.trips_gallery_other
{
	position: absolute;
	top: 130px;
	right: 2px;
	width: 270px;
}

.trips_only_pictures_gallery
{
	position: absolute;
	top: 130px;
	width: 980px;
}

.trips_only_pictures_gallery img
{
	padding-left: 10px
}

.gallery
{
	top: 8px;
	position: relative;
	text-align: right;
}

.gallery img
{
padding-right:5px;
}
.gallery img:hover
{
cursor:pointer;
}

.gallery_other
{
	/*position: relative;*/
	/*text-align: right;*/
}

.category_gallery h4
{
	position:relative;
	top:35px;
	left:15px;
	padding:0;
	margin:0;
	color:#1a171b;
	font-family:Arial, Helvetica, sans-serif;
	font-size:25px;
	float:left;
}

.trips_gallery h4
{
	position:relative;
	top:35px;
	left:15px;
	padding:0;
	margin:0;
	color:#1a171b;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	float:left;
	width:150px;
}

.boxTrips div
{
	float: left;
	width: 214px;
	padding: 15px;	
}

.boxTrips p
{
	font-family: Arial;
	font-size: 9pt;
	color: #9c9e9f;
	line-height:20px;
	text-align:justify;
}

.boxTrips div p img
{
	padding-top:10px;
}

.boxTrips h3
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #009EE0;
	font-weight: 900;
	margin: 0px;
	padding:0px;		
}

.boxTrips a
{
	color: #646567;	
	text-decoration: none;
	font-weight: 600;
}

.boxTrips a:hover
{
	text-decoration: underline;
}

.box div
{
	float: left;
	width: 214px;
	padding: 15px;	
}

.box p
{
	font-family: Arial;
	font-size: 9pt;
	color: #9c9e9f;	
	padding-bottom: 5px;
	line-height:18px;
	text-align:justify;
}

.box p a
{
	color: #646567;	
	text-decoration: none;
	font-weight: bold;
}


.boxBottom
{
	background: url('../img/box_bottom_bg.png') no-repeat;
	width: 980px;
	height: 235px;
	margin-top: 8px;
	float: left;
}

.boxBottom div.colom1
{	
	float: left;
	width: 376px;
	padding: 15px 0px 15px 15px;	
}

.boxBottom div.colom2
{	
	float: left;
	width: 176px;
	padding: 15px;	
}

.boxBottom div.colom3
{	
	float: left;
	width: 367px;
	padding: 15px 0px 15px 15px;	
}


.colom1 h4
{
	color:#1a171b;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0;
	padding:0;
	padding-bottom:8px;
}

.colom2 h4
{
	color:#1a171b;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0;
	padding:0;	
	padding-bottom:8px;
}

.colom3 h4
{
	color:#1a171b;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0;
	padding:0;
	padding-bottom:8px;
}

#footer
{
	float: left;
	text-align: center;
	width: 100%;
	padding-top: 15px;
}

.footer_text
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 7pt;
	color: #9c9e9f;
	font-weight: 600;
	line-height: 12pt;
}

.footer_bottom
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #9c9e9f;
	font-weight: 600;
}

.footer_bottom a
{
	color: #DE6C12;
	text-decoration: none;
}


.borderHorizon
{
	
	background: url('../img/border.png') repeat-x;
	width: 100%;
	height: 1px; 
}

p
{
	margin: 0px;
	padding: 0px;	
}

h3
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	font-weight: 900;
	margin: 0px;
	padding:0px;
}

#frontImage
{
	background: url('../img/front_foto2.png') no-repeat;
	width: 980px;
	height: 494px;
}

#frontImageStartpage
{
	/*background: url('../img/startpage_first_bg_box_small.png') no-repeat;*/
	width: 980px;
	position: relative;
}


#frontImageTrip
{
	clear:both;
	background: url('../img/category_image_background.png') no-repeat;
	width: 980px;
	height: 568px;
	position: relative;
}

#frontImageTripOther
{
	clear:both;
	background: url('../img/trip_images_background.png') no-repeat;
	width: 980px;
	height: 450px;
	position: relative;
}
#frontImageTripSmallOther
{
	clear:both;
	background: url('../img/trip_images_background_small.png') no-repeat;
	width: 980px;
	height: 245px;
	position: relative;
}

#frontImageForm
{
	clear:both;
	background: url('../img/category_image_background.png') no-repeat;
	width: 980px;
	height: 80px;
	position: relative;
}

#frontImageDefault
{
	clear:both;
	background: url('../img/category_image_background.png') no-repeat;
	width: 980px;
	height: 35px;
	position: relative;
}

#mainContent
{
	clear:both;
	background: url('../img/category_top_new_bg.png') no-repeat;
	width: 980px;
	position: relative;
	float: left;
	margin-bottom:25px;
}

#largeContent
{
	clear:both;
	width: 980px;
	position: relative;
	float: left;
	margin-bottom:25px;
}

#largeContentMiddle
{
	background: url('../img/large_content_middle_bg.png');
	background-repeat: repeat-y;
	float:left;
	margin-top:34px;
	width: 980px;
}

#mainContentBottom
{
	background: transparent url('../img/category_top_bottom_new_bg.png') no-repeat;
	clear:both;
	float:left;
	height:15px;
	margin-bottom:-15px;
	width:980px;
}

.nav{
	position:relative;
	top:10px;
	left:15px;	
	width:733px;
	height:40px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#9c9e9f;	
}

.nav a{
	color:#9c9e9f;
	text-decoration:none;
}

#frontImage_recreant
{
	background: url('../img/front_foto_recreant.png') no-repeat;
	width: 980px;
	height: 493px;
}

#frontImageCategory
{
	width: 980px;
	height: 564px;
	position:relative;
	background: transparent url('../img/category_image_background.png');
}

#frontImageCategory #main_image
{
	margin-top:124px
}


#breadcrumbs_category
{
	position: absolute;
	top: 0px;
	left: 0px;
	width:100%;
	background: transparent url('../img/bg_bread_crumb.png');
}

#breadcrumbs_category ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#breadcrumbs_category ul li a
{
	background-image: url('../img/breadcrumb_saperator.png');
	background-repeat: no-repeat;
	background-position: right top;
	display:block;
	padding:9px 13px 9px 13px;
	margin-top:1px;
}

#breadcrumbs_category ul li
{
	display: inline;
	float: left;
}

.breadcrumbs h1
{
	font-size: 12px;
	font-weight: normal;
	padding: 0px;
	margin:0px;
}

.breadcrumbs
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #9C9E9F;
}

.breadcrumbs a
{
	color: #333333;
	text-decoration: none;
}

.breadcrumbs a:hover
{
	/*color: #96BF0D;*/
	color: #009EE0;
}

#breadcrumbs_category .breadcrumb_icon
{
	float: right;	
}

#breadcrumbs_category .breadcrumb_icon a
{
	background-image: none;
	display:block;
	padding:8px 4px 8px 4px;
	margin-top:1px;
}

.title{
	position:relative;
	top:10px;
	left:80px;	
	width:980px;
	height:50px;	
}

.title_category{
	position:absolute;
	text-align:center;
	top:35px;	
	width:980px;
	height:50px;	
}

.title_arrangement{
	position:absolute;
	padding-left: 15px;
	width:965px;
	height:30px;
	top: 40px	
}

.title_arrangement h2
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#646567;
	font-weight:bold;
	margin:0;
	padding:0;	
}

.title_arrangement h1
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#646567;
	font-weight:bold;
	margin:0;
	padding:0;	
}

.title_category h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:50px;
	color:#646567;
	font-weight:normal;
	margin:0;
	padding:0;	
}


.title h1
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:50px;
	color:#646567;
	font-weight:normal;
	margin:0;
	padding:0;
}

.subtitle{
	position:relative;
	top:25px;
	left:170px;	
	width:980px;
	height:20px;	
}

.subtitle_category{
	text-align:center;
	position:absolute;
	top:90px;
	width:980px;
	height:20px;	
}

.subtitle_category h2
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#97bf0d;
	font-weight:normal;
	margin:0;
	padding:0;
}

.subtitle h2
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#97bf0d;
	font-weight:normal;
	margin:0;
	padding:0;
}

.intro{
	position:relative;
	padding-top:240px;
	padding-left:420px;
	height:86px;	
}

.intro_recreant{
	position:relative;
	padding-top:240px;
	padding-left:420px;
	top:50px;	
}

.intro_category{
	background-image:url(/img/green.png);
	background-repeat:no-repeat;
	position:absolute;
	left:417px;
	height:86px;
	padding-left:10px;
	width:563px;
	top:440px;	
}


.intro_category h3
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:25px;
	color:#FFFFFF;
	font-style:italic;
	font-weight:normal;
	margin:0;
	padding:0;
	margin-top:10px;
}

.intro_recreant h3
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#FFFFFF;
	font-style:italic;
	font-weight:normal;
	margin:0;
	padding:0;
}

.intro h3
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#FFFFFF;
	font-style:italic;
	font-weight:normal;
	margin:0;
	padding:0;
}

#content {
	clear:both;
	float:left;
}


.recreant_menu ul
{
	list-style:none;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:11px;
	float:left;
	padding-right:15px;			
}

.recreant_menu ul a
{
	text-decoration:none;
	color:#FFFFFF;
}

.recreant_menu li
{
	height:19px;
}

#box_category_triplinks h5
{
	padding: 0px;
	margin: 0px;
	font-weight: normal;
	font-size: 12px;
}

#box_category_triplinks ul
{
	list-style:none;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	color:#646567;
	font-size:12px;
	float:left;
	padding-right:15px;			
}

#box_category_triplinks ul a
{
	text-decoration:underline;
	color:#646567;
}

#box_category_triplinks li
{
	line-height:19px;
}

.boxArr_middle ul
{
	list-style:none;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	color:#646567;
	font-size:15px;
	float:left;
	padding-right:15px;			
}

.boxArr_middle ul a
{
	text-decoration:none;
	color:#646567;
}

.boxArr_middle li
{
	line-height: 22px;
}

ul.tabs {list-style:none;margin:0 0 1em 0;padding:0;border-bottom:1px solid #ccc;}
ul.tabs:after {content:".";display:block;height:0;clear:both;visibility:hidden;}
ul.tabs {display:inline-block;}
/* Hides from IE-mac \*/
* html ul.tabs {height:1%;}
ul.tabs {display: block;}
/* End hide from IE-mac */
 ul.tabs {width:100%;margin-bottom:1em;}
/** detailpagina listing **/
ul.tabs {
	
	padding-left: 4px !important;
	width:99.3% !important;
	line-height: 25px;
	height: 29px;
}

.div_content_show
{
	display:block;
}

.div_content_hidden
{
	display:none;
}

ul.tabs li 
{
	list-style:none;
	float:left;
	margin:0 4px 0 0;
	padding:0 0 0 9px;
	background:url(../img/tableft-g.gif) no-repeat left top;
	font-size:12px;
	font-weight:bold;
	cursor: pointer;
}

ul.tabs li a 
{
	display:block;
	float:left;
	padding:2px 9px 2px 0;
	background:url(../img/tabright-g.gif) no-repeat right top;
	color: #666666;
}

ul.tabs li.on a 
{
	display:block;
	float:left;
	padding:3px 9px 2px 0;
	background:url(../img/tabright-g.gif) no-repeat right top;
	height: 25px;
	background-image:url(../img/tabright-g-sel.gif);
	color:#000 !important;
}

ul.tabs li a:link, ul.tabs li a:visited 
{
	color:#666;
	text-decoration:none;
}

ul.tabs li a:focus, ul.tabs li a:hover, ul.tabs li a:active 
{
	color:#333;
	text-decoration:none;
}

ul.tabs li.on 
{
	position:relative;
	z-index:2;
	margin-bottom:-4px;
	background-image:url(../img/tableft-g-sel.gif);
}


.hp ul.tabs 
{
	margin:0;
	border-bottom:none;
}

.detail ul.tabs 
{
	margin-top:.5em;
}

.image_front
{
	position:relative;
	top:100px;
	left:1px;	
	height:1px;	
}

.image_front_other
{
	position:relative;
	left:1px;	
	height:1px;	
	top: 130px;
}


/**
 * FORM
 */

 .form_top
{
	background: url('../img/bg_form_content_top.png') no-repeat;
	width: 980px;
	position: relative;
	height: 60px;
}

.form_box
{

}

.form_content
{
	background: url('../img/bg_form_content.gif') no-repeat;
	width: 980px;
	min-height: 250px;
	position: relative;
	margin-bottom: 10px;
}

.form_bottom
{
	height:50px;
	position: absolute;
	background: url('../img/bg_form_content_bottom.png') no-repeat;
	width: 980px;
	
}

/**
* NEW
*/

#frontImageTripSmallOther h4, #frontImageTripOther h4
{
	font-size: 13px;
	color: #666666;
	padding: 5px 10px 0px 15px;
	position: absolute;
	top: 67px;
	font-weight: normal;
	margin: 0px;
}




.box_splitter
{
	background: transparent url(../img/gallery_background_white.png);
	height: 5px;
	width: 980px;
}

.boxBottomTotal
{
	background: url('../img/box_bottom_total_96.png') no-repeat;
	width: 980px;
	/*height: 96px;*/
	margin-top: 8px;
	float: left;
}

.boxBottomTotal .boxBottomTotalBottom h3
{
	color:#6e6f71;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: normal;
	margin:0;
	padding:0;
}


.boxBottomTotal .boxBottomTotalBottom h2
{
	color:#6e6f71;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: normal;
	margin:0;
	padding:0;
}

.boxBottomTotalBottom
{
	padding: 12px 15px 15px 15px;
	background: url('../img/box_categories_links_bottom.png') repeat-x left bottom;
	width: 950px;
	float: left;
}

.boxBottomTotal ul
{
	list-style:none;
	margin:0;
	padding:0;
	color:#6e6f71;
	float: left;
	font-size: 12px;
	padding:0 5px 0 0;
}

.boxBottomTotal ul a
{
	text-decoration:none;
	color:#6e6f71;
}

.boxBottomTotal li
{
	height: 19px;
}



#frontImageStartpage .colomTotal h4
{
	color:#1a171b;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0;
	padding:0;
	padding-bottom:8px;
}

#frontImageStartpage .colomTotal
{
	padding: 28px 15px 15px;
}

#frontImageStartpage .colomTotal ul
{
	list-style:none;
	margin:0;
	padding:0;
	color:#6e6f71;
	float: left;
	font-size: 12px;
	padding:0 5px 0 0;
}

#frontImageStartpage .colomTotal ul a
{
	text-decoration:none;
	color:#6e6f71;
}

#frontImageStartpage .colomTotal li
{
	height: 19px;
}

#frontGoogleMaps .colomTotal h4
{
	color:#1a171b;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0;
	padding:0;
	padding-bottom:8px;
}

#frontGoogleMaps .colomTotal
{
	padding: 15px;
	float:left;
}

#frontGoogleMaps .colomTotal ul
{
	list-style:none;
	margin:0;
	padding:0;
	color:#6e6f71;
	float: left;
	font-size: 11px;
	padding:0 5px 0 0;
}

#frontGoogleMaps .colomTotal ul a
{
	text-decoration:none;
	color:#6e6f71;
}

#frontGoogleMaps .colomTotal li
{
	height: 19px;
}


.boxBottom ul
{
	list-style:none;
	margin:0;
	padding:0;
	color:#6e6f71;
	float: left;
	font-size: 11px;
	padding:0 5px 0 0;
}

.boxBottom ul a
{
	text-decoration:none;
	color:#6e6f71;
}

.boxBottom li
{
	height: 19px;
}

/****
* Formulieren styles
*****/

.form_content form, .form_box form
{
	padding: 0px 15px 15px 15px;
}

.form_content label, .form_box label
{
	display: block;
	padding: 10px 2px 2px 0px;
}

.form_content input, .form_box input
{
	display: inline;
	padding: 2px;
}

.form_content .form_style, .form_box .form_style
{
	border: 1px solid #96BF0D;
}

.form_content .submit, .form_box .submit
{
	padding-top:15px;
}

.form_content textarea, .form_box textarea
{
	display: block;
	padding: 2px;
	border: 1px solid #96BF0D;
}

.form_content .haveFocus, .form_box .haveFocus
{
	background-color: #F8FFDF;
}

.form_content .error, .form_box .error
{
	border: 1px solid red !important;
}

.form_title
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	/*color:#97bf0d;*/
	color: #009EE0;
	font-weight:bold;
	padding: 15px;
}

.form_description
{
	padding: 0px 15px 0px 15px;
}

.form_subtitle
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#646567;
	font-weight:bold;
	padding: 15px 15px 0px 15px;
}

.form_in_subtitle
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#646567;
	font-weight:bold;
	padding: 15px 15px 0px 0px;
}

.form_content_bottom
{
	background: url('../img/bg_form_content_bottom.gif') no-repeat;
	bottom:0;
	height:10px;
	margin-bottom:-10px;
	position:absolute;
	width:980px;
}

.form_error
{
	margin-top: 10px;
	padding: 5px 15px 10px 10px;
	background-color: #fef1ec;
	border: 1px solid #cd0a0a;
}

#flash_succes
{
	margin: 15px;
	padding: 10px;
	background-color: #F8FFDF;
	border: 1px solid #96BF0D;
}

/*Default*/
.content
{
	background: url('../img/bg_form_content.gif') no-repeat;
	width: 980px;
	min-height: 250px;
}

.content_bottom
{
	height:10px;
	position: relative;
	background: url('../img/bg_form_content_bottom.gif') no-repeat;
	width: 980px;
	float: left;
}

.default_content_title
{
	background-color: #fff;
	width: 978px;
	margin-left: 1px;
}

.default_content_title h1
{
	color:#646567;
	font-family:Arial,Helvetica,sans-serif;
	font-size:24px;
	font-weight:normal;
	margin:0;
	padding: 4px 0px 4px 10px;
}

/* laatst bekeken trips */
.last_visited
{
	padding: 15px;
	min-height: 180px;
}

.last_visited h1
{
	color:#666666;
	font-family:Arial,Helvetica,sans-serif;
	font-size:16px;
	font-weight: bold;
	
}
.last_visited h1 a
{
	color:#666666;
	font-family:Arial,Helvetica,sans-serif;
	font-size:16px;
	font-weight:bold;
	font-style: normal;
	text-decoration: none;
}

.green_title
{
	color:#96BF0D;
	font-family:Arial,Helvetica,sans-serif;
	font-size:16px;
	font-weight: bold;
}

.last_visited_trip
{
	
	margin-bottom:20px;
	padding:5px 10px;
	position: relative;
	height: 105px;
}

.last_visited_trip h1
{
	width: 790px;
}

.last_visited_trip p
{
	float:left;
	width:790px;
}

.last_visited_trip a
{
	color:#96BF0D;
	font-size:12px;
	font-style: italic;
	text-decoration: underline;
}

.last_visited_trip .foto
{
	float:left;
	top: 5px;
	width: 130px;
	height: 89px;
	margin-right: 10px;
	margin-bottom: 10px;
}

/**
 * Startpage
 */

#front_comment 
{
	left:20px;
	position:absolute;
	top:30px;
	width:300px;
}

#front_comment h1 
{
	color:#FFFFFF;
	font-family:Franklin Gothic Medium,Arial;
	font-size:35px;
	letter-spacing:1px;
	margin:0;
	padding:0;
}

#front_comment p 
{
	color:#FFFFFF;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	letter-spacing:1px;
	line-height:16px;
	margin:0;
	padding:0;
}

#splashleesverder 
{
	font-size:12px;
	font-weight:normal;
	left:20px;
	padding:0;
	position:absolute;
	top:215px;
}

#featured 
{
	position:absolute;
	top:273px;
	left: 0px;
	width:980px;
}

#imagenavbar 
{
	position:relative;
}

#imagenavbar 
{
	position:relative;
	background: url('../img/blue_trans_stroke.png') no-repeat;
}

.navbar {
	height:37px;
	font-size:12px;
	color:#ffffff;
	border-bottom:0px solid #114172;
	border-color:#CCCCCC;
	margin-left:15px;
}

.navbar ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}


ul.navcatlist li {
	/*background-image:url(default/navsplit.png);*/
	background-position:right top;
	background-repeat:no-repeat;
	float:left;
	font-size:12px;
	font-weight:bold;
	letter-spacing:1px;
	width:auto;
}

ul.navcatlist .cat-item
{
	height: 37px;
}


ul.navcatlist .current-cat
{
	background-color: #DE6C12;	
}

ul.navcatlist li a {
	display: block;
	color:#ffffff;
	padding-top:10px;
	padding-bottom:12px;
	padding-right:10px;
	padding-left:10px;
	text-decoration: none;
}
ul.navcatlist li a:hover {
	background-color: #002F4F;
	text-decoration:none;		
}
ul.navcatlist li.current-cat a {
	color:#fff;
	text-decoration:none;
}
ul.navcatlist li ul {
	position: absolute;
	width: 180px;
	z-index:999;
	left: -999em;
	border-bottom:1px solid #afafaf;
}
ul.navcatlist li li {
	float: left;
	width: 180px;
}
ul.navcatlist li li a {
	background: #e9e9e9;
	float: none;
	color:#222;
	padding: 3px 10px;
	border-top: 1px solid #afafaf;
	border-right:0;
	width:auto;
}
ul.navcatlist li li a:hover, ul.navcatlist li li a:active {
	background: #ddd;
	color:#000;
	text-decoration:none;
}
ul.navcatlist li:hover ul, ul.navcatlist li.sfhover ul {
	left: auto;
	display:block;
}

a.navbar_phone
{
	font-size: 19px;
	padding: 7px 10px !important;
}

.navbar_phone_prefix
{
	font-size: 14px;
}

.zoekbox 
{
	background-image:url('../img/zoek_box_breed_bg.png');
	background-repeat:no-repeat;
	font-size:12px;
	font-weight:normal;
	height:241px;
	left:320px;
	padding:0;
	position:absolute;
	top:25px;
	width:430px;
}

.zoekboxsearch {
position:absolute;
top:38px;
}

#frontGoogleMaps
{
/*
	clear:both;
	background: url('../img/search_google_maps_bg3.png') no-repeat;
	width: 980px;
	height: 1000px;
	position: relative;
	margin-bottom: 5px;
*/
	position: relative;
	width: 980px;
}

#fontGoogleMapsContentTop  
{
	float:left;
	height:34px;
	width:980px;
	position: relative;
}

#fontGoogleMapsContentMiddle  
{
	background:url("../img/search_bg_middle_large.png") repeat scroll center bottom transparent;
	float:left;
	top:32px;
	width:980px;
	margin-bottom: 10px;
}

#google_maps_search_options
{
	/*float:left;
	padding-right:10px;
	width:205px;*/
	background-color:#FFFFFF;
	float:left;
	left:1px;
	margin-bottom:25px;
	position:relative;
	top:8px;
	width:205px;
}

.zoekboxinput
{
	width: 190px;
}

#search_content
{
	/*background: url('../img/search_new_bg.png') no-repeat;
	height: 1000px;
	*/
	width: 980px;
	position: relative;
}

#search_content_top
{
	height: 32px;
	float: left;
	width: 980px;
}

#search_content_middle
{
	background: url('../img/search_bg_middle_large.png');
	background-position: bottom;
	width: 980px;
	top: 32px;
	float: left;
}

#search_options
{
	background-color:#FFFFFF;
	float:left;
	left:1px;
	position:relative;
	top:8px;
	width:205px;
	margin-bottom: 25px;
}

#search_results
{
	float:left;
	margin-left:10px;
	position:relative;
	top:8px;
	width:750px;
}

.search_list_options
{
	padding: 0px 0px 0px 5px;
	margin: 0px;
	list-style: none;
}

.search_list_options li
{
	margin-bottom: 4px;
	color: #6E6F71;
}


.search_list_options a
{
	background: url('../img/checkbox_checked.png');
	background-repeat: no-repeat;
	padding: 0px 5px 0px 18px;
	letter-spacing: 0.3px;
	text-decoration: none;
	color: #6E6F71;
}

.search_list_options a:hover
{
	background-position: 0px -16px;
}

.search_list_option_checked
{
	background-position: 0px -16px !important;
}

.list_option_heading_fill
{
	background: url('../img/option_heading.png');
	background-repeat: repeat-x;
	font-weight:bold;
	height:29px;
	margin-top:10px;
	padding:0 0 0 5px;
}

.list_option_heading
{
	background: url('../img/option_heading.png');
	background-repeat: no-repeat;
	color:#6E6F71;
	font-size:12px;
	font-weight:bold;
	height:29px;
	letter-spacing:1px;
	margin-top:10px;
	padding:0 0 0 5px;
}

.remove_list_option
{
	background: url('../img/cross_small.png') no-repeat !important;
}

.disable_list_option
{
	background: url('../img/checkbox_disabled.png') no-repeat !important;
}

#map_search_results_information
{
	color:#646567;
	font-family:Arial,Helvetica,sans-serif;
	font-size:22px;
	font-weight:normal;
	padding: 5px 5px 2px 15px;
	float: left;
}

#search_results_information
{
	color:#646567;
	font-family:Arial,Helvetica,sans-serif;
	font-size:24px;
	font-weight:normal;
	padding: 5px; 
	margin-top:20px;
}

.search_result
{
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	background-color:#F8F8F8;
	margin-bottom:20px;
	padding:5px 10px;
	min-height: 89px;
}

.search_result img
{
	float: left;
	margin-right: 5px;
	border: 0px;
}

.search_result p
{
	float: left;
}

.search_result h3
{
	font-size:14px;
	font-weight:bold;
	letter-spacing:0.3px;
	margin: 0px;
	padding: 0px;
	color: #666666;
}

.search_result h3 a
{
	color: #666666;
	font-style: normal;
	text-decoration: none;
}

.search_result h3 a:hover
{
	color: #666666;
	font-style: normal;
	text-decoration: underline;
}

.search_result a
{
	color: #009EE0;
	text-decoration: none;
	font-style: italic;
}

.search_result a:hover
{
	color: #009EE0;
	text-decoration: underline;
	font-style: italic;
}

.paginator a 
{
	color:#000000;
	text-decoration:none;
}

.paginator a, .paginator span 
{
	border:1px solid #009EE0;
	display:inline;
	margin-bottom:5px;
	margin-right:5px;
	padding:0.3em 0.5em;
}

.current 
{
	background:#009EE0 none repeat scroll 0 0;
	color:#FFFFFF !important;
	font-weight:bold;
	text-decoration:none;
}

#search_paginator
{
	right: 5px;
	position: absolute;
	top: 5px;
}

#search_paginator_bottom
{
	height:24px;
	margin-bottom:15px;
	margin-left:10px;
}

#last_visited_bottom_paginator
{
	margin-left: 25px;
}

.last_visited_pagination_bottom
{
	height: 30px;
}

.searchbox_maps
{
	background-image:url('../img/search_box_maps_bg.png');
	background-repeat:no-repeat;
	font-size:12px;
	font-weight:normal;
	height:241px;
	left:750px;
	padding:0;
	position:absolute;
	top:25px;
	width:170px;
	text-align: center;
}

.searchbox_logo
{
	background-image:url('../img/search_box_maps_bg.png');
	background-repeat:no-repeat;
	font-size:12px;
	font-weight:normal;
	height:241px;
	left:20px;
	padding:0;
	position:absolute;
	top:25px;
	width:200px;
	text-align: center;
}

div.phone_nr
{
	position: absolute;
	left: 920px;
	padding-top: 8px;
	width: 200px;
	font-size: 18px;
	color: black;
}

div.loading_info
{
	color:#646567;
	font-family:Arial,Helvetica,sans-serif;
	font-size:24px;
	font-weight:normal;
	padding:5px;
}

.review_box
{
	background-color: #fff;
	margin-top: 2px;
	margin-bottom: 8px;
	float: left;
	width: 670px
}

.rating
{
	background:transparent url(../img/rating_bg.png) no-repeat scroll 10px 5px;
	float:left;
	height:60px;
	width:70px;
}

.rate
{
	color:#FFFFFF !important;
	float:left;
	font-size:20px !important;
	font-weight:bold;
	padding-top:17px;
	text-align:center;
	width:65px;
}

.review_message
{
	float: left;
	width: 385px;
	padding: 5px;	
}

.review_by
{
	float: left;
	width: 180px;
	padding: 5px 5px 5px 20px;
	font-family: Tahoma !important;
	letter-spacing: 1px;
	font-size: 11px !important;
}

#mainContentTitle 
{
	left:0;
	position:absolute;
	text-align:left;
	top:40px;
}

#largeContentTitle 
{
	text-align:left;
	float: left;
}

#largeContentTitle h3
{
	color:#646567;
	font-family:Arial,Helvetica,sans-serif;
	font-size:24px;
	font-weight:normal;
	margin:0;
	padding:0 0 0 10px;
}


#mainContentTitle h1
{
	color:#646567;
	font-family:Arial,Helvetica,sans-serif;
	font-size:24px;
	font-weight:normal;
	margin:0;
	padding:0 0 0 10px;
}

#regioTopTripsBox 
{
	clear:both;
	float:left;
	margin-left:10px;
	margin-right:10px;
	margin-top:15px;
	padding-top:65px;
	width:575px;
}

#topTripsTopTripsBox
{
	clear:both;
	float:left;
	margin-left:10px;
	margin-right:10px;
	margin-top:15px;
	padding-top:65px;
	width:950px;
}

#regioTopTripsBox .heading 
{
	color:#646567;
	font-family:Arial,Helvetica,sans-serif;
	font-size:24px;
	font-weight:normal;
	margin:0;
	padding:0;
}

.trip_title
{
	font-size:14px;
	font-weight:bold;
	letter-spacing:0.3px;
}

.trip_title a
{
	color: #646567;
	text-decoration: none;
}

.trip_title a:hover
{
	color: #646567;
	text-decoration: underline;
}

.trip_description
{
	font-size: 12px;
	font-weight: normal;
	padding-bottom: 8px;
	color: #646567;
}

.trip_description a
{
	color: #009EE0;
	text-decoration: none;
}

.trip_description a:hover
{
	color: #009EE0;
	text-decoration: underline;
}

#startpage_searchbox
{
	background: url('../img/search_box_small_startpage_bg.png');
	position: absolute;
	left: 535px;
	top: 50px;
	width: 406px;
	height: 150px;
}

#startpage_searchbox_map
{
	position: absolute;
	left: 20px;
}

#startpage_searchbox_options
{
	padding: 10px;
}

#startpage_searchbox_options .search_title
{
	color:#646567;
	font-size: 24px;
	padding: 10px 0px 5px 5px;
}

#startpage_searchbox_options h1
{
	font-family: Georgia;
	color:#000000;
	font-size: 24px;
	font-weight: normal;
	margin: 0px;
	padding: 0px 0px 5px 5px;
}

.highLight
{
	color: #DC7B2E;
	font-style: italic;
	font-weight: bold;
}

#startpage_searchbox_options .search_comment
{
	color:#646567;
	font-size: 12px;
	padding: 0px 0px 10px 5px;
}

#header_right_options
{
	float:right;
	font-size:29px;
	position:relative;
	width: 445px;
}

#header_promotext
{
	font-size: 18px;
	color: #1179C0;
	font-family: georgia;
	margin-top: 30px;
	text-align: right;
	font-weight: bold;
}

.header_promotext_highlight
{
	color:#1179C0;
	font-weight: bold;
	font-size: 22px;
}

#header_phone
{
	font-family: georgia;
	font-size:29px;
	color:#DC7B2E;
	text-align: right;
}

.header_phone_default
{
	margin-top: 30px;
}

.header_phone_startpage
{
	margin-top: 8px;
}

#header_phone .price
{
	font-size: 12px;
}

#header_search
{
	text-align: right;
	font-size:15px;
}

#header_search a
{
	color: #1179C0;
	text-decoration: underline;
}

#startpageSecondBox
{
	background: url('../img/startpage_second_box_bg.png') no-repeat;
	float:left;
	height:600px;
	margin-top:8px;
	position:relative;
	width:980px
}

#startpageOptionsBar
{
	background: url('../img/promobox_heading37_bg.png') no-repeat;
	float:left;
	height:37px;
	position:absolute;
	left: 1px;
	top: 1px;
	width:978px
}

#startpageSecondBoxContent
{
	position: absolute;
	top: 40px;
	left: 1px;
	width: 978px;
	right: 1px;
}

.startpageSecondBoxContentLeft
{
	float: left;
	margin-left: 5px;
	margin-top: 10px;
	width: 415px;
	position: relative;
}

.startpageSecondBoxContentRight
{
	float:left;
	margin-left:10px;
	margin-top:10px;
	width:535px;
}

.startpageContentBox
{
	height: 128px;
	/*border: 1px solid black;*/
	/*background: yellow;*/
	/*position: relative;*/
	float: left;
	width: 535px;
}

.borderBottomGray
{
	border-bottom:1px solid #D0D1D2;
}

.startpageContentBox h3
{
	color: #DE6C13;
	font-size: 16px;
	font-weight: bold;
	margin-bottom:2px;
	margin-top:10px;
	padding: 0px;
	float: left;
	width: 395px;
}

.startpageContentBox h3 a
{
	color: #DE6C13;
	font-size: 16px;
	font-weight: bold;
	margin-bottom:2px;
	margin-top:10px;
	padding: 0px;
	text-decoration:none;
}

.startpageContentBox h3 a:hover
{
	color: #DE6C13;
	text-decoration:underline;;
}


.startpageContentBoxDescription
{
	line-height: 14px;
	height: 69px;
	float: left;
	width: 395px;
}

.startpageContentBoxOptions
{
	color:#009EE0;
	font-size: 14px;
	text-align: right;
	float: left;
}

#startpageSecondBoxContent .price
{
	margin-right: 200px;
}

#startpageSecondBoxContent .price a
{
	color: #1179C0;
	text-decoration: none;
}

#startpageSecondBoxContent .price a:hover
{
	color: #1179C0;
	text-decoration: underline;
}

#startpageSecondBoxContent .read_more
{
	font-style:italic;
	/*margin-right: 20px;*/
}

#startpageSecondBoxContent .read_more a
{
	color: #1179C0;
	text-decoration: none;
}

#startpageSecondBoxContent .read_more a:hover
{
	color: #1179C0;
	text-decoration: underline;
}

.startpageContentBoxExtra
{
	margin-bottom: 10px;
	position: relative;
	float:left;
}

#logo_header
{
	float: left;
	padding-top: 10px;
}

.startpageContentBoxPicture
{
	float: left;
	width: 140px;
	padding-top: 25px;
}

.startpageContentBoxPictureTransStroke
{
	background: url('../img/white_transparant_bg.png') repeat;
	float:left;
	height:55px;
	position:absolute;
	top:190px;
	width:412px;
	left: 0px;
}

.startpageContentBoxExtraComment
{
	color: #DE6C13;
	font-size: 18px;
	font-weight: bold;
	padding-top: 5px;
	padding-left: 10px;
}

.startpageContentBoxExtraNote
{
	color: #1179C0;
	font-size: 17px;
	font-weight: bolder;
	text-align: right;
	padding-right: 10px;
}

.promoBox
{
	float:left;
}

#featuredimages
{
	list-style-type:none;
	margin:0px;
	padding:0px;
	height: 320px;
}

#featuredimages li
{
	position: absolute;
}

#trip_search_box
{
	height:140px;
	width:980px;
	background:transparent url(../img/trip_search_box_bg3.png) no-repeat scroll 0 0;
	margin-bottom: 5px;
	float: left;
}

#trip_search_box .search_title
{
	color:#646567;
	font-size:24px;
	font-weight:normal;
	margin:0;
	padding:10px 0 5px 10px;
}

#trip_search_box_options 
{
	float: left;
	margin-left: 80px;
}

#trip_search_box_map
{
	float:left;
	padding-left:25px;
	padding-top:10px;
}

#trip_search_box_delete
{
	float: right;
	margin-right: 10px;
	margin-top: 10px;
}

.sitemap
{
	clear: both;
	float: left;
}

.sitemap a
{
	color: #646567;
	text-decoration:none;
}

.sitemap a:hover
{
	color: #646567;
	text-decoration: underline;
}

#largeContentBottom
{
	background: url('../img/large_content_bottom_bg.png');
	background-repeat: no-repeat;
	height:15px;
	float:left;
	width:980px;
}

.zoekinput_var_b
{
	width: 450px;
	height: 28px;
	font-size: 16px;
	padding-top: 7px;
}

.zoekinput_var_c
{
	width: 365px;
	height: 28px;
	font-size: 16px;
	padding-top: 7px;
}

#search_results_order_row
{
	color:#fff;
	font-family:Arial,Helvetica,sans-serif;
	font-size:14px;
	font-weight:bold;
	padding: 5px 15px;
	border: 1px solid #009EE0;
	background: #009EE0;
}

.search_results_options a
{
	font-style: normal;
}

.search_results_options a:hover
{
	font-style: normal;
}

.search_results_options
{
	font-style: normal;
}

.search_trip_rating_box
{
	float:right;
	width: 60px;	
}

.search_trip_price_box
{
	float:right;
	width: 100px;	
}

.search_trip_rating
{
	background:transparent url(../img/rating_bg.png) no-repeat scroll 0 0;
	height:45px;
	width:45px;
	float: right;
}

.search_trip_price
{
	background:transparent url(../img/price_bg.png) no-repeat scroll 0 0;
	height:45px;
	width:90px;
	float: right;
}

.search_trip_rate_avg
{
	color:#FFFFFF !important;
	float:right;
	font-size:20px !important;
	font-weight:bold;	
	padding-top:10px;
	text-align:center;
	width:45px;
}

.search_trip_price_avg
{
	color:#646567 !important;
	float:right;
	font-size:18px !important;
	font-weight:bold;	
	padding-top:10px;
	text-align:center;
	width:90px;
}

.search_trip_rate_amount
{
	clear: both;
	float: right;
	padding-top: 2px;
	color: #666666;
}


.search_trip_rate_amount a
{
	color: #666666;
	text-decoration:none;
	font-style: normal;
}

.search_trip_rate_amount a:hover
{
	color: #666666;
	text-decoration:underline;
	font-style: normal;
}

.boxBottomTotalTop
{
	background:transparent url(../img/box_categories_links_top.png) no-repeat scroll 0 0;
	height: 4px;
	width: 980px;
	float: left;
}

#trip_search_form label
{
	display: block;
}

.provinceSelectBox
{
	float: left;
	width: 235px;
	height: 160px;
	text-align: center;
	padding-top: 20px;
}

.provinceSelectBox a
{
	display:block;
	color: #DC7B2E;
	font-weight: bold;
	font-size: 14px;
}

.regionSelectBox
{
	float: left;
	width: 235px;
	text-align: left;
	padding-top: 12px;
}

.regionSelectBox a
{
	display:block;
	color: #DC7B2E;
	font-weight: bold;
	font-size: 14px;
}

.provinceSelectBox img
{
	padding-top: 5px;
	border: 0px;
}

.provinceTripLinks p
{
	
}

.provinceTripLinks a
{
	color: #646567;
	line-height: 18px;
}

.top10 ul
{
	margin: 0px;
	padding: 0px;
}

.top10 ul li
{
	list-style-type: none;
	line-height: 20px;
}

.phone_header 
{
	font-size: 12px;
}
