body {
	background: url(../images/blackwhiteBG.png) repeat-x;
	margin: 1px 1px 10px 10px;
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #2e2e2e;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 100%;
}

a img {
	border: 1px solid #ffffff;
}

#siteArea { /* position: relative;*/
	top: 0px;
	width: 1002px;
	min-height: 1290px; 
	margin: 0 auto;
	background-color: #ffffff;
	/*   border-left: 1px solid #333333;
	 border-right: 1px solid #333333;*/
	margin-bottom: 10px;
}

#overlay {
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	position: absolute;
	background: #444444;
	z-index: 900;
	display: none;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)"; /* got to be first */
	filter: alpha(opacity = 95);
	opacity: .95
}

#subscribeError {
	width: 602px;
	height: 354px;
	display: block;
	text-align: center;
	float: left;
	margin-top: 200px;
	margin-left: 25%;
}

#closeError {
	width: 84px;
	height: 25px;
	background: url(../images/closeWin.gif) right top no-repeat;
	float: left;
	margin-left: 30px;
	margin-top: 303px;
	cursor: pointer;
}

#logoArea {
	margin-top: 10px;
	margin-left: 5px;
	float: left;
	height: 68px;
	width: 290px;
	background: url(../images/logo_small.png) no-repeat;
	cursor: pointer;
}

#uriArea {
	margin-top: 10px;
	margin-right: 5px;
	float: right;
	height: 16px;
	width: 215px;
	background: url(../images/uri.png) right top no-repeat;
	cursor: pointer;
}

#topMenuBar,#footer {
	margin-top: 1px;
	background: #ffffff;
	float: left;
	width: 100%;
	height: 30px;
}


#footer {  background: #555555;   }

#topMenuBar {
	height: 20px;
	margin-bottom: 5px;
	border-top: 1px solid #999999;
	background: url(../images/grad1.png) right top no-repeat;
	color: white;
	text-indent: 10px;
}

#dateTime{ color: #efefef;   margin-left: 3px;  float: left; width: 50%;  }

#calText {
	float: right;
	margin-right: 0px;
	margin-top: 1px;
	height: 20px;
	width: 90px;
	color: white;
	font-size: x-small;
	background: url("../images/calicon.gif") right top no-repeat;
	margin-right: 4px;
	
	text-indent: 30px;
	line-height: 160%;
	font-size: 11px;
	cursor: pointer;
}

#calLine {
	float: left;
	
	margin-top: 1px;
	
	width: 290px;
	color: white;
	font-size: x-small;
	
	
	
	text-indent: 10px;
	line-height: 160%;
	font-size: 11px;
	
}


#calText a {
	text-decoration: none;
	color: #888888;
}

#calText {
	margin-top: 1px;
}

#calText :hover {
	color: #eeeeee;
}

#bottomMenuDecor1 {
	margin-top: 3px;
	float: left;
	width: 100%;
	height: 10px;
	border-bottom: 1px solid #911b6a;
}

#bottomMenuDecor2 {
	margin-top: 2px;
	float: left;
	width: 100%;
	height: 15px;
	border-top: 1px solid #911b6a;
}

#calendarHolder {
	float: left;
	width: 99%;
	height: 173px;
	font-size: 9px;
	background: #efefef;
	background: url(../images/grad1.png) right top ;
	margin-left: 1px;
	margin-top: 3px;
	display: none;
	border-bottom: 5px solid #ffffff;
	/*border: 1px solid orange;*/
}

#calendarLogo {
	float: left;
	width: 10px;
	height: 100%;
	font-size: 11px;
	
	
	background: transparent;
	
	/*background: url(../images/calgrad.png) top left no-repeat; */
}

#calendarHolderClose {
	float: right;
	width: 85px;
	height: 20px;
	background: url(../images/calendar.gif) left top no-repeat;
	cursor: pointer;
}

#cal1Container {
	background: white;
	border: none;
	float: left;
	/*margin-left: 75px;*/
	margin-top: 7px;
}

#topSearchArea {
	float: left;
	width: 100%;
	height: 80px;
}

#searchLogoArea {
	margin-left: 5px;
	float: left;
	width: 80px;
	height: 70px;
	background: url(../images/knifeforkglasslogo.png) left top no-repeat;
}

#searchBGArea {
	margin-right: 5px;
	float: right;
	width: 910px;
	height: 70px;
	background: url(../images/searchBar.png) right top no-repeat;
}

#searchPaddingArea {
	float: left;
	width: 280px;
	height: 100%;
}

#whatArea {
	float: left;
	width: 208px;
	
	/* border: 1px solid red; */
}

#whereArea {
	float: left;
	width: 220px;
	/* border: 1px solid red;*/
}

.stb {
	margin-left: 70px;
	width: 130px;
	float: left;
	margin-top: 20px;
	font-size: 11px;
	color: #333333;
	border: 1px solid #ffffff;
	line-height: 120%;
}

.exampleText {
	float: left;
	width: 90%;
	/*border-left: 5%;  */
	font-size: 12px;
	margin-top: 0px;
	color: #ff99cc;
	font-style: italic;
	font-family: arial, verdana, sans-serif;
	font-weight: 600;
	letter-spacing: 1px
}

#searchSubmitArea {
	float: right;
	width: 200px;
	height: 100%;
}

#submitSearchButton {
	
	height: 100%;
	width: 85px;
	float: left;
	
	cursor: pointer;
	
	/* border: 1px solid red ;*/
}

#mainContentArea {
	float: left;
	width: 100%;
	min-height: 900px;
	/* background: red; */
}

#leftCol {
	float: left;
	width: 180px;
	height: 100%;
	/*background: url(../images/leftcolumnBG.png) right top no-repeat;*/
}

#rightCol {
	float: left;
	width: 795px;
	background: #ffffff;
	margin-left: 16px;
	/* border: 1px solid red; */
}

#rightCol_r {
	float: right;
	width: 95px;
	background: whit;
	margin-left: 7px;
	 border: 1px solid gray; 
	height: 500px;
}

#topColBar {
	float: left;
	width: 100%;
	height: 26px;
	background: url(../images/recommendBar.png ) -2px 4px no-repeat;
}

#recommendLink,#tellAFriendLink,#suggestAFeatureLink,#getListedLink {
	width: 130px;
	height: 23px;
	cursor: pointer;
}

#recommendLink {
	float: left;
}

#getListedLink {
	float: right;
	width: 70px;
}

#suggestAFeatureLink {
	float: right;
	width: 120px;
	margin-right: 205px;
}

#tellAFriendLink {
	float: left;
	width: 80px;
	margin-left: 20px;
}

#mainadvertArea {
	float: left;
	width: 100%;
}

#rightAdvertCol {
	float: right;
	width: 330px;
}

#leftAdvertCol {
	float: left;
	width: 315px;
	height: 890px;
}

#hotdeals {
	float: left;
	width: 315px;
	height: 30px;
	margin-left: 19px;
	margin-top: 5px;
	margin-bottom: 5px;
	background: url(../images/hotdealslink.png) top left no-repeat;
	cursor: pointer;
}

#subscribe {
	float: left;
	width: 100%;
	height: 100%;
	/*background: url(../images/intheknow.png) 19px 0px no-repeat;*/
	/*border: 1px solid red;*/
}

#subscribe_header {
	float: left;
	width: 100%;
	height: 73px;
}

#subscribe_text {
	float: left;
	width: 290px;
	height: 30px;
	font-size: 13px;
	line-height: 140%;
	font-weight: 600;
	color: #dddddd;
	margin-left: 35px;
	margin-right: 15px;
	font-family: "Microsoft Sans Serif", Arial;
}

.tbx {
	margin-left: 80px;
	width: 220px;
	float: left;
	margin-top: 14px;
	font-size: 11px;
	color: #333333;
	border: 1px solid #ffffff;
	line-height: 160%;
}

#subscribe_submit {
	float: left;
	width: 100%;
	height: 27px;
	cursor: pointer;
	margin-top: 4px;
	
	/*border: 1px solid red; */
}

#veganVeggieOptionArea {
	float: left;
	width: 310px;
	margin-left: 19px;
	height: 60px;
}

#veganLink,#veggieLink {
	width: 149px;
	height: 60px;
	cursor: pointer;
}

#veganLink {
	float: left;
	background: url(../images/veganlink.png) center no-repeat;
}

#veggieLink {
	float: right;
	background: url(../images/veggielink.png) 0px 8px no-repeat;
}

#footer {
	color: #ffffff;
	font-family: arial, sans-serif;
	line-height: 210%;
	font-size: 10px;
	text-align: center;
}

#designedBy {
	
	width: 173px;
	height: 25px;
	float: left;
	cursor: pointer;
	
	margin-top: 3px;
	font-size: 9px;
}

#animatedGallery {
	position: relative;
	width: 798px !important;
	height: 53px !important;
	float: left;
	border: none;
	background: #ffffff left top no-repeat;
	margin-right: 4px;
	margin-top: 1px;
}

#bottomLinks {
	float: left;
	width: 335px;
	height: 170px;
	background: url(../images/bottomlinks.png) 15px 10px no-repeat;
}

#eatOutLinks,#eatInLinks,#clubLinks {
	width: 102px;
	height: 144px;
	cursor: pointer;
	margin-top: 14px;
	background: red;
}

#eatOutLinks {
	float: left;
	margin-left: 16px;
}

#eatInLinks {
	float: left;
	margin-left: 3px;
}

#clubLinks {
	float: right;
}

#eatOutHeader {
	float: left;
	width: 639px;
	height: 23px;
	background: url(../images/listings/header.png) no-repeat;
}

#breadcrumbsBG,#dealsBG {
	float: left;
	width: 639px;
	height: 23px;
	margin-top: 10px;
	background: #CCCCCC;
	font-size: 12px;
	color: #333333;
	font-style: italic;
	font-family: arial, verdana, sans-serif;
	font-weight: 600;
	letter-spacing: 1px;
	text-indent: 10px;
	line-height: 170%;
}

#dealsBG {
	color: #ffffff;
	background: #993300;
}

#dealsBG  a {
	text-decoration: none;
	color: #ffffff;
}

#breadcrumbsBG a {
	text-decoration: none;
	color: #333333;
}

#dealsBG a:hover  ,#breadcrumbsBG a:hover {
	text-decoration: underline;
}

.exampleListing {
	float: right;
	width: 632px;
	height: 272px;
	margin-right: 15px;
	margin-top: 20px;
	background: url(../images/listings/example.png) no-repeat;
}

.anotherExampleListing {
	float: right;
	width: 638px;
	height: 272px;
	margin-right: 15px;
	margin-top: 20px;
	background: url(../images/listings/example2.png) no-repeat;
}

#oopsemail {
	position: absolute;
	left: 28px;
	top: 280px;
	width: 295px;
	height: 113px;
	background: url(../images/oopsemail.gif) right top no-repeat;
	display: none;
}

#whatcontainer {
	border: 1px solid #ffffff;
}

#where,#what {
	font-size: 12px;
	border: 1px solid white;
	background: transparent;
	margin-top: 2px;
	width: 130px;
}

#whereAutoComplete,#whatAutoComplete,#modelautocomplete {
	width: 140px; /* set width here or else widget will expand to fit its container */
	padding-bottom: 2em;
	font-size: 11px;
	/*margin-top: 19px;*/
	margin-right: 17px;
	float: right;
	line-height: 180%;
	/*border: 1px solid #cccccc;  */
	background: transparent;
		z-index: 3000;
}

#whatAutoComplete {
	width: 12em;
	/*   width:15em  set width here or else widget will expand to fit its container */ 
	z-index: 3000;
	padding-bottom: 2em;
}

#whatAutoComplete {
	margin-right: 16px;
	z-index: 3000;
}

#eatOutTop5,#eatInTop5,#pcbTop5 {
	width: 185px;
	 height: 640px; 
	float: left;
	margin-left: 1%;
	display: none;
	margin-bottom: 5px;
	
}

#pcbTop5 {
	background: url(../images/mostviewed/bcpBG.png ) right top no-repeat;
}

#eatInTop5 {
	background: url(../images/mostviewed_in.png  )  -18px -3px no-repeat;
	
}

#eatOutTop5 {
	background: url(../images/mostviewed_out.png )  -18px -3px no-repeat;
	
	display: block;
}

.eatInLink,.eatOutLink,.pcbLinks {
	width: 93px;
	height: 35px;
	margin-top: 34px;
	margin-bottom: 10px;
	cursor: pointer;
	
}

.eatInLink {
	float: left;
}

.eatOutLink {
	float: right;
	width: 91px;
}

.pcbLinks {
	float: right;
	width: 122px;
}

.top5List {
	width: 95%;
	height: 206px;
	float: left;
	margin-left: 6px;
	
	font-size: 13px;
	text-decoration: none;
	color: #ffffff;
}

.moreLink {
	width: 62px;
	height: 20px;
	float: right;
	margin-top: 5px;
	cursor: pointer;
}

.top5Tags {
	width: 90%;
	height: 60px;
	float: left;
	margin-left: 5%;
	margin-top: 200px;
	font-size: 13px;
	text-decoration: none;
	/* border: 1px solid #333333;  */
}

.top5Tags a {
	font-size: 11px;
	text-decoration: none;
	
	color: #444444;
}

.top5Tags a.l1 {
	font-size: 12px;
	font-weight: bolder;
	text-decoration: none;
}

.top5Tags a.l1:hover {
	text-decoration: underline;
}

#lookingForTags a {
	font-size: 11px;
	text-decoration: none;
}

#lookingForTags a.l1,#lookingForTags a.l2 {
	font-size: 12px;
	font-weight: bolder;
	text-decoration: none;
}

#lookingForTags a.l1:hover,#lookingForTags a.l2:hover {
	text-decoration: underline;
}

#lookingForTags a.l2 {
	color: gray
}

#lookingForTags a.l1 {
	color: blue;
}

#lookingFor {
	width: 100%;
	height: 265px;
	float: left;
	margin-left: 5px;
	
	
	background: url(../images/greatfor.png ) left top no-repeat;
}

#lookingForTags {
	width: 80%;
	height: 106px;
	float: left;
	margin-left: 9%;
	margin-top: 70px;
	font-size: 13px;
	text-decoration: none;
	
	text-align: justify;
}

#lookingForTags a {
	font-size: 11px;
	text-decoration: none;
}

#lookingForTags a.l1 {
	font-size: 12px;
	font-weight: bolder;
	text-decoration: none;
}

#lookingForTags a.l1:hover {
	text-decoration: underline;
}

.top5List ul {
	padding: 0;
	margin: 0px;
	list-style: none;
	
}

.top5List ul li a {
	border: 1px solid transparent;
	font-size: 12px;
	font-weight: 600;
	color: #a48015;
	display: block;
	text-decoration: none;
	height: 36px;
	margin: 0px;
	padding: 0px;
	line-height: 100%;
	margin-left: 3px;
	
	
}


.top5List ul li a b{

	color: #333333;
}


.top5List ul li a:hover {
	border: 1px solid #ffffff;
	color: white;
	
	background-color: #a48015;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; /* got to be first */
	filter: alpha(opacity = 70);
	opacity: .70
}

.top5List img {
	border: none;
	padding: 0px;
	margin: 0px;
	width: 25px;
	text-align: center;
}

#pcpTop5,#eatinTop5,#eatoutTop5,#lpcpTop5 {
	display: none;
}

#wherecontainer {
	z-index: 3000;
}

.restaurantBG {
	background: #eeecec;
	float: left;
	width: 645px;
	border: 1px solid #666666;
	height: 250px;
}

.listing_leftColumn {
	float: left;
	height: 100%;
	width: 210px;
}

.listing_rightColumn {
	float: right;
	height: 142px;
	width: 560px;
	font-size: 11px;
	background: #ffffff;
	margin-top: 7px;
	margin-right: 7px;
}

.restaurantPicture {
	float: left;
	width: 200px;
	height: 170px;
	margin-top: 6px;
	margin-left: 6px;
}

.square {
	float: left;
	width: 20px;
	height: 20px;
	/*border: 1px solid #2d3a7c; */
	background: url(../images/listings/imageselectorBG.png );
	color: #ffffff;
	font-size: 11px;
	font-weight: bolder;
	text-indent: 4px;
	margin-left: 6px;
	cursor: pointer;
}

.square:hover {
	background: url(../images/listings/imageselectorBG_hover.png );
	color: #ffffff;
}

.reservationNumber {
	width: 190px;
	margin-left: 6px;
	float: left;
	color: #3e51b1;
	font-weight: bolder;
	margin-top: 8px;
	font-size: 13px;
}

.title {
	color: #193073;
	margin-top: 6px;
	font-weight: bolder;
	font-size: 14px;
}

.address,.description,.taglinks {
	width: 550px;
	background: #eeeeee;
	margin-left: 5px;
}

.shortListingText {
	float: left;
	margin-left: 5px;
	width: 510px;
	margin-top: 2px;
	margin-bottom: 2px;
}

.address {
	color: #3e51b1;
	font-weight: bolder;
	margin-bottom: 8px;
	margin-top: 5px;
	margin-left: 5px;
	text-indent: 5px;
}

.description {
	color: #555555;
	background-color: #fefefe;
	width: 547px;
	border: 1px solid #eeeeee;
	height: 45px;
	margin-bottom: 10px;
}

.description ul {
	float: left;
	margin: 0px;
	padding: 0px;
	list-style-position: inside;
	list-style-image: url("../images/tick.png");
	margin-top: 2px;
	margin-left: 2px;
	margin-right: 3px;
	height: 36px;
	width: 195px;
	line-height: 180%;
	background: #fefefe;
}

.gotowebsiteLink {
	float: left;
	background: url(../images/searchlistinglinks.png) top left;
	width: 79px;
	height: 15px;
	margin-left: 10px;
	margin-top: 10px;
	cursor: pointer;
}

.gotomapLink {
	float: right;
	background: url(../images/searchlistinglinks.png) -12px -18px no-repeat;;
	width: 69px;
	height: 15px;
	margin-right: 10px;
	margin-top: 10px;
	cursor: pointer;
}

.taglinks {
	float: left;
	color: #444444;
	background: #eeeeee;
	font-weight: bolder;
	margin-top: 3px;
}

.taglinks a {
	text-decoration: none;
	color: #666699;
}

.address a {
	color: #3e51b1;
	text-decoration: none;
}

.taglinks a:hover,.address a:hover {
	text-decoration: underline;
}

.taglinks a:hover {
	text-decoration: underline;
	color: #0000ff;
}

.openingTimes,.menu,.directions,.www {
	width: 19px;
	height: 18px;
	float: left;
	margin-top: 20px;
	margin-left: 8px;
	background-image: url(../images/listings/icons_pink.png );
	cursor: pointer;
}

.openingTimes {
	background-position: left top;
	width: 21px;
	margin-left: 0px;
}

.menu {
	background-position: 72px 0px;
	width: 23px;
}

.directions {
	background-position: 42px 0px;
}

.www {
	background-position: right top;
}

.icondescription {
	width: 269px;
	height: 18px;
	float: right;
	margin-top: 20px;
	margin-right: 8px;
	line-height: 140%;
}

.bookLabel {
	background-image: url(../images/listings/book.png);
	float: left;
	width: 120px;
	height: 17px;
	margin-left: 5px;
	margin-top: 5px;
}

#breadcrumbs {
	background-image: url(../images/listings/showhideheaders.png);
	float: left;
	width: 100%;
	height: 22px;
	margin-top: 5px;
	color: white;
	font-size: 10px;
	line-height: 180%;
	text-indent: 5px;
}

.restaurantAd {
	float: left;
	width: 100%;
	margin-top: 5px;
	background: white;
}

.adHeader {
	background: white;
	float: left;
	width: 100%;
	height: 26px;
	cursor: pointer;
	color: #333333;
	margin-top: 2px;
	font-size: 11px;
	font-weight: bolder;
	line-height: 230%;
	/*border: 1px solid #333333;*/
	background: #efefef;
	margin-bottom: 2px;
}

.adHeaderTelNo {
	float: right;
	width: 100px;
	height: 100%;
}

.adHeaderAddress {
	float: left;
	width: 400px;
	height: 100%;
	margin-left: 145px;
}

.adContent {
	float: left;
	width: 100%;
	height: 160px;
	margin-top: 2px;
	/* border: 1px solid #999999; */
	background: #eeeeee;
}

.subscribeCol {
	float: left;
	height: 175px;
	width: 160px;
	margin-left: 20px;
}

.subscribeCol_form {
	float: right;
	height: 175px;
	width: 130px;
	margin-right: 8px;
}

#fname,#fsubemail,#fsubtel {
	float: left;
	width: 130px;
	height: 16px;
	margin-left: 42px;
}

#fname{
	margin-top: 80px;
}


#fsubtel {
	margin-top: 8px;
}

#fsubemail {
	margin-top: 8px;
}



#frontpageQuote {
	float: left;
	width: 100%;
	height: 50px;
	background: url("../images/quoteonf6.png") 0px 0px no-repeat #f6f6f6;
	margin-top: 10px;
	
}

.frontPageImage {
	float: left;
	width: 198px;
	height: 390px;
	margin-right: 24px;
}

.frontPageImage_right {
	float: right;
	width: 198px;
	height: 390px;
	margin-right: 7px;
}

.errorSearchBox {
	margin-top: 15px;
	float: left;
	width: 646px;
	height: 60px;
	text-indent: 30px;
	font-size: 13px;
	letter-spacing: 1px;
	background-color: #620903;
	color: white;
	line-height: 400%;
}


#Searching {
	
	
	margin-bottom: 5px;
	
	float: left;
	width: 100%;
	height: 220px;
	
	 background: url("../images/searchArea.png") -19px -20px no-repeat ; 
	 /*border: 1px solid red;*/
	
}

#offersArea{
	
	margin-top: 5px;
	float: left;
	width: 185px;
	height: 200px;
	  /* border: 1px solid red;	  */
}

#dealsArea{
	
	margin-top: 15px;
	float: right;
	margin-right: 7px;
	width: 805px;
	height: 170px;
	/* border: 1px solid red;	*/
}

#searchAll{
	float: right;
	width: 805px;
	height: 25px;
	margin-top: 9px;
	
	/* border: 1px solid blue;  */

}

.featuredAdvert{
	float: right;
	width: 100%;
	height: 235px;
	margin-top: 10px;
	margin-bottom: 2px;

	background: url("../images/featured/eg.png") 0px 0px no-repeat ; 

}

.featuredBar{
	float: right;
	width: 100%;
	height: 235px;
	margin-top: 10px;
	margin-bottom: 10px;

	background: url("../images/featured/bar.png") 0px 0px no-repeat ; 

}

.featuredrestaurant{

float: left;
	width: 803px;
	height: 155px;
	margin-top: 2px;
	margin-left: 5px;
	

	/*background: url("../images/featured/featuredrestaurant.png") white 5px 0px no-repeat ;*/
	
	
	/* BORDER: 1PX SOLID #cccccc; */

}

.featuredrestaurantHeader{

	float: left;
	width: 100%;
	height: 25px;
	margin-top: 2px;
	
	background: url("../images/specialfeaturesprite.png") white 0px 0px no-repeat ;
	
	BORDER-bottom: 1PX SOLID white;

}

.featuredrestaurantContent{

	float: left;
	width: 800px;
	height: 135px;
	
	
	background: url("../images/specialfeaturesprite.png") white 2px -59px no-repeat ;
	
	BORDER : 1PX SOLID #cccccc;

}

.featuredrestaurantDownArrow{

	float: left;
	width: 800px;
	height: 10px;
	
	
	background: url("../images/specialfeaturesprite.png") white 0px -49px no-repeat ;
	
}


.featuredrestaurantImageArea{

	float: left;
	width: 200px;
	height: 100px;
	
	margin-top: 12px;
	margin-left: 12px;
	border: 1px solid #666666;
	
}

#exampleFeatureImage{

background: url("../images/canape.png") white 0px 0px no-repeat ;
	
}	


.featuredrestaurantTextArea{

	float: left;
	width: 250px;
	height: 100px;
	
	font-size: 11px;
	
	margin-top: 12px;
	margin-left: 30px;
	/* border: 1px solid #666666; */
	
	text-align: justify;
	
}	

.featuredrestaurantMenuArea{

	float: left;
	width: 100px;
	height: 100px;
	
	margin-top: 12px;
	margin-left: 30px;
	/* border: 1px solid #666666; */
	
}	


.featuredrestaurantMenuArea ul {
	padding: 0;
	margin: 0px;
	list-style: none;
	
}


.featuredrestaurantMenuArea ul li { 

	color: black; 
	font-size: 11px;
	font-weight: 600;
	display: block;
	text-decoration: none;
	
	margin: 0px;
	padding: 0px;
	line-height: 100%;
	
	}

.featuredrestaurantMenuArea ul li a {
	
	font-size: 11px;
	font-weight: 600;
	color: #666666;
	display: block;
	text-decoration: none;
	
	margin: 0px;
	padding: 0px;
	line-height: 110%;
	
	
	
}



.featuredrestaurantMenuArea ul li a:hover {	color: black; }

.featuredrestaurantTextArea#foodText, .featuredrestaurantTextArea#experienceText, 
.featuredrestaurantTextArea#drinkText, .featuredrestaurantTextArea#serviceText, 
.featuredrestaurantTextArea#costText, .featuredrestaurantTextArea#introText{
	
	display: none;

}


.featuredrestaurantClickForMore{

	float: right;
	width: 130px;
	height: 18px;
	
	margin-top: 102px;
	margin-left: 20px;
	 /* border: 1px solid #666666;  */
	 
	 color: #999900;
	
}

.featuredrestaurantClickForMore a{
	
	text-decoration: none;
	color: #999900;
	font-weight: 600;
	
	
}


.featuredrestaurantHeaderText{

	float: left;
	width: 225px;
	height: 18px;
	
	font-weight: 600;
	
	font-size: 12px;
	
	margin-top: 4px;
	margin-left: 10px;
	 /* border: 1px solid #666666;  */
	 
	 color: #333399;
	
}


.featuredrestaurantHeader_companyName{

	float: left;
	width: 400px;
	height: 18px;
	
	font-weight: 600;
	
	font-size: 12px;
	
	margin-top: 4px;
	margin-left: 10px;
	 /* border: 1px solid #666666;  */
	 
	 color: #777777;
	
}


.wineofweek_text{

	float: left;
	width: 70%;
	height: 288px;
	
		
	font-size: 12px;
	
	margin-top: 327px;
	margin-left: 31px;
	  /*border: 1px solid #666666;  */
	 
	 color: #777777;
	 text-align: justify;
	
}



.newsTop_text, .newsBottom_text{

	float: left;
	width: 84%;
	height: 288px;
	
		
	font-size: 12px;
	
	margin-top: 200px;
	margin-left: 10px;
	  /*border: 1px solid #666666;  */
	 
	 color: #777777;
	 text-align: justify;
	
}


.newsBottom_text{

	margin-top: 30px;

}



.leftBottom{

float: left;
width: 30%;
height: 650px;

background: url("../images/news.jpg") white 0px 0px no-repeat ;

}

.middleBottom{
float: right;
width: 30%;
background-color: gray;
margin-right: 40px;

height: 650px;
 background: url("../images/wineofweek.jpg") white 0px 0px no-repeat ;


}

.rightBottom{
  float: right;
  width: 30%;
  height: 650px;
 background: url("../images/antonio.jpg") white 0px 0px no-repeat ;

}

.searchResultsHeader{
  float: left;
  width: 100%;
  height: 24px;
 background: url("../images/searchResultsBGx.png")  gray 0px 0px  ;
 
 text-indent: 4px;
 color: white;
 font-weight: 600;
 line-height: 180%;
  
 margin-top: 4px;
 border-bottom: 2px solid gray;

}

.arrowDownTrans{

	 float: right;
  width: 10px;
  height: 10px;
 background: url("../images/arrowdown_trans.gif")  0px 0px no-repeat ;
 margin-right: 2px;
 margin-top: 8px;
 
}


#restaurantAd_322, #restaurantAd_323, #restaurantAd_324, #restaurantAd_325, #restaurantAd_326, #restaurantAd_327{

  margin-top: 4px;
  margin-left: 4px;
  
  float: left;
  width: 16px;
  height: 16px;
 background: url("../images/buttons.png")  -58px 0px no-repeat ;
 
 
}















   .yui-carousel-element li {
        height: 100px;
        text-align: left;
    }

    #container {
        
		font-size: 13px;
        margin: 0 auto;
		width: 100%;
		
		
    }

    #container a {
        text-decoration: none;
    }
            
    #container .intro {
        display: inline;
        margin: 0px 14px 0px 14px;
        width: 235px;
    }
            
    #container .item {
        display: inline;
        margin: 0 10px 0 12px;
        overflow: hidden;
        padding-right: 80px;
        width: 160px;
		
    }
	
	#container .item img{ float: left; }

    #container .item .authimg {
        bottom: 2px;
        margin-left: 61px;
        position: absolute;
        z-index: 1;
    }
            
    #container .item h3 {
        line-height: 85%;
        margin-top: 4px;
    }
            
    #container .item h3 a {
        font: 77% Arial, sans-serif;
        position: relative;
        text-transform: uppercase;
        z-index: 2;
    }
            
    #container .item h3 a:link {
        color:#35a235;
    }
            
    #container .item h4 {
        margin-top:5px;
    }
            
    #container .item h4 a {
        font: 100% Georgia, Times, serif;
        position: relative;
        z-index:2;
    }

    #container .item h4 a:link {
        color:#00639b;
    }
            
    #container .item cite {
        color: #888;
        display: block;
        font-size: 77%;
        line-height: normal;
        margin-bottom: 30px;
    }
            
    #container .item p.all {
        bottom: 25px;
        position: absolute;
        z-index: 2;
    }
            
    #container .item p.all a {
        font-weight: bold;
        font-size: 85%;
    }
	
	#carouselArea{
	
		float: RIGHT;
		width: 100%;
		
		height: 160px;
		margin-bottom: 20px;
		margin-top: 10px;
		margin-left: 2px;
	
	}



#logoArea{

background-color :#222222;
width: 100%;

	background: url('../images/listings/eatliciouslogoon222.jpg') 5px 8px no-repeat  #222222 ; 


margin: 0px;

}

#tcsHeader{  
	font-family: arial; 
	font-size: 23px; 
	line-height: 125%; 
	font-weight: 600;  
	color:#333;   
	margin-bottom: 20px; 
	width: 100%;
	
	height: 35px; 
	border-bottom: 1px solid black; 
	
}

#tcinsert{

	float : left; 
	width: 800px;
	margin-left: 100px;
	margin-bottom: 30px;
	
	margin-top: 20px;
	
	font-family: arial; 
	
	font-size: 14px; 
	line-height: 150%; 
	
	color:#666;
	
	text-align:justify; 

}


#tcinsert h2{

	margin: 0px;
	padding:0px;
	
	margin-top: 15px;
	margin-bottom: 15px;
	
	font-size: 17px;
	
	
	

}


#tcinsert h5{

	margin: 0px;
	padding:0px;
	
	margin-top: 10px;
	margin-bottom: 10px;
	

}

#prefooter{

	float:left;
	width:100%;
	min-height: 80px;
	
	background: #eee;
	
	color: #fff;
	
	font-family: Arial, Verdana, sans-serif;
	
		font-size: 14px;


}



#prefooter .preFooterColumn, .preFooterColumnRight{

	
	width:190px;
	margin: 10px;
	
	height: 70px;
	
	font-size: 11px;
	letter-spacing: 2px; 
	
	/*border: 1px dotted red;  */

	margin-top: 25px;

}

#prefooter .preFooterColumn{	margin-right: 150px; float:left;}
#prefooter .preFooterColumnRight{  float:right;}


#prefooter .preFooterColumn a, #prefooter .preFooterColumnRight a{

	color: #888;
	text-decoration: none; 
	
	margin: 0px;
	padding: 0px; 
	


}

#prefooter .preFooterColumn a:hover,  #prefooter .preFooterColumnRight a:hover{

	color: #444;


}

#prefooter .preFooterColumn .footerColumnHeader, #prefooter .preFooterColumnRight .footerColumnHeader {

	float:left;
	width:100%;
	
	
	font-size: 12px; 
	margin-bottom: 7px;
	padding: 0px;
	
	color: #444;
	
	letter-spacing: 2px; 

}




