﻿/* USER CONTROLS */
.dottedLine
{
    background: url(images/bg_dotted.png) repeat-x;
    height: 1px;
    width: 100%;
}
.spacer
{
    height: 5px;
    width: 100%;	
}
#helpLayer
{
	font: normal 8pt Arial;
	padding: 6px;
	border: solid 3px #d0cbb0;
	background-color: #e0dbbf;
	width: 395px;
	margin-left: 5px;
	margin-top: 5px;
	position: absolute;
}
.helpLayerHeader
{
	font-size: 10pt;
	font-weight: bold;	
}
.searchBox
{
    width: 238px;
    border: 1px solid #9C947C;
    margin-bottom: 30px;
    padding-bottom: 8px;
    background: #FFFFFF url(images/sidebarBG.png) repeat-y;
}
.boxLeft
{
    background: #FFFFFF url(images/sidebarBG.png) repeat-y;
        width: 238px;
    border: 1px solid #9C947C;
    margin-bottom: 30px;
    padding-bottom: 8px;
}
.btnSearch
{
    font-weight: bold;
}
.searchBox h3
{
    margin: 0px 0px 12px 0px;
    padding: 4px 2px 6px 10px;
    color: #ea702b;
    font-size: 12pt;
    font-weight: bold;
    background: #dc7439 url(jquery/images/ui-bg_diagonals-small_25_251c14_40x40.png) repeat scroll 50% 50%;
}
.boxLeft h3
{
    margin: 0px 0px 12px 0px;
	line-height: 25px;
	height: 30px;
	padding: 3px 0px 0px 5px;
    color: #E56826;
    font-size: 12pt;
    font-weight: bold;
    background: #251C14 url(jquery/images/ui-bg_diagonals-small_25_251c14_40x40.png) repeat scroll 50% 50%;
}
.sidebarArrow
{
    vertical-align: middle;
    margin-right: 5px;
}
.ui-accordion .ui-accordion-header a
{
    font: bold 12pt Calibri,Verdana !important;
}
.ui-state-active a:visited
{
	color: #ea702b !important;	
}
.imgList
{
    border: none;
    vertical-align: middle;
    padding-right: 3px;
}
.toptenList a
{
    text-decoration: none;
    font-weight: bold;
}

#favoritesList
{
    width: 213px;
    padding: 0;
    margin: 0;
}
#favoritesList li
{
    list-style-type: none;
    margin: 3px 0;
}
#favoritesList li img
{
    margin: 0 3px 0 0;
}
#favoritesList a
{
    text-decoration: none;
    font-weight: bold;
}

.articleFrame
{
    border-bottom: border:1px dotted #A17B4C;
}
.presentationLink
{
	color: #684729;
	font-size: 14pt;
	font-weight: normal;
}
/* ARTICLES */
.articleHead
{
	padding-bottom: 1px;	
}
.articleBody
{
	padding: 4px 2px 4px 2px;
}
.articleFoot
{
}
.articleReadMore
{
	font-size: 9pt;
}
.articleDate
{
	float: right;
	color: #6d6743; 
	padding-top: 7px; 
	font-size: 9pt; 
	line-height: 20px;	
}
/* SEARCH */
.searchHead
{
 	padding-left: 4px;
    background: #e0dbbf url(images/bg_head.png) repeat-x;
 	font-weight: bold;
 	line-height: 22px;
 	height: 22px;
}
.searchTitle
{
 	padding-right: 5px;
}
.searchAdress
{
 	width: 200px;
}
.searchPhone
{
 	padding-left: 5px;
 	width: 100px;
}
.searchRow1
{
	
}
.searchRow2
{
	background-color: #f3efdb;
}
/* MAP SEARCH */
.searchHeader
{
    font-weight: bold;
}
#map
{
    float: right;
    width: 440px;
    height: 440px;
    border: none;
}
#message
{
    background-position: #efefef;
    position: absolute;
    padding: 10px;
    background: #efefef;
    color: #339933;
    width: 140px;
}
#list
{
    float: right;
    width: 202px;
    background: #e2ddc2;
    list-style: none;
    padding: 0;
    margin-top: 0px;
    margin-right:1px;
}
#list li
{
    padding: 2px;
    font-size: 11pt;
}
#list li:hover
{
    background: #d9d4b9 url(images/bg_fade.png) repeat-y;
    color: #fff;
    cursor: pointer;
    cursor: hand;
}
#list li:hover a
{
    color:#EA702B;
}
.paging
{
    display: none;
}
#pageNavigation
{
    margin: 0;
    padding: 0;
    width: 640px;
    text-align: center;
}
#pageNavigation a
{
    display: inline;
    margin: 0 0 0 3px;
    color: #565656;
}
.activePage
{
    text-decoration: underline;
}
#pageNavigation a:hover
{
    display: inline;
    cursor: pointer;
    color: orange;
}
/*CUSTOMER REVIEWS CONTROL*/
.customerreview
{
    white-space: nowrap;
    width: auto;
}
.rating
{
    cursor: pointer;
    display: block;
    padding: 0px;
    margin: 0px;
    font-size: 0px;
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
}
.restaurantrating
{
    float: left;
}
.ratingTypeDiv
{
    float: left;
    width: 60px;
    font-family: Tahoma, Helvetica, Sans-Serif;
}
.EmptyRating
{
    background-image: url('icons/Knifeandforkgrey.png');
}
.FilledRating
{
    background-image: url('icons/Knifeandforkyellow.png');
}
.SavedRating
{
    background-image: url('icons/Knifeandforkred.png');
}

/*  AJAX MODAL POPUP  */
.popupControl
{
    background-color: #fefcfd;
    position: absolute;
    visibility: hidden;
    border-style: solid;
    border-color: #47301b;
    border-width: 3px;
}
.modalBackground
{
    background-color: #000000;
    filter: alpha(opacity=60);
    opacity: 0.6;
}
.modalButton
{
	border: solid 3px #c8af98;
	background-color: #d7c0ab;
	color: #856345;
	font-size: 8pt;
	font-weight: bold;
	font-family: Verdana;
	margin-right: 21px;
}
.modalClose
{
	border: solid 3px #bdab9a;
	background-color: #47301b;
	color: #d4beaa;
	font-size: 8pt;
	font-weight: bold;
}
.modalPopup
{
	background: url(images/bg_modal.png) no-repeat;
	position:fixed !important;
	top:110px !important;
	left:30px !important;	
	width:566px !important;
	height:533px !important;
	z-index:100001 !important;
}
.modalContent
{
	padding: 20px;
	vertical-align: top;	
}
.modalContent h1
{
	margin: 0;	
}

.articleDiv p
{
    margin:10px 0 10px 0;
}