 
/* -- globale structure -- */

#wrapper { width: 650px;  position: relative;}

#frameClass
{
	border: solid 1px #666;
	padding: 5px;
}


.styleTopImage 
{
	border: 1;
}

.styleTopText
{
	margin-bottom: 20px;
}

.styleBottomImage 
{
	border: 1;
}

.styleBottomText 
{
	border-top: 1px solid #aaa;
	color: #333;
	font-size: 0.9em;
	margin-top: 20px;
}

table {width: 100%; margin-bottom: 0;}

table tr td, table th { padding: 5px;}

table th  { background: #666; color: white; font-weight: normal; border-bottom: 2px solid white; font-size: 1.1em;}


/* -- language bar + faq  -- */

#ctl00_LangBar1_pnLangBars
{
   border-bottom: 1px solid #333;
   padding: 5px;
}

#ctl00_LangBar1_pnLangBars a
{
   color: #333;
   text-decoration: none;
   font-size: 0.9em;
}


.faqLink
{
   display: block;
   padding: 3px;
   position: absolute;
   top: 3px;
   _top: 1px;
   *top: 1px;
   right: 0px;
}

.faqLink a{color: black; text-decoration: none;}


/* -- error message -- */

#divError span 
{
	color: #C30 !important;    
}


/* align numbers to the right */
td.Numerical,
th.Numerical
{ text-align: right; }


/* icon for add to basket*/
table#ctl00_ContentPlaceHolder1_ArticleBasketComponent1_grdArticles a  
{
   color: black;
   background: url(basket_put.gif) transparent top left no-repeat;
   padding: 3px;
   padding-left: 20px;
}

/* icon for remove from basket*/
table#ctl00_ContentPlaceHolder1_ArticleBasketComponent1_grdBasket a  
{
   color: black;
   background: url(basket_delete.gif) transparent top left no-repeat;
   padding: 3px;
   padding-left: 22px;
}

table#ctl00_ContentPlaceHolder1_ArticleBasketComponent1_grdArticles td,
table#table#ctl00_ContentPlaceHolder1_ArticleBasketComponent1_grdBasket td 
{
  border-bottom: 1px solid #999;
}

.styleThumbnailImage td
{
	border-bottom: 0px !important;
}

.btnPager
{
	border: 0;
	background: #ddd;
	width: 30px;
}

/* div around Basket */
#divBasket
{
margin-top: 15px;
margin-bottom: 5px;  
}

#divBasket table  /* highlighting basket  */
{
  border-left: 1px solid #069;
}

#divBasket table th
{
  background: #069;
  color: white;
}

#divBasket table td
{
  border-bottom: 1px solid #069;
  padding: 8px 5px;
}

/* ----  */


div#subTotal
{
   font-weight: bold;
   font-size: 100%;
   text-align: right;
}


/* Payment / shipment */


span#timerDisplay
{
   display: block;
   background: url(time.gif) transparent top left no-repeat;
   padding: 3px;
   padding-left: 20px;
   position: absolute;
   top: 3px;
   right: 40px;
   color: #666;
   
}

table#tabShipments, 
table#tabPayments, 
table#tabTotal, 
table#tabCaptcha, 
table#personalDetails
{
   border: 1px solid #666;
}


table#tabShipments td#tdShipmentsLabel, 
table#tabPayments td#tdPaymentsLabel
{
   border-bottom: 1px solid #666;
   background: #ddd;
}

table#tabShipments td#tdShipmentsLabel span, 
table#tabPayments td#tdPaymentsLabel span
{
   font-size: 1.1em !important;
}

td#tdShipmentValue, 
td#tdPaymentsValue, 
td#tdTotalValue
{
   width: 100px;
   text-align: right;
}

table#tabTotal
{
   border: none;
   background: #333;
   color: white;

}

table#tabTotal td#tdTotalDescr span, 
td#tdTotalValue
{
   font-size: 1.2em;
}

table#tabCaptcha 
{
  margin-top: 0;
  background: #ccc;
  border: none;
}

/* ---- Voucher box ------ */


a#ctl00_ContentPlaceHolder1_PaymentShipmentComponent1_voucherInputControl_btnInvoke
{
  color: black;
  background: url(money_euro.gif) transparent 3px 3px no-repeat;
  padding: 5px;
  padding-left: 25px;
  text-decoration: none;
}

div.divHasVaucher
{
   padding: 10px 0px;
   background: #ffffe0 !important; 
   margin-top: -15px;
   border-bottom: 1px solid #FF8C00; 
}


div.VoucherPopup
{
   background: #C1CDC1 !important;
   padding: 20px;
   border: 1px solid #000;
}

div.VoucherPopup span
{
  font-size: 1em;
}

div.VoucherPopup input
{
  margin-top: 10px;
  background: white;
  padding: 3px 5px;
  border: 1px solid #333;
}



/* Commands */


#divEditBasket, 
#divEmptyBasket, 
#divNext, #controlsConfirm, #newOrder
{
 float: left;
 width: 50%;
 padding-top: 10px;
 padding-bottom: 10px;
}

#divNext
{
  text-align: right;
}

.newOrderClass, .CancelPayment, .CheckoutButton, .SecondWebshop
{
	background:#333333 none repeat scroll 0 0;
	color:white;
	display:block;
	float:left;
	font-weight:bold;
	text-decoration:none;
}

.CancelPayment, .newOrderClass
{
	float:right;
}

#divEditBasket a, 
#divEmptyBasket a, 
a,
#divNext a, #controlsConfirm a, #newOrder a,
#commands a,
a.lnkLogin,
a.lnkSearch,
.promoButtonRow input
{
  padding: 6px 10px;
  border: none;
}

.divSearchCriteria
{
  margin-bottom: 25px;	
}

#divEditBasket a, 
#divEmptyBasket a
{
  color: #000;
  background: #ddd;
  text-decoration: none;

}

#divEditBasket a
{

}

#divNext a, #controlsConfirm a, #newOrder a,
#commands a, #divSearch a,
a.lnkLogin,
a.lnkSearch,
.promoButtonRow input
{
color: white;
background: #333;
text-decoration: none;
font-weight: bold;

}

#commands
{
   margin-top: 15px;
   text-align: right;
  padding-top: 10px;
 padding-bottom: 10px;
}


/* Calendar table */

table.topTextStyle td
{
  font-size: 1.1em;
}

table.calendarClass
{
border: 1px solid #DDD;

border-collapse:collapse;

}

table.calendarClass td  /* defaults calendar cell */
{
    padding: 0 !important;
    border: 1px solid #aaa;
    height: 45px;
    background: #ddd; 
}


table.titleStyle  /*  month + navigation */
{
  height: 30px;
  margin: 0 !important;
}

table.titleStyle td
{
   background: #333 !important;  
   border: none;
    font-size: 1.3em;
    letter-spacing: 1px;
    text-decoration: none;
    color: white !important;
    text-transform: uppercase;
}

.nextPrevStyle a
{
  color: white !important;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
}


table.calendarClass th.dayHeader  /* th with day names */
{
  background: #999;
  font-weight: normal;
  height: 10px;
  color: white;
  border-top: 1px solid white;
}


/*specific calendar cell classes */

td.otherMonthDaysStyle	{}

td.dayStyle				{background: white !important;}

td.todayStyle 			{font-weight: bold; }

td.weekendStyle			{background: #c9d7f1 !important; color: #000;}


table.botomText1Style td,
table.botomText2Style td
{
  font-style: italic;
}





/* progress bar */
table.pbTable, table.pbTable td
{
   background: #ddd !important;
   border: none !important;
}

table.pbTable
{
   border-top: 1px solid white !important;
   border-bottom: 1px solid white !important;
   margin-bottom: 0 !important;
   width: 80% !important;
}

table.pbTable td
{
  height: 10px !important;
  font-size: 3px;
}

table.pbTable td.pb0 	 { background: #C00 !important; border-left: none;}
table.pbTable td.pb30	 { background: #C00  !important;}
table.pbTable td.pb75	 { background: #C00  !important;}
table.pbTable td.pb100	  
{
	background: #C00  !important;
	text-align: center;
}
.pbText	  
{
	font-size: 8pt;
	color: White;
}




/* --------- Consumer data ---------- */

div.consumerData table th
{
  background: transparent;
}
div.consumerData table td
{
  position:relative;
}
/*div.consumerData table td input
{
		position:relative;
left:5px;

}
div.consumerData table input
{
float:right;	
}
div.consumerData table span
{
	position:relative;

top:-10px;
}sterRight
div.consumerData table span.sterRight
{
	position:relative;
	float:right;
}
position:relative;
	left:+15px;position:relative;
	left:0px;	margin-left:5px;
	top:-15px;	float:left;
*/


div.consumerData table input.inputText
{
	position:relative;
	border: 1px solid #666;
	padding: 3px 5px;
	width: 250px;


}
div.consumerData table span
{
	


}
div.consumerData table span.requiredError
{
  background: #c30 !important;
  border: 1px solid #C30;
  color: white !important;
  width: 5px;
  padding: 2px 5px;
  font-size: 0.9em;
  height:15px;
}


/*#ctl00_ContentPlaceHolder1_ConsumerDataLauncher1_ctl00_ctl09{float:right;}*/
.Tos
{
  border: 1px solid #ccc;
  font-size: 1.2em;
  padding: 5px 10px;
  margin: 10px;
  font-family: courier;
  overflow-y: scroll;	
  height: 150px;
}




/*  FAQ  */

.QuestionRow 
{
	font-size: 1.1em;
	font-family: arial;
	padding-top: 15px;
	border-top: 1px solid #ccc;
	cursor: pointer;
}


.LeftColumn
{
	width: 15px;
		border-top: 1px solid #ccc;
}

.RowClosed, 
.RowOpened
{
	float: left;
	width: 10px;
	height: 15px;
}

.RowClosed
{
	background-image: url(/style/plus.gif);	
}

.RowOpened
{
	background-image: url(/style/minus.gif);
}

.AnswerRow 
{
	padding-left: 25px;
	padding-bottom: 20px;
}

.CategoryRow td
{
	font-size: 1em;
    line-height: 1.4em;
    background-color: #edeeeb;
}


/* -- highlight hovered row -- */


.SelectableRow, .RowOver { cursor: pointer;}

.RowOver {background-color: #c9d7f1; }



/* -- promo code table -- */

.divCenter
{
    margin-left: auto;
    margin-right: auto;
    width: 300px;
    margin-top: 20px;
}

.promoTable
{
	text-align: center;
}

.promoRow input
{
	border: 1px solid #666;
	padding: 5px;
	width: 200px;
	margin-bottom: 10px;
}

.promoRow input:focus
{
   background: #c9d7f1;
}

.promoButtonRow
{
   margin-bottom: 20px;
   margin-top: 10px;
   text-align: center;
}

.promoButtonRow input
{
color: white;
background: #333;
text-decoration: none;
font-weight: bold;

}


/* -- login component -- */

#loginComponent
{
    margin-left: auto;
    margin-right: auto;
    width: 300px;
    margin-top: 20px;
}

td.loginLabels
{
   font-weight: bold;
}

.loginBoxes input
{
	border: 1px solid #666;
	padding: 5px;
	width: 150px;
}

.loginBoxes input:focus
{
   background: #c9d7f1;
}

#commandLine
{
   margin-bottom: 20px;
   margin-top: 10px;
   text-align: center;
}

.calendarDataComponent
{
}


.globalFooter
{
	font-size: 0.9em;
	margin-top: 8px;
}
.supportText
{
	
    color: #666666;
	
}


.lnkBackButton 
{
	color: white;
	background: #333;
	text-decoration: none;
	font-weight: bold;
	display: block;
	float: left;
}

.Questions 
{
	font-size: 1.2em;
}

.ControlBar
{
	text-align: right;
	margin: 2px 0px 2px 0;
}

.ControlBarItem
{
	color: Black;
}

.TBOverview
{
	float: right;
	font-weight: bold;
}

/* -- Holland Casino Try Out 2 -- */
.inputHCFirstName
{
  width: 170px;
}
.inputHCLastName
{
  width: 195px;
}
.inputHCStreet
{
  width: 225px;
}
.inputHCHouseNbr
{
  width: 30px;
}
.inputHCAddition
{
  width: 50px;
  margin-right:15px;
}
.inputHCPostCode
{
  width: 45px;
}
.inputHCCity
{
  width: 150px;
}
.inputHCTelephone
{
  width: 270px;
}
.inputHCBirthDate
{
  width: 80px;
}
.inputHCEmail
{
  width: 495px;
}
.inputHCConfEmail
{
  width: 442px;
}
.inputHCFavoritesCardNr
{
  width: 442px;
}
.inputHCWinCode
{
  width: 150px;
}
.columnHCTryOut2
{
  width: 100px;
}
