/* >> restaurant */

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

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

.profileroundbottom {
	background: url(../images/br_yellow.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_restaurant.gif") no-repeat;		
}

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

	#tabsclientrestaurant a#activetab span { 
background-position:100% -42px;
color: #FFFF66; 
color: #F9C725;
color: #DD9311;
} 
#tabsclientrestaurant #activetab, #tabsclientrestaurant a:hover { 
background-position: 0% -42px; 
} 


