/* ====================================================== */
/* -------------------- Date Selection ------------------ */
/* =========================BEGIN======================== */


/*
 * =================================================================
 * Generelle Definitionen für das DateSelector DIV 
 * =================================================================
 */
#dateSelectionContainer
{
	padding: 10px;
	width: 100%;
	float: left;
}

#dateSelectionContainer .dateSelectionDetailsLeft
{
	width: 80px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	float: left;
	margin-right: 18px;
}

#dateSelectionContainer .dateSelectionDetailsRight
{
	float: left;
}

.left-block
{
	float:left;
	display:block;
	overflow:hidden;
	font-size:9px;
}

.right-block
{
	float:right;
	display:block;
	overflow:hidden;
	font-size:9px;
}


/*
 * =================================================================
 * CSS Definitionen für AdultSelector (Auswahl Anzahl Erwachsene)
 * =================================================================
 */
#dateSelectionContainer h4
{
	color: #444444;
	font-size: 13px;
	font-weight: bold;
}

#dateSelectionContainer ul li
{
	color: #7F7F7F;
	font-size: 10px;
	font-weight: bold;
	line-height: 18px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 3px 0 0;
	padding: 0 0 0 10px;
	cursor: pointer;
}

#dateSelectionContainer ul li.selected
{
	background-color: #849CB6;
	background-image: url(../../_images/bestWeekend/details_offer_arrow.gif);
	background-position: right top;
	background-repeat: no-repeat;
	color: #ffffff;
}

/*
 * =================================================================
 * CSS Definitionen für DateSelector 
 * =================================================================
 */

#dateSelection {
	width:600px; 
	float:left;
}

#dateSelection .dateSelectionLeft {
	/*width: 200px;*/ 
	float:left;
	border-left: 1px solid #D5DEE9;  
}

#dateSelection .dateSelectionCenter {
	/*width: 200px;*/ 
	float:left; 
	border-left: 1px solid #D5DEE9;
}

#dateSelection .dateSelectionRight {
	/*width: 200px;*/ 
	float:left;
	border-left: 1px solid #D5DEE9;
	border-right: 1px solid #D5DEE9;
}

#dateSelection .headlineWrapper {
	display: block;
	width: 196px;
	background:url(../../_images/bestWeekend/details_offer_list_top.gif);
	color: #3D4245;
	height: 29px;
	line-height: 29px;
}

#dateSelection .bottomlineWrapper {
	display: block;
	width: 196px;
	background:url(../../_images/bestWeekend/details_offer_list_bottom.gif);
	height: 29px;
	line-height: 29px;
}

#dateSelection .headline {

	margin:0px; padding:0px; border:none;
	padding-left:15px;
	height:29px;
	line-height:29px;
	font-size:11px;
	font-weight:bold;
	color:#3d4245;
	background-color:#CBDCE6;
	background-image:url(../../_images/bestWeekend/details_offer_list_top.gif);
	background-position:top right;
	background-repeat:no-repeat; 
}
#dateSelection .headline.inactive {

	margin:0px; padding:0px; border:none;
	padding-left:15px;
	height:29px;
	line-height:29px;
	font-size:11px;
	font-weight:bold;
	color:#3d4245;
	background-color:#CBDCE6;
	background-image:url(../../_images/bestWeekend/details_offer_list_top.gif);
	background-position:top right;
	background-repeat:no-repeat; 
}

#dateSelection .BtnUp{
	background-image:url(../../_images/bestWeekend/details_offer_arrow_up.gif);
	background-position:center 11px;
	background-repeat:no-repeat;
	display:block;
	position: relative;
	left: 150px;
	width: 20px;
	height: 20px;
	top: -26px;
}

#dateSelection .BtnUpInactive {
	background-image:url(../../_images/bestWeekend/details_offer_arrow_up_inactive.gif);
	background-position:center 11px;
	background-repeat:no-repeat;
	display:block;
	position: relative;
	left: 150px;
	width: 20px;
	height: 20px;
	top: -26px;
}

#dateSelection .BtnDown {
	background-image:url(../../_images/bestWeekend/details_offer_arrow_down.gif);
	background-position:center 11px;
	background-repeat:no-repeat;
	display:block;
	position: relative;
	left: 150px;
	top: -5px;
	width: 20px;
	height: 20px;
}

#dateSelection .BtnDownInactive {
	background-image:url(../../_images/bestWeekend/details_offer_arrow_down_inactive.gif);
	background-position:center 11px;
	background-repeat:no-repeat;
	display:block;
	position: relative;
	left: 150px;
	top: -5px;
	width: 20px;
	height: 20px;
}

#dateSelection .dataWrapper {
	display:block;
	/*border: 1px solid black;*/
	width: 196px;
	height: 311px;
}

#dateSelection .dataNoSelect {	
	background-image:url(../../_images/bestWeekend/details_offer_list_back.gif);
	margin:0px; padding:0px; border:none;
	padding-left:13px; padding-right:12px;
	height:24px;
	line-height:23px;
	color:#333333;
	font-family: Verdana, Arial, sans-serif;
	font-size:1px;
	border: medium none;
	display: block;
	width:171px;
	text-align:left;
	clear:both;
}

#dateSelection .dataNoSelect:hover {
	background-image: none;
	background-color: #CBDCE6;
	display: block;
}

#dateSelection .dataSelect {	
	background-image: none;
	background-color: #849CB6;
	margin:0px; padding:0px; border:none;
	padding-left:13px; padding-right:12px;
	height:24px;
	line-height:23px;
	color:#FFFFFF;
	font-family: Verdana, Arial, sans-serif;
	font-size:9px;
	border: medium none;
	display: block;
	width:171px;
	text-align:left;
}

/* -- Formatierung "ab-Preis --*/
#dateSelection .dateSelection-price {	
	font-weight:bold;
	font-size:11px;
	/*padding-left:138px;*/
}

#dateSelection span.arrow{
	color: #CD1D2A;
	font-size: 13px;
	margin-left: 5px;
}

#dateSelection .loadAnim{
	background-image: url(../../_images/bestWeekend/loading_offer_white.gif);
	background-repeat: no-repeat;
	background-position: center;
}

/* ==========================END========================= */
/* -------------------- Date Selection ------------------ */
/* ====================================================== */
