/* Drie buttons bovenaan*/
#drieButtons {
	width:906px;
    margin-bottom: 2px;
}

#drieButtons .findticket {
    background: white url(../images/zop_titles_vliegtickets.png) no-repeat;
    float: left;
}

#drieButtons .findhotel {
    background: white url(../images/zop_titles_hotels.png) no-repeat;
    float: left;
}

#drieButtons .findtour {
    background: white url(../images/zop_titles_tours.png) no-repeat;
    float: left;
}

#drieButtons .standard {
    float: left;
    width: 300px;
    height: 20px;
    overflow: hidden;
    margin-top: 2px;
    margin-right: 2px;
    margin-bottom: 2px;
}

#drieButtons .inactive {
    background-position: 0 -40px !important;
}
#drieButtons .active {
    background-position: 0 0px !important;
}

#drieButtons a:hover {
	background-position: 0 -20px !important;
}

/* blokken met hotels en tours*/
#block_results {
    float: left;
    width: 300px;
}

#block_result_header {
    padding: 3px;
    border-bottom: 2px solid #ccc;
    margin-bottom: 2px;
}

#block_results .item {
    height: 118px;
    width: 300px;
    border-top:2px solid #fff;
    clear: both;
}

#block_results .itemPic {
    position: absolute;
    width: 85px;
    height: 79px;
    overflow: hidden;
    top: 0;
    left: 0;
    background: #eee;
}
#block_results .itemPic a {
    width: 85px;
    height: 79px;
    display: block;
}
#block_results .itemPrice	{
    position: absolute;
    width: 85px;
    height:38px;
    overflow: hidden;
    top: 80px;
    left: 0;
    background:#F17225;
}
#block_results .itemPromo {
    position:absolute;
    display: block;
    width: 58px;
	height: 31px;
	z-index: 10;
	left: 35px;
	top: -5px;
}
#block_results .from {
    position:absolute;
    top:0;
    left:3px;
    color:#fff;
}

#block_results .price {
    position:absolute; top:13px; left:6px; font-size:22px; color:#fff;
}

#block_results .itemContent_s {
    position: absolute;
    width: 203px;
    height: 108px;
    top: 0;
    left: 86px;
    background: white url("../images/zop_hotels_result_gradient.png") repeat-x;
    padding: 5px;
    overflow: hidden;
}

#block_results .itemContent_r {
    position: absolute;
    width: 205px;
    height: 108px;
    top: 0;
    left: 86px;
    background: white url("../images/zop_tours_result_gradient.png") repeat-x;
    padding: 5px;
    overflow: hidden;
}

#block_results .itemContent_s h3 a {
    text-transform: uppercase;
    font-size: 11px;
    color: #719926;
}

#block_results .itemContent_r h3 a {
    text-transform: uppercase;
    font-size: 11px;
    color: #719926;
}

#block_results .itemContent_s h4 a {
    color: #719926;
}

#block_results .itemContent_r h4 a {
    color: #719926;
}

#block_results .itemContent_s .text {
	line-height: 1.2em;
}

#block_results .itemContent_r .text {
	line-height: 1.2em;
}

#block_results .linkContent {
    position: absolute;
    width: 205px;
    height: 1.2em;
    top: 102px;
    left: 0;
    text-align: right;
    overflow: hidden;
}

#block_results a.more:link, #block_results a.more:visited		{ font-size:10px; color:#719926; text-decoration:none; font-weight:bold;}
#block_results a.more:hover										{ font-size:10px; color:#719926; text-decoration:underline; font-weight:bold;}

#block_results a.more_overview:link, #block_results a.more_overview:visited				{ font-size:10px; color:#64666A; text-decoration:underline; font-weight:none;}
#block_results a.more_overview:hover									{ font-size:10px; color:#64666A; text-decoration:none; font-weight:none;}
#block_results	h1										{ font-size:12px; height: 14px; margin:0; padding:4px; font-weight:bold; color: #64666A; text-transform: uppercase; }
#block_results	h3										{ font-size:12px; margin:0 0 5px 0; }
#block_results	h4										{ font-size:10px; margin:0; }

.cheapestticketdiv_licht {
	margin: 2px;
	padding: 3px 3px 2px 3px;
	background-color: #F4F4F4;
}

.cheapestticketdiv_donker {
	margin: 2px;
	padding: 3px 3px 2px 3px;
	background-color: #EAEAEA;
}

.cheapestticketdiv_licht:hover {
	background-color: #D6D6D6;
}
.cheapestticketdiv_donker:hover {
	background-color: #D6D6D6;
}

.zop_menu h2 {
	color: #749C22;
}
.zop_menu a {
	color: #749C22;
}

.zop_menu a:hover {
	color: #5F8514;
}

.zop_menu a.leaf {
	color: #749C22;
}

.zop_menu a.leaf:hover {
	color: #5F8514;
}

/*gebruikt in het menu, Hotels & resorts*/
.titleDestHotels {
	background: #fff url("../images/kiesuwbestemming_hotels.png");
	height:20px; 
	width:300px; 
	overflow:hidden; 
}

.titleInfoHotels {
	background: #fff url("../images/bestemmingsinformatie_hotels.png");
}

/*gebruikt in het menu, Hotels & resorts*/
.titleDestTours {
	background: #fff url("../images/kiesuwbestemming_tours.png");
	height:20px; 
	width:300px; 
	overflow:hidden; 
}

.titleInfoTours {
	background: #fff url("../images/bestemmingsinformatie_tours.png");
}