/*CSS Document*/
#main_image{
	border:3px outset #999999;
	padding:3px;	
}

.small_image, .small_image_selected{
	border:3px outset #999999;
	width:50px;	
	padding:3px;	
}

.small_image_selected{
	border:3px inset #999999;
}

.t_description{
	font-size:12px;
	color:#000000;
}

.no_border{
	border:0;
}

.action_btn{
	cursor:pointer;
}

.hotel_item{
	text-decoration:none; 
	font-weight:bold;
	display:block; 
	float:left;
	width:50%; 
	padding:5px 0px 5px 0px;
}

.bold{
	font-weight:bold;
}

.underline_dots{
	border-bottom:1px dotted;
}

.special_menu_link, .special_menu_link_sel{
	color:#FF0 !important;
}

.special_menu_link_sel{
	font-weight:bold;	
	border-bottom:1px dotted #FF0;
}
