@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	}

/* tabs */

#tabs_dinnig {
	/*margin: 20px 0;*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	list-style:none;
	color:#910f57;
	}

#tabs_dinnig ul {
	float: left;
	padding-top:4px;
	 display:block;
	 list-style:none;
	}
	
#tabs_dinnig li {
	list-style: none;
	line-height:1.50em;
}
	
/* html #tabs_dinnig li {
	 /* ie6 double float margin bug 
width:120px;
  display:block;
	}*/
		
/*#tabs_dinnig li,
#tabs_dinnig li a {
	float: left;
	text-align:center;
	padding:1px 1px;
	 display:block;
	 
	}*/
	
#tabs_dinnig ul li a {
	text-decoration: none;
	color: #910f57;
	font-weight: normal;
	font-size:10px;
	display:block;

	text-align:left; 

	line-height:15px;
} 
	
	

	
#tabs_dinnig ul li.active {
	/*background: #efefef;*/
	color:#910f57;
	font-weight:bold;
	/*border-bottom:1px solid #f6f6f6;
	border-top:1px solid #e2e2e2;
	border-left:1px solid #e2e2e2;
	border-right:1px solid #e2e2e2;*/
 }
	
#tabs_dinnig ul li.visited {
	/*background: #efefef;*/
	color:#910f57;
	font-weight:bold;
	/*border-bottom:1px solid #fff;
	border-top:1px solid #e2e2e2;
	border-left:1px solid #e2e2e2;
	border-right:1px solid #e2e2e2;*/
 }
	
	
#tabs_dinnig ul li.active a {
	color:#910f57;
	font-weight:bold;
	}
	
#tabs_dinnig div {
	/*background: #efefef;*/
	/*border-bottom:1px solid #e2e2e2;
	border-left:1px solid #e2e2e2;
	border-right:1px solid #e2e2e2;
	border-top:1px solid #e2e2e2;*/
	clear:both;
	padding:10px;
	width:506px;
	min-height: 200px;

	}
	
/*#tabs div h3 {
	text-transform: uppercase;
	margin-bottom: 10px;
	letter-spacing: 1px;
	}*/
	
#tabs_dinnig div p {
	line-height: 120%;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#000000;
	}


