/* CSS Document */
.reservation {font-family:Tahoma; font-size:12px; color:#000000; font-weight:bold; }
.reservation_semi {font-family:Tahoma; font-size:12px; color:#000000; }
.mem_id { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; color:#FFFFFF; }
.text { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; color:#313018; }
.body_text { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; color:#313018; }
.sign { font-family:Georgia, "Times New Roman", Times, serif; font-weight:bold; font-size:14px; color:#FFFFFF; }
.text_head { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; color:#FFFFFF; }
.viewcart {font: 11px verdana; color:#000066; text-decoration:none; }

.heading {
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#AD0C21;
text-decoration:none;
font-weight:bold;
}

.btn{
   color:#FFFFFF;
   font-family:Verdana, Arial, Helvetica, sans-serif;
   font-size:12;
   font-weight:bolder;
   background-color:#AD1021;
   border:1px solid;
   border-color:#000000;
   cursor:pointer;
   }
   
   .headbody {
	font-family: "Georgia", Times, serif;
	font-size: 19px;
	color: #804000;
	text-decoration: none;
	font-style:italic;
	font:bold;
}
   
   .city {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}
.textbox {width:120px; height:16px; background-color:#FFFFFF; border:1px solid #000000;}

/* gellery-----------------------------------------------------------------*/

.gallerycontainer{
position:relative; width:495px; height:470px;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 2px solid #666;
margin: 0 2px 2px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 2px solid #CCCCCC;
}

.thumbnail span{ /*CSS for enlarged image*/
position:absolute;
padding: 5px;
left: -1000px;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top:160px;
left: 10px; /*position where enlarged image should offset horizontally */
z-index: 20px;
}
