/* incase an inverted custom gradient isn't specified */

/* line 1, ../../../../../app/stylesheets/controllers/_user.sass */
body.user-login {
  margin: 0px;
  background-color: #3879ca;
  color: #333;
}
/* line 7, ../../../../../vendor/gems/compass-0.10.0.pre5/frameworks/blueprint/stylesheets/blueprint/_debug.sass */
body.user-login .showgrid {
  background: url('/images/grid.png?1274974220');
}
/* line 5, ../../../../../app/stylesheets/layouts/_application.sass */
body.user-login .flash-error {
  padding: .8em;
  margin-bottom: 1em;
  border: 2px solid #dddddd;
  background: #fbe3e4;
  color: #8a1f11;
  border-color: #fbc2c4;
}
/* line 30, ../../../../../vendor/gems/compass-0.10.0.pre5/frameworks/blueprint/stylesheets/blueprint/_interaction.sass */
body.user-login .flash-error a {
  color: #8a1f11;
}
/* line 7, ../../../../../app/stylesheets/layouts/_application.sass */
body.user-login .flash-notice {
  padding: .8em;
  margin-bottom: 1em;
  border: 2px solid #dddddd;
  background: #fff6bf;
  color: #514721;
  border-color: #ffd324;
}
/* line 38, ../../../../../vendor/gems/compass-0.10.0.pre5/frameworks/blueprint/stylesheets/blueprint/_interaction.sass */
body.user-login .flash-notice a {
  color: #514721;
}
/* line 9, ../../../../../app/stylesheets/layouts/_application.sass */
body.user-login .flash-success {
  padding: .8em;
  margin-bottom: 1em;
  border: 2px solid #dddddd;
  background: #e6efc2;
  color: #264409;
  border-color: #c6d880;
}
/* line 46, ../../../../../vendor/gems/compass-0.10.0.pre5/frameworks/blueprint/stylesheets/blueprint/_interaction.sass */
body.user-login .flash-success a {
  color: #264409;
}
/* line 7, ../../../../../app/stylesheets/controllers/_user.sass */
body.user-login #container {
  background-color: #fff;
  width: 230px;
  margin: 0 auto;
  overflow: hidden;
  display: inline-block;
  padding-left: 40px;
  padding-right: 40px;
  margin-top: 10em;
  padding-top: 1em;
  padding-bottom: 2em;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 2px solid #0d4eaf;
}
/* line 5, ../../../../../vendor/gems/compass-0.10.0.pre5/frameworks/compass/stylesheets/compass/utilities/general/_hacks.sass */
body.user-login #container {
  display: block;
}
/* line 22, ../../../../../app/stylesheets/controllers/_user.sass */
body.user-login #header {
  text-align: center;
  margin-bottom: 1em;
}
/* line 25, ../../../../../app/stylesheets/controllers/_user.sass */
body.user-login #header h1 {
  text-indent: -9999em;
  overflow: hidden;
  text-align: left;
  background-image: url('/images/280/logo.png?1274974220');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 165px;
  height: 87px;
}
/* line 49, ../../../../../vendor/gems/compass-0.10.0.pre5/frameworks/blueprint/stylesheets/blueprint/_form.sass */
body.user-login fieldset {
  border: 1px solid #cccccc;
}
/* line 51, ../../../../../vendor/gems/compass-0.10.0.pre5/frameworks/blueprint/stylesheets/blueprint/_form.sass */
body.user-login input.text, body.user-login input.title, body.user-login input[type=text], body.user-login input[type=password],
body.user-login textarea,
body.user-login select {
  border: 1px solid #bbbbbb;
}
/* line 55, ../../../../../vendor/gems/compass-0.10.0.pre5/frameworks/blueprint/stylesheets/blueprint/_form.sass */
body.user-login input.text:focus, body.user-login input.title:focus, body.user-login input[type=text]:focus, body.user-login input[type=password]:focus,
body.user-login textarea:focus,
body.user-login select:focus {
  border: 1px solid #666666;
}
/* line 8, ../../../../../app/stylesheets/partials/_forms.sass */
body.user-login input.text, body.user-login input.title, body.user-login input[type=text], body.user-login input[type=password], body.user-login textarea {
  padding-left: 3px;
  padding-right: 3px;
}
/* line 14, ../../../../../app/stylesheets/partials/_forms.sass */
body.user-login .field {
  display: inline;
  float: left;
  margin-right: 0;
  width: 230px;
  margin-top: 0.5em;
}
/* line 101, ../../../../../vendor/gems/compass-0.10.0.pre5/frameworks/blueprint/stylesheets/blueprint/_grid.sass */
* html body.user-login .field {
  overflow-x: hidden;
}
/* line 17, ../../../../../app/stylesheets/partials/_forms.sass */
body.user-login .field label {
  display: block;
  display: inline;
  float: left;
  margin-right: 10px;
  width: 70px;
  text-align: right;
}
/* line 101, ../../../../../vendor/gems/compass-0.10.0.pre5/frameworks/blueprint/stylesheets/blueprint/_grid.sass */
* html body.user-login .field label {
  overflow-x: hidden;
}
/* line 21, ../../../../../app/stylesheets/partials/_forms.sass */
body.user-login .field input.text {
  display: block;
  display: inline;
  float: left;
  margin-right: 0;
  width: 142px;
}
/* line 101, ../../../../../vendor/gems/compass-0.10.0.pre5/frameworks/blueprint/stylesheets/blueprint/_grid.sass */
* html body.user-login .field input.text {
  overflow-x: hidden;
}
/* line 25, ../../../../../app/stylesheets/partials/_forms.sass */
body.user-login .field input.submit {
  margin-left: 80px;
}
/* line 4, ../../../../../app/stylesheets/partials/_buttons.sass */
body.user-login a.button, body.user-login button, body.user-login input.submit {
  font-family: "Lucida Grande", Lucida, Arial, sans_serif;
  background: url('/images/button_bg.png?1274974220') repeat-x bottom left;
  margin: 0;
  width: auto;
  overflow: visible;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  border-style: solid;
  font-weight: bold;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  font-size: 18px;
  line-height: 21.6px;
  padding: 5px 18px;
  border-width: 1px;
  background-color: #444444;
  background: -webkit-gradient(linear, left top, left bottom, from(#6a6a6a), to(#353535));
  background: -moz-linear-gradient(left top, left bottom, from(#6a6a6a), to(#353535));
  border-color: #1e1e1e;
  text-shadow: #040404 0px 1px 1px;
  color: white;
  margin: 0 2px;
  vertical-align: middle;
}
/* line 161, ../../../../../vendor/gems/fancy-buttons-0.3.7/lib/sass/_fancy_buttons.sass */
body.user-login a.button::-moz-focus-inner, body.user-login button::-moz-focus-inner, body.user-login input.submit::-moz-focus-inner {
  border: none;
  padding: 0;
}
/* line 164, ../../../../../vendor/gems/fancy-buttons-0.3.7/lib/sass/_fancy_buttons.sass */
body.user-login a.button:focus, body.user-login button:focus, body.user-login input.submit:focus {
  outline: none;
}
/* line 166, ../../../../../vendor/gems/fancy-buttons-0.3.7/lib/sass/_fancy_buttons.sass */
body.user-login a.button.disabled, body.user-login a.button[disabled], body.user-login button.disabled, body.user-login button[disabled], body.user-login input.submit.disabled, body.user-login input.submit[disabled] {
  opacity: 0.7;
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  filter: alpha(opacity=70);
}
/* line 171, ../../../../../vendor/gems/fancy-buttons-0.3.7/lib/sass/_fancy_buttons.sass */
body.user-login a.button.disabled:hover, body.user-login a.button.disabled:focus, body.user-login a.button[disabled]:hover, body.user-login a.button[disabled]:focus, body.user-login button.disabled:hover, body.user-login button.disabled:focus, body.user-login button[disabled]:hover, body.user-login button[disabled]:focus, body.user-login input.submit.disabled:hover, body.user-login input.submit.disabled:focus, body.user-login input.submit[disabled]:hover, body.user-login input.submit[disabled]:focus {
  cursor: default;
}
/* line 142, ../../../../../vendor/gems/fancy-buttons-0.3.7/lib/sass/_fancy_buttons.sass */
body.user-login a.button:active, body.user-login button:active, body.user-login input.submit:active {
  padding: 4px 17px;
  border-width: 2px;
}
/* line 145, ../../../../../vendor/gems/fancy-buttons-0.3.7/lib/sass/_fancy_buttons.sass */
body.user-login a.button.disabled:active, body.user-login a.button[disabled], body.user-login button.disabled:active, body.user-login button[disabled], body.user-login input.submit.disabled:active, body.user-login input.submit[disabled] {
  padding: 5px 18px;
  border-width: 1px;
}
/* line 23, ../../../../../vendor/gems/fancy-buttons-0.3.7/lib/sass/_fancy_buttons.sass */
body.user-login a.button.disabled:active, body.user-login a.button.disabled:hover, body.user-login a.button[disabled]:active, body.user-login a.button[disabled]:hover, body.user-login button.disabled:active, body.user-login button.disabled:hover, body.user-login button[disabled]:active, body.user-login button[disabled]:hover, body.user-login input.submit.disabled:active, body.user-login input.submit.disabled:hover, body.user-login input.submit[disabled]:active, body.user-login input.submit[disabled]:hover {
  background-color: #444444;
  background: -webkit-gradient(linear, left top, left bottom, from(#6a6a6a), to(#353535));
  background: -moz-linear-gradient(left top, left bottom, from(#6a6a6a), to(#353535));
  border-color: #1e1e1e;
  text-shadow: #040404 0px 1px 1px;
  color: white;
}
/* line 25, ../../../../../vendor/gems/fancy-buttons-0.3.7/lib/sass/_fancy_buttons.sass */
body.user-login a.button:hover, body.user-login a.button:focus, body.user-login button:hover, body.user-login button:focus, body.user-login input.submit:hover, body.user-login input.submit:focus {
  background-color: #3c3c3c;
  background: -webkit-gradient(linear, left top, left bottom, from(#626262), to(#2d2d2d));
  background: -moz-linear-gradient(left top, left bottom, from(#626262), to(#2d2d2d));
  border-color: #161616;
  text-shadow: black 0px 1px 1px;
  color: white;
}
/* line 30, ../../../../../vendor/gems/fancy-buttons-0.3.7/lib/sass/_fancy_buttons.sass */
body.user-login a.button:active, body.user-login button:active, body.user-login input.submit:active {
  background-color: #353535;
  background: -webkit-gradient(linear, left top, left bottom, from(#333333), to(#4c4c4c), color-stop(85%, #3a3a3a), color-stop(40%, #3a3a3a));
  background: -moz-linear-gradient(left top, left bottom, from(#333333), to(#4c4c4c), color-stop(85%, #3a3a3a), color-stop(40%, #3a3a3a));
  border-color: #0f0f0f;
  text-shadow: black 0px -1px -1px;
  color: white;
}
/* line 32, ../../../../../app/stylesheets/controllers/_user.sass */
body.user-login form input.text {
  background-color: #E8E9E7;
  border-color: #CCCDCD;
}

/* line 22, ../../../../../app/stylesheets/controllers/_welcome.sass */
body.welcome {
  margin: 0px;
  font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
}
/* line 7, ../../../../../vendor/gems/compass-0.10.0.pre5/frameworks/blueprint/stylesheets/blueprint/_debug.sass */
body.welcome .showgrid {
  background: url('/images/grid.png?1274974220');
}
/* line 5, ../../../../../app/stylesheets/layouts/_application.sass */
body.welcome .flash-error {
  padding: .8em;
  margin-bottom: 1em;
  border: 2px solid #dddddd;
  background: #fbe3e4;
  color: #8a1f11;
  border-color: #fbc2c4;
}
/* line 30, ../../../../../vendor/gems/compass-0.10.0.pre5/frameworks/blueprint/stylesheets/blueprint/_interaction.sass */
body.welcome .flash-error a {
  color: #8a1f11;
}
/* line 7, ../../../../../app/stylesheets/layouts/_application.sass */
body.welcome .flash-notice {
  padding: .8em;
  margin-bottom: 1em;
  border: 2px solid #dddddd;
  background: #fff6bf;
  color: #514721;
  border-color: #ffd324;
}
/* line 38, ../../../../../vendor/gems/compass-0.10.0.pre5/frameworks/blueprint/stylesheets/blueprint/_interaction.sass */
body.welcome .flash-notice a {
  color: #514721;
}
/* line 9, ../../../../../app/stylesheets/layouts/_application.sass */
body.welcome .flash-success {
  padding: .8em;
  margin-bottom: 1em;
  border: 2px solid #dddddd;
  background: #e6efc2;
  color: #264409;
  border-color: #c6d880;
}
/* line 46, ../../../../../vendor/gems/compass-0.10.0.pre5/frameworks/blueprint/stylesheets/blueprint/_interaction.sass */
body.welcome .flash-success a {
  color: #264409;
}
/* line 8, ../../../../../app/stylesheets/layouts/_search.sass */
body.welcome a {
  color: inherit;
  text-decoration: inherit;
  cursor: inherit;
  text-decoration: none;
  cursor: pointer;
}
/* line 6, ../../../../../vendor/gems/compass-0.10.0.pre5/frameworks/compass/stylesheets/compass/utilities/links/_unstyled_link.sass */
body.welcome a:active, body.welcome a:focus {
  outline: none;
}
/* line 4, ../../../../../vendor/gems/compass-0.10.0.pre5/frameworks/compass/stylesheets/compass/utilities/links/_hover_link.sass */
body.welcome a:hover {
  text-decoration: underline;
}
/* line 13, ../../../../../app/stylesheets/layouts/_search.sass */
body.welcome #content, body.welcome #footer {
  color: #747474;
}
/* line 16, ../../../../../app/stylesheets/layouts/_search.sass */
body.welcome #container {
  width: 790px;
  margin: 0 auto;
  overflow: hidden;
  display: inline-block;
}
/* line 5, ../../../../../vendor/gems/compass-0.10.0.pre5/frameworks/compass/stylesheets/compass/utilities/general/_hacks.sass */
body.welcome #container {
  display: block;
}
/* line 19, ../../../../../app/stylesheets/layouts/_search.sass */
body.welcome #header {
  height: 247px;
  margin-bottom: 20px;
}
/* line 22, ../../../../../app/stylesheets/layouts/_search.sass */
body.welcome #header #logo {
  display: inline;
  float: left;
  margin-right: 10px;
  width: 270px;
}
/* line 101, ../../../../../vendor/gems/compass-0.10.0.pre5/frameworks/blueprint/stylesheets/blueprint/_grid.sass */
* html body.welcome #header #logo {
  overflow-x: hidden;
}
/* line 24, ../../../../../app/stylesheets/layouts/_search.sass */
body.welcome #header #logo h1 {
  text-indent: -9999em;
  overflow: hidden;
  text-align: left;
  background-image: url('/images/280/logo.png?1274974220');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 165px;
  height: 87px;
}
/* line 27, ../../../../../app/stylesheets/layouts/_search.sass */
body.welcome #links {
  display: inline;
  float: left;
  margin-right: 0;
  width: 270px;
  padding-left: 240px;
}
/* line 101, ../../../../../vendor/gems/compass-0.10.0.pre5/frameworks/blueprint/stylesheets/blueprint/_grid.sass */
* html body.welcome #links {
  overflow-x: hidden;
}
/* line 30, ../../../../../app/stylesheets/layouts/_search.sass */
body.welcome #links .link {
  background-color: #ccc;
  display: inline;
  float: left;
  margin-right: 10px;
  width: 60px;
  margin-right: 1px;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  padding-top: 2px;
  padding-bottom: 4px;
  border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  color: white;
}
/* line 101, ../../../../../vendor/gems/compass-0.10.0.pre5/frameworks/blueprint/stylesheets/blueprint/_grid.sass */
* html body.welcome #links .link {
  overflow-x: hidden;
}
/* line 42, ../../../../../app/stylesheets/layouts/_search.sass */
body.welcome #links .link a {
  color: inherit;
  text-decoration: inherit;
  cursor: inherit;
  text-decoration: none;
  cursor: pointer;
}
/* line 6, ../../../../../vendor/gems/compass-0.10.0.pre5/frameworks/compass/stylesheets/compass/utilities/links/_unstyled_link.sass */
body.welcome #links .link a:active, body.welcome #links .link a:focus {
  outline: none;
}
/* line 4, ../../../../../vendor/gems/compass-0.10.0.pre5/frameworks/compass/stylesheets/compass/utilities/links/_hover_link.sass */
body.welcome #links .link a:hover {
  text-decoration: underline;
}
/* line 48, ../../../../../app/stylesheets/layouts/_search.sass */
body.welcome #navigation a, body.welcome #links a {
  color: white;
}
/* line 12, ../../../../../vendor/gems/compass-0.10.0.pre5/frameworks/compass/stylesheets/compass/utilities/links/_link_colors.sass */
body.welcome #navigation a:visited, body.welcome #links a:visited {
  color: white;
}
/* line 15, ../../../../../vendor/gems/compass-0.10.0.pre5/frameworks/compass/stylesheets/compass/utilities/links/_link_colors.sass */
body.welcome #navigation a:focus, body.welcome #links a:focus {
  color: white;
}
/* line 18, ../../../../../vendor/gems/compass-0.10.0.pre5/frameworks/compass/stylesheets/compass/utilities/links/_link_colors.sass */
body.welcome #navigation a:hover, body.welcome #links a:hover {
  color: white;
}
/* line 21, ../../../../../vendor/gems/compass-0.10.0.pre5/frameworks/compass/stylesheets/compass/utilities/links/_link_colors.sass */
body.welcome #navigation a:active, body.welcome #links a:active {
  color: white;
}
/* line 51, ../../../../../app/stylesheets/layouts/_search.sass */
body.welcome #navigation {
  display: inline;
  float: left;
  margin-right: 0;
  width: 510px;
  margin-top: 49px;
  padding-left: 0px;
}
/* line 101, ../../../../../vendor/gems/compass-0.10.0.pre5/frameworks/blueprint/stylesheets/blueprint/_grid.sass */
* html body.welcome #navigation {
  overflow-x: hidden;
}
/* line 55, ../../../../../app/stylesheets/layouts/_search.sass */
body.welcome #navigation .link {
  display: inline;
  float: left;
  margin-right: 10px;
  width: 82px;
  height: 42px;
  background-image: url('/images/280/tab.png?1274974220');
  background-repeat: no-repeat;
  margin-right: 0px;
  color: white;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  padding-top: 18px;
  margin-bottom: -18px;
}
/* line 101, ../../../../../vendor/gems/compass-0.10.0.pre5/frameworks/blueprint/stylesheets/blueprint/_grid.sass */
* html body.welcome #navigation .link {
  overflow-x: hidden;
}
/* line 68, ../../../../../app/stylesheets/layouts/_search.sass */
body.welcome #navigation .link.first {
  width: 140px;
  background-image: url('/images/280/first-tab.png?1274974220');
}
/* line 71, ../../../../../app/stylesheets/layouts/_search.sass */
body.welcome #navigation .link.long {
  font-size: 13px;
}
/* line 73, ../../../../../app/stylesheets/layouts/_search.sass */
body.welcome #navigation .link.last {
  width: 115px;
  background-image: url('/images/280/last-tab.png?1274974220');
}
/* line 77, ../../../../../app/stylesheets/layouts/_search.sass */
body.welcome #search_background {
  height: 138px;
  background-image: url('/images/280/search-background.png?1274974220');
  background-repeat: repeat-x;
  width: 100%;
  position: absolute;
  top: 109px;
  left: 0px;
  z-index: -1;
}
/* line 87, ../../../../../app/stylesheets/layouts/_search.sass */
body.welcome #search {
  display: inline;
  float: left;
  margin-right: 0;
  width: 790px;
  padding-top: 45px;
}
/* line 101, ../../../../../vendor/gems/compass-0.10.0.pre5/frameworks/blueprint/stylesheets/blueprint/_grid.sass */
* html body.welcome #search {
  overflow-x: hidden;
}
/* line 90, ../../../../../app/stylesheets/layouts/_search.sass */
body.welcome #search .query {
  font-size: 24px;
  line-height: 43px;
  width: 790px;
  height: 43px;
  background: url('/images/welcome/search-box.png?1274974220') no-repeat right top;
  background-position: 0px 0px;
  padding-left: 5px;
  border: 0px none;
}
/* line 99, ../../../../../app/stylesheets/layouts/_search.sass */
body.welcome #search .submit {
  margin-top: -48px;
  display: inline;
  float: right;
  position: relative;
}
/* line 104, ../../../../../app/stylesheets/layouts/_search.sass */
body.welcome #content {
  overflow: hidden;
  display: inline-block;
  padding-bottom: 1em;
}
/* line 5, ../../../../../vendor/gems/compass-0.10.0.pre5/frameworks/compass/stylesheets/compass/utilities/general/_hacks.sass */
body.welcome #content {
  display: block;
}
/* line 108, ../../../../../app/stylesheets/layouts/_search.sass */
body.welcome #footer {
  display: inline;
  float: left;
  margin-right: 0;
  width: 790px;
  background-image: url('/images/welcome/categories-background.png?1274974220');
  background-repeat: no-repeat;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  padding-top: 2em;
  padding-bottom: 1em;
}
/* line 101, ../../../../../vendor/gems/compass-0.10.0.pre5/frameworks/blueprint/stylesheets/blueprint/_grid.sass */
* html body.welcome #footer {
  overflow-x: hidden;
}
/* line 118, ../../../../../app/stylesheets/layouts/_search.sass */
body.welcome #header #logo {
  margin-top: 11px;
}
/* line 120, ../../../../../app/stylesheets/layouts/_search.sass */
body.welcome #header #logo h1 {
  margin: 0px;
}

/* line 27, ../../../../../app/stylesheets/controllers/_welcome.sass */
body.welcome-index #content h2 {
  font-weight: strong;
  font-size: 24px;
}
/* line 31, ../../../../../app/stylesheets/controllers/_welcome.sass */
body.welcome-index #categories {
  padding-top: 2em;
  font-size: 12px;
  display: inline;
  float: left;
  margin-right: 0;
  width: 710px;
  padding-right: 40px;
  padding-left: 40px;
  background-image: url('/images/welcome/categories-background.png?1274974220');
  background-repeat: no-repeat;
}
/* line 101, ../../../../../vendor/gems/compass-0.10.0.pre5/frameworks/blueprint/stylesheets/blueprint/_grid.sass */
* html body.welcome-index #categories {
  overflow-x: hidden;
}
/* line 39, ../../../../../app/stylesheets/controllers/_welcome.sass */
body.welcome-index #categories .category {
  display: inline;
  float: left;
  margin-right: 10px;
  width: 170px;
  margin-bottom: 1em;
}
/* line 101, ../../../../../vendor/gems/compass-0.10.0.pre5/frameworks/blueprint/stylesheets/blueprint/_grid.sass */
* html body.welcome-index #categories .category {
  overflow-x: hidden;
}
/* line 41, ../../../../../app/stylesheets/controllers/_welcome.sass */
body.welcome-index #categories .category .toplevel {
  font-weight: bold;
}
/* line 44, ../../../../../app/stylesheets/controllers/_welcome.sass */
body.welcome-index #categories .category.last {
  margin-right: 0;
}
/* line 47, ../../../../../app/stylesheets/controllers/_welcome.sass */
body.welcome-index #ads {
  margin-top: 2em;
  display: inline;
  float: left;
  margin-right: 0;
  width: 790px;
}
/* line 101, ../../../../../vendor/gems/compass-0.10.0.pre5/frameworks/blueprint/stylesheets/blueprint/_grid.sass */
* html body.welcome-index #ads {
  overflow-x: hidden;
}
/* line 50, ../../../../../app/stylesheets/controllers/_welcome.sass */
body.welcome-index #ads .ad {
  margin-bottom: 1em;
}
/* line 52, ../../../../../app/stylesheets/controllers/_welcome.sass */
body.welcome-index #ads .ad.large {
  display: inline;
  float: left;
  margin-right: 10px;
  margin-left: 20px;
  margin-right: 20px;
  width: 750px;
  height: 117px;
}
/* line 101, ../../../../../vendor/gems/compass-0.10.0.pre5/frameworks/blueprint/stylesheets/blueprint/_grid.sass */
* html body.welcome-index #ads .ad.large {
  overflow-x: hidden;
}
/* line 57, ../../../../../app/stylesheets/controllers/_welcome.sass */
body.welcome-index #ads .ad.small {
  display: inline;
  float: left;
  margin-right: 10px;
  width: 115px;
  height: 65px;
  margin-right: 17.6px;
  border: 1px solid #ccc;
}
/* line 101, ../../../../../vendor/gems/compass-0.10.0.pre5/frameworks/blueprint/stylesheets/blueprint/_grid.sass */
* html body.welcome-index #ads .ad.small {
  overflow-x: hidden;
}
/* line 63, ../../../../../app/stylesheets/controllers/_welcome.sass */
body.welcome-index #ads .ad.small.last {
  margin-right: 0;
}

/* line 5, ../../../../../app/stylesheets/controllers/_welcome.sass */
body.welcome-about #contact-information {
  font-weight: bold;
  margin-top: 1em;
  margin-bottom: 2em;
}
/* line 6, ../../../../../app/stylesheets/controllers/_welcome.sass */
body.welcome-about #contact-information, body.welcome-about #contact-information .name, body.welcome-about #contact-information .address {
  display: inline;
  float: left;
  margin-right: 0;
  width: 310px;
}
/* line 101, ../../../../../vendor/gems/compass-0.10.0.pre5/frameworks/blueprint/stylesheets/blueprint/_grid.sass */
* html body.welcome-about #contact-information, * html body.welcome-about #contact-information .name, * html body.welcome-about #contact-information .address {
  overflow-x: hidden;
}
/* line 9, ../../../../../app/stylesheets/controllers/_welcome.sass */
body.welcome-about #contact-information .label {
  display: inline;
  float: left;
  margin-right: 10px;
  width: 70px;
}
/* line 101, ../../../../../vendor/gems/compass-0.10.0.pre5/frameworks/blueprint/stylesheets/blueprint/_grid.sass */
* html body.welcome-about #contact-information .label {
  overflow-x: hidden;
}
/* line 11, ../../../../../app/stylesheets/controllers/_welcome.sass */
body.welcome-about #contact-information .value {
  display: inline;
  float: left;
  margin-right: 0;
  width: 230px;
}
/* line 101, ../../../../../vendor/gems/compass-0.10.0.pre5/frameworks/blueprint/stylesheets/blueprint/_grid.sass */
* html body.welcome-about #contact-information .value {
  overflow-x: hidden;
}
/* line 13, ../../../../../app/stylesheets/controllers/_welcome.sass */
body.welcome-about #contact-information .name {
  font-size: 18px;
}
/* line 15, ../../../../../app/stylesheets/controllers/_welcome.sass */
body.welcome-about #contact-information .address {
  margin-bottom: 1.5em;
}
/* line 17, ../../../../../app/stylesheets/controllers/_welcome.sass */
body.welcome-about #contact-information .phone, body.welcome-about #contact-information .fax {
  margin-bottom: 0.5em;
}

/* line 5, ../../../../../app/stylesheets/controllers/_welcome.sass */
body.welcome-contact #contact-information {
  font-weight: bold;
  margin-top: 1em;
  margin-bottom: 2em;
}
/* line 6, ../../../../../app/stylesheets/controllers/_welcome.sass */
body.welcome-contact #contact-information, body.welcome-contact #contact-information .name, body.welcome-contact #contact-information .address {
  display: inline;
  float: left;
  margin-right: 0;
  width: 310px;
}
/* line 101, ../../../../../vendor/gems/compass-0.10.0.pre5/frameworks/blueprint/stylesheets/blueprint/_grid.sass */
* html body.welcome-contact #contact-information, * html body.welcome-contact #contact-information .name, * html body.welcome-contact #contact-information .address {
  overflow-x: hidden;
}
/* line 9, ../../../../../app/stylesheets/controllers/_welcome.sass */
body.welcome-contact #contact-information .label {
  display: inline;
  float: left;
  margin-right: 10px;
  width: 70px;
}
/* line 101, ../../../../../vendor/gems/compass-0.10.0.pre5/frameworks/blueprint/stylesheets/blueprint/_grid.sass */
* html body.welcome-contact #contact-information .label {
  overflow-x: hidden;
}
/* line 11, ../../../../../app/stylesheets/controllers/_welcome.sass */
body.welcome-contact #contact-information .value {
  display: inline;
  float: left;
  margin-right: 0;
  width: 230px;
}
/* line 101, ../../../../../vendor/gems/compass-0.10.0.pre5/frameworks/blueprint/stylesheets/blueprint/_grid.sass */
* html body.welcome-contact #contact-information .value {
  overflow-x: hidden;
}
/* line 13, ../../../../../app/stylesheets/controllers/_welcome.sass */
body.welcome-contact #contact-information .name {
  font-size: 18px;
}
/* line 15, ../../../../../app/stylesheets/controllers/_welcome.sass */
body.welcome-contact #contact-information .address {
  margin-bottom: 1.5em;
}
/* line 17, ../../../../../app/stylesheets/controllers/_welcome.sass */
body.welcome-contact #contact-information .phone, body.welcome-contact #contact-information .fax {
  margin-bottom: 0.5em;
}
/* line 72, ../../../../../app/stylesheets/controllers/_welcome.sass */
body.welcome-contact #main {
  display: inline;
  float: left;
  margin-right: 10px;
  width: 310px;
  padding-right: 40px;
}
/* line 101, ../../../../../vendor/gems/compass-0.10.0.pre5/frameworks/blueprint/stylesheets/blueprint/_grid.sass */
* html body.welcome-contact #main {
  overflow-x: hidden;
}
/* line 75, ../../../../../app/stylesheets/controllers/_welcome.sass */
body.welcome-contact #main #jobs-link {
  font-size: 18px;
  font-weight: bold;
}
/* line 79, ../../../../../app/stylesheets/controllers/_welcome.sass */
body.welcome-contact #map {
  display: inline;
  float: left;
  margin-right: 0;
  width: 430px;
}
/* line 101, ../../../../../vendor/gems/compass-0.10.0.pre5/frameworks/blueprint/stylesheets/blueprint/_grid.sass */
* html body.welcome-contact #map {
  overflow-x: hidden;
}
/* line 82, ../../../../../app/stylesheets/controllers/_welcome.sass */
body.welcome-contact #map .canvas {
  border: 1px solid black;
  height: 300px;
}

/* line 87, ../../../../../app/stylesheets/controllers/_welcome.sass */
body.welcome-jobs #contact-us {
  font-weight: bold;
  font-size: 18px;
}

/* line 92, ../../../../../app/stylesheets/controllers/_welcome.sass */
body.welcome-advertise #contact-us {
  font-weight: bold;
}

/* line 1, ../../../../../app/stylesheets/controllers/_search.sass */
body.search {
  margin: 0px;
  font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
}
/* line 7, ../../../../../vendor/gems/compass-0.10.0.pre5/frameworks/blueprint/stylesheets/blueprint/_debug.sass */
body.search .showgrid {
  background: url('/images/grid.png?1274974220');
}
/* line 5, ../../../../../app/stylesheets/layouts/_application.sass */
body.search .flash-error {
  padding: .8em;
  margin-bottom: 1em;
  border: 2px solid #dddddd;
  background: #fbe3e4;
  color: #8a1f11;
  border-color: #fbc2c4;
}
/* line 30, ../../../../../vendor/gems/compass-0.10.0.pre5/frameworks/blueprint/stylesheets/blueprint/_interaction.sass */
body.search .flash-error a {
  color: #8a1f11;
}
/* line 7, ../../../../../app/stylesheets/layouts/_application.sass */
body.search .flash-notice {
  padding: .8em;
  margin-bottom: 1em;
  border: 2px solid #dddddd;
  background: #fff6bf;
  color: #514721;
  border-color: #ffd324;
}
/* line 38, ../../../../../vendor/gems/compass-0.10.0.pre5/frameworks/blueprint/stylesheets/blueprint/_interaction.sass */
body.search .flash-notice a {
  color: #514721;
}
/* line 9, ../../../../../app/stylesheets/layouts/_application.sass */
body.search .flash-success {
  padding: .8em;
  margin-bottom: 1em;
  border: 2px solid #dddddd;
  background: #e6efc2;
  color: #264409;
  border-color: #c6d880;
}
/* line 46, ../../../../../vendor/gems/compass-0.10.0.pre5/frameworks/blueprint/stylesheets/blueprint/_interaction.sass */
body.search .flash-success a {
  color: #264409;
}
/* line 8, ../../../../../app/stylesheets/layouts/_search.sass */
body.search a {
  color: inherit;
  text-decoration: inherit;
  cursor: inherit;
  text-decoration: none;
  cursor: pointer;
}
/* line 6, ../../../../../vendor/gems/compass-0.10.0.pre5/frameworks/compass/stylesheets/compass/utilities/links/_unstyled_link.sass */
body.search a:active, body.search a:focus {
  outline: none;
}
/* line 4, ../../../../../vendor/gems/compass-0.10.0.pre5/frameworks/compass/stylesheets/compass/utilities/links/_hover_link.sass */
body.search a:hover {
  text-decoration: underline;
}
/* line 13, ../../../../../app/stylesheets/layouts/_search.sass */
body.search #content, body.search #footer {
  color: #747474;
}
/* line 16, ../../../../../app/stylesheets/layouts/_search.sass */
body.search #container {
  width: 790px;
  margin: 0 auto;
  overflow: hidden;
  display: inline-block;
}
/* line 5, ../../../../../vendor/gems/compass-0.10.0.pre5/frameworks/compass/stylesheets/compass/utilities/general/_hacks.sass */
body.search #container {
  display: block;
}
/* line 19, ../../../../../app/stylesheets/layouts/_search.sass */
body.search #header {
  height: 247px;
  margin-bottom: 20px;
}
/* line 22, ../../../../../app/stylesheets/layouts/_search.sass */
body.search #header #logo {
  display: inline;
  float: left;
  margin-right: 10px;
  width: 270px;
}
/* line 101, ../../../../../vendor/gems/compass-0.10.0.pre5/frameworks/blueprint/stylesheets/blueprint/_grid.sass */
* html body.search #header #logo {
  overflow-x: hidden;
}
/* line 24, ../../../../../app/stylesheets/layouts/_search.sass */
body.search #header #logo h1 {
  text-indent: -9999em;
  overflow: hidden;
  text-align: left;
  background-image: url('/images/280/logo.png?1274974220');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 165px;
  height: 87px;
}
/* line 27, ../../../../../app/stylesheets/layouts/_search.sass */
body.search #links {
  display: inline;
  float: left;
  margin-right: 0;
  width: 270px;
  padding-left: 240px;
}
/* line 101, ../../../../../vendor/gems/compass-0.10.0.pre5/frameworks/blueprint/stylesheets/blueprint/_grid.sass */
* html body.search #links {
  overflow-x: hidden;
}
/* line 30, ../../../../../app/stylesheets/layouts/_search.sass */
body.search #links .link {
  background-color: #ccc;
  display: inline;
  float: left;
  margin-right: 10px;
  width: 60px;
  margin-right: 1px;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  padding-top: 2px;
  padding-bottom: 4px;
  border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  color: white;
}
/* line 101, ../../../../../vendor/gems/compass-0.10.0.pre5/frameworks/blueprint/stylesheets/blueprint/_grid.sass */
* html body.search #links .link {
  overflow-x: hidden;
}
/* line 42, ../../../../../app/stylesheets/layouts/_search.sass */
body.search #links .link a {
  color: inherit;
  text-decoration: inherit;
  cursor: inherit;
  text-decoration: none;
  cursor: pointer;
}
/* line 6, ../../../../../vendor/gems/compass-0.10.0.pre5/frameworks/compass/stylesheets/compass/utilities/links/_unstyled_link.sass */
body.search #links .link a:active, body.search #links .link a:focus {
  outline: none;
}
/* line 4, ../../../../../vendor/gems/compass-0.10.0.pre5/frameworks/compass/stylesheets/compass/utilities/links/_hover_link.sass */
body.search #links .link a:hover {
  text-decoration: underline;
}
/* line 48, ../../../../../app/stylesheets/layouts/_search.sass */
body.search #navigation a, body.search #links a {
  color: white;
}
/* line 12, ../../../../../vendor/gems/compass-0.10.0.pre5/frameworks/compass/stylesheets/compass/utilities/links/_link_colors.sass */
body.search #navigation a:visited, body.search #links a:visited {
  color: white;
}
/* line 15, ../../../../../vendor/gems/compass-0.10.0.pre5/frameworks/compass/stylesheets/compass/utilities/links/_link_colors.sass */
body.search #navigation a:focus, body.search #links a:focus {
  color: white;
}
/* line 18, ../../../../../vendor/gems/compass-0.10.0.pre5/frameworks/compass/stylesheets/compass/utilities/links/_link_colors.sass */
body.search #navigation a:hover, body.search #links a:hover {
  color: white;
}
/* line 21, ../../../../../vendor/gems/compass-0.10.0.pre5/frameworks/compass/stylesheets/compass/utilities/links/_link_colors.sass */
body.search #navigation a:active, body.search #links a:active {
  color: white;
}
/* line 51, ../../../../../app/stylesheets/layouts/_search.sass */
body.search #navigation {
  display: inline;
  float: left;
  margin-right: 0;
  width: 510px;
  margin-top: 49px;
  padding-left: 0px;
}
/* line 101, ../../../../../vendor/gems/compass-0.10.0.pre5/frameworks/blueprint/stylesheets/blueprint/_grid.sass */
* html body.search #navigation {
  overflow-x: hidden;
}
/* line 55, ../../../../../app/stylesheets/layouts/_search.sass */
body.search #navigation .link {
  display: inline;
  float: left;
  margin-right: 10px;
  width: 82px;
  height: 42px;
  background-image: url('/images/280/tab.png?1274974220');
  background-repeat: no-repeat;
  margin-right: 0px;
  color: white;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  padding-top: 18px;
  margin-bottom: -18px;
}
/* line 101, ../../../../../vendor/gems/compass-0.10.0.pre5/frameworks/blueprint/stylesheets/blueprint/_grid.sass */
* html body.search #navigation .link {
  overflow-x: hidden;
}
/* line 68, ../../../../../app/stylesheets/layouts/_search.sass */
body.search #navigation .link.first {
  width: 140px;
  background-image: url('/images/280/first-tab.png?1274974220');
}
/* line 71, ../../../../../app/stylesheets/layouts/_search.sass */
body.search #navigation .link.long {
  font-size: 13px;
}
/* line 73, ../../../../../app/stylesheets/layouts/_search.sass */
body.search #navigation .link.last {
  width: 115px;
  background-image: url('/images/280/last-tab.png?1274974220');
}
/* line 77, ../../../../../app/stylesheets/layouts/_search.sass */
body.search #search_background {
  height: 138px;
  background-image: url('/images/280/search-background.png?1274974220');
  background-repeat: repeat-x;
  width: 100%;
  position: absolute;
  top: 109px;
  left: 0px;
  z-index: -1;
}
/* line 87, ../../../../../app/stylesheets/layouts/_search.sass */
body.search #search {
  display: inline;
  float: left;
  margin-right: 0;
  width: 790px;
  padding-top: 45px;
}
/* line 101, ../../../../../vendor/gems/compass-0.10.0.pre5/frameworks/blueprint/stylesheets/blueprint/_grid.sass */
* html body.search #search {
  overflow-x: hidden;
}
/* line 90, ../../../../../app/stylesheets/layouts/_search.sass */
body.search #search .query {
  font-size: 24px;
  line-height: 43px;
  width: 790px;
  height: 43px;
  background: url('/images/welcome/search-box.png?1274974220') no-repeat right top;
  background-position: 0px 0px;
  padding-left: 5px;
  border: 0px none;
}
/* line 99, ../../../../../app/stylesheets/layouts/_search.sass */
body.search #search .submit {
  margin-top: -48px;
  display: inline;
  float: right;
  position: relative;
}
/* line 104, ../../../../../app/stylesheets/layouts/_search.sass */
body.search #content {
  overflow: hidden;
  display: inline-block;
  padding-bottom: 1em;
}
/* line 5, ../../../../../vendor/gems/compass-0.10.0.pre5/frameworks/compass/stylesheets/compass/utilities/general/_hacks.sass */
body.search #content {
  display: block;
}
/* line 108, ../../../../../app/stylesheets/layouts/_search.sass */
body.search #footer {
  display: inline;
  float: left;
  margin-right: 0;
  width: 790px;
  background-image: url('/images/welcome/categories-background.png?1274974220');
  background-repeat: no-repeat;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  padding-top: 2em;
  padding-bottom: 1em;
}
/* line 101, ../../../../../vendor/gems/compass-0.10.0.pre5/frameworks/blueprint/stylesheets/blueprint/_grid.sass */
* html body.search #footer {
  overflow-x: hidden;
}
/* line 118, ../../../../../app/stylesheets/layouts/_search.sass */
body.search #header #logo {
  margin-top: 11px;
}
/* line 120, ../../../../../app/stylesheets/layouts/_search.sass */
body.search #header #logo h1 {
  margin: 0px;
}

/* line 5, ../../../../../app/stylesheets/controllers/_search.sass */
body.search-map #map .canvas {
  height: 600px;
  border: 1px solid black;
}

/* line 10, ../../../../../app/stylesheets/controllers/_search.sass */
body.search-search .pagination_summary, body.search-category .pagination_summary {
  text-align: right;
}
/* line 12, ../../../../../app/stylesheets/controllers/_search.sass */
body.search-search .pagination, body.search-category .pagination {
  text-align: center;
}
/* line 14, ../../../../../app/stylesheets/controllers/_search.sass */
body.search-search .company, body.search-category .company {
  display: inline;
  float: left;
  margin-right: 10px;
  margin-right: 0;
  margin-bottom: 1em;
  background-image: url('/images/search/company-background.png?1274974220');
  background-repeat: no-repeat;
}
/* line 101, ../../../../../vendor/gems/compass-0.10.0.pre5/frameworks/blueprint/stylesheets/blueprint/_grid.sass */
* html body.search-search .company, * html body.search-category .company {
  overflow-x: hidden;
}
/* line 20, ../../../../../app/stylesheets/controllers/_search.sass */
body.search-search .company .index, body.search-category .company .index {
  display: inline;
  float: left;
  margin-right: 10px;
  width: 32px;
  margin-right: 6px;
  padding-left: 2px;
  height: 32px;
  line-height: 28px;
  text-align: center;
  font-size: 18px;
  color: white;
}
/* line 101, ../../../../../vendor/gems/compass-0.10.0.pre5/frameworks/blueprint/stylesheets/blueprint/_grid.sass */
* html body.search-search .company .index, * html body.search-category .company .index {
  overflow-x: hidden;
}
/* line 30, ../../../../../app/stylesheets/controllers/_search.sass */
body.search-search .company.first, body.search-search .company.second, body.search-search .company.third, body.search-search .company.fourth, body.search-search .company.fifth, body.search-category .company.first, body.search-category .company.second, body.search-category .company.third, body.search-category .company.fourth, body.search-category .company.fifth {
  background-image: url('/images/search/company-background-with-index.png?1274974220');
  background-position: 5px 0px;
}
/* line 33, ../../../../../app/stylesheets/controllers/_search.sass */
body.search-search .company.first .index, body.search-search .company.second .index, body.search-search .company.third .index, body.search-search .company.fourth .index, body.search-search .company.fifth .index, body.search-category .company.first .index, body.search-category .company.second .index, body.search-category .company.third .index, body.search-category .company.fourth .index, body.search-category .company.fifth .index {
  background-image: url('/images/search/company-index-background-primary.png?1274974220');
  background-repeat: no-repeat;
}
/* line 36, ../../../../../app/stylesheets/controllers/_search.sass */
body.search-search .company.fifth .index, body.search-category .company.fifth .index {
  background-image: url('/images/search/company-index-background-secondary.png?1274974220');
}
/* line 38, ../../../../../app/stylesheets/controllers/_search.sass */
body.search-search .company .name, body.search-category .company .name {
  display: inline;
  float: left;
  margin-right: 0;
  width: 750px;
  line-height: 28px;
  height: 32px;
  color: black;
}
/* line 101, ../../../../../vendor/gems/compass-0.10.0.pre5/frameworks/blueprint/stylesheets/blueprint/_grid.sass */
* html body.search-search .company .name, * html body.search-category .company .name {
  overflow-x: hidden;
}
/* line 43, ../../../../../app/stylesheets/controllers/_search.sass */
body.search-search .company .details, body.search-category .company .details {
  padding-left: 40px;
  display: inline;
  float: left;
  margin-right: 10px;
  width: 430px;
  font-size: 12px;
}
/* line 101, ../../../../../vendor/gems/compass-0.10.0.pre5/frameworks/blueprint/stylesheets/blueprint/_grid.sass */
* html body.search-search .company .details, * html body.search-category .company .details {
  overflow-x: hidden;
}
/* line 47, ../../../../../app/stylesheets/controllers/_search.sass */
body.search-search .company .details .label, body.search-category .company .details .label {
  color: #7F95B0;
  font-weight: bold;
}
/* line 50, ../../../../../app/stylesheets/controllers/_search.sass */
body.search-search .company .details .label, body.search-search .company .details .value, body.search-category .company .details .label, body.search-category .company .details .value {
  display: inline;
}
/* line 52, ../../../../../app/stylesheets/controllers/_search.sass */
body.search-search .company .details .adress, body.search-category .company .details .adress {
  display: inline;
  float: left;
  margin-right: 10px;
  width: 270px;
}
/* line 101, ../../../../../vendor/gems/compass-0.10.0.pre5/frameworks/blueprint/stylesheets/blueprint/_grid.sass */
* html body.search-search .company .details .adress, * html body.search-category .company .details .adress {
  overflow-x: hidden;
}
/* line 54, ../../../../../app/stylesheets/controllers/_search.sass */
body.search-search .company .details .contact, body.search-category .company .details .contact {
  display: inline;
  float: left;
  margin-right: 0;
  width: 150px;
}
/* line 101, ../../../../../vendor/gems/compass-0.10.0.pre5/frameworks/blueprint/stylesheets/blueprint/_grid.sass */
* html body.search-search .company .details .contact, * html body.search-category .company .details .contact {
  overflow-x: hidden;
}
/* line 56, ../../../../../app/stylesheets/controllers/_search.sass */
body.search-search .company .details .phone, body.search-search .company .details .fax, body.search-category .company .details .phone, body.search-category .company .details .fax {
  display: inline;
  float: left;
  margin-right: 0;
  width: 150px;
}
/* line 101, ../../../../../vendor/gems/compass-0.10.0.pre5/frameworks/blueprint/stylesheets/blueprint/_grid.sass */
* html body.search-search .company .details .phone, * html body.search-search .company .details .fax, * html body.search-category .company .details .phone, * html body.search-category .company .details .fax {
  overflow-x: hidden;
}
/* line 58, ../../../../../app/stylesheets/controllers/_search.sass */
body.search-search .company .details .description, body.search-category .company .details .description {
  display: inline;
  float: left;
  margin-right: 0;
  width: 430px;
}
/* line 101, ../../../../../vendor/gems/compass-0.10.0.pre5/frameworks/blueprint/stylesheets/blueprint/_grid.sass */
* html body.search-search .company .details .description, * html body.search-category .company .details .description {
  overflow-x: hidden;
}
/* line 60, ../../../../../app/stylesheets/controllers/_search.sass */
body.search-search .company .details .description .label, body.search-category .company .details .description .label {
  display: block;
}
/* line 62, ../../../../../app/stylesheets/controllers/_search.sass */
body.search-search .company .right-col, body.search-category .company .right-col {
  display: inline;
  float: left;
  margin-right: 0;
  width: 310px;
}
/* line 101, ../../../../../vendor/gems/compass-0.10.0.pre5/frameworks/blueprint/stylesheets/blueprint/_grid.sass */
* html body.search-search .company .right-col, * html body.search-category .company .right-col {
  overflow-x: hidden;
}
/* line 64, ../../../../../app/stylesheets/controllers/_search.sass */
body.search-search .company .right-col .website, body.search-category .company .right-col .website {
  font-size: 12px;
}
/* line 66, ../../../../../app/stylesheets/controllers/_search.sass */
body.search-search .company .right-col .website .label, body.search-category .company .right-col .website .label {
  color: #7F95B0;
  font-weight: bold;
}
/* line 69, ../../../../../app/stylesheets/controllers/_search.sass */
body.search-search .company .right-col .website .label, body.search-search .company .right-col .website .value, body.search-category .company .right-col .website .label, body.search-category .company .right-col .website .value {
  display: inline;
}
/* line 71, ../../../../../app/stylesheets/controllers/_search.sass */
body.search-search .company .right-col .logo, body.search-category .company .right-col .logo {
  display: inline;
  float: left;
  margin-right: 10px;
  margin-top: 1em;
}
/* line 101, ../../../../../vendor/gems/compass-0.10.0.pre5/frameworks/blueprint/stylesheets/blueprint/_grid.sass */
* html body.search-search .company .right-col .logo, * html body.search-category .company .right-col .logo {
  overflow-x: hidden;
}
/* line 74, ../../../../../app/stylesheets/controllers/_search.sass */
body.search-search #zone-3, body.search-category #zone-3 {
  width: 750px;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 1em;
}

/* line 81, ../../../../../app/stylesheets/controllers/_search.sass */
body.search-show #company {
  display: inline;
  float: left;
  margin-right: 0;
  width: 710px;
  padding-left: 40px;
  padding-right: 40px;
  background-image: url('/images/welcome/categories-background.png?1274974220');
  background-repeat: no-repeat;
  padding-top: 2em;
  padding-bottom: 1em;
}
/* line 101, ../../../../../vendor/gems/compass-0.10.0.pre5/frameworks/blueprint/stylesheets/blueprint/_grid.sass */
* html body.search-show #company {
  overflow-x: hidden;
}
/* line 90, ../../../../../app/stylesheets/controllers/_search.sass */
body.search-show #details, body.search-show #description, body.search-show .accepts_payments {
  font-size: 14px;
}
/* line 93, ../../../../../app/stylesheets/controllers/_search.sass */
body.search-show #details {
  display: inline;
  float: left;
  margin-right: 10px;
  margin-right: 0;
  margin-bottom: 1em;
}
/* line 101, ../../../../../vendor/gems/compass-0.10.0.pre5/frameworks/blueprint/stylesheets/blueprint/_grid.sass */
* html body.search-show #details {
  overflow-x: hidden;
}
/* line 97, ../../../../../app/stylesheets/controllers/_search.sass */
body.search-show #details .attributes {
  display: inline;
  float: left;
  margin-right: 10px;
  width: 390px;
}
/* line 101, ../../../../../vendor/gems/compass-0.10.0.pre5/frameworks/blueprint/stylesheets/blueprint/_grid.sass */
* html body.search-show #details .attributes {
  overflow-x: hidden;
}
/* line 99, ../../../../../app/stylesheets/controllers/_search.sass */
body.search-show #details .attributes .name {
  font-size: 22px;
  margin-bottom: 0.5em;
}
/* line 102, ../../../../../app/stylesheets/controllers/_search.sass */
body.search-show #details .attributes .contact, body.search-show #details .attributes .visit_adress {
  display: inline;
  float: left;
  margin-right: 10px;
  width: 190px;
}
/* line 101, ../../../../../vendor/gems/compass-0.10.0.pre5/frameworks/blueprint/stylesheets/blueprint/_grid.sass */
* html body.search-show #details .attributes .contact, * html body.search-show #details .attributes .visit_adress {
  overflow-x: hidden;
}
/* line 104, ../../../../../app/stylesheets/controllers/_search.sass */
body.search-show #details .attributes .online, body.search-show #details .attributes .postal_adress {
  display: inline;
  float: left;
  margin-right: 0;
  width: 190px;
}
/* line 101, ../../../../../vendor/gems/compass-0.10.0.pre5/frameworks/blueprint/stylesheets/blueprint/_grid.sass */
* html body.search-show #details .attributes .online, * html body.search-show #details .attributes .postal_adress {
  overflow-x: hidden;
}
/* line 106, ../../../../../app/stylesheets/controllers/_search.sass */
body.search-show #details .attributes .contact, body.search-show #details .attributes .online {
  margin-bottom: 1em;
}
/* line 109, ../../../../../app/stylesheets/controllers/_search.sass */
body.search-show #details .attributes .contact .label {
  display: inline;
  float: left;
  margin-right: 10px;
  width: 70px;
}
/* line 101, ../../../../../vendor/gems/compass-0.10.0.pre5/frameworks/blueprint/stylesheets/blueprint/_grid.sass */
* html body.search-show #details .attributes .contact .label {
  overflow-x: hidden;
}
/* line 111, ../../../../../app/stylesheets/controllers/_search.sass */
body.search-show #details .attributes .contact .value {
  display: inline;
  float: left;
  margin-right: 0;
  width: 110px;
}
/* line 101, ../../../../../vendor/gems/compass-0.10.0.pre5/frameworks/blueprint/stylesheets/blueprint/_grid.sass */
* html body.search-show #details .attributes .contact .value {
  overflow-x: hidden;
}
/* line 113, ../../../../../app/stylesheets/controllers/_search.sass */
body.search-show #details .attributes .online .label, body.search-show #details .attributes .online .value {
  display: inline;
  float: left;
  margin-right: 0;
  width: 190px;
}
/* line 101, ../../../../../vendor/gems/compass-0.10.0.pre5/frameworks/blueprint/stylesheets/blueprint/_grid.sass */
* html body.search-show #details .attributes .online .label, * html body.search-show #details .attributes .online .value {
  overflow-x: hidden;
}
/* line 115, ../../../../../app/stylesheets/controllers/_search.sass */
body.search-show #details .attributes .name, body.search-show #details .label {
  color: #F8991D;
  font-weight: bold;
}
/* line 119, ../../../../../app/stylesheets/controllers/_search.sass */
body.search-show #details .logo_links, body.search-show #details .logo_links .logo, body.search-show #details .logo_links.links {
  display: inline;
  float: left;
  margin-right: 0;
  width: 310px;
}
/* line 101, ../../../../../vendor/gems/compass-0.10.0.pre5/frameworks/blueprint/stylesheets/blueprint/_grid.sass */
* html body.search-show #details .logo_links, * html body.search-show #details .logo_links .logo, * html body.search-show #details .logo_links.links {
  overflow-x: hidden;
}
/* line 121, ../../../../../app/stylesheets/controllers/_search.sass */
body.search-show #details .logo_links .logo img {
  display: inline;
  float: right;
}
/* line 123, ../../../../../app/stylesheets/controllers/_search.sass */
body.search-show #description {
  display: inline;
  float: left;
  margin-right: 0;
  width: 710px;
}
/* line 101, ../../../../../vendor/gems/compass-0.10.0.pre5/frameworks/blueprint/stylesheets/blueprint/_grid.sass */
* html body.search-show #description {
  overflow-x: hidden;
}

/* line 127, ../../../../../app/stylesheets/controllers/_search.sass */
body.search-show img, body.search-search img, body.search-category img {
  border: none;
}
/* line 130, ../../../../../app/stylesheets/controllers/_search.sass */
body.search-show .accepts_payments .label, body.search-search .accepts_payments .label, body.search-category .accepts_payments .label {
  color: #F8991D;
  font-weight: bold;
}
/* line 133, ../../../../../app/stylesheets/controllers/_search.sass */
body.search-show .accepts_payments, body.search-show .accepts_payments .accepted_payment, body.search-search .accepts_payments, body.search-search .accepts_payments .accepted_payment, body.search-category .accepts_payments, body.search-category .accepts_payments .accepted_payment {
  display: inline;
  float: left;
  margin-right: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
}
/* line 101, ../../../../../vendor/gems/compass-0.10.0.pre5/frameworks/blueprint/stylesheets/blueprint/_grid.sass */
* html body.search-show .accepts_payments, * html body.search-show .accepts_payments .accepted_payment, * html body.search-search .accepts_payments, * html body.search-search .accepts_payments .accepted_payment, * html body.search-category .accepts_payments, * html body.search-category .accepts_payments .accepted_payment {
  overflow-x: hidden;
}
/* line 137, ../../../../../app/stylesheets/controllers/_search.sass */
body.search-show .accepts_payments .accepted_payment, body.search-search .accepts_payments .accepted_payment, body.search-category .accepts_payments .accepted_payment {
  width: 53px;
  height: 33px;
}

/* line 142, ../../../../../app/stylesheets/controllers/_search.sass */
body.search-search .accepts_payments {
  margin-top: 1em;
}

/* line 1, ../../../../../app/stylesheets/controllers/_company.sass */
body.company {
  margin: 0px;
  font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
}
/* line 7, ../../../../../vendor/gems/compass-0.10.0.pre5/frameworks/blueprint/stylesheets/blueprint/_debug.sass */
body.company .showgrid {
  background: url('/images/grid.png?1274974220');
}
/* line 5, ../../../../../app/stylesheets/layouts/_application.sass */
body.company .flash-error {
  padding: .8em;
  margin-bottom: 1em;
  border: 2px solid #dddddd;
  background: #fbe3e4;
  color: #8a1f11;
  border-color: #fbc2c4;
}
/* line 30, ../../../../../vendor/gems/compass-0.10.0.pre5/frameworks/blueprint/stylesheets/blueprint/_interaction.sass */
body.company .flash-error a {
  color: #8a1f11;
}
/* line 7, ../../../../../app/stylesheets/layouts/_application.sass */
body.company .flash-notice {
  padding: .8em;
  margin-bottom: 1em;
  border: 2px solid #dddddd;
  background: #fff6bf;
  color: #514721;
  border-color: #ffd324;
}
/* line 38, ../../../../../vendor/gems/compass-0.10.0.pre5/frameworks/blueprint/stylesheets/blueprint/_interaction.sass */
body.company .flash-notice a {
  color: #514721;
}
/* line 9, ../../../../../app/stylesheets/layouts/_application.sass */
body.company .flash-success {
  padding: .8em;
  margin-bottom: 1em;
  border: 2px solid #dddddd;
  background: #e6efc2;
  color: #264409;
  border-color: #c6d880;
}
/* line 46, ../../../../../vendor/gems/compass-0.10.0.pre5/frameworks/blueprint/stylesheets/blueprint/_interaction.sass */
body.company .flash-success a {
  color: #264409;
}
/* line 8, ../../../../../app/stylesheets/layouts/_search.sass */
body.company a {
  color: inherit;
  text-decoration: inherit;
  cursor: inherit;
  text-decoration: none;
  cursor: pointer;
}
/* line 6, ../../../../../vendor/gems/compass-0.10.0.pre5/frameworks/compass/stylesheets/compass/utilities/links/_unstyled_link.sass */
body.company a:active, body.company a:focus {
  outline: none;
}
/* line 4, ../../../../../vendor/gems/compass-0.10.0.pre5/frameworks/compass/stylesheets/compass/utilities/links/_hover_link.sass */
body.company a:hover {
  text-decoration: underline;
}
/* line 13, ../../../../../app/stylesheets/layouts/_search.sass */
body.company #content, body.company #footer {
  color: #747474;
}
/* line 16, ../../../../../app/stylesheets/layouts/_search.sass */
body.company #container {
  width: 790px;
  margin: 0 auto;
  overflow: hidden;
  display: inline-block;
}
/* line 5, ../../../../../vendor/gems/compass-0.10.0.pre5/frameworks/compass/stylesheets/compass/utilities/general/_hacks.sass */
body.company #container {
  display: block;
}
/* line 19, ../../../../../app/stylesheets/layouts/_search.sass */
body.company #header {
  height: 247px;
  margin-bottom: 20px;
}
/* line 22, ../../../../../app/stylesheets/layouts/_search.sass */
body.company #header #logo {
  display: inline;
  float: left;
  margin-right: 10px;
  width: 270px;
}
/* line 101, ../../../../../vendor/gems/compass-0.10.0.pre5/frameworks/blueprint/stylesheets/blueprint/_grid.sass */
* html body.company #header #logo {
  overflow-x: hidden;
}
/* line 24, ../../../../../app/stylesheets/layouts/_search.sass */
body.company #header #logo h1 {
  text-indent: -9999em;
  overflow: hidden;
  text-align: left;
  background-image: url('/images/280/logo.png?1274974220');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 165px;
  height: 87px;
}
/* line 27, ../../../../../app/stylesheets/layouts/_search.sass */
body.company #links {
  display: inline;
  float: left;
  margin-right: 0;
  width: 270px;
  padding-left: 240px;
}
/* line 101, ../../../../../vendor/gems/compass-0.10.0.pre5/frameworks/blueprint/stylesheets/blueprint/_grid.sass */
* html body.company #links {
  overflow-x: hidden;
}
/* line 30, ../../../../../app/stylesheets/layouts/_search.sass */
body.company #links .link {
  background-color: #ccc;
  display: inline;
  float: left;
  margin-right: 10px;
  width: 60px;
  margin-right: 1px;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  padding-top: 2px;
  padding-bottom: 4px;
  border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  color: white;
}
/* line 101, ../../../../../vendor/gems/compass-0.10.0.pre5/frameworks/blueprint/stylesheets/blueprint/_grid.sass */
* html body.company #links .link {
  overflow-x: hidden;
}
/* line 42, ../../../../../app/stylesheets/layouts/_search.sass */
body.company #links .link a {
  color: inherit;
  text-decoration: inherit;
  cursor: inherit;
  text-decoration: none;
  cursor: pointer;
}
/* line 6, ../../../../../vendor/gems/compass-0.10.0.pre5/frameworks/compass/stylesheets/compass/utilities/links/_unstyled_link.sass */
body.company #links .link a:active, body.company #links .link a:focus {
  outline: none;
}
/* line 4, ../../../../../vendor/gems/compass-0.10.0.pre5/frameworks/compass/stylesheets/compass/utilities/links/_hover_link.sass */
body.company #links .link a:hover {
  text-decoration: underline;
}
/* line 48, ../../../../../app/stylesheets/layouts/_search.sass */
body.company #navigation a, body.company #links a {
  color: white;
}
/* line 12, ../../../../../vendor/gems/compass-0.10.0.pre5/frameworks/compass/stylesheets/compass/utilities/links/_link_colors.sass */
body.company #navigation a:visited, body.company #links a:visited {
  color: white;
}
/* line 15, ../../../../../vendor/gems/compass-0.10.0.pre5/frameworks/compass/stylesheets/compass/utilities/links/_link_colors.sass */
body.company #navigation a:focus, body.company #links a:focus {
  color: white;
}
/* line 18, ../../../../../vendor/gems/compass-0.10.0.pre5/frameworks/compass/stylesheets/compass/utilities/links/_link_colors.sass */
body.company #navigation a:hover, body.company #links a:hover {
  color: white;
}
/* line 21, ../../../../../vendor/gems/compass-0.10.0.pre5/frameworks/compass/stylesheets/compass/utilities/links/_link_colors.sass */
body.company #navigation a:active, body.company #links a:active {
  color: white;
}
/* line 51, ../../../../../app/stylesheets/layouts/_search.sass */
body.company #navigation {
  display: inline;
  float: left;
  margin-right: 0;
  width: 510px;
  margin-top: 49px;
  padding-left: 0px;
}
/* line 101, ../../../../../vendor/gems/compass-0.10.0.pre5/frameworks/blueprint/stylesheets/blueprint/_grid.sass */
* html body.company #navigation {
  overflow-x: hidden;
}
/* line 55, ../../../../../app/stylesheets/layouts/_search.sass */
body.company #navigation .link {
  display: inline;
  float: left;
  margin-right: 10px;
  width: 82px;
  height: 42px;
  background-image: url('/images/280/tab.png?1274974220');
  background-repeat: no-repeat;
  margin-right: 0px;
  color: white;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  padding-top: 18px;
  margin-bottom: -18px;
}
/* line 101, ../../../../../vendor/gems/compass-0.10.0.pre5/frameworks/blueprint/stylesheets/blueprint/_grid.sass */
* html body.company #navigation .link {
  overflow-x: hidden;
}
/* line 68, ../../../../../app/stylesheets/layouts/_search.sass */
body.company #navigation .link.first {
  width: 140px;
  background-image: url('/images/280/first-tab.png?1274974220');
}
/* line 71, ../../../../../app/stylesheets/layouts/_search.sass */
body.company #navigation .link.long {
  font-size: 13px;
}
/* line 73, ../../../../../app/stylesheets/layouts/_search.sass */
body.company #navigation .link.last {
  width: 115px;
  background-image: url('/images/280/last-tab.png?1274974220');
}
/* line 77, ../../../../../app/stylesheets/layouts/_search.sass */
body.company #search_background {
  height: 138px;
  background-image: url('/images/280/search-background.png?1274974220');
  background-repeat: repeat-x;
  width: 100%;
  position: absolute;
  top: 109px;
  left: 0px;
  z-index: -1;
}
/* line 87, ../../../../../app/stylesheets/layouts/_search.sass */
body.company #search {
  display: inline;
  float: left;
  margin-right: 0;
  width: 790px;
  padding-top: 45px;
}
/* line 101, ../../../../../vendor/gems/compass-0.10.0.pre5/frameworks/blueprint/stylesheets/blueprint/_grid.sass */
* html body.company #search {
  overflow-x: hidden;
}
/* line 90, ../../../../../app/stylesheets/layouts/_search.sass */
body.company #search .query {
  font-size: 24px;
  line-height: 43px;
  width: 790px;
  height: 43px;
  background: url('/images/welcome/search-box.png?1274974220') no-repeat right top;
  background-position: 0px 0px;
  padding-left: 5px;
  border: 0px none;
}
/* line 99, ../../../../../app/stylesheets/layouts/_search.sass */
body.company #search .submit {
  margin-top: -48px;
  display: inline;
  float: right;
  position: relative;
}
/* line 104, ../../../../../app/stylesheets/layouts/_search.sass */
body.company #content {
  overflow: hidden;
  display: inline-block;
  padding-bottom: 1em;
}
/* line 5, ../../../../../vendor/gems/compass-0.10.0.pre5/frameworks/compass/stylesheets/compass/utilities/general/_hacks.sass */
body.company #content {
  display: block;
}
/* line 108, ../../../../../app/stylesheets/layouts/_search.sass */
body.company #footer {
  display: inline;
  float: left;
  margin-right: 0;
  width: 790px;
  background-image: url('/images/welcome/categories-background.png?1274974220');
  background-repeat: no-repeat;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  padding-top: 2em;
  padding-bottom: 1em;
}
/* line 101, ../../../../../vendor/gems/compass-0.10.0.pre5/frameworks/blueprint/stylesheets/blueprint/_grid.sass */
* html body.company #footer {
  overflow-x: hidden;
}
/* line 118, ../../../../../app/stylesheets/layouts/_search.sass */
body.company #header #logo {
  margin-top: 11px;
}
/* line 120, ../../../../../app/stylesheets/layouts/_search.sass */
body.company #header #logo h1 {
  margin: 0px;
}
/* line 5, ../../../../../app/stylesheets/controllers/_company.sass */
body.company #key_expired a {
  color: #7474FF;
}

/* line 10, ../../../../../app/stylesheets/controllers/_company.sass */
body.company-edit #content .contact input, body.company-edit #content .website input, body.company-edit #content .postal_address input, body.company-edit #content .visit_address input, body.company-edit #content .keywords input, body.company-edit #content .description input, body.company-edit #content .payment_options input, body.company-edit #content .teaser input {
  border: 1px solid grey;
}
/* line 12, ../../../../../app/stylesheets/controllers/_company.sass */
body.company-edit #content .contact textarea, body.company-edit #content .website textarea, body.company-edit #content .postal_address textarea, body.company-edit #content .visit_address textarea, body.company-edit #content .keywords textarea, body.company-edit #content .description textarea, body.company-edit #content .payment_options textarea, body.company-edit #content .teaser textarea {
  font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
}
/* line 14, ../../../../../app/stylesheets/controllers/_company.sass */
body.company-edit #content .contact input, body.company-edit #content .contact textarea, body.company-edit #content .website input, body.company-edit #content .website textarea, body.company-edit #content .postal_address input, body.company-edit #content .postal_address textarea, body.company-edit #content .visit_address input, body.company-edit #content .visit_address textarea, body.company-edit #content .keywords input, body.company-edit #content .keywords textarea, body.company-edit #content .description input, body.company-edit #content .description textarea, body.company-edit #content .payment_options input, body.company-edit #content .payment_options textarea, body.company-edit #content .teaser input, body.company-edit #content .teaser textarea {
  padding: 3px;
}
/* line 17, ../../../../../app/stylesheets/controllers/_company.sass */
body.company-edit #content .icon {
  display: inline;
  float: left;
  margin-right: 3px;
}
/* line 20, ../../../../../app/stylesheets/controllers/_company.sass */
body.company-edit #content .label {
  font-weight: bold;
}
/* line 23, ../../../../../app/stylesheets/controllers/_company.sass */
body.company-edit #content .value, body.company-edit #content input, body.company-edit #content textarea {
  font-size: 16px;
}
/* line 26, ../../../../../app/stylesheets/controllers/_company.sass */
body.company-edit #content form .errors {
  display: inline;
  float: left;
  margin-right: 10px;
  width: 703px;
  margin-right: 80px;
  margin-bottom: 20px;
  color: #514721;
  background-color: #fff6bf;
  border: 2px solid #ffd324;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 3px;
}
/* line 101, ../../../../../vendor/gems/compass-0.10.0.pre5/frameworks/blueprint/stylesheets/blueprint/_grid.sass */
* html body.company-edit #content form .errors {
  overflow-x: hidden;
}
/* line 36, ../../../../../app/stylesheets/controllers/_company.sass */
body.company-edit #content form .errors .icon {
  display: block;
  width: 16px;
  height: 16px;
  text-indent: -9999em;
  overflow: hidden;
  text-align: left;
  background-image: url('/images/icons/icon_alert.gif?1274974220');
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
/* line 40, ../../../../../app/stylesheets/controllers/_company.sass */
body.company-edit #content .fieldWithErrors textarea, body.company-edit #content .fieldWithErrors input {
  background-color: #fff6bf;
}
/* line 43, ../../../../../app/stylesheets/controllers/_company.sass */
body.company-edit #content .description {
  display: inline;
  float: left;
  margin-right: 10px;
  width: 790px;
}
/* line 101, ../../../../../vendor/gems/compass-0.10.0.pre5/frameworks/blueprint/stylesheets/blueprint/_grid.sass */
* html body.company-edit #content .description {
  overflow-x: hidden;
}
/* line 45, ../../../../../app/stylesheets/controllers/_company.sass */
body.company-edit #content .description .label {
  display: inline;
  float: left;
  margin-right: 10px;
  width: 790px;
}
/* line 101, ../../../../../vendor/gems/compass-0.10.0.pre5/frameworks/blueprint/stylesheets/blueprint/_grid.sass */
* html body.company-edit #content .description .label {
  overflow-x: hidden;
}
/* line 47, ../../../../../app/stylesheets/controllers/_company.sass */
body.company-edit #content .description .value, body.company-edit #content .description .input, body.company-edit #content .description .actions {
  width: 790px;
}
/* line 49, ../../../../../app/stylesheets/controllers/_company.sass */
body.company-edit #content .description .hint {
  display: inline;
  float: left;
  margin-right: 10px;
  width: 703px;
}
/* line 101, ../../../../../vendor/gems/compass-0.10.0.pre5/frameworks/blueprint/stylesheets/blueprint/_grid.sass */
* html body.company-edit #content .description .hint {
  overflow-x: hidden;
}
/* line 51, ../../../../../app/stylesheets/controllers/_company.sass */
body.company-edit #content .description input, body.company-edit #content .description textarea {
  width: 702px;
}
/* line 53, ../../../../../app/stylesheets/controllers/_company.sass */
body.company-edit #content .description textarea {
  height: 200px;
}
/* line 56, ../../../../../app/stylesheets/controllers/_company.sass */
body.company-edit #content .contact, body.company-edit #content .website, body.company-edit #content .postal_address, body.company-edit #content .visit_address, body.company-edit #content .logo, body.company-edit #content .keywords, body.company-edit #content .payment_options, body.company-edit #content .teaser {
  display: inline;
  float: left;
  margin-right: 10px;
  width: 390px;
}
/* line 101, ../../../../../vendor/gems/compass-0.10.0.pre5/frameworks/blueprint/stylesheets/blueprint/_grid.sass */
* html body.company-edit #content .contact, * html body.company-edit #content .website, * html body.company-edit #content .postal_address, * html body.company-edit #content .visit_address, * html body.company-edit #content .logo, * html body.company-edit #content .keywords, * html body.company-edit #content .payment_options, * html body.company-edit #content .teaser {
  overflow-x: hidden;
}
/* line 58, ../../../../../app/stylesheets/controllers/_company.sass */
body.company-edit #content .contact .label, body.company-edit #content .website .label, body.company-edit #content .postal_address .label, body.company-edit #content .visit_address .label, body.company-edit #content .logo .label, body.company-edit #content .keywords .label, body.company-edit #content .payment_options .label, body.company-edit #content .teaser .label {
  display: inline;
  float: left;
  margin-right: 10px;
  width: 390px;
}
/* line 101, ../../../../../vendor/gems/compass-0.10.0.pre5/frameworks/blueprint/stylesheets/blueprint/_grid.sass */
* html body.company-edit #content .contact .label, * html body.company-edit #content .website .label, * html body.company-edit #content .postal_address .label, * html body.company-edit #content .visit_address .label, * html body.company-edit #content .logo .label, * html body.company-edit #content .keywords .label, * html body.company-edit #content .payment_options .label, * html body.company-edit #content .teaser .label {
  overflow-x: hidden;
}
/* line 60, ../../../../../app/stylesheets/controllers/_company.sass */
body.company-edit #content .contact .value, body.company-edit #content .contact .input, body.company-edit #content .contact .actions, body.company-edit #content .website .value, body.company-edit #content .website .input, body.company-edit #content .website .actions, body.company-edit #content .postal_address .value, body.company-edit #content .postal_address .input, body.company-edit #content .postal_address .actions, body.company-edit #content .visit_address .value, body.company-edit #content .visit_address .input, body.company-edit #content .visit_address .actions, body.company-edit #content .logo .value, body.company-edit #content .logo .input, body.company-edit #content .logo .actions, body.company-edit #content .keywords .value, body.company-edit #content .keywords .input, body.company-edit #content .keywords .actions, body.company-edit #content .payment_options .value, body.company-edit #content .payment_options .input, body.company-edit #content .payment_options .actions, body.company-edit #content .teaser .value, body.company-edit #content .teaser .input, body.company-edit #content .teaser .actions {
  width: 390px;
}
/* line 62, ../../../../../app/stylesheets/controllers/_company.sass */
body.company-edit #content .contact .hint, body.company-edit #content .website .hint, body.company-edit #content .postal_address .hint, body.company-edit #content .visit_address .hint, body.company-edit #content .logo .hint, body.company-edit #content .keywords .hint, body.company-edit #content .payment_options .hint, body.company-edit #content .teaser .hint {
  display: inline;
  float: left;
  margin-right: 10px;
  width: 303px;
}
/* line 101, ../../../../../vendor/gems/compass-0.10.0.pre5/frameworks/blueprint/stylesheets/blueprint/_grid.sass */
* html body.company-edit #content .contact .hint, * html body.company-edit #content .website .hint, * html body.company-edit #content .postal_address .hint, * html body.company-edit #content .visit_address .hint, * html body.company-edit #content .logo .hint, * html body.company-edit #content .keywords .hint, * html body.company-edit #content .payment_options .hint, * html body.company-edit #content .teaser .hint {
  overflow-x: hidden;
}
/* line 66, ../../../../../app/stylesheets/controllers/_company.sass */
body.company-edit #content .contact .hint, body.company-edit #content .website .hint, body.company-edit #content .postal_address .hint, body.company-edit #content .visit_address .hint, body.company-edit #content .logo .hint, body.company-edit #content .keywords .hint, body.company-edit #content .description .hint, body.company-edit #content .payment_options .hint, body.company-edit #content .teaser .hint {
  margin-right: 80px;
  margin-right: 0;
  border-left: 2px solid #c6d880;
  color: #264409;
  margin-top: 3px;
  margin-bottom: 3px;
  padding-left: 5px;
}
/* line 69, ../../../../../app/stylesheets/controllers/_company.sass */
body.company-edit #content .contact .hint .icon, body.company-edit #content .website .hint .icon, body.company-edit #content .postal_address .hint .icon, body.company-edit #content .visit_address .hint .icon, body.company-edit #content .logo .hint .icon, body.company-edit #content .keywords .hint .icon, body.company-edit #content .description .hint .icon, body.company-edit #content .payment_options .hint .icon, body.company-edit #content .teaser .hint .icon {
  display: block;
  width: 16px;
  height: 16px;
  text-indent: -9999em;
  overflow: hidden;
  text-align: left;
  background-image: url('/images/icons/comment.gif?1274974220');
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
/* line 76, ../../../../../app/stylesheets/controllers/_company.sass */
body.company-edit #content .contact .hint a, body.company-edit #content .website .hint a, body.company-edit #content .postal_address .hint a, body.company-edit #content .visit_address .hint a, body.company-edit #content .logo .hint a, body.company-edit #content .keywords .hint a, body.company-edit #content .description .hint a, body.company-edit #content .payment_options .hint a, body.company-edit #content .teaser .hint a {
  color: #264409;
}
/* line 79, ../../../../../app/stylesheets/controllers/_company.sass */
body.company-edit #content .contact .label label, body.company-edit #content .contact .label .info, body.company-edit #content .contact .label .edit, body.company-edit #content .website .label label, body.company-edit #content .website .label .info, body.company-edit #content .website .label .edit, body.company-edit #content .postal_address .label label, body.company-edit #content .postal_address .label .info, body.company-edit #content .postal_address .label .edit, body.company-edit #content .visit_address .label label, body.company-edit #content .visit_address .label .info, body.company-edit #content .visit_address .label .edit, body.company-edit #content .logo .label label, body.company-edit #content .logo .label .info, body.company-edit #content .logo .label .edit, body.company-edit #content .keywords .label label, body.company-edit #content .keywords .label .info, body.company-edit #content .keywords .label .edit, body.company-edit #content .description .label label, body.company-edit #content .description .label .info, body.company-edit #content .description .label .edit, body.company-edit #content .payment_options .label label, body.company-edit #content .payment_options .label .info, body.company-edit #content .payment_options .label .edit, body.company-edit #content .teaser .label label, body.company-edit #content .teaser .label .info, body.company-edit #content .teaser .label .edit {
  display: inline;
  float: left;
}
/* line 81, ../../../../../app/stylesheets/controllers/_company.sass */
body.company-edit #content .contact .label label, body.company-edit #content .website .label label, body.company-edit #content .postal_address .label label, body.company-edit #content .visit_address .label label, body.company-edit #content .logo .label label, body.company-edit #content .keywords .label label, body.company-edit #content .description .label label, body.company-edit #content .payment_options .label label, body.company-edit #content .teaser .label label {
  margin-right: 3px;
}
/* line 83, ../../../../../app/stylesheets/controllers/_company.sass */
body.company-edit #content .contact .label .edit, body.company-edit #content .website .label .edit, body.company-edit #content .postal_address .label .edit, body.company-edit #content .visit_address .label .edit, body.company-edit #content .logo .label .edit, body.company-edit #content .keywords .label .edit, body.company-edit #content .description .label .edit, body.company-edit #content .payment_options .label .edit, body.company-edit #content .teaser .label .edit {
  display: inline;
  font-size: 12px;
  line-height: 20px;
}
/* line 87, ../../../../../app/stylesheets/controllers/_company.sass */
body.company-edit #content .contact .label .edit a, body.company-edit #content .website .label .edit a, body.company-edit #content .postal_address .label .edit a, body.company-edit #content .visit_address .label .edit a, body.company-edit #content .logo .label .edit a, body.company-edit #content .keywords .label .edit a, body.company-edit #content .description .label .edit a, body.company-edit #content .payment_options .label .edit a, body.company-edit #content .teaser .label .edit a {
  color: #7474FF;
}
/* line 89, ../../../../../app/stylesheets/controllers/_company.sass */
body.company-edit #content .contact .label .info, body.company-edit #content .website .label .info, body.company-edit #content .postal_address .label .info, body.company-edit #content .visit_address .label .info, body.company-edit #content .logo .label .info, body.company-edit #content .keywords .label .info, body.company-edit #content .description .label .info, body.company-edit #content .payment_options .label .info, body.company-edit #content .teaser .label .info {
  display: inline;
}
/* line 91, ../../../../../app/stylesheets/controllers/_company.sass */
body.company-edit #content .contact .label .info .inner, body.company-edit #content .website .label .info .inner, body.company-edit #content .postal_address .label .info .inner, body.company-edit #content .visit_address .label .info .inner, body.company-edit #content .logo .label .info .inner, body.company-edit #content .keywords .label .info .inner, body.company-edit #content .description .label .info .inner, body.company-edit #content .payment_options .label .info .inner, body.company-edit #content .teaser .label .info .inner {
  display: block;
  width: 16px;
  height: 16px;
  text-indent: -9999em;
  overflow: hidden;
  text-align: left;
  background-image: url('/images/icons/icon_info.gif?1274974220');
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
/* line 95, ../../../../../app/stylesheets/controllers/_company.sass */
body.company-edit #content .contact input, body.company-edit #content .contact textarea, body.company-edit #content .website input, body.company-edit #content .website textarea, body.company-edit #content .keywords input, body.company-edit #content .keywords textarea, body.company-edit #content .teaser input, body.company-edit #content .teaser textarea {
  width: 302px;
}
/* line 97, ../../../../../app/stylesheets/controllers/_company.sass */
body.company-edit #content .contact textarea, body.company-edit #content .website textarea, body.company-edit #content .keywords textarea, body.company-edit #content .teaser textarea {
  height: 240px;
}
/* line 101, ../../../../../app/stylesheets/controllers/_company.sass */
body.company-edit #content .teaser textarea {
  height: 120px;
}
/* line 104, ../../../../../app/stylesheets/controllers/_company.sass */
body.company-edit #content .website, body.company-edit #content .visit_address, body.company-edit #content .keywords, body.company-edit #content .description, body.company-edit #content .teaser {
  margin-right: 0;
}
/* line 108, ../../../../../app/stylesheets/controllers/_company.sass */
body.company-edit #content .postal_address .address, body.company-edit #content .visit_address .address {
  display: inline;
  float: left;
  margin-right: 0;
  width: 302px;
  margin-right: 80px;
}
/* line 101, ../../../../../vendor/gems/compass-0.10.0.pre5/frameworks/blueprint/stylesheets/blueprint/_grid.sass */
* html body.company-edit #content .postal_address .address, * html body.company-edit #content .visit_address .address {
  overflow-x: hidden;
}
/* line 112, ../../../../../app/stylesheets/controllers/_company.sass */
body.company-edit #content .postal_address .input .address, body.company-edit #content .visit_address .input .address {
  margin-bottom: 5px;
}
/* line 114, ../../../../../app/stylesheets/controllers/_company.sass */
body.company-edit #content .postal_address .input .postal_code, body.company-edit #content .visit_address .input .postal_code {
  display: inline;
  float: left;
  margin-right: 10px;
  width: 62px;
}
/* line 101, ../../../../../vendor/gems/compass-0.10.0.pre5/frameworks/blueprint/stylesheets/blueprint/_grid.sass */
* html body.company-edit #content .postal_address .input .postal_code, * html body.company-edit #content .visit_address .input .postal_code {
  overflow-x: hidden;
}
/* line 116, ../../../../../app/stylesheets/controllers/_company.sass */
body.company-edit #content .postal_address .input .postal_place, body.company-edit #content .visit_address .input .postal_place {
  display: inline;
  float: left;
  margin-right: 0;
  width: 222px;
}
/* line 101, ../../../../../vendor/gems/compass-0.10.0.pre5/frameworks/blueprint/stylesheets/blueprint/_grid.sass */
* html body.company-edit #content .postal_address .input .postal_place, * html body.company-edit #content .visit_address .input .postal_place {
  overflow-x: hidden;
}
/* line 119, ../../../../../app/stylesheets/controllers/_company.sass */
body.company-edit #content .postal_address .value .postal_code, body.company-edit #content .postal_address .value .postal_place, body.company-edit #content .visit_address .value .postal_code, body.company-edit #content .visit_address .value .postal_place {
  display: inline;
  float: left;
  margin-right: 10px;
}
/* line 101, ../../../../../vendor/gems/compass-0.10.0.pre5/frameworks/blueprint/stylesheets/blueprint/_grid.sass */
* html body.company-edit #content .postal_address .value .postal_code, * html body.company-edit #content .postal_address .value .postal_place, * html body.company-edit #content .visit_address .value .postal_code, * html body.company-edit #content .visit_address .value .postal_place {
  overflow-x: hidden;
}
/* line 123, ../../../../../app/stylesheets/controllers/_company.sass */
body.company-edit #content .keywords .value .keyword {
  display: inline;
}
/* line 125, ../../../../../app/stylesheets/controllers/_company.sass */
body.company-edit #content .keywords .label, body.company-edit #content .keywords .value {
  display: inline;
  float: left;
  margin-right: 0;
  width: 310px;
}
/* line 101, ../../../../../vendor/gems/compass-0.10.0.pre5/frameworks/blueprint/stylesheets/blueprint/_grid.sass */
* html body.company-edit #content .keywords .label, * html body.company-edit #content .keywords .value {
  overflow-x: hidden;
}
/* line 127, ../../../../../app/stylesheets/controllers/_company.sass */
body.company-edit #content .keywords .label .count {
  display: inline;
  float: right;
}
/* line 131, ../../../../../app/stylesheets/controllers/_company.sass */
body.company-edit #content .payment_options .input .payment_option {
  display: inline;
  float: left;
  margin-right: 10px;
  width: 150px;
  margin-bottom: 10px;
}
/* line 101, ../../../../../vendor/gems/compass-0.10.0.pre5/frameworks/blueprint/stylesheets/blueprint/_grid.sass */
* html body.company-edit #content .payment_options .input .payment_option {
  overflow-x: hidden;
}
/* line 134, ../../../../../app/stylesheets/controllers/_company.sass */
body.company-edit #content .payment_options .accepted_payment {
  margin-right: 10px;
  margin-bottom: 10px;
  display: inline;
  float: left;
}
/* line 139, ../../../../../app/stylesheets/controllers/_company.sass */
body.company-edit #content .contact .label .icon {
  display: block;
  width: 16px;
  height: 16px;
  text-indent: -9999em;
  overflow: hidden;
  text-align: left;
  background-image: url('/images/icons/icon_email.gif?1274974220');
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
/* line 141, ../../../../../app/stylesheets/controllers/_company.sass */
body.company-edit #content .website .label .icon {
  display: block;
  width: 16px;
  height: 16px;
  text-indent: -9999em;
  overflow: hidden;
  text-align: left;
  background-image: url('/images/icons/icon_link.gif?1274974220');
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
/* line 143, ../../../../../app/stylesheets/controllers/_company.sass */
body.company-edit #content .postal_address .label .icon {
  display: block;
  width: 16px;
  height: 16px;
  text-indent: -9999em;
  overflow: hidden;
  text-align: left;
  background-image: url('/images/icons/icon_mail.gif?1274974220');
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
/* line 145, ../../../../../app/stylesheets/controllers/_company.sass */
body.company-edit #content .visit_address .label .icon {
  display: block;
  width: 16px;
  height: 16px;
  text-indent: -9999em;
  overflow: hidden;
  text-align: left;
  background-image: url('/images/icons/icon_get_world.gif?1274974220');
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
/* line 147, ../../../../../app/stylesheets/controllers/_company.sass */
body.company-edit #content .logo .label .icon {
  display: block;
  width: 16px;
  height: 16px;
  text-indent: -9999em;
  overflow: hidden;
  text-align: left;
  background-image: url('/images/icons/image.gif?1274974220');
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
/* line 149, ../../../../../app/stylesheets/controllers/_company.sass */
body.company-edit #content .logo #logo_delete .icon {
  display: block;
  width: 16px;
  height: 16px;
  text-indent: -9999em;
  overflow: hidden;
  text-align: left;
  background-image: url('/images/icons/page_cross.gif?1274974220');
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
/* line 151, ../../../../../app/stylesheets/controllers/_company.sass */
body.company-edit #content .logo #logo_replace .icon {
  display: block;
  width: 16px;
  height: 16px;
  text-indent: -9999em;
  overflow: hidden;
  text-align: left;
  background-image: url('/images/icons/page_refresh.gif?1274974220');
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
/* line 153, ../../../../../app/stylesheets/controllers/_company.sass */
body.company-edit #content .logo #logo_add .icon {
  display: block;
  width: 16px;
  height: 16px;
  text-indent: -9999em;
  overflow: hidden;
  text-align: left;
  background-image: url('/images/icons/page_new.gif?1274974220');
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
/* line 155, ../../../../../app/stylesheets/controllers/_company.sass */
body.company-edit #content .keywords .label .icon {
  display: block;
  width: 16px;
  height: 16px;
  text-indent: -9999em;
  overflow: hidden;
  text-align: left;
  background-image: url('/images/icons/page_find.gif?1274974220');
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
/* line 157, ../../../../../app/stylesheets/controllers/_company.sass */
body.company-edit #content .description .label .icon {
  display: block;
  width: 16px;
  height: 16px;
  text-indent: -9999em;
  overflow: hidden;
  text-align: left;
  background-image: url('/images/icons/page_text.gif?1274974220');
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
/* line 159, ../../../../../app/stylesheets/controllers/_company.sass */
body.company-edit #content .teaser .label .icon {
  display: block;
  width: 16px;
  height: 16px;
  text-indent: -9999em;
  overflow: hidden;
  text-align: left;
  background-image: url('/images/icons/page_dynamic.gif?1274974220');
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
/* line 161, ../../../../../app/stylesheets/controllers/_company.sass */
body.company-edit #content .payment_options .label .icon {
  display: block;
  width: 16px;
  height: 16px;
  text-indent: -9999em;
  overflow: hidden;
  text-align: left;
  background-image: url('/images/icons/list_components.gif?1274974220');
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
/* line 164, ../../../../../app/stylesheets/controllers/_company.sass */
body.company-edit #content .postal_address, body.company-edit #content .visit_address, body.company-edit #content .logo, body.company-edit #content .keywords, body.company-edit #content .submit, body.company-edit #content .description, body.company-edit #content .teaser, body.company-edit #content .payment_options {
  margin-top: 15px;
}
/* line 167, ../../../../../app/stylesheets/controllers/_company.sass */
body.company-edit #content .submit {
  display: inline;
  float: left;
  margin-right: 0;
  width: 310px;
  padding-left: 400px;
}
/* line 101, ../../../../../vendor/gems/compass-0.10.0.pre5/frameworks/blueprint/stylesheets/blueprint/_grid.sass */
* html body.company-edit #content .submit {
  overflow-x: hidden;
}
/* line 4, ../../../../../app/stylesheets/partials/_buttons.sass */
body.company-edit #content a.button, body.company-edit #content button, body.company-edit #content input.submit {
  font-family: "Lucida Grande", Lucida, Arial, sans_serif;
  background: url('/images/button_bg.png?1274974220') repeat-x bottom left;
  margin: 0;
  width: auto;
  overflow: visible;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  border-style: solid;
  font-weight: bold;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  font-size: 18px;
  line-height: 21.6px;
  padding: 5px 18px;
  border-width: 1px;
  background-color: #444444;
  background: -webkit-gradient(linear, left top, left bottom, from(#6a6a6a), to(#353535));
  background: -moz-linear-gradient(left top, left bottom, from(#6a6a6a), to(#353535));
  border-color: #1e1e1e;
  text-shadow: #040404 0px 1px 1px;
  color: white;
  margin: 0 2px;
  vertical-align: middle;
}
/* line 161, ../../../../../vendor/gems/fancy-buttons-0.3.7/lib/sass/_fancy_buttons.sass */
body.company-edit #content a.button::-moz-focus-inner, body.company-edit #content button::-moz-focus-inner, body.company-edit #content input.submit::-moz-focus-inner {
  border: none;
  padding: 0;
}
/* line 164, ../../../../../vendor/gems/fancy-buttons-0.3.7/lib/sass/_fancy_buttons.sass */
body.company-edit #content a.button:focus, body.company-edit #content button:focus, body.company-edit #content input.submit:focus {
  outline: none;
}
/* line 166, ../../../../../vendor/gems/fancy-buttons-0.3.7/lib/sass/_fancy_buttons.sass */
body.company-edit #content a.button.disabled, body.company-edit #content a.button[disabled], body.company-edit #content button.disabled, body.company-edit #content button[disabled], body.company-edit #content input.submit.disabled, body.company-edit #content input.submit[disabled] {
  opacity: 0.7;
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  filter: alpha(opacity=70);
}
/* line 171, ../../../../../vendor/gems/fancy-buttons-0.3.7/lib/sass/_fancy_buttons.sass */
body.company-edit #content a.button.disabled:hover, body.company-edit #content a.button.disabled:focus, body.company-edit #content a.button[disabled]:hover, body.company-edit #content a.button[disabled]:focus, body.company-edit #content button.disabled:hover, body.company-edit #content button.disabled:focus, body.company-edit #content button[disabled]:hover, body.company-edit #content button[disabled]:focus, body.company-edit #content input.submit.disabled:hover, body.company-edit #content input.submit.disabled:focus, body.company-edit #content input.submit[disabled]:hover, body.company-edit #content input.submit[disabled]:focus {
  cursor: default;
}
/* line 142, ../../../../../vendor/gems/fancy-buttons-0.3.7/lib/sass/_fancy_buttons.sass */
body.company-edit #content a.button:active, body.company-edit #content button:active, body.company-edit #content input.submit:active {
  padding: 4px 17px;
  border-width: 2px;
}
/* line 145, ../../../../../vendor/gems/fancy-buttons-0.3.7/lib/sass/_fancy_buttons.sass */
body.company-edit #content a.button.disabled:active, body.company-edit #content a.button[disabled], body.company-edit #content button.disabled:active, body.company-edit #content button[disabled], body.company-edit #content input.submit.disabled:active, body.company-edit #content input.submit[disabled] {
  padding: 5px 18px;
  border-width: 1px;
}
/* line 23, ../../../../../vendor/gems/fancy-buttons-0.3.7/lib/sass/_fancy_buttons.sass */
body.company-edit #content a.button.disabled:active, body.company-edit #content a.button.disabled:hover, body.company-edit #content a.button[disabled]:active, body.company-edit #content a.button[disabled]:hover, body.company-edit #content button.disabled:active, body.company-edit #content button.disabled:hover, body.company-edit #content button[disabled]:active, body.company-edit #content button[disabled]:hover, body.company-edit #content input.submit.disabled:active, body.company-edit #content input.submit.disabled:hover, body.company-edit #content input.submit[disabled]:active, body.company-edit #content input.submit[disabled]:hover {
  background-color: #444444;
  background: -webkit-gradient(linear, left top, left bottom, from(#6a6a6a), to(#353535));
  background: -moz-linear-gradient(left top, left bottom, from(#6a6a6a), to(#353535));
  border-color: #1e1e1e;
  text-shadow: #040404 0px 1px 1px;
  color: white;
}
/* line 25, ../../../../../vendor/gems/fancy-buttons-0.3.7/lib/sass/_fancy_buttons.sass */
body.company-edit #content a.button:hover, body.company-edit #content a.button:focus, body.company-edit #content button:hover, body.company-edit #content button:focus, body.company-edit #content input.submit:hover, body.company-edit #content input.submit:focus {
  background-color: #3c3c3c;
  background: -webkit-gradient(linear, left top, left bottom, from(#626262), to(#2d2d2d));
  background: -moz-linear-gradient(left top, left bottom, from(#626262), to(#2d2d2d));
  border-color: #161616;
  text-shadow: black 0px 1px 1px;
  color: white;
}
/* line 30, ../../../../../vendor/gems/fancy-buttons-0.3.7/lib/sass/_fancy_buttons.sass */
body.company-edit #content a.button:active, body.company-edit #content button:active, body.company-edit #content input.submit:active {
  background-color: #353535;
  background: -webkit-gradient(linear, left top, left bottom, from(#333333), to(#4c4c4c), color-stop(85%, #3a3a3a), color-stop(40%, #3a3a3a));
  background: -moz-linear-gradient(left top, left bottom, from(#333333), to(#4c4c4c), color-stop(85%, #3a3a3a), color-stop(40%, #3a3a3a));
  border-color: #0f0f0f;
  text-shadow: black 0px -1px -1px;
  color: white;
}

/* line 2, ../../../../../app/stylesheets/controllers/_admin.sass */
body.admin {
  margin: 0px;
  font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
}
/* line 7, ../../../../../vendor/gems/compass-0.10.0.pre5/frameworks/blueprint/stylesheets/blueprint/_debug.sass */
body.admin .showgrid {
  background: url('/images/grid.png?1274974220');
}
/* line 5, ../../../../../app/stylesheets/layouts/_application.sass */
body.admin .flash-error {
  padding: .8em;
  margin-bottom: 1em;
  border: 2px solid #dddddd;
  background: #fbe3e4;
  color: #8a1f11;
  border-color: #fbc2c4;
}
/* line 30, ../../../../../vendor/gems/compass-0.10.0.pre5/frameworks/blueprint/stylesheets/blueprint/_interaction.sass */
body.admin .flash-error a {
  color: #8a1f11;
}
/* line 7, ../../../../../app/stylesheets/layouts/_application.sass */
body.admin .flash-notice {
  padding: .8em;
  margin-bottom: 1em;
  border: 2px solid #dddddd;
  background: #fff6bf;
  color: #514721;
  border-color: #ffd324;
}
/* line 38, ../../../../../vendor/gems/compass-0.10.0.pre5/frameworks/blueprint/stylesheets/blueprint/_interaction.sass */
body.admin .flash-notice a {
  color: #514721;
}
/* line 9, ../../../../../app/stylesheets/layouts/_application.sass */
body.admin .flash-success {
  padding: .8em;
  margin-bottom: 1em;
  border: 2px solid #dddddd;
  background: #e6efc2;
  color: #264409;
  border-color: #c6d880;
}
/* line 46, ../../../../../vendor/gems/compass-0.10.0.pre5/frameworks/blueprint/stylesheets/blueprint/_interaction.sass */
body.admin .flash-success a {
  color: #264409;
}
/* line 6, ../../../../../app/stylesheets/layouts/_admin.sass */
body.admin a {
  color: inherit;
  text-decoration: inherit;
  cursor: inherit;
  text-decoration: none;
  cursor: pointer;
}
/* line 6, ../../../../../vendor/gems/compass-0.10.0.pre5/frameworks/compass/stylesheets/compass/utilities/links/_unstyled_link.sass */
body.admin a:active, body.admin a:focus {
  outline: none;
}
/* line 4, ../../../../../vendor/gems/compass-0.10.0.pre5/frameworks/compass/stylesheets/compass/utilities/links/_hover_link.sass */
body.admin a:hover {
  text-decoration: underline;
}
/* line 10, ../../../../../app/stylesheets/layouts/_admin.sass */
body.admin #content {
  color: #747474;
}
/* line 13, ../../../../../app/stylesheets/layouts/_admin.sass */
body.admin #container {
  width: 950px;
  margin: 0 auto;
  overflow: hidden;
  display: inline-block;
}
/* line 5, ../../../../../vendor/gems/compass-0.10.0.pre5/frameworks/compass/stylesheets/compass/utilities/general/_hacks.sass */
body.admin #container {
  display: block;
}
/* line 16, ../../../../../app/stylesheets/layouts/_admin.sass */
body.admin #header {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #5cc2f9;
  display: inline;
  float: left;
  margin-right: 0;
  width: 950px;
  position: relative;
}
/* line 101, ../../../../../vendor/gems/compass-0.10.0.pre5/frameworks/blueprint/stylesheets/blueprint/_grid.sass */
* html body.admin #header {
  overflow-x: hidden;
}
/* line 22, ../../../../../app/stylesheets/layouts/_admin.sass */
body.admin #header .branding, body.admin #header .user {
  display: inline;
  float: left;
  margin-right: 10px;
  width: 230px;
}
/* line 101, ../../../../../vendor/gems/compass-0.10.0.pre5/frameworks/blueprint/stylesheets/blueprint/_grid.sass */
* html body.admin #header .branding, * html body.admin #header .user {
  overflow-x: hidden;
}
/* line 27, ../../../../../app/stylesheets/layouts/_admin.sass */
body.admin #header .user {
  position: absolute;
  bottom: 0px;
  left: 0px;
}
/* line 31, ../../../../../app/stylesheets/layouts/_admin.sass */
body.admin #header .environment-warning {
  display: inline;
  float: left;
  margin-right: 10px;
  width: 410px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
/* line 101, ../../../../../vendor/gems/compass-0.10.0.pre5/frameworks/blueprint/stylesheets/blueprint/_grid.sass */
* html body.admin #header .environment-warning {
  overflow-x: hidden;
}
/* line 37, ../../../../../app/stylesheets/layouts/_admin.sass */
body.admin #header .statistics-teaser-for-user {
  display: inline;
  float: left;
  margin-right: 10px;
  width: 140px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
}
/* line 101, ../../../../../vendor/gems/compass-0.10.0.pre5/frameworks/blueprint/stylesheets/blueprint/_grid.sass */
* html body.admin #header .statistics-teaser-for-user {
  overflow-x: hidden;
}
/* line 40, ../../../../../app/stylesheets/layouts/_admin.sass */
body.admin #header .menu {
  display: inline;
  float: left;
  margin-right: 0;
  width: 100px;
  position: absolute;
  bottom: 0px;
  right: 0px;
  padding-left: 10px;
  padding-bottom: 10px;
}
/* line 101, ../../../../../vendor/gems/compass-0.10.0.pre5/frameworks/blueprint/stylesheets/blueprint/_grid.sass */
* html body.admin #header .menu {
  overflow-x: hidden;
}
/* line 48, ../../../../../app/stylesheets/layouts/_admin.sass */
body.admin #content {
  display: inline;
  float: left;
  margin-right: 10px;
}
/* line 101, ../../../../../vendor/gems/compass-0.10.0.pre5/frameworks/blueprint/stylesheets/blueprint/_grid.sass */
* html body.admin #content {
  overflow-x: hidden;
}
/* line 51, ../../../../../app/stylesheets/layouts/_admin.sass */
body.admin .logo {
  text-indent: -9999em;
  overflow: hidden;
  text-align: left;
  background-image: url('/images/280/logo.png?1274974220');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 165px;
  height: 87px;
}
/* line 55, ../../../../../app/stylesheets/layouts/_admin.sass */
body.admin .user .icon {
  display: inline;
  float: left;
  display: block;
  width: 16px;
  height: 16px;
  text-indent: -9999em;
  overflow: hidden;
  text-align: left;
  background-image: url('/images/icons/icon_user.gif?1274974220');
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
/* line 59, ../../../../../app/stylesheets/layouts/_admin.sass */
body.admin .menu {
  color: #0d4eaf;
  font-weight: bold;
  border-left: 1px solid #5cc2f9;
}
/* line 63, ../../../../../app/stylesheets/layouts/_admin.sass */
body.admin .menu .icon {
  display: inline;
  float: left;
}
/* line 65, ../../../../../app/stylesheets/layouts/_admin.sass */
body.admin .menu .entries .icon {
  display: block;
  width: 16px;
  height: 16px;
  text-indent: -9999em;
  overflow: hidden;
  text-align: left;
  background-image: url('/images/icons/arrow_right.gif?1274974220');
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
/* line 67, ../../../../../app/stylesheets/layouts/_admin.sass */
body.admin .menu .logout .icon {
  display: block;
  width: 16px;
  height: 16px;
  text-indent: -9999em;
  overflow: hidden;
  text-align: left;
  background-image: url('/images/icons/action_stop.gif?1274974220');
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
/* line 70, ../../../../../app/stylesheets/layouts/_admin.sass */
body.admin .environment-warning {
  font-size: 12px;
  border: 2px solid;
}
/* line 73, ../../../../../app/stylesheets/layouts/_admin.sass */
body.admin .environment-warning .environment {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0.5em;
}
/* line 77, ../../../../../app/stylesheets/layouts/_admin.sass */
body.admin .environment-warning strong {
  text-decoration: underline;
}
/* line 79, ../../../../../app/stylesheets/layouts/_admin.sass */
body.admin .environment-warning.production {
  background-color: #e6efc2;
  border-color: #c6d880;
}
/* line 82, ../../../../../app/stylesheets/layouts/_admin.sass */
body.admin .environment-warning.production, body.admin .environment-warning .production {
  color: #264409;
}
/* line 84, ../../../../../app/stylesheets/layouts/_admin.sass */
body.admin .environment-warning.staging {
  background-color: #fff6bf;
  border-color: #ffd324;
}
/* line 87, ../../../../../app/stylesheets/layouts/_admin.sass */
body.admin .environment-warning.staging, body.admin .environment-warning .staging {
  color: #514721;
}
/* line 89, ../../../../../app/stylesheets/layouts/_admin.sass */
body.admin .environment-warning.development {
  color: #8a1f11;
  background-color: #fbe3e4;
  border-color: #fbc2c4;
}
/* line 94, ../../../../../app/stylesheets/layouts/_admin.sass */
body.admin .statistics-teaser-for-user {
  font-size: 12px;
  border: 2px solid;
}
/* line 97, ../../../../../app/stylesheets/layouts/_admin.sass */
body.admin .statistics-teaser-for-user .turnover.positive {
  color: green;
}
/* line 99, ../../../../../app/stylesheets/layouts/_admin.sass */
body.admin .statistics-teaser-for-user .turnover.negative {
  color: red;
}
/* line 101, ../../../../../app/stylesheets/layouts/_admin.sass */
body.admin .statistics-teaser-for-user .header {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0.5em;
  text-align: center;
}
/* line 106, ../../../../../app/stylesheets/layouts/_admin.sass */
body.admin .statistics-teaser-for-user strong {
  text-decoration: underline;
}

/* line 6, ../../../../../app/stylesheets/controllers/_admin.sass */
body.admin-companies #edit_url .error {
  background-color: #fbe3e4;
  color: #8a1f11;
  border: 1px solid #fbc2c4;
  padding: 3px;
}

/* line 29, ../../../../../app/stylesheets/partials/_tables.sass */
body.admin-statistics table {
  padding: 0;
  border-spacing: 0 0;
  border-collapse: collapse;
  border-width: thin;
  border-style: solid;
  border-color: #4e7aaf;
}
/* line 9, ../../../../../app/stylesheets/partials/_tables.sass */
body.admin-statistics table tbody tr th {
  background-color: #CDE6FF;
  color: inherit;
  font-weight: bold;
}
/* line 14, ../../../../../app/stylesheets/partials/_tables.sass */
body.admin-statistics table thead tr th {
  background-color: #9CF;
  color: inherit;
  font-weight: bold;
}
/* line 20, ../../../../../app/stylesheets/partials/_tables.sass */
body.admin-statistics table tr td, body.admin-statistics table tr th {
  border-style: solid;
  border-width: thin;
  border-color: #4e7aaf;
  empty-cells: show;
  padding: 0.3em;
  width: 5em;
}

/* line 10, ../../../../../app/stylesheets/sites/280/screen.sass */
body.welcome-about .video {
  display: inline;
  float: right;
}
