

.tabcontent {
	padding:3px; /* acts little ike cellpadding, so dont touch this */
	clear:both;
	background:none;   /* Background color */
/*	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
    border-left:1px solid #ddd;
	border-right:1px solid #ddd; */
	border: 1px solid #CCC8BE;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style:normal;

	font-size: 12px;    /* font size -- does not affect standard view */
  }
#mainnavtabbed1{
	clear:both;
	list-style-type:none;
	margin:0px;
	padding:0px;
}
#mainnavtabbed1 li{
	margin-left:2px; /* distance between tabs */
	text-align: center; /* alignment of text within tabs */
	float:left;
	/*width:8em;  width of actual tab */
	margin-bottom:0px;
}

/* this is the active tab class, just as below */
#mainnavtabbed1 li a{
	padding:5px; /* padding around the text within the tabs */
	border-left:1px solid #CCC8BE; /* border of the inactive tab */
	border-top:1px solid #CCC8BE; /* border of the inactive tab */
	border-bottom:none;
	border-right:1px solid #CCC8BE; /* border of the inactive tab */
	background:none;
	display:block;
	color:#666666;
	text-decoration:none;
	font: 13px Arial, Helvetica, sans-serif;
}

/* the folowing section deals with the tabbed button when active */

#mainnavtabbed1 li a.tabon,#mainnavtabbed1 li a.tabon:hover{
	color:#6B675B;        /* Font color on tab */
	background:#A39E92;   /* Tab Color */
	border-left:1px solid #A39E92;
	border-top:1px solid #A39E92;
	border-bottom:none;
	border-right:1px solid #A39E92;
}

/* the folowing section deals with the tabbed button when hovered */
#mainnavtabbed1 li a:hover{
	color:#000000;      /* Font color on hover */
	background:none;
	border-left:1px solid #A39E92;
	border-top:1px solid #A39E92;
	border-bottom:none;
	border-right:1px solid #A39E92;
}

HR {
	 color: #ccc;
     background-color: #ccc;
	 height: 1px;
	 border: none;
}
.tabcontent ul 
{
	margin-top: 10px;
}
.tabcontent ul li
{
	margin-left: -20px;
	background-image:url('/hotels/images/puce-comm.gif');
	background-repeat:no-repeat;
	padding-left:17px;
	background-position:left 3px;
	_background-position:left 5px;
	list-style:none;
}
.tabcontent .comm
{
	font-size:10px;
	color:#666666;
}
