/*reservation steps: */
.step_next {
	font-size:12px;
	font-weight:italic;
	color:#1A1A1A;		
}
.step_current {
	font-size:14px;
	font-weight:bold;		/*bold for Western: normal for Asia*/
	color:#F8D000;	
}

#content a {
	font-size:12px;
	color:#C80F2B;
	font-weight:normal;	/*bold for Western: normal for Asia*/
}

.specials h1 {
	font-size:18px;
	font-weight:normal;
	font-weight:bold;		/*bold for Western: normal for Asia*/
	color:#F8D000;
}
.specials ul li {
	width:175px;
	font-weight:bold;		/*bold for Western: normal for Asia*/
	position:relative;
	border-bottom:1px dotted #E8DD09;
	cursor:pointer; cursor:hand;
}
.specials ul li a {
	position:relative;
	font-weight:normal; /*bold for Western: normal for Asia*/
	left:14px;
	line-height:18px;
}

/* x-mas etc...*/
.events { 
	z-index: 4;
	position: absolute;
	top: -10px;
	left: 50%;
}
		
		#feedbck_but{
			position: absolute;
			width: 250px;
			right: 480px;
			top: 100px;	
			z-index:999;		
		}
		#feedback {
		     visibility: hidden;
		     position: absolute;
				 left: 0px;
				 top: 0px;
				 width:100%;
		     height:100%;
				 text-align:center;
		     z-index: 1000;
		     background-image:url(/bin/blackBck.png);
		}
		#feedback div {
		     width: 250px;
		     margin: 100px auto;
		     background-color: #FBC21A;
		     border-color: #CD0A27;
				 border-style: solid; 
				 border-width: 1px;      
		     color: #CD0A27;
		     padding: 2px;
		     text-align:center;
				 font-size:11px;     
		     font-weight:normal;
		}		