@charset "UTF-8";
/* CSS Document */

.diningSelector ul {

   text-align: left;
   margin-top: 5px;
   margin-bottom: 5px;
}

.diningSelector ul li {
   list-style-type: none;
   display: inline;
}

.diningSelector a, .diningSelector a:visited {
    border: 1px solid black;
    background-color: #ffffff;
	padding: 0px 3px;
	text-decoration: none;
	color: #101010;
	outline: none;
}

p.diningName {
    margin-top: 2px;
	margin-bottom: 1px;
	font-weight: bold;
}

p.diningAddr, p.diningTel, p.diningWeb {
    margin-top: 1px;
	margin-bottom: 0px;
	font-size: 10px;
}


div.diningTocEntry {
    width: 200px;
	margin-bottom: 3px;
	margin-right: 10px;
}

div#vendorPopup {
    display: none;
	position: fixed;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 100%;
    z-index: 1000;
	background-color: #000000;
	filter:alpha(opacity=50);-moz-opacity:0.5;opacity:0.5;
}
div#vendorPopupInner {
    display: none;
    position: fixed;
	top: 200px;
	left: 225px;
	width: 590px;
	height: 300px;
    border: 2px solid black;
	background-color: #ffffff;
	filter:alpha(opacity=100);-moz-opacity:1.0;opacity:1.0;
	margin: 10px;
	z-index: 1001;
}

div#vendorPopupContent {
	padding: 10px;
}

div.vendorDetail {
    height: 200px;
	width: 400px;
	display: none;
}


p.detailName {
    margin-top: 2px;
	margin-bottom: 1px;
	font-weight: bold;
	font-size: 18px;
}

p.detailAddr, p.detailTel, p.detailWeb {
    margin-top: 1px;
	margin-bottom: 0px;
	font-size: 14px;
}

p.detailHours {
    margin-top: 2px;
	margin-bottom: 0px;
	font-size: 12px;
}

div.detailSummary {
    margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 20px;
	margin-right: 20px;
	font-size: 12px;
}
