﻿@charset "utf-8";
/* CSS Document */

h2{
	color:black;
}

#rest-text{
	float: left;
	width: 280px;
	padding: 5px;
	
}

#rest-img{
	float: left;
}

#rest-img img{
	max-width: 320px;
}

.menu_items{
	padding-top: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #c0c0c0;
}

.menu_items a{
	font-weight: bold;
	padding: 5px;
	border-top: 1px solid #c0c0c0;
	border-right: 1px solid #c0c0c0;
	float: left;
	cursor: pointer;
	color: #3388CC;
}

.menu_items a:first-child{
	border-left: 1px solid #3388CC;
}

#rest-descrip h1{
	color: red;
}

#rest-descrip h2{
	color: black;
}

#rest-descrip #rest-message{
	padding: 5px;
	border: 1px solid red;
	margin-bottom: 10px;
}

#rest-descrip #rest-description{
	margin-bottom: 10px;
}

#rest-descrip .col-wrapper{
	margin-bottom: 15px;
}

#rest-descrip .left-col{
	float: left;
	width: 300px;
}

#rest-descrip .right-col{
	float: right;
	width: 300px;
}

.tooltip {
	background-color:#ffffff;
	font-weight:bold;
	border:2px #006699 solid;
	padding: 3px;
}
