/*****restaurant main page******/

div.restaurant-panel {
	padding: 7px 10px 6px 10px;
	margin-bottom:2px;
	clear: both;
	cursor:pointer;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

div.restaurant-panel h5 {
	color: #5d3112;
	font-size: 16px;
	margin:0!important;
}

div.restaurant-panel a {
	color: #F47420;
	font-size: 11px;
	padding-left:10px;
}

div.restaurant-panel p {
	margin:1px 0 0 0!important;
}

div.panel-left img {
    float:left;
	padding-right:15px;
}

div.panel-right img {
    float:right;
    padding-left:15px;
}

DIV.panel-right.restaurant-hov {
	background-color:#C2CB30;
}

DIV.panel-left.restaurant-hov {
	background-color:#50b6c9;
}

/****** individual restaurants **********/

div#content h1 {
	color: #5d3112;
	padding: 0 0 0 10px;
	font-size: 20px;
	font-weight:bold;
	margin: 7px 0 10px 0;
}

div#content p {
	padding-left: 10px;
}

div.restaurant_details {
	border-bottom: 1px solid #5d3112;
	margin-bottom: 10px;
	padding: 0 10px 25px 10px;
}

div.restaurant_details img {
	float: left;
	padding:0 20px 20px 0;
}


div.restaurant_details ul#restaurant-buttons {
	list-style:none;
	clear:both;
	margin:0;
	padding:0;
}

ul#restaurant-buttons li  {
	display:block;
	float:left;
	background-color: #F47420;
	color: white;
	padding: 2px 10px 2px 10px;
	margin-right:3px;
	text-decoration: none;
	cursor:pointer;
}
	
div#restaurant-map {
	clear:both;
	margin-top:10px;
	height: 350px;
}

.main-restaurant-pic {
    float: right;
    margin: 0 10px 15px 15px;
}

#feedback .formProcess {
    color: red;
}

#feedback LABEL {
    float: left;
    clear: left;
    width: 100px;
    padding-right: 20px;
    text-align: right;
}

#feedback INPUT, #feedback TEXTAREA {
    float: left;
    margin-bottom: 10px;
}

#feedback TEXTAREA {
    height: 180px;
    width: 320px;
}

a.chefs-table {
	display:block;
	background:url(../i/ctable_button.gif) no-repeat;
	width:187px;
	height:30px;
	margin:auto;
	overflow:hidden;
	text-indent:-1000em;
}


/* slideshow */

#slideshow {
    position: relative;
    height: 360px;
    width: 480px;
    margin: 0 auto 15px auto;
}

#slideshow IMG {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8;
    opacity: 0.0;
}

#slideshow IMG.active {
    z-index: 10;
    opacity: 1.0;
}

#slideshow IMG.last-active {
    z-index: 9;
    opacity: 1.0;
}