@charset "utf-8";
@import url("../../shared/css/reset.css");
@import url("../../shared/css/basic.css");
@import url("../../shared/css/layout.css");
/*
---------------------------------------------------------

---------------------------------------------------------
*/
#dishes { }

/* reset table */
#dishes table,
#dishes td,
#dishes th {
	margin: 0px;
	padding: 0px;
	border: none;
}

/*
---------------------------------------------------------

---------------------------------------------------------
*/
#dishes #doc {
	padding-right: 45px;
	padding-bottom: 35px;
	padding-left: 45px;
}
#dishes img.padbot {
	padding-bottom: 30px;
}
#dishes img.padbot2 {
	padding-bottom: 25px;
}
#dishes img.padbot3 {
	padding-bottom: 10px;
}
#dishes .menu{
	float: right;
	width: 153px;
	
}
#dishes li{
 	list-style-type: none;
	margin: 0px;
	padding: 0px;
 }
#dishes ul{
	margin: 0px;
	padding: 0px;
 }
#dishes .note {
	color: #4C6FB7;
}
#dishes .masterchef{
	padding: 15px;
	border: 1px solid #88A2CD;
}