/*Global*/
* {font-size: 100%;}
body{
	margin:0;
	font:62.5% Arial, Helvetica, sans-serif;
	background:#e9e9e9;
	color:#464646;
}
img { border-style:none;}
a {
	text-decoration:underline;
	color:#b72e1d;
}
a:hover {text-decoration:none;}
input, textarea, select { vertical-align:middle;}
form, fieldset {
	margin:0;
	padding:0;
	border-style:none;
}
/*Wrapper*/
#wrapper {
	width:960px;
	margin:0 auto;
	background:#fff;
}
/*Main*/
#main {
	padding:10px 12px 0;
}
/*Two columns*/
.two-columns {
	overflow:hidden;
	width:100%;
}
/*Content*/
#content {
	float:left;
	width:474px;
	overflow:hidden;
}
/*Logo*/
h1.logo {
	margin:0;
	padding-left:12px;
}
h1.logo img{
	display:none;
}
h1.logo a{
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	width:443px;
	height:79px;
	background:url(/images/logo.gif) no-repeat;
}
#content h2.eat-out {
	margin:21px 0 0;
}
#content h2.eat-out img{display:block;}
/*Directions*/
.directions-holder {
	overflow:hidden;
	width:100%;
	padding:13px 0 11px;
}
/*Columns*/
.directions-holder .column{
	float:left;
	width:231px;
	padding-right:12px;
}
.directions-holder .last{padding-right:0;}
.directions-holder h3.title {
	margin:0;
	background:#7d892e url(/images/bg-directions-title.gif) repeat-x;
	padding:5px 0 4px 11px;
	font:2.4em Georgia, serif;
	color:#fff;
}
.directions-holder .column ul{
	margin:0;
	padding:4px 0 0;
	list-style:none;
	font:1.8em Georgia, serif;
}
.directions-holder .column ul li{
	border-bottom:1px solid #c8d54f;
	line-height:28px;
	padding:1px 0 0 9px;
	overflow:hidden;
	width:222px;
}
.directions-holder .column ul li img{
	float:right;
	padding:6px 5px 0;
}
.directions-holder .column ul li a{
	color:#90281a;
	text-decoration:none;
}
.directions-holder .column ul li a:hover{
	text-decoration:underline;
}
/*Restaurant Search*/
.search-restaurant .home-search-holder {
	border-top:7px solid #f1c22d;
	background:#7d892e url(/images/bg-directions-title.gif) repeat-x;
	width:448px;
	padding:4px 8px 8px 12px;
	overflow:hidden;
}
.home-search fieldset strong {
	float:left;
	padding-top:5px !important;
	font:24px Georgia, serif !important;
	color:#fff !important;
}
.home-search .search-form {
	float:right;
	width:224px !important;
}
.home-search .search-form label{
	padding-bottom:2px !important;
}
.search-restaurant .search-form label{
	display:block;
	width:100%;
	padding-left:1px;
	font-weight:bold;
	font-size:12px;
	color:#fff;
}
.home-search .search-form input.text{
	width:146px !important;
}
.search-restaurant .search-form input.text{
	border:1px solid #c8d54f;
	background:#fff;
	font:12px Arial, Helvetica, sans-serif;
	padding:2px 3px 3px;
	float:left;
}
.search-restaurant .search-form .btn-search{
	float:left;
	text-indent:-9999px;
	border:0;
	background:url(/images/btn-search.gif) no-repeat;
	width:69px;
	height:22px;
	cursor:pointer;
}
/*Banner*/
.banner {
	display:block;
	margin:12px 0 10px;
}

.banner a {
	margin:0;
	padding:0;
}

#content p.seo{
	margin:0;
	font-size:1.2em;
	color:#b72e1d;
	line-height:18px;
	padding-bottom:10px;
}
/*Sidebar*/
#sidebar {
	float:right;
	width:450px;
}
#sidebar img{display:block;}
/*Promobox holder*/
.promo-holder {
	padding-top:12px;
}
.promo-holder .row{
	overflow:hidden;
	width:100%;
	padding-bottom:12px;
}
/*Proma box*/
.promo-holder .row .promo-box{
	float:left;
	width:219px;
	padding-left:12px;
}
.promo-holder .row .first {padding-left:0;}
.promo-box .title{
	background:#f1c32d url(/images/bg-promobox-title.gif) repeat-x;
	padding:8px;
}
.promo-box .title a{
	font:1.8em Georgia, serif;
	text-decoration:none;
}
.promo-box .title a:hover{text-decoration:underline;}
.promo-box .title strong a{
	display:block;
	color:#90281a;
}
.promo-box img {display:block;}
/*Footer*/
/*Footer top*/
.footer-top {
	background:#f5f7e0;
	padding:8px 12px 12px 10px;
}
.footer-top ul{
	margin:0;
	padding:0;
	list-style:none;
	overflow:hidden;
	width:100%;
}
.footer-top ul li{
	background:url(/images/separator-footertop.gif) no-repeat 100% 50%;
	float:left;
	font-weight:bold;
	font-size:1.2em;
	line-height:18px;
	padding:0 6px 0 4px;
	color:#b72e1d;
}
#footer ul li a{
	color:#7d892e;
	text-decoration:none;
	white-space:nowrap;
}
#footer ul li a:hover{text-decoration:underline;}
/*Footer bottom*/
.footer-bottom {
	background:#edf3b3;
	padding:0 12px 15px 12px;
	overflow:hidden;
	width:936px;
}
.footer-logo a {
	float:right;
	text-indent:-9999px;
	overflow:hidden;
	width:95px;
	height:37px;
	background:url(/images/logo-footer.gif) no-repeat;
}
.footer-bottom ul{
	margin:0;
	padding:15px 0 0;
	list-style:none;
}
.footer-bottom ul li{
	display:inline;
	font-weight:bold;
	font-size:1.2em;
	line-height:18px;
	padding:0 1px 0 7px;
	background:url(/images/separator-footerbot.gif) no-repeat 0 50%;
	color:#b72e1d;
}
.footer-bottom ul li:first-child {
	padding-left:0;
	background:none;
}
/*Inner pages*/
/*Page tamplate*/
/*Header*/
#header {
	padding-top:10px;
	overflow:hidden;
	width:100%;
}
/*Header top part*/
.header-top {
	padding-left:12px;
	overflow:hidden;
	width:948px;
}
/*Area box*/
.you-in-box {
	float:right;
	height:84px;
	background:#f1c22d url(/images/bg-your-in.gif) repeat-x;
	padding:8px 12px 0 8px;
	margin-top:2px;
}
.you-in-box img{
	margin-top:4px;
	float:left;
}
.you-in-box .place {
	float:left;
}
.you-in-box p{
	margin:0;
	font:18px Georgia, serif;
	white-space:nowrap;
	color:#90281a;
	line-height:18px;
	padding-left:1px;
}
.you-in-box p span{
	color:#b72e1d;
	font-weight:normal;
}
.f-region fieldset{
	padding-top:3px;
	float:left;
	width:191px;
}

.f-region label{
	display:block;
	font-size:12px;
	color:#90281a;
	font-weight:bold;
	padding:0 0 5px 1px;
	width:191px;
}

* html .f-region label{
	padding-bottom:4px;
}
*+html .f-region label{
	padding-bottom:4px;
}

fieldset legend{display:none;}
.none-submit{display:none;}
.select {
	width:124px;
	font:bold 11px Arial, Helvetica, sans-serif;
	color:#000;
}

.selectwider {
	width:191px;
	font:bold 11px Arial, Helvetica, sans-serif;
	color:#000;
}


/*Sign up box*/
.sign-up-form fieldset {
	background:#90281a url(/images/bg-sign-up.gif) repeat-x;
	float:right;
	height:85px;
	width:172px;
	margin-top:2px;
	padding:7px 8px 0 8px;
}
.sign-up-form fieldset strong{
	font:18px Georgia, serif;
	color:#ffe119;
	font-weight:normal;
	padding:1px;
}
.sign-up-form fieldset label {
	display:block;
	color:#fff;
	font-size:12px;
	line-height:14px;
	font-weight:bold;
	padding:4px 0 0 1px;
	height:28px;
}
* html .sign-up-form fieldset label {
	padding-top:5px;
	height:27px;
}
*+html .sign-up-form fieldset label {
	padding-top:5px;
	height:27px;
}
.sign-up-form .form-holder {
	overflow:hidden;
	width:100%;
	padding-top:5px;
}
* html .sign-up-form .form-holder {
	padding-top:4px;
}
*+html .sign-up-form .form-holder {
	padding-top:4px;
}
.sign-up-form .form-holder input.text{
	border:1px solid #b72f1d;
	background:#fff;
	font:12px Arial, Helvetica, sans-serif;
	width:143px;
	padding:2px 3px 3px;
	float:left;
	height:15px;
}
.sign-up-form .form-holder .btn-go {
	float:left;
	text-indent:-9999px;
	border:0;
	width:21px;
	height:22px;
	background:url(/images/btn-go.gif) no-repeat;
	cursor:pointer;
}
/*Header bottom part*/
.header-bottom {
	border-top:8px solid #f1c22d;
	background:#7d892e url(/images/bg-header.gif) repeat-x;
	height:54px;
	padding:4px 0 0 12px;
	overflow:hidden;
}
.header-bottom .search-restaurant fieldset {
	background:none;
	border-top:0;
	padding:2px 8px 5px 12px;
	height:48px;
	overflow:hidden;
	width:auto;
}
/*Search box*/
.header-bottom .search-restaurant .search {
	float:left;
	width:395px;
}
.search-restaurant .title-form {
	float:left;
	width:185px;
}
.search-restaurant fieldset strong {
	padding-top:1px;
	display:block;
	font:18px Georgia, serif;
	color:#ffe119;
	line-height:16px;
}
* html .search-restaurant fieldset strong {
	padding-top:2px;
}
*+html .search-restaurant fieldset strong {
	padding-top:2px;
}
.search-restaurant fieldset span {
	font:1.6em Georgia, serif;
	color:#fff;
	line-height:1em;
	display:block;
	padding:3px 0 0px;
}
.search-restaurant .search-form {
	float:right;
	width:207px;
}

.search-restaurant .search-form label{
	padding-bottom:3px;
}
.search-restaurant .search-form input.text{
	width:121px;
	padding:2px 3px 3px;
	height:15px;
}
* html .search-restaurant .search-form input.text{
	margin-left:1px;
}
.search-restaurant .search-form .btn-search{
	float:left;
	text-indent:-9999px;
	border:0;
	background:url(/images/btn-search.gif) no-repeat;
	width:69px;
	height:22px;
	cursor:pointer;
	padding:0;
}
/*Select box*/
.select-box {
	float:left;
	background:url(/images/separator-form.gif) no-repeat 0 3px;
	padding-left:10px;
}
.select-box label {
	font-size:12px;
	font-weight:bold;
	color:#fff;
	padding-left:2px;
}
.select-box label span{
	color:#ffe119;
	display:inline;
	font:bold 12px Arial, Helvetica, sans-serif;
	letter-spacing:0;
}
.select-box ul {
	margin:0;
	padding:1px 0 0;
	list-style:none;
	overflow:hidden;
}
* .select-box ul {
	height:1%;
}
*+.select-box ul {
	height:1%;
}
.select-box ul li{
	float:left;
	background:url(/images/separator-form2.gif) no-repeat;
	padding:7px 7px 7px 7px;
}
* html .select-box ul li{
	padding-top:6px;	
}
*+html .select-box ul li{
	padding-top:6px;
}
.select-box ul li:first-child {
	padding-left:0;
	background:none;
}
.select-box ul li .select{
	width:120px;
	color:#000;
}
/*Main inner pages*/
.main-inner {padding:9px 12px 12px !important;}
.main-inner #content {
	float:right;
	width:736px;
}
/*Main column*/
.main-column {
	width:604px;
	float:left;
}
/*Breadcrumbs*/
ul.breadcrumbs {
	margin:0;
	padding:0 0 8px;
	list-style:none;
	font:1.6em Georgia, serif;
	color:#90281a;
}
ul.breadcrumbs li{
	display:inline;
	background:url(/images/arrow-red.gif) no-repeat 0 55%;
	padding-left:8px;
}
ul.breadcrumbs li:first-child {
	padding-left:0;
	background:none;
}
ul.breadcrumbs li a{color:#90281a;}
/*ASide*/
.aside {
	float:right;
	width:120px;
}
.aside strong{
	display:block;
	color:#898989;
	font:1.6em Georgia, serif;
	padding-bottom:10px;
	line-height:1em;
}
.aside img{display:block;}

.aside .bott {margin-bottom:12px;
display:block;}

a.yellow img {border:4px solid #f0c22c;}
a.red img {border:4px solid #b72e1d;}
a.green img {border:4px solid #8fa216;}
/*Sidebar*/
.main-inner #sidebar {
	float:left;
	width:188px;
	padding-top:3px;
}
/*Main navigation*/
ul#nav, ul.highlighted {
	margin:0;
	padding:0;
	list-style:none;
	font:1.6em Georgia, serif;
}
ul#nav, ul.highlighted2 {
	margin:0;
	padding:0;
	list-style:none;
	font:1.6em Georgia, serif;
}
ul#nav li{
	background:#7d892e url(/images/bg-nav.gif) repeat-x;
	border-bottom:1px solid #ffe119;
}
ul#nav li a{
	display:block;
	line-height:30px;
	color:#fff;
	padding:0 12px 2px 12px;
	text-decoration:none;
}
ul#nav li a:hover, ul#nav li a.active{
	border-left:6px solid #c8d54f;
	padding-left:6px;
}
/*Highlighted navigation*/
ul.highlighted li{
	background:#f2c22d url(/images/bg-highlighted.gif) repeat-x;
	border-bottom:1px solid #b72e1d;
}
ul.highlighted li a{
	display:block;
	line-height:32px;
	color:#90281a;
	padding:0 12px 0 12px;
	text-decoration:none;
}
ul.highlighted li a:hover, ul.highlighted li a.active{
	border-left:6px solid #b72e1d;
	padding-left:6px;
}
/*Highlighted navigation 2*/
ul.highlighted2 li{
	background:#91281a url(/images/bg-highlighted2.gif) repeat-x;
	border-bottom:1px solid #ffe119;
}
ul.highlighted2 li a{
	display:block;
	line-height:32px;
	color:#ffe119;
	padding:0 12px 0 12px;
	text-decoration:none;
}
ul.highlighted2 li a:hover, ul.highlighted2 li a.active{
	border-left:6px solid #ffe119;
	padding-left:6px;
}
/*Category list*/
.category-list {
	padding-top:12px;
}
.category-list .title{
	background:#7d892e url(/images/bg-directions-title.gif) repeat-x;
	padding:10px 12px;
	border-bottom:1px solid #ffe119;
}
.main-inner #sidebar .title h2{
	margin:0;
	font:1.6em Georgia, serif;
	color:#fff;
/*	line-height:1.1em; */
}
.main-inner #sidebar .title h2 strong{
	display:block;
	color:#ffe119;
	font-weight:normal;
}
.category-list ul {
	margin:0;
	padding:14px 0 19px 13px;
	list-style:none;
	background:#7d892e;
}
.category-list ul li{
	font-size:12px;
	font-weight:bold;
	padding-bottom:3px;
}
.category-list ul li a{
	background:url(/images/marker-yellow.gif) no-repeat 0 55%;
	padding-left:13px;
	color:#fff;
	text-decoration:none;
}
.category-list ul li a:hover{
	background:url(/images/marker-white.gif) no-repeat 0 55% !important;
}
/*Promo box*/
.main-inner #sidebar .promo-box {
	margin-top:12px;
}
.main-inner #sidebar .promo-box .title{
	background:#91281a url(/images/bg-promo-title2.gif) repeat-x;
	padding:9px 5px 10px 5px;
}
.main-inner #sidebar .promo-box a{
	display:block;
	background:#ececec;
	line-height:26px;
	font-size:1.2em;
	font-weight:bold;
	padding:0 0 1px 12px;
}
/*Footer*/
.footer-inner .footer-top {
	padding:9px 12px 5px 10px;
}
.footer-inner .footer-bottom ul{
	padding-top:7px;
}
/*Home*/
/*Flash box*/
.flash {
	width:604px;
	height:229px;
}
.flash img{display:block;}
/*Two columns*/
.home .two-columns {
	padding-top:11px;
}

.home .nopad {
	padding-top:0px;
}

.home .two-columns .lbcolumn{
	float:left;
	width:300px;
	padding-left:8px;
}
.home .two-columns .column{
	float:left;
	width:296px;
	padding-left:12px;
}
.home .two-columns .first{ padding-left:0; }
/*Block*/
.home .block {
	padding-bottom:9px;
}
.home .block .title {
	background:#7f892f url(/images/bg-title-homebox.gif) repeat-x;
	padding:6px 8px 5px;
}

.home .block .free h2{
	margin:0;
	padding:0 0 8px 0;
	font:1.8em Georgia, serif;
	line-height:1.2em;
	color:#7d892e;
}


.home .block .title h2{
	margin:0;
	font:1.8em Georgia, serif;
	line-height:1.2em;
	color:#fff;
}




.home .block .title h2 a{
	color:#fff;
	text-decoration:none;
}
.home .block .title h2 a:hover{
	text-decoration:underline;
}
.home .block .title h2 strong{
	display:block;
	color:#ffe119;
	font-weight:normal;
}
.home .block .title h2 strong a{
	color:#ffe119;
	text-decoration:none;
}
.home .block .title h2 strong a:hover{
	text-decoration:underline;
}
.home .block .row {
	margin-bottom:2px;
	background:#f3f3f3;
	padding:7px 8px 9px 8px;
	overflow:hidden;
	width:280px;
	font-size:1.2em;
	line-height:18px;
}


.home .block .row img{
	float:right;
	margin:-7px -8px 8px 8px;
	position:relative;
}
.home .block .row strong {
	font-size:1.167em;
	color:#7d892e;
	display:block;
}
.home .block .row p{
	margin:0;
}



.home .block .row a{font-weight:bold;}
.home .block .row h3 strong{
	padding-bottom:1px;
	color:#464646;
	font-size:1em;
}
.home .block .row h3 {
	margin:0;
	font-size:1.334em;
	color:#7d892e;
	padding-bottom:4px;
}
.home .block .row h3.alt {padding-bottom:10px;}
.home .block .row h3.alt strong{padding-left:0 !important;}
.home .block .row img.big {margin:5px -8px 8px -8px;}
.home .block .row ul{
	margin:0;
	padding:18px 0 0;
	list-style:none;
}
.home .block .row ul li{
	padding-bottom:18px;
	width:100%;
}
.home .block .row ul li strong{
	font-size:1em;
	color:#464646;
	display:inline;
}
.home .block .row ul li ul{
	padding:0;
}
.home .block .row ul li ul li{
	display:inline;
	background:url(/images/separator-green.gif) no-repeat 0 3px;
	padding:0 4px 0 6px;
}
.home .block .row ul li ul li strong{color:#7d892e;}
.home .block .row ul li ul li:first-child {
	padding-left:0;
	background:none;
}
/*Bubble*/
.home .bubble-holder {
	overflow:hidden;
	width:263px;
	padding:10px 4px 0 13px;
	margin-bottom:-10px;
	position:relative;
	z-index:10;
}
.home .bubble-holder img{
	margin:0 !important;
	position:absolute !important;
	bottom:0;
	right:0;
	z-index:99;
}
.home .bubble {
	float:right;
	background:#fff url(/images/bg-bubble-vert.gif) repeat-y;
	margin:0 50px 4px 0;
	display:inline;
}
.home .bubble .right{
	background:url(/images/bg-bubble-vert.gif) repeat-y 100% 0;
}
.home .bubble .holder{
	background:url(/images/bg-bubble-hor.gif) repeat-x;
}
.home .bubble .lt{
	background:url(/images/bg-bubble-lt.gif) no-repeat;
}
.home .bubble .rt{
	background:url(/images/bg-bubble-rt.gif) no-repeat 100% 0;
}
.home .bubble .frame{
	background:url(/images/bg-bubble-hor-b.gif) repeat-x 0 100%;
}
.home .bubble .lb{
	background:url(/images/bg-bubble-lb.gif) no-repeat 0 100%;
}

.home .bubble .rb{
	background:url(/images/bg-bubble-rb.gif) no-repeat 100% 100%;
	overflow:hidden;
	padding:3px 8px 15px 9px;
}
* html .home .bubble .rb{
	height:1%;
}
*+html .home .bubble .rb{
	height:1%;
}
.home .block .row p.alt{
	padding-bottom:15px;
	width:auto !important;
}
.d-form fieldset {
	float:right;
	padding:0 25px 0 5px;
}
.d-form fieldset label{
	font-size:1.4em;
	font-weight:bold;
	color:#7d892e;
	display:block;
	padding:3px 0 4px;
}
.d-form fieldset .btn-search {
	display:block;
	border:0;
	border-left:1px solid #c8d54f;
	background:url(/images/btn-search.gif) no-repeat;
	text-indent:-9999px;
	padding:0;
	width:69px;
	height:22px;
	margin-top:6px;
	cursor:pointer;
}
.home .block .alt {
	padding-left:0;
	width:288px;
}
.inner-row {
	border-bottom:2px solid #fff;
	padding-bottom:8px;
}
.home .block .alt p {padding-left:8px;}
.home .block .alt strong {padding:6px 0 0 8px;}
.home .block .row blockquote {
	margin:0;
	padding:15px 8px 0 0;
}
.home .block .row blockquote q{quotes:none;}
.home .block .row blockquote q:after{content:"";}
.home .block .row blockquote q:before{content:"";}
.home .block .row ul.links {
	margin:0 0 -4px;
	padding:0;
	list-style:none;
	position:relative;
}
.home .block .row ul.links li{
	padding-bottom:0;
	overflow:hidden;
}
.home .block .row ul.links li a{
	float:left;
}
.home .block .row ul.links li img {
	float:left;
	margin:1px 0 0 11px;
}
.home .block .row ul.news {padding:0;}
.home .block .row ul.news li.last {padding-bottom:0;}
.home .block .row ul.popular {padding:3px 0 0;}
.home .block .row ul.popular li {
	padding-bottom:0;
	overflow:hidden;
	width:100%;
}

.home .block .row ul.popular li span {
	float:left;
}
.home .block .row ul.popular li img{
	float:left;
	margin:1px 0 0 7px;
}
/*Article*/


/*new styles added for news / events*/

.article .heading {
	overflow:hidden;
	padding:2px 12px 0 0;}
* html .article .heading {height:1%;}
*+html .article .heading {height:1%;}
	
.article .row .data .heading{
	font-size:1.2em;
	line-height:12px;
	overflow:hidden;
	padding-top:0;
}
* html.article .row .data .heading{height:1%;}
*+html.article .row .data .heading{height:1%;}
	
.article .row .data .heading strong {
	font-size:1em;
	float:left;
	line-height:16px;
	padding-right:5px;
	color:#7d892e;
}


.article .row .data .heading em{
	font-style:normal;
	float:left;
	padding-top:2px;
}

/*end new lewis Article styles*/


.article {
	padding-top:7px;
}
.article h2{
	margin:0;
	font:2.4em Georgia, serif;
	color:#7d892e;
	padding-bottom:2px;
}
.article p{
	margin:0;
	font-size:1.2em;
	padding-bottom:10px;
	line-height:18px;
}
.article a{font-weight:bold;}
.article .row {
	margin-bottom:12px;
	background:#f3f3f3;
	overflow:hidden;
	width:100%;
}
.article .row .data {padding:6px 8px 10px;}

.article .row .data .quest {
	display:inline-block;
	cursor:help;
	background-image:url(/images/icon-quest-gastro.gif);
	background-position:top left;
	width:14px;
	height:13px;
	background-repeat:no-repeat;
}

.article .row h3{
	margin:0;
	font-size:1.6em;
	color:#7d892e;
}
.article .row p{padding-bottom:3px;}
.article .row p a{font-size:1em;}
.article .row a{
	font-size:1.2em;
	font-weight:bold;
}
.article .row img{
	float:left;
	margin:0 8px 8px 0;
}

.article .row .right{
	float:right;
	margin:0 0 8px 8px;
}



/*Forms page*/
.forms h2{
	margin:0;
	font:2.4em Georgia, serif;
	color:#7d892e;
	padding-bottom:17px;
}
.forms p{
	margin:0;
	font-size:1.2em;
	padding-bottom:17px;
	line-height:18px;
}
.forms p a{font-weight:bold;}
.form .holder{
	margin:17px 0 25px;
	background:url(/images/bg-form-cen.gif) repeat-y;
}


.form .frame{
	background:url(/images/bg-form-top.gif) no-repeat;
}
.form fieldset {
	background:url(/images/bg-form-bot.gif) no-repeat 0 100%;
	padding:19px 69px 0 15px;
	width:520px;
}
.form fieldset:after {
	clear: both;
	content:"";
	display: block;
}
.form fieldset strong.title-form {
	margin:-29px 0 0 -5px;
	position:relative;
	float:left;
	font-size:1.6em;
	font-weight:bold;
	color:#90281a;
	background:#fff;
	padding:0 10px 0 4px;
}
.form-holder {
	padding:11px 0 3px;
}
.form fieldset .row {
	margin-bottom:14px;
	width:100%;
	padding:0;
}
.form fieldset .row:after {
	clear: both;
	content:"";
	display: block;
}
.form fieldset .row label{
	float:left;
	width:112px;
	font-size:1.4em;
	line-height:16px;
	font-weight:bold;
	color:#7d892e;
	text-align:right;
	padding:2px 10px 0 0;
}
.form fieldset .row label span,.form fieldset .row span.heading span{color:#b72e1d;}
.form fieldset .row input.text{
	border:1px solid #c8d54f;
	background:#fff;
	width:382px;
	font:12px Arial, Helvetica, sans-serif;
	color:#7d892e;
	padding:3px 4px 2px;
	float:left;
	height:15px;
}
.form fieldset .row textarea{
	border:1px solid #c8d54f;
	background:#fff;
	width:382px;
	height:92px;
	font:12px Arial, Helvetica, sans-serif;
	color:#7d892e;
	padding:3px 4px;
	float:right;
	margin:0 6px 0 0;

}
.form fieldset .row .title {
	float:left;
	width:112px;
	padding-right:10px;
}
.form fieldset .row .title label{
	float:none;
	display:block;
	padding-right:0;
}
.form fieldset .row span.heading{
	display:block;
	font-size:1.2em;
	color:#7d892e;
	text-align:right;
	padding-top:20px;
}
.form fieldset .buttons {
	padding:3px 0 1px 3px;
	width:517px;
}
.form fieldset .row .btn-submit {
	float:right;
	width:70px;
	height:22px;
	text-indent:-9999px;
	cursor:pointer;
	border:0;
	background:url(/images/btn-submit.gif) no-repeat;
	margin:-4px 7px 0 0;
	position:relative;
}
.check-holder {
	float:left;
	width:135px;
}
.form fieldset .row label.alt {
	font-weight:normal;
	font-size:1.2em;
	padding:2px 0 0 0!important;
	margin:0 !important;
	line-height:12px !important;
}

.form fieldset .row .check {
	margin:0;
	float:right;
	width:15px;
	height:16px;
	padding:0 !important;
}
.competetion p{
	font-size:1.4em;
	padding:7px 0 38px;
}
.competetion .row p {
	padding:0;
	font-weight:bold;
}
.competetion .row p a{text-decoration:none;}
.competetion .row p a:hover{text-decoration:underline;}
.competetion .last {
	padding:15px 3px 0 4px !important;
	width:513px;
}
.competetion .last p {
	font-size:1.2em;
}
.competetion .last .btn-submit{
	margin:-2px 10px 0 0 !important;
}
/*PP listing*/
.listing-page {
	padding-top:4px;
}
.listing-page h2{
	margin:0;
	font:2.4em Georgia, serif;
	color:#7d892e;
	padding-bottom:7px;
}

.listing-page .notaffiliated{
	margin:0;
	font-size:1.2em;
	padding:10px 0 0 0;
	line-height:18px;
}

.listing-page .notaffiliated a{
font-weight:bold;
}

.listing-page .notaffiliated a.quest {
	display:inline;
	cursor:help;
}


.cus-form fieldset {
	overflow:hidden;
	width:100%;
}
.cus-form fieldset label{
	float:left;
	font-size:1.4em;
	padding:1px 10px 0 0;
}
.cus-form fieldset .select{
	float:left;
	width:138px;
	font-weight:normal;
}

.cus-form .btn-search{
	float:left;
	text-indent:-9999px;
	border:0;
	background:url(/images/btn-search.gif) no-repeat;
	width:69px;
	height:22px;
	cursor:pointer;
	margin-left:5px;
}

.cus-form a{
font-weight:bold;
}


.btn-review {
	float:left;
	text-indent:-9999px;
	border:0;
	background:url(/images/btn-write.gif) no-repeat;
	width:190px;
	height:22px;
	cursor:pointer;
	margin:10px 5px 10px 0;

	
}


/*New Free PP page*/

.form .holdersmall{
	padding:0;
	margin:0;
	background:url(/images/bg-form-cen-sm.gif) repeat-y;
	width:296px;
}

.form .holdersmall .framesmall{
	background:url(/images/bg-form-top-sm.gif) no-repeat;
	padding:0;
	margin:0;
	
}

.form .holdersmall .framesmall fieldset {
	background:url(/images/bg-form-bot-sm.gif) no-repeat 0 100%;
	padding:10px 12px 0 12px;
	width:272px;

}

.holdersmall .framesmall fieldset .title-form
{padding-top:9px;}

.holdersmall .framesmall fieldset .form-holder label {
text-align:left; width:230px;

}

.holdersmall .framesmall fieldset .form-holder row {
text-align:left; width:203px;

}

.form .holdersmall .framesmall fieldset .row input.text{
	width:256px; clear:left; float:left; margin-top:10px;
}

.form .holdersmall .framesmall fieldset .row textarea {
	width:256px; clear:left; float:left; margin-top:10px;
}

.form .holdersmall .framesmall fieldset .buttons
{width:269px;}

.form .holdersmall .framesmall .row label.alt {
width:120px; 
float:left;
}

.form .holdersmall .framesmall .row label.space {
height:14px;
}

.greentxt
{
color:#86913c;
}

.strong
{font-weight:bold;}


.advert {font-size:12px; text-align:right; font-weight:bold; padding:0 0 9px 0; display:block;}

.nopad .a { font-weight:bold;}

.column .udate

{font-size:12px; text-align:right; padding:7px 0 9px 0; display:block; font-weight:bold;}

.home .block .noback 
{
background:#FFFFFF;
}

/*end new free pp */



/*Tabs menu*/
.tabs-holder {
	overflow:hidden;
	width:734px;
	padding:19px 2px 0 0;
	border-bottom:2px solid #f1c22d;
}
.tabs-holder p{
	margin:0;
	float:right;
	font-size:1.4em;
	padding-top:6px;
	word-spacing:-1px;
}
.tabs-holder p a{font-weight:bold;}
.tabs-holder ul{
	margin:0;
	padding:0;
	list-style:none;
}
.tabs-holder ul li{
	padding-left:2px;
	float:left;
}
.tabs-holder ul li:first-child {
	padding-left:0;
}
.tabs-holder ul li a{
	display:block;
	font:1.6em Georgia, serif;
	color:#fff;
	background:#7d8a2d url(/images/bg-tabs.gif) repeat-x;
	line-height:32px;
	padding:0 10px 0 8px;
	text-decoration:none;
}
.tabs-holder ul li a.active{
	color:#b72e1d;
	background:#f1c22d url(/images/bg-tabs-active.gif) repeat-x;
}
/*PP box*/
.pp-box {
overflow:hidden;
width:100%;
margin-top:12px;
}

/*Title*/
.pp-box .title{
	background:#7d892d url(/images/bg-title-ppbox.gif) repeat-x;
	overflow:hidden;
	width:715px;
	padding:3px 13px 9px 8px;
}
.sponsor .title{
	background:#90281a url(/images/bg-title-sponsor.gif) repeat-x;
}
.pp-box .title .top{
	overflow:hidden;
	width:100%;
}
.pp-box .title .top span{
	float:right;
	font-weight:bold;
	color:#ffe119;
	padding-top:4px;
}
.pp-box .title .top h3{
	margin:0;
	font:2.4em Georgia, serif;
	color:#ffe119;
}
.pp-box .title .bottom {
	overflow:hidden;
	width:100%;
	padding-top:4px;
}
.pp-box .title .bottom .email {
	display:inline;
	font-size:1.2em;
	color:#ffe119;
	line-height:14px;
	padding-left:2px;
}
* html .pp-box .title .bottom .email {
	padding-left:5px;
}
*+html .pp-box .title .bottom .email {
	padding-left:5px;
}
.pp-box .title .bottom p {
	margin:0;
	display:inline !important;
	font-size:1.2em;
	color:#fff !important;
	float:none !important;
	word-spacing:1px;
}
.pp-box .title .bottom p span {
	white-space:nowrap;
}
.pp-box .title .bottom p span a{
	color:#fff;
	text-decoration:none;
	cursor:text;
}
.pp-box .title .bottom a.quest {
	display:inline;
	cursor:help;
}
/*Navigation*/
.pp-box .navigation {
	background:#f1c22c url(/images/bg-pp-nav.gif) repeat-x;
	overflow:hidden;
	width:100%;
}
.pp-box .navigation ul{
	margin:0;
	padding:0;
	list-style:none;
}
.pp-box .navigation ul li{
	float:left;
	background:url(/images/separator-pp-nav.gif) no-repeat 0 8px;
}
.pp-box .navigation ul li:first-child {
	padding-left:0;
	background:none;
}
.pp-box .navigation ul li a{
	color:#445228;
	font:1.4em Georgia, serif;
	display:block;
	line-height:24px;
	padding:0 4px 2px 8px;
	text-decoration:none;
}
.pp-box .navigation ul li a:hover, .pp-box .navigation ul li a.active{
	color:#b72e1d;
}
.pp-box .navigation ul li.book a{
	background:#90281a url(/images/bg-btn-book.gif) repeat-x;
	color:#ffe119 !important;
	padding:0 8px 2px;
}
/*Data*/
.pp-box .data {
	padding:5px 12px 10px 8px;
	width:716px;
	overflow:hidden;
	background:#f3f3f3;
}
.sponsor .data {
	background:#fff7c0;
}
/*Feature gallery*/
.pp-box .data .gallery {
float:right;
padding:6px 0 0 8px;
width:296px;
}


.pp-box .data .gallery img{
	display:block;}

.pp-box .data .gallery .control{
	background:#7d892e;
	overflow:hidden;
	width:100%;
	position:relative;
	height:26px;
}
.pp-box .data .gallery .control .holder{
	position:relative;
	left:50%;
	float:left;
	text-align:center;
}
.pp-box .data .gallery .control .frame{
	position:relative;
	left:-50%;
	float:left;
	text-align:center;
}
.sponsor .data .gallery .control{
	background:#90281a;
}

.pp-box .data .gallery .control span{
	font-size:1.4em;
	font-weight:bold;
	color:#fff;
	line-height:26px;
	float:left;
	clear:none !important;
}
.pp-box .data .gallery .control a.prevoff{
	width:10px;
	height:12px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(/images/btn-prev2-hover.jpg) no-repeat;
	float:left;
	margin:7px 11px 0 0;
}

.pp-box .data .gallery .control a.prev{
	width:10px;
	height:12px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(/images/btn-prev2.jpg) no-repeat;
	float:left;
	margin:7px 11px 0 0;
}

.pp-box .data .gallery .control a.next{
	width:10px;
	height:12px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(/images/btn-next2.jpg) no-repeat;
	float:left;
	margin:7px 0 0 9px;
}

.pp-box .data .gallery .control a.nextoff{
	width:10px;
	height:12px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(/images/btn-next2-hover.jpg) no-repeat;
	float:left;
	margin:7px 0 0 9px;
}



.sponsor .data .gallery .control a.prev {
	background:url(/images/btn-prev1.jpg) no-repeat;
}

.sponsor .data .gallery .control a.prevoff {
	width:10px;
	height:12px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(/images/btn-prev1-hover.jpg) no-repeat;
	float:left;
	margin:7px 11px 0 0;
}

.sponsor .data .gallery .control a.next{
	background:url(/images/btn-next1.jpg) no-repeat;
}

.sponsor .data .gallery .control a.nextoff{
	background:url(/images/btn-next1-hover.jpg) no-repeat;
}
.pp-box .data p{
	margin:0;
	font-size:1.2em;
	line-height:18px;
	padding-bottom:9px;
}

.pp-box .data .nopad{
	padding-bottom:0;
}

.pp-box .data p a{
	font-size:1em !important;
	float:none !important;
}


.pp-box .data a{
	font-size:1.4em;
	padding-bottom:1px;
	font-weight:bold;
}

.pp-box .data .tell{
	font-size:1.2em;
	display:block;
	line-height:1em;
}

.pp-box .data .award
	{
	margin-top:10px;
	font-weight:bold;
	color:#7d892e;
	display:block;
	}
	
	.pp-box .data .award span
	{
	color:#464646;
	}


/*PP Reviews page*/
.rewies-page {
	padding-top:2px;
}
.rewies-page .heading {
	overflow:hidden;
	width:724px;
	padding:2px 12px 0 0;
}
.rewies-page .heading img{
	padding-top:2px;
	float:left;
}
.rewies-page .heading .bbuble-holder {
	float:right;
}
.rewies-page .heading .bubble{
	float:left;
	background:url(/images/bg-bubble2-left.gif) no-repeat;
	height:50px;
	margin-right:-10px;
	position:relative;
}
.rewies-page .heading .bubble .holder{
	background:url(/images/bg-bubble2-right.gif) no-repeat 100% 0;
	font-weight:bold;
	color:#7d892e;
	padding:5px 12px 23px 10px;
	font-size:12px;
}
.rewies-page .heading .bubble span{display:block;}
.rewies-page .heading .bubble em{color:#b72e1d;}
.rewies-page h2{
	margin:0;
	font:2.4em Georgia, serif;
	color:#7d892e;
	width:350px;
}
.rewies-page .pp-box {padding-top:0;}

.rewies-page .pp-box .data{
	margin-bottom:12px;
	padding:5px 12px 3px 8px;
	overflow:hidden;
	width:716px;	
	

}
.rewies-page .pp-box .first{
	padding-top:12px;
}
.rewies-page .pp-box .data .heading{
	font-size:1.2em;
	line-height:12px;
	overflow:hidden;
	width:704px;
	padding-top:0;
}
.rewies-page .pp-box .data .heading strong {
	font-size:1em;
	float:left;
	line-height:16px;
	padding-right:5px;
	color:#7d892e;
}
.rewies-page .pp-box .data .heading strong a{
	color:#b72e1d;
	font-size:1em;
	display:inline;
	float:none;
}

.rewies-page .pp-box .data .heading em{
	font-style:normal;
	float:left;
	padding-top:2px;
}
.rewies-page .pp-box .data p {
	padding-bottom:0;
	margin:0;
	font-size:1.2em;
	line-height:18px;
}

.rewies-page .pp-box .data .bpad {padding-bottom:9px;}

.rewies-page .pp-box .data p.alt {
	padding-bottom:18px;
}
.rewies-page p.ps {
	margin:0;
	padding-top:5px;
	font-size:1.2em;
	color:#7d892e;
}
.rewies-page p.ps span{
	color:#b52e1d;
	padding-right:3px;
}

.rewies-page p.ps a{
font-weight:bold;
}

.rewies-page .data p.ps {
     margin:0;
	 padding:0 0 5px 0;
	font-size:1.2em;
	color:#7d892e;
}
.rewies-page .data p.ps span{
	color:#b52e1d;
	padding-right:3px;
	clear:none;
	display:inline;
}


/*Map*/
.map {
	padding-bottom:18px;
}
.map img{
	display:block;
}
