DIV.reservationBox,
DIV.reservationBoxShadow,
DIV.reservationBox TABLE#frame{
    height			: 175px;
}
DIV.reservationBoxShadow,
DIV.reservationBox{
    position		: absolute;
    margin-left		: 580px;
    margin-top		: 55px;
    width			: 320px;
    display			: none;
	font-family		: Verdana, Arial, Helvetica, sans-serif;
}
DIV.reservationBoxShadow{    
    opacity			: 0.7;
    filter			: alpha(opacity=70);    
    background-color: #999999;    
    z-index			: 1;
}
DIV.reservationBox{
    font-size		: 10px;
    color			: #FFFFFF;
    z-index			: 100;
}
DIV.reservationBox INPUT,
DIV.reservationBox SELECT,
DIV.reservationBox BUTTON{
    font-size		: 10px;
}
DIV.reservationBox LABEL{
    display			: block;
    font-size		: 10px;
}
DIV.reservationBox H6{
    margin			: 0px;
    font-size		: 12px;
	font-family		: Georgia, "Times New Roman", Times, serif;
}
DIV.reservationBox A{
    color			: #FFFFFF;
}
DIV.reservationBox BUTTON{
    float			: right;
    margin-top		: 5px;
    border			: 0px;
}
DIV.reservationBox TABLE{
    border-collapse : collapse;
    width			: 100%;
}
DIV.reservationBox TABLE TD{
    border-collapse : collapse;
    font-weight		: bold;
}
DIV.reservationBox TABLE TD.left{
    width           : 20px;    
    border			: 1px solid #FFFFFF;
    vertical-align	: bottom;
    text-align		: center;
    padding-bottom	: 15px;
    background		: url(../images/icon_res_down.gif) bottom center no-repeat;
    cursor			: pointer;
}
DIV.reservationBox TABLE TD.left DIV.text{
	width			: 10px;
	margin			: auto;
}
DIV.reservationBox TABLE TD.rightTop,
DIV.reservationBox TABLE TD.rightBottom{
	border			: 1px solid #FFFFFF;
	padding			: 5px 20px 5px 10px;
}
DIV.reservationBox TABLE TD.rightTop{
	cursor			: pointer;
	background		: url(../images/icon_res_down.gif) center right no-repeat;
}
DIV.reservationBox SELECT#hotel_code{
	width			: 100%;
}
DIV.reservationBox DIV.vmcLinks{
	margin			: 10px 0px 5px 0px;
	text-align		: right;
}

/* COLLAPSE MODE*/
DIV#reservation_collapse,
DIV#reservation_collapse_shadow,
DIV#reservation_collapse TABLE#frame{
	height			: 25px;
}
DIV#reservation_collapse,
DIV#reservation_collapse_shadow{
	margin-top		: 205px;
	display			: block;
}
DIV#reservation_collapse TABLE TD.left{
	cursor			: default;
	background-image: url();
}
DIV#reservation_collapse TABLE TD.rightTop{
	cursor			: pointer;
	background		: url(../images/icon_res_up.gif) center right no-repeat;
}

/********************* Added for the width of #noOfChild  12/17/2008 *****************************/
#noOfChild {
	width			: 36px;
}

/********************* T20100604.0002  06/15/2010 *****************************/
#best-rate {
	float			: left;
	margin-left		: 1px;
}











