#doc
{
     font-family:Verdana, Tahoma, sans-serif ;
     width:630px;
     color:#000000;
     font-size: 12px;
     margin-top:20px;
}
#pageHotel
{
    width:630px;
    margin-bottom: 10px;
}
#pageL
{
  width: 280px;
  float: left;
  margin-top: 30px;
  margin-bottom: 35px;
}
#pageR
{
  width: 335px;
  float: right;
  margin-top: 30px;
  margin-bottom: 35px;
}
.txtHotelmane
{
  font-size: 22px;
  font-weight: bold;
}
#navL  {
  float: left;
  width: 520px;
  *margin-top:12px;
}

#navR {
  float: right;
  padding-bottom:2px;
  border-bottom: 1px solid #c2c2c2;
  margin-top:7px;
  margin-right:10px;
  width:100px;
}
#navDiningR {
  float: right;
  width: 100px;
  border-bottom: 1px solid #c2c2c2;
  height: 19px;
  padding-top:12px;
}
.navlist {
  padding: 2px 0;
  margin-left: 0;
  border-bottom: 1px solid #c2c2c2;	
}

.navlist li {
        list-style: none;
        margin: 0;
        display: inline;
}

.hoteltab {
	    padding: 3px 0.5em;
        border: 1px solid #c2c2c2;
        border-bottom: none;
        text-decoration: none;
        font-weight: bold;
		/*color: #1158a7;*/
		background: url(/images/bg_tab_hotelpage.gif) repeat-x;
}
.hoteltab:hover {
      text-decoration: underline;
}
.currenttab {
	    padding: 3px 0.5em;
        background: url(/images/bg_tab_hotelpage2.gif) repeat-x;
		border-top: 1px solid #c2c2c2;
		border-left: 1px solid #c2c2c2;
		border-right: 1px solid #c2c2c2;
        border-bottom: 1px solid white;
        color: #e26400;
        text-decoration: none;
		font-weight: bold;
}

.bttBookHotel
{
    border: 1px #ecc101 solid;
    font-family:Verdana, Tahoma, sans-serif ;
    height: 15px;
    width: 73px;
    float: right;
    background: url(/images/bg_btt.gif) repeat-x;
    text-align: center;
    font-weight: bold;
    padding: 1px 10px 0 10px;
    margin-bottom: 2px;
}
.bttBookHotel   a, .bttBookHotel  :visited
{
	color:#000000;
    font-weight: bold;
	text-decoration: none;
}
.bttBookHotel  a:hover
{
	color: #000000;
    font-weight: bold;
	text-decoration: underline;
}
.boxReview
{
  background-color: #dbebf4;
  border: solid 1px #abcddf;
  margin-top: 10px;
  padding: 10px;
}
.boxHotelSmall
{
  width: 195px;
  height: 115px;
  border: dotted 1px;
  margin-top: 10px;
  margin-bottom: 20px;
  background-color: #ffffff;
}
.boxHotelSmall2
{
  width: 180px;
  height: 85px;
  border: dotted 1px;
  margin-top: 10px;
  margin-bottom: 20px;
  background: url(/images/bg_reviewHotel.jpg) no-repeat;
  padding:28px 0px 0px 15px;
}
.contentHotel
{
  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 40px;
  border-bottom: dotted 1px;
}

.contentHotel ul li
{
  list-style-type: disc;
  margin-left: 15px;
  border: 1px red;
}
.contentHotel2
{
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 11px;
  font-weight: bold;
}
.contentHotel3
{
  margin-top: 80px;
  margin-bottom: 10px;
  font-size: 11px;
  text-align: right;
}


.clipwrapper{
  position:relative;
  height:190px;
}
.clip{
  position:absolute;
  clip:rect(0px 278px 190px 0px);
}

.reviewtextarea{
	padding:4px 10px;
	width:607px;
	color:#808080;
	border:1px solid #c2c2c2;
}

.reviewname{
	color:#1158a7;
}