/* >> hotel */

.profileroundcont {
	width: 100%;
    text-align: left;
    background-color: #e7ccb6;
}

.profileroundtop { 
    background: url(../images/tr_orange.gif) no-repeat top right; 
}

.profileroundbottom {
	background: url(../images/br_orange.gif) no-repeat top right; 
}

img.profilecorner {
    width: 15px;
    height: 15px;
    border: none;
    display: block !important;
}

#profile_addon table th {
    font-weight: normal;
    text-align: left;
    padding-left: 20px;
    height: 15px;
    background: url("../images/client_addon_marker_hotel.gif") no-repeat;
}

#profile_top {
    margin: 0px;
    margin-left: 7px;    
}

/*- Hotel Inner Menu Tabs --------------------------- */
 
    #tabsclienthotel {
      float:right;
	  text-align: center;
      width: 100%;
	  /*
	  width:645px;
      background:#E4E6EB;
	  */
      font-size:120%;
      line-height:normal;
	  /*
	  margin-right: 50px;
	  margin-left: auto;
	  */
      }
    #tabsclienthotel ul {
	  margin:0;
	  
	  padding:10px 10px 0 0px;
	  list-style:none;
      }
    #tabsclienthotel li {
      display:inline;
      margin:0;
      padding:0;
	  float:right;
	  padding-left: 3px;
      }
    #tabsclienthotel a {
      float:left;
      background:url("../images/tableftclienthotel.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabsclienthotel a span {
      float:left;
      display:block;
      background:url("../images/tabrightclienthotel.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#FFF;
      color: #000000;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsclienthotel a span {float:none;}
    /* End IE5-Mac hack */
    #tabsclienthotel a:hover span {
      color:#FFF;
      color: #C4712D;
      color: #9E4D0B;
      }
    #tabsclienthotel a:hover {
      background-position:0% -42px;
      }
    #tabsclienthotel a:hover span {
      background-position:100% -42px;
}  
	

	#tabsclienthotel a#activetab span { 
background-position:100% -42px;
color: #FFFF66;
color: #C4712D; 
color: #9E4D0B;
} 
#tabsclienthotel #activetab, #tabsclienthotel a:hover { 
background-position: 0% -42px; 
} 





