body {
  background-color: #d7d9d2;
  margin: 0; }

.input input, .input textarea, .input select {
  font-family: helvetica, arial, sans-serif;
  font-size: 1.2em;
  color: #333333; }
.input textarea {
  font-size: 1em; }
.input select {
  background-color: #f2f2f2; }

.field label {
  color: #999999; }

.clearer, .clearer:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
  zoom: 1; }

.spacer {
  height: 30px;
  position: relative;
  clear: both; }

.draggable {
  cursor: move; }

.clickable {
  cursor: pointer; }

a.g-spot, a.g-spot:link, a.g-spot:hover, a.g-spot:active, a.g-spot:visited, a.g-spot img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  text-decoration: none !important;
  z-index: 10;
  font-size: 0;
  border: none;
  background-color: none !important; }

.menu-button {
  position: relative; }

#bar_top .big-title {
  position: absolute;
  font-size: 32px;
  top: 0;
  left: 50%;
  width: 400px;
  margin-left: -200px;
  color: #cccccc;
  font-family: helvetica, arial, sans-serif;
  font-weight: bold;
  text-align: center; }

#cktail_indicator {
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  opacity: 0.85;
  -moz-opacity: 0.85;
  filter: alpha(opacity=85);
  background-image: url(/images/cktail-indicator.gif);
  background-position: center center;
  background-repeat: no-repeat; }

.remove-button {
  position: absolute;
  width: 30px;
  height: 30px;
  top: -9px;
  right: -10px;
  cursor: pointer;
  z-index: 20;
  background-color: transparent;
  border: none;
  background-image: url(/images/admin/close-button.png); }

#cktail_background #cktail_body {
  font-family: helvetica, arial, sans-serif;
  position: relative; }
  #cktail_background #cktail_body .container {
    min-height: 1px;
    position: relative; }
    #cktail_background #cktail_body .container .other-elements {
      display: block; }
    #cktail_background #cktail_body .container .shopping-cart-control {
      display: none;
      width: 100px;
      height: 30px;
      left: 50%;
      top: 50%;
      margin-left: -50px;
      margin-top: -15px;
      position: absolute;
      z-index: 11; }
      #cktail_background #cktail_body .container .shopping-cart-control .delete-button {
        position: absolute;
        right: 1px;
        bottom: 1px; }
      #cktail_background #cktail_body .container .shopping-cart-control .amount-field {
        position: absolute;
        bottom: 1px;
        right: 30px; }
        #cktail_background #cktail_body .container .shopping-cart-control .amount-field input {
          width: 30px; }
  #cktail_background #cktail_body .container:hover .shopping-cart-control {
    display: block; }
  #cktail_background #cktail_body .container:hover .other-elements {
    display: none; }
  #cktail_background #cktail_body .content {
    display: inline-block; }
    #cktail_background #cktail_body .content .block {
      min-height: 1px; }
  #cktail_background #cktail_body .content, #cktail_background #cktail_body .sidebar {
    min-height: 300px;
    height: 1%; }
    #cktail_background #cktail_body .content .fake-content, #cktail_background #cktail_body .sidebar .fake-content {
      overflow: hidden; }
      #cktail_background #cktail_body .content .fake-content .limage, #cktail_background #cktail_body .sidebar .fake-content .limage {
        width: auto;
        height: 200px;
        margin-bottom: 1em;
        background-position: center top;
        background-color: white;
        background-repeat: no-repeat; }
    #cktail_background #cktail_body .content .comment, #cktail_background #cktail_body .sidebar .comment {
      position: relative; }
      #cktail_background #cktail_body .content .comment .title, #cktail_background #cktail_body .sidebar .comment .title {
        margin-bottom: 5px; }

.comment-form-label {
  margin-bottom: 2px; }

.comments input.input {
  margin-bottom: 10px;
  width: 99%; }
.comments textarea.textarea {
  margin-bottom: 10px;
  width: 100%;
  height: 100px; }

.comments {
  min-height: 30px; }
  .comments .fieldWithErrors input.input {
    border-color: #ff4000; }
  .comments .fieldWithErrors textarea.textarea {
    border-color: #ff4000; }

.comment-form-note {
  font-size: 10px; }

input.comment-form-submit {
  margin-top: 10px; }

.image-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-repeat: no-repeat; }

.element-amount-field {
  width: 25px;
  background-color: #e5e5e5;
  float: right;
  text-align: right; }

.add-to-cart-scheme {
  float: left;
  padding-top: 3px;
  padding-right: 5px; }

.buy-button {
  float: right;
  padding-left: 3px; }

.totals {
  font-size: 150%;
  text-align: right;
  font-weight: bold;
  margin-bottom: 10px; }

.checkout-now {
  font-size: 200%; }

.paypal-checkout-button {
  float: right; }

.checkout-form .label {
  padding: 1px; }
.checkout-form .field {
  margin-bottom: 10px; }
  .checkout-form .field input {
    width: 300px; }
.checkout-form .submit {
  margin-bottom: 30px; }

.block {
  margin-bottom: 10px; }

.gallery_item {
  width: 128px;
  height: 128px;
  float: left;
  margin: 8px;
  background-repeat: no-repeat;
  background-position: center center; }

.block.flickr-image, .block.image {
  overflow: hidden; }

.thumb-image {
  background-repeat: no-repeat; }


#shortcut_button {
  font-size: 14px;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  width: 25px;
  height: 25px;
  background-image: url(/images/admin/icons-assets-dashboard.png);
  background-position: -725px -50px;
  cursor: pointer; }
  #shortcut_button .shortcut-buttons {
    position: absolute;
    left: 22px;
    top: 22px;
    border-top: 1px solid #999999;
    -webkit-box-shadow: rgba(0, 0, 0, 0.35) 0px 2px 10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 2px 10px;
    -moz-box-shadow: rgba(0, 0, 0, 0.35) 0px 2px 10px; }
    #shortcut_button .shortcut-buttons .shortcut-button {
      min-width: 300px;
      padding-left: 0;
      border: 1px solid #999999;
      border-top: none;
      background-color: white;
      position: relative; }
      #shortcut_button .shortcut-buttons .shortcut-button .icon {
        float: left;
        width: 25px;
        height: 25px;
        background-image: url(/images/admin/icons-assets-dashboard.png);
        margin-right: 5px; }
      #shortcut_button .shortcut-buttons .shortcut-button .name {
        padding-top: 4px;
        float: left;
        font-family: helvetica, arial, sans-serif;
        color: #333333; }
    #shortcut_button .shortcut-buttons .shortcut-button:hover {
      background-color: #e5e5e5; }

.header, .project {
  position: relative; }

.column .error-message {
  padding: 30px;
  text-align: center; }
.column .block.google-maps iframe {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: none; }
.column a img {
  border: none; }
.column .search-results {
  max-width: 550px; }
  .column .search-results .result-image {
    margin-bottom: 5px; }
    .column .search-results .result-image a img {
      border: none; }

.gallery-item-note {
  position: absolute;
  width: 100%;
  top: 100%;
  text-align: center;
  display: none; }

.trottled {
  margin: 0 auto;
  margin-top: 100px;
  width: 500px; }


.network-icons .network-radio-buttons {
  height: 18px;
  margin-left: 6px; }
  .network-icons .network-radio-buttons .radio-button {
    float: left;
    width: 24px;
    margin-right: 5px; }
.network-icons .strip {
  float: left;
  margin-right: 3px;
  margin-left: 2px;
  width: 24px;
  height: 120px; }
.network-icons .names {
  width: 80px; }
  .network-icons .names .network-wrapper {
    width: 80px;
    height: 24px; }
    .network-icons .names .network-wrapper .network-name {
      float: left;
      padding-top: 7px;
      padding-left: 2px;
      font-size: 12px; }
    .network-icons .names .network-wrapper .network-box {
      padding-top: 5px;
      float: right; }
.network-icons .network-icon {
  position: relative;
  width: 24px;
  height: 24px;
  float: left; }
.network-icons .colored {
  background-image: url(/images/icons/network-icons-color.png); }
.network-icons .colored-shadow {
  background-image: url(/images/icons/network-icons-color-shadow.png); }
.network-icons .colored-square {
  background-image: url(/images/icons/network-icons-colored-square.png); }
.network-icons .grayscale {
  background-image: url(/images/icons/network-icons-grayscale.png); }
.network-icons .grayscale-shadow {
  background-image: url(/images/icons/network-icons-grayscale-shadow.png); }
.network-icons .grayscale-square {
  background-image: url(/images/icons/network-icons-grayscale-square.png); }
.network-icons .digg {
  background-position: 0 0; }
.network-icons .stumble {
  background-position: 0 -24px; }
.network-icons .delicious {
  background-position: 0 -48px; }
.network-icons .twitter {
  background-position: 0 -72px; }
.network-icons .facebook {
  background-position: 0 -96px; }


/* lightview.css
   http://www.nickstakenburg.com/projects/lightview
*/

#lightview {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 150px;
  width: 150px;
  margin: -75px 0 0 -75px;
  padding: 0;
  text-align: left;
}

/* The container that holds everything */
.lv_Container {
  position: relative;
  width: 100%;
  height: 100%;
  background: none;
  padding: 0;
  margin: 0;
}

.lv_Button {
  cursor: pointer;
  text-decoration: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
}

/* The buttons on the side when you view a gallery */
.lv_Sides {
  position: absolute;
  top: 50%;
  left: 0;
  clear: both;
  width: 100%;
  padding: 0;
  margin: 0;
}
.lv_Sides * { padding: 0; margin: 0; }
.lv_Sides li {
  list-style-type: none;
  position: relative;
}

.lv_PrevSide { float: left; }
.lv_NextSide { float: right; }
.lv_Sides .lv_Wrapper {
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.lv_Sides .lv_Button {
  float: left;
  background: none;
}

/* The frames above and below the center, that hold the corners.
   It's recommended not to change anything here, a lot is done in
   javascript to build further upon this based on your settings.
*/
.lv_Frames {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 0;
  margin: 0;
}
.lv_Frames li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.lv_Frame {
  width: 100%;
  display: block;
}
.lv_Frame * { padding: 0; margin: 0; }
.lv_FrameTop {
  position: absolute;
  left: 0;
  width: 100%;
  display: block;
}
.lv_FrameBottom {
  position: relative;
  float: left;
  clear: both;
}

.lv_Liquid {
  position: relative;
  float: left;
  width: 100%;
  overflow: hidden;
  clear: both;
}
.lv_Liquid .lv_Filler {
  position: absolute;
  height: 100%;
  width: 2px;
  top: 0;
  left: 50%;
}

.lv_Half {
  display: block;
  height: 100%;
  clear: both;
  line-height: 0px;
}
.lv_Half li { list-style-type: none; }
.lv_Corner {
  float: left;
  position: relative;
}
.lv_CornerTr, .lv_CornerBr { float: right; }

.lv_Fill {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.lv_Half .lv_CornerWrapper {
  float: left;
  position: relative;
  width: 50%;
  height: 100%;
  overflow: hidden;
}
.lv_HalfRight .lv_CornerWrapper { float: right; }

.lv_Corner { position: relative; }
.lv_Corner canvas { position: relative; }
.lv_HalfLeft .lv_Corner { float: left; }
.lv_HalfRight .lv_Corner {
  position: relative;
  float: right;
}

/* To position content correctly in the center with correct
   rounded corner display we need a few wrappers.
   This is to get it right on all browsers.
*/
.lv_Center {
  position: relative;
  clear: both;
  height: 100%;
  overflow: hidden;
  background: none;
  padding: 0;
  margin: 0;
}
.lv_WrapUp {
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  padding: 0;
  margin: 0;
}
.lv_WrapDown {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
  padding: 0;
  margin: 0;
}
.lv_WrapCenter {
  position: relative;
  padding: 0;
  margin: 0;
}

/* The loading indicator */
.lv_Loading {
  position: absolute;
  top: 50%;
  left: 50%;
}
.lv_Loading .lv_Button {
  float: left;
  height: 100%;
  width: 100%;
}

.lv_MediaWrapper {
  position: relative;
  width: 100%;
  display: block;
  overflow: hidden;
  clear: both;
  padding: 0;
  margin: 0;
}
.lv_MediaWrapper img {
  position: relative;
  float: left;
  padding: 0;
  margin: 0;
}

/* The overlays on top of images that toggle the previous/next buttons */
.lv_PrevNext {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}
.lv_PrevNext * { padding: 0; margin: 0; }
.lv_PrevNext .lv_Button {
  position: relative;
  height: 100%;
}
.lv_PrevButton { float: left; }
.lv_NextButton { float: right; }

/* The bar that holds title, caption, imagenumber, slideshow and closebutton */
.lv_MenuBar {
  clear: both;
  position: relative;
  width: 100%;
  font: 11px Arial, Helvetica, sans-serif;
  color: #7a7a7a;
  padding: 0;
  margin: 0;
  text-align: left;
}
.lv_MenuBar * { padding: 0; margin: 0;}


.lv_Close {
    position: relative;
  float: right;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.lv_Data {
  position: relative;
  float: left;
  padding-bottom: 3px;
  line-height: 13px;
  overflow: hidden;
}

/* simulates padding-left inside .lv_Data 
.lv_DataText div, .lv_ImgNumber div { margin-left: 3px; } */

.lv_Data li {
  list-style-type: none;
  float: left;
  margin-top: 3px;
}
.lv_DataText { width: 100%; }
.lv_DataText .lv_Title {
  font-weight: bold;
  margin-bottom: 2px;
}
.lv_DataText .lv_Caption { clear: both; }
.lv_Data .lv_ImgNumber {
  color: #a7a7a7;
  margin-right: 5px;
  margin-top: 5px;
}

.lv_Data .lv_innerPrevNext, 
.lv_Data .lv_Slideshow {
  position: relative;
  border-left: 1px solid #d7d7d7;
  padding: 0 5px;
  margin-top: 5px;
  vertical-align: middle;
}
.lv_Data .lv_Slideshow { padding-right: 0px; }

.lv_Data .lv_innerPrevNext .lv_Button, 
.lv_Data .lv_Slideshow .lv_Button { /* play and stop */
  float: left;
  background-position: center left;
  background-repeat: no-repeat;
}

/* the boxes that hold media or external content */
.lv_contentTop,
.lv_contentBottom {
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
  clear: both;
}

#lightview iframe {
  float: left;
  border: 0;
  clear: both;
  padding: 0;
  margin: 0;
  background: none;
}

/* The container that hold buttons above the view, currently only topclose */
.lv_topButtons {
  position: absolute;
  left: 0;
  width: 100%;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.lv_topcloseButtonImage { cursor: pointer; }


/* The error/warning/download message that will appear when
   a required plugin is not installed.
*/
#lightviewError p { padding: 0 0 10px 0; }
#lightviewError div {
  padding: 6px;
  font: 11px Arial, Helvetica, sans-serif;
}
#lightviewError .message {
  background: #fcb5b5;
  color: #dd1f1f;
  margin-bottom: 3px;
}
#lightviewError .type { font-weight: bold; }
#lightviewError .pluginspage {
  background: #b5fcbd;
  color: #21be30;
}
#lightviewError a,
#lightviewError a:hover,
#lightviewError a:visited {
  color: #21be30;
  text-decoration: none;
  background: none;
  font-weight: bold;
  border-bottom: 1px solid #7de689;
}
#lightviewError p {
  margin-left: 0;
  padding: 0;
}

#lv_overlay {
  position: absolute; /* Opera will use fixed */
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

/* navbar
   Adds a bar below the view that takes over the default Controller
*/
#lightviewController {
  position: fixed;
  bottom: 0;
  top: 0;
  left: 50%;
  margin: 0;
  padding: 0;
  color: #d2d2d2;
  font: 11px Arial, Helvetica, sans-serif;
}
* html body #lightviewController { /* IE6 */
  position: absolute;
  top: auto;
  margin-top: expression( (-1 * this.offsetHeight / 2 + (document.documentElement ? document.documentElement.scrollTop : 0) + (Lightview.controllerOffset || 0)) + 'px'); 
}
#lightviewController ul {
  display: block;
  height: 100%;
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
}
.lv_controllerTop, .lv_controllerMiddle, .lv_controllerBottom {
  list-style-type: none;
  float: left;
  display: block;
  position: relative;
  clear: both;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.lv_controllerCenter  { width: auto; float: left; }
.lv_controllerCornerWrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
.lv_controllerCornerWrapperTopLeft,
.lv_controllerCornerWrapperBottomLeft { top: 0; left: -100%;}
.lv_controllerCornerWrapperTopRight,
.lv_controllerCornerWrapperBottomRight { top: 0; left: 100%;}

#lightviewController .lv_CornerWrapper {
  width: 100%;
}
#lightviewController .lv_Corner { float: left; }
#lightviewController .lv_Corner {
  float: right;
  position: relative;
}
#lightviewController .lv_CornerTr, #lightviewController .lv_CornerBr { float: left; }
.lv_controllerBetweenCorners {
  position: relative;
  height: 100%;
  overflow: hidden;
}

.lv_controllerMiddle {
  position: relative;
  height: 100%;
  float: left;
}
.lv_controllerCenter { float: left; width: auto;}
.lv_controllerCenter li {
  list-style-type: none;
  float: left;
  display: inline;
  position: relative;
  clear: none;
}
.lv_controllerSetNumber {
  float: left;
  text-align: center;
}

#lightviewController .lv_Button {
  float: left;
  position: relative;
  height: 100%;
  clear: none;
}
.lv_controllerSetNumber {
  position: relative;
  height: 100%;
  padding-right: 3px;
}
.lv_controllerPrev, 
.lv_controllerNext, 
.lv_controllerSlideshow, 
.lv_controllerClose {
  float: left;
  position: relative;
  height: 100%;
  padding-left: 3px;
}

.lv_controllerPrev { border-left: 1px solid #3c3c3c; }
#lightviewController .lv_controllerNext { padding-right: 3px; border-right: 1px solid #3c3c3c; }

* html #lightview { /* IE6 */
  position: absolute;
  margin-top: expression( (-1 * this.offsetHeight / 2 + (document.documentElement ? document.documentElement.scrollTop : 0) - (Lightview.controllerHeight || 0)) + 'px');
  margin-left: expression( -1 * this.offsetWidth / 2 + (document.documentElement ? document.documentElement.scrollLeft : 0) + 'px');
}

/* Always cover 100% of the screen in IE6 */
html #lv_overlay {
  position: absolute;
  height: expression(((window.Enumerable && window.Enumerable.max) ? [document.body.scrollHeight, document.documentElement.scrollHeight, document.body.offsetHeight, document.documentElement.clientHeight].max() : document.documentElement.scrollHeight) + 'px' );
  width: expression(((window.Enumerable && window.Enumerable.max) ? [document.body.scrollWidth, document.documentElement.scrollWidth, document.body.offsetWidth, document.documentElement.clientHeight].max() : document.documentElement.scrollWidth) + 'px' );
}