html {
	overflow: -moz-scrollbars-vertical;
	overflow-x:auto;	
}
body
{
	background:transparent url(../images/bg-body.gif) repeat fixed 0 0;
	margin:0;
	font:10px Verdana, Arial, Helvetica, sans-serif;
	color: #333;
}
select, option, input
{
	font:11px Verdana, Arial, Helvetica, sans-serif;
}
a {
	color: #0090ff;
	text-decoration: none;
	outline:none;
}
a:hover {
	text-decoration: none;
	background: #0090ff;
	color: #fff;
}
img{
	margin:0;
	border:none;
}
#main {
	margin:0pt auto;
	overflow:hidden;
	padding:0pt 0pt 20px;
	position:relative;
	width:972px;
}
#main span.bottom {
	background:transparent url(../images/bg-main-bottom.png) no-repeat scroll 0%;
	display:block;
	font-size:0pt;
	height:11px;
	line-height:0pt;
	overflow:hidden;
	width:972px;
}
#main-section {
	background:transparent url(../images/bg-container.png) repeat-y scroll 0%;
	overflow:hidden;
	width:100%;
}
input.text, textarea.text
{
	margin:0;
	padding:1px 0 2px;
	width:126px;
	border:1px solid #cecece;
	background:#fff;
	font:12px Arial, Helvetica, sans-serif;
	color:#333;
}
.error 
{
	color:Red;
}
.successmsg 
{
	color:#800033;
}
.loader 
{
	display:none;
}
.floatleft 
{
	float:left;
}
.floatright 
{
	float:right;
}
td.buttons 
{
	line-height:30px;
}
td.buttons a.cancel
{
	margin-left:10px;
}
#content a.watisdit 
{
	color:#800033;
	cursor:help;
}
#content a.watisdit:hover
{
	background:transparent;
	color:#800033;
}
div.error-page 
{
	margin-top:10px;
	background:#eaf5d1;
}
div.error-page .content
{
	padding:10px;
	line-height:normal;
	font-size:11px;
}
div.error-page .content h1
{
	font-size:18px;
	margin:0 0 10px 0;
	color:#800033;
}
div.error-page ul
{
	padding:0pt 0pt 12px;
}
div.error-page ul li
{
	background:transparent url(../images/bg-info-list.gif) no-repeat scroll left center;
	list-style:none;
	padding:2px 10px 1px;
}
.info-block-header h3
{
	background:#BCDE72 none repeat scroll 0%;
	color:#333333;
	font-size:11px;
	margin:0pt;
	overflow:hidden;
	padding:8px 11px;
	text-transform:uppercase;
}
/* tooltip */
#jHelperTipContainer .loadcontent 
{
	background-color:#fff;
	border:1px solid #ccc;
	line-height:25px;
	padding:3px 3px 0 3px;
}
#jHelperTipContainer .loadimg
{
	float:left;
	margin-right:8px;
}
#jHelperTipAttrContainer{ 
	background-color:#EAF5D1;
	display:none;
	width:198px;
}
#jHelperTipAttrContainer .info-block-header-small h3 { 
	background:#BCDE72;
	text-transform: uppercase;
	margin:0;
	font-size:11px;
	padding:8px 11px;
}
#jHelperTipAttrContainer .content { 
	padding:6px;
}
/*----------------------header----------------------*/
/*--header--*/
#header{
	top:0;
	left:6px;
	z-index:555;
	width:960px;
	height:130px;
	position:absolute;
}
.header-holder{
	width:100%;
	overflow:hidden;
	position:relative;
}
#header h1{
	top:0;
	left:0;
	margin:0;
	height:123px;
	z-index:999;
	overflow:hidden;
	position:absolute;
}
#header h1 a{
	width:155px;
	height:123px;
	cursor:pointer;
	display:block;
	overflow:hidden;
	text-indent:-9999px;
	text-decoration:none;
	background:url(../images/bg-logo.png) no-repeat;
}
/*--header-box--*/
.header-box{
	width:100%;
	overflow:hidden;
	position:relative;
}
.header-box cite{
	position:absolute;
	bottom:0;
	left:0;
	width:790px;
	padding:5px 4px 6px 166px;
	color:#f53e90;
	font:10px/14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	background:url(../images/bg-header-cite.png) repeat-y;
}
/*--nav-holder--*/
.nav-holder{
	width:826px;
	overflow:hidden;
	background:#555;
	padding:8px 0 8px 134px;
}
/*--navigation--*/
ul#navigation{
	float:left;
	margin:0;
	padding:0;
}
ul#navigation li{
	float:left;
	list-style:none;
	display:inline;
	padding:0 0 0 30px;
}
ul#navigation a{
	color:#fff8fa;
	text-decoration:none;
	font:bold 11px/14px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
ul#navigation li.active a
{
	background:transparent;
	color:#bcde72;
}
ul#navigation a:hover
{
	background:transparent;
	color:#bcde72;
}
/*--user-area--*/
ul.user-area{
	float:right;
	margin:0;
	padding:0 10px 0 0;
	text-align:right;
}
* html ul.user-area{float:none;}
* +html ul.user-area{float:none;}
ul.user-area li{
	list-style:none;
	display:inline;
	padding:0 4px 0 6px;
	background:url(../images/bg-user-area-separator.gif) no-repeat 0 2px;
}
* html ul.user-area li{background-position:0 3px;}
* +html ul.user-area li{background-position:0 3px;}
ul.user-area li:first-child{background:none;}
ul.user-area a{
	color:#eee;
	text-decoration:none;
	font:bold 11px/14px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
ul.user-area a.active {color:#bcde72;}
ul.user-area a:hover {color:#fff;}
/*----------------------content----------------------*/
#content{
	clear:both;
	margin:130px 0pt 0pt;
	overflow:hidden;
	padding:0pt 16px 10px;
	width:940px;
	min-height:400px;
}
/*--top-content--*/
.top-content{
	width:100%;
	overflow:hidden;
	margin:9px 0 0;
}
.top-content strong{
	float:left;
	color:#222;
	letter-spacing:-1px;
	padding:0 5px 0 10px;
	font:11px/14px Verdana, Arial, Helvetica, sans-serif;
}
.top-content span{float:right; white-space:nowrap;}
.top-content span a{
	text-decoration:none;
	letter-spacing:-1px;
	font:11px/14px Verdana, Arial, Helvetica, sans-serif;
}
/*--breadcrumb--*/
ul.breadcrumb{
	float:left;
	margin:0;
	padding:0;
}
ul.breadcrumb li{
	float:left;
	color:#c50049;
	list-style:none;
	display:inline;
	padding:0 5px 0 11px;
	font:bold 10px/14px Verdana, Arial, Helvetica, sans-serif;
	background:url(../images/bg-breadcrumb.gif) no-repeat 0 6px;
}
ul.breadcrumb li:first-child{
	background:none;
	padding-left:0;
}
ul.breadcrumb a{
	text-decoration:none;
	font-weight:normal;
}
/*--information--*/
/*--information--*/
.information{
	width:100%;
	overflow:hidden;
	padding:7px 0 4px;
}
/*--gallery--*/
.gallery{
	float:left;
	width:480px;
}
/*--img-holder--*/
.img-holder{float:left;}
/*--gallery-list--*/
.gallery-list-holder {
	float:right;
	height:250px;
	overflow:hidden;
	position:relative;
	width:107px;
}
ul.gallery-list li .caption {
	background:#FFFFFF none repeat scroll 0%;
	color:#555555;
	display:none;
	height:13px;
	left:1px;
	padding:0px 2px;
	position:absolute;
	top:1px;
	z-index:98;
}
.view-all-images 
{
	float:right;
	padding:4px 7px 5px 0px;
}
.view-all-images a 
{
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:10px;
	letter-spacing:-1px;
	line-height:14px;
}
ul.gallery-list{
	float:right;
	margin:0;
	padding:0;
	width:110px;
	overflow:hidden;
	position:absolute;
}
ul.gallery-list li{
	float:left;
	width:107px;
	list-style:none;
	height:85px;
	text-align:center;
	position:relative;
}
ul.gallery-list a{
	color:#0090ff;
	letter-spacing:-1px;
	text-decoration:none;
	font:10px/14px Verdana, Arial, Helvetica, sans-serif;
}
ul.gallery-list a:hover{text-decoration:underline}
/*--info--*/
.info{
	float:right;
	width:438px;
	padding:0 8px 0 0;
	position:relative;
}
.info h2
{
	width:350px;
	margin:2px 0 0 4px;
	color:#c50049;
	font:bold 24px/26px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.info h2 span
{
	text-indent:-2000px;
}
.info h2 span.star-rating-30
{
	background: url(../images/rating-stars-30.png) no-repeat 0 11px;
}
.info h2 span.star-rating-35
{
	background: url(../images/rating-stars-35.png) no-repeat 0 11px;
}
.info h2 span.star-rating-40
{
	background: url(../images/rating-stars-40.png) no-repeat 0 11px;
}

.info h2 span.star-rating-45
{
	background: url(../images/rating-stars-45.png) no-repeat 0 11px;
}
.info h2 span.star-rating-50
{
	background: url(../images/rating-stars-50.png) no-repeat 0 11px;
}

.info span.save-button
{
	position:absolute;
	top:9px;
	right:9px;
}
.info span.save-button a
{
	background:url(../images/bewaren.gif) no-repeat 0 0px;
	display:block;
	height:23px;
	width:81px;
}
.info span.saved a
{
	background-position:0 -23px;
}

.info h3{
	margin:0 0 0 4px;
	color:#ee276f;
	font:bold 18px/22px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.info h3 a{
	color:#ee276f;
	text-decoration:none;
}
.info h3 a:hover{text-decoration:underline;background:transparent}
/*--info-holder--*/
.info-holder{
	width:100%;
	overflow:hidden;
}
.info-nav{
	padding:15px 4px 0;
	overflow:hidden;
}
/*--lists--*/
.lists{
	float:left;
	width:330px;
}
.lists ul{
	float:left;
	margin:2px 0 0;
	padding:0 0 0 5px;
}
.lists ul li{
	float:left;
	color:#222;
	width:134px;
	list-style:none;
	padding:0 0 0 11px;
	font:11px/15px Arial, Helvetica, sans-serif;
	background:url(../images/bg-list-separator.gif) no-repeat 0 6px;
}
.lists ul strong{font-weight:normal;}
/*--tools--*/
ul.tools{
	margin:0;
	padding:0;
	float:right;
	width:80px;
}
ul.tools li{
	float:left;
	width:62px;
	list-style:none;
	padding:0 0 1px 18px;
}
ul.tools li.bewaar{background:url(../images/bg-bewaar.gif) no-repeat 1px 2px;}
ul.tools li.stuur-door{background:url(../images/bg-stuur-door.gif) no-repeat 1px 3px;}
ul.tools li.print{background:url(../images/bg-print.gif) no-repeat 1px 2px;}
ul.tools li.pdf{background:url(../images/bg-pdf.gif) no-repeat 1px 2px;}
ul.tools li.saved{background:url(../images/tools-saved.gif) no-repeat 1px 2px;}
ul.tools a{
	text-decoration:none;
	font:10px/15px Arial, Helvetica, sans-serif;
}
/*--info-box--*/
.info-box{
	width:418px;
	height:100px;
	overflow:hidden;
	margin:19px 0 0;
	padding:12px 10px 4px;
	background:url(../images/bg-info-box.gif) no-repeat;
	cursor:pointer;
}
.info-box-holder{
	width:100%;
	height:57px;
	overflow:hidden;
	background:url(../images/bg-separator-line.gif) repeat-y 234px 0;
}
/*--menu--*/
ul.menu{
	margin:0;
	padding:5px 0 0 15px;
	float:left;
	width:220px;
	overflow:hidden;
}
ul.menu li{
	float:left;
	list-style:none;
	display:inline;
	text-align:center;
	padding:0 12px 0 12px;
	background:url(../images/bg-plus.gif) no-repeat 0 25px;
}
ul.menu li#autovak, 
ul.inclusive li#autovak 
{
	background:url(../images/autovak-bg.gif) no-repeat;
	height:46px;
	width:102px;
	padding-left:0px;
}
ul.inclusive li#autovak 
{
	padding-right:15px;
}
ul.menu li#autovak strong
{
	margin:18px 0pt 0pt 9px;
}
#content ul.inclusive li#autovak strong 
{
	margin:18px 0pt 0pt 1px;
}
ul.menu li:first-child{
	background:none;
	padding-left:0;
}
ul.menu span{
	float:left;
	color:#c50049;
	text-align:center;
	font:bold 9px/12px Verdana, Arial, Helvetica, sans-serif;
}
ul.menu strong{
	display:block;
	overflow:hidden;
	text-align:center;
	padding:0 0 3px;
}
ul.menu img{margin:0 auto; display:inline;}
ul.menu a:hover{text-decoration:underline;background:transparent}
/*--info-price--*/
.info-price{
	float:right;
	width:180px;
	text-align:center;
}
.info-price span
{
	display:block;
	float:left;
	color:#c50049;
	font:bold 12px/14px Verdana, Arial, Helvetica, sans-serif;
	margin: 12px 6px 0 0;
}
.info-price p{
	margin:0;
	color:#c50049;
	font:bold 10px/20px Verdana, Arial, Helvetica, sans-serif;
	margin-top:9px;
}
.info-price div.pdate {
	color:#c50049;
	font-weight:bold;
	margin:1px 0 0 0;
}
.info-price p strong{font:bold 25px/27px Verdana, Arial, Helvetica, sans-serif;}
/*--prijzen-link--*/
.prijzen-link{
	width:100%;
	margin:8px 0 0;
	padding:8px 0;
	overflow:hidden;
	text-align:center;
}
.prijzen-link a{
	color:#fff8fb;
	text-decoration:none;
	font:bold 15px/20px Verdana, Arial, Helvetica, sans-serif;
}
.prijzen-link a:hover{background:transparent}
/* -- general header --*/
.general-header span{
	color:#d00053;
	text-decoration:none;
	font:bold 18px/21px Arial, Helvetica, sans-serif;
	clear: both;
	display: block;
}

.general-header span a{
	color: #d00053;
}
.general-header span a:hover{
	color: #d00053;
	background: transparent;
	text-decoration: underline;
}

/*--info-holder--*/
/*.info-holder{
	overflow:hidden;
	clear:both;
}
* html .info-holder{
	height:1%;
	overflow:visible;
}
.info-nav{
	float:left;
	width:150px;
}
ul.info-list{
	display:block;
	overflow:hidden;
	margin:15px 0 0;
	padding:0 0 0 1px;
}
ul.info-list li{
	float:left;
	width:120px;
	list-style:none;
	padding:0 0 2px 9px;
	background:url(../images/bg-info-list.gif) no-repeat 0 5px;
}
ul.info-list span{
	color:#333;
	text-decoration:none;
	font:11px/14px Arial, Helvetica, sans-serif;
}
.info-box{
	float:right;
	width:180px;
}
.info-box em{
	display:block;
	overflow:hidden;
	clear:both;
	color:#777;
	margin:10px 0 0 20px;
	font:bold 11px/30px Arial, Helvetica, sans-serif;
}
.info-box em strong{
	font-size:30px;
	margin:0 0 0 15px;
	vertical-align:bottom;
}
* html .info-box em strong{vertical-align:middle;}
* +html .info-box em strong{vertical-align:middle;}(*/
/*--menu--*/
/*--btn--*/
a.btn{
	float:left;
	clear:both;
	height:30px;
	display:inline;
	color:#f6f6f6;
	margin:10px 0 0 20px;
	padding:0 0 0 5px;
	text-decoration:none;
	background:url(../images/bg-btn-left.gif) no-repeat;
}
a.btn span{
	float:left;
	padding:0 18px 0 12px;
	font:bold 15px/30px Arial, Helvetica, sans-serif;
	background:url(../images/bg-btn.gif) no-repeat 100% 0;
}
a.btn:hover{text-decoration:underline; cursor:pointer;}
/*--text-block--*/
.text-block{
	width:100%;
	padding:2px 0 35px;
	/*overflow:hidden;*/
}
/*--text-column--*/
.text-column{
	float:left;
	width:580px;
}
/*--tabset-area--*/
.tabset-area{
	width:100%;
	margin:-2px 0 0;
	position:relative;
}
/*--text-menu--*/
ul.text-menu{
	margin:2px 0 0;
	padding:0;
	width:100%;
}
ul.text-menu .left
{
	background:url(../images/tabs-bg-left.gif) no-repeat 0 -27px;
	width:5px;
	height:27px;
	display:block;
	float:left;
	margin-top:5px;
}
ul.text-menu .right
{
	background:url(../images/tabs-bg-right.gif) no-repeat 0 -27px;
	width:5px;
	height:27px;
	display:block;
	float:left;
	margin-top:5px;
}
ul.text-menu .center
{
	height:25px;
	margin-top:7px;
	float:left;
	background-color:#d6eea1;
	padding-top:0px;
}
ul.text-menu .active .left
{
	background-position:0 0px !important;
}
ul.text-menu .active .right
{
	background-position:0 0px !important;
}
ul.text-menu .active .center
{
	background-color:#bcde72;
	margin-top:5px;
	height:25px;
	padding-top:2px;
}
ul.text-menu .hover .left
{
	background-position:0 -54px !important;
}
ul.text-menu .hover .right
{
	background-position:0 -54px !important;
}
ul.text-menu .hover .center
{
	background-color:#eaf5d1;
	margin-top:7px;
	height:25px;
	padding-top:0px;
}
ul.text-menu a:hover
{
	background:none;
	color:#333;
}
ul.text-menu:after{
	display:block;
	clear:both;
	height:0;
	content:"";
}
ul.text-menu li{
	float:left;
	list-style:none;
	display:inline;
	margin:-2px 2px 0 0;
}
ul.text-menu li:first-child{background:none;}
ul.text-menu a{
	float:left;
	color:#333;
	position:relative;
	padding:0px 4px 0 5px;
	text-decoration:none;
	font:bold 11px/25px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}
/*ul.text-menu li.active a,
ul.text-menu a:hover
{
	text-transform:uppercase;
	color:#f53e90;
	padding:4px 10px 0 10px;
	margin:0 -1px 0 0;
	background:#d4eba2;
}*/
/*--text-holder--*/
.feature-holder,
.text-holder{
	overflow:hidden;
	clear:both;
	width:100%;
	margin:10px 0 0;
}
.text-holder .last{
	background:none;
}
.text-holder p{
	clear:both;
	overflow:hidden;
	margin:3px 60px 0 1px;
	padding:0 0 3px;
	color:#333;
	font:11px Arial, Helvetica, sans-serif;
}
/*--text-box--*/
.text-box{
	width:535px;
	clear:both;
	padding:6px 10px 10px 15px;
	margin-bottom: 10px;
}
.text-box-noline{
	float:left;
	width:575px;
	clear:both;
	padding:6px 10px 10px 15px;
}
.eliza-message {
	border: 1px solid #e2d3b5;
	background-color: #fffdf8;
	border-bottom: none;
	margin-bottom: 10px;
	padding: 10px 9px 9px 14px;
}
.text-box a{
	color: #0090ff;
	text-decoration: none;
	font:11px/14px Arial, Helvetica, sans-serif;
}
.text-box a:hover{
	background: #0090ff;
	color:#fff;
	text-decoration:none;
}
/*--head--*/
.text-holder .head{
	width:100%;
	clear:both;
	display:block;
	overflow: hidden;
}
.text-holder .head h2,
.text-holder .head h3{
	float:left;
	margin:0;
}
.text-holder .head h2{
	font:bold 18px/20px Arial, Helvetica, sans-serif;
}
.text-holder .head h3{
	font:bold 14px/20px Arial, Helvetica, sans-serif;
}
.text-holder .head h2 a{
	font:bold 18px/20px Trebuchet MS, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color:#800033;
}
.text-holder .head h3 a{
	font:bold 14px/20px Arial, Helvetica, sans-serif;
	text-decoration: none;
	color:#800033;
}
.text-holder .head h3 a:hover,
.text-holder .head h2 a:hover{
	text-decoration: none;
	color:#D00053;
	background:transparent;
}
.text-holder .footer{
	padding-top:5px;
}

/*--heading-info--*/
.heading-info{
	float:left;
	padding:0 0 0 5px;
	color:#333;
	font:italic 11px/22px Arial, Helvetica, sans-serif;
	height: 22px;
	/*width: 320px;*/
	overflow: hidden;
	clear: right;
}
.heading-info a{
	color: #0066cc; 
	text-decoration: none; 
	font-style:italic;
}
.heading-info a:hover{
	background: #0066cc;
	color:#fff;
	text-decoration:none;
}
/*--popup--*/
.popup-block{
	display:inline;
}
.popup-block.hover,
.popup-block:hover{position:relative;}
.popup-block.hover .popup,
.popup-block:hover .popup{display:block;}
.popup{
	width:234px;
	/*display:none;*/
	overflow:hidden;
}
.popup span.top,
.popup span.bottom{
	float:left;
	width:234px;
	line-height:0;
}
.popup span.top{background:url(../images/profile_top.png) no-repeat; height:7px;}
.popup span.bottom{background:url(../images/profile_bottom.png) no-repeat; height:7px;}
.popup-box{
	float:left;
	width:220px;
	padding:0px 7px 0px 7px;
	background:url(../images/profile_center.png) repeat-y;
}
.popup-box .last{background:none;}
/*--popup-top--*/
.popup-top{
	overflow:hidden;
	clear:both;
}
/*--avatar-holder--*/
.avatar-holder{
	float:left;
	width:240px;
}
.avatar-holder img{
	float:left;
	margin:0;
	border:1px solid #ddd;
}
.avatar-holder strong{
	float:left;
	color:#333;
	margin:5px 0 0;
	padding:0 0 0 10px;
	font:bold 14px Arial, Helvetica, sans-serif;
}
/*.popup-top a.close{
	float:right;
	color:#333;
	padding:0 17px 0 0;
	font:10px/14px Arial, Helvetica, sans-serif;
	background:url(../images/bg-close.gif) no-repeat 100% 0;
}
.popup-top a.close:hover{text-decoration:none;}*/
a.close_popup{
	position: relative;
	top: 30px;
	left: 165px;
	z-index: 10;
	color: #0066cc;
	text-decoration: none;
	padding:0 17px 0 0;
	font:10px/14px Arial, Helvetica, sans-serif;
	background:url(../images/bg-close.gif) no-repeat 100% 0;
}
a.close_popup:hover{
	background: #0066cc;
	color:#fff;
	text-decoration:none;
}

/*--popup-text--*/
.popup-text{
	overflow:hidden;
	clear:both;
	width:255px;
	margin:8px 0 0;
	padding:0 0 5px;
	background:url(../images/bg-text-box-separator.gif) repeat-x 0 100%;
}
.popup-text p{
	overflow:hidden;
	margin:0;
	color:#333;
	font:10px/12px Arial, Helvetica, sans-serif;
}
.popup-text p a{
	color: #0066cc; 
	font-style:normal; 
	text-decoration: none;
}
.popup-text p a:hover{
	color:#fff;
	background: #0066cc;
	text-decoration:none;
}
.popup-box ul{
	display:block;
	overflow:hidden;
	clear:both;
	width:100%;
	margin:0;
	padding:0;
}
.popup-box ul li{
	float:left;
	display:inline;
	list-style:none;
	font:10px/13px Arial, Helvetica, sans-serif;
	background:url(../images/bg-gallery-info-separator.gif) no-repeat 100% 2px;
	padding: 0 5px 0 0;
}
.popup-box ul li.last{
	background:none;
	padding: 0 0 0 5px;
}
.popup-box ul a{
	color: #0066cc;
	text-decoration: none;
}
.popup-box ul a:hover{
	color:#fff;
	background: #0066cc;
	text-decoration:none;
}
/*--promo-block--*/
.promo-block{
overflow:hidden;
	clear:both;
	width: 560px;
	height: 135px;
	margin:0 0 0 9px;
	padding:4px 9px 26px;
	background:url(../images/acco-carousel-bg.gif);
	border:1px solid #e0d0b1;
}
* html .promo-block{
	height:1%;
	overflow:visible;
}
.promo-block .heading{
	overflow:hidden;
	clear:both;
}
.promo-block h3{
	overflow:hidden;
	float:left;
	margin:4px 0 0;
	padding:0 0 0 2px;
	color:#800033;
	font:bold 12px/14px Trebuchet MS;
	text-transform:uppercase;
}
.promo-block .heading div{
	float:right;
}
* html .promo-block .heading div{
	height:1%;
	overflow:visible;
}
/*--quantity--*/
ul.quantity{
	float:left;
	overflow:hidden;
	margin:6px 0 0;
	padding:0;
	height:8px;
}
ul.quantity li{
	float:left;
	width:8px;
	height:8px;
	margin:0 5px 0 0;
	list-style:none;
	display:inline;
	background:url(../images/bg-quantity.gif) no-repeat 0 -8px;
}
ul.quantity li.active{background-position:0 0;}
/*--location--*/
/*ul.location{
	float:left;
	overflow:hidden;
	margin:0;
	padding:4px 10px 0px 5px;
}
ul.location li{
	float:left;
	height:19px;
	width:28px;
	list-style:none;
	display:inline;
	padding:0 1px 0 0;
}
ul.location a
{
	cursor:pointer;
	float:left;
	width:28px;
	height:19px;
	overflow:hidden;
	text-decoration:none;
	text-indent:-99999px;
}
ul.location li.previous{background:url(../images/bg-location-separator.gif) no-repeat 100% 0;}
ul.location li.previous a{background:url(../images/bg-previous.gif) no-repeat;}
ul.location li.next{background:none;}
ul.location li.next a{background:url(../images/bg-next.gif) no-repeat;}*/
/*--promo--*/
.promo{
	width:559px;
	margin:15px 0 0;
	height:116px;
	overflow:hidden;
	position:relative;
	border:1px solid #e1d2b4;
}
.promo-box{
	top:0;
	left:0;
	position:absolute;
}
.promo-holder{
	float:left;
	/*width:10000px;*/
}
/*--holder--*/
.holder{
	float:left;
	width:288px;
	height:97px;
	margin: 0px;
	padding:9px 10px 0px 10px;
	background:#fff;
	border-right:1px solid #ccc;
}
.holder_last{
	border-right:1px solid #fff;
}
.holder span.img{
	float:left;
	padding:2px;
	margin:0 10px 0 0;
	display:inline;
	border:1px solid #fff;
}
.holder ul{
	display:block;
	overflow:hidden;
	margin:2px 0 0;
	padding:0;
}
* html .holder ul{
	height:1%;
	overflow:visible;
}
.holder ul li{
	float:left;
	list-style:none;
	display:inline;
	/*margin:0 4px 0 0;
	padding:0 5px 0 0;*/
	background:url(../images/bg-gallery-info-separator.gif) no-repeat 100% 2px;
}
.holder ul li.last{background:none;}
.holder ul a{
	color:#333;
	text-decoration:none;
	font:bold 10px/12px Arial, Helvetica, sans-serif;
}
.holder ul a:hover{
	color:#fff;
	background:#333;
	text-decoration:none;
}
.holder em{
	display:block;
	overflow:hidden;
	color:#777;
	margin:15px 0 0;
	padding:0 0 5px;
	font:bold 9px/18px Arial, Helvetica, sans-serif;
}
.holder em strong{
	font-size:16px;
	margin:0 0 0 2px;
	vertical-align:bottom;
}
* html .holder em strong{vertical-align:middle;}
* +html .holder em strong{vertical-align:middle;}
/*--inner---*/
.promo-holder .inner{background:#fffdf4;}
.promo-holder .inner span.img{border:1px solid #b7b7b7;}
/*--tab-holder--*/
.tab-holder{
	padding:10px;
	overflow:hidden;
	background:#BCDE72;
}
* html .tab-holder{
	height:1%;
	overflow:visible;
}
.tab-text{
	width:100%;
	overflow:hidden;
	background:#EAF5D1;
	margin-bottom:10px;
}
/*--info-tab-post--*/
.info-tab-post{
	float:left;
	width:100px;
	padding:10px;
}
.info-tab-post strong{
	display:block;
	color:#333;
	font:bold 11px/13px "Trebuchet MS",Arial, Helvetica, sans-serif;
}
.info-tab-post span{
	display:block;
	color:#333;
	font:10px/12px Verdana, Arial, Helvetica, sans-serif;
}
.tab-post
{
	background:#fff;
	float:right;
	width:425px;
	padding:5px 5px 5px 10px;
}
.tab-post h2{
	margin:0;
	color:#f53e90;
	font:bold 18px/20px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.tab-post p{
	margin:6px 0 0;
	padding:0 0 8px;
	color:#333;
	font:10px/14px Verdana, Arial, Helvetica, sans-serif;
}


.tab-post span{
	display:block;
	padding:0 0 1px;
	color:#333;
	text-align:right;
	font:10px/14px Verdana, Arial, Helvetica, sans-serif;
}
.tab-post span strong{
	font-weight:normal;
	color:#0090ff;
}
.tab-post span a{
	color:#c50049;
	text-decoration:none;
}
.tab-post span strong a{color:#0090ff;}
.tab-post span a:hover{color:#fff;}

/*--info-tab-post-weather--*/
.tab-post-weather
{
	background:#fff;
	float:right;
	width:530px;
	padding:0px 15px 10px 15px;
}
.tab-post-weather h3{
	margin:10px 0;
	color:#f53e90;
	font:bold 18px/20px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.tab-post-weather p{
	margin:6px 0 0;
	padding:0 0 8px;
	color:#333;
	font:10px/14px Verdana, Arial, Helvetica, sans-serif;
}


.tab-post-weather span{
	display:block;
	padding:0 0 1px;
	color:#333;
	text-align:right;
	font:10px/14px Verdana, Arial, Helvetica, sans-serif;
}
.tab-post-weather span strong{
	font-weight:normal;
	color:#0090ff;
}
.tab-post-weather span a{
	color:#c50049;
	text-decoration:none;
}
.tab-post-weather span strong a{color:#0090ff;}
.tab-post-weather span a:hover{color:#fff;}

/*--info-tab-post-rentalcar--*/
.info-tab-post-rentalcar{
	float:left;
	width:120px;
	padding:10px;
}
.info-tab-post-rentalcar strong{
	/*display:block;*/
	color:#333;
	font:bold 11px/13px "Trebuchet MS",Arial, Helvetica, sans-serif;
}
.info-tab-post-rentalcar span{
	display:block;
	color:#333;
	font:10px/12px Verdana, Arial, Helvetica, sans-serif;
}
.tab-post-rentalcar
{
	background:#fff;
	float:left;
	width:405px;
	height:100%;
	padding:5px 5px 26px 10px;
}
.tab-post-rentalcar h2{
	margin:0;
	color:#f53e90;
	padding-bottom:8px;
	font:bold 18px/20px "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.tab-post-rentalcar span{
	display:block;
	padding:0 0 1px;
	color:#333;
	text-align:left;
	font:10px/14px Verdana, Arial, Helvetica, sans-serif;
}
.tab-post-rentalcar span strong{
	color:#333333;
}


/*--text-bar--*/
.text-bar{
	width:100%;
	margin:10px 0 0;
}
.text-bar h3
{
	text-transform:uppercase;
	margin:0;
	color:#333;
	padding:7px 11px;
	background:#bcde72;
	overflow:hidden;
	font:bold 11px/14px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.secondary-color .text-bar h3
{
	background:#92D6E6;
}
* html .text-bar h3{
	height:1%;
	overflow:visible;
}
.text-bar-holder{
	padding:10px;
	background:#eaf5d1;
}
.secondary-color .text-bar-holder
{
	background:#DFF9FF;
}
* html .text-bar-holder{
	height:1%;
	overflow:visible;
}
.text-bar-holder p{
	margin:0;
	color:#333;
	font:10px/12px Verdana, Arial, Helvetica, sans-serif;
}
/*--weather-box--*/
.weather-box{
	width:240px;
	float:right;
	display:inline;
	background:#f9ffec;
	padding:10px 10px 10px 10px;
}
.weather-box img{
	float:left;
	display:inline;
	margin:0 18px 0 0;
}
.weather-box span{
	display:block;
	overflow:hidden;
	padding:4px 0 0;
	color:#0090ff;
	word-spacing:-2px;
	font:10px/14px Verdana, Arial, Helvetica, sans-serif;
	clear:both;
}
.weather-box span a{
	text-decoration:none;
}
/*--weather-text--*/
.weather-text{
	overflow:hidden;
	padding:10px 8px;
	background:#f9ffec;
}
* html .weather-text{
	height:1%;
	overflow:visible;
}
/*--info-column--*/
.info-column{
	float:right;
	width:350px;
}
.info-column h3{
	overflow:hidden;
	margin:0 0 0 10px;
	font:bold 12px/14px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}
/*--info-block--*/
.info-block{
	width:100%;
	overflow:hidden;
	margin:3px 0 10px;
}
.info-block h1,
.info-block h3{
	margin:0;
	color:#333;
	padding:8px 11px 5px;
	background:#bcde72;
	overflow:hidden;
	font-size:11px;
	text-transform: uppercase;
}

.secondary-color .info-block h1,
.secondary-color .info-block h3
{
	background:#92D6E6;
}
.info-block-weather
{
	background:#EAF5D1 none repeat scroll 0 0;
	float:left;
	padding:10px;
	width:310px;
	margin:10px;
}
.info-block-weather img
{
	padding:0px 15px;
}
.info-block-weather div
{
	padding-top:3px;
}
.info-block-weather div p
{
	padding:0px 0px 0px 25px !important;
}
.secondary-color .info-block-weather
{
	background-color:#DFF9FF;
}
* html .info-block h3{
	height:1%;
	overflow:visible;
}
.info-block-holder
{
	padding: 10px;
	overflow: hidden;
	background: #eaf5d1;
}
.secondary-color .info-block-holder
{
	background: #B9E9F4;
}
* html .info-block-holder{
	height:1%;
	overflow:visible;
}
.info-block span.more{
	display:block;
	overflow:hidden;
	text-align:right;
	padding:4px 10px 1px;
}
.info-block span.more a{
	text-decoration:none;
	font:10px/14px  Verdana, Arial, Helvetica, sans-serif;
}
/*--news-section--*/
.news-section{
	width:350px;
	margin:-10px;
	overflow:hidden;
	position:relative;
}
.news-bar{
	padding:7px 6px;
	overflow:hidden;
}
.news-bar.inner-box{background:#f9ffec;}
* html .news-bar{
	height:1%;
	overflow:visible;
}
.news-bar span.img-holder{
	float:left;
	padding:2px;
	background:#fff;
	border:1px solid #ddd;
	display:inline;
	margin:0 8px 0 0;
	width:57px;
	height:43px;
}
* html .news-bar span.img-holder{
	height:1%;
	overflow:visible;
}
.news-bar div{overflow:hidden;}
* html .news-bar div{
	height:1%;
	overflow:visible;
}
.news-bar h4{
	color:#f53e90;
	margin:0;
	font:bold 10px/14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}
.news-bar p{
	color:#222;
	margin:0;
	word-spacing:-2px;
	font:10px/12px Verdana, Arial, Helvetica, sans-serif;
}
/*--table-section--*/
.table-section{
	margin:-10px;
	overflow:hidden;
}
.table-section table{
	width:100%;
	margin:0;
	padding:0;
	border-collapse:collapse;
}
.table-section table td{
	color:#333;
	padding:8px 5px;
	white-space:nowrap;
	background:#f9ffec;
	border-left:1px solid #d4eba2;
	font:10px/14px Verdana, Arial, Helvetica, sans-serif;
}
.table-section table .inner-line td{background:#fff;}
.table-section table td:first-child{border:none;}
#offer-tbl tr.hover td{background:#fcfff4;cursor:pointer}
/*--info-text--*/
.info-text{
	/*overflow:hidden;
	width:340px;
	margin:3px 0 0;*/
}
.info-text-box{
	overflow:hidden;
	width:338px;
	/*margin:1px 0 0;*/
	padding:0 0 9px 0;
	background:url(../images/bg-text-box-separator.gif) repeat-x 0 100%;
}
.info-text-box p 
{
	padding:0;
	margin:0;
}
.ervaringen-box .info-text-box
{
	width:328px;
	padding: 5px 5px 9px 5px;
}
.info-text .last{
	background:none;
	/*margin:1px 0 0;
	padding:4px 5px 9px 6px;*/
}
.info-text-image {
	width: 57px;
	height: 43px;
	padding: 2px;
	margin: 5px;
	border: 1px solid #ddd;
	float: left;
}

.info-text-box h5{
	overflow:hidden;
	margin:0;
	color:#800033;
	padding: 5px 0 0 0;
	
}

.info-text-box h5 a{
	text-decoration: none;
	color:#800033;
	text-transform:uppercase;
	font:bold 10px/15px Trebuchet MS;
}
.info-text-box h5 a:hover{
	text-decoration: underline;
	color:#800033;
	background: #fff;
	font:bold 10px/15px Trebuchet MS;
}
/*
.info-text-box span{
	float:left;
	padding:2px;
	display:inline;
	margin:1px 10px 0 0;
	border:1px solid #ddd;
}*/
.info-block-footer {
	margin: 0 0 10px 0;
	overflow: hidden;
}

.ervaringen-box span{padding:0;}

a.more{
	float:right;
	clear:both;
	color: #0066cc;
	display:inline;
	text-decoration: none;
	margin:0 5px 0 0;
	font:10px/12px Arial, Helvetica, sans-serif;
}
a.more:hover{
	color:#fff;
	background: #0066cc;
	text-decoration:none;
}
/*--list--*/
/*ul.list{
	float:left;
	width:159px;
	display:inline;
	overflow:hidden;
	margin:10px 0 0 11px;
	padding:0;
}
ul.list li{
	float:left;
	color:#333;
	list-style:none;
	display:inline;
	width:140px;
	padding:0 0 2px 10px;
	font:10px/12px Arial, Helvetica, sans-serif;
	background:url(../images/bg-info-list.gif) no-repeat 0 4px;
}*/
/*--table-holder--*/
.table-holder{
	width:338px;
}
.table-holder table{
	width:100%;
	padding:0;
	margin:0;
	border-collapse:collapse;
}
.table-holder table td{
	text-align:left;
	padding:5px;
	margin:0;
	vertical-align:top;
	border-bottom:1px solid #e0d0b1;
}
.table-holder table th{
	background:#f5efdd;
	padding:5px 5px 7px;
	border-bottom:1px solid #e0d0b1;
	border-top:1px solid #e0d0b1;
}
.table-holder table th strong{
	float:left;
	color:#800033;
	font:bold 12px/14px Trebuchet MS;
}
.table-holder table th strong span{
	float:left;
	width:80px;
	text-align:left;
}

table td.date{
	border-right:1px solid #e0d0b1;
	width:166px;
}
table td.date ul{
	clear:both;
	margin:0;
	padding:0;
	float:left;
}
table td.date ul li{
	display:inline;
	list-style:none;
	padding:0 8px 0 0;
	margin:0 4px 0 0;
	color:#777;
	font:bold 10px/12px Arial, Helvetica, sans-serif;
	background:url(../images/bg-table-list-separator.gif) no-repeat 100% 2px;
}
table td.date ul a{
	color:#777;
	text-decoration:none;
	font:bold 10px/12px Arial, Helvetica, sans-serif;
}
table td.date ul a:hover{
	color:#fff;
	background:#777;
	text-decoration:none;
}
* html table td.date ul li{padding:0 2px 0 0;}
* +html table td.date ul li{padding:0 2px 0 0;}
table td.date ul li.last{background:none;}
table td.date em{
	overflow:hidden;
	clear:both;
	text-align:left;
	display:block;
	color:#777;
	width:100%;
	font:bold 10px/12px Arial, Helvetica, sans-serif;
}
table tr.sub{display:none;}
table td.price{
	border-right:1px solid #e0d0b1;
	vertical-align:middle;
	color:#777;
	text-decoration:line-through;
	font:bold 12px/14px Arial, Helvetica, sans-serif;
}
table td.price-new{
	vertical-align:middle;
	color:#777;
	font:bold 12px/14px Arial, Helvetica, sans-serif;
}
table tr.alt td{ background:#fafafa;}
table tr.last td{ border-bottom:none;}
a.link-station-open,
a.link-station-closed{
	float:right;
	width:16px;
	height:16px;
	overflow:hidden;
	text-indent:-9999px;
	text-decoration:none;
	background:url(../images/bg-table-link-station.gif) no-repeat;
}
a.link-station-closed{background-position:0 -16px;}
/*----------------------footer----------------------*/
#footer{
	width:920px;
	margin:0 16px;
	overflow:hidden;
	padding:8px 10px 5px;
	border-top:1px solid #bcde72;
}
/*--footer-box--*/
.footer-box{
	float:left;
	width:400px;
}
.footer-box p{
	float:left;
	color:#444;
	margin:0;
	font:bold 11px/14px Arial, Helvetica, sans-serif;
}
.footer-box ul{
	margin:0;
	padding:0;
	display:block;
	overflow:hidden;
}
.footer-box ul li{
	float:left;
	list-style:none;
	display:inline;
	padding:0 6px 0 7px;
	background:url(../images/bg-footer-nav-separator.gif) no-repeat 0 2px;
}
.footer-box ul li:first-child{background:none;}
.footer-box ul a{
	color:#444;
	text-decoration:none;
	font:11px/14px Arial, Helvetica, sans-serif;
}
.footer-box ul a:hover{color:#fff;background:#444;}
/*--footer-logo--*/
ul.footer-logo{
	margin:0;
	padding:0;
	text-align:right;
	overflow:hidden;
}
* html ul.footer-logo{
	height:1%;
	overflow:visible;
}
ul.footer-logo li{
	list-style:none;
	display:inline;
	padding:0 4px 0 4px;
}

ul.footer-logo a, ul.footer-logo a:hover
{color:#fff;background:#fff;}
ul.footer-logo img{display:inline;}

.footer-contact
{
	display:block;
	height:16px;
	background:url(../images/phone.png) no-repeat;
	padding-left:18px;
	float:left;
	line-height:16px;
	font:11px/14px Arial, Helvetica, sans-serif;
	font-weight:bold;
}
/*--list-top--*/
.list-top {
	width:920px;
	padding:9px;
	margin:8px 0 0;
	overflow:hidden;
	background:#f8fee9;
	border:1px solid #d7eca9;
}
.list-top-holder{
	width:940px;
	overflow:hidden;
	background:url(../images/bg-list-top-holder.gif) repeat-y;
}
.list-top h4{
	margin:0;
	color:#c50049;
	font:bold 10px/14px Verdana, Arial, Helvetica, sans-serif;
}
.list-top h4 strong{color:#0090ff;}
.list-top ul.list{
	margin:0;
	padding:3px 0 7px;
	width:100%;
	overflow:hidden;
}
#list-two-columns ul.list 
{
	float:left;
	width:110px;
}
#list-two-columns-car ul.list 
{
	float:left;
	width:110px;
}
.list-top ul.list li{
	width:100%;
	color:#333;
	letter-spacing:-1px;
	overflow:hidden;
	list-style:none;
	font:10px/14px Verdana, Arial, Helvetica, sans-serif;
}
#list-two-columns ul.list li
{
	width:110px;
	float:left;
}
#list-two-columns-car ul.list li
{
	width:110px;
	float:left;
}
.list-top ul.list a{
	color:#333;
	text-decoration:none;
}
.list-top ul.list li.inactive a 
{
	cursor:default;
	color:#ccc;
}
.list-top ul.list a:hover{
	color:#fff;
}
.list-top ul.list li.inactive a:hover{background:transparent;color:#ccc;}
.list-top ul.list span{color:#c50049;}
/*--list-bar--*/
ul.list-bar{
	margin:0;
	padding:5px 0 10px;
	width:100%;
	overflow:hidden;
}
.column-01 #phtravelers ul.list-bar{
	padding:5px 0 0 0;
}
ul.list-bar li{
	color:#333;
	overflow:hidden;
	list-style:none;
	padding:0 0 0 6px;
	font:10px/14px Verdana, Arial, Helvetica, sans-serif;
	/*background:url(../images/bg-list-separator-link.gif) no-repeat 0 8px;*/
}
* html ul.list-bar li{
	height:1%;
	overflow:visible;
}
ul.list-bar a{
	color:#333;
	text-decoration:none;
}
ul.list-bar a:hover{text-decoration:underline;}
/*--column-01--*/
.column-01{
	float:left;
	width:180px;
	padding:0 10px 0 0;
}
.column-01 .travelers-top {
	padding: 5px; 
	background: transparent url(../images/blue_bg.gif) no-repeat left top;
}
.column-01 .travelers-bottom {
	height:5px;
	margin:0 0 5px 0;
	background: transparent url(../images/blue_bg.gif) no-repeat left bottom; 
}
/*--form-box--*/
.form-box{
	margin:22px 0 0;
	overflow:hidden;
}
.column-01 .form-box{
	margin:0;
}
.form-box .search{
	width:100%;
	overflow:hidden;
	padding:5px 0 0;
}
.form-box .search .text{
	float:left;
	width:121px;
	padding:3px 5px;
	color:#333;
	font:12px Verdana, Arial, Helvetica, sans-serif;
}
.form-box .search .btn{
	float:left;
	padding:0;
	display:inline;
	margin:0 0 0 5px;
	color:#000;
	cursor:pointer;
	font:11px Arial, Helvetica, sans-serif;
}

.form-box .search .disabled
{
	color:#999;
	cursor:default;
}
/*--column-02--*/
.column-02{
	float:left;
	width:239px;
}
.column-02 div{
	float:left;
	/*width:105px;*/
	padding:0 0 0 12px;
}
.column-02 h4{padding:0 12px;}
.column-02 div h4{padding:0;}
/*--box--*/
.list-top .box {
	float:left;
	width:114px;
	padding:0 0 0 10px;
}
/*---list-block---*/
.list-block {
	width:100%;
	overflow:hidden;
}
/*--heading-section--*/
.heading-section{
	width:100%;
	padding:7px 0;
	overflow:hidden;
}
.heading-section h3{
	float:left;
	color:#c50049;
	margin:0;
	padding:0 12px;
	font:bold 12px/20px Verdana, Arial, Helvetica, sans-serif;
}
/*--form-select--*/
.form-select{
	float:right;
	padding:0 12px;
}
.form-select div{float:left;}
.form-select span{
	float:left;
	color:#333;
	padding: 0 4px;
	font:bold 11px/20px Verdana, Arial, Helvetica, sans-serif;
}
.form-select .inp-select{
	float:left;
	display:inline;
	width:99px;
	color:#000;
	font:11px Arial, Helvetica, sans-serif;
}
/*--location--*/
ul.location{
	margin:0;
	padding:0;
	overflow:hidden;
	text-align:center;
	background:#fff;
}
* html ul.location{
	height:1%;
	overflow:visible;
}
ul.location li{
	list-style:none;
	display:inline;
	padding:0 5px;
}
ul.location a{
	color:#666;
	text-decoration:none;
	font:bold 10px/20px Verdana, Arial, Helvetica, sans-serif;
}
ul.location a.next,
ul.location a.previous{color:#0090ff;}
ul.location a.next{
	padding:0 0 0 12px;
	background:url(../images/bg-next.gif) no-repeat 0 4px;
}
ul.location a.previous{
	padding:0 12px 0 0;
	background:url(../images/bg-previous.gif) no-repeat 100% 4px;
}
ul.location .active a {
	color:#333;
	font-size:11px;
}
ul.location a.disabled 
{
	color:#ccc;
}
ul.location li a:hover{
	text-decoration:underline;
}
ul.location li.nr a:hover, 
ul.location a.disabled:hover 
{
	background:transparent;
}
ul.location a.disabled:hover 
{
	text-decoration:none;
}
/*-------inner-page--------*/
.text-box-holder{
	float:left;
	width:355px;
	padding:8px 5px 10px 8px;
}
.text-box-holder .head{
	width:100%;
	clear:both;
	display:block;
}
.text-box-holder .head{
	width:100%;
	clear:both;
	display:block;
}
.text-box-holder .head h2,
.text-box-holder .head h3{
	float:left;
	margin:0;
	padding:0 0 0 3px;
}
.text-box-holder .head h2{font:bold 18px/20px Arial, Helvetica, sans-serif;}
.text-box-holder .head h3{font:bold 14px/20px Arial, Helvetica, sans-serif;}
.text-box-holder a{
	font:11px/14px Arial, Helvetica, sans-serif;
}
.text-box-holder a:hover{

}
.text-holder .text-box-holder p{
	clear:both;
	overflow:hidden;
	margin:3px 0 0 1px;
	padding:4px 0 3px;
	color:#333;
	font:11px/15px Arial, Helvetica, sans-serif;
}
.text-holder .text-box-holder .popup-box p{
	padding:0 0 3px;
	color:#333;
	font:11px/13px Arial, Helvetica, sans-serif;
}
/*--small-gallery--*/
.small-gallery{
	overflow:hidden;
	clear:both;
}
* html .small-gallery{
	height:1%;
	overflow:visible;
}
.small-gallery ul{
	float:left;
	width:100%;
	overflow:hidden;
	margin:0;
	padding:18px 0 10px;
}
.small-gallery ul li{
	float:left;
	list-style:none;
	display:inline;
	margin:0 9px 0 0;
	padding:0;
	background:none;
}
.small-gallery ul a{
	float:left;
	border:1px solid #ddd;
	padding:2px;
}
.small-gallery span{
	display:block;
}
.small-gallery span a{font-size:10px;}
/*--small-info--*/
.small-info{
	float:right;
	width:220px;
	margin-bottom:0px; 
}

.information-box div {
	overflow:hidden;
	padding:10px 5px 5px 11px;
	background:url(../images/bg-text-box-separator.gif) repeat-x 0 100%;
}
.information-box .last{background:none;}
.information-box div img{
	float:left;
	display:inline;
	margin:0 8px 0 0;
	border:1px solid #ddd;
}
.information-box div p{
	overflow:hidden;
	clear:none;
	margin:0;
	color:#333;
	font:10px/12px Arial, Helvetica, sans-serif;
}
* html .information-box div p{
	height:1%;
	overflow:visible;
}
.information-box div p strong{display:inline;}
.information-box div a{
	font:10px/12px Arial, Helvetica, sans-serif;
}
.information-box div a:hover{
}
/*--news--*/
.news{
	overflow:hidden;
	clear:both;
	margin:15px 0 0;
	padding:0 0 50px;
}
.news h3{
	overflow:hidden;
	margin:0 0 0 10px;
	font:bold 12px/14px Arial, Helvetica, sans-serif;
}
/*--news-block--*/
.news-block{
	overflow:hidden;
	clear:both;
	margin:10px 0 0;
	padding:1px 0 0;
	background:url(../images/bg-text-box-separator.gif) repeat-x;
}
.news-box{
	overflow:hidden;
	clear:both;
	padding:9px 10px;
	background:#fafafa url(../images/bg-text-box-separator.gif) repeat-x 0 100%;
}
.news-block .inner{background:url(../images/bg-text-box-separator.gif) repeat-x 0 100%;}
.news-box span{
	float:left;
	padding:2px;
	display:inline;
	margin:0 10px 0 0;
	border:1px solid #ddd;
}
.news-box div{overflow:hidden;}
* html .news-box div{
	height:1%;
	overflow:visible;
}
.news-box strong{
	display:block;
	overflow:hidden;
	color:#333;
	font:bold 14px/16px Arial, Helvetica, sans-serif;
}
.news-box strong em{
	font-size:11px;
	font-weight:normal;
}
.news-box a{color:#333;}
.news-box a:hover{
	color:#fff;
	background:#333;
	text-decoration:none;
}
.news-box p{
	overflow:hidden;
	margin:2px 0 0;
	padding:0 0 3px;
	color:#333;
	font:11px/13px Arial, Helvetica, sans-serif;
}
/*---text-menu-holder---*/
.text-menu-holder {
	clear:both;
	overflow:hidden;
	margin:16px 0 0;
	width:100%;
}
/*---box-info---*/
.box-info {
	float:left;
	width:334px;
	padding:14px 0 10px 7px;
	margin:0 0 8px;
	border-bottom:1px solid #dedede;
	overflow:hidden;
}
.no-bottom-border{
	border-bottom:none;
	padding-bottom:0;
}

.box-info h2 {
	overflow:hidden;
	margin:0 10px 0 0;
	color:#555;
	font:bold 24px/27px Arial, Helvetica, sans-serif;
}
/*---lnk-block---*/
.lnk-block {
	clear:both;
	overflow:hidden;
	width:100%;
	margin:0 0 10px;
	background:url(../images/bg-info-box-separator.gif) repeat-x 0 100%;
}
.lnk-block a {
	float:right;
	margin:0 0 14px;
	color: #0066cc;
	font-size:10px;
	line-height:13px;
	text-decoration:none;
}
.lnk-block a:hover {
	text-decoration:none;
	background: #0066cc;
	color:#fff;
}
.list-h-top {
	clear:both;
	overflow:hidden;
	padding:5px 10px 0px;
}
.list-h-top strong {
	float:left;
	color:#800033;
	font-size:14px;
	line-height:19px;
}
.list-h-top p {
	float:left;
	font-size:14px;
	line-height:17px;
	font-weight:bold;
	color:#800033;
	margin:1px 0 0;
	padding:0 0 0 5px;
}
.list-h-top p span {
	font-size:12px;
}
.list-h-top p span.LOCATION {
	font-size:14px;
}

.list-h-top p a {
	color: #0066cc;
	font-size:10px;
	text-decoration:none;
}
.list-h-top p a:hover {
	background: #0066cc;
	color:#fff;
	text-decoration:none;
}
.list-top .list-sort
{
	margin:0;
}
.list-top .list-top-top 
{
	position:relative;
	top:-27px;
	left:0;
	width:100%;
}
.list-top .list-top-top .box {
	float:left;
	width:115px;
	padding:0 0 0 10px;
}
.list-top .list-top-top .first {
	width:290px;
}
.list-top .list-top-top .box ul li {
	float:left;
	width:100%;
	list-style:none;
	font-size:11px;
	line-height:16px;
	color:#333;
}
.list-top .list-top-top .box.first ul 
{
	width:290px;
}
.list-top .list-top-top .box.first ul li
{
	width:96px;
}
.list-top .list-top-top .box ul li a {
	color:#333;
	margin:0;
	text-decoration:none;
	font-family: Trebuchet MS;
}
.list-top .list-top-top .box div.hiddenlinks ul 
{
	border:0;
}
div.hiddenlinks 
{
	background-color:#D6F5FC;
	border:1px solid #B9E9F4;
	padding:5px 10px 5px 10px;
	position:absolute;
	display:none;
}
.list-top .list-top-top .box a:hover {
	color:#fff;
}
.list-top .list-top-top .first a {margin:0 0 0 10px;}
/*---list-block---*/
.list-sort {
	clear:both;
	overflow:hidden;
	position:relative;
	height:27px;
	line-height:27px;
	margin:0;
	background:#BCDE72;
}
.list-block .list-sort a,
.list-sort p {
	float:left;
	margin:0;
	color:#333;
	font-weight:bold;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	line-height:27px;
	padding:0 0 0 10px;
	/*background:url(../images/arrow.gif) no-repeat 0 3px;*/
}
.list-block .list-sort a {
	display:inline;
	background:url(../images/list_arrow2.png) no-repeat 0 0;
	text-decoration:none;
}
.list-block .list-sort a.asc {
	background:url(../images/list_arrow2.png) no-repeat 0 -27px;
}
.list-block .list-sort a.desc {
	background:url(../images/list_arrow2.png) no-repeat 0 -54px;
}
.list-block .list-sort a:hover {
	text-decoration:underline;
}
.list-block .list-sort a.sort-01 {margin:0 0 0 188px;}
.list-block .list-sort a.sort-02 {margin:0 0 0 120px;}
.list-block .list-sort a.sort-03 {margin:0 0 0 248px;}
.list-block .list-sort div.sort-separator
{
	float:left;
	margin:0 5px;
}

/*--list-holder--*/
.list-holder {
	width:100%;
	overflow:hidden;
}
.i-box-holder {
	padding:20px;
	overflow:hidden;
	margin:-1px 0 0;
	border-bottom:1px solid #bcde72;
}
* html .i-box-holder{
	height:1%;
	overflow:visible;
}
.list-block .list-holder .i-box-holder:hover,
.list-block .list-holder div.hover,
.list-block .list-holder .active-box {background:#eaf5d1; border:none; padding-bottom:21px; position:relative;cursor:pointer;}
.i-box-holder span.img{
	float:left;
	display:inline;
	margin:0 20px 0 0;
}
.i-box-holder span.img{border:4px solid #f8fee9;}
/*--txt--*/
.i-box-holder .txt{
	float:left;
	width:430px;
}
.i-box-holder .txt h3 {
	color:#800033;
	margin:0;
	font:bold 24px/26px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.i-box-holder .txt div#rating {
	color:#800033;
	margin:0;
	font:bold 24px/26px "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-left:7px;
}


.txt .i-menu {
	width:100%;
	min-height:25px;
	overflow:hidden;
}
* html .txt .i-menu {
	height:35px;
	overflow:visible;
}
.txt .i-menu ul {
	margin:0;
	padding:0;
	float:left;
}
.txt .i-menu ul li {
	float:left;
	padding:0 10px 0 12px;
	list-style:none;
	font:bold 18px/20px "Trebuchet MS", Arial, Helvetica, sans-serif;
	background:url(../images/bg-i-menu-separator.gif) no-repeat 0 60%;
}
.txt .i-menu ul li:first-child {
	background:none;
	padding-left:0;
}
.txt .i-menu ul a {
	color:#d00053;
	text-decoration:none;
}
.txt .i-menu ul a:hover {text-decoration:underline;}
.txt .i-menu strong {
	float:left;
	color:#800033;
	margin:3px 0 0;
	font-size:11px;
	line-height:18px;
}
.txt .i-menu span{
	color:#D00053;
	padding:3px 10px 0 0;
	font-size:15px;
	font-weight:bold;
	float:left;
}
.txt p {
	margin:0;
	padding:5px 0 10px;
	color:#333;
	font:10px/14px Verdana, Arial, Helvetica, sans-serif;
}
.txt .lists {
	width:100%;
	overflow:hidden;
}
.txt .lists ul {
	float:left;
	width:380px;
	margin:0;
	padding:0 10px 0 0;
}
.txt .lists ul li {
	color:#333;
	width:181px;
	padding:0 0 0 9px;
	list-style:none;
	overflow:hidden;
	font:10px/14px Verdana, Arial, Helvetica, sans-serif;
	background:url(../images/bg-list-separator.gif) no-repeat 0 5px;
}
.txt .lists ul a {
	color:#333;
	text-decoration:none;
}
.txt .lists ul a:hover {text-decoration:underline;}
/*--info-bar--*/
.info-bar{
	float:right;
	width:218px;
	height:157px;
	overflow:hidden;
	background:url(../images/bg-info.png) no-repeat;
}
.info-bar ul.menu{
	float:none;
	margin:0;
	padding:15px 0 10px 13px;
	width:auto;
	overflow:hidden;
}
.info-bar ul.menu li{
	float:left;
	list-style:none;
	display:inline;
	text-align:center;
	padding:0 7px 0 8px;
	background:url(../images/bg-plus-small.gif) no-repeat 0 25px;
}
.info-bar ul.menu li:first-child{
	background:none;
	padding-left:0;
}
.info-bar ul.menu span{
	float:left;
	color:#800033;
	text-align:center;
	font:bold 9px/12px Verdana, Arial, Helvetica, sans-serif;
}
.info-bar ul.menu strong{
	display:block;
	overflow:hidden;
	text-align:center;
	padding:0 0 5px;
}
.info-bar ul.menu a:hover{text-decoration:underline;}
.info-bar em{
	display:block;
	overflow:hidden;
	margin:0 10px;
	padding:4px 0 0;
	text-align:center;
	color:#800033;
	height:31px;
	font:bold 11px/26px Verdana, Arial, Helvetica, sans-serif;
}
.info-bar em strong{font-size:24px;}
.info-bar span.btn{
	display:block;
	overflow:hidden;
	padding:12px 10px 8px;
	text-align:center;
	color:#fff8fb;
	font:bold 12px/14px Verdana, Arial, Helvetica, sans-serif;
}
.info-bar div.pdate 
{
	text-align:center;
	color:#800033;
	font-weight:bold;
	font-size:11px;
	height:13px;
}
* html .info-bar span.btn{padding-top:14px;}
* +html .info-bar span.btn{padding-top:14px;}
.info-bar span.btn a{
	color:#fff8fb;
	text-decoration:none;
}
.info-bar span.btn a:hover{background:transparent}


.list-block .list-nav-holder {
	clear:both;
	overflow:hidden;
	width:940px;
	padding:8px 10px 0;
}
.list-block .list-nav-holder p {
	float:right;
	margin:0;
	color:#333;
	font-size:11px;
	line-height:13px;
}
.list-block .list-nav-holder .list-nav {
	float:left;
	width:345px;
	margin:0 0 0 300px;
	display:inline;
}
.list-block .list-nav-holder .list-nav ul {
	float:left;
	margin:0;
	padding:0;
}
/*--map-block--*/
.map-block{
	overflow:hidden;
	background-color:#eaf5d1;
	margin:0 0 0 8px;
}
.secondary-color .map-block
{
	background-color:#DFF9FF;
}
.map img{
	border:1px solid #DDDDDD;
}
.map .mapicon 
{
	position:absolute;
	display:block;
	height:19px;
	width:19px;
	line-height:19px;
	text-align:center;
	background: transparent url(../images/star.png) no-repeat;
	cursor:pointer;
}
.map .mapicon.big
{
	height:44px;
	width:46px;
	line-height:44px;
	background: transparent url(../images/star-big.png) no-repeat;
	cursor:default;
}
.map .map-hover
{
	height:68px;
	padding:15px 10px 10px 28px;
	width:228px;
	background: transparent url(../images/map-hover-sprite.png) no-repeat left 0px;
	position:relative;
	top:-80px;
	left:9px;
	display:none;
	z-index:999;
	cursor:pointer;
	text-align:left;
	line-height:16px;
}
.map .multiple-hover
{
	height:146px;
	background: transparent url(../images/map-hover-sprite.png) no-repeat left -98px;
	top:-158px;
}

.map .map-hover.inverted
{
	background: transparent url(../images/map-hover-sprite.png) no-repeat left -273px;
	top:4px;
}

.map .multiple-hover.inverted
{
	background: transparent url(../images/map-hover-sprite.png) no-repeat left -370px;
}

.map .mapicon.big .map-hover
{
	display:block;
	left:37px;
	top:-67px;
}

.map .mapicon.big .map-hover.multiple-hover
{
	top:-145px;
}

.map .mapicon.big .map-hover strong.acco-name
{
	display:block;
	color:#333;
	font-size:10px;
	line-height:10px;
}
.map .map-hover img
{
	width:80px;
	border:0;
	float:left;
	margin:0 6px 0 0;
}
.map .map-hover strong
{
	font-size:12px;
}
.map .map-hover strong.acco-name
{
	color:#c50049;
	font-size:11px;
	line-height:12px;
	margin:0 0 5px 0;
	display:block;
}
.map .multiple-hover .divider
{
	display:block;
	height:16px;
}
.map-pagination 
{
	text-transform:uppercase;
	color:#800033;
	margin:0;
	line-height:30px;
}
#content .map-block .info-block-header h3 
{
	float:left;
}
* html .map-block{
	height:1%;
	overflow:visible;
}
/*--holder-text--*/
.holder-text{
	overflow:hidden;
	clear:both;
	padding:12px 0 0;
}
.holder-text h4{
	margin:0;
	color:#555;
	font:bold 11px/12px Arial, Helvetica, sans-serif;
}
.holder-text h4 em{float:none; display:inline; font-style:italic;}
.holder-text h4 em a{font-style:italic;}
.holder-text p{
	overflow:hidden;
	margin:0;
	color:#4d4d4d;
	font:10px/12px Arial, Helvetica, sans-serif;
}
/*--info-table--*/
.info-table{
	overflow:hidden;
	clear:both;
	width:578px;
	margin:5px 0 10px 10px;
	border:solid #ccc;
	border-width:1px;
}
.info-table th strong{
	display:inline;
	margin:3px 0 0 10px;
	font:bold 12px/13px Arial, Helvetica, sans-serif;
}
.info-table th strong span{
	float:left;
	width:70px;
	text-align:left;
}
.info-table td {
	text-align: left;
}
.info-table td.date ul{
	margin:10px 0 0;
	width: 410px;
	background: none;
}
.info-table td.date ul li{
	padding:0 8px 0 0;
	margin:0 4px 0 0;
	font:bold 14px/16px Arial, Helvetica, sans-serif;
	background:url(../images/bg-info-table.gif) no-repeat 100% 2px;
	float: none;
	text-align: left;
}
* html .info-table td.date ul li{padding:0 2px 0 0; margin:0 5px 0 0;}
* +html .info-table td.date ul li{padding:0 2px 0 0; margin:0 5px 0 0;}
.info-table td.date{
	padding:0;
	border:none;
	background:url(../images/bg-table-vert-separator.gif) repeat-y 433px 0;
}
.cell-holder{
	overflow:hidden;
	clear:both;
	width:563px;
	padding:0 0 0 15px;
	background:url(../images/bg-table-goriz-separator.gif) repeat-x 0 100%;
}
.info-table div.last{background:none !important;}
.text-cell{
	float:left;
	width:410px;
}
.info-table .text-cell em{
	float:left;
	clear:left;
	display:inline;
	padding:3px 0 10px;
	font:12px/18px Arial, Helvetica, sans-serif;
}
.info-cell{
	float:right;
	width:145px;
}
.info-cell div{
	width:120px;
	overflow:hidden;
	text-align:left;
	padding:6px 10px 8px 15px;
	border-bottom:1px dotted #e1e1e1;
}
.info-cell div.last{border:none;}
.info-cell p{
	overflow:hidden;
	clear:both;
	margin:0;
	color:#999;
	font:bold 12px/20px Arial, Helvetica, sans-serif;
}
.info-table .info-cell em{
	float:left;
	clear:left;
	color:#999;
	display:inline;
	width:auto;
	padding:3px 0 0;
	text-decoration:line-through;
	font:12px/18px Arial, Helvetica, sans-serif;
}
.info-cell strong{
	float:right;
	color:#777;
	white-space:nowrap;
	font:bold 18px/20px Arial, Helvetica, sans-serif;
}
.info-table tr.alt td{background-color:#fdfdfd;}
/*--cite-boxes--*/
.cite-boxes{
	overflow:hidden;
	clear:both;
	padding:0 0 0 0px;
}
.cite-box{
	overflow:hidden;
	clear:both;
	margin:16px 0 0;
}
.cite-holder{
	overflow:hidden;
	clear:both;
	width:575px;
	background:url(../images/bg-cite.gif) repeat-y;
}
.cite-top{
	overflow:hidden;
	background:url(../images/bg-cite-block-top.gif) no-repeat;
}
.cite-bottom{
	overflow:hidden;
	padding:11px 20px 17px 14px;
	background:url(../images/bg-cite-block-bottom.gif) no-repeat 0 100%;
}
* html .cite-bottom{
	height:1%;
	overflow:visible;
}
.cite-bottom p{
	overflow:hidden;
	margin:0;
	color:#333;
	text-align:justify;
	font:11px/15px Arial, Helvetica, sans-serif;
}
.cite-boxes em{
	display:block;
	overflow:hidden;
	margin:5px 0 0 3px;
	color:#333;
	font:italic 11px/15px Arial, Helvetica, sans-serif;
}
.cite-boxes em a{color:#333;}
.cite-boxes em a:hover{text-decoration:none;}
/*--form-block--*/
.form-block{
	overflow:hidden;
	clear:both;
	width:588px;
	margin:20px 0;
	padding:0 0 10px;
	border:1px solid #ccc;
}
.form-block h5{
	overflow:hidden;
	margin:0;
	padding:0 10px;
	color:#7d7d7d;
	background:#f2f2f2;
	border-bottom:1px solid #ccc;
	font:bold 11px/28px Arial, Helvetica, sans-serif;
}
.form-block strong{
	display:block;
	clear:both;
	overflow:hidden;
	margin:20px 10px 0 9px;
	color:#333;
	font:bold 10px/14px Arial, Helvetica, sans-serif;
}
.form-block .txt-area{
	float:left;
	width:557px;
	height:78px;
	overflow:hidden;
	margin:7px 0 0 9px;
	padding:4px 5px;
	border:1px solid #ddd;
	color:#333;
	font:11px Arial, Helvetica, sans-serif;
}
.form-block a{
	float:left;
	color:#999;
	display:inline;
	margin:10px 0 0 9px;
	font:10px/12px Arial, Helvetica, sans-serif;
}
.form-block a:hover{text-decoration:none;}
.form-block a.btn-link{
	float:right;
	text-decoration:none;
	margin:10px 10px 0 0;
	width:126px;
	height:16px;
	line-height:16px;
	text-align:center;
	background:url(../images/bg-btn-plaats-reactie.gif) no-repeat;
}
* html .form-block a.btn-link{line-height:14px;}
* +html .form-block a.btn-link{line-height:14px;}
.form-block a.btn-link:hover{text-decoration:underline;}
/*--weather-block--*/
.weather-block{
	overflow:hidden;
	clear:both;
	margin:12px 0 0;
	padding:5px 0 5px 6px;
	background:url(../images/bg-weather-block-separator.gif) repeat-y 159px 0;
}
* html .weather-block{
	height:1%;
	overflow:visible;
}
.weather-block h5{
	overflow:hidden;
	margin:0;
	color:#333;
	font:bold 12px/18px Arial, Helvetica, sans-serif;
}
.weather-list{
	float:left;
	width:150px;
}
.weather-list ul{
	margin:0;
	padding:0;
	display:block;
	overflow:hidden;
}
.weather-list ul li{
	float:left;
	width:140px;
	list-style:none;
	display:inline;
	padding:0 0 6px 9px;
	background:url(../images/bg-info-list.gif) no-repeat 1px 5px;
}
.weather-list ul a{
	color:#333;
	text-decoration:none;
	font:10px/14px Arial, Helvetica, sans-serif;
}
.weather-list ul a:hover{
	text-decoration:none;
	color:#333;
	background: none;
}
/*--weather-info--*/
.weather-info{
	float:right;
	width:172px;
}
.weather-info div{
	clear:both;
	overflow:hidden;
	margin:22px 0 0;
	padding:0 0 0 52px;
}
.weather-info div.sun{background:url(../images/bg-sun.gif) no-repeat;}
.weather-info div strong{
	display:block;
	margin:0;
	color:#333;
	font:bold 24px/26px Arial, Helvetica, sans-serif;
}
.weather-info div span{
	display:block;
	margin:0;
	color:#333;
	font:bold 10px/14px Arial, Helvetica, sans-serif;
}
.weather-info a{
	float:right;
	color:#333;
	margin:30px 0 0;
	font:9px/12px Arial, Helvetica, sans-serif;
}
.weather-info a:hover{text-decoration:none;}

/* Weather */
.divider
{
	height: 30px;
}
.acco-weather-tab
{
	background:transparent url(../images/weather-tab-bg.jpg) repeat-x;
	height: 24px;
	width: 530px;
}
.acco-weather-tab-left
{
	background:#FFF url(../images/weather-tab-left.jpg) no-repeat top left;
	width: 5px;
	height: 24px;
	float: left;
}
.acco-weather-tab-right
{
	background:#FFF url(../images/weather-tab-right.jpg) no-repeat top right;
	width: 5px;
	height: 24px;
	float: left;
}
.acco-weather-tab-center
{
	background:#FFF url(../images/weather-tab-center.jpg) repeat-x;
	color: #ff4400;
	float: left;
	height: 24px;
	padding-left: 9px;
	padding-right: 9px;
	position: relative;
	line-height: 24px;
}
.acco-weather-overview-today
{
	font-size: 11px;
	height: 30px;	
}
.acco-weather-overview-table
{
	float: left;
	margin: 0px;
	padding: 2px 0px 0px 0px;
}
.acco-weather-overview-parameter
{
	font-size:11px;
	width: 155px;
}
.acco-weather-overview-data
{
	font-size:11px;
}
.acco-weather-overview-symbol
{
	float: left;
	margin: 0px 20px 0px 100px;
	vertical-align: middle;
}
.acco-weather-overview-temp
{
	font-size: 36px;
	color: #ff4400;
	padding-top: 10px;
}
.acco-weather-temp-table
{
float: left;
	margin: 0px;
	padding: 2px 0px 0px 0px;
}
.acco-weather-temp-month-top
{
	font-size: 11px;
	font-weight: bold;
}
.acco-weather-temp-data-top
{
	font-size: 11px;
	font-weight: bold;
	text-align:center;
}
.acco-weather-temp-month
{
	font-size:11px;
	width: 130px;
}
.acco-weather-temp-data
{
	font-size:11px;
	width: 60px;
	text-align:center;
}
/* End Weather */


/* Weather Forecast */
#weather-forecast-container
{
	
}
.weather-forecast-head
{
}
#weather-forecast-blocks
{
	margin-top: 0px;
	margin-left: 0px;
	padding:0px;
	width:514px;
	list-style-type : none;
	list-style-image: none;
	list-style-position:outside;
	float:left;	
	color:#555;	
}

#weather-forecast-blocks li
{
	margin-top:0px;
	margin-bottom:10px;
	margin-right:20px;
	float:left;
	text-align:center;
	padding: 14px 14px 0px 14px;
	width:80px;
}
.weather-forecast-symbol
{
	height:50px;
}
.weather-forecast-temperature
{
	font-size:18px;
	color:#ff2200;
}

.weather-forecast-day
{
	padding:10px 0px 0px 0px;
	font-weight:bold;
}
.weather-forecast-date
{
	padding:0px;
}

/* End Weather Forecast */

/* carousel */
.carousel-component { 
	position:relative;
}

.carousel-component a 
{
	display:none;
}
div.map-block div.carousel-component a 
{
	display:inline;
}

.carousel-component .carousel-clip-region { 
	overflow:hidden;
	margin:0px auto;
	position:relative; 
	height: 116px;
}				

.carousel-component ul.carousel-list { 
	height: 116px;
	position:absolute;
	z-index:1; 
	margin:0px;
	padding:0px;
	width:1000px;
}

.carousel-component .carousel-list li { 
	height: 116px;
	
	float:left;
	list-style:none;
	overflow:hidden;
	text-align:left;
	margin:0px;
	padding:0px;
}

.carousel-component .carousel-list li.map-item {
	cursor: pointer;
}
.carousel-component .carousel-list li.focus {
	cursor: default;
}


/* popup style */
.pTitle, .hide 
{
	display:none;
}
div.popup-content 
{
	display:none;
}
div.lightbox 
{
	background-color:#fff;
	position:fixed;
	display:none;
	z-index:9999;
}
div.lightbox div.content
{
	line-height:normal;
	padding:10px;
	min-height:150px;
	background:#EAF5D1;
}

div#lightbox_popup_content_isregistered .content
{
	min-height:68px;
}

#lightbox_pTerms div.content
{
	padding:0;
}
div.lightbox div.content .errormsg
{
	color:red;
	padding-bottom:5px;
	display:none;
}
div.lightbox div.header 
{
	font-weight:bold;
	line-height:30px;
	margin:0pt;
	padding:0pt 0pt 0pt 10px;
	text-transform:uppercase;
	background:#BCDE72;
	height:29px;
}
div.lightbox div.header a
{
	position: absolute; 
	top:0px;
	right: 10px;
	text-transform:none;
}

div.lightbox div.header a:hover {
	background: transparent;
	text-decoration: underline;
}

div.lightbox #pTitle
{
	display:none;
}
div.lightbox .success
{
	display:none;
	text-align:center;
}
div.lightbox .success p
{
	line-height:50px;
}

.general-info-price .from {
	padding: 21px 20px 10px 20px;
	font-size: 14px;
	font-weight: bold;
	color: #800033;
	display: block;
	line-height: 14px;
	float: left;
	overflow: none;
}
.general-info-price .price {
	padding: 12px 0 4px 0;
	font-size: 28px;
	font-weight: bold;
	color: #800033;
	display: block;
	line-height: 28px;	
	float: left;
	overflow: none;
	clear: right;
	
}
.price-link {
	padding: 9px 0 10px 22px;
	overflow: none;
	clear: both;
}
.general-info-price a {
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	line-height: 12px;
	text-transform: uppercase;
	background: none;
	color:#fff;
	
}
.general-info-price a:hover {
	background: none;
	color:#fff;
}

/* Form table */

.form-table .spacing{
	height: 10px;
	font-size: 1px;
}
.form-table .caption {
	text-align: right;
	vertical-align: top;
	width: 175px;
	font-weight: bold;
	padding: 10px 8px 0 0;
	margin: 15px 0 0 0;
	font-size:12px;
}

.form-table .input-box {
	border: 1px solid #cfcfcf;
	padding: 10px 10px 10px 10px;
	background: #EAF5D1;
	
}

.form-table .input-box-2 {
	border: 1px solid #cfcfcf;
	padding: 10px 10px 10px 10px;
	background: #fff;
}

.form-table .input-start {
	background: url(../images/input-singleline-start.gif);
	width: 5px;
	height: 24px;float: left;
	
}
.form-table .input-end {
	background: url(../images/input-singleline-end.gif);
	width: 5px;
	height: 24px;
	float: left;
	clear: right;
}
.form-table input.single {
	border: none;
	height: 20px;
	float: left;
	padding: 4px 0 0 0;
	font-family: Arial;
	font-size: 12px;
	background: url(../images/input-singleline-bg.gif);
}
.form-table .multi {
	border: none;
	height: 141px;
	width: 364px;
	float: left;
	font-family: Arial;
	font-size: 12px;
	padding: 5px;
	border-style: solid none none solid;
	border-width: 2px;
	border-color: #808080;
	background: #FFF !important;
}


.form-table span.check {
	display: block;
	margin: 0 0 5px 0;
	
}
.form-table span.check input {
/*	background: url(../images/input-checkbox-bg.gif); */
	width: 14px;
	height: 14px;
	border: none;
	margin: 0 5px 0 0;
	
}
.form-table span.check label {
	vertical-align: top;
}
.form-table .input{
	overflow: hidden;
}
.form-table .suggestion {
	margin: 10px 0 0 0;
	color: #444;
	font: Arial 11px;
	
}
.form-table .suggestion ul {
	float: none;
	margin: 3px 0 0 0;
}
.form-table .suggestion ul li{
	background: url(../images/suggestion-star.gif) left no-repeat;
	list-style: none;
	float: none;
	display: list-item;
	margin: 0 0 0 10px;
	line-height: 15px;
	padding: 0 0 0 10px;
}

.form-table .input-file{
}
.form-table .input-file-caption {
	color: #800033;
	width: 60px;
	font-size: 10px;
	height: 20px;
	line-height:20px;
	padding: 0 5px 0 0;
}
.form-photo-preview img {
	padding: 2px;
	border: 1px solid #ddd;
}
.foto-title {
	margin: 0;
}
/* END Form table */

/* Newsletter */
img.newsletter 
{
	border:solid 1px #ccc;
	margin-top:10px;
	float:left;
}
.newsletter-form 
{
	margin-top:10px;
	border:solid 1px #ccc;
	float:right;
	width:470px;
	min-height:255px;
}
.newsletter-form .form
{
	padding:10px;
	font-size:11px;
	line-height:normal;
}
.newsletter-form .form .form-table 
{
	margin-top:10px;
	width:445px;
}
.newsletter-form .form .form-table .caption {
	width:98px;
}
.newsletter-form .form .form-table input.single 
{
	width:306px;
}
.newsletter-form .form .form-table .bottom-td
{
	height:50px;
	line-height:30px;
}
.newsletter-form .form .form-table .bottom-td a.link-button
{
	margin-right:15px;
}

h2.sitemap-header 
{
	font-size:24px;
	line-height:normal;
	margin:10px;
}

div.sitemap-block 
{
	border:solid 1px #ccc;
	margin-bottom:10px;
	background:#EAF5D1;
}
table.tbl-sitemap
{
	width:100%;
}
table.tbl-locations
{
	/*background:transparent url(../images/bg-static.jpg) no-repeat scroll 460px 100px;*/
}
table.tbl-sitemap td
{
	vertical-align:top;
	padding:10px;
	width:20%;
}
table.tbl-sitemap td h4
{
	text-transform:uppercase;
	font-size:12px;
	margin:10px 0 10px 0;
}
table.tbl-sitemap td ul 
{
	margin:0;
	padding:0;
	list-style:none;
}
table.tbl-sitemap td ul li 
{
	background:transparent url(../images/bg-info-list.gif) no-repeat scroll 0 6px;
	font-size:10px;
	line-height:16px;
	list-style:none;
	padding:0pt 0pt 0pt 9px;
}
table.tbl-sitemap td a
{
	font-size:11px;
	color:#444;
}
table.tbl-sitemap td a:hover
{
	background:transparent;
	text-decoration:underline;
	color:#444;
}

ul.pagination {
	float: left;
	overflow: visible;
	height: 16px;
}
ul.pagination li {
	float: left;
	display: block;
	width: 15px;
	height: 15px;
	margin: 0 3px 0 3px;
	padding: 0;
}

ul.pagination li.nr  a{
	background: #fafafa;
	border: 1px solid #999;
	width: 13px;
	height: 13px;
	line-height: 13px;
	text-align: center;
	float: left;
	display: block;
	color: #0090ff;
}
ul.pagination li.nr  a:hover{
	background: #fafafa;
	border: 1px solid #999;
	color: #0090ff;
}
ul.pagination li.sel  a{
	border: 1px solid #d00053;
	background-color: #fae9f0;
	color: #444444;
	font-weight: bold;
}
ul.pagination li.space {
	background: #fff;
	border: none;
	width: 13px;
	height: 13px;
	line-height: 13px;
	text-align: center;
	float: left;
	display: block;
}
ul.pagination li.liPrev {
	background: url(../images/message-list-prev.gif) left 3px no-repeat;
	padding: 0 8px 0 14px;
	width: auto;
}
ul.pagination li.liPrevDisabled {
	background: url(../images/message-list-prev-disabled.gif) left 3px no-repeat;
	padding: 0 8px 0 14px;
	width: auto;
}

ul.pagination li.liNext {
	background: url(../images/message-list-next.gif) right 3px no-repeat;
	padding: 0 14px 0 8px;
	width: auto;
}

ul.pagination li.liNextDisabled {
	background: url(../images/message-list-next-disabled.gif) right 3px no-repeat;
	padding: 0 14px 0 8px;
	width: auto;
}
ul.pagination li.text a{
	border: none;
	height: 13px;
	line-height: 13px;
	text-align: center;
	float: left;
	display: block;
	color: #0090ff;
}
ul.pagination li.text a:hover 
{
	color:#fff;
}

ul.pagination li.text a.disabled,
ul.pagination li.text a.disabled:hover{
	border: none;
	height: 13px;
	line-height: 13px;
	text-align: center;
	float: left;
	display: block;
	color: #555;
	background:transparent;
}


.honeymoon-block 
{
	font-size:11px;
	line-height:normal;
	border:1px solid #ccc;
	margin:10px 0 10px 0;
	background:#fff url(../images/bg-honeymoon.jpg) no-repeat right 10px;
}
.honeymoon-block p
{
	width:366px;
	padding:0 0 0 15px;
	margin:15px 0 15px 0;
}
.honeymoon-block p.intro 
{
	color:#800033;
}
.honeymoon-block p.outro 
{
	color:#d00053;
	font-weight:bold;
}
#content .honeymoon .info-block-header 
{
	/*border:1px solid #E0D0B1;*/
}

/* BEGIN search */

table.tblfilters 
{
	margin:0;
	padding:0;
	width:960px;
	background:#fffbee;
	border:solid 1px #EAD697;
}
table.tblfilters td
{
	vertical-align:top;	
	border-right:solid 1px #dddddd;
	padding:0 5px 0 5px;
	font-size:11px;
}
table.tblfilters td.col1
{
	width:175px;
}
table.tblfilters td.col2
{
	padding:0 0 0 10px;
	width:213px;
}
table.tblfilters td.col3,
table.tblfilters td.col4,
table.tblfilters td.col5,
table.tblfilters td.col6
{
	width:120px;
}
table.tblfilters td.col6
{
	border:none;
}
table.tblfilters .search-form {
	width:150px;
	padding:5px 0 0 0;
}
table.tblfilters .search-form form {
	margin:0;
	padding:0;
}
table.tblfilters .search-form .search {
	clear:both;
	overflow:hidden;
	padding:5px 0 0;
}
table.tblfilters .search-form .search #inp-search {
	float:left;
	margin:0;
	padding:1px 0 2px;
	width:126px;
	border:1px solid #cecece;
	background:#fff;
	font:12px Arial, Helvetica, sans-serif;
	color:#333;
}
table.tblfilters .search-form .search #btn-search {
	float:right;
	margin:0;
}
table.tblfilters .search-form strong {
	clear:both;
	overflow:hidden;
	display:block;
	margin:3px 0 0;
	color:#333;
	font-size:11px;
	line-height:19px;
}
table.tblfilters ul {
	clear:both;
	margin:2px 0 5px 3px;
	padding:0;
}
table.tblfilters ul li {
	list-style:none;
}
table.tblfilters ul li a {
	color: #000;
	font-size:11px;
	line-height:16px;
	text-decoration:none;
}
table.tblfilters ul li a:hover {
	color: #fff;
}
table.tblfilters ul li.inactive span,
table.tblfilters ul li.inactive {
	color: #ddd;
}
table.tblfilters ul li.inactive a {
	color: #ddd;
	cursor:default;
}
table.tblfilters ul li.inactive a:hover {
	color: #ddd;
	background:transparent;
}
table.tblfilters ul li span 
{
	color:#d00053;
}
table.tblfilters ul li span.active
{
	font-weight:bold;
}
table.tblfilters ul li a.morelink {
	color:#0090FF;
}
table.tblfilters ul li a.morelink:hover {
	color:#fff;
	background-color:#0066CC;
}
table.tblfilters td.col2 ul li
{
	float:left;
	width:100px;
}
table.tblfilters td.col1 ul
{
	margin:2px 0pt 10px 3px;
}
table.tblfilters h4 {
	clear:both;
	overflow:hidden;
	width:100%;
	color:#800033;
	font-size:11px;
	line-height:13px;
	margin:2px 0 0;
	padding:0;
	font-family:Trebuchet MS;
}
table.tblfilters strong {
	color:#800033;
}
#phtravelers .travelers-message 
{
	display:none;
}
/* END search */

/* start offers */

#content ul.inclusive 
{
	list-style:none;
	padding:0;
	margin:0;
}
#content ul.inclusive li
{
	float:left;
	text-align:center;
}
#content ul.inclusive li strong
{
	color:#800033;
	display:block;
	margin:0 0 5px 0;
}
#content ul.inclusive li.sep
{
	width:11px;
	height:45px;
	background: transparent url(../images/plus.gif) no-repeat center 25px;
}

a.button-light,
a.button-light:hover,
a.button-light:visited
{
	background:transparent url(../images/bg-btn-light.gif) no-repeat;
	text-transform:uppercase;
	text-decoration:none;
	display:block;
	float:left;
	padding-left:10px;
	height:22px;
	line-height:22px;
	color:#800033;
	font-weight:bold;
}

a.button-light:hover 
{
	cursor:pointer;
}

a.button-light span 
{
	background:transparent url(../images/bg-btn-light.gif) no-repeat right;
	display:block;
	float:left;
	height:22px;
	display:block;
	padding-right:10px;
}

.clear-both 
{
	clear:both;
	line-height:1px;
	font-size:1px;
}

/* end offers */

hr 
{
	height:1px;
	overflow:hidden;
	background-color:transparent;
	margin:5px 0;
	padding:0;
	border:1px solid #EAD697;
	border-width:1px 0 0 0;
}
/* end offers */


#home-top-block 
{
	background:#d3eff5;
	border:10px solid #92D6E6;
	margin:10px 0pt 10px;
	overflow:hidden;
	position:relative;
	height:248px;
}
#home-top-block h2
{
	color:#c50049;
	font-size:12px;
	text-transform:uppercase;
}
#home-top-block .left
{
	float:left;
	width:200px;
	margin:0;
	padding:20px;
	font-size:11px;
}
#home-top-block .left select
{
	width:185px;
	margin:4px 0 8px 0;
}
#home-top-block .right
{
	float:right;
	background:#fff url(../images/eliza_home.jpg) no-repeat;
}
#home-top-block .right .home-msg
{
	width:305px;
	float:left;
	padding:152px 20px 13px 20px;
}
#home-top-block .right .dstns
{
	float:left;
}
#home-top-block .right .dstns h2
{
	margin:20px 0 10px 0;
}
#home-top-block ul
{
	float:left;
	width:105px;
	margin:0;
	list-style:none;
	padding:0;
}
#home-top-block ul li
{
	width:90px;
	float:left;
	line-height:20px;
	background:transparent url(../images/bg-info-list.gif) no-repeat scroll 0pt 8px;
	padding:0pt 0pt 0pt 12px;
}
#home-top-block ul li a
{
	color:#333;
	font-weight:bold;
}
#home-top-block ul li a:hover
{
	background:#0090ff;
	color:#fff;
}
#home-top-block ul li.empty-value
{
	background:none;
}
#home-top-block ul li.car-header
{
	background:none;
	color:#C50049;
	font-weight:bold;
	text-transform:uppercase;
	padding-left:0px;
	width:100px;
}
#home-middle-block .right
{
	float:right;
}
#home-middle-block .text-column
{
	width:610px;
}
#home-middle-block .home-newsletter
{
	background:#fff url(../images/home-newsletter-bg.gif) no-repeat;
	width:300px;
	height:85px;
	padding:10px;
	margin:0 0 10px 0;
}
#home-middle-block .eliza-mail .mail-top
{
	height:30px;
}
#home-middle-block .eliza-mail .close {
	position: absolute; 
	top: -5px; 
	right: -5px;
	z-index:999;
	display:none;
}
#home-middle-block .eliza-mail a.close:hover {
	background:transparent;
}
#home-middle-block .eliza-mail #eliza-mail.full .close 
{
	display:block;
}
#home-middle-block .eliza-mail ul.pagination
{
	float:right;
	margin:0;
	padding:0;
}
#home-middle-block .eliza-mail ul.pagination li.liPrev 
{
	padding:0pt 2px 0pt 8px;
}
#home-middle-block .eliza-mail ul.pagination li 
{
	width:auto;
}
#home-middle-block .eliza-mail ul.pagination li.liNext 
{
	padding:0pt 8px 0pt 2px;
}
#home-middle-block .home-newsletter h4,
#home-middle-block .eliza-mail h4
{
	margin:0 0 5px 0;
	font-size:11px;
	text-transform:uppercase;
	color:#c50049;
}
#home-middle-block .eliza-mail h4
{
	float:left;
}
#home-middle-block .eliza-mail table
{
	width:100%;
}
#home-middle-block .eliza-mail td
{
	vertical-align:top;
}
#home-middle-block .eliza-mail #eliza-mail.full
{
	width:440px;
	border:solid 1px #999;
}
#home-middle-block .eliza-mail p
{
	height:38px;
	overflow:hidden;
	margin:5px 0 0 0;
}
#home-middle-block .eliza-mail #eliza-mail.full p
{
	height:auto;
	margin:5px 0 0 0;
}
#home-middle-block .eliza-mail #eliza-mail.full a.readmore
{
	display:none;
}
#home-middle-block .home-newsletter .form-table
{
	margin:5px 0 0 0;
}
#home-middle-block .home-newsletter .form-table .input-start,
#home-middle-block .home-newsletter .form-table input.single,
#home-middle-block .home-newsletter .form-table .input-end
{
	margin:4px 0 0 0;
}
#home-middle-block .eliza-mail 
{
	width:320px;
	height:162px;
	position:relative;
}
#eliza-mail 
{
	background:#fff;
	border:solid 1px #e0e0e0;
	position:absolute;
	top:0;
	right:0;
	padding:10px;
}
#home-bottom-block .left
{
	float:left;
	width:300px;
	margin:0 10px 0 0;
}
#home-bottom-block .left .honeymoon
{
	background:#fff6f9;
	overflow:hidden;
	margin:0pt 0pt 10px;
}
#home-bottom-block .left .honeymoon h4,
.eliza-vacation h4
{
	color:#c50049;
	font-size:11px;
	text-transform:uppercase;
	margin:0pt 0pt 5px;
}
.eliza-vacation h5
{
	color:#333;
	font-size:11px;
	margin:0pt 0pt 5px;
}
#home-bottom-block .left .honeymoon img
{
	float:right;
}
#home-bottom-block .left .honeymoon-text
{
	padding:10px;
	width:180px;
	float:left;
}
#home-bottom-block .left .user-data
{
	background:#feffe6;
	overflow:hidden;
	cursor:pointer;
}
#home-bottom-block .left .user-data img
{
	float:left;
}
#home-bottom-block .left .user-data ul
{
	float:left;
	list-style:none;
	margin:0;
	padding:20px 0pt 0pt;
	width:162px;
}
#home-bottom-block .left .user-data ul li
{
	background:transparent url(../images/bg-info-list.gif) no-repeat scroll 0pt 8px;
	line-height:20px;
	padding:0pt 0pt 0pt 12px;
}
#home-bottom-block .middle
{
	float:left;
	width:300px;
	margin:0 10px 0 0;
}
#home-bottom-block .middle .txt
{
	padding:10px;
}
#home-bottom-block .middle .link-button
{
	float:right;
}
#home-bottom-block .middle .eliza-vacation
{
	float:left;
	width:145px;
	background:#E0F9FE;
	margin:0 10px 0 0;
}
#home-bottom-block .middle .eliza-trip
{
	float:left;
	width:145px;
	background:#feffe7;
}
#home-bottom-block .right
{
	background:#d4eba2;
	float:left;
	padding:10px;
}


#home-bottom-block .link-block 
{
	float:left;
	border:1px solid #EAD697;
	margin:8px;
}
#home-bottom-block .newsletter-block 
{
	padding:15px;
	float:left;
	border:1px solid #EAD697;
	margin:8px 8px 8px 0;
	width:188px;
	height:138px;
	background:#fff;
	font-size:11px;
}
#home-bottom-block .newsletter-block h2
{
	font-size:14px;
	text-transform:uppercase;
	margin-top:0;
}
#home-bottom-block .newsletter-block input {
	background:#FFFFFF none repeat scroll 0%;
	border:1px solid #CECECE;
	color:#333333;
	float:left;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	margin:8px 0 8px 0;
	padding:1px 0pt 2px;
	width:182px;
}

#lightbox_pTravelers
{
	border:solid 1px #aaa;
	background:#f9ffec;
}
#lightbox_pTravelers div.header
{
	background:#94cd17;
}
#lightbox_pTravelers div.content
{
	background:#f9ffec;
	padding:0px;
}
#lightbox_pTravelers div.trav-left
{
	width:159px;
	float:left;
	padding:10px;
}
#lightbox_pTravelers div.trav-right
{
	float:right;
	padding:7px;
	width:225px;
	background:#bcde72;
}
#lightbox_pTravelers div.trav-right .nroccs select
{
	margin:5px 0 8px 0;
}
#lightbox_pTravelers div.trav-right #chkFilter
{
	float:left;
	margin:3px 6px 0pt 0pt;
	padding:0;
}
#lightbox_pTravelers div.trav-right .nofilter
{
	float:left;
}

.hotspot 
{
	padding:8px;
	cursor:pointer;
	background-color:#EAF5D1;
	vertical-align:top;
	width:50%;
}
.hotspot.first
{
	background-color:#d4eba2;
}
.hotspot h4
{
	margin:0;
	color:#c50049;
	font-size:14px;
	line-height:18px;
}
.hotspot h4 span
{
	color:#800033;
	font-weight:bold;
	font-size:13px;
}
.hotspot strong.exp-title
{
	color:#c50049;
	font-size:11px;
	display:block;
	margin:3px 0 5px 0;
}
.hotspot .hotspot-photos
{
	float:left;
	width:85px;
	margin:8px 0pt 0pt;
}
.hotspot .hotspot-photos img
{
	display:block;
	margin:0pt 0pt 1px;
}
.hotspot .hotspot-text p
{
	height:50px;
}
.hotspot .hotspot-text ul.menu
{
	padding:5px 0pt 0pt 0px;
	width:185px;
}
.hotspot .hotspot-text ul.menu li 
{
	padding:0pt 3px 0pt 6px;
}
.hotspot .hotspot-text ul.menu li:first-child
{
	padding-left:0;
}
.hotspot .price-block 
{
	background:transparent url(../images/bg-hotspot-price.png) no-repeat;
	float:right;
	height:66px;
	margin:10px 0pt 0pt;
	width:112px;
}
.hotspot .price-block span.text
{
	display:block;
	font-weight:bold;
	line-height:24px;
	margin:4px 0pt 0pt;
	text-align:center;
	text-transform:uppercase;
	width:112px;
}
.hotspot .price-block div.price
{
	font-weight:bold;
	font-size:20px;
	color:#fff;
	text-align:center;
	text-transform:uppercase;
	width:112px;
	line-height:36px;
}

.no-background-image,
ul.menu li.no-background-image
{
	background:none;
}

#ribbon-tag {
	background:transparent url(../images/ribbon-tag.png) no-repeat scroll 0%;
	height:120px;
	left:0px;
	position:absolute;
	top:0px;
	width:120px;
	z-index:999;
}
#ribbon-tag div {
	background:transparent none no-repeat scroll 0%;
	cursor:pointer;
	position:absolute;
}
#ribbon-tag div.img-1 {
	height:58px;
	left:0pt;
	top:0pt;
	width:58px;
}
#ribbon-tag div.img-2 {
	height:22px;
	left:0pt;
	top:58px;
	width:58px;
}
#ribbon-tag div.img-3 {
	height:38px;
	left:0pt;
	top:80px;
	width:38px;
}
#ribbon-tag div.img-4 {
	height:58px;
	left:58px;
	top:0pt;
	width:22px;
}
#ribbon-tag div.img-5 {
	height:38px;
	left:80px;
	top:0pt;
	width:38px;
}
td.offices-title
{
     color:#333;
	 padding-left:30px;
	 text-align:left;
}
td.services-price
{
	color:#333;
	padding-right:5px 0;
	text-align:right;
}
.search .remove-search
{
	padding-left:4px;
	letter-spacing:-1px;
}
.search .remove-search span
{
	color:#c50049;
}
.search .remove-search a
{
	color:#333333;
}
.my-saved-viewed
{
	border:#92d6e6 solid 1px;
	background-color:#ddf3f8;
	padding-bottom:10px;
	position:absolute;
	left:20px;
	bottom:10px;
	width:186px;
}
.my-saved-viewed h4
{
	padding:8px;
	font-size:10px;
	font-weight:bold;
	color:#c50049;
	margin:0;
}
#home-top-block .my-saved-viewed ul
{
	float:none;
	width:auto;
}
#home-top-block .my-saved-viewed ul li
{
	background:none;
	float:none;
	line-height:14px;
	width:auto;
	padding: 0 0 0 10px;
	font-size:10px;
}
#home-top-block .my-saved-viewed ul li a
{
	font-weight:normal;
}
#home-top-block .my-saved-viewed ul li.inactive a
{
	color:#CCCCCC;
	cursor:default;
}
#home-top-block .my-saved-viewed ul li.inactive a:hover
{
	color:#ccc;
}
#home-top-block .my-saved-viewed ul li .number
{
	color:#c50049;
}
#home-top-block .left h2
{
	margin-top:0px;
	margin-bottom:10px;
}
.hotspot h4 span.destination
{
	color:#C50049;
	font-size:10px;
	font-weight:normal;
	margin-left:5px;
}


/* BEGIN WEATHER */
.tab-post-weather 
{
	background-color: #EAF5D1;
}
.tab-post-weather .weather-period
 { 
   width:560px;
 }
 
.tab-post-weather .title,
 .weather-period .label
 {
    color:#000;
    font-weight:bold;
 }
  
.tab-post-weather .title
 { 
    background-color:#D6EEA1;
    font-size:16px;
    width:514px;
    font-size:11px;
    padding:8px;
    padding-left:10px;
    margin-top:15px;
    
 }
.tab-post-weather div.title,
.tab-post-weather .title td
 {
    text-align:left;
 }
 .tab-post-weather .weather-period table
 {
    border-bottom:1px solid #D6EEA1;
    border-left:1px solid #D6EEA1; 
 }
 .tab-post-weather .weather-period tr.even
 {
   background-color:#fff;
 }
  

 .tab-post-weather .weather-period td 
 {
   text-align:center;
   padding:2px;
   border-top: solid 1px #D6EEA1; 
   border-right: solid 1px #D6EEA1; 
   background-color:#f6fbec;
 }
  
.tab-post-weather .weather-period tr.odd td
 {
   background-color:#fff;
 } 
  
 .tab-post-weather .weather-period td.summary
 {
    border-right:none;
    background:#fff;
 } 
  
 .tab-post-weather .weather-period td.label
 {
   text-align:left;   
    background:#fff;
 }  
 
 .tab-post-weather .weather-period tr#tr-summary > td:last-child
 {
	border-right:1px solid #D6EEA1;
 }
 
 .tab-post-weather .weather-period .symbol
 { 
   margin:auto;
   height:75px;
   width:82px;
  } 
  
    
  .tab-post-weather div.not-available
  {
	padding:10px;
	border:1px solid #D6EEA1;
	border-top:none;
	width:510px;
	background-color:#fff;
  }
  
  .tab-post-weather .weather-period .cloudy
  {
     background: transparent url(../images/weathersymbols/cloudy.png) no-repeat center center;
     width:60px;
    
  }
  .tab-post-weather .weather-period .fog
  {
     background: transparent url(../images/weathersymbols/fog.png) no-repeat center center;
     width:60px;
  }
  .tab-post-weather .weather-period .lightning
  {
     background: transparent url(../images/weathersymbols/lightning.png) no-repeat center center;
     width:60px;
     
  }
  .tab-post-weather .weather-period .partly_cloudy
  {
     background: transparent url(../images/weathersymbols/partly_cloudy.png) no-repeat center center;      
     width:60px;
  }
  
  .tab-post-weather .weather-period .rain
  {
     background: transparent url(../images/weathersymbols/rain.png) no-repeat center center; 
     width:60px;
  }
  .tab-post-weather .weather-period .snow
  {
     background: transparent url(../images/weathersymbols/snow.png) no-repeat center center;
     width:60px;
  }
  .tab-post-weather .weather-period .sunshine
  {
     background: transparent url(../images/weathersymbols/sunshine.png) no-repeat center center;
     width:60px;
  }

  /* END WEATHER */
  
.form-box a.btnsearch
{
	display:block;
	float:left;
	margin-left:5px;
	margin-top:1px;
	cursor:default;
}
  
.form-box span.btnsearch-disabled
{
	background: transparent url(../images/btn-search.png) no-repeat center 0px;
	display:block;
	width:34px;
	height:20px;
}

.form-box span.btnsearch-enabled
{
	background: transparent url(../images/btn-search.png) no-repeat center -22px;
	display:block;
	width:34px;
	height:20px;
}

.form-box span.btnsearch-enabled:hover
{
	background-position: center -44px;
}
