
/* top elements */
* {
	margin: 0; padding: 0;
} 
body {
	margin: 0; padding: 0;
	font: 71%/1.5em  Verdana, 'Trebuchet MS', Arial, Sans-serif;
	color: #666666;	
	text-align: center;	
	background: #000000;	
}

/* Subsection Tabs
--------------------*/
ul.subsection_tabs {
	list-style:none;
	margin:0;
	padding:0;
	clear:both;
	border-bottom:1px solid #739136;
	height:24px;
	clear:both;
}

ul.subsection_tabs li.tab {
	float:left;
	text-align:center;
}

ul.subsection_tabs li.tab a {
	display:block;
	height:20px;
	padding: 2px 15px 2px 15px;
	background-color: #EEEEEE;
	color: #999999;
	text-decoration: none;
	font-weight: bold;
}

ul.subsection_tabs li.tab a:hover {
	color: #284213;
}

ul.subsection_tabs li.tab a.active {
	background-color: #B8D97B;
	border-top: 1px solid #739136;
	border-right: 1px solid #739136;
	border-left: 1px solid #739136;
	color: #284213;
}

ul.subsection_tabs li.source_code {
	float:right;
}

ul.subsection_tabs_wht {
	list-style:none;
	margin:0;
	padding:0;
	clear:both;
	border-bottom:1px solid #739136;
	height:24px;
	clear:both;
}

ul.subsection_tabs_wht li.tab {
	float:left;
	text-align:center;
}

ul.subsection_tabs_wht li.tab a {
	display:block;
	height:20px;
	padding: 2px 15px 2px 15px;
	background-color: #EEEEEE;
	color: #999999;
	text-decoration: none;
	font-weight: bold;
}

ul.subsection_tabs_wht li.tab a:hover {
	color: #284213;
}

ul.subsection_tabs_wht li.tab a.active {
	background-color: #fff;
	border-top: 1px solid #739136;
	border-right: 1px solid #739136;
	border-left: 1px solid #739136;
	color: #284213;
}

ul.subsection_tabs_wht li.source_code {
	float:right;
}
/* links */
a {
	background: inherit;
	color: #3182C0; 
}
a:hover {
	background: inherit;
	color: #72A545;
}

/* headers */
h1, h2, h3 {
	font: bold 12px 'Trebuchet MS', Tahoma, Sans-serif;
	text-transform: uppercase;
	color: #555;
}
h1 { font-size: 12px; }
h2 { font-size: 11px; }
h3 { font-size: 10px; text-transform: none;}

#main h1, #rightbar h1 {
	padding: 10px 0 3px 0;
	margin: 0 0 10px 0;
	text-transform: uppercase;
	border-bottom: 1px solid #f2f2f2; 
	clear: both;	
}	
#sidebar h1 {
	padding: 10px 0px 5px 30px;
	background: url(../images/square_arrow.gif) no-repeat 2px 12px;
	margin: 0;
	text-transform: uppercase;	
}

p, h1, h2, h3 {
	margin: 10px 15px;
}
ul, ol {
	margin: 10px 30px;
	padding: 0 15px;	
	color: #666666;	
}
ul span, ol span {
	color: #666666;
}

/* images */
img {
	border: 1px solid #ccc;
	padding: 3px;
}
img.float-right {
 	 margin: 5px 0px 5px 15px;  
}
img.float-left {
  	margin: 5px 15px 5px 0px;
}
a img {  
  	border: 1px solid #ccc;
  	padding: 3px;
}
a:hover img {  
  	border: 1px solid #806B4D !important; /* IE fix*/
  	border: 1px solid #3182C0;
}
a img.icon {
	text-decoration: none !important;
}
img.icon {
	border: none !important;
	padding: 0 !important;
	vertical-align: middle;
	margin-right: 10px;
}
a:hover img.icon {
	border: none !important;
}

code {
	margin: 5px 0;
	padding: 10px;
	text-align: left;
	display: block;
	overflow: auto;  
	font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
	/* white-space: pre; */
	background: #FAFAFA;
	border: 1px solid #f2f2f2;  
	border-left: 3px solid #3182C0;
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin-top: 15px;
	margin-left: 10px;
 	padding: 0 0 0 32px;  	
  	background: #FAFAFA url(../images/quote.gif) no-repeat 5px 10px !important; 
	background-position: 8px 10px;
	border: 1px solid #f2f2f2; 
	border-left: 3px solid #3182C0;  
	min-height: 80px;
}
blockquote .name {
	padding-left: 20px; margin: 3px 0;
	font-weight: bold;
}
blockquote .date {
	padding-left: 20px; margin: 0;
	font-size: 9px;
	font-weight: normal;
	color: #cccccc;
}
blockquote p {
	padding-left: 20px;
}
/* Top Login Form */
#signinButtonTop {
	background:#000 url(../images/bg_signin_top.gif) 0 100% no-repeat;
	width: 83px;
	position: absolute;
	height: 21px;
	right: 10px;
	top: 0;
	padding-top: 5px;
	text-align: center;
	font-size: 11px;
}
#topSigninBox {
	width: 100%;
	background: #000;
	color: #d2d2d2;
	font-size: 11px;
}
#topSigninBoxInner {
	width: 1050px;
	margin: 0 auto;
	padding-top: 10px;
}
.formSigninTop {
	margin:0;
	padding:0;
	margin-left:10px;
}

.formSigninTop input {
	border:1px solid #000;
	background:#fff;
	padding:3px 4px;
	font-size:11px;
	margin:0 11px 0 7px;
}

.formSigninTop input.topSubmit {
	border:none;
	width:58px;
	height:20px;
	color:#fff;
	background:url(../images/bk_topsubmit.jpg) 0 0 no-repeat;
	margin-left:-2px;
}

.formSigninTop a {
	color:#E96A2E;
	text-decoration:underline;
}

.formSigninTop a:hover {
	text-decoration:none;
}
.formSignin {
	text-align: center;
}

.formSignin .formSignininner {
	margin: 0 auto;
	width: 300px;
	text-align: left;
}

/* form elements */
#main form {
	margin 0;
	padding: 0;
	border: 1px solid #D9ED89; 
}
#main form table{
	margin-left: 15px;
	margin-right: 15px;
}
#main form table p{
	margin: 0px;
	padding: 0px;
}
#main form.tabbed {
	color: #284213;
	font-weight: bold;
	background-color: #B8D97B; 
	border-top: none;
	border-right: 1px solid #739136;
	border-bottom: 1px solid #739136;
	border-left: 1px solid #739136;
}
#main form.tabbed input {
	border: 1px solid #739136;
}
#main form.tabbed select {
	border: 1px solid #739136;
}
#main form.tabbed textarea {
	border: 1px solid #739136;
}
.table-header td {
	border-bottom: 1px solid #999999;	
}
.table-header td a {
	font-size: 12px;
	text-decoration: none;
}
#main label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
#main input {
	padding: 4px;
	border:1px solid #D9ED89;
	font: normal 1em/1.5em Verdana, sans-serif;
	color:#777;
}
#main select {
	padding: 4px;
	border:1px solid #D9ED89;
	font: normal 1em/1.5em Verdana, sans-serif;
	color:#777;
}
#main textarea {
	width:500px;
	padding:4px;
	font: normal 1em/1.5em Verdana, sans-serif;
	border:1px solid #D9ED89;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	margin: 0; 
	font: bold 1em Arial, Sans-serif; 
	border: 1px solid #CCC;
	background: #FFFFFF url(../images/btnbg.gif) repeat-x bottom left; 
	padding: 2px 3px; 
	color: #333;	
}
#main input.disabled {
	border: 1px solid #F2F2F2;
	background-color: #F2F2F2;
}

#main input.required, #main textarea.required, #main select.required {
	border: 1px solid #00A8E6;
}
#main input.validation-failed, #main textarea.validation-failed, #main select.validation-failed {
	border: 1px solid #FF3300;
	color : #FF3300;
}
#main input.validation-passed, #main textarea.validation-passed, #main select.validation-passed {
	border: 1px solid #00CC00;
	color : #000;
}

#main .validation-advice {
	margin: 5px 10px 0 10px;
	padding: 0;
	color : #ff3300;
	font-weight: bold;
}

#main .custom-advice {
	margin: 5px 10px 0 10px;
	padding: 0;
	background-color: #C8AA00;
	color : #FFF;
	font-weight: bold;
}
#main .adprice {
	font-size: 14px;
	font-weight: bold;
	color: #339900;
	text-align: right;
}
#main .adorder_btn {
	float: right;
	padding: 15px 0 10px 0;
	text-align: right;
}
#main .adorder_btn a img {
	border: none;
	margin: 0;
	padding: 0;
}
#main .adorder_btn a {
	border: none !important;
}
#main .adorder_btn a:hover img {
	border: none !important;
}
#main .browse {
	float: left;
	width: 45%;
	margin-bottom: 6px;
}
#main .browse a {
	background: url(../images/arrow.gif) no-repeat 2px 5px;
	padding: 2px 5px 2px 20px;
	font-size: 14px;
}
#main .browse span {
	font-size: 14px;
}
/* banner top */
#bannerTop {
	/*background: transparent url(../images/working.gif) center center no-repeat;*/
	border: none;
	margin: 45px 60px 0 0; padding: 0;
	float: right;
	width: 468px;
	height: 60px;
}
#bannerTop a img {
	float: left;
	border: none !important;
	padding: 0px !important;
	margin: 0px !important;
}

/*****************/
/*    Layout     */
/*****************/
#wrap-center {
	margin: 0 auto;
	width: 1050px; 	
}
#wrap {
	float: left;	
	width: 1050px; 
	text-align: left;		
	background: #ffffff !important;	
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}
#content-wrap {
	clear:both;
	margin: 0; padding:0;
	width: 1050px;	
}

/* header */
#header {
	position: relative;
	background: url(../images/bg_header.jpg) repeat-x;
	height: 135px;	
}
#header #logo {
	position: absolute;
	margin: 0; padding: 0;
	top: 15px; left: 10px;	
}
#header #logo img {
	border: none !important;
}
#header h2#slogan {
	position: absolute;
	margin: 0; padding: 0;
	font: bold 1em 'Trebuchet MS', Arial, Sans-serif;
	text-transform: none;
	letter-spacing: 3px;
	color: #999;
	/* change the values of top and Left to adjust the position of the slogan*/
	top: 75px; left:120px;		
}
#header .searchform {
	position: absolute;
	top: 5px; right: 3px;	
}

/* main column */
#main {
	float: left;
	margin-left: 15px;
	padding: 0;
	width: 54%;	
}

.post-header {
	font-size: 12px;
	font-weight: bold;
}
.post-footer {
	background-color: #FAFAFA;
	padding: 5px; margin-top: 20px;
	font-size: 95%;
	border: 1px solid #f2f2f2;
}
.post-footer .comments {
	background: url(../images/comment.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .readmore {
	background: url(../images/page.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .date {
	background: url(../images/clock.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}

/* sideabar */
#sidebar {
	float: left;
	width: 21%;
	margin: 0;	padding: 0; 
	display: inline;
	background: url(../images/bk_container.jpg) top right repeat-y;
}
#sidebar ul.sidemenu {
	list-style: none;
	text-align: left;
	margin: 0 0 8px 0;	
	padding-right: 0;		
	text-decoration: none;
}
#sidebar ul.sidemenu li {
	background: url(../images/arrow.gif) no-repeat 2px 5px;
	padding: 2px 5px 2px 20px;	
}

* html body #sidebar ul.sidemenu li { height: 1%; }

#sidebar ul.sidemenu a {
	font-weight: normal;
	background-image: none;
	text-decoration: none;	
}

/* rightbar */
#rightbar {
	float: right;
	width: 21%;
	padding: 0;	
}

#rightbar h1 {
	margin-left: 10px;
}

/* footer */
#footer {
	clear: both;
	margin-top: 10px;
	padding-top: 10px;
	background-color: #ffffff;
	border-top: 1px solid #F2F2F2;
	text-align: center;	
	height: 100px;	
}
#footer a {
	text-decoration: none;
	font-weight: bold;
}

/* menu */
#menu {
	clear: both;
	margin: 0; padding: 0;
		
}
#menu ul {	
	position: relative; 
	bottom: 4px;
	margin: 0; padding: 0;	
	float: left;
	font: bold 1.4em 'Trebuchet MS', Tahoma, Arial, Sans-serif;
	width: 1050px;/* 975px; */
	background: #CFEBB4 url(../images/bg_menu.png);
	border-bottom: 1px solid #95CA60;
	list-style: none;
	height: 35px;
}
#menu ul li{
	display: inline;
}
#menu ul li a {	
	position: relative; bottom: 0px;
	float: left;
	color: #2C5065;
	padding: 7px 15px 7px 15px;
	text-decoration: none;
	border-right: 1px solid #95CA60;	
}
#menu ul li a:hover{
	color: #284213;
	background: #CFEBB4 url(../images/bg_menu_hover.png);
}
#menu ul li#current a{
	color: #284213;
}

/* Alignment classes */
.float-left   { float: left;}
.float-right  { float: right; }
.align-left   { text-align: left; }
.align-right  { text-align: right; }
.align-center { text-align: center;	}
.align-justify { text-align: justify; }

/* display classes */
.clear { clear: both; }
.block { display: block; }
.hide  { display: none; }	
.red  { color: #950000; }

/* News */
.div-header {
	clear: both;
	height: 28px;
	margin-top: 10px;
 	padding: 1px 10px 3px 10px;  	
	font-weight: bold;
	font-size: 13px;
	color: #E0F0A2;
	background: #fff url(../images/bg_h1.jpg) repeat-x;
}

/* Results */
.result-header {
	float: left;
	clear: both;
	height: 20px;
	width: 96%;
	margin-top: 10px;
 	padding: 2px 10px 2px 10px;  	
	font-weight: bold;
	font-size: 12px;
	color: #E0F0A2;
	background: #fff url(../images/bg_h1.jpg) repeat-x;
}
.result-wrap {
	float: left; 
	clear: both;
	width: 96%;
	margin-top: 10px;
	padding: 10px; 
	border: 1px solid #999999;
}
.result-wrap-featured {
	float: left;
	clear: both;
	width: 96%;
	margin-top: 10px;
	padding: 10px; 
	border: 1px solid #8BC2E0; 
	background-color: #ECF5FA; 
}
.result-name {
	width: 100%;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
}
.result-name-bold {
	font-size: 12px;
	font-weight: bold; 
}
.result-name-bold a {
	color: #FF3300; 
}
.result-photo {
	float: left; 
	margin-bottom: 5px;
}
.result-info {
	float: left; 
	margin-bottom: 5px; 
	margin-left: 10px;
	width: 170px;
}
.result-rating {
	float: right; 
	margin-bottom: 5px;
}
.result-map {
	float: right;
	clear: right;
	margin-bottom: 5px;
}
.result-gmap {
	width: 220px; 
	height: 160px; 
	background: #ffffff url(../images/working.gif) center center no-repeat;
	border: 1px solid #ccc;
}

.result-links {
	clear: both; 
	width: 100%; 
	border-top: 1px solid #8BC2E0; 
	margin-top: 5px;
	padding-top: 5px;
}
.result-links .type {
	float: right;
}
.result-simple-name {
	float: left;
}
.result-simple-name-bold {
	font-size: 12px;
	font-weight: bold;
}
.result-simple-name-bold a {
	color: #FF3300; 
}
.result-simple-phone {
	float: right;
	width: 150px;
}
.result-simple-rating {
	float: left;
	clear: left;
	margin-top: 5px;
}
.result-simple-info {
	float: right;
	clear: right;
	width: 150px;
}
#pagination {
	clear: both;
	float: left;
	width: 100%;
	margin-top: 20px;
	text-align:center;
	font-size: 11px;
	font-weight: bold;
}
#pagination ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:3px 0pt;
	padding:3px 0pt;
}

#pagination li {
	line-height:130%;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	display:inline;
}
#pagination li a {
	margin: 2px;
	padding: 5px;
	text-decoration: none;
	background-color: #EEEEEE;
	border: 1px solid #CCCCCC;
	color: #999999;
}

#pagination li a:hover {
	background-color: #CCCCCC;
	border: 1px solid #999999;
	color: #000000;
}
#pagination li.selected {
	margin: 2px;
	padding: 5px;
	background-color: #A0CE41;
	border: 1px solid #638429;
	color:#000000;
}
#pagination li.next a {
	background: url(../images/icon_right_10.png) right center no-repeat;
	padding-left: 5px;
	padding-right: 12px;
	color: #000000;
}
#pagination li.previous a {
	background: url(../images/icon_left_10.png) left center no-repeat;
	padding-right: 5px;
	padding-left: 12px;
	color: #000000;
}
/* Detail View */

.view-wrap {
	margin-top: 5px;
	margin-right: 0px; 
	margin-left: 10px;
	margin-bottom: 5px;
	padding: 10px; 
}
.view-logo {
	float: left; 
	margin-bottom: 5px;
}
.view-info-wrap {
	float: left;
	margin-left: 15px;
	width: 280px;
}
.view-name {
	font-size: 12px;
	font-weight: bold;
	color: #3182C0;
}
.view-links {
	float: right;
	text-align: right;
	
}
.view-photos {
	margin: 10px 0px 5px 10px;
	padding: 10px;
	border: 1px solid #f2f2f2; 
	background-color: #FAFAFA;
	text-align: center;
}
.view-comment-rating {
	width: 300px;
}

.view-comment-rating table tr td {
	padding: 4px;
}
#main .gmapDir {
	width: 100%; 
	margin-top: 5px;
}
#main .gmapDir form {
	margin: 0; padding: 2px;
	margin-left: 10px;
	border: none !important; 
	/*background-color: none !important; */
}
#main .gmapDir p {
	margin: 10px; padding: 0;
}
#main .gmapDir p input {
	margin-bottom: 5px; 
}
.gmap-large {
	width: 100%; 
	height: 240px; 
	background: #ffffff url(../images/working.gif) center center no-repeat;
	border: 1px solid #cccccc
}
.resizable-textarea .grippie {
	background:#eee url(../images/grippie.png) no-repeat 50% 50%;
	border-color:#DDDDDD;
	border-style:solid;
	border-width:0pt 1px 1px;
	cursor:s-resize;
	height:9px;
	overflow:hidden;
}
/* Module - Restaurants */

#res-delete {
	height: 100px;
	margin: 0;
}
#res-photos {
	height: 350px;
	margin: 0;
}
#res-photos-gallery {
	margin-top: 5px; 
	margin-left: 10px; 
	height: 300px; 
	overflow: auto;
	
}
#res-photos-delete {
	margin-top: 5px; 
	margin-left: 10px; 
	height: 105px; 
	border: 1px #990000 solid; 
	color:#CC0000; 
	padding: 5px; 
	background-color: #FEDAD8;
}
#res-photos-delete img {
	background-color: #ffffff;
}
#restaurant-form .sep {
	border-bottom: 1px solid #cccccc;
}
/* Ratings */

.ratingblock {
	margin: 0;
	padding: 0;
}

.ratingblock table {
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
}

.ratingblock table tr td {
	margin: 0;
	padding-left: 5px;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

.loading {
	height: 16px;
	background: url('../images/working.gif') center center no-repeat;
}
	
.unit-rating { /* the UL */
	list-style:none;
	margin: 0px;
	padding:0px;
	height: 16px;
	position: relative;
	background: url('../images/star.gif') top left repeat-x;		
}

.unit-rating li{
    text-indent: -90000px;
	padding:0px;
	margin:0px;
	/*\*/
	float: left;
	/* */
	}
	
.unit-rating li a {
	outline: none;
	display: block;
	width: 16px;
	height: 16px;
	text-decoration: none;
	text-indent: -9000px;
	z-index: 20;
	position: absolute;
	padding: 0px;
}
	
.unit-rating li a:hover{
	background: url('../images/star.gif') left center;
	z-index: 2;
	left: 0px;
}

.unit-rating a.r1-unit{left: 0px;}
.unit-rating a.r1-unit:hover{width:16px;}
.unit-rating a.r2-unit{left:16px;}
.unit-rating a.r2-unit:hover{width: 32px;}
.unit-rating a.r3-unit{left: 32px;}
.unit-rating a.r3-unit:hover{width: 48px;}
.unit-rating a.r4-unit{left: 48px;}	
.unit-rating a.r4-unit:hover{width: 64px;}
.unit-rating a.r5-unit{left: 64px;}
.unit-rating a.r5-unit:hover{width: 80px;}
.unit-rating a.r6-unit{left: 800px;}
.unit-rating a.r6-unit:hover{width: 96px;}
.unit-rating a.r7-unit{left: 96px;}
.unit-rating a.r7-unit:hover{width: 112px;}
.unit-rating a.r8-unit{left: 112px;}
.unit-rating a.r8-unit:hover{width: 128px;}
.unit-rating a.r9-unit{left: 128px;}
.unit-rating a.r9-unit:hover{width: 144px;}
.unit-rating a.r10-unit{left: 144px;}
.unit-rating a.r10-unit:hover{width: 160px;}

.unit-rating li.current-rating {
	background: url('../images/star.gif') left bottom;
	position: absolute;
	height: 16px;
	display: block;
	text-indent: -9000px;
	z-index: 1;
}

.voted {color:#999;}
.thanks {color:#36AA3D;}
.static {color:#5D3126;}	

#infomsg {
	margin: 5px 0px 10px 10px; 
	border: 1px #996600 solid; 
	color: #996600; 
	padding: 5px; 
	background-color: #FFFFD7;
}
#errmsg {
	margin: 5px 0px 10px 10px; 
	border: 1px #990000 solid; 
	color:#CC0000; 
	padding: 5px; 
	background-color: #FEDAD8;
}
#errmsg-ajax {
	margin: 5px 0px 10px 0px; 
	border: 1px #990000 solid; 
	color:#CC0000; 
	padding: 5px; 
	background-color: #FEDAD8;
}
.topten-item-wrap {
	margin-left: 10px; 
}
.topten-item-num {
	float: left; 
}
.topten-item-info {
	margin-left: 23px; 
}

.progressBox {
  width: 10em;
	height: 1em;
	position: relative;
	float: right;
	background: #cccccc;
}
.progressBar {
  width: 0; 
  height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #00df00;
}

.fileName {
  float: right;
  margin-right: .5em;
}

/* Style for IFRAME */
.loader {
  border: 0; 
  height: 0; 
  width: 0; 
  padding: 0; 
  position: absolute; 
  visibility: hidden;
}




