/* -------------------------------------------------------------------------- */
/* CSS Reset */
/* -------------------------------------------------------------------------- */

.clear { clear: both; }
.f-left { float: left; }
.f-right { float: right; }
.rc { -moz-border-radius: 6px; -khtml-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px; }

div.line-loading {
  font-size: 13px;
  background: url('/images/ajax-loader-small.gif') no-repeat scroll 0px 4px;
  padding: 4px;
  padding-left: 20px;
  color: #777;
  display: none;
}

.input-error, .input-error:focus { border-color: #EA3634; background: #FFF6F6;  }
.field-error { font-size: 12px; padding: 3px 0px; color: #FF0000; }

div.app-status {
  width: 300px;
  position: absolute;
  margin: 10px;
  padding: 3px 6px;
  background: #D32828;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  z-index: 999;
  -moz-border-radius: 4px; -khtml-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
  opacity: 0.2;
}

div.app-status:hover { opacity: 1.0; }

/* ------------------------------------------------------------------ */
/* Main Styles */
/* ------------------------------------------------------------------ */
body {
  margin: 0;
  padding: 0;
  font-family: arial, Georgia, Optima, Segoe, "Segoe UI", Candara, Calibri, Arial, sans-serif;
  font-size: 13px;
  color: #000;
  line-height: 1.4em;
  background: #fff;
}

a { color: #433C92; margin: 0; padding: 0; }
a:hover, div.nav a:hover, div.nav a.signup:hover { color: #333; }
a:focus { outline: none; }
a img { border: 0; padding: 0; }

a.powerbutton {font-size: 11px;text-decoration: none;}
a.powerbutton:hover {color: #fff;}

.w150 { width: 150px; }
.w200 { width: 200px; }
.w250 { width: 250px; }
.w500 { width: 500px; }

div.error, span.error { color: #F02D1E; font-family: arial; font-size: 12px; font-weight: bold; padding: 4px 0px; }

#flash_messages { position: fixed; padding: 12px; font-size: 15px; z-index: 9999; }
#flash_messages div.item {
  color: #fff;
  padding: 8px 12px;
  margin-bottom: 8px;
  -moz-border-radius: 6px;
  -khtml-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  z-index: 500;
  font-family: Georgia;
}

#flash_messages div.ok { background: #2EA03F; color: #fff; }
#flash_messages div.fail { background: #C8291A; color: #fff; }

div.flash_message { font-size: 13px; padding: 6px 8px; font-weight: bold; background: #FFF8C4; border: 2px solid #F7E559; margin: 8px 0px; }
div.flash_error { background: #FFEFED; border: 2px solid #EA3E29; color: #EA3E29; }
div.flash_success { background: #C3FFAC; border: 2px solid #8AF759; }

div.form-errors {
  background: #FFECE9;
  color: #D72D16;
  padding: 12px;
  font-size: 14px;
} 

div.ajax-loading-line {
  background: url('/images/ajax-loader-small.gif') no-repeat scroll 0px 4px;
  color: #000;
  padding: 4px;
  padding-left: 22px;
  display: none;
}

div.flash-message { padding: 8px; font-size: 16px; font-family: Georgia; margin: 6px 0px; }
div.flash-notice { background: #FFF9DB; border: 2px solid #FFE877; }

/* -------------------------------------------------------------------------- */
/* Validation Errors */
/* -------------------------------------------------------------------------- */

div.validation-errors {
  padding: 8px;
  border: 1px solid #EF000B;
  background: #FFF2F2;
  margin-bottom: 8px;
  margin-top: 8px;
}

div.validation-errors p { color: #ff0000; padding: 0px !important; margin: 0px !important; }

/* ------------------------------------------------------------------ */
/* Splash Page */
/* ------------------------------------------------------------------ */

div.splash-page { text-align: center; width: 600px; margin: 0 auto; margin-top: 50px; }
div.splash-page p.title { font-family: Georgia; color:#555555; font-size: 18px; line-height:150%; border-bottom: 4px solid #EEEEEE; padding-bottom: 8px; }

/* ------------------------------------------------------------------ */
/* Global Sizes */
/* ------------------------------------------------------------------ */

.w50 { width: 50px; }
.w70 { width: 70px; }
.w100 { width: 100px; }
.w150 { width: 150px; }
.w200 { width: 200px; }
.w250 { width: 250px; }
.w300 { width: 300px; }
.w350 { width: 350px; }
.w400 { width: 400px; }

/* ------------------------------------------------------------------ */
/* Input Styles */
/* ------------------------------------------------------------------ */

.input {
  padding: 6px 6px;
  background: #fff url('/images/topfade.gif') repeat-x;
  border: 1px solid #AAA;
  font-size: 13px;
  -moz-border-radius: 4px;
  -khtml-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  /*
  font-family: "lucida grande","Segoe UI",arial,verdana,"lucida sans unicode",tahoma,sans-serif;
  font-size: 12px;
  */
  font-family: arial,verdana,"lucida sans unicode",tahoma,sans-serif;
}
.input:focus { /* border-color: #4654A3; */ border-color: #666; }

table.edit-table { width: 100%; }
table.edit-table td { padding: 8px; vertical-align: middle; }
table.edit-table td .required { color: #ff0000; }
table.edit-table td .tooltip { font-size: 11px; color: #777; padding-top: 2px; }
table.edit-table td.label { width: 140px; text-align: right; padding-top: 14px; vertical-align: top; }
table.edit-table td textarea { resize: none; }

div.settings-page.locations-page { background: #f9f9f9; width: 764px; font-size: 13px; padding: 10px 20px; border: 3px solid #ddd; margin: 10px 0 0 150px; min-height: 300px; }
div.company-locations {display: inline-block;width: 100%;}
div.company-locations div.company-location {display: inline-block;float: left;line-height: 20px;margin: 10px 20px 10px 0;padding: 15px;width: 200px;}
div.company-locations div.company-location:hover {background-color: #e1e1e1;}
div.company-locations div.company-location div.company-location-options {margin-top: 15px;text-align: left;}
div.company-locations-options {margin-bottom: 15px;text-align: right;}

/* ------------------------------------------------------------------ */
/* flash notifications */
/* ------------------------------------------------------------------ */
div.flash { border: 1px solid #A1C471; padding: 8px; margin: 10px 0px; background: #EFFCDD; color: #79A53F; font-weight: bold; }


h1 { font-weight: normal; margin-top: 8px; margin-bottom: 8px; line-height: 1.3em; font-size: 30px; color: #000; }
h2 { font-weight: normal; font-size: 25px; }
h1, h2 { font-family: Georgia; }

/* wrapper */
div.wrapper { height:auto !important; min-height:100%; position:relative; }
div.wrapper-inner { width: 960px; margin: 0 auto; }


/* -------------------------------------------------------------------------- */
/* Control Icons */
/* -------------------------------------------------------------------------- */

ul.controls { float: right; list-style: none; list-style-type: none; padding: 0px; margin: 0px; }
ul.controls li { float: left; }
ul.controls li a { color: #000; padding: 6px; /*padding-left: 25px;*/ margin-left: 6px; font-family: Georgia; font-size: 16px; /*background-image: url('/images/top-icons.png'); background-repeat: no-repeat;*/ text-decoration: none; -moz-border-radius: 4px; -khtml-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }

/*
ul.controls li a.locations { padding-left: 23px; background-position: -4px 0px; }
ul.controls li a.locations:hover { background-position: -4px -31px; }
*/

.company-profile ul.controls li a.bookmarks { padding-left: 23px; background-position: -4px -62px; background-image: url('/images/top-icons.png'); background-repeat: no-repeat; }
.company-profile ul.controls li a.bookmarks:hover { background-position: -4px -93px; }

/*
ul.controls li a.login { padding-left: 23px; background-position: -4px -124px; }
ul.controls li a.login:hover { background-position: -4px -155px; }

ul.controls li a.logout { background-position: -4px -248px; }
ul.controls li a.logout:hover { background-position: -4px -279px; }

ul.controls li a.settings { background-position: -4px -310px; }
ul.controls li a.settings:hover { background-position: -4px -341px; }
*/
ul.controls li a.message { background-position: 0px -372px; background-image: url('/images/top-icons.png'); background-repeat: no-repeat; padding-left: 32px; }
ul.controls li a.message:hover { background-position: 0px -403px; }

ul.controls li a.share { background-position: -4px -434px; background-image: url('/images/top-icons.png'); background-repeat: no-repeat; }
ul.controls li a.share:hover { background-position: -4px -465px; }

ul.controls li a.print { padding-left: 32px; background-position: 0px -496px; background-image: url('/images/top-icons.png'); background-repeat: no-repeat; }
ul.controls li a.print:hover { background-position: 0px -527px; }

ul.controls li a.delete { background-position: -4px -558px; background-image: url('/images/top-icons.png'); background-repeat: no-repeat; }
ul.controls li a.delete:hover { background-position: -4px -589px; }
/*
ul.controls li a.features { background-position: -2px -620px; padding-left: 28px; }
ul.controls li a.features:hover { background-position: -2px -651px; }

ul.controls li a.events { background-position: 0px -689px; padding-left: 28px; }
ul.controls li a.events:hover { background-position: 0px -727px; }
*/

ul.controls li a.signup { color: #fff; background: #433C92 url('/images/top-icons.png') -4px -217px no-repeat;padding-left: 25px; }
ul.controls li a.signup:hover { background-position: -4px -217px; }

ul.controls li a:hover { color: #fff; background-color: #433C92;}


/* -------------------------------------------------------------------------- */
/* Page Header */
/* -------------------------------------------------------------------------- */

div.top { background: #fff url('/images/header-bg.png') repeat-x; border-bottom: 1px solid #ccc; height: 100px; }
div.top div.logo { float: left; margin-top: 10px; }
div.top div.logo h1 {}
div.top div.info { float: left; margin-left: 12px; margin-top: 43px; }
div.top div.info p { font-family: Arial; padding: 0px; margin: 0px; font-size: 13px; color: #555; }
div.top ul.controls { margin-top: 48px; }

div.topline { position: absolute; padding-bottom: 8px; border-bottom: 2px solid #ddd; margin-bottom: 20px; background: #fff; z-index: 1001; }
div.topline div.subtitle { width: 962px; margin: 0 auto; }
div.topline-fixed { position: fixed; top: 0px; width: 100%; left: 0px; }

/* menu */

p.filter_quote {font-family: Georgia, Times, serif;font-size: 22px;font-style: italic;line-height: 28px; margin-left: auto; margin-right: auto; width: 900px;}
p.filter_quote span {color: #777676;font-family: Arial, sans;font-size: 16px;}

div.topline div.menu { margin: 0px auto; text-align: center; padding: 4px 0px; }
div.topline div.menu ul {padding: 0px;margin: 0px;list-style: none;list-style-image:none;list-style-position:outside;list-style-type:none;margin-top: 4px;}
div.topline div.menu li {color: #444;text-align: left;position: relative;display: inline-block;height: 39px;font-size: 18px;width: 310px;}
div.topline div.menu li.select a.dropdown {background: url("/images/filter_dropdown_bg.png") no-repeat;color: #fff;display: inline-block;font-family: Georgia, Times, serif;font-size: 18px;font-weight: bold;height: 39px;line-height: 39px;padding: 0 15px;position: relative;text-decoration: none;width: 100%;z-index: 999;}
div.topline div.menu li.select a.dropdown:hover { background-position: 0 -39px; color: #fff; }
div.topline div.menu li.select a.dropdown span {background: url("/images/filter_icons.png") no-repeat;display: inline-block;height: 20px;margin-right: 10px;position: relative;top: 5px;}
div.topline div.menu li.select a#select_city span {background-position: 0 0;width: 13px;}
div.topline div.menu li.select a#select_category span {background-position: -13px 0;width: 17px;}
div.topline div.menu li.select a#select_budget span {background-position: -30px 0;width: 13px;}

div.topline div.menu-related { text-align: center; padding: 4px; }
div.topline div.menu-related a { padding-left: 8px; color: #555; }

div.options { left: 1px; display: none; padding: 15px 0 0 0; position: absolute; margin-top: -15px; background: #fff; border: 2px solid #cdc9c8; border-radius: 0 0 5px 5px; z-index: 998;  width: 305px; }
div.options a { color: #7f7e7f; font-family: Helvetica, Arial, sans; font-size: 16px; font-weight: normal; display: block; padding: 3px 12px; text-decoration: none; }
div.options a:hover, div.options a.selected { text-decoration: none; color: #433c92; background: #e3e3e5; }

/* top links */
div.top div.links { float: right; color: #ccc; margin-top: 30px; }
div.top div.links span.email { font-weight: bold; color: #000; }
div.top div.links a { color: #444; padding: 0px 3px; text-decoration: none; font-family: helvetica; font-size: 13px; }
div.top div.links a:hover { color: #e42f00; text-decoration: underline; }
div.top div.signup { float: right; width: 142px; margin-top: 20px; margin-left: 10px; }


div.wide-ad { width: 960px; margin: 0 auto; }

/* content */

div.content {  
  width: 980px;
  margin: 10px auto; 
  overflow: hidden;
  background: #fff;
}

div.content h2 { 
  color: #222222;
  font-size: 23px;
  font-weight: bold;
  letter-spacing: -1px;
  margin: 10px 0;
  padding-bottom: 10px;
}


div.left { 
  float: left;
}

div.panel-big { 
  width: 960px;
  margin: 10px;
  overflow: hidden;
  background-color: #fff;
}

div.panel-big div.border-top {
  width: 960px;
  height: 10px;
  margin: 0;
  background: #f5f6f7 url('/images/card-top-perma.png') no-repeat;
}

div.panel-big div.border-bottom {
  width: 960px;
  height: 10px;
  margin: 0;
  background: #f5f6f7 url('/images/card-bottom-perma.png') no-repeat;
}

div.panel-big div.panel-content {
  background-image: url('/images/card-bkgd-perma.png');
  padding: 10px 20px;
  text-align: left;
  overflow: hidden;
}

/* medium panel */
div.panel-medium {
  width: 480px;
  margin: 10px;
  /* overflow: hidden; */
  float: left;
}

div.panel-medium div.data {
  padding: 10px 15px;
  -moz-border-radius: 10px;
  -khtml-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #f9f9f9;
  border: 6px solid #ddd;
}

/* blank big */
div.blank-big {
  float: left;
  width: 308px;
  height: 311px;
  margin: 8px;
}

/* blank big */
div.promo-big {
  float: left;
  width: 295px;
  height: 301px;
  background: #fff;
  margin: 8px;
}

div.promo-big div.data { 
  padding: 20px;
  padding-top: 0px;
}

div.promo-big h3 { 
  font-size: 25px; color: #000;
  line-height: 100%;
  margin: 0px;
  margin-bottom: 20px;
}

div.promo-big h5 { color: #000; font-size: 14px; margin: 0px; }
div.promo-big ul { padding: 4px 0px; margin: 0px; margin-left: 16px; font-size: 12px; margin-bottom: 8px; }
div.promo-big ul li { padding: 1px 0px; }

div.panel-center {
  margin: 0 auto;
}


div.company div.data { height: 540px; }
div.company div.logo { 
  float: right;
}

div.company h2 { padding-bottom: 2px; display: block; }
div.company h2 a {
  border-bottom: 2px solid #E8E8E8;
  color: #222222;
  font-weight: bold;
  text-decoration: none;
}

div.company p { 
  font-size: 12px;
  line-height: normal;
  margin: 0 0 10px;
  display: block;
}
div.company p span { color:#999999; }
div.company div.image { padding: 4px; padding-top: 10px; }

/* ------------------------------------------------------------------ */
/* ------------------------------------------------------------------ */
/* login/signup form */

div.loginform {
  width: 312px;
  padding: 20px;
  background: #fff;
  margin: 5px auto;
}
div.loginform div.error { background: #FFE5E5; padding: 8px; color: #D72828; font-weight: bold; margin: 4px 0px; }
div.loginform div.row { padding: 4px 0px; }
div.loginform div.row p { font-size: 12px; color: #777; margin: 0px; font-family: arial; }
div.loginform div.label { display: block; font-weight: bold; color: #333; padding: 4px 0px; font-size: 13px; }
div.loginform input.textfield { padding: 8px; width: 300px; font-size: 14px; font-weight: normal; color: #444; border: 1px solid #aaa; -moz-border-radius: 6px; -khtml-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px; }
div.loginform input.textfield:focus { border-color: #7C87C4;}
div.loginform input.button { padding: 4px; }
div.loginform p.note { font-size: 11px; text-align:center; color: #777; }

/* ------------------------------------------------------------------ */
/* signup form */
div.signup { width: 650px; }
div.signup div.block { 
  background: #fff;
  padding: 10px 0px;
}

div.signup div.error { font-weight: bold; background: #FFE5E5; padding: 8px; color: #D72828; margin: 8px 0px; }
div.signup div.block h3 { color: #D52719; font-weight: normal; padding: 0px; margin: 0px; margin-bottom: 12px; font-size: 18px; }
div.signup div.block div.label { }
div.signup div.block div.label p { font-weight: bold; display: block; padding: 0px; margin: 0px; }
div.signup div.block div.label span { font-size: 12px; color: #555; display: block; }
div.signup div.block div.row { padding: 4px 0px;  }
div.signup div.block div.row div.input { padding: 4px 0px; }
div.signup div.block input.textfield { padding: 4px; }
div.signup div.block select { padding: 2px 0px; }
div.signup div.block textarea.description { width: 550px; height: 200px; }
div.signup input.button-create { padding: 4px; font-size: 13px; float: right; }
div.signup-page table.edit-table {margin-bottom: 50px;}
div.note { background: #FFFBD2; border: 1px solid #EBE281; padding: 8px; font-size: 12px; }

div.signup-listing-pro {margin-top: 5px;padding-top: 5px;overflow: hidden;}
div.signup-listing-pro h2 {background: url("/images/star_large.png") left top no-repeat;color: #433c92;font-size: 20px;line-height: 10px;min-height: 20px;padding: 5px 0 0 25px;}
div.signup-listing-pro p {color: #817f7f;font-size: 16px;}
div.signup-listing-pro div.signup-pro-block {background: #fff;border: 1px solid #d6d5d5;display: inline-block;margin-top: 10px;}
div.signup-listing-pro div.signup-pro-block div.info {padding: 5px 10px 10px 10px;}
div.signup-listing-pro div.signup-pro-block div.info h3 {font-family: Georgia, Times, serif;font-size: 18px;margin: 0 0 10px 0;}
div.signup-listing-pro div.signup-pro-block div.info p {font-size: 13px;margin: 3px 0 0 0;}
div.signup-listing-pro div.signup-pro-block div.info p.budget {color: #000;}
div.signup-listing-pro p.stars-title {color: #000;font-family: Georgia, Times, serif;margin: 25px 0 0 0;padding-left: 23px;}
div.signup-listing-pro ul.stars {display: inline-block;padding-left: 10px;width: 300px;}
div.signup-listing-pro ul.stars li {background: url("/images/star.png") left center no-repeat;display: inline-block;float: left;font-family: Georgia, Times, serif;list-style-type: none;margin: 5px 15px 5px 0;padding-left: 15px;width: 120px;}
div.signup-listing-pro a.powerbutton.upgrade {display: inline-block;margin: 0 0 15px 10px;}
/* ------------------------------------------------------------------ */
/* listing page */
div.listing { 
  /* --- */
}

div.listing h2 { font-size: 33px; margin-top: 0px; border-bottom: 1px solid #c2c2c2; }
div.listing div.row { padding: 4px 0px; }
div.listing div.image { margin: 8px 0px; }
/* ------------------------------------------------------------------ */


/* ------------------------------------------------------------------ */
/* Page Footer */
/* ------------------------------------------------------------------ */

div.footer { margin-top: 20px; border-top: 1px solid #ccc; background: #fff; font-family: Arial; font-size: 10px; padding: 12px; color: #777; }
div.footer a { font-size: 10px; color: #333; text-decoration: none; text-transform: uppercase; }
div.footer a:hover { color: #433C92; text-decoration: underline; }
div.footer ul { float: left; list-style: none; list-style-type: none; padding: 0px; margin: 0px; }
div.footer ul li { float: left; padding: 0px; margin: 0px; padding-right: 15px; }
div.footer p { float: right; padding: 0px; margin: 0px; }
div.footer p.about a { text-transform: none; }

/* -------------------------------------------------------------------------- */
/* Promo */
/* -------------------------------------------------------------------------- */

div#promo_action { display: none; height: 32px; color: #eee; background: #333; border-bottom: 1px solid #000; }
div#promo_action p { font-family: Georgia; font-size: 18px; text-align: center; color: #dbdbdb; padding-top: 7px; !important; margin: 0px; }
div#promo_action p a { color: #fff; text-decoration: underline; }
div#promo_action #promo_close { position: absolute; right: 0px; top: 0px; width: 32px; height: 32px; background: url('/images/promo-blose.gif') no-repeat scroll 50% 50%; }

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

div.whitepanel { background: #fff; }

ul.account { list-style: none; margin: 0px; padding: 0px; width: 400px; }
ul.account li { padding: 12px 0px; font-size: 13px; border-bottom: 4px solid #eee; }
ul.account li h3 { font-size: 15px; margin-bottom: 6px; margin-top: 0px; font-weight: bold; }
ul.account li h3 a { text-decoration: underline; }
ul.account li p { padding: 0px; margin: 0px; color: #555; font-family: arial; }


table.editimages { width: 100%; }
table.editimages tr.image { height: 160px; }
table.editimages tr.image td { vertical-align: top; padding: 5px; }
table.editimages tr.image td.pic { width: 220px; padding: 0px; }
table.editimages tr.image td.pic img { width: 200px; padding: 1px; border: 1px solid #ccc; }
table.editimages tr.image td.info { padding-top: 0px; }
table.editimages tr.image td.info textarea { width: 395px; height: 50px; border: 1px solid #ccc; padding: 8px; }
table.editimages tr.image td.info div.buttons { padding: 10px 0px; }

/* static page */
div.staticpage { 
  background: #f6f6f6; width: 980px; margin: 0 auto; padding: 20px; font-size: 15px;
}

div.staticpage h1 { font-size: 30px; border-bottom: 1px solid #c2c2c2; }
div.staticpage p { line-height: 140%; }
div.staticpage ul li { padding: 4px; }

div.page {
  padding: 10px 0px;
  min-height: 380px;
}

.f-button {
  font-size: 13px;
  line-height: 17px;
  padding: 3px 8px;
  margin: 0;
  cursor: pointer;
  border-width: 1px;
  border-color: #cccccc;
  border-style: solid;
  color: #232323;
  text-shadow: 0 1px 0 #f0f0ee;
  background: #eeeeee url('/images/f-button.png') repeat-x;
  -moz-border-radius:5px;
  -khtml-border-radius:5px;
  -webkit-border-radius:5px;
  border-radius:5px;
  -moz-box-sizing:content-box;
  -webkit-box-sizing:content-box;
  -khtml-box-sizing:content-box;
  box-sizing:content-box;
}

.f-button:hover, .f-button:active, .f-button:focus { border-color: #999; }
.f-button:focus { background: #DEDEDE; }

.f-red { 
  background: #e31010 url('/images/f-red.png') repeat-x; 
  color: #fff;
  text-shadow: 0 1px 0 #990F0F;
  border: 1px solid #c11010;
} 

.f-red:hover, .f-red:active, .f-red:focus { border-color: #450000; }
.f-red:focus { background-color: #CC1F1F; }

.f-green {
  background: #c9e0a9 url('/images/f-green.png') repeat-x; 
  color: #fff;
  text-shadow: 0 1px 0 #518309;
  border: 1px solid #518309;
  padding: 12px;
} 

.f-green:hover, .f-green:active, .f-green:focus { border-color: #325401; }
.f-green:focus { background-color: #CC1F1F; }


/* ------------------------------------------------------------------ */
/* Slider Styles */
/* ------------------------------------------------------------------ */

div.slider {
  width: 294px;
  height: 13px;
  overflow: hidden;
  text-align: center;
  padding: 10px 8px;
  position: absolute;
  z-index: 502;
  background: #111;
  bottom: 0px;
}

div.slider div.background { z-index: 499; width: 294px; background: #111; height: 30px; position: absolute; }

div.slider ul {
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  text-align:center;
  padding: 0px; margin: 0px;
}

div.slider li {
  display: inline;
  margin: 0;
  padding: 0;
}

div.slider li a {
  -moz-background-clip:border;
  -moz-background-inline-policy:continuous;
  -moz-background-origin:padding;
  background: transparent url('/images/icon_slides.gif') no-repeat scroll center top;
  color: #FFFFFF;
  cursor: pointer;
  display: block;
  float: left;
  margin-right: 4px;
  outline-color: -moz-use-text-color;
  outline-style: none;
  outline-width: medium;
  overflow: hidden;
  padding: 0px;
  text-decoration: none;
  text-indent: -9999px;
  width: 16px;
  height: 13px;
}

div.slider li a.selected {
  background-position: center -13px;
}

div.slider a.previous {
  -moz-background-clip:border;
  -moz-background-inline-policy:continuous;
  -moz-background-origin:padding;
  background:transparent url('/images/icon_slides.gif') no-repeat scroll 0 -39px;
  float: left;
  height: 13px;
  width: 13px;
}

div.slider a.next {
  -moz-background-clip:border;
  -moz-background-inline-policy:continuous;
  -moz-background-origin:padding;
  background:transparent url('/images/icon_slides.gif') no-repeat scroll 0 -26px;
  float: right;
  height: 13px;
  width: 13px;
}

/* ------------------------------------------------------------------ */
/* Information Page */
/* ------------------------------------------------------------------ */

div.page-info {
  width: 1000px; margin: 0 auto;
  padding: 20px;
  font-size: 14px;
  line-height: 140%;
}

/* ------------------------------------------------------------------ */
/* Contact Form */
/* ------------------------------------------------------------------ */

form.contact { width: 550px; }
form.contact div.row { padding: 4px 0px; }
form.contact .input { padding: 5px; width: 500px; border: 1px solid #ccc; font-size: 13px; }
form.contact label { font-weight: bold; display: block; padding: 3px 0px; }
form.contact .input:focus { border-color: #999; background: #f8f8f8; }

div.pagelinks { margin-left: 12px; font-size: 16px; }
div.pagelinks a { padding: 3px 5px; }
div.pagelinks a:hover {
  background: #e42f00;
  text-decoration: none;
  color: #fff;
  -moz-border-radius:5px;
  -khtml-border-radius:5px;
  -webkit-border-radius:5px;
  border-radius:5px;
}

/* ------------------------------------------------------------------ */
/* Locations Page */
/* ------------------------------------------------------------------ */

div.locations { }
div.locations a { float: left; font-size: 25px; text-decoration: none; color: #1287D3; }
div.locations a:hover { text-decoration: underline; }
div.locations div.item { padding: 12px; padding-left: 0px; margin: 10px; display: inline; float: left; }
div.locations div.num {
  margin-left: 4px;
  font-size: 9px;
  padding: 0px 5px;
  color: #fff;
  background: #aaa;
  -moz-border-radius:8px;
  -khtml-border-radius:8px;
  -webkit-border-radius:8px;
  border-radius:8px;
  float: left;
  font-size: 14px;
}


.infiniteCarousel {
  position: relative;
}

.infiniteCarousel .icons { background: url('/images/arrow-icons.png'); }
.infiniteCarousel .l-arrow { cursor: pointer; height: 34px; width: 34px; overflow: hidden; position: absolute; top: 200px; left: 10px; background-position: 0 0px; z-index:98; }
.infiniteCarousel .r-arrow { cursor: pointer; height: 34px; width: 34px; overflow: hidden; position: absolute; top: 200px; left: 580px; background-position: -34px 0px; z-index:98; }
.infiniteCarousel .l-arrow:hover { height: 34px; width: 34px; overflow: hidden; background-position: 0 -35px; }
.infiniteCarousel .r-arrow:hover { height: 34px; width: 34px; overflow: hidden; background-position: -34px -35px; }

.infiniteCarousel .carousel-wrapper {
  width: 635px; height: 444px;
  overflow: auto;
  min-height: 10em;
  position: absolute;
  top: 0;
  margin: 0px;
  padding: 0px;
  z-index: 90;
}

.infiniteCarousel .carousel-wrapper  ul {
  width: 9999px;
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  margin:0;
  padding:0;
  position: absolute;
  top: 0;
}

.infiniteCarousel ul li {
  display:block;
  float:left;
  width: 635px; height: 444px;
}

.infiniteCarousel ul li a img {
  display:block;
}

/* -------------------------------------------------------------------------- */
/* Pagination Styles */
/* -------------------------------------------------------------------------- */

div.paginated { padding: 8px 0px; margin-top: 0px; font-size: 12px; }
div.paginated a { color: #000; text-decoration: none; border: 1px solid #bbb; padding: 2px 5px; -moz-border-radius: 4px; -khtml-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }
div.paginated a:hover { color: #000; background: #eee; }
div.paginated ul { }
div.paginated ul li { margin-left: 2px; margin-right: 2px; }
div.paginated ul li.current_page { font-weight: bold; }

/* -------------------------------------------------------------------------- */
/* Loading Overlay */
/* -------------------------------------------------------------------------- */

#loading-overlay {
  -moz-border-radius: 12px; -khtml-border-radius: 12px; -webkit-border-radius: 12px; border-radius: 12px;
  background:url("/images/ajax-overlay-loader.gif") no-repeat scroll center 100px #f4f4f4;
  border: 1px solid #bbb;
  display:none;
  height:200px;
  left:50%;
  margin-left:-100px;
  margin-top:-100px;
  opacity:0.9;
  position:fixed;
  top:50%;
  width:200px;
  z-index:5000;
}

#loading-overlay p {
  color:#444;
  font-size:18px;
  font-weight:bold;
  line-height:100px;
  text-align:center;
}


/* -------------------------------------------------------------------------- */
/* Credit Card form */
/* -------------------------------------------------------------------------- */

div.credit-card { width: 500px; }
div.credit-card div.title { font-weight: bold; font-size: 14px; padding: 2px 0px; }
div.credit-card .after { margin-top: 8px; }
div.credit-card label { display: block; padding-bottom: 2px; }
div.credit-card .row { padding: 4px 0px; }
div.credit-card .first { float: left; width: 200px; }
div.credit-card .second { float: left; margin-left: 8px; }
div.credit-card input.text_field { padding: 6px; width: 180px; }
div.credit-card input.cvv, div.credit-card input.zip { width: 50px !important; }
div.credit-card select { padding: 6px; }
div.credit-card select.state { width: 190px !important; }
div.credit-card select.country { width: 400px !important; }

/* -------------------------------------------------------------------------- */
/* Account Settings */
/* -------------------------------------------------------------------------- */

div.settings { margin-top: 10px; }
div.settings-page { background: #f9f9f9; width: 764px; font-size: 13px; padding: 10px 20px; border: 3px solid #ddd; min-height: 300px; }
div.settings-page h1 { margin-bottom: 4px; }
div.settings-page p.description { font-family: Georgia; font-size: 13px; color: #333; border-bottom: 1px dotted #ccc; margin-top: 4px; padding-bottom: 8px; margin-bottom: 4px; line-height: 180%; }
div.settings-page div.editform { }
div.settings-page div.editform div.block { padding: 10px 0px; }
div.settings-page div.error { font-weight: bold; background: #FFE5E5; padding: 8px; color: #D72828; margin: 8px 0px; }
div.settings-page div.editform div.block h3 { color: #D52719; border-bottom: 1px solid #ccc; font-weight: normal; padding: 0px; margin: 0px; padding-bottom: 8px; margin-bottom: 12px; font-size: 18px; }
div.settings-page div.editform div.block div.label { font-size: 13px; }
div.settings-page div.editform div.block div.label p { font-weight: bold; display: block; padding: 0px; margin: 0px; }
div.settings-page div.editform div.block div.label span { font-size: 11px; color: #555; display: block; }
div.settings-page div.editform div.block div.label span.error { display: inline; background: #FF241E; color: #fff; padding: 2px 4px; }
div.settings-page div.editform div.block div.row { padding: 4px 0px;  }
div.settings-page div.editform div.block div.row div.input { padding: 4px 0px; }
div.settings-page div.editform div.block input.textfield { padding: 4px; }
div.settings-page div.editform div.block select { padding: 2px 4px; }
div.settings-page div.editform div.block textarea.description { padding: 4px; width: 550px; height: 200px; font-family: arial; font-size: 13px; }
div.settings-page div.editform input.button-create { padding: 4px; font-size: 13px; float: right; }
div.settings-page div.editform div.buttons { padding: 4px 0px; }

.powerbutton { border: 0px none; cursor: pointer; border: 1px solid #4D4793; background: #433C92 url('/images/powerbutton.png') repeat-x; color: #fff; padding: 5px 6px; /* font-family: Georgia, Optima, Segoe, "Segoe UI", Candara, Calibri, Arial, sans-serif; */ -moz-border-radius: 5px; -khtml-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }
.powerbutton:hover { border: 1px solid #28207E; }
.powerbutton:active { background: #433C92; }


div.note { font-size: 12px; background: #FFFBD2; border: 1px solid #EBE281; padding: 8px; font-family: Arial; }

div.settings div.sidebar { float: left; width: 150px; }
div.settings div.sidebar div.block { background: #fff; }
div.settings div.sidebar div.header { background: #ddd; color: #333; padding: 10px 6px; font-weight: bold; font-size: 20px; }
div.settings div.sidebar ul.settings { list-style: none; list-style-type: none; padding: 0px; margin: 0px; }
div.settings div.sidebar ul.settings li { text-align: right; }
div.settings div.sidebar ul.settings li a { border-bottom: 1px solid #eee; background: #fff; padding: 6px 7px; padding-right: 10px; color: #333; text-decoration: none; font-size: 13px; display: block; }
div.settings div.sidebar ul.settings li a:hover {  background: #fff; color: #000; text-decoration: underline;  }
div.settings div.sidebar ul.settings li a.selected { background: #f6f6f6; border-color: #ddd; color: #000; font-weight: bold; }
div.settings div.sidebar ul.settings li a.super { color: #EA1E39; font-weight: bold; }
div.settings div.sidebar ul.settings li a.upgrade { color: #DD1313; font-weight: normal; }

div.settings table.portfolio-images { width: 100%; margin-top: 12px; }
div.settings table.portfolio-images td { padding-bottom: 20px; }
div.settings table.portfolio-images td div.placeholder { width: 200px; height: 145px; background: #efefef; padding:12px; }
div.settings table.portfolio-images td div.placeholder div.upload { display: none; }
div.settings table.portfolio-images td div.placeholder:hover { background-color: #ddd; }
div.settings table.portfolio-images td div.placeholder div.locked { width: 200px; height: 145px; position: absolute; text-align: center; background: #fff url('/static/img2.jpg'); }
div.settings table.portfolio-images td div.placeholder div.locked p { vertical-align: middle; padding-top: 50px; font-size: 13px; color: #999; }
div.settings table.portfolio-images td div.placeholder div.data { width: 200px; height: 145px; position: absolute; text-align: center; }
div.settings table.portfolio-images td div.placeholder div.data .input-file { font-size: 11px; display: inline; margin-top: 60px; }
div.settings table.portfolio-images td div.placeholder div.image { width: 200px; height: 145px; position: absolute; display: none; }
div.settings table.portfolio-images td div.placeholder div.image img { width: 200px; height: 145px; position: absolute; }
div.settings table.portfolio-images td div.placeholder div.image div.delete { cursor: pointer; display: none; position: absolute; padding: 1px 4px; font-size: 11px; font-weight: bold; background: #D51515; color: #fff; }
div.settings table.portfolio-images td div.placeholder div.image div.delete:hover { background: #EC3838; }
div.settings table.portfolio-images td div.placeholder div.loading { display: none; width: 200px; height: 145px; background: #fff url('/images/ajax-img.gif') no-repeat center center; position: absolute; }
div.settings table.portfolio-images td div.placeholder div.status { background: #fff; color: #000; padding: 3px; }

div.settings table.portfolio { width: 100%; }
div.settings table.portfolio td { padding: 12px; }



table.billing { font-size: 14px; width: 50%; }
table.billing td { padding: 5px; }
table.billing td.label { width: 100px; text-align: right; background: #eee; }

table.invoice { width: 500px; border: 1px solid #ccc; }
table.invoice td { padding: 4px; text-align: left; }
table.invoice td.label { font-weight: bold; text-align: right; width: 100px; background: #f7f7f7; }

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

table.setup { margin: 0px; width: 540px; font-size: 13px; }
table.setup td { padding: 8px; vertical-align: middle; }
table.setup td.label { width: 140px; text-align: right; vertical-align: top; padding-top: 14px; font-size: 13px; }
table.setup tr.header td { font-weight: normal; font-size: 24px; color: #4B4B4B; }
table.setup .input { padding: 7px 5px; border: 1px solid #aaa; font-size: 13px; -moz-border-radius: 4px; -khtml-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }
table.setup .input:focus { border-color: #4654A3; }
table.setup label { display: block; padding: 4px 0px; }
table.setup span.required { color: #FF0006; font-size: 13px; }

div.steps { padding: 8px; }
div.steps div.step { float: left; }
div.steps div.step div.number { padding: 4px 8px; float: left; background: #433C92; font-size: 15px; font-weight: bold; color: #fff; }
div.steps div.step div.title { padding: 4px 8px; float: left; font-size: 20px; }

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

div.popup-contact { width: 370px; font-size: 14px; padding: 8px; }
div.popup-contact p.description { color: #555; font-size: 13px; margin: 0px; }
div.popup-contact div.row { padding: 4px 0px; }
div.popup-contact div.buttons { text-align: right; padding: 4px 4px; }
div.popup-contact label { display: block; padding: 4px 0px; font-size: 13px; }
div.popup-contact .input { width: 350px; padding: 5px; border: 1px solid #bbb; font-size: 13px; -moz-border-radius: 4px; -khtml-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }
div.popup-contact .input:focus { border-color: #7C87C4; }
div.popup-contact .input-error, div.popup-contact .input-error:focus { border-color: #EA3634; background: #FFF6F6;  }
div.popup-contact .field-error { font-size: 12px; padding: 3px 0px; color: #DE3323; }

/* -------------------------------------------------------------------------- */
/* Locations Table */
/* -------------------------------------------------------------------------- */

div.locations-page { }
div.locations-page h2 { border-bottom: 1px dotted #ccc; padding-bottom: 8px; }

div.locations-page table.top { width: 100%; }
div.locations-page table.top td { vertical-align: top; width: 20%; padding-bottom: 15px; }
div.locations-page table.top td a { font-size: 20px; text-decoration: none; float: left; margin-right: 8px; }
div.locations-page table.top td a:hover { text-decoration: underline; }
div.locations-page table.top td span { background: #eee; margin-top: 2px; line-height: 12px; padding: 2px 4px; color: #555; float: left; font-size: 10px; -moz-border-radius: 4px; -khtml-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }
div.locations-page table.top td:hover span { background: #555; color: #fff; }

div.locations-page table.states { width: 100%; }
div.locations-page table.states td { vertical-align: top; width: 20%; padding-bottom: 8px; }
div.locations-page table.states td a { font-size: 15px; text-decoration: none; }
div.locations-page table.states td a:hover { text-decoration: underline; }
div.locations-page table.states td span { background: #eee; padding: 0px 4px; color: #555; font-size: 10px; -moz-border-radius: 4px; -khtml-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }
div.locations-page table.states td:hover span { background: #555; color: #fff; }
div.locations-page div.location-cities { display:none; position: absolute; min-width: 100px; background: #fff; border: 1px solid #bbb; padding: 0px; }
div.locations-page div.location-cities a { display: block; font-size: 12px !important; padding: 2px 6px; color: #444; }
div.locations-page div.location-cities a:hover { background: #f4f4f4; color: #000; }

/* -------------------------------------------------------------------------- */
/* Contact Form */
/* -------------------------------------------------------------------------- */

form.contact-form { width: 520px; }
form.contact-form div.field-row { margin-bottom: 12px; }
form.contact-form label { color: #444; display: block; font-weight: bold; margin-bottom: 2px; }
form.contact-form label em { color: #777; font-weight: normal; font-size: 11px; }
form.contact-form .input { width: 500px; padding: 7px 5px; border: 1px solid #aaa; font-size: 13px; -moz-border-radius: 4px; -khtml-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }
form.contact-form .input:focus { border-color: #4654A3; }

/* -------------------------------------------------------------------------- */
/* Login Page */
/* -------------------------------------------------------------------------- */

div.login-page { width: 265px; margin: 0 auto; }
div.login-page div.row { padding: 4px 0px; }
div.login-page div.row div.label { font-weight: bold; padding: 2px 0px; }
div.login-page div.error { text-align: center; color: #ff0000; background: #FFEDEB; padding: 4px; border: 1px solid #FFCDCD; }

/* -------------------------------------------------------------------------- */
/* Signup Page */
/* -------------------------------------------------------------------------- */

div.signup-page {}
div.signup-page div.form { float: left; }
div.signup-page div.sidebar { float: left; margin-left: 20px; margin-top: 65px; }
div.signup-page div.sidebar div.listing-free { float: none; margin: 0px; margin: 0 auto; }
div.signup-page div.sidebar div.listing-free:hover { border-color: #ddd; }
div.signup-page div.notes { float: left; margin-left: 50px; background: #ee00ee; }


/* -------------------------------------------------------------------------- */
/* Upgrade Page */
/* -------------------------------------------------------------------------- */

div.upgrade-page { background: #fff; padding-top: 40px; }
div.upgrade-page div.block-free { float: left; width: 240px; height: 310px; margin-right: 10px; padding: 0px 10px; padding-bottom: 10px; border: 0px solid #ccc; -moz-border-radius: 4px; -khtml-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }
div.upgrade-page div.block-free p.description { line-height: 160%; }
div.upgrade-page div.block-free p.link { text-align: center; }
div.upgrade-page div.block-pro { float: left; padding: 0px 10px; padding-left: 20px; padding-bottom: 10px; background: #fff; width: 655px; height: 310px; border: 0px solid #ccc; border-left: 1px dotted #ccc; -moz-border-radius: 4px; -khtml-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }
div.upgrade-page div.block-pro div.upgrade-button { text-align: center; padding-top: 17px; }
div.upgrade-page div.block-pro div.upgrade-button .powerbutton { font-size: 16px; }
div.upgrade-page ul.stars { padding: 0px; margin: 0px; padding-left: 20px; list-style: none; list-style-type: none; font-size: 14px; }
div.upgrade-page ul.stars li { background: url('/images/star.png') no-repeat scroll 0px 9px; padding: 6px; padding-left: 20px; }
div.upgrade-page div.listing-free { float: none; margin: 0px; margin: 0 auto; }
div.upgrade-page div.listing-free:hover { border-color: #ddd; }
div.upgrade-page div.listing-pro { float: none; margin: 0px; margin-top: 10px; }
div.upgrade-page div.listing-pro:hover { border-color: #ddd; }

/* -------------------------------------------------------------------------- */
/* Companies Listings */
/* -------------------------------------------------------------------------- */

div.listings-grid { background: #fff; }
div.listings-grid div.empty-result { padding: 20px; text-align: center; }
div.listings-grid div.empty-result p { color: #555; font-size: 13px; }
div.listings-grid .no-r-margin { margin-right: 0px; }
div.listings-grid .no-b-margin { margin-bottom: 0px; }
div.listings-grid .no-margin { margin: 0px; }

div.featured-event { padding: 10px; border: 1px solid #ddd; margin-bottom: 10px; }
div.featured-event div.image { float: left; width: 480px; height: 343px; }
div.featured-event div.details { float: left; margin-left: 20px; width: 430px; font-family: Georgia;  }
div.featured-event div.details p { margin: 2px 0px; }
div.featured-event div.details h3 { font-size: 30px; font-family: Georgia; line-height: 130%; margin-top: 10px; margin-bottom: 5px; }
div.featured-event div.details p.description { font-size: 14px; line-height: 150%; font-family: Georgia; color: #333; margin-bottom: 8px; }
div.featured-event div.details p.date { border-bottom: 1px dotted #ddd; font-size: 16px; padding-bottom: 12px; margin: 2px 0px; margin-bottom: 6px; color: #000; font-style: italic; }
div.featured-event div.details p.rsvp { line-height: 170%; font-size: 15px; }

/* -------------------------------------------------------------------------- */
/* Free Listing */
/* -------------------------------------------------------------------------- */

div.listing-free { float: left; width: 209px; height: 80px; padding: 10px; background: #fff; overflow: hidden; border: 1px solid #ddd; margin-right: 12px; margin-bottom: 12px;  }
div.listing-free div.image {  float: left; width: 75px; height: 55px; background: #fff; overflow: hidden;  }
div.listing-free h3 { font-size: 14px; color: #000; font-weight: normal; font-family: Georgia; white-space: nowrap; padding: 0px; margin: 0px; margin-bottom: 6px; }
div.listing-free h3 a { color: #000; text-decoration: none;  margin: 0px; overflow: hidden; }
div.listing-free h3 a:hover { text-decoration: underline; }
div.listing-free div.info { float: left; margin-left: 10px; overflow: hidden; }
div.listing-free div.info p { font-size: 12px; color: #333; line-height: normal; display: block; margin: 0px; margin-top: 1px; padding: 2px 0px; overflow: hidden; }
div.listing-free div.info p.location { color: #888; }
div.listing-free div.bookmark { float: right; background: #fff url('/images/icons-bookmarks.png') no-repeat scroll 0px -27px; width: 9px; height: 17px; margin-top: 37px; cursor: pointer; }
div.listing-free div.bookmark:hover, div.listing-free div.bookmark-selected { background-position: -9px -27px; }
div.listing-free:hover { border-color: #aaa; }

/* -------------------------------------------------------------------------- */
/* PRO Listing */
/* -------------------------------------------------------------------------- */

div.listing-pro { width: 310px; height: 296px; background: #fff; margin-right: 12px; margin-bottom: 12px; overflow: hidden; float: left; text-align: left; font-size: 11px; line-height: 1.3em; border: 1px solid #ddd; }
div.listing-pro div.image { width: 310px; height: 218px; position: relative; z-index: 500; background: #fff; }
div.listing-pro div.image img { width: 310px; height: 218px; }
div.listing-pro div.info { padding: 6px; background: #fff; padding-bottom: 5px; }
div.listing-pro div.info h2 { display: block; font-size: 18px; font-family: Georgia; color: #000; font-weight: bold; white-space: nowrap; padding: 4px 0px; margin: 0px; margin-bottom: 4px; }
div.listing-pro div.info h2 a { display: block; color: #222222; text-decoration: none; margin: 0px; }
div.listing-pro div.info p.budget { font-size: 13px; line-height: normal; display: block; padding: 2px 0px; margin: 0px; }
div.listing-pro div.info p.location { color: #777; padding: 3px 0px; margin: 0px; font-size: 13px; }
div.listing-pro div.bookmark { float: right; margin-top: 8px; margin-right: 4px; background: #fff url('/images/icons-bookmarks.png') no-repeat scroll 0px 0px; width: 14px; height: 27px; cursor: pointer; }
div.listing-pro div.bookmark:hover, div.listing-pro div.bookmark-selected { background-position: -14px 0px; }
div.listing-pro:hover { border-color: #aaa; }

/* -------------------------------------------------------------------------- */
/* Featured Listing */
/* -------------------------------------------------------------------------- */

div.listing-featured { float: left; width: 633px; height: 606px; background: #0a0a0a; overflow: hidden; text-align: left; font-size: 11px; line-height: 1.3em; margin-right: 12px; margin-bottom: 12px; border: 1px solid #999; }
div.listing-featured div.featured-tag { width: 100px; height: 41px; position: absolute; margin-left: -10px; margin-top: 10px; z-index: 900; background: url('/images/card-featured.png') no-repeat; }
div.listing-featured div.image { width: 635px; height: 444px; position: relative; overflow: hidden; z-index: 500; }
div.listing-featured div.image img { width: 635px; height: 444px; }
div.listing-featured div.description { font-size: 12px; padding: 6px 12px; padding-top: 0px; color: #959595; line-height: 160%; }
div.listing-featured div.info { margin: 6px 12px; padding-bottom: 8px; border-bottom: 1px solid #111111; }
div.listing-featured div.info h2 { font-size: 30px; color: #fff; font-weight: bold; white-space: nowrap; padding: 3px 0px; margin: 0px; margin-bottom: 4px; }
div.listing-featured div.info h2 a { display: block; color: #fff; text-decoration: none; padding: 5px 0px; margin: 0px; }
div.listing-featured div.info p.budget { font-size: 13px; font-weight: bold; line-height: normal; display: block; padding: 2px 0px; margin: 0px; color: #eee; }
div.listing-featured div.info p.city { color: #777; padding: 3px 0px; margin: 0px; font-size: 13px; }
div.listing-featured div.info p.category { color: #777; padding: 3px 0px; margin: 0px; font-size: 13px; }

/* -------------------------------------------------------------------------- */
/* Ad Block Listing */
/* -------------------------------------------------------------------------- */

div.listing-ad { float: left; width: 308px; height: 293px; background: #f7f7f7; margin-right: 12px; margin-bottom: 12px; overflow: hidden; border: 2px dashed #ccc; }
div.listing-ad div.info { margin: 6px 12px; }
div.listing-ad h3 { font-family: Georgia; font-size: 18px; color: #433C92; margin-bottom: 8px; text-align: center; }
div.listing-ad div.button { text-align: center; margin-top: 7px; }
div.listing-ad .powerbutton { font-size: 14px; width: 200px; }
div.listing-ad ul.features { margin: 0px; padding: 0px; line-height: 100%; list-style: none; list-style-type: none; }
div.listing-ad ul.features li { padding: 5px 0px; }
div.listing-ad ul.features li h4 { padding: 0px; margin: 0px; font-size: 14px; font-weight: bold;; }
div.listing-ad ul.features li p { padding: 0px; margin: 0px; font-size: 12px; padding-top: 3px; color: #555; }
div.listing-ad-long { width: 632px; }
div.listing-ad-long h3 { font-size: 22px; }
div.listing-ad-long .powerbutton { margin-top: 12px; }
div.listing-ad-long div.image { float: left; width: 200px; margin-top: 25px; margin-left: 25px; }
div.listing-ad-long div.info { float: right; width: 370px; }
div.listing-ad-long ul.features li { padding: 10px 0px; }
div.listing-ad-long ul.features li p { font-size: 13px; padding-top: 6px; }
div.listing-banner { float: left; width: 312px; height: 298px; overflow: hidden; }
div.listing-banner img { width: 312px; height: 298px; }

/* -------------------------------------------------------------------------- */
/* Company Profile */
/* -------------------------------------------------------------------------- */

div.company-profile { margin-top: 10px; }
div.company-profile div.notice { text-align: center; background: #FFFFCE; padding: 10px; border: 1px solid #FFE69E; margin-bottom: 12px; -moz-border-radius: 4px; -khtml-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }
div.company-profile div.title { border-bottom: 1px dotted #c2c2c2; padding-bottom: 8px; margin-bottom: 14px; }
div.company-profile div.title h2 { float: left; font-size: 32px; font-weight: normal; padding: 8px 0px; margin: 0px; }
div.company-profile div.title ul.controls { margin-top: 10px; }
div.company-profile div.information { width: 637px; float: left; padding-right: 20px; margin-right: 20px; border-right: 1px dotted #ccc; }
div.company-profile div.information p.description { font-family: Georgia; font-size: 14px; line-height: 180%; margin: 0px; margin-top: 20px; text-align: justify; }
div.company-profile div.information div.gallery { /*border: 1px solid #ddd; */ width: 635px; height: 444px; }
div.company-profile div.information div.gallery ul { list-style: none; list-style-type: none; padding: 0px; margin: 0px; }
div.company-profile div.information div.gallery li {  }
div.company-profile div.information div.gallery img.portfolio-image { width: 635px; height: 444px; }
div.company-profile div.sidebar { float: left; width: 279px; }
div.company-profile div.sidebar ul.fields { border-bottom: 1px dotted #ccc; padding: 0 0 10px 0; margin: 0 0 10px 0; list-style: none; list-style-type: none; }
div.company-profile div.sidebar ul.fields li { padding: 4px 0px; }
div.company-profile div.sidebar ul.fields li a.website {background: url("/images/hyperlink_icon.png") left center no-repeat;padding-left: 15px;}
div.company-profile div.sidebar ul.fields li ul.categories { display: inline-block; float: left; list-style-type: none; padding: 0; margin: 0 5px 0 0; }
div.company-profile div.sidebar ul.fields li ul.categories li { padding: 0; }
div.company-profile div.sidebar ul.fields span.pro { color: #DA1515; font-weight: bold; text-transform: uppercase; }
div.company-profile div.sidebar div.map { width: 250px; height: 250px; background: url('/images/ajax-img.gif') no-repeat scroll 50% 50%; padding: 5px 0; }

/* -------------------------------------------------------------------------- */
/* Bookmarks Page */
/* -------------------------------------------------------------------------- */

div.bookmarks-page { }
div.bookmarks-page div.title { border-bottom: 1px solid #ccc; margin-bottom: 12px; }
div.bookmarks-page div.title h2 { float: left; margin-bottom: 12px; }
div.bookmarks-page div.title ul.controls { margin-top: 20px; }
div.bookmarks-page ul.controls a.delete{padding-left: 25px;}
div.bookmarks-page h3 { margin-bottom: 4px; }
div.bookmarks-page h4 { font-size: 18px; margin-bottom: 20px; color: #696969; }
div.bookmarks-page h4 span.count { font-size: 13px; font-weight: normal; }
div.bookmarks-page p.description { color: #555; margin-top: 0px; }
div.bookmarks-page textarea { margin-bottom: 8px; width: 300px; }
div.bookmarks-page label { display: block; padding-bottom: 3px; }
div.bookmarks-page div.signup-reminder { margin-top: 20px; text-align: center; font-size: 18px; color: #555; font-family: Georgia; }

/* -------------------------------------------------------------------------- */
/* Static Pages */
/* -------------------------------------------------------------------------- */

div.static-page { font-size: 13px; line-height: 160%; }
div.static-page {}
div.static-page h2 { border-bottom: 1px dotted #ccc; padding-bottom: 8px; }
div.static-page ul, div.static-page ol, div.static-page p { font-size: 15px; font-family: Georgia !important;}
div.static-page h3 { padding: 0px; margin-bottom: 0px; }

/* -------------------------------------------------------------------------- */
/* About Page */
/* -------------------------------------------------------------------------- */

div.about-page {}
div.about-page h2 { font-size: 32px; color: #000; }
div.about-page p { line-height: 160%; font-size: 13px; }
div.about-page p.summary { font-size: 15px; font-family: Georgia; }
div.about-page div.people { border-top: 2px solid #e4e4e4; margin-top: 20px; padding-top: 10px; }
div.about-page div.people h2 { margin-bottom: 30px; font-size: 32px; }
div.about-page div.people .first { padding-right: 19px; width: 460px; border-right: 1px dotted #ccc; }
div.about-page div.people .last { padding-left: 19px; width: 460px; }
div.about-page div.people div.person { float: left; height: 210px; }
div.about-page div.people div.person img { float: left; margin-right: 12px; }
div.about-page div.people div.person h3 { padding: 4px; margin: 0px; font-size: 23px; font-weight: bold; margin-bottom: 8px; }
div.about-page div.people div.person a.email { }
div.about-page div.people div.person p.about { line-height: 140%; font-size: 14px; margin-top: 6px; text-align: left; color: #252525; font-family: Georgia;}
div.about-page div.people div.separator { margin-top: 8px; height: 10px; border-top: 1px dotted #ccc; }
div.about-page div.contact { margin-top: 20px; padding: 15px; text-align: center; font-size: 20px; font-family: Georgia; color: #444; border: 1px solid #ddd; background: #f1f1f1; -moz-border-radius: 6px; -khtml-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px; }
div.about-page div.social { width: 500px; margin: 0px auto; margin-top: 8px; border-top: 1px dotted #ccc; padding: 20px; }
div.about-page div.social ul { list-style: none; list-style-type: none; padding: 0px; margin: 0px; }
div.about-page div.social ul li { float: left; padding-right: 20px; padding-left: 40px; height: 32px; overflow: hidden; padding-top: 4px; }
div.about-page div.social ul li a { color: #000; font-size: 18px; font-family: Georgia; }
div.about-page div.social ul li a:hover { color: #555; }
div.about-page div.social ul li.twitter { background: url('/images/social-icons/twitter.png') no-repeat; }
div.about-page div.social ul li.facebook { background: url('/images/social-icons/facebook.png') no-repeat; }

/* -------------------------------------------------------------------------- */
/* Pricing Page */
/* -------------------------------------------------------------------------- */

div.features-page { padding-top: 20px; padding-left: 20px; padding-right: 20px; }
div.features-page h2 { margin-top: 8px; }
div.features-page div.pro-block { border-bottom: 2px solid #e4e4e4; padding-bottom: 20px; margin-bottom: 20px; }
div.features-page div.free-block { }
div.features-page div.information { float: left; margin-left: 20px; width: 550px; }
div.features-page div.sample { float: left; width: 324px; }
div.features-page div.listing-pro { float: right; }
div.features-page div.listing-free { float: none; margin: 0 auto; }
div.features-page div.listing-pro:hover { border-color: #ddd; }
div.features-page div.listing-free:hover { border-color: #ddd; }
div.features-page div.information div.pricing { padding: 8px 0px; margin-top: 30px; }
div.features-page div.information div.pricing h2 { color: #433C92; float: left; margin: 0px; padding: 0px; padding-top: 8px; }
div.features-page div.information div.pricing .button { float: right; font-size: 15px; width: 130px;  }
div.features-page ul .icons { background: url('/images/large-icons.png') no-repeat; }
div.features-page ul { margin: 0px; padding: 0px; list-style: none; list-style-type: none; }
div.features-page ul li { height: 45px; padding-left: 50px; }
div.features-page ul li h3 { margin-bottom: 2px; font-size: 19px; }
div.features-page ul li p { color: #666; padding: 0px; margin: 0px; }
div.features-page ul li.icon-1 { background-position: 5px -15px; }
div.features-page ul li.icon-2 { background-position: 0px -115px; }
div.features-page ul li.icon-3 { background-position: 0px -225px; }
div.features-page ul li.icon-4 { background-position: 5px -330px; }
div.features-page ul li.icon-5 { background-position: 5px -433px; }
div.features-page ul li.icon-6 { background-position: 5px -540px; }
div.features-page ul li.icon-7 { background-position: 5px -630px; }

/* -------------------------------------------------------------------------- */
/* iPhone App Page */
/* -------------------------------------------------------------------------- */

div.iphone-page {  padding: 0 !important;  }
div.iphone-page-block { padding: 105px 410px 0 0; background: right 10px no-repeat url('/images/iphone.jpg'); min-height: 520px !important; }
div.iphone-page-block h1 { font-size: 53px; line-height: 53px; margin: 0 0 25px; }
div.iphone-page-block h2 { font-size: 20px; margin: 0 0 30px; }
div.iphone-page-block .ap-btn { width: 233px; height: 72px; background-position: 0 0; display: block; background: no-repeat url('/images/bg-btn-download.png'); overflow: hidden; float: right; padding: 0 0 0 65px; color: #fff; font-size: 20px; line-height: 72px; font-family: 'Lucida Grande', Arial, Helvetica, sans-serif; text-decoration: none; }
div.iphone-page-block .ap-btn:hover { background-position: 0 -72px; }
div.iphone-page-block-inner { background: bottom left no-repeat url('/images/ap-store.gif');}

/* -------------------------------------------------------------------------- */
/* Press Page */
/* -------------------------------------------------------------------------- */

div.press-page { padding-top: 20px; }
div.press-page ul { list-style: none; list-style-type: none; padding: 0px; margin: 0px; padding-top: 12px; }
div.press-page ul li { border-bottom: 1px dotted #d5d5d5; padding-left: 115px; }
div.press-page ul li p { font-size: 22px; color: #383838; font-style: italic; font-family: Georgia; line-height: 140%; }
div.press-page ul li p.author { color: #413c8e; text-align: right; font-style: normal; }
div.press-page .quote-logos { background: url('/images/press.png') no-repeat; }
div.press-page .quote-logo-1 { background-position: 0px 0px; }
div.press-page .quote-logo-2 { background-position: -4px -222px; }
div.press-page .quote-logo-3 { background-position: -4px -449px; }
div.press-page .quote-logo-4 { background-position: -3px -696px; }
div.press-page .quote-logo-5 { background-position: -5px -943px; }

/* -------------------------------------------------------------------------- */
/* Media Page */
/* -------------------------------------------------------------------------- */

div.media-page {}
div.media-page h1 span.date { font-size: 13px; color: #555; }
div.media-page div.thumbnails { margin-top: 20px; }
div.media-page div.thumbnails .thumbnail { width: 122px; height: 82px; float: left; padding: 5px; background: #ddd url('/images/thumb-bg.png') repeat-x; margin-right: 30px; margin-bottom: 30px;  }
div.media-page div.thumbnails .thumbnail img { width: 120px; height: 80px; border: 1px solid #fff; }
div.media-page div.thumbnails .thumbnail:hover { background: #7540C4; }

/* -------------------------------------------------------------------------- */
/* User Signup Page */
/* -------------------------------------------------------------------------- */
div.user-signup-page {padding-left: 50px;padding-right: 150px;}
div.user-signup-page .signup_form {float: left;width: 300px;}
div.user-signup-page .signup_form form {}
div.user-signup-page .signup_form form div.row { padding: 4px 0px; }
div.user-signup-page .signup_form form div.row label { display: block; padding-bottom: 3px; font-weight: bold; }
div.user-signup-page .features {float: right;margin-top: 75px;width: 400px;}

/* -------------------------------------------------------------------------- */
/* JSON Autocomplete */
/* -------------------------------------------------------------------------- */

.ac_results { padding: 2px; border: 1px solid #aaa; background-color: white; overflow: hidden; z-index: 99999; }
.ac_results ul { width: 100%; list-style-position: outside; list-style: none; padding: 0; margin: 0; }
.ac_results li { margin: 0px; padding: 2px 5px; cursor: default; display: block; font: menu; font-size: 12px; line-height: 16px; overflow: hidden; }
.ac_loading { background: white url('/images/indicator.gif') right center no-repeat; }
.ac_odd { background-color: #eee; }
.ac_over { background-color: #433C92; color: white; }

/* -------------------------------------------------------------------------- */
/* Event Listings
/* -------------------------------------------------------------------------- */
/*
div.event-listings-header {display: inline-block;margin: 20px 0;width: 100%;}
div.event-listings-header h1 {background: url("/images/events/calendar_icon.png") left center no-repeat;color: #433C92;float: left;font-size: 24px;font-weight: bold;margin-top: 20px;padding-left: 40px;width: 300px;}
div.event-listings-header p {float: right;font-family: Georgia, "Times New Roman", serif;font-size: 20px;font-style: italic;line-height: 26px;margin: 0;width: 600px;}
div.event-listings-header p span {color: #777676;font-family: Helvetica, Arial, sans;font-size: 16px;margin-left: 10px;}
div.event-listings-grid {display: inline-block;width: 100%;}
div.event-listings-grid div.empty-result { padding: 20px; text-align: center; }

div.listing-event { width: 310px; height: 296px; background: #fff; margin-right: 8px; margin-bottom: 8px; overflow: hidden; float: left; text-align: left; font-size: 11px; line-height: 1.3em; border: 1px solid #ddd; }
div.listing-event div.image { width: 310px; height: 218px; position: relative; z-index: 500; background: #fff; }
div.listing-event div.image img { width: 310px; height: 218px; }
div.listing-event div.info { background: #fff url("/images/events/listing_icon.png") 275px 45px no-repeat; padding: 6px; padding-bottom: 5px; }
div.listing-event div.info h2 { display: block; font-size: 18px; font-family: Georgia; color: #000; font-weight: bold; white-space: nowrap; padding: 4px 0px; margin: 0px; margin-bottom: 4px; }
div.listing-event div.info h2 a { display: block; color: #222222; text-decoration: none; margin: 0px; }
div.listing-event div.info p.start_date { font-size: 13px; line-height: normal; display: block; padding: 2px 0px; margin: 0px; }
div.listing-event div.info p.location { color: #777; padding: 3px 0px; margin: 0px; font-size: 13px; }
div.listing-event:hover { border-color: #aaa; }
*/

div.page.calendar div.event-listings-header {
  display: inline-block;
  width: 100%;
}

div.page.calendar div.event-listings-header h2 {
  border-right: 1px solid #4e4798;
  display: inline-block;
  float: left;
  line-height: 26px;
  margin: 17px 15px 17px 0;
  padding: 0 15px 0 0;
}

div.page.calendar div.event-listings-header h3 {
  color: #666;
  display: inline-block;
  float: left;
  font-size: 24px;
  font-style: italic;
  font-weight: normal;
  line-height: 60px;
  padding: 0;
  margin: 0;
}

div.page.calendar table.calendar {
  border-spacing: 0;
  display: block;
  width: 959px;
}

div.page.calendar table.calendar th,
div.page.calendar table.calendar td {
  width: 137px;
  margin: 0;
  padding: 0;
  vertical-align: top;
}

div.page.calendar table.calendar th h4 {
  font-family: Georgia, Times, serif;
  font-size: 18px;
  font-style: italic;
  font-weight: normal;
  margin: 5px 0 15px 0;
  padding-left: 5px;
  text-align: left;
}

div.page.calendar table.calendar thead {
  border-bottom: 2px solid #8e8abe;
  display: block;
}

div.page.calendar table.calendar tbody {
  background: url("/images/calendar_lines.png") repeat-y;
  display: block;
  margin-top: 10px;
}

div.page.calendar table.calendar tbody td ul.event {
  list-style-type: none;
  margin: 0 0 30px 0;
  padding: 0 6px;
}

div.page.calendar table.calendar tbody td ul.event li {
  margin-bottom: 5px;
}

div.page.calendar table.calendar tbody td ul.event li img {
  border: 5px solid #fff;
  box-shadow: 1px 1px 4px #9f9f9f;
  height: 148px;
  margin-bottom: 5px;
  width: 115px;
}

div.page.calendar table.calendar tbody td ul.event li.time {
  font-size: 12px;
}

div.page.calendar table.calendar tbody td ul.event li.title a {
  font-family: Georgia, Times, serif;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}
div.page.calendar table.calendar tbody td ul.event li.desc {
  color: #535354;
  font-size: 12px;
}
div.page.calendar table.calendar tbody td ul.event li.location {
  color: #535354;
  font-size: 11px;
  font-style: italic;
}
div.page.calendar table.calendar tbody td ul.event li.website a {
  background: url("/images/hyperlink_icon.png") left center no-repeat;
  font-size: 11px;
  font-style: italic;
  padding-left: 15px;
}

div.page.calendar table.calendar.free {border-top: 2px solid #8e8abe;margin-top: 10px;}
div.page.calendar table.calendar.free tbody td ul.event li.title a {color: #535354;font-family: Arial, Helvetica, sans;font-size: 12px;font-weight: normal;}
div.page.calendar table.calendar.free tbody td ul.event li.title a:hover {color: #333;}
div.page.calendar table.calendar.free tbody td ul.event {background: url("/images/events/event_bullet.png") 10px 8px no-repeat;margin: 0 0 15px 0;padding-left: 20px;}
div.page.calendar table.calendar.free tbody td ul.event li {margin-bottom: 0px;}
div.page.calendar table.calendar.free tbody td ul.event li.location {margin: 5px 0;}


/* -------------------------------------------------------------------------- */
/* 404 Page
/* -------------------------------------------------------------------------- */
div.page-404 { padding: 80px 50px; text-align: center; }
div.page-404 h2 { margin-bottom: 20px; }
div.page-404 p { font-size: 15px; color: #555; line-height: 160%; }


/* -------------------------------------------------------------------------- */
/* Event Profile
/* -------------------------------------------------------------------------- */
div.event-profile { margin-top: 10px; }
div.event-profile div.notice { text-align: center; background: #FFFFCE; padding: 10px; border: 1px solid #FFE69E; margin-bottom: 12px; -moz-border-radius: 4px; -khtml-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }
div.event-profile div.title { border-bottom: 1px dotted #c2c2c2; padding-bottom: 8px; margin-bottom: 14px; }
div.event-profile div.title h2 { background: url("/images/events/calendar_icon.png") left center no-repeat; float: left; font-size: 32px; font-weight: normal; padding: 8px 0 8px 45px; margin: 0px; }
div.event-profile div.title ul.controls { margin-top: 10px; }
div.event-profile div.information { width: 637px; float: left; padding-right: 20px; margin-right: 20px; border-right: 1px dotted #ccc; }
div.event-profile div.information p.description { font-family: Georgia; font-size: 14px; line-height: 180%; margin: 0px; margin-top: 20px; text-align: justify; }
div.event-profile div.information div.gallery { width: 635px; height: 444px; }
div.event-profile div.information div.gallery ul { list-style: none; list-style-type: none; padding: 0px; margin: 0px; }
div.event-profile div.information div.gallery li {  }
div.event-profile div.information div.gallery img.portfolio-image { width: 635px; height: 444px; }
div.event-profile div.sidebar { float: left; width: 279px; }
div.event-profile div.sidebar ul.fields { display: inline-block;padding: 0px; margin: 0px; list-style: none; list-style-type: none; }
div.event-profile div.sidebar ul.fields li { clear: both; padding: 4px 0px; }
div.event-profile div.sidebar ul.fields li.where span { display: inline-block;float: left;margin-right: 5px; }
div.event-profile div.sidebar ul.fields li a.website {background: url("/images/hyperlink_icon.png") left center no-repeat;padding-left: 15px;}
div.event-profile div.sidebar ul.fields span.event-info { font-size: 14px;font-weight: bold; }
div.event-profile div.sidebar div.map { width: 250px; height: 250px; background: url('/images/ajax-img.gif') no-repeat scroll 50% 50%; margin-top: 13px; padding-top: 15px; border-top: 1px dotted #ccc; }
div.event-profile div.sidebar div.back a {background: url("/images/events/icon_back.png") left center no-repeat;display: inline-block;font-family: Georgia, Times, serif;font-size: 14px;font-style: italic;line-height: 17px;margin-top: 25px;min-height: 17px;padding-left: 25px;}


/* -------------------------------------------------------------------------- */
/* Sign Up Splash
/* -------------------------------------------------------------------------- */
.wrapper.signup_index {background: url("../images/signup_splash_bg.png");}
#signup_splash #box_outter_wrapper {background: url("../images/splash/box_bg.png");border: 4px solid #fff;box-shadow: 1px 1px 5px #7d7d7d;height: 305px;margin: 100px auto;width: 490px;}
#signup_splash #box_wrapper {border: 5px solid #232060;height: 295px;position: relative;width: 480px;}
#signup_splash .box {border: 4px solid #fff;border-radius: 5px;height: 289px;position: absolute;left: -1px;top: -1px;width: 474px;}
#signup_splash .box h2 {color: #211e5f;font-size: 30px;font-style: italic;margin: 60px 0 12px 0;text-align: center;text-shadow: 0px 1px 0px #fff;}
#signup_splash .box hr {border-top: 1px solid #c3c3c3;border-bottom: 2px solid #c3c3c3;border-left: none;border-right: none;height: 3px;margin: 0 auto;width: 355px;}
#signup_splash .box p {color: #211e5f;font-family: Georgia, Times, serif;font-size: 20px;margin: 50px 0;text-align: center;}
#signup_splash .box .actions {margin: 0 auto;width: 355px;}
#signup_splash .box .actions a {background: url("../images/splash/btn_bg.png") repeat-x;border-radius: 8px;color: #fff;display: block;font-family: Georgia, Times, serif;font-size: 16px;height: 39px;line-height: 39px;padding: 0 15px;text-align: center;text-decoration: none;text-shadow: 0px 2px 0px #2c275e;width: 130px;}
#signup_splash .box .actions a:hover {background-position: 0 -39px;}
#signup_splash .box .actions a.left {float: left;}
#signup_splash .box .actions a.right {float: right;}
