/* based on http: //developer.yahoo.com/yui/reset/#code */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td { margin: 0; padding: 0; }

table { border-collapse: collapse; border-spacing: 0; }

fieldset, img { border: 0; }

address, caption, cite, code, dfn, em, strong, th, var { font-style: normal; font-weight: normal; }

ol, ul { list-style: none; }

caption, th { text-align: left; }

h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: normal; }

q:before, q:after { content: ''; }

abbr, acronym { border: 0; }


/*
 * application css by garmz.com
 */

/* generic html tags */
body {
  padding: 15px 30px 30px 30px;
  background-color:#FFFFFF;
  font-size:14px;
  font-family:Georgia, "Times New Roman", Times, serif;
}

p {
  margin: 0 0 1em 0;
  padding:0;
}
  p.last {
    margin: 0;
    float: none;
  }

a, a:visited, a:link {
  color: #b70000;
  font-style: italic;
  text-decoration: none;
}
  a:hover, a:active {
    text-decoration: underline;
  }
  .fake-link-current {
    color: #b70000;
    font-style: italic;
    text-decoration: underline;
  }
  a.minor-link, a span.minor-link {
    color: #888;
    font-size: 11px;
  }
ol {
  list-style: decimal inside none;
}
  ol li {
    margin-bottom: 10px;
  }
  .title-like li {
    font-style:italic;
    color:#B70000;
  }

img {
  margin: 0px;
  padding: 0px;
  border: 0px;
}

h1,  h2,  h3,  h4 {
  color: #000;
  font-style:italic;
  font-weight:normal;
  clear: left; /* to avoid trouble with span-xx */
}
  .alternate { /* only use with caution - same color as links */
    color: #b70000;
  }
  h1 {
    font-size:24px;
    margin-bottom: 12px;
  }

  h1.huge-header {
    font-size: 48px;
  }

  h1.transparent-header {
    color: white;
    font-size: 80px;
    margin-left: 15px;
    font-style: italic;
  }
  h2 {
    margin-bottom: 12px;
    font-size:24px;
  }
  h2.underline {
    background: transparent url("/images/pattern3.png") repeat-x scroll 0% 99%;
    padding-bottom: 5px;
  }
  h3 {
    font-size: 18px;
    margin-bottom: 6px;
  }
  h4 {
    text-transform: none; /* can be removed after refactoring */
    margin: 0px;          /* can be removed after refactoring */
    font-size: 14px;
    margin-bottom: 6px;
  }


em, .italic-font {
  font-style: italic;
}

dl {
}
  dt {
    color: black;
    margin-top: 1em;
  }
  dd {
    color: #555555;
  }
  dl.email-infos {
    font-size: 12px;
  }
    dl.email-infos dt {
    }
  dl.inline {
  }
    dl.inline dt {
      display: inline;
    }
    dl.inline dd {
      display: inline;
    }

/* ########## form elements ##########  */
fieldset {
  margin: 0;
  padding: 0;
}

label {
  clear: both;
  margin: 0 0 0.4em 0;
  font-style: italic;
  display: block;
}
  label.label_radio {
    font-style: normal;
    display: inline;
    margin-right: 10px;
  }
  label.title {
  }


input.title, input.text, textarea, select, input.password {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-top: 2px solid #888;
  border-left: 2px solid #888;
  padding:2px;
  margin: 0 0 1em 0;
}
  input, select, textarea {
    font-size:14px;
    font-family:Georgia, "Times New Roman", Times, serif;
  }
    input.text, input.password {
      width:160px;
      height:15px;
    }

  input[type=checkbox] { margin-right: 10px; }

  textarea {
    height: 60px;
    width: 460px;
  }
  input.title, label.title {
    font-size: 24px;
  }
  select.title {
    font-size:18px;
    height:32px;
    width:270px;
    margin: 0 0 1.5em 0;
  }
  input.title {
    font-size:18px;
    height:24px;
    width:360px;
    margin: 0 0 1.5em 0;
  }
  input.wide {
    width: 460px;
  }
  input.narrow {
    width: 140px;
  }
  input.tiny {
    width: 95px;
    border-top-width: 1px;
    border-left-width: 1px;
  }

  form .other-trigger {
    float: left;
  }
    form input.other {
      width: 200px;
      margin-left: 5px;
      float: left;
    }

  .clearme {
    font-style: italic;
    color: #555;
  }
  textarea.small {
    height: 35px;
  }

  textarea.large {
    height: 115px;
  }
  .hint-trigger {
    float: left;
  }
  .hint {
      color:#999;
      display: block;
      font-style: italic;
      width: 200px;
      float: left;
      margin: 1em 0 0 5px;
  }
.inline-labels label { /* we can not really use these - to much magic with floats */
  display: inline;
  clear: left;
}
.garmz-dialog form fieldset { /* deprecate this when old ones removed */
  margin:0;
  padding: 0;
}

  .garmz-dialog {
    display: none;
  }
  div.garmz-dialog #errorExplanation {
    padding: 5px;
    font-size: 80%;
  }

    div.garmz-dialog  .submit-container {
      margin-top:18px;
      float: right;
    }

      .spinner-button-combination .spinner {
        float: left;
      }
      .spinner {
        display: none;
      }
.field-with-error {
}
  input.field-with-error, select.field-with-error, textarea.field-with-error, select.trigger-field-with-error {
    border-top-color: #b70000;
    border-left-color:  #b70000;
    border-bottom-color:  #af0100;
    border-right-color: #af0100;
  }
  label.field-with-error  {
    padding-left: 20px;
    color: #b70000;
    background: transparent url("/images/arrow_error.gif") no-repeat 0px;
  }

  input.trigger-field-with-error  {
    padding-left: 20px;
    background: transparent url("/images/arrow_error.gif") no-repeat 0px;
  }

  .radio-field-error-helper {
    display: inline;
    width: 12px;
    height: 16px;
    background: transparent url("/images/arrow_error.gif") no-repeat 0px;
  }

span.required {
  color:#B70000;
}

hr {
  clear: both;
  margin: 19px 0; /* with 20px there is some strange css bug not displaying the background*/
  height: 1px;
  background: url("/images/pattern3.png") repeat scroll 0 0 transparent;
  border: 0;
  text-align: right;
  display: block;
  padding: 0;
  width:100%;
}

  .grey-line {
    background: url("/images/back.gif") repeat scroll 0 0 transparent;
    height:10px;
    margin:20px 0;
    width:100%;
  }

  .white-line {
    background-image: none;
    background-color: #FFFFFF;
    height:10px;
    width:100%;
    margin-bottom:10px;
    margin-top:0px;
  }

  .space {
    background: none;
    height:10px;
    width:100%;
    margin: 0;
  }

/* generic css helpers */

.small-font {
  font-size: 12px;
  color: #555;
}

.centered-text { /* TODO: deprecate these */
  text-align: center;
}

.left-text { /* TODO: deprecate these */
  text-align: left;
}

.clear { clear: both !important; height: 1px !important; font-size: 1px !important; }

.left { float: left !important; }

.right { float: right !important; }

.first { margin-top: 0 !important; }

.inline {
  display: inline;
}

/* the parent elements are just to give this rule more weight */
html body div div .hidden, html body div div .init-hidden, html body div div .js-show-on-init, .hide_addthis_icon span {
  display: none;
}

.js-hide-on-init {
}

/* elements */

a.action-button, input.submit-button {
 cursor: pointer;
 border: 0;
 font-size: 14px;
 margin: 0 0.2em 0 0.05em;
 background-color: #b70000;
 color: #fff;
 padding: 0.4em 0.9em 0.5em 0.85em;
 box-shadow: 2px 2px 0px #dedede;
 -webkit-box-shadow: 2px 2px 0px #dedede;
 -moz-box-shadow: 2px 2px 0px #dedede;
 text-decoration: none;
 font-style: italic;
}

a.action-button:hover, input.submit-button-hover, .hover a.action-button {
 text-decoration: underline;
}

a.action-button:active, input.submit-button-active {
 position: relative;
 top: 1px;
 left: 2px;
 box-shadow: none;
 -webkit-box-shadow: none;
 -moz-box-shadow: none;
}

a.secondary-button, input.secondary-button {
  background-color: #000;
  box-shadow: 2px 2px 0px #d4d4d4;
  -webkit-box-shadow: 2px 2px 0px #d4d4d4;
  -moz-box-shadow: 2px 2px 0px #d4d4d4;
}

input.transparent-button { /* shall look like a normal link */
  background-color: #fff;
  border: 0;
  color: #b70000;
  margin: 0;
  padding: 0;
  box-shadow: 0 0 0 #fff;
  -webkit-box-shadow: 0 0 0 #fff;
  -moz-box-shadow: 0 0 0 #fff;
}

/* vote-for-it and go-to-next buttons */
a.vote-for-it, a.go-to-next {
  color: #fff;
  display: block;
  cursor: pointer;
  border: 0;
  font-size: 14px;
  margin: 0 0.2em 0 0.05em;
  text-decoration: none;
}
  a.vote-for-it:hover, a.go-to-next:hover {
    text-decoration: underline;
  }
  a.go-to-next:active, a.vote-for-it:active {
    position: relative;
    top: 1px;
    left: 1px;
  }
  a.go-to-next span.text, a.vote-for-it span.text {
    box-shadow: 2px 2px 0px #dedede;
    -webkit-box-shadow: 2px 2px 0px #dedede;
    -moz-box-shadow: 2px 2px 0px #dedede;
    color: #fff;
    display: block;
    height: 25px;
    padding-top: 5px;
    text-align: center;
  }

a.vote-for-it {
  width: 80px;
  background: #fff url(/images/arrow_red_left.gif) no-repeat center left;
  padding-left: 6px;

}
  a.vote-for-it span.text {
    background-color: #b70000;
  }

 a.go-to-next {
  width: 80px;
  padding-bottom: 7px;
  margin-left: 6px;
}
  a.go-to-next span.text {
    background-color: #000;
  }
  a.go-to-next span.action-button-bottom-arrow {
    background: #fff url(/images/arrow_black_down.gif) no-repeat bottom center;
    display: block;
    height: 7px;
    width: 14px;
    position: relative;
    left: 40%;
    top: -1px;
  }

.vote-for-it-big a.vote-for-it   {
    width: 129px;
    background: #fff url(/images/arrow_red_left.gif) no-repeat center left;
    padding-left: 7px;
    font-size:20px;
}
  .vote-for-it-big a.vote-for-it span.text {
    background-color: #b70000;
    height:33px;
    padding-top:9px;
  }

a.pushed-button {
  box-shadow: 0px 0px 0px #d4d4d4;
  -webkit-box-shadow: 0px 0px 0px #d4d4d4;
  -moz-box-shadow: 0px 0px 0px #d4d4d4;
  border: 0 !important;
  margin-left: 6px; /* width of arrow - margin 2px */
}

  a.pushed-button:hover {
    text-decoration: none;
  }
  a.pushed-button:active {
    position: relative;
    top: 0;
    left: 0;
  }

  a.pushed-button span.action-button-arrow {
    display: none;
  }

a.small-button, input.small-button {
  font-size: 80%;
}

a.big-button, input.big-button {
  font-size: 140%;
}

a.garmz-vote-heart {
  text-align: center;
  display: block;
  margin-bottom: 12px;
}

a.garmz-vote-heart, a.vote-count {
  text-decoration: none;
}

  a.garmz-vote-heart:hover, a.vote-count:hover {
    text-decoration: none;
  }
  a.garmz-vote-heart span.heart-image {
    width: 33px;
    height: 33px;
    display: block;
    background: transparent url(/images/vote_icon_garmz.gif) no-repeat top right;
    margin: auto;
    text-indent: -9999px;
    margin-bottom: 5px;
  }
    a.garmz-vote-heart:hover span.heart-image,
    .hover a.garmz-vote-heart span.heart-image,
    .already-voted a.garmz-vote-heart span.heart-image
    {
      background: transparent url(/images/vote_icon_garmz_red.gif) no-repeat top left;
    }

    a.vote-count em {
      display: none;
    }

    .vote-count strong {
      color: #000;
      font-size:24px;
      font-weight: normal;
      font-family: Times, "Times New Roman", serif;
    }
    .has-voted strong, a.vote-count:hover strong, .hover a.vote-count strong, .already-voted a.vote-count strong {
      color: #b70000;
    }

.prototype-vote {
  position: relative;
  left: -7px;
}

  .prototype-vote .vote-count, .prototype-vote a.vote-for-it {
    float: left;
    display: block;
  }

  .prototype-vote .vote-count {
    padding-left: 10px;
    padding-top: 3px;
  }


/* visual candy elements */
.flash_message {
  padding: 10px;
  font-style: italic;
  margin: 1em 0;
}
  .flash_message p {
    margin: 0;
  }

.flash_notice, .flash_success {
  background-image:url(/images/back_green.gif);
  color: #2f6905;
}
  .flash_notice p, .flash_success p {
    background: #fff url(/images/icon_notification_check.gif) no-repeat 12px center;
    padding: 10px 35px;
  }

.flash_error {
  background-image:url(/images/back_red.gif);
  color: #b70000;
}
  .flash_error p {
    background: #fff url(/images/icon_notification_error.gif) no-repeat 15px center;
    padding: 10px 31px;
  }

.flash_info {
  background-image:url(/images/back_yellow.gif);
  color: #be8f00;
}
  .flash_info p {
    background: #fff url(/images/icon_info_box.gif) no-repeat 5px 10px;
    padding: 10px 31px;
  }

.flash_notice a.close, .flash_error a.close, .flash_success a.close, .flash_info a.close {
  float: right;
  cursor: pointer;
  margin: 15px 15px;
}

.notification-box {
  background: #E0E0E0 url("/images/back_transparent.gif");
  padding: 10px;
  margin-bottom: 30px;
}
  .notification-box .container {
    position: relative;
    padding: 25px 30px;
    background-color: white;
  }
  .notification-box .close {
    position: absolute;
    top: 10px;
    right: 10px;
  }
  .notification-box div.text {
    width: 385px;
  }
    .notification-box div.text h2 {
      margin-bottom: 0;
    }
    .notification-box div.text p {
      margin: 10px 0 0 0;
      font-style: italic;
    }
  .notification-box div.button {
    position: absolute;
    bottom: 30px;
    right: 20px;
    width: 300px;
    text-align: right;
  }
    .notification-box div.button em {
      display: block;
      margin-bottom: 15px;
    }

    .notification-box div.publishbutton em {
      margin-right: 55px;
    }


.notification-box-small {
  padding: 10px;
  margin-bottom: 30px;
  font-size: 12px;
}
  .notification-box-small-red {
    background: #b70000 url("/images/back_transparent.gif");
    color: #b70000;
  }
  .notification-box-small .container {
    padding: 10px;
    background-color: white;
  }
  .notification-box-small p.text {
    font-style: italic;
    margin-bottom: 0;
  }

  .tooltip .tooltip-content {
    font-size: 12px;
    font-style: italic;
  }
  .tooltip .tooltip-content, .shadow-box {
    background-color: white;
    border: 1px solid #dddddd;
    padding: 10px 10px;
    box-shadow: 0 0 11px #BFBFBF;
    -webkit-box-shadow: 0 0 11px #BFBFBF;
    -moz-box-shadow: 0 0 11px #BFBFBF;
  }

  .tooltip-left {
     float: right;
  }
      .tooltip-left .tooltip-arrow {
         background-image: url("/images/tooltip_arrow_left.png");
         height: 20px;
         width: 10px;
         position: relative;
         left: 1px;
         top: 7px;
         float: left;
       }
       .tooltip-left .tooltip-content {
          float: left;
          width: 130px;
       }
  .tooltip-up {
  }

    .tooltip-up .tooltip-arrow {
      background-image: url("/images/tooltip_arrow_up.png");
      width: 30px;
      height: 15px;
      position: relative;
      top: 1px;
      left: -2px;
    }
    .tooltip-up .tooltip-content {
        width: 130px;
    }

  #container-right .shadow-box {
    margin: 20px 0 0 10px;
    float: left;
  }

.tooltip-sidebar {
  float: left;
}

  .tooltip-sidebar .tooltip-arrow {
    width: 10px;
  }
  .tooltip-sidebar .tooltip-content {
    padding: 18px 20px 8px 20px;
    width: 133px;
  }

#clipboard-box {
  width: 320px;
  background-color: #e8e8e8;
  padding: 10px;
}
  #clipboard-box input#clipboard-content {
    font-style: italic;
    width: 281px;
    margin: 0 10px 0 0;
    float: left;
  }
    #clipboard-box #clipboard-trigger-box {
      position: relative; /* recommendation by zeroclipboard */

    }
    #clipboard-box a#clipboard-trigger {
      display: block;
      float: left;
      width: 23px;
    }


/* box model */
.box{
  padding: 20px;
  margin-bottom: 10px;
  background-color:#FFF;
}

.big-padding-box {
  padding: 30px;
}

.grey-box, .grey-content-box {
   background-image:url(/images/back.gif);
   padding: 10px 10px 10px 10px;
}
.grey-content-box { /* future-css replacement for content_inner and content */
  padding-bottom: 0;
}
.submit-box {
  padding: 35px 30px 38px 30px !important;
}
  .submit-box a.action-button, .submit-box input.submit-button {
    position:relative;
    top: -0.4em;
    clear: none;
  }
   .submit-box input.big-button {
      position:relative;
      top: -0.6em;
   }
   .submit-box a {
     clear: left; /* to clear at the end of the boxes the floating input button */
   }
   .submit-box span {
     margin-right: 10px;
     font-style: italic;
   }
   .next-step-box {
     text-align: right;
   }
.slogan-box {
  text-align: center;
}
  .slogan-box h2 {
    margin-bottom: 0;
  }
.bigger-spacing {
  margin-bottom: 20px !important;
}
.big-spacing {
  margin-bottom: 30px !important;
}
.extra-big-spacing {
  margin-bottom: 40px !important;
}
.super-big-spacing {
  margin-bottom: 90px !important;
}
.no-spacing {
  margin-bottom: 0 !important;
}
.bigger-margin {
  margin: 20px 0  !important;
}
.big-margin {
  margin: 30px 0 !important;
}
.extra-big-margin {
  margin: 40px 0 !important;
}
.no-margin {
  margin: 0 !important;
}

/* TODO refactor #more-designs span.arrow-down */
span.arrow-down {
  background: white url("/images/arrow_grey_down.gif") no-repeat top center;
  display: block;
  width: 31px;
  height: 16px;
  position: relative;
  left: 368px;
  top: -1px;
}


div.share_buttons {
  text-align: left;
  width: 125px;
  clear: both;
  margin-top: 10px;
  float: right;
}

  a.share_button  {
    font-style: normal !important; /* important just because of .future-css refactoring */
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border:1px solid #000000;
    display:block;
    height:14px;
    padding:4px 5px;
    width: 67px; /*75-8*/
    text-decoration: none;
    font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
    font-size:11px;
  }

  a.share_fb, a.share_fb:visited {
    text-align: left;
    background-color:#ECEEF5;
    border-color:#CAD4E7;
    color:#3B5998 !important;
  }
  a.share_fb:hover {
    border-color:#9DACCE;
    text-decoration: none;
    font-style: normal;
  }
  a.share_fb span {
    padding-left:19px;
    display: block;
    background: transparent url(/images/tiny_fb_share_button.png) no-repeat scroll left;
  }

    #like_fb{
      height:30px;
      overflow-x:hidden;
      padding:0;
      position:relative;
      width:140px;
    }
    #like_fb_helper {
      position:absolute;
      right:60px;
      width:140px;
      top: -30px;
    }



/* new grid model */
.span-1,
.span-2,
.span-3,
.span-4,
.span-5,
.span-6,
.span-7,
.span-8,
.span-9,
.span-10,
.span-11,
.span-12,
.span-13,
.span-14,
.span-15,
.span-16,
.span-17,
.span-18,
.span-19,
.span-20,
.span-21,
.span-22,
.span-23,
.span-24,
.span-25,
.span-26,
.span-27,
.span-28,
.span-29,
.span-30,
.span-31,
.span-32,
.span-33,
.span-34,
.span-35,
.span-36,
.span-37,
.span-38,
.span-39,
.span-40,
.span-41,
.span-42,
.span-43,
.span-44,
.span-45,
.span-46,
.span-47,
.span-48,
.span-49,
.span-50,
.span-51,
.span-52,
.span-53,
.span-54,
.span-55,
.span-74,
.span-76 { /* all other ones include here */
  float:left;
  clear: none;
  margin-right:10px;
}

.last {
  float:left;
  margin-right: 0 !important;
}

.simple-colborder {
  border-right: 1px solid #555;
  padding-right: 20px;
  margin-right: 20px;
}
.colborder {
  background: transparent url(/images/pattern8.png) repeat-y scroll 99% 0%;
  padding-right: 20px;
  margin-right: 20px;
}
.big-colborder {
  background: transparent url(/images/pattern8.png) repeat-y scroll 99% 0%;
  padding-right: 30px;
  margin-right: 30px;
}
.vertical-separator {
  background: transparent url(/images/pattern8.png) repeat-y scroll 99% 0%;
  padding-right: 5px;
}
  .colborder-or {
    float: right;
    display: block;
    color: #555;
    font-style: italic;
    background-color: #fff;
    font-size: 18px;
  }
    .colborder .colborder-or {
      position: relative;
      left: 25px;
    }
    .big-colborder .colborder-or {
      position: relative;
      left: 38px;
    }

.span-1 { width: 10px; }
.span-2 { width: 20px; }
.span-3 { width: 30px; }
.span-4 { width: 40px; }
.span-5 { width: 50px; }
.span-6 { width: 60px; }
.span-7 { width: 70px; }
.span-8 { width: 80px; }
.span-9 { width: 90px; }
.span-10 { width: 100px; }
.span-11 { width: 110px; }
.span-12 { width: 120px; }
.span-13 { width: 130px; }
.span-14 { width: 140px; }
.span-15 { width: 150px; }
.span-16 { width: 160px; }
.span-17 { width: 170px; }
.span-18 { width: 180px; }
.span-19 { width: 190px; }
.span-20 { width: 200px; }
.span-21 { width: 210px; }
.span-22 { width: 220px; }
.span-23 { width: 230px; }
.span-24 { width: 240px; }
.span-25 { width: 250px; }
.span-26 { width: 260px; }
.span-27 { width: 270px; }
.span-28 { width: 280px; }
.span-29 { width: 290px; }
.span-30 { width: 300px; }
.span-31 { width: 310px; }
.span-32 { width: 320px; }
.span-33 { width: 330px; }
.span-34 { width: 340px; }
.span-35 { width: 350px; }
.span-36 { width: 360px; }
.span-37 { width: 370px; }
.span-38 { width: 380px; }
.span-39 { width: 390px; }
.span-40 { width: 400px; }
.span-41 { width: 410px; }
.span-42 { width: 420px; }
.span-43 { width: 430px; }
.span-44 { width: 440px; }
.span-45 { width: 450px; }
.span-46 { width: 460px; }
.span-47 { width: 470px; }
.span-48 { width: 480px; }
.span-49 { width: 490px; }
.span-50 { width: 500px; }
.span-51 { width: 510px; }
.span-52 { width: 520px; }
.span-53 { width: 530px; }
.span-54 { width: 540px; }
.span-55 { width: 550px; }
.span-74 { width: 740px; }
.span-76 { width: 760px; }
.prepand-3 { padding-left: 30px; }
.prepand-4 { padding-left: 40px; }
.prepand-5 { padding-left: 50px; }
.prepand-16 { padding-left: 160px; }
.append-2 { margin-right: 20px; }
.append-3 { margin-right: 30px; }
.append-5 { margin-right: 50px; }
.append-20 { margin-right: 200px; }

.inactive-link,
.inactive-link span {
  cursor: default !important;
  text-decoration:none !important;
}

/* refactoring of clearings */
/* source: http://www.ejeliot.com/blog/59
           http://www.ejeliot.com/samples/clearing/self-clearing-simple.html */

.grey-content-box:after, #content_inner:after, .clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden;  }
.grey-content-box, #content_inner, .clearfix { display: inline-block; }
.grey-content-box, #content_inner, .clearfix { display: block; }


/* page framework */
#container {
  width: 970px;
}
  #container-left {
    width: 760px;
    float: left;
    margin-right: 10px;
  }
  #container-right {
    width: 200px;
    float: left;
  }
/* header */
div#navigation {
  height: 80px;
}

  div#navigation a.logo {
    display: block;
    float: left;
    background: url(/images/logo.png) no-repeat;
    width: 100px;
    height: 40px;
    margin-right: 16px;
    text-indent: -999999px;
    margin-top: 15px;
  }

  div#navigation ul.menu {
    margin: 0px;
    padding: 25px 0 1px 0;

  }
    div#navigation ul.menu li {
      display: block;
      float: left;
      border-right: 1px solid #dfdfdf;
      text-align: center;
    }
      div#navigation ul.menu li.submit-design {
        width: 127px;
      }
      div#navigation ul.menu li.vote-designs  {
        width: 104px;
      }
      div#navigation ul.menu li.shop {
        font-style: italic;
        width: 57px;
      }
      div#navigation ul.menu li.how-it-works {
        width: 111px;
      }
      div#navigation ul.menu li.blog-link {
        border-right: none;
        width: 55px;
      }

    div#navigation ul.menu a,  div#navigation ul.menu .coming-soon {
      color: black;
    }
      div#navigation ul.menu span.coming-soon {
        color: #d8d8d8;
      }
      div#navigation ul.menu li a.active {
        color: #b70000;
        text-decoration: none;
      }
      div#navigation ul.menu li a.active:hover {
        color: #b70000;
        text-decoration: underline;
      }
    div#navigation .coming-2010-spread {
      text-align: center;
      position: relative;
      left: 221px;
      display: block;
      height: 23px;
      width: 80px;
      background: url(/images/bracket.gif) no-repeat 50% 0;
      padding-top: 12px;
      font-size: 12px;
      color: #dfdfdf;
      font-style: italic;
    }
  div#navigation .right {
    position: relative;
    left: 5px;
    margin-top: 8px;
  }
    div#navigation .right div, div#navigation .right img {
      float: left;
    }
    div#navigation .right .shopping-cart-info {
      display: block;
      background: url(/images/sh.png) no-repeat 0 19px;
      text-indent: 20px;
      padding: 16px 10px 0 0;
      font-family: tahoma;
      color: #d8d8d8;
    }

/* footer */
#closeline{
  clear: both;
  margin-top:120px;
  height:20px;
  background-image:url(/images/back.gif);
  width:762px;
}

div.footer{
  font-size:11px;
}

  div.footer dl {
    margin-top: 10px;
  }
    div.footer dl dt {
      color: #B70000;
      font-style: italic;
      margin-bottom: 1em;
    }
    div.footer dl dd a {
      color: #000000;
      font-style: normal;
      text-decoration:none;
    }
    div.footer dl dd a:hover {
      color: #b70002;
      text-decoration:none;
    }
    div.footer dl .coming-soon {
      color: #bcbcbc;
    }
    div.footer #contact_mail {
      margin-bottom: 1em;
    }

  div.footer div.logo2{
    float: right;
    background: url(/images/logo2.png) no-repeat right top;
    width: 120px;
    padding-top: 40px;
    text-align:right;
    color: #000;
    margin-bottom: 120px;
  }

div#feedback{
  padding-top: 20px;
  font-size: 12px;
  color: #b70000;
  font-style: italic;
}

  div#feedback hr{
    margin-bottom:20px;
    margin-top:20px;
  }

  div#feedback div#followus{
    float: right;
  }

  div#feedback div#newsletter{
    float: left;
  }

  div#feedback div#newsletter form{
    display: inline;
  }

  div#feedback div#newsletter form input[type=text]{
    margin: 0px 10px;
    font-size: 11px;
    font-style: normal;
    padding: 1px;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
    border-top: 1px solid #999;
    border-left: 1px solid #eee;
  }

  div#feedback div#newsletter form input[type=submit]{
    font-size: 11px;
    background-color:#bababa;
    padding:2px;
  }

  div#feedback div#newsletter form input[type=submit].submit-button-hover {
    background-color:#333333;
  }


#contact_mail a{
  text-decoration: underline;
}


#account-info {
}
  #account-info.not-logged-in {
    height: 42px;
    padding:19px 0;
    font-size:12px;
  }

  #account-info.logged-in {
    padding: 10px 10px;
    height: 60px;
  }
    #account-info.logged-in .greeting {
      color: #000;
    }
    #account-info.logged-in .logout {
      color: gray;
      font-size:12px;
    }

/* ie 7 fix */
.image-actions a { /* move to ie.css */
  float: left;
  margin-right: 5px;
  display: block;
}


/* old grid model - deprecate where possible  */
.col_l1{
  float:left;
  margin-right:10px;
}

.col_l2{
  float:left;
}

.col_r1{
  float:right;
  margin-left:10px;
}

.col_r2{
  float:right;
}

.clear_l{ /* TODO: deprecate */
  clear:left;
}

.clear_r{ /* TODO: deprecate */
  clear:right;
}


/* upload steps */

#tooltip-upload-steps {
  color: #555555;
}
  #tooltip-upload-steps ol {
    /* decimal-leading-zero is not supported by ie*/
    list-style-type: none;
  }
  #tooltip-upload-steps .active {
    color: #b70000;
  }

p#thanks-for-voting {
  text-align:right;
  font-size: 12px;
  color: #555;
}


/* DEVNOTE: please check if still needed */
form .remove { opacity: 0.5 !important; filter: alpha(opacity=50); }

/* everything below is checked */
.errorExplanation {
  padding: 10px;
  background-image:url(/images/back_red.gif);
  color: #b70000;
  margin-bottom:10px;
}
  .errorExplanation a {
    color: #fff;
  }
  .errorExplanation h2, .errorExplanation ul, .errorExplanation p  {
    color: #b70000;
    background: #fff;
    padding: 10px 20px;
    margin: 0px;
  }
  .errorExplanation li {
    list-style: none inside;
    list-style-image: url("/images/numbering_icon.gif");
  }

.error-text {
  color: #b70000;
}



form fieldset.confirmation label { float: left; clear: none; }
form fieldset.confirmation input { float: left; }

form fieldset.login div { width: 250px; float: right;}
form fieldset.login span { font-style: italic;  text-align: right; display: block; float: right; width: 160px;  }
form fieldset.login a.action-button { float: right; margin-left: 20px; margin-top: 2px;}


#upload-container {
  clear: both;
}

#uploaded-images {
  margin:1em 0 1.5em;
}

a#upload {
  display: block;
  font-family:Georgia,"Times New Roman",Times,serif;
  font-size: 24px;
  color: #B70000;
  font-style:italic;
  text-decoration: none;
  border: 1px dashed #7F7F7F;
  text-align: center;
  width: 450px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.image-container {
    margin-bottom: 60px;
    float: left;
    position: relative;
}
    .image-wrapper {
        float:left;
        width: 450px;
        margin-right: 10px;
    }
        .pinnotes-containment {
          float: left;
          position:relative;
        }
          .image_uploaded {
              float: left;
              border: 1px dashed #7f7f7f;
          }
        .image-actions {
            margin-top: 10px;
            clear: left;
            float:left;
        }
        .ordering {
            float:right;
            margin-top: 10px;
        }
        .ordering a, .ordering span{
            float: right;
            margin-left: 5px;
        }
        .ordering .move-up.disabled, .ordering .move-down.disabled, .ordering .move-up.disabled:hover, .ordering .move-down.disabled:hover {
            color: #888888;
            text-decoration: none;
        }
    .pinnotes-fields {
        float: left;
        width: 220px;
    }
        .pinnote-marker {
            width: 20px;
            height: 18px;
            padding-top: 2px;
            color: white;
            font-size: 80%;
            background-color: #b00000;
            text-align: center;
            position: absolute;
            border: 1px solid #ddd;

        }
        .pinnotes-containment .ui-draggable:hover {
          cursor: move;
        }
        .pinnote-number {
            color: white;
            text-align: center;
            margin-top: 10px;
            width: 20px;
            height: 20px;
            background-color: #b00000;
        }
        .pinnote-box {
            padding: 10px;
            background-color: #b00000;
        }
            a.pinnote-save {
                width: 3em;
                float: right;
                text-align: center;
                display: block;
                background-color: #000;
                color: #fff;
                font-style:italic;
                padding: 0.3em 0.4em;
            }
            a.pinnote-delete {
                float: left;
                margin-top: 0.3em;
                color: white;
            }
            .pinnote-textarea {
                width: 195px;
                height: 50px;
                border: 1px;
                margin-bottom: 10px;
            }
            .pinnote-charleft {
              color: white;
              float: right;
              margin: 5px 10px 0 0;
              font-size: 80%;
            }
        .pinnote-text-display {
              color: white;
              padding: 10px;
              background-color: #b00000;
              overflow: hidden;
        }
        .pinnote-explain {
            display: block;
            background-color: white;
            border: black;
        }
          .pinnote-explain strong {
            color: #bf0000;
          }

          #pinnote-explain.tooltip-left {
            width: 170px;
          }


form fieldset.user #email label, form fieldset.user #email_repeat label { margin-top:0; }
form fieldset.user #phone input, form fieldset.label #description textarea, form fieldset.label #website input { float:left; margin-right:10px; margin-bottom: 20px; }

form fieldset.user #password, form fieldset.user #firstname, form fieldset.label #website{ float: left; margin-right: 10px; }
form fieldset.user #password_confirmation, form fieldset.user #lastname, form fieldset.label #twitter { float: left; }


form fieldset.label #label_title label{ display: inline; }

form fieldset.label #description .input_hint{ width: 200px; }

#contact_description { margin-bottom:30px; font-style:italic; width:500px; }
#contact_description span{ color:#b70000; }


/*form fieldset.label-list .label-image { float:left; width: 100px; margin-right: 30px; }
form fieldset.label-list .label-image img {margin-bottom: 10px; border: 1px solid #c3c3c3;}

form fieldset.label-list .vertical-spacing { float: left; background: transparent url(/images/pattern8.png) repeat-y top left; width: 250px; padding: 0 0 0 1px;}

form fieldset.label-list .vertical-spacing hr {display: none;}*/

/*hr { clear: left; background: transparent url(/images/pattern3.png) repeat-x top; border: none; text-align: right; height: 1px; display: block; padding: 1px 0 0 0; margin: 30px 0 30px 0; }
*/
/*form fieldset.label-list .label-info { margin-left: 30px; }
form fieldset.label-list .label-info h4 { text-transform: none; margin: 0 0 10px 0; color: #b70000; font-size: 24px;}
form fieldset.label-list .label-info strong { margin: 0; color: #b70000; font-size: 14px;}
form fieldset.label-list .label-info p { font-style: italic; color: #3d3d3d; font-size: 12px;}
form fieldset.label-list .action-link {width: 65px;}*/



#startpage-editorial {
  margin-bottom: 30px;
}
  a#startpage-poster {
    background: white url("/images/poster.png") no-repeat top left;
    height: 255px;
    position: relative;
    display: block;
    color: #000000;
  }

  a#startpage-poster:hover {
    text-decoration: none;
  }

    #startpage-poster h1 {
      margin:0px;
      height:0px;
    }

    #startpage-poster h1 span{
      display:none;
    }
    #startpage-poster p {
      position: absolute;
      bottom: 14px;
      font-style: italic;
      width: 250px;
    }

    #startpage-poster #startpage-poster-button {
      display: block;
      border: 0;
      font-size: 14px;
      margin: 0 0.2em 0 0.05em;
      background-color: #b70000;
      color: #fff;
      padding: 0.4em 0.9em 0.5em 0.85em;
      box-shadow: 2px 2px 0px #dedede;
      -webkit-box-shadow: 2px 2px 0px #dedede;
      -moz-box-shadow: 2px 2px 0px #dedede;
      text-decoration: none;
      font-style: italic;
    }
    a#startpage-poster:hover #startpage-poster-button {
      text-decoration: underline;
    }

#how-four-steps {
  margin-bottom: 10px;
}
  #how-four-steps div {
    padding: 10px;
    background-color: white;
    float: left;
    width: 157px;
    margin-right: 10px;
    text-align: center;
  }
    #how-four-steps div.last {
      width: 159px;
    }
    #how-four-steps p {
      color: #555;
      font-style: italic;
      margin-top: 20px;
      font-size: 12px;
    }
    #how-four-steps strong {
      color: #b70000;
      margin-right: 3px;
      font-style: italic;
    }

#tooltip-share-buttons h4 {
  font-size: 12px;
  margin-bottom: 20px;
}
#tooltip-share-buttons #like_fb, #tooltip-share-buttons .share_buttons {
}
  #tooltip-share-buttons .twitter-share-button {
    margin-top: 10px;
  }
  #tooltip-share-buttons .share_fb {
    margin-top: 5px;
  }
#tooltip-share-buttons .newsletter {
  margin-top: 13px;
}

  #tooltip-share-buttons .newsletter label {
    color: #555;
    font-size: 12px;
    margin-bottom: 7px;
  }
  #tooltip-share-buttons .newsletter input.text {
    margin-right: 5px;
    font-size: 12px;
    height:13px;
    width: 85px;
    float: left;
    border-bottom: 1px solid #ededed;
    border-right: 1px solid #ededed;
  }
  #tooltip-share-buttons .newsletter input.clearme {
    color: #b3b3b3;
  }
  #tooltip-share-buttons .newsletter input.submit-button {
    font-size: 12px;
    float: left;
  }



#start-fashion-label-box {
  padding: 15px 20px;
  width: 133px;
  height: 235px;
}
  #start-fashion-label-box .action-button {
    display: block;
  }
  #start-fashion-label-box img {
    float: left;
    margin: 20px 0 0 15px;
  }

#blog-posts-box {
  float: left;
  margin: 40px 0 0 10px;
  width: 173px;
}
  #blog-posts-box h4 {
    color: #555;
    padding-bottom: 9px;
    background: transparent url(/images/hr_pen.gif) no-repeat scroll 0% 99%;
    margin-bottom: 10px;
  }
  #blog-posts-box p {
    float: right;
    text-align: right;
    width: 135px;
  }
  #blog-posts-box a {
    font-size: 12px;
  }

#blog-info {
  margin-top: 60px;
}

#blog-info div.colborder {
  padding-right: 55px;
}


  .browsing-sorting {
  }
    .browsing-sorting hr {
      margin: 10px 0;
    }

    .browsing-sorting .search {
      float: right;
      margin-top: 5px;
    }
      .browsing-sorting .search label {
        display: inline;
        margin-right: 10px;
      }
       .browsing-sorting .search input.text {
         margin-bottom: 0;
         border-top-width: 1px;
         border-left-width: 1px;
       }


    .browsing-sorting li {
      display: inline;
      font-size: 24px;
      margin-right: 10px;
      padding-right: 10px;
    }

    .browsing-sorting ul.small-sorting-entries {
      float: right;
      margin-right: 0px;
    }

    .browsing-sorting ul.small-sorting-entries li {
      font-size: 12px;
      float: right;
      padding-right: 0px;
      margin-right: 4px;
    }

    .browsing-sorting ul.second-level-browsing li {
      font-size: 12px;
      font-style: italic;
      color:#B70000;
    }

    .browsing-sorting li a {
      color: #555;
    }
      .browsing-sorting li a:hover , .browsing-sorting li a.active {
        color: #b70000;
        text-decoration: none;
      }

    .browsing-element {
    }
      .browsing-element.in-line-for-prototyping, .browsing-element.preparing-for-sewing, .browsing-element.currently-sewing-prototype {
        background-repeat: no-repeat;
        background-position: 100% 30px;
      }

      .browsing-element.in-line-for-prototyping {
        background-image: url(/images/banner_in_line.png);
      }

      .browsing-element.preparing-for-sewing {
        background-image: url(/images/banner_preparing.png);
      }

      .browsing-element.currently-sewing-prototype {
        background-image: url(/images/banner_sewing.png);
      }

      .browsing-image
        width: 310px;
        height: 413px;
        margin-bottom: 10px;
      }
      .image-replace-thumbnails {

      }
        .image-replace-thumbnails a {
          border: 1px solid #eeeeee;
          display: block;
          float: left;
          width: 45px;
          height: 45px;
          margin: 0 10px 10px 0;
        }
        .image-replace-thumbnails a.active, .image-replace-thumbnails a:hover {
          border: 1px solid #b70000;
        }

      .browsing-element h2, .browsing-element h3 {
        overflow-x: hidden;
        overflow-y:hidden;
        margin: 0;
      }
      .browsing-element h3 {
        font-size: 24px;
      }

        .browsing-element h3 p {
          margin-bottom: 0px;
        }

      .browsing-element-infos hr {
        margin: 20px 0;
      }
        .browsing-element-infos span.category {
          margin-top: 10px;
        }

    .browsing-element p.prototype-info-text {
      margin-bottom: 20px;
    }

    .browsing-element .votings{
      text-align: center;
      float: right;
      width: 90px;
    }

      .browsing-element .votings a.feedback {
         font-style: italic;
         display: block;
         width: 60px;
         display: block;
         font-size: 12px;
         color: #555;
         font-style: italic;
         margin: 10px auto;
      }

      .browsing-element .votings a.feedback span {
        color: #b70000;
      }

      .browsing-element .votings a.feedback span.feedback-count {
        color: #555;
      }

        .slider-has-voted {
          display:none;
        }

        .browsing-element .votings .sliders {
          margin-left: 7px;
        }

        .browsing-element .votings .fblike {
          width: 75px;
          height: 21px;
          margin-top: 25px;
        }

        .browsing-element .votings .twitter-share-button {
          margin-top: 10px;
        }

         .browsing-element .votings hr {
           margin: 15px 0;
         }

div.upload-design-hint {
  margin-top: 40px;
  margin-bottom: 40px;
  position: relative;
}

  div.upload-design-hint h2 {
    float: left;
    margin-bottom: 0px;
  }

  div.upload-design-hint img {
    position: absolute;
    left: 40px;
    top: 40px;
  }

  div.upload-design-hint a {
    margin-top: 10px;
    float: right;
  }

#more-designs {
  background-image:url(/images/back.gif);
  padding: 10px 0;
  position: relative;
  margin-top: 20px;
}
  #more-designs a {
    display: block;
    background-color: white;
    padding: 20px;
    text-align: center;
    font-style: italic;
  }

  #more-designs strong {
    font-size: 24px;
    font-style: italic;
  }

  #more-designs a:hover {
    text-decoration: none;
    background-color: #f6f6f6;
  }

  #more-designs a:hover strong {
    text-decoration: underline;
  }

  #more-designs span.arrow-down {
    background: white url("/images/arrow_grey_down.gif") no-repeat top center;
    display: block;
    width: 31px;
    height: 16px;
    position: absolute;
    left: 370px;
    top: 100px;
  }


#account-page {
}
  #account-page div.design-box dl {
    font-size: 12px;
  }

    #account-page div.design-box .design-box-infos {
      width: 270px;
    }
    #account-page div.design-box .design-box-image {
      margin-right: 20px;
    }
    #account-page div.design-box hr {
      margin: 10px 0;
    }

#account-page .votes {
  font-family: 'Times New Roman', Times, serif;
  width: 410px;
  margin: 0 10px;
}
  #account-page .votes div {
    float: left;
    height: 30px;
  }
  #account-page .votes img {
    float: left;
    margin-right: 5px;
  }
    #account-page .votes .comments img {
      margin-top: 5px;
    }
  #account-page .votes span {
    float: left;
    margin-top: 5px;
  }
    #account-page .votes .garmz span {
      margin-top: 0;
    }

  #account-page .votes .garmz {
    color: #b70000;
    font-size: 24px;
    width: 80px;
    float: left;
    margin-right: 15px;
  }

  #account-page .votes .facebook {
    width: 70px;
    color: #0e1f5b;
  }
  #account-page .votes .twitter {
    color: #9ae4e8;
    width: 55px;
    margin-right: 15px;
  }
  #account-page .votes .comments  {
    width: 50px;
    margin-right: 15px;
  }

  #account-page .votes .views {
    padding: 0;
  }
    #account-page .votes .views span {
      font-style: italic;
    }
    #account-page .votes .views .number {
      font-size: 20px;
      float: none;
      font-style: normal;
    }
  #account-page .graph {
    margin: 20px 0;
  }

.account-page-user dl {
  font-style:italic;
}

/* landing-after-email-page */

#landing-after-email-page .confirmation {
  margin-top: 10px;
}

#landing-after-email-page .submit-button {
  margin-top: 5px;
}

#landing-after-email-page .confirmation-connect {
  margin-bottom: 20px;
  margin-left: 45px;
}

#landing-after-email-page #login-facebook {
  margin-top: 50px;
  margin-bottom: 120px;
}

/* ########## label-box ##########  */

.label-box {
  color:#555;
  margin-bottom: 60px;
}

  .label-box img.label-logo{
    border: 1px solid #eeeeee;
    margin-bottom: 10px;
  }

  .label-box span.label-location {
    font-style: italic;
    color: black;
  }

  .label-box hr {
    margin: 15px 0;
  }

.small-label-box {

}
  .small-label-box img {
    border: 1px solid #eeeeee;
    width: 50px;
    height: 50px;
  }

.promote-box {
  font-style: italic;
  font-size: 12px;
  height: 15px;
  color: #555;
  text-align: right;
}
  .promote-box .buttons {
    position: relative;
    top: -3px;
  }
  .promote-box .buttons a.share_twitter_small {
    margin-right: 0;
    position: relative;
    top: -1px;
    float: right;
  }
  .promote-box .buttons div {
    margin-right: 0;
    float: right;
  }


/*
* jQuery UI CSS Framework
* Copyright (c) 2010 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
*/

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


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

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


/*
* jQuery UI CSS Framework
* Copyright (c) 2010 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial,sans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=6px&bgColorHeader=cc0000&bgTextureHeader=03_highlight_soft.png&bgImgOpacityHeader=15&borderColorHeader=e3a1a1&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=ffffff&bgTextureContent=01_flat.png&bgImgOpacityContent=75&borderColorContent=eeeeee&fcContent=333333&iconColorContent=cc0000&bgColorDefault=eeeeee&bgTextureDefault=04_highlight_hard.png&bgImgOpacityDefault=100&borderColorDefault=d8dcdf&fcDefault=004276&iconColorDefault=cc0000&bgColorHover=f6f6f6&bgTextureHover=04_highlight_hard.png&bgImgOpacityHover=100&borderColorHover=cdd5da&fcHover=111111&iconColorHover=cc0000&bgColorActive=ffffff&bgTextureActive=01_flat.png&bgImgOpacityActive=65&borderColorActive=eeeeee&fcActive=cc0000&iconColorActive=cc0000&bgColorHighlight=fbf8ee&bgTextureHighlight=02_glass.png&bgImgOpacityHighlight=55&borderColorHighlight=fcd3a1&fcHighlight=444444&iconColorHighlight=004276&bgColorError=f3d8d8&bgTextureError=08_diagonals_thick.png&bgImgOpacityError=75&borderColorError=cc0000&fcError=2e2e2e&iconColorError=cc0000&bgColorOverlay=a6a6a6&bgTextureOverlay=09_dots_small.png&bgImgOpacityOverlay=65&opacityOverlay=40&bgColorShadow=333333&bgTextureShadow=01_flat.png&bgImgOpacityShadow=0&opacityShadow=10&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
*/


/* Component containers
----------------------------------*/
/*.ui-widget { font-family: Arial,sans-serif; font-size: 1.1em; }*/
/*.ui-widget .ui-widget { font-size: 1em; }
*//*.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Arial,sans-serif; font-size: 1em; } */

.ui-widget-content { background: #ffffff url(/images/jquery-ui/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;  }

/*.ui-widget-header { color: #b70000; font-weight: normal; font-size: 24px; font-style: italic; top:0px; }
.ui-widget-header a { color: #ffffff; } */

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default { border: 1px solid #d8dcdf; background: #eeeeee url(/images/jquery-ui/ui-bg_highlight-hard_100_eeeeee_1x100.png) 50% 50% repeat-x; font-weight: bold; color: #004276; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #004276; text-decoration: none; }
/*.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus { border: 1px solid #cdd5da; background: #f6f6f6 url(/images/jquery-ui/ui-bg_highlight-hard_100_f6f6f6_1x100.png) 50% 50% repeat-x; font-weight: bold; color: #111111; }
*/
/*.ui-state-hover a, .ui-state-hover a:hover { color: #111111; text-decoration: none; } */
.ui-state-active, .ui-widget-content .ui-state-active { border: 1px solid #eeeeee; background: #ffffff url(/images/jquery-ui/ui-bg_flat_65_ffffff_40x100.png) 50% 50% repeat-x; font-weight: bold; color: #cc0000; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #cc0000; text-decoration: none; }
.ui-widget :active { outline: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight {border: 1px solid #fcd3a1; background: #fbf8ee url(/images/jquery-ui/ui-bg_glass_55_fbf8ee_1x400.png) 50% 50% repeat-x; color: #444444; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a { color: #444444; }
.ui-state-error, .ui-widget-content .ui-state-error {border: 1px solid #cc0000; background: #f3d8d8 url(/images/jquery-ui/ui-bg_diagonals-thick_75_f3d8d8_40x40.png) 50% 50% repeat; color: #2e2e2e; }
.ui-state-error a, .ui-widget-content .ui-state-error a { color: #2e2e2e; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text { color: #2e2e2e; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }

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

/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url(/images/jquery-ui/ui-icons_cc0000_256x240.png); }
.ui-widget-content .ui-icon {background-image: url(/images/jquery-ui/ui-icons_cc0000_256x240.png); }
.ui-widget-header .ui-icon {background-image: url(/images/jquery-ui/ui-icons_ffffff_256x240.png); }
.ui-state-default .ui-icon { background-image: url(/images/jquery-ui/ui-icons_cc0000_256x240.png); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(/images/jquery-ui/ui-icons_cc0000_256x240.png); }
.ui-state-active .ui-icon {background-image: url(/images/jquery-ui/ui-icons_cc0000_256x240.png); }
.ui-state-highlight .ui-icon {background-image: url(/images/jquery-ui/ui-icons_004276_256x240.png); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(/images/jquery-ui/ui-icons_cc0000_256x240.png); }

/* positioning */
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-off { background-position: -96px -144px; }
.ui-icon-radio-on { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { background: #a6a6a6 url(/images/jquery-ui/ui-bg_dots-small_65_a6a6a6_2x2.png) 50% 50% repeat; opacity: .50;filter:Alpha(Opacity=40); }
.ui-widget-shadow { margin: -8px 0 0 -8px; padding: 8px; background: #333333 url(images/ui-bg_flat_0_333333_40x100.png) 50% 50% repeat-x; opacity: .10;filter:Alpha(Opacity=10); -moz-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; }/* Resizable
----------------------------------*/
.ui-resizable { position: relative;}
.ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; display: block;}
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0; }
.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0; }
.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0; height: 100%; }
.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0; height: 100%; }
.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}/* Accordion
----------------------------------*/
.ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; zoom: 1; }
.ui-accordion .ui-accordion-li-fix { display: inline; }
.ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; }
.ui-accordion .ui-accordion-header a { display: block; font-size: 1em; padding: .5em .5em .5em .7em; }
.ui-accordion-icons .ui-accordion-header a { padding-left: 2.2em; }
.ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
.ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; zoom: 1; }
.ui-accordion .ui-accordion-content-active { display: block; }/* Autocomplete
----------------------------------*/
.ui-autocomplete { position: absolute; cursor: default; }	
.ui-autocomplete-loading { background: white url('images/ui-anim_basic_16x16.gif') right center no-repeat; }

/* workarounds */
* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */

/* Menu
----------------------------------*/
.ui-menu {
	list-style:none;
	padding: 2px;
	margin: 0;
	display:block;
}
.ui-menu .ui-menu {
	margin-top: -3px;
}
.ui-menu .ui-menu-item {
	margin:0;
	padding: 0;
	width: 100%;
}
.ui-menu .ui-menu-item a {
	text-decoration:none;
	display:block;
	padding:.2em .4em;
	line-height:1.5;
}
.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
	margin: -1px;
}
/* Button
----------------------------------*/

.ui-button { display: inline-block; position: relative; padding: 0; margin-right: .1em; text-decoration: none !important; cursor: pointer; text-align: center; zoom: 1; overflow: visible; } /* the overflow property removes extra width in IE */
.ui-button-icon-only { width: 2.2em; } /* to make room for the icon, a width needs to be set here */
button.ui-button-icon-only { width: 2.4em; } /* button elements seem to need a little more width */
.ui-button-icons-only { width: 3em; } 
button.ui-button-icons-only { width: 3.2em; } 

/*button text element */
.ui-button .ui-button-text { display: block; line-height: 1.4;  }
.ui-button-text-only .ui-button-text { padding: .4em 1em; }
.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text { padding: .4em; text-indent: -9999999px; }
.ui-button-text-icon .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 1em .4em 1.8em; }
.ui-button-text-icons .ui-button-text { padding-right: 1.8em; }
/* no icon support for input elements, provide padding by default */
input.ui-button { padding: .4em 1em; }

/*button icon element(s) */
.ui-button-icon-only .ui-icon, .ui-button-text-icon .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon { position: absolute; top: 50%; margin-top: -8px; }
.ui-button-icon-only .ui-icon { left: 50%; margin-left: -8px; }
.ui-button-text-icon .ui-icon-primary, .ui-button-text-icons .ui-icon-primary, .ui-button-icons-only .ui-icon-primary { left: .5em; }
.ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }

/*button sets*/
.ui-button-set { margin-right: 7px; }
.ui-button-set .ui-button { margin-left: 0; margin-right: -.3em; }

/* workarounds */
button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra padding in Firefox */





/* Dialog
----------------------------------*/
.ui-dialog { position: absolute; padding: 0; width: 300px; overflow: hidden; }
.ui-dialog .ui-dialog-titlebar { padding: 30px; position: relative;  }
.ui-dialog .ui-dialog-title { float: left; margin: .1em 16px .2em 0; } 
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -35px 0 0 0; padding: 1px; height: 18px; }
.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
/*.ui-dialog .ui-dialog-content { position: relative; border: 0; padding: 30px; background: none; overflow: hidden; zoom: 1; }
*/.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
.ui-dialog .ui-dialog-buttonpane button { float: right; margin: .5em .4em .5em 0; cursor: pointer; padding: .2em .6em .3em .6em; line-height: 1.4em; width:auto; overflow:visible; }
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; }
/* Slider
----------------------------------*/
.ui-slider { position: relative; text-align: left; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; }

.ui-slider-horizontal { height: .8em; }
.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }

.ui-slider-vertical { width: .8em; height: 100px; }
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.ui-slider-vertical .ui-slider-range-max { top: 0; }/* Tabs
----------------------------------*/
.ui-tabs { position: relative; padding: .2em; zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0; }
.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 1px; margin: 0 .2em 1px 0; border-bottom: 0 !important; padding: 0; white-space: nowrap; }
.ui-tabs .ui-tabs-nav li a { float: left; padding: .5em 1em; text-decoration: none; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; padding-bottom: 1px; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { display: block; border: 0; padding: 1em 1.4em; background: none; }
.ui-tabs .ui-tabs-hide { display: none !important; }
/* Datepicker
----------------------------------*/
.ui-datepicker { width: 17em; padding: .2em .2em 0; }
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
.ui-datepicker .ui-datepicker-prev { left:2px; }
.ui-datepicker .ui-datepicker-next { right:2px; }
.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
.ui-datepicker .ui-datepicker-next-hover { right:1px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month, 
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi { width:auto; }
.ui-datepicker-multi .ui-datepicker-group { float:left; }
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.ui-datepicker-row-break { clear:both; width:100%; }

/* RTL support */
.ui-datepicker-rtl { direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}/* Progressbar
----------------------------------*/
.ui-progressbar { height:2em; text-align: left; }
.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; }


/* for the login dialog */

.common-dialog{
  border:none;
  background:none;
  padding: 0px;
  font-style: italic;
  font-size: 14px;
  display:none;
  position: relative;
}

.common-dialog-main{
  -webkit-box-shadow: 0 0 20px #bbb;
  -moz-box-shadow: 0 0 20px #bbb;
  background: #fff;
  padding: 30px;
}

.common-dialog-main h3{
  margin-bottom: -5px;
}

.common-dialog-break{
  height: 10px;
}

.common-dialog-bottom{
  -webkit-box-shadow: 0 0 20px #bbb;
  -moz-box-shadow: 0 0 20px #bbb;
  text-align:left;
  padding: 20px;
  background: #fff;
}

.common-dialog-bottom img {
  position: relative;
  top: 2px;
  margin-right: 3px;
}
.common-dialog-closex{
  padding:10px;
  position: absolute;
  top: 30px;
  right: 30px;
}

/*.common-dialog hr{
  margin-top: 10px;
  margin-bottom: 30px;
}*/

.login-dialog-form input {
  clear: both;
}

#login-dialog-facebook{
  text-align:center;
  margin: 60px 0;
}

#login-dialog-facebook a{
  font-style: normal;
}


#register-dialog-form label {
  display:block;
}

#register-dialog-form #register-form-newsletter {
  padding-top: 10px;
}

#register-dialog-form #register-form-newsletter span {
  padding-left:25px;
  color: #888;
}

#register-dialog-form #register-form-submit {
  width: 100%;
  text-align: right;
}


/* CHANGES
     AK - 2010 05 31 - removed the jcrop background 
 */
/* Fixes issue here http://code.google.com/p/jcrop/issues/detail?id=1 */
.jcrop-holder { text-align: left; }

.jcrop-vline, .jcrop-hline
{
	font-size: 0;
	position: absolute;
/*  background: white url('Jcrop.gif') top left repeat;*/
}
.jcrop-vline { height: 100%; width: 1px !important; }
.jcrop-hline { width: 100%; height: 1px !important; }
.jcrop-handle {
	font-size: 1px;
	width: 7px !important;
	height: 7px !important;
	border: 1px #eee solid;
	background-color: #333;
	*width: 9px;
	*height: 9px;
}

.jcrop-tracker { width: 100%; height: 100%; }

.custom .jcrop-vline,
.custom .jcrop-hline
{
	background: yellow;
}
.custom .jcrop-handle
{
	border-color: black;
	background-color: #C7BB00;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}


.page-title {
  height: 140px;
  position: relative;
}
  .page-title h1 {
    position: absolute;
    bottom: 10px;
    font-size: 48px;
    line-height: 46px;
  }

.pages-menu {
  height: 160px;
  padding: 20px;
  z-index: 999; /* needed because of the cock picture */
  position: relative;
}

  .pages-menu hr {
   margin: 15px 0 15px 0;
   *margin: 8px 0px 8px 0px; /* for IE hr bug */
   padding: 0px;
  }
  .pages-menu a {
    color: black;
  }
  .pages-menu a.active {
    color: #b70000;
  }

#team p, #faq p, #faq li{
  width: 70%;
}

#how-it-works {
  position: relative;
}

  #how-it-works .hr-with-cock {
    position: absolute;
    top: 165px;
  }
  #how-text {
    padding-top: 175px;
    margin-bottom: 60px;
  }
    #how-text h2 {
      font-size: 22px;
    }
    #how-text h3 {
      font-size: 14px;
    }
    #how-text p {
      font-size: 12px;
    }
    #how-text .last p, #how-text .last h2, #how-text .last h3 {
      color: #b70000;
    }

  #how-buttons {
    margin: auto;
    margin-bottom: 40px;
    text-align: center;
    width: 430px;
  }
    #how-buttons em {
      display: block;
      color: #555;
      text-align: center;
      margin: 0 auto;
      margin-bottom: 20px;
    }
    #how-buttons .action-button {
      display: block;
      margin-bottom: 10px;
    }
    #how-buttons .small-font {
      width: 150px;
    }

#faq {}
  #faqs{
    line-height: 25px;
  }

#about {}
  #history {
    height: 630px;
    background:url("/images/team_goodmorningdesigners.jpg") no-repeat scroll right bottom #FFFFFF;
  }
    #history p {
      width: 450px;
    }
    #history p.el2 {
      width: 220px;
    }
    #history em {
      color: #b70000;
    }

    #team {
    }
      #team h4 {
        margin-bottom: 0.1em;
      }
      .team_pic {
        padding:10px;
        width: 62px;
        background:url(/images/back.gif) repeat;
        margin-bottom: 10px;
      }

      .team_cat {
        width: 215px;
        font-size: 12px;
      }

      .team_member {
        font-style: italic;
        width: 110px;
      }

#press {
}
  #press .press-box {
    width: 305px;
  }
  .block-inactive{
    color: #ccc;
  }
    .block-inactive span{
      color: #ccc;
      font-style:italic;
      text-decoration: underline;
    }
    .block-inactive h3{
      color: #ccc;
    }
    .block-inactive a.action-button{
      background-color: #ccc;
      box-shadow: 0 0 0 #fff;
      -moz-box-shadow: 0 0 0 #fff;
      -webkit-box-shadow: 0 0 0 #fff;
      border: 0;
    }

#start-label {
  padding-bottom: 60px;
}

  #start-label h2 {
    width:400px;
    margin-bottom: 30px;
  }

#bottom-blog {
  height: 75px;
  position: relative;
  width: 305px;
  padding: 30px;
  margin-right: 10px;
  float: left;
}

  #bottom-blog p {
    width: 150px;
    font-style: italic;
    font-size: 12px;
  }

  #bottom-blog .action-button {
    float:right;
    margin-top: -52px;
  }
  #bottom-blog.designer-blog p {
    width: 200px;
  }

#bottom-spread {
  height: 75px;
  padding: 30px 20px 30px 30px;
  width: 315px;
  float: left;
}
  #bottom-spread #like_fb {
    float: left;
  } 
  #bottom-spread .share_button {
    float: left;
    margin-right: 10px;
  }

#garmz-in-press {
  padding-bottom: 100px;
}

  #garmz-in-press h2 {
    padding-bottom: 15px;
  }

#terms-of-service ol {
  list-style:none inside none;
}

#terms-of-service {
  font-size: 12px;
  text-align: justify;
}

/* replace old elements when refactoring */


#intro .designers_manual h2 {
  width: 400px;
}
  #intro .designers_manual img {
  }
  #intro .button {
    margin: 30px 0;
    padding: 0 60px;
  }
  #intro .tooltip-content {
    width: 170px;
  }
  #intro .tooltip-content ul {
    margin-top: 5px;
  }

/* ########## promote page ############ */
#promotepage .five-ways {
}
  #promotepage .five-ways h2 {
  }
    #promotepage .five-ways h2 span {
      color: #b70000;
      width: 40px;
      float: left;
      display: block;
    }
  #promotepage .five-ways p {
    padding-left: 40px;
    font-size: 12px;
    margin-bottom: 40px;
    color: #555;
    font-style: italic;
    width: 230px;
  }
  #promotepage .five-ways .facebook-twitter {
    padding-left: 40px;
    margin-bottom: 40px;
  }
    #promotepage .five-ways .facebook-twitter hr {
      margin: 10px 0;
    }
    #promotepage .five-ways .facebook-twitter p {
      padding-left: 0;
      margin-bottom: 10px;
    }
    #promotepage .five-ways .facebook-twitter .facebook-logo {
      position: relative;
      top: -2px;
    }
    #promotepage .five-ways .facebook-twitter .twitter-logo {
      position: relative;
      top: -3px;
    }
  #promotepage .five-ways .coffee img {
    margin-left: 40px;
  }

.category { font-style: italic; }

.image_upload_wrapper { border-style: dashed; border-color: #7f7f7f; border-width: 1px; padding: 30px 0px !important; display: block; line-height: 64px; font-size: 20px; width: 460px; text-align: center; vertical-align: middle; }


/* needed for upload */

.ui-dialog {
  margin-top: 20px;
  padding: 10px;
}

.ui-dialog-titlebar {
  display: none;
}

.ui-dialog .crop-container {
  margin-left: 20px;
  margin-top: 20px;
}
.ui-widget-overlay { padding-bottom: 200px; }


#crop-dialog {
  text-align: center;
}

.crop-dialog {
  display: none;
  text-align: left;
}

#loader {
  margin: 40px 60px;
  padding-top: 50px;
  background: #ffffff url(/images/spinner.gif) no-repeat top center;
  text-align: center;
}
  #loader p {
    font-size: 26px;
  }
a.crop-action {
   float: right;
   margin-top: 30px;
   margin-right: 20px;
}

#crop-dialog .selection-error {
   margin-top: 30px;
}

a.close-error-dialog {
  width: 180px;
  font-size: 24px;
  padding: 10px;
  float: right;
  margin-top: 25px;
  margin-right: 20px;
}


#cropping-explain {
  display: none;
  position: absolute;
  font-style:italic;
}

  #cropping-explain .tooltip-content {
    font-size: 12px;
    width: 160px;
    padding: 14px 20px;
  }


/* ########## design page ############ */
#design-content {
  width: 470px;
  margin-right: 20px;
  float: left;
}

.future-css .images-box {
  padding: 0px;
  margin-bottom: 0px;
}

.image-design-tmb{
  margin-right:10px;
  cursor: pointer;
}

.image-design-tmb-select{
  outline: 1px solid #b70000;
}

#design-image-thumbs{
  padding:10px 10px 0 10px;
}

#design-image-view{
  position: relative;
  bottom: 20px;
  right: 12px;
}

#design-image-big{
  padding: 0 10px;
  height: 600px;
  position: relative;
}
#design-image-big div.image-big{
  position: absolute;
}

#design-image-big .image-big-hid{
  display: none;
}

div.image-big div.pinnote {
  display:none;
}

div.image-big div.pinnote div.pinnote-id{
  position: absolute;
  width: 15px;
  height: 15px;
  text-align: center;
  padding:4px;
  background-color: #b70000;
  font-size: 12px;
  color: #fff;
  top: 0px;
  left: 0px;
  cursor:pointer;
}

div.image-big div.pinnote div.pinnote-text{
  position: absolute;
  background-color: #fff;
  font-size: 12px;
  color: #000;
  padding:5px;
  width: 100px;
  z-index: 100;
  display: none;
}

.future-css .design-image-view {
  display: none;
}

  .future-css .design-info h1 {
    width: 320px;
  }

  .future-css .design-info #design-info-cat{
    padding-top:10px;
    color: #000;
    font-style: italic;
  }

  .future-css .design-info  hr {
    margin-bottom: 10px;
    margin-top: 10px;
  }

  .future-css .design-info  dt {
    color: #555;
    margin-bottom: 4px;
    font-style: italic;
  }

  .future-css .design-info .col_l1 {
    width: 126px;
    margin-right: 20px;
  }

  .future-css .design-info .col_l2 {
    width: 250px;
  }


#design-sidebar {
  width: 250px;
  float: left;
}
  #design-sidebar .label-box {
    padding: 0 10px;
  }
    #design-sidebar .why-matters {
      float: right;
      position: relative;
      top: -20px;
    }

  #design-sidebar .grey-line {
    margin: 16px 0 20px 0;
  }
  #design-vote-garmz {
    color: #555;
    font-size: 24px;
    margin-bottom: 10px;
  }
    #design-vote-garmz .vote-for-it {
      float: left;
      margin-right: 20px;
    }
    #design-vote-garmz a#garmz-vote-heart {
      float: left;
      display: block;
      height:33px;
      width: 33px;
      background: transparent url(/images/vote_icon_garmz.gif) no-repeat top right;
      margin: 5px auto 0;
    }
    #design-vote-garmz a#garmz-vote-heart:hover,
    .already-voted a#garmz-vote-heart {
      background: transparent url(/images/vote_icon_garmz_red.gif) no-repeat top right !important;
    }

    #design-vote-garmz a#garmz-vote-heart span {
      display: none;
    }
    #design-vote-garmz #votes-count {
      margin: 7px 0 0 10px;
      width: 50px;
      float: left;
      font-family:Times,"Times New Roman",serif;
    }

    .already-voted #votes-count span {
      color: #b70000;
    }


  #design-vote-users {
    margin-top: 12px;
    padding-top: 29px;
    background: transparent url(/images/hr_arrow1.gif) no-repeat top left;
  }

    #design-vote-users div.be-first-img {
      float: left;
      width: 30px;
      margin-right: 6px;
    }
    #design-vote-users div.be-first-text {
      float: left;
      width: 100px;
      padding-top: 7px;
      font-style: italic;
      font-size: 12px;
    }

    #design-vote-users p {
      width: 100%;
      text-align: right;
      margin: 5px 0;
    }

    #design-vote-users img{
      margin-right: 5px;
      margin-bottom: 5px;
    }

  #design-promote {
    padding: 0 20px;
    height: 55px;
  }
    #design-promote .facebook-votes {
      height: 20px;
    }
    #design-promote .twitter-share-button {
      margin-top: 10px;
      margin-right: 5px;
      float: left;
    }

    #design-promote .more-ways a {
      position: relative;
      top: 4px;
      line-height: 14px;
    }
      #design-promote .more-ways a:hover em, #design-promote .more-ways em:hover {
        color: #b70000;
        line-height: 14px;
      }

#design-vote-feedback{
  margin: 0 0 100px 0;
  color: #000;
}
  #design-vote-feedback em {
    margin-bottom: 20px;
    position: relative;
    top: -3px;
  }
  #design-vote-feedback .feedback-count {
    font-family: "Times New Roman",Times,serif;
  }

#design-other{
  margin: 20px 0px 20px 0px;
  color: #000;
  font-style: italic;
}

#design-other div.col_l1{
  width: 150px;
  padding: 0 0 10px 10px;
}

#design-other img{
  margin: 8px 0px 0 8px;
}

#design-comments{
  margin-top: 90px;
}

#design-comments #design-comments-arrow{
  width: 100%;
  height: 18px;
  background: transparent url(/images/arrow_red_up.gif) no-repeat 90% 0%;
}

.future-css #design-comments #design-comments-list .time_ago {
  display: none;
}

.future-css #design-comments #design-comments-bar{
  padding:15px;
  color: #fff;
  font-style:italic;
  background-color: #b00000;
  margin-bottom: 10px;
}

.future-css #design-comments #design-comments-bar h2 {
  color:#FFFFFF;
  font-style:italic;
  margin-bottom: 0px;
  font-size: 14px;
}


/* commenting*/
/* DEVNOTE: remove future-css */
.future-css .reply-link {
  text-align: right;
  display: block;
  margin-left: 320px;
  padding-right: 10px;
  padding-left: 50px;
  padding-top: 10px;
  height: 30px;
  position: absolute;
  top: -1px;
  right: 3px;
}

.future-css .comment, .future-css #comment-new div.box{
  padding: 30px;
  position: relative;
}

.future-css .comment .author-icon, .future-css .reply .author-icon, .future-css #comment-new .contact-info img, .future-css .reply-new .contact-info img{
  float: left;
  border: 1px solid #eeeeee;
}

.future-css .comment .author-icon {
  height: 50px;
}

.future-css .comment .author-icon.owner {
  height: 65px;
}

.future-css .reply .author-icon {
  height: 30px;
}

.future-css .reply .author-icon.owner {
  height: 39px;
}

.future-css .comment .owner, .future-css .reply .owner {
  display: block;
  border: 1px solid #b00000;
}

.future-css .comment .owner {
  background: url(/images/comments/designer.png) no-repeat -1px 50px;
}

.future-css .reply .owner {
  background: url(/images/comments/designer-small.png) no-repeat -1px 30px;
}

.future-css .comment .comment-info, .future-css .comment div.comment-body {
  margin-left: 60px;
  width: 320px;
}

.future-css #comment-new p.description, .future-css .reply-new p.description {
  font-size: 24px;
  font-style: italic;
  color: #9a9a9a;
}

.future-css #comment-new div.box {
  padding-bottom: 60px;
}

.future-css .reply-new {
  padding-bottom: 30px;
}

  .future-css .reply-new .close {
    float: right;
    padding: 10px;
  }

.future-css #comment-new .contact-info span.author, .future-css .reply-new .contact-info span.author {
  margin-left: 60px;
  padding-top: 18px;
  display: block;
}

.future-css .reply {
  margin-top: 30px;
  margin-left: 60px;
}

.future-css .reply .reply-info, .future-css .reply div.reply-body {
  margin-left: 40px;
  width: 280px;
}

.future-css .reply-new {
  display: none;
}

.future-css .contact-info {
  margin-bottom: 15px;
}

.future-css .contact-info label, .future-css .contact-info label {
  margin-top: 5px;
  margin-bottom: 5px;
}

.future-css .contact-info .email-notify {
  margin-top: 10px;
}
  .future-css .contact-info .email-notify input {
    margin-right: 5px;
  }

  .future-css .contact-info .email-notify label {
    display: inline;
  }

.future-css .time_ago {
  margin-left: 5px;
  color: #9a9a9a;
}

.future-css .comment-textarea {
  width: 400px;
}

.future-css .login-hint {
  padding: 50px 5px;
  display: block;
  float: left;
}

.future-css a.login-hint {
  color: #9a9a9a;
}

.future-css a.login-hint span {
  color: #B70000;
}

.future-css a.login-hint:hover {
  text-decoration: none;
}

.future-css a.login-hint:hover span {
  text-decoration: underline;
}

.future-css #design-comments .submit-button {
  margin-top: 5px;
  float: right;
}

.future-css #design-comments-list .spinner {
  float: right;
  margin-top: 10px;
  margin-right: 5px;
}

.preview-image-wrapper, .design-image-wrapper {
  background-color: white;
  background-image: url(/images/spinner.gif);
  background-position: center center;
  background-repeat:no-repeat;
}

.preview-image-wrapper {
  width: 310px;
  height: 423px;
}

.design-image-wrapper {
  height: 600px;
}

/* ########## browese page ############ */

#browsepage {
  margin-bottom: 30px;
}

ul.action-infos li {
  float: left;
  text-align: center;
  width: 100px;
}

  ul.action-infos li img {
    margin-top: 20px;
    margin-bottom: 10px;
  }
