/*** GLOBAL ***/
* {
  margin: 0;
  padding: 0;
}

/*** ELEMENTS ***/

/* base elements */

body {
  font-size: 14px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1.3;
  color: #4c4c4c;
}

/* get rid of those dotted borders around focused links */ 
:focus {
  outline: none; -moz-outline-style: none;
}

h1,h2,h3,h4,h5,h6,p,blockquote,form,label,ul,ol,dl,fieldset,address {
  margin:0.5em 0;
  font-weight:400;
}

li,dd { margin-left:1em; }

fieldset { padding:.5em; }

a {
  text-decoration:none;
  color:#0e83a0;
}
a:hover {
  text-decoration:underline;
}

h1 {
  font-size:1.7em;
  font-weight:700;
}
h2 {
  font-size:1.5em;
}
h3 {
  font-size:1.3em;
  font-weight:700;
}
h4 {
  font-size:1.2em;
}
h6 {
  font-size:1em;
  font-weight:700;
}

button {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; 	
  background: none;
  border: none;
}
button:hover {
  text-decoration: underline;
  cursor:pointer; cursor:hand;
}

/* helper classes */
.hidden { display: none; }
.clear { clear:both; }
.float-left { float:left; }
.float-right { float:right; }
.cimg { overflow:hidden; }
.ctext {
  display:block;
  text-indent: -9999px;
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
* html>body .clearfix {
  display: inline-block;
  width: 100%;
}
* html .clearfix {
  height: 1%;
}

/* micro grid system */
.cont-5 {
  padding:0 10px 0 10px;
}
.cont-5 .span,
.cont-5 .span-1,
.cont-5 .span-2,
.cont-5 .span-3,
.cont-5 .span-4, 
.cont-5 .span-5 {
  display: inline;
  position: relative;
  float: left;
  margin-left: 5px;
  margin-right: 5px;
}
.cont-5 .span-1 { width: 178px; }
.cont-5 .span-2 { width: 366px; }
.cont-5 .span-3 { width: 554px; }
.cont-5 .span-4 { width: 742px; }
.cont-5 .span-5 { width: 930px; }
.cont-5 .alpha { margin-left: 0px; }
.cont-5 .omega { margin-right: 0px; }

/* blocks */
.block {
  border: #ccc 1px solid;
  margin-bottom: 10px;
  padding: 10px;
  border: #ccc 1px solid;
	font-size:14px;
}

.block.no-border{
	border: none;
}

#main #content .block p {
	font-size:14px;
}

.alpha .block { margin-left: -10px; }
.omega .block { margin-right: -10px; }

.block h2.block-title,
#main .block h2.block-title {
  margin: 0;
  font-size: 14px;
  font-weight: bold;
  color: #4d4d4d;
}

/* ratings */
.rev-rating {
  width:89px;
  height:19px;
  background:url('/img/ratingstars.png') no-repeat top left;
}
.rev-rating.search-result { background: none; }
.rev-rating-4 { background-position:0 -19px; }
.rev-rating-3 { background-position:0 -38px; }
.rev-rating-2 { background-position:0 -57px; }
.rev-rating-1 { background-position:0 -76px; }
.rev-rating-0 { background-position:0 -95px; }

.mediumbutton,
.smallbutton,
.smallerbutton,
.tinybutton {
  display:block;
  width:112px;
  height:26px;
  color:#4d4d4d;
  font-size:12px;
  font-weight:700;
  line-height:24px;
  text-align:center;
  background:#fff url('/img/button-small.png') no-repeat top left;
}
.mediumbutton {
  width: 144px;
  background:#fff url('/img/button-medium.png') no-repeat top left;
}
.smallerbutton {
  width:72px;
  text-decoration: none;
  background:#fff url('/img/button-smaller.png') no-repeat top left;
}

.tinybutton {
    display:inline;
    width:45px;
    background:#fff url('/img/button-tiny.png') no-repeat top left;
}

button.smallerbutton,
button.smallbutton, 
button .donatebutton {
  padding-bottom:4px;
}

.largebutton {
  display:block;
  width:187px;
  height:26px;
  color:#4d4d4d;
  font-size:12px;
  font-weight:700;
  line-height:24px;
  text-align:center;
  background:#fff url('/img/x-large-button.png') no-repeat top left;
}

.smallbutton-orange,
.mediumbutton-orange,
.bigbutton-orange {
  /*padding-top: 2px;*/
  display:block;
  color: #fff;
  background: url('/img/button-orange-small.png') no-repeat top left;
  font-size:12px;
  font-weight: bold;
  line-height:24px;
  height:28px;
  width:118px;
  text-align:center;
}
.smallbutton-orange {
  padding-top: 1px;
}
.mediumbutton-orange {
  padding-top: 1px;
  width: 133px;
  height: 37px;
  line-height: 34px;
  font-size:14px;
  background: url('/img/button-orange-medium.png') no-repeat top left;
}
.bigbutton-orange {
  width: 173px;
  height: 45px;
  line-height: 45px;
  font-size:18px;
  background: url('/img/button-orange-big.png') no-repeat top left;
}
.biggerbutton-orange {
  width: 171px;
  height: 37px;
  line-height: 35px;
  font-size:16px;
  font-weight:bold;
  color: #fff;
  background: url('/img/button-orange-big.png') no-repeat top left;
}

.quote {
  display:block;
  position:relative;
  z-index:1;
  background:#fff url('/img/bubble.png') no-repeat top left;
}

.quote .img {
  display:block;
  position:absolute;
  height:10px;
  left:0;
  bottom:0;
  z-index:1;
  background:#fff url('/img/bubble.png') no-repeat bottom left;
  margin:0;
}

.capitalize {
  text-transform:capitalize;
}

/* pagers */
.pager {
  font-size: 13px;
  color: #9f9f9f;
}
.pager a {
  margin: 0 2px;
  padding: 3px;
  border: transparent 1px solid;
  _border-color: #f5f5f5;
}
.pager .active {
  border-color: #4d4d4d;
  color: #1a1a1a;
  background-color: #fff;
}

.pager .current {
	border: 1px solid #4D4D4D;
	color: #1A1A1A;
	background-color: white;
  margin: 0 2px;
  padding: 3px;
}


/* various javascript state behaviours */
.show-js,
html.js .hide-js { display: none; }

html.js .show-js { display: block; }
html.js span.show-js { display: inline; }

.show-active { display: none; }
.active .hide-active { display: none;  }
.active .show-active { display: inline; }

a.link-expand {
  cursor: pointer; cursor: hand;
}
a.link-expand .show-active,
a.link-expand .hide-active {
  padding-right: 12px;
  background:url(../img/global-sprite.png) no-repeat right 6px; 
}
a.link-expand .show-active {
  background-position: right -24px;
}

a.hovertip span.tip { display: none; }

/*** REGIONS ***/

#page {
  width:100%;
  min-width:1220px;
  margin:0 auto;
  text-align:left;
}

#global {
  height:25px;
  margin:5px auto;
  width: 960px;
  z-index: 2;
  text-align:right;
  line-height:25px;
  *padding-top: 5px;
}

#header {
  height:119px;
  position:relative;
  background:url(/images/great-top.png) no-repeat 0 0;
  max-width: 960px;
  margin:0 auto;  
}

#subheader {
  clear:both;
  min-height:219px;
  margin-bottom:8px;
}

#motto {
  clear:both;
  height:23px;
  margin-bottom:8px;
}

#main {
  clear:both;
  color:#4d4d4d;
  width: 960px;
  margin: 0 auto;
}

div#bottom {
  position:relative;
  height:230px;
  overflow:hidden;
}

#signup {
  width:771px;
}

#footer {
 /*height: 20px;*/
 position: relative;
 top: -1px;
 left: 0;
 /*padding-bottom: 20px;*/
 padding: 10px 5px 20px 5px;
 z-index:10;
}

/*** REGIONS and BLOCK content ***/

/** global region **/

#global li {
  display: inline;
  position: relative;
  padding-right: 11px;
  line-height: 16px;
  font-size: 12px;
  z-index: 10;
}
#global li .name {
  padding-right: 12px;
  background: url(../img/header-sprite.png) no-repeat right -156px;
}

#global li .popup {
  display: none;
  position: absolute;
  top: -5px;
  left: -11px;
  z-index: 20;
  padding: 3px 10px 10px 10px;
  border: #808080 1px solid;
  border-radius: 3px;
  text-align: center;
  background: #fff;
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
#global li.active .popup {
  display: block;
  /* lte IE7 */
  *width: 100%;
  /* lte IE6 */
  _width: auto;
}
#global li .name {
  cursor: pointer; cursor: hand;
}
#global li.active .name {
  background-position: right -185px;
}
#global li .popup a {
  display: block;
  padding-top: 6px;
}

#global li.fb-login {
  padding: 1px 1em 1px 20px; 
  background: url(../img/header-sprite.png) no-repeat 0 -155px;
}
#global li.social {
  padding-right: 70px;
  position: relative;
  text-align: left;
  zoom: 1;
}
#global li.social a {
  display: block;
  width: 28px;
  height: 28px;
  position: absolute;
  top: -7px;
  right: 8px;
  text-indent: -9999px;
  background: url(../img/header-sprite.png) no-repeat -210px -150px;
}
#global li.social a.follow-fb {
  right: 38px;
}
#global li.social a.follow-tw {
  background-position: -240px -150px;
}

.google-yahoo-btn {
	font-size: 11px;
}

/** social widgets **/


/** header region  **/

#header a.logo {
  display:block;
  width:289px;
  height:85px;
}

#global.top-menu {
    padding-right: 35px;
    width: 990px;
}

#global.top-menu li {
     margin-left: 0.75em;
}

/* finder */
#header {
  z-index: 1;
}

#header #finder {
  position:absolute;
  top:10px;
  left:299px;
  width:645px;
  height:75px;
  /*overflow:hidden;*/
}
#header #finder a {
  color:#fff;
}
#header #finder form {
  height: 70px;
  margin: 0 0 0 14px;
  position:relative;
}
#header #finder #label-keywordsa {
  height:33px;
  margin:0;
  line-height:33px;
  font-size: 13px;
}

#header #finder #label-keywordsa-zip {
    height: 33px;
    margin: 0;
    line-height: 33px;
    font-size: 13px;    
    position: absolute;
    left: 358px;
}

#header #finder #regionSection {
    position: absolute;
    top: 112px;
    left: 146px;
    display: none;
    background: #f7f1dd;
    border: 1px solid;
    border-radius: 5px;
    padding: 10px;
    padding-left: 25px;
    width: 195px;
}

#closeRegionSection {
    position: absolute;
    right: 3px;
    top: 3px;
    width: 15px;
    height: 15px;
    display: inline-block;
    background: url('/images/closecross.png');
}

#header #finder #label-keywordsa strong, #header #finder #label-keywordsa-zip strong {
  font-weight: bold;
  color: #e08214;
}
#header #finder form input#keywordsa {
  width: 343px;
  height: 27px;
  padding: 3px;
  position: absolute;
  top: 33px;
  left: 0;
  border: none;
  font-size: 16px;
  line-height: 27px;
  background: none;
}
#header #finder form #send {
  width: 112px;
  height: 34px;
  padding-bottom: 3px;
  position: absolute;
  top: 33px;
  left: 506px;
  font-size: 18px;
  line-height: 20px;
  color: #fff;
  cursor: pointer; cursor: hand;
}

#header #finder #FilterLocation {
    position: absolute;
    top: 35px;
    left: 362px;
    width: 134px;
    height: 31px;
    border: none;
    font-size: 16px;
    line-height: 27px;
    height: 27px;
}

#header #browse {
  position:absolute;
  top:95px;
  left:410px;
  width:530px;
  height:20px;
  z-index: 3;
  font-size: 13px;
}
#header #browse .label {
  width: 100px;
  position: absolute;
  left: -110px;
  top: -3px;
  text-align: right;
}
  
#header #browse ul, 
#header #browse li {
  display: block;
  float: left;
  position: relative;
  margin: 0;
}
#header #browse ul.menu {
  
}
#header #browse li {
  height: 23px;
  padding: 0 0 0 30px;
  position: relative;
  z-index: 1;
}
#header #browse li a {
  font-size: 12px;
  text-transform: uppercase;
  color: #4c4c4c;
}
#header #browse li.expand a {
  padding-right: 12px;
  background: url(../img/header-sprite.png) no-repeat right -125px;
}
#header #browse li.expand{
	padding: 0px;
}
#header #browse li.expand li a {
  padding-right: 0;
  background: none;
}

#header #browse li .popup {
  width: 343px;
  position: absolute;
  z-index: 10;
  left: 0;
  top: 23px;
  padding: 0 0 20px 0;
  margin-left: -50px;
  border: #889479 1px solid;
  background-color: #f7f1dd;
}
#header #browse li .popup.wide {
	width:440px;
}
#header #browse li .popup {
  display: none;
}
#header #browse li.active .popup {
  display: block;
}
#header #browse li.active .popup-state {
  margin-left: -81px;
}
#header #browse li .radius-button {
    position: absolute;
    right: 17px;
    top: 9px;
}
#header #browse li .popup h4 {
  margin: 10px 0 6px 20px;
  font-size: 13px;
  font-weight: bold;
}
#header #browse li ul li {
  width: 141px;
  height: auto;
  margin: 5px 0;
}
#header #browse li ul li a {
  text-transform: none;
}



#header #browse li .awardspopup {
  width: 200px ;
  position: absolute;
  z-index: 10;
  left: 0;
  top: 23px;
  padding: 0 0 20px 0;
  margin-left: -50px;
  border: #889479 1px solid;
  background-color: #f7f1dd;
}
#header #browse li .awardspopup {
  display: none;
}
#header #browse li.active .awardspopup {
  display: block;
}
#header #browse li.active .awardspopup-state {
  margin-left: -81px;
}
#header #browse li .awardspopup ul li {
  width: 150px;
  height: auto;
  margin: 5px 0;
}
#header #browse li .awardspopup  ul li a {
  text-transform: none;
}

/** breadcrumbs **/

ul#breadcrumbs {
  list-style:none;
  width:500px;
  height:27px;
  float:left;
  line-height:27px;
  color:gray;
  margin:0 0 0 15px;
}

ul#breadcrumbs li {
  display:inline;
  list-style:none;
  margin:0;
  padding:0 5px 0 0;
}

ul#breadcrumbs a {
}

/* tag cloud */

div.tag-cloud {
position:relative;
overflow: hidden;
}

div.tag-cloud a {
display:block;
float:left;
width:49%;
border-bottom:silver solid 1px;
position:relative;
top:1px;
left:0;
}

div.tag-cloud a.hidden {
    display: none;
}


div.tag-cloud a span.link {
display:block;
line-height:21px;
margin:0 0 0 20px;
}

div.tag-cloud a span.count {
color: #222;
}

div.tag-cloud a.more-filters {
display: none;
}



.filters .hide-filters {
display: none;
}


.mrr {
background:#fff url('/img/dotted-h.png') repeat-x left bottom;
padding:10px 0;
}

.mrr.uw {
min-height: 100px;
}

.mrr div.head {
float:left;
width:207px;
position:relative;
top:0;
left:0;
}

.mrr div.head div.org-noLogo,.mrr div.head div.org-scaleWidth {
width:74px;
/* height:61px; this cause the logos not to vertically center */
max-height:74px; /* better?? */
margin-right:10px;
overflow:hidden;
position:absolute;
top:0;
left:0;
border:silver solid 1px;
text-align:center;
}

.mrr div.head div.org-uwInfo {
position: absolute;
color: #888;
width: 76px;
padding: 2px;
text-transform: uppercase;
letter-spacing: -0.5px;
line-height: 9px;
font-weight: bold;
font-size: 10px;
top: 62px;
left: 0;
}

div.org-scaleWidth img {
 max-width: 74px;
 max-height: 74px;
 margin:auto;
}

.mrr div.head div.org-noLogo,.mrr div.head div.org-scaleWidth img {
    margin:auto;
}

.mrr div.head h3,.mrr div.head p,.mrr div.head .rev-rating {
margin:0 0 4px 85px;
}

.mrr div.body {
float:left;
width:556px;
position:relative;
z-index:0;
background:#fff url('/img/bubble.png') no-repeat top left;
}

.mrr div.body div.subhead,.mrr div.body div.content {
position:relative;
top:0;
left:0;
z-index:2;
margin-top:5px;
margin-bottom:10px;
}

.mrr div.body div.subhead {
float:left;
margin-left:25px;
width:145px;
font-size:90%;
display:inline;
padding:0;
}

.mrr div.body div.content {
margin-left:175px;
margin-right:10px;
}

.mrr div.body span.img {
position:absolute;
display:block;
width:556px;
height:50px;
left:0;
bottom:0;
z-index:1;
background:#fff url('/img/bubble.png') no-repeat bottom left;
margin:0;
}

/*
#footer ul {
  margin: 0;
}
#footer li {
  display: block;
  float: left;
  list-style: none;
  height: 28px;
  line-height: 28px;
  font-size: 13px;
}
#footer li.last {
  display:block;
  float:right;
}

*/
#footer ul,
#footer li {
  margin: 0;
  list-style: none;
}
#footer li {
  display: block;
  margin-bottom: 8px;
  list-style: none;
  font-size: 13px;
}
#footer .copyright {
  color: #1a1a1a;
  font-size:13px;
  margin-right: 0 !important;
}



#main #location {
position:absolute;
width:230px;
height:27px;
top:-27px;
right:0;
text-align:right;
}

#main #location label {
line-height:26px;
margin:0 5px 0 0;
}

#main #location select {
width:140px;
height:19px;
font-size:12px;
line-height:18px;
border:gray 1px solid;
margin:0;
padding:0;
}


#main h1,
#main h2 {
 color: #e08214;
}
#main h1.gray,
#main h2.gray {
 color: #7e8080;
}
#main h1 .gray {
 color: #999;
}

#main h3.orange {
  color: #e08214;
  font-size: 16px;
  font-weight: normal;
  margin-left: 16px;
}

 #main #head {
  position:relative;
  min-height:44px;
  height:auto !important;
  padding:12px 10px 12px 10px;
}





#main #head.org-search {
  overflow: hidden;
  padding-bottom:6px;
}

#main #head h1,
#main #head h2 {
  display:inline;
  position:relative;
  float:left;
  margin:9px 0 0;
  padding:0;
  font-size:20px;
  font-weight: bold;
}




#main #head #user-nav, .tabbed-style {
  position:relative;
  display:inline;
  float:right;
  height:29px;
  padding:0;
  text-align:right;
}

.tabbed-style {
    float: none;
    margin: 0px 0px 0px 10px;
}
 
 
 #main #head #user-nav li, .tabbed-style li {
  display:inline; display:inline-block;
  position:relative;
  width:116px;
  height:37px;
  margin:0 4px 0 0;
  padding:0;
  text-align:left;
  /*lte IE 7*/
  zoom: 1;
  *display: inline;
}


/* START OLD STYLE THAT WAS RE ADDED FOR TABS */


#user-page-head {
	margin-bottom: 12px;
	padding-left:15px;
	width:756px;
	color:gray;
	position:relative;
	min-height:44px;
	height:auto !important;
	border-bottom:silver 1px solid;	
}


#main #user-page-head ul#profile-user-nav li a {
position: relative;
display: block;
width: 101px;
height: 29px;
background: url('/img/review_tabs.png') no-repeat top left;
margin: 0;
padding: 0;
}

#main #user-page-head ul#profile-user-nav li {
position: relative;
display: block;
float: left;
margin: 0;
padding: 0;
}

#main #user-page-head ul#profile-user-nav {
width: 532px;
margin-right: 5px;
}
#main #user-page-head ul#profile-user-nav {
margin: 15px 5px 0 15px;
bottom: -1px;
margin-right: 5px;
position: relative;
display: inline;
float: right;
bottom: -1px;
height: 29px;
width: 532px;
padding: 0;
}

#main #user-page-head ul#profile-user-nav li a {
background: transparent url(../img/mypage_tabs.png) no-repeat scroll left top;
}
#main #user-page-head ul#profile-user-nav li#nav-tab-reviews a {
background-position:-100px 0;
}

#main #user-page-head ul#profile-user-nav li#nav-tab-needs a {
background-position:-200px 0;
}

#main #user-page-head ul#profile-user-nav li#nav-tab-photos a {
width:101px;
background-position:-300px 0;
}
#main #user-page-head ul#profile-user-nav li#nav-tab-favorites a {
background-position:-400px 0;
}

#main #user-page-head ul#profile-user-nav li#nav-tab-profile a.selected {
background-position:0 -29px;
}

#main #user-page-head ul#profile-user-nav li#nav-tab-reviews a.selected {
background-position:-100px -29px;
}

#main #user-page-head ul#profile-user-nav li#nav-tab-needs a.selected {
background-position:-200px -29px;
}

#main #user-page-head ul#profile-user-nav li#nav-tab-photos a.selected {
background-position:-300px -29px;
}
#main #user-page-head ul#profile-user-nav li#nav-tab-favorites a.selected {
background-position:-400px -29px;
}

/* END OLD STYLE THAT WAS RE ADDED FOR TABS */

#main #head #user-nav li a, .tabbed-style li a {
  display: block;
  position: relative;
  height: 37px;
  text-align: center;
  line-height: 30px;
  font-size: 13px;
  text-decoration: none;
  color: #1a1a1a;
  background: url('/img/global-sprite.png') no-repeat 0 0;
}

#main #head #user-nav li a:hover, .tabbed-style li a:hover {
  text-decoration: underline;
  background-position: 0 -80px;
}
#main #head #user-nav li a.selected, .tabbed-style li a.selected {
  color: #fff;
  background-position: 0 -40px;
}

#main ul#sub-nav {
  display:block;
  position:absolute;
  top:0;
  right:0;
  line-height:44px;
  font-size:10pt;
  font-weight:700;
  color:gray;
  margin:0;
}

#main ul#sub-nav li {
display:inline;
margin:0;
padding:0;
}

#main ul#sub-nav li a {
border-right:gray solid 1px;
padding:0 8px 0 5px;
}

#main ul#sub-nav li a.selected {
color:#4b4b4b;
}

#main #subhead {
position:relative;
height:44px;
color:gray;
border-bottom:silver 1px solid;
}

#main #subhead .smallbutton {
display:block;
position:absolute;
top:10px;
left:15px;
color:#4d4d4d;
}

#main #subhead .smallbutton-orange{
top:10px;
left:15px;
position:absolute;
}


#main.profile #column-left {
float:left;
width:150px;
display:inline;
}

#main.profile #column-right {
float:right;
width:150px;
display:inline;
}

#main #content {
position:relative;
padding-left:15px;
padding-top: 30px;
}

#main #content p {
font-size:12px;
}

#main #content .block {
position:relative;
background:#fff url('/img/dotted-h.png') repeat-x left bottom;
padding:10px;
}

#main #content h3 {
font-weight:400;
font-size:16px;
}

#main #content h3 strong {
color:#7f974a;
font-weight:700;
}

.paginate {
/*
position:absolute;
width:500px;
height:44px;
top:15px;
left:226px;
margin:0;
*/

float: left;
margin-top: 13px;
margin-left: 130px;
overflow: hidden;
}

#reviews-summary .paginator,
#reviews-summary .claim-org,
#reviews-summary .add-to-favorites {
    float:right;
}

#reviews-summary .claim-org {
    padding-left: 5px;
}
.add-to-favorites .added {
  color: #8eaa52;
  float: right;
  display: none;
  padding: 3px 14px;
  background: #f0fcd7;
  border: 1px solid #c7e091;
}

.add-to-favorites-overlay {
  position: absolute;
  left: 500px;
  top: 3px;
  width: 142px;
  display: none;
  background: #fff;
  border: 1px solid #bbb;
  padding: 8px;
  z-index: 5;
}

.add-to-favorites-overlay.user-favorites {
    left: 390px;
}

.add-to-favorites-overlay .smallerbutton {
 float: left; 
 margin-right: 10px;
} 

.add-to-favorites-cancel {
 float: left; 
 padding-top: 5px;
 font-size: 12px;
}

#page #main.profile .add-to-favorites-overlay p,
#page #main.browse .add-to-favorites-overlay p {
  line-height: 16px;
  margin: 12px 0;
  text-align: center;
}
.paginate .paginator {
    line-height: 20px;
    float: left;
}
.paginator{
    font-size:14px;
}

.paginator img {
    width:18px;
    position:relative; 
    bottom:-3px;
    padding:0px 4px;
}
.paginate .sorter {
    line-height: 20px;
    float: left;
    margin-left: 20px;
}

.paginate .current {
    font-weight: bold;
}

.paginator .disabled,
.paginate .disabled {
    display: none;
}

.sorting-form {
position:absolute;
width:500px;
height:44px;
top:15px;
right:0;
text-align:right;
}

.sorting-form ul,.sorting-form form {
margin:0;
}

.sorting-form ul {
text-align:right;
}

.sorting-form li {
display:inline;
margin:0 5px;
}

.sorting-form li a.selected {
color:#4d4d4d;
}

.categories {
float:left;
width:190px;
display:inline;
margin:7px 0 20px 13px;
}

.categories h4 {
    margin: 15px 0 6px 6px;
    font-size: 11px;
    font-weight: bold;
}

.categories div.tag-cloud {
position:static;
border:silver solid 1px;
border-bottom:none;
}

.categories div.tag-cloud a {
position:static;
float:none;
width:auto;
background:#fbfbf9;
}

.categories div.tag-cloud a.selected {
color:#333;
background:#fff;
background: #ffd89e;
}

input.textfield {
height:18px;
line-height:15px;
border:silver solid 1px;
margin:0;
padding:0;
}

button.gobutton {
width:27px;
height:24px;
position:relative;
top:-2px;
left:0;
border:0 none;
cursor:pointer;
background:#fff url('/img/gobutton2.png') no-repeat 0 0;
margin:0;
padding:0;
}

#outerImageContainer {
position:relative;
background-color:#fff;
width:250px;
height:250px;
margin:0 auto;
}

#imageContainer {
padding:10px;
}

#loading {
position:absolute;
top:40%;
left:0;
height:25%;
width:100%;
text-align:center;
line-height:0;
}

#hoverNav {
position:absolute;
top:0;
left:0;
height:100%;
width:100%;
z-index:10;
}

#imageContainer>#hoverNav {
left:0;
}

#hoverNav a {
outline:none;
}

#prevLink,#nextLink {
width:49%;
height:100%;
/*background:transparent url('/img/blank.gif') no-repeat;*/
display:block;
}

#prevLink {
left:0;
float:left;
}

#nextLink {
right:0;
float:right;
}

#prevLink:hover,#prevLink:visited:hover {
/*background:url('/img/prevlabel.gif') left 15% no-repeat;*/
}

#nextLink:hover,#nextLink:visited:hover {
/*background:url('/img/nextlabel.gif') right 15% no-repeat;*/
}

#imageDataContainer {
font:10px Verdana, Helvetica, sans-serif;
background-color:#fff;
line-height:1.4em;
margin:0 auto;
}

#imageData {
padding:0 10px;
}

#imageData #imageDetails {
width:70%;
float:left;
text-align:left;
}

#imageData #numberDisplay {
display:block;
clear:left;
padding-bottom:1em;
}

#imageData #bottomNavClose {
width:66px;
float:right;
padding-bottom:0.7em;
}

#overlay {
position:absolute;
top:0;
left:0;
z-index:90;
width:100%;
height:500px;
background-color:#000;
/*
filter:alpha(opacity=60);
-moz-opacity:0.6px;
opacity:0.6px;
*/
}


.mrr div.head img {
margin:0;
padding:0;
}

h5,.mrr div.head h3 {
font-size:1.1em;
}

strong,b,.mrr div.body div.subhead a,#imageData #caption {
font-weight:700;
}

img,#lightbox a img {
border:none;
}

.rev-rating-5,#header ul#nav li#nav1 a,#main #head ul#user-nav li#nav-tab-profile a {
background-position:0 0;
}

.smallbutton:hover,.largebutton:hover,.donatebutton:hover {
text-decoration:none;
cursor:pointer;
}

#main ul#sub-nav li.last a {
border-right:none;
}

#main #content h2,.categories h3 {
color:#e49217;
}


.bc {
font-size:11px !important;
}

.noh1 {
background:#E49217 url('/img/logo.png') no-repeat scroll 7px 26px;
border-right:1px solid #FFFFFF;
color:#FFFFFF;
height:85px;
margin:0;
padding:0;
width:218px;
font-size:1.7em;
font-weight:700;
}



#container { 
	min-height:550px !important;
	width: 950px;
	margin: 0 auto;
}
#main #head ul#user-nav li#nav-tab-profile a {
background-position:0px 0px;
}
ul#breadcrumbs {
overflow:hidden;
width:700px;
}
#header ul#nav li#nav1 a {
background-position:0px 0px;
}
#error { 
display: none;
height: 34px;
width: 100%;
background-color: #FF6347;
}
#error p{
padding: 10px;
font-size: 1.2em;
}
#fb_logout, .fbc {
font-family:verdana,ludida,arial,helvetica,sans-serif;
font-size:100%;
color:#38869A;
}
#fb_logout img, .fbc {
position:relative !important;
top:6px !important;
}


/* ----- OLD STUFF TO REMOVE LATER ------ */ 

.find-section {
    margin-left: 13px;
    float: left;
    width: 425px;
/*  overflow: hidden; */
}
.find-section h3 {
    font-size: 18px;
    margin-bottom: 18px;
    font-weight: normal;
    color: #e49217;
}

.find-section h4 {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 10px;
}
.find-section #search-form label {
    display: block;
    font-size: 12px;
    font-weight: bold; 
}

.find-section #search-form input {
    font-size: 12px;
    color: #333;
    margin-bottom: 10px;
    padding: 2px 4px;
    width: 250px;
    
    color: #999999;
}

.find-section ul {
    margin: 0;
    list-style: none; 
}

.find-section ul li {
    float: left;
    width: 170px;
    margin: 0 0 10px 0; 
}

.find-section ul li label {
    font-size: 12px;
    padding-left: 8px;
}

.find-section a.show-categories {
    display: block;
    font-size: 12px;
    margin: 5px 0 12px 0; 
}

.find-section .more-categories {
    display: none;
}

/* ----------- */ 

/* NEW STUFF TO COMMENT BACK IN LATER */ 
/*
.find-section {
    margin-left: 13px;
}
.find-section h3 {
    font-size: 18px;
    margin-bottom: 18px;
    font-weight: normal;
    color: #e49217;
}

.find-section h4 {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 10px;
}

.find-section label.bold,
.find-section #search-query label {
    display: block;
    font-size: 12px;
    font-weight: bold; 
}

.find-section #FilterLocation,
.find-section #search-query input {
    font-size: 12px;
    color: #333;
    margin-bottom: 10px;
    padding: 2px 4px;
    width: 250px;
    
    color: #999999;
}

.find-section #browse-filters-top #FilterLocation {
    width: 150px;
}

.find-section ul {
    margin: 0;
    list-style: none; 
}

.find-section ul li {
    float: left;
    width: 170px;
    margin: 0 0 10px 0; 
}

.find-section ul li label {
    font-size: 12px;
    padding-left: 8px;
}

.find-section a.show-categories {
    display: block;
    font-size: 12px;
    margin: 5px 0 12px 0; 
}

.find-section .more-categories {
    display: none;
}
*/

/* ----------- */ 

div.general-error-message,
div.dev-message,
#flashMessage {
 font-size: 13px;
 padding: 10px;
 margin: 10px;
}

div.general-error-message,
div.dev-message,
#flashMessage {
 border: 1px solid red;
 background: #ffeeee;
}


div.message-success,
#flashMessage.message-success {
 border: 1px solid #5e961c;
 color: #0b5b13;
 background: #bdeec2;
}

#flashMessage .social {
    overflow:hidden; background: #fff; padding: 7px; margin: 3px; border: 1px solid #ccc;
}



#main #subhead div#reviews-summary {
 float: left;
 width:580px;
 font-size: 12px;
 margin-top: 12px;
 margin-left: 200px;
}


.review-share-links {
    margin: 10px 0; position: relative; left: 215px;
}

.social span {
    float: left;
    font-weight: bold;
    line-height: 22px;
    margin-right: 3px;
    font-size:12px;
}

.social a.share-fb,
.social a.share-tw,
.social a.share-email {
    float: left;
    height: 22px;
    margin: 0 3px;
    text-decoration: none;
    background: url('/img/share-buttons.gif') no-repeat;
}


.social a.share-fb {
    width: 64px;
}
.social a.share-tw {
    width: 60px;
    background-position: -69px 0;
}

.social a.share-email {
    width: 56px;
    background-position: -132px 0;
}


.social.simple a.share-fb {
    position: relative;
    top:-1px;
}

#terms-error {
    color: red;
}


#main.top-rated h4 {
    text-indent: -1000px;
    display: block;
    margin-left: 10px;
    margin-top: 10px;
    height: 20px;
    width: 125px;
    background: url('/img/top-rated-headers.png') no-repeat;
}
#main.top-rated #key-cities {
    background-position: 0 -22px;
}

#main.top-rated .section {
 margin: 3px 0 16px 6px;
 background: #f6f4e8;
 border: 1px solid #b3b3b3; 
} 
#main.top-rated .section ul {
 list-style: none;
 padding: 10px;
 margin: 0;
 overflow: hidden; 
}

#main.top-rated .section ul li {
 float: left; 
 padding: 0;
 height: 150px;
 margin: 0 6px 12px 0;
}
 
#main.top-rated .section ul li span {
 display: block;
 font-weight: bold;
 text-align: center;
 width: 86px;
 font-size:12px;
}
 
#tips-img {
 display: none;
 z-index: 1000;
 position: absolute;
 left: 400px;
}

li.fb-login-sm img {
 margin-top: -3px;
 vertical-align: text-top;
}

.ajax-loader {
    padding: 15px;
    display: none; 
}


.admin-form {
    font-size: 12px;
}

.admin-form label {
    padding-right: 3px; 
}

.admin-form input {
    margin-bottom: 5px;
}

/*
.microformat {
    position: absolute;
    left: -10000px;
}
*/

            /*-------------impromptu---------- */
            .jqifade{ position: absolute; background-color: #aaaaaa; }
            div.jqi{ width: 400px; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; position: absolute; background-color: #ffffff; font-size: 11px; text-align: left; border: solid 1px #eeeeee; -moz-border-radius: 10px; -webkit-border-radius: 10px; padding: 7px; }
            div.jqi .jqicontainer{ font-weight: bold; }
            div.jqi .jqiclose{ position: absolute; top: 4px; right: -2px; width: 18px; cursor: default; color: #bbbbbb; font-weight: bold; }
            div.jqi .jqimessage{ padding: 10px; line-height: 20px; color: #444444; }
            div.jqi .jqibuttons{ text-align: right; padding: 5px 0 5px 0; border: solid 1px #eeeeee; background-color: #f4f4f4; }
            div.jqi button{ padding: 3px 10px; margin: 0 10px; background-color: #2F6073; border: solid 1px #f4f4f4; color: #ffffff; font-weight: bold; font-size: 12px; }
            div.jqi button:hover{ background-color: #728A8C; }
            div.jqi button.jqidefaultbutton{ background-color: #BF5E26; }
            .jqiwarning .jqi .jqibuttons{ background-color: #BF5E26; }
            /*-------------------------------- */

/* cake debug */ 

pre.cake-debug {
    color: #111;
    text-align: left;
}

.cake-sql-log {
 text-align: left;
}


.custom-tweet-button a {
    display: block;
    height: 21px;
    width: 55px;
    background: url('/img/tweet.png') left center no-repeat;
    background-position: 0 0;
    border: none;
}

.custom-tweet-button a:hover {
    background-position: 0 -21px;
}

/* Thanks page additions */

#main h1.thanks {
 margin: 0;
 color: #e08214;
}

.social a.share-fb-thanks,
.social a.share-tw-thanks,
.social a.share-email-thanks {
    float:left;
    height: 71px;
    width:147px;
    margin: 0 3px;
    text-decoration: none;

}

.social a.share-fb-thanks {
    background: url('/img/facebook_share_button.png') no-repeat;
}

.social a.share-tw-thanks {
    background: url('/img/twitter_share_button.png') no-repeat;
}

.social a.share-email-thanks {
    background: url('/img/email_share_button.png') no-repeat;
}

.custom-tweet-button-thanks a {
    display: block;
    height: 71px;
    width: 147px;
    background: url('/img/twitter_share_button.png') left center no-repeat;
    background-position: 0 0;
}

#main .thanks-legend {
  position:relative; padding:20px 0 0 108px;
  font-size:12px;
  background:url('../img/write.png') no-repeat top left; 

}


div.thanks-message-success {
    position:relative;
    padding: 0 0 0 108px;
}


.title-top{
  width: 100%;

}
/* End Thanks Page additions */


/* login with other providers */ 
#other_login_options {
    position: relative;
}

#main.login #other_login_options {
    margin-left: 110px;
}

#register-info #other_login_options {
    float:left; margin-left: 6px;
}

#other_login_options .bubble {
    display: none;
    position: absolute;
    left: 0;
    background: #fff;
/*  z-index: 120; */
    border: 1px solid #999;
    padding: 8px 12px;
    overflow: hidden;
    width: 180px;
}
#other_login_options .bubble label {
    font-size: 11px;
}

#other_login_options .login-link {
    font-size: 13px;
    margin-left: 0;
}
#other_login_options .login-link a:hover {
    text-decoration: none;
    color: #555;
}

#other_login_options .ui-button .ui-button-text {
    line-height: 1;
    height: 12px;
}




/* some admin stuff */ 
fieldset.admin div.input label {
    float: left;
    width: 150px;
}
fieldset.admin div.input {
    overflow: hidden;
}


div.no-reviews {
    overflow: hidden;
}

div.no-reviews a {
line-height:70px;
font-size:15px;
font-weight:700;
}

div.no-reviews .icon {
float:left;
width:70px;
height:65px;
background:url('../img/share.png') no-repeat 0 -5px;
display:inline;
}

#list div.no-reviews {
    margin-left: 185px;
}

/*
.review-helpful {
    float:left;
    width:250px;
}
*/


.was-review-helpful {
    padding:7px 0;
    height:26px;
}

.widget-facebook {
	margin-top:10px;
}

#profile-reviews .rev-text  {
position:relative;
}
#profile-reviews .rev-text:hover {
 background-color: #eef3f8;
	
}

#profile-reviews .rev-text .expand_more{
	
	position:absolute; width:100%; height:100%; top:0; left: 0; z-index: 1;
}


#main.user .photos{
	display: block;
	margin-left: 1px;
	width: 580px;
	overflow: hidden;
}

.social .profile-share-links a.share-fb, .social .profile-share-links a.share-{
	
	
}
.social .profile-share-links a.share-fb {
	float:none;
	width: 64px;
	margin: 0px;
	display: block;
}

.social .profile-share-links a.share-fb {
	float:none;
	width: 64px;
	margin: 0px;
	display: block;
}





#user-form {
	margin:0;
} 


.review-helpful {
	float:left;
	width:250px;
}


.login-popup-head {
	float:left;
	width:264px;
	text-align:center;
}

.login-popup-main {
	background: #fff2d0; 
	padding: 6px 20px; 
	margin: 0 5px 6px 5px;
	width:214px;
	float:left;
	min-height: 385px;
}

.login-popup-or {
	position:absolute;
	top:33px;
	left:261px;
	border:1px solid #E78F08;
	padding:5px;
	moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background-color:#fff;
	font-weight:bold;
}

.login-popup-main h3 {
	font-size:14px;
}

.login-popup-main h3.login-popup-already {
	font-size:13px;
	margin-top:30px;
}

.login-popup-main .jq-button img {
	float:left;
	margin-left:-7px;
}

.login-popup-error {
	margin-top:15px;
}

#user-form-errors {
	padding:0;
}

#login-top-title {
	position: relative;
	margin-top:40px;
}

.or2 {
	top: -35px;
	left: 75px;
}

#flashMessage.message-neutral {
	border: 2px dotted #aaa;
	color: #666;
	background: #eee;
}


.ui-button-text-only .ui-button-text {
	font-size:11px;
}


.find-section .text-input #FilterLocation {
	width: 150px;
}

.find-section .text-input input {
	padding: 2px 5px;
	color: #999;
}

.find-section .text-input {
	font-size: 13px;
}

.find-section .text-input td {
	padding: 5px;
}

.tagline {
	position: absolute;
	top: 94px;
	left: 27px;
	font-size: 13px;
	font-weight: normal;
	margin: 0;
}

.top-rated-badge {
	background: transparent url('/img/top-rated.png') 0 0 no-repeat;
	font-weight:bold;
	width:147px;
	height:34px;
	color:#fff;
	position:relative;
	margin:0 0 15px -5px;
}

.top-rated-badge div {
	position:absolute;
	right:7px;
	top:10px;
}

.top-rated-badge span {
	font-weight:normal;
}

.user-thumb-small {
	width:28px;
	height:28px;
	border: 1px solid #CCC;
}

#search-right .near-you {
	margin: 0 10px 10px;
}

#search-right .near-you-header {
	font-weight:bold;
	margin-bottom:5px;
}

#search-right .near-you-title {
	font-size: 13px;
	font-weight: bold;
	margin: 5px 0;
}
.clear-left {clear: left;}

.ui-dialog .close { text-align: right; margin-bottom: 10px;}
.ui-dialog .close a { font-size: 11px; font-weight: bold; text-transform: uppercase; }

#register-info h2 {
    display: inline;
    float: none;
    font-size: 20px;
    font-weight: bold;
    margin: 9px 0 0;
    padding: 0;
    position: relative;
    color: #e08214;
}
#register-info .buttons-line button {
    margin-right: 10px;
}
#register-info .buttons-line a {
    font-weight: bold;
}
#register-info .login-popup-form .label {
    margin: 6px 0 7px 0;
}
#register-info .login-popup-form .hint {
    position: absolute;
    left:305px;
    margin-top: 27px;
    color: #999;
    font-size: 13px;
}
#register-info .login-popup-form .email label.error {
    display: block;
    padding: 0px;
}
#register-info .login-popup-form .type1, #register-info .login-popup-form .type2 {
    display: none;
}
#register-info .types1 .type1, #register-info .types2 .type2 {
    display: block;
}


#body-global .ui-autocomplete-loading { background: white url('../images/ui-anim_basic_32x32.gif') 345px center no-repeat; }


#body-global .ui-autocomplete {
    width: 380px!important;
    list-style-type: none;
}
#body-global .ui-autocomplete li a {
    padding: 5px 10px;
    color: #0E83A0;
    font-weight: bold;
    font-size: 15px;
    border: 1px solid #fff;
    text-decoration: none;
    display: block;
    cursor: pointer;
}
#body-global .ui-autocomplete li a.ui-state-hover {
    border: 1px solid #eee;
    background: #eef3f6;
}
#body-global .ui-autocomplete li a span{
    color: black;
    font-size: 12px;
    display: block;
}
#body-global .ui-autocomplete li {
    margin: 0; padding: 0;
}

#body-global #register-info .ui-autocomplete-loading { background-position: 245px center; }

.dropdown dd, .dropdown dt, .dropdown ul { margin:0px; padding:0px; }
.dropdown dd { position:relative; }
.dropdown a, .dropdown a:visited { color:#816c5b !important; text-decoration:none; outline:none;}
.dropdown a:hover { color:#5d4617;}
.dropdown dt a:hover, .dropdown dt a:focus { color:#5d4617; border: 1px solid #5d4617;}
.dropdown dt a {background:#e4dfcb url(img/arrow.png) no-repeat scroll right center; display:block; padding-right:20px;
    border:1px solid #d4ca9a; width:150px;}
.dropdown dt a span {cursor:pointer; display:block; padding:5px;}
.dropdown dd ul { overflow: auto; max-height: 300px; background:#e4dfcb none repeat scroll 0 0; border:1px solid #d4ca9a; color:#C5C0B0; display:none;
    left:0px; padding:5px 0px; position:absolute; top:2px; width:auto; min-width:170px; list-style:none;}
.dropdown span.value { display:none;}
.dropdown dd ul li a { padding:5px; display:block;}
.dropdown dd ul li a:hover { background-color:#d0c9af;}

.org-location a{
	color:#4D4D4D;
}





/*
 * Quick Claim and Pop-up Login
 */

#quick-claim-dialog-modal .warning {
    color:#F22;
}


#quick-claim-dialog-modal .login-form {
display:table;
}

#quick-claim-dialog-modal .or {
     align:center;
     margin-left:auto;
     margin-right:auto;
     width:100px;
    font-size:2em;
}

#quick-claim-dialog-modal .gnp-login
{
     /*
    border: 1px solid #DBC8B8;
     background-color:#EED;
     */
    padding: 3px 3px 3px 0px;
    width: 500px;

     /* rounded corners * /
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;

     /* shadow * /
    -moz-box-shadow: 2px 2px 2px #333;
    -webkit-box-shadow: 2px 2px 2px #333;
    box-shadow: 2px 2px 2px #333;
     */
}

#quick-claim-dialog-modal .open-auth-login {
}

#quick-claim-dialog-modal .open-auth-login h2
{
    font-size 1.2em;
    color:#555;
    font-size: 1.2em;
    margin: auto auto auto 30px;
}

#quick-claim-dialog-modal .open-auth-login > div{
    border: 1px solid #DBC8B8;
     background-color:#EED;
    padding:3px;
     width:520px;

     /* rounded corners */
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;

     /* shadow */
    -moz-box-shadow: 2px 2px 2px #333;
    -webkit-box-shadow: 2px 2px 2px #333;
    box-shadow: 2px 2px 2px #333;
}


#quick-claim-dialog-modal #auto-members
{
     width:auto;
     height:auto;
}


#quick-claim-dialog-modal .forgot
{
     display:block;
     margin: 10px 0 30px 0;
}

#quick-claim-dialog-modal .forgot-password
{
     margin: 70px 0 15px;
}

#quick-claim-dialog-modal .forgot-password input
{
     display:inline-block;
}




#quick-claim-dialog-modal  .login-link {
    display:inline-block;
     vertical-align:center;
     margin:0 9px 3px;
}

#quick-claim-dialog-modal  .login-link.facebook-login {
}

#quick-claim-dialog-modal .login-link a img {
     position:relative;
    top:6px;
}



#quick-claim-dialog-modal {
    padding-left:40px;
    display:none;
}
#quick-claim-dialog-modal label {
    display:block;
     margin: 10px 0 5px;
    padding: 0;
}

#quick-claim-dialog-modal input {
    display: block;
    font-size: 1.1em;
    height: 34px;
    padding: 4px;
    width: 318px;
}

#quick-claim-dialog-modal button.login {
    display:inline-block;
     width:171px;
     height:38px;
     color:white;

     font-weight:bold;
     font-size:1.2em;

     border: 1px solid #C86809;
     -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;


     background: #e6ac34; /* Old browsers */
    background: -moz-linear-gradient(top, #e6ac34 0%, #e6ac34 50%, #e18515 51%, #e18515 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e6ac34), color-stop(50%,#e6ac34), color-stop(51%,#e18515), color-stop(100%,#e18515)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #e6ac34 0%,#e6ac34 50%,#e18515 51%,#e18515 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #e6ac34 0%,#e6ac34 50%,#e18515 51%,#e18515 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #e6ac34 0%,#e6ac34 50%,#e18515 51%,#e18515 100%); /* IE10+ */
    background: linear-gradient(to bottom, #e6ac34 0%,#e6ac34 50%,#e18515 51%,#e18515 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6ac34', endColorstr='#e18515',GradientType=0 ); /* IE6-9 */
}

#quick-claim-dialog-modal button.claim {
    display:inline-block;
     width:171px;
     height:38px;
     color:white;

     font-weight:bold;
     font-size:1.2em;

     border: 1px solid #C86809;
     -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;


    background: #e6ac34; /* Old browsers */
    background: -moz-linear-gradient(top, #e6ac34 0%, #e6ac34 50%, #e18515 51%, #e18515 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e6ac34), color-stop(50%,#e6ac34), color-stop(51%,#e18515), color-stop(100%,#e18515)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #e6ac34 0%,#e6ac34 50%,#e18515 51%,#e18515 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #e6ac34 0%,#e6ac34 50%,#e18515 51%,#e18515 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #e6ac34 0%,#e6ac34 50%,#e18515 51%,#e18515 100%); /* IE10+ */
    background: linear-gradient(to bottom, #e6ac34 0%,#e6ac34 50%,#e18515 51%,#e18515 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6ac34', endColorstr='#e18515',GradientType=0 ); /* IE6-9 */
}


#quick-claim-dialog-modal button.register {
    display:inline-block;
     width:171px;
     height:38px;
     color:white;

     font-weight:bold;
     font-size:1.2em;

     border: 1px solid #C86809;
     -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;

    background: #e6ac34; /* Old browsers */
    background: -moz-linear-gradient(top, #e6ac34 0%, #e6ac34 50%, #e18515 51%, #e18515 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e6ac34), color-stop(50%,#e6ac34), color-stop(51%,#e18515), color-stop(100%,#e18515)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #e6ac34 0%,#e6ac34 50%,#e18515 51%,#e18515 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #e6ac34 0%,#e6ac34 50%,#e18515 51%,#e18515 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #e6ac34 0%,#e6ac34 50%,#e18515 51%,#e18515 100%); /* IE10+ */
    background: linear-gradient(to bottom, #e6ac34 0%,#e6ac34 50%,#e18515 51%,#e18515 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6ac34', endColorstr='#e18515',GradientType=0 ); /* IE6-9 */
}

#quick-claim-dialog-modal div a {
    font-weight:bold;
}

#quick-claim-dialog-modal div.terms {
     padding:18px 0 25px 0;

}

#quick-claim-dialog-modal div.register-or-login {
    display:table-cell;
    vertical-align:middle;
     vertical-align:center;
}

#quick-claim-dialog-modal div.register-or-login span {
margin: auto;
padding: 0 30px;
}

.quick-register .ui-dialog-titlebar {
    background: url() white;
    border:0px solid white;
    color:#E38F17;
     width:575px;
     padding-left:40px;
}

.quick-register .ui-dialog-titlebar span {

}

.quick-register .ui-dialog-titlebar a {
    float:right;

    width:38px;
    height:38px;

     position:relative;
    top:23px;
    left: -10px;
}

body .ui-dialog.quick-register {
    padding-left:20px;
    border: 1px solid #DBC8B8;

     /* rounded corners */
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -khtml-border-radius: 15px;
    border-radius: 15px;

     /* shadow */
    -moz-box-shadow: 0 0 12px #333;
    -webkit-box-shadow: 0 0 12px #333;
    box-shadow: 0px 0px 12px #333;
    filter:progid:DXImageTransform.Microsoft.Glow(Color=black,Strength=5);
}

body .ui-dialog.quick-register .ui-icon-closethick {
    background: url(/images/quick-register/close_button.png) white;
    width:38px;
    height:38px;
}

.quick-register .ui-state-hover .ui-icon-closethick  {

}

.quick-register .ui-dialog-titlebar-close.ui-state-hover {
     background: url() white;
     border:1px solid white;
}

.ui-resizable-handle {
     display:none !important ;
}

.quick-register.ui-dialog .ui-dialog-title{
     padding-top:42px;
    font-size: 1.5em;
     width:515px;
     letter-spacing:1px;
}

#quick-claim-dialog-modal form #user-type {
    overflow: hidden;
    padding-left: 10px;
}
#quick-claim-dialog-modal form #user-type input {
    display: inline-block;
    height: auto;
    margin: 0;
    padding: 0;
    width: 15px;
}

#quick-claim-dialog-modal form #user-type label {
    display: inline-block;
    margin: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 10px;
    padding-right: 20px;
    width: auto;
}

#quick-claim-dialog-modal form span.hide {
    display:none;
}

#quick-claim-dialog-modal form div.hide {
    display:none;
}


#quick-claim-dialog-modal form span.errors {
    display:block;
    color:red;
}


#quick-claim-dialog-modal form div.errors {
    display:block;
    color:red;
	border: 1px solid red;
    background-color:#FEE;
	margin:5px;
	padding:5px;
	width:90%;
}


#quick-claim-dialog-modal form span.info {
    display:block;
    color:#777;
}


#quick-claim-dialog-modal form span.success {
    display:block;
    color:green;
}

#quick-claim-dialog-modal form input.errors {
    border: 1px solid red;
    background-color:#FEE;
}

#quick-claim-dialog-modal form input.info {
    border: 1px solid #444;
    background-color:#EEE;
}

.footer {
    width: 100%;
}
.footer_menu {
    background: url('/images/footerBg.png');
    height: 136px;
    min-width: 1220px;
}

.footer_logos {
    background: #d9d9d9;
    height: 132px;
    min-width: 1220px;
}

#admin_navbar {
    width: 960px;
    margin: 0 auto;  
}

.footer a, 
.footer a:hover {
    color: white;
}

.footer.list .body a {
    color: #4d4d4d;
}

.footer .head a,
.footer.list .body .comments a,
.footer.list .body span a {
    text-decoration: none;
    color: #0e83a0;
}


.footer li {
    display: block;
    margin-bottom: 8px;
    list-style: none;
    font-size: 13px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
}

.footer ul {
    margin: 0;
}

.f_menu {
    max-width: 965px;
    margin: 0 auto;
    padding-top: 25px;
    text-align: left;
}

.f_copyText {
    color: white;
}

.f_menu div {
    width: 217px;
    float: left;
}

.f_menu_col {
    margin-left: 20px;
}

.f_logos {
    max-width: 965px;
    margin: 0 auto;
    padding-top: 20px;
    height: 89px;
}

.f_logos img {
    display:inline-block; vertical-align:middle;
    margin: 0 15px;
}

.newsletter-lightbox .fancybox-skin {
    background-color:white;
}
.newsletter-lightbox .fancybox-inner {
    overflow: visible !important;
}
.newsletter-lightbox .fancybox-inner .bootstrap-container.micro {
    width:90%;             
    min-height:30px !important;
    padding-left:20px;
    padding-right:20px;
    padding-top:20px;
    height:90%;
    min-height:0;
    overflow:visible;            
    position:relative;
}        

.newsletter-lightbox .fancybox-inner .overlay {
    background-color: #fff;
    background-color: rgba(255,255,255,0.7);
}

.newsletter-lightbox .fancybox-inner img#newsletter-clip {
    margin-left: -180px;
    margin-top: -80px;
    position: absolute;                     
}
#lightboxtarget { height:90px; width:80%; }
#lbta {
    margin-bottom:20px;
}