/* styles_rdsgn.scss */
/* variables have to be defined first */
/* mixins have to be imported at first */
/* _mixins.scss */
/* General CSS settings*/
.ui-widget-overlay {
  background: #FFFFFF !important;
  opacity: 0.8 !important; }

/* UI Dialog Theme changes */
.ui-dialog {
  background: #FFFFFF;
  background-image: none !important;
  border: 5px solid #999999 !important;
  border-radius: 0px 0px 0px 0px !important;
  box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.4); }
  .ui-dialog .ui-dialog-titlebar {
    background: #FFFFFF;
    background-image: none !important;
    display: none !important; }
  .ui-dialog .ui-dialog-content {
    background: #FFFFFF !important;
    border: 0 none !important;
    color: #000000;
    font-size: 14px; }
    .ui-dialog .ui-dialog-content h2 {
      font-size: 28px;
      font-weight: 300;
      line-height: 27px; }

.modalDialog {
  border: 0 none !important; }
  .modalDialog .modalCloseButton {
    position: absolute;
    left: 1030px;
    top: 50px; }
  .modalDialog .ui-dialog-content {
    background: #faf9f5; }

div.layer {
  z-index: 1;
  width: 580px;
  position: absolute;
  left: 200px;
  top: 55px;
  display: none;
  font-size: 12px;
  box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.4); }

div.layer img {
  display: block; }

div.layer .button {
  cursor: pointer; }

div.layer .layerContent {
  background: #999 left top repeat-y;
  height: 100%; }

div.layer .layerContent .inner {
  background: #999 right repeat-y;
  padding: 0 5px; }

div.layer .layerContent .inner .layerFrame {
  width: 100%;
  height: 100%; }

div.layer .layerContent .inner h2 {
  font-size: 28px;
  color: #000000;
  font-weight: 300;
  line-height: 27px; }

div.layer .layerContent a {
  -moz-outline: none; }

div.layer .layerContent .inner #Buttons {
  float: right;
  width: 190px;
  margin-top: 10px; }

div.layer .layerContent .inner #Buttons.threeButtons {
  float: right;
  width: 281px;
  margin-top: 10px; }

div.layer .layerContent .inner #Buttons #Close {
  margin-right: 10px;
  float: left; }

div.layer .layerContent .inner #Buttons #Send {
  float: left; }

div.layer .layerContent .inner #Buttons .close {
  margin-right: 10px;
  float: left; }

div.layer .layerContent .inner #Buttons .notLast {
  margin-right: 10px;
  float: left; }

div.layer .layerContent .inner #Buttons .send {
  float: left; }

#Buttons img.spaced {
  margin-right: 10px; }

div.layer .layerContent .popupWithHeadline {
  background: #f6f6f6;
  border: 1px solid #e5e5e5;
  padding: 28px 35px 30px; }

div.layer .layerContent .popupWithHeadline .content {
  background: #ffffff;
  border: 1px solid #c6c6c6;
  margin: 0; }

div.layer .layerContent .popupWithHeadline h2 {
  margin-bottom: 15px;
  line-height: 20px; }

div.layer .layerContent .popupWithHeadline #Buttons {
  margin-top: 20px;
  width: auto; }

div.layer .layerContent .popupWithHeadline #Buttons input.button,
div.layer .layerContent .popupWithHeadline #Buttons img.button {
  float: right;
  border: 0px none white;
  margin-left: 5px;
  width: auto;
  height: auto; }

.popup .pageMessages {
  margin-bottom: 10px;
  background-color: #ffff9C;
  padding: 3px; }

div.layer .layerContent .buttons {
  width: 100%;
  margin-top: 30px;
  float: left; }
  div.layer .layerContent .buttons .ajaxStatus {
    float: left; }

div.layer .layerContent .buttons img.button {
  display: block;
  float: right;
  margin: 0 0 0 10px; }

.buttonWhite {
  background: white; }

.abort {
  float: right;
  font-size: 14px;
  font-size: normal;
  position: relative;
  right: 20px;
  top: 14px;
  cursor: pointer; }

.buttonGrey {
  /** ACHTUNG !! Den Style des Button NICHT! aendern. Anpassungen bitte in einer extra Klasse! */
  background: url(../../v2/images/overlay/btn_grey.png) no-repeat 0 0;
  height: 40px;
  width: 148px;
  border: 0 none;
  margin: 0px;
  padding: 0px;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 0 1px 0 white;
  font-weight: 300;
  font-size: 14px; }

.buttonGrey:hover {
  background-position: 0 -47px; }

.buttonGrey:active {
  background-position: 0 -94px; }

.buttonGreySmall {
  background: url(../../resources/btn_gray_todo_m.jpg) no-repeat 0 0;
  margin: 2px;
  padding: 0px;
  height: 20px;
  width: 76px;
  border: 0 none;
  font-size: 12px;
  cursor: pointer; }

#SignInPopup .closeButton {
  float: right;
  margin: 5px 5px 5px 5px;
  background: url(../../v2/images/signInPopup/reg_overlay_close-btn.png) no-repeat 0 0;
  height: 29px;
  width: 30px;
  display: block;
  cursor: pointer; }
#SignInPopup #MiddleContainer {
  background: url(../../v2/images/signInPopup/reg_overlay_mid.png) no-repeat 0 0;
  height: 161px;
  width: 503px !important; }
  #SignInPopup #MiddleContainer .fbButton {
    margin: 25px 0 0 125px;
    display: block;
    width: 249px; }
  #SignInPopup #MiddleContainer .withoutFB {
    margin-top: 35px;
    text-align: center;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 300px;
    color: black; }

/*CSS for pages*/
#HeaderWrapper {
  background: url(images/header/header_bg.png) repeat-x;
  height: 48px; }

#Header {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #666666;
  height: 45px;
  position: relative; }
  #Header a {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #666666;
    text-decoration: none; }
  #Header #Logo {
    position: absolute;
    width: 124px;
    margin-left: -55px;
    height: 37px;
    padding-top: 5px;
    left: 50%; }
  #Header #NavigationLeft {
    float: left;
    width: 105px;
    margin-left: 24px; }
    #Header #NavigationLeft .friendRequestes {
      position: absolute;
      left: 248px;
      font-size: 9px;
      color: #666;
      z-index: 120;
      bottom: 30px;
      text-align: right;
      width: 20px; }
    #Header #NavigationLeft .messageCount {
      position: absolute;
      left: 274px;
      font-size: 9px;
      color: #666;
      z-index: 120;
      bottom: 30px;
      text-align: right;
      width: 20px; }
    #Header #NavigationLeft .todoCount {
      position: absolute;
      left: 300px;
      font-size: 9px;
      color: #666;
      z-index: 120;
      bottom: 30px;
      text-align: right;
      width: 20px; }
    #Header #NavigationLeft ul li {
      float: left;
      position: relative; }
      #Header #NavigationLeft ul li.contactTab:hover {
        background: url(images/header/hover_bg.png) no-repeat;
        z-index: 110; }
      #Header #NavigationLeft ul li.messageTab:hover {
        background: url(images/header/hover_bg.png) no-repeat;
        z-Index: 108; }
      #Header #NavigationLeft ul li.messageTab {
        right: 6px; }
      #Header #NavigationLeft ul li.todoTab:hover {
        background: url(images/header/hover_bg.png) no-repeat;
        z-index: 106; }
      #Header #NavigationLeft ul li.todoTab {
        right: 11px; }
      #Header #NavigationLeft ul li.active {
        background: url(images/header/hover_bg.png) no-repeat;
        z-index: 110; }
      #Header #NavigationLeft ul li.seperator1 {
        margin-top: 3px;
        padding-right: 3px;
        right: 2px;
        z-index: 1; }
      #Header #NavigationLeft ul li.seperator2 {
        margin-top: 3px;
        padding-right: 3px;
        right: 8px;
        z-index: 1; }
    #Header #NavigationLeft #contactsSubMenu {
      clear: right;
      position: absolute;
      left: 245px;
      z-index: 109;
      top: 42px;
      width: 250px;
      -webkit-box-shadow: #666666 0px 3px 8px;
      -moz-box-shadow: #666666 0px 3px 8px;
      box-shadow: #666666 0px 3px 8px;
      background: white;
      filter: progid:DXImageTransform.Microsoft.Shadow(Color=#666666, Strength=3, Direction=0), progid:DXImageTransform.Microsoft.Shadow(Color=#666666, Strength=3, Direction=90), progid:DXImageTransform.Microsoft.Shadow(Color=#666666, Strength=3, Direction=180), progid:DXImageTransform.Microsoft.Shadow(Color=#666666, Strength=3, Direction=270);
      top: 40px\9;
      left: 152px\9;
      color: #000; }
      #Header #NavigationLeft #contactsSubMenu a {
        color: #000;
        font-weight: normal; }
        #Header #NavigationLeft #contactsSubMenu a:hover {
          text-decoration: underline; }
        #Header #NavigationLeft #contactsSubMenu a.subject {
          font-weight: bold; }
    #Header #NavigationLeft #messagesSubMenu {
      clear: right;
      position: absolute;
      left: 271px;
      z-index: 107;
      top: 42px;
      width: 300px;
      -webkit-box-shadow: #666666 0px 3px 8px;
      -moz-box-shadow: #666666 0px 3px 8px;
      box-shadow: #666666 0px 3px 8px;
      background: white;
      filter: progid:DXImageTransform.Microsoft.Shadow(Color=#666666, Strength=3, Direction=0), progid:DXImageTransform.Microsoft.Shadow(Color=#666666, Strength=3, Direction=90), progid:DXImageTransform.Microsoft.Shadow(Color=#666666, Strength=3, Direction=180), progid:DXImageTransform.Microsoft.Shadow(Color=#666666, Strength=3, Direction=270);
      top: 40px\9;
      left: 178px\9;
      color: #000; }
      #Header #NavigationLeft #messagesSubMenu a {
        color: #000;
        font-weight: 300;
        font-size: 12px; }
        #Header #NavigationLeft #messagesSubMenu a:hover {
          text-decoration: underline; }
        #Header #NavigationLeft #messagesSubMenu a.subject {
          font-weight: normal;
          font-size: 14px; }
    #Header #NavigationLeft #todoSubMenu {
      clear: right;
      position: absolute;
      left: 298px;
      z-index: 105;
      top: 42px;
      width: 300px;
      -webkit-box-shadow: #666666 0px 3px 8px;
      -moz-box-shadow: #666666 0px 3px 8px;
      box-shadow: #666666 0px 3px 8px;
      background: white;
      filter: progid:DXImageTransform.Microsoft.Shadow(Color=#666666, Strength=3, Direction=0), progid:DXImageTransform.Microsoft.Shadow(Color=#666666, Strength=3, Direction=90), progid:DXImageTransform.Microsoft.Shadow(Color=#666666, Strength=3, Direction=180), progid:DXImageTransform.Microsoft.Shadow(Color=#666666, Strength=3, Direction=270);
      top: 40px\9;
      left: 205px\9;
      color: #000; }
      #Header #NavigationLeft #todoSubMenu a {
        color: #000 !important;
        font-weight: 300;
        font-size: 12px; }
        #Header #NavigationLeft #todoSubMenu a:hover {
          text-decoration: underline; }
        #Header #NavigationLeft #todoSubMenu a.subject {
          font-weight: bold; }
    #Header #NavigationLeft .normal {
      padding-left: 8px;
      width: 255px;
      height: 75px;
      padding-top: 10px; }
      #Header #NavigationLeft .normal:hover {
        background: #fcfcfc; }
      #Header #NavigationLeft .normal .image {
        float: left;
        width: 30px;
        position: relative;
        top: 5px;
        height: 50px; }
      #Header #NavigationLeft .normal .description {
        float: left;
        width: 215px;
        padding-left: 10px; }
      #Header #NavigationLeft .normal .description .buttons li {
        margin-right: 5px; }
      #Header #NavigationLeft .normal .answerButton {
        position: relative;
        top: 5px; }
    #Header #NavigationLeft .messages {
      padding-left: 8px;
      width: 292px;
      height: 65px;
      padding-top: 10px; }
      #Header #NavigationLeft .messages:hover {
        background: #fcfcfc; }
      #Header #NavigationLeft .messages .image {
        float: left;
        width: 30px;
        position: relative;
        top: 5px;
        height: 50px; }
      #Header #NavigationLeft .messages .description {
        float: left;
        width: 215px;
        padding-left: 10px; }
      #Header #NavigationLeft .messages .description .buttons li {
        margin-right: 5px; }
      #Header #NavigationLeft .messages .answerButton {
        position: relative;
        top: 5px; }
    #Header #NavigationLeft .friends {
      padding-left: 8px;
      width: 242px;
      height: 60px;
      padding-top: 10px; }
      #Header #NavigationLeft .friends:hover {
        background: #fcfcfc; }
      #Header #NavigationLeft .friends .image {
        float: left;
        width: 30px;
        position: relative;
        top: 5px;
        height: 50px; }
      #Header #NavigationLeft .friends .description {
        float: left;
        width: 200px;
        padding-left: 10px; }
      #Header #NavigationLeft .friends .description .buttons li {
        margin-right: 5px; }
      #Header #NavigationLeft .friends .answerButton {
        position: relative;
        top: 5px; }
    #Header #NavigationLeft .expanded {
      padding-top: 8px;
      width: 100%;
      overflow: hidden; }
      #Header #NavigationLeft .expanded .image {
        float: left;
        padding: 0 10px 0 0; }
      #Header #NavigationLeft .expanded .image .img {
        position: relative;
        float: left; }
      #Header #NavigationLeft .expanded .description {
        float: left;
        width: 142px;
        font-size: 12px;
        font-weight: 300; }
    #Header #NavigationLeft .headline {
      padding-top: 10px;
      padding-left: 8px;
      padding-bottom: 8px;
      font-weight: normal;
      width: 240px;
      color: #000;
      font-size: 15px; }
    #Header #NavigationLeft .functionList li {
      color: #666666; }
  #Header #SearchBar {
    float: left;
    margin-top: 9px;
    margin-left: 20px;
    background: url(images/header/search_bg_195_inactive.png) no-repeat;
    width: 200px;
    height: 30px; }
    #Header #SearchBar input.headerSuche {
      background-color: #EFEFEF;
      outline: none;
      float: left;
      border: 0 none white;
      color: #666666;
      width: 157px;
      margin: 1px;
      padding-bottom: 5px;
      padding-top: 4px;
      padding-left: 8px;
      font-size: 12px;
      font-family: "Helvetica Neue", Helvetica; }
    #Header #SearchBar input.headerSuche.active {
      background-color: white; }
    #Header #SearchBar .searchButton.active {
      background: url(images/header/search_active_white.png) no-repeat;
      position: relative;
      right: 5px;
      top: 1px; }
  #Header #NavigationRight {
    float: right;
    height: 45px;
    margin-right: 66px; }
    #Header #NavigationRight ul li ul li {
      float: left;
      padding-left: 10px;
      font-size: 11px;
      margin: 0;
      width: 100%; }
    #Header #NavigationRight ul li ul li a {
      font-size: 11px;
      line-height: 30px; }
    #Header #NavigationRight ul ul {
      display: none; }
    #Header #NavigationRight a {
      font-size: 12px;
      padding-left: 12px;
      padding-top: 15px;
      padding-right: 10px;
      padding-bottom: 15; }
    #Header #NavigationRight .pinTab a {
      text-decoration: none;
      padding: 15px 16px; }
    #Header #NavigationRight .pinTab:hover a {
      position: relative;
      z-index: 101;
      background: url(images/header/hover_group.png) no-repeat;
      padding: 15px 16px; }
    #Header #NavigationRight .aboutTab {
      margin-right: 15px; }
    #Header #NavigationRight .aboutTab a {
      padding: 15px 10px;
      text-decoration: none; }
    #Header #NavigationRight .aboutTab:hover a {
      background: url(images/header/hover_group.png) no-repeat;
      position: relative;
      z-index: 101; }
    #Header #NavigationRight .accountTab {
      width: 65px;
      margin-top: 0px; }
      #Header #NavigationRight .accountTab > a {
        width: 45px;
        display: block;
        text-align: center; }
    #Header #NavigationRight .accountTab:hover a {
      background: url(images/header/hover_account.png) no-repeat;
      position: relative;
      z-index: 101;
      text-decoration: none;
      padding-top: 15px;
      padding-bottom: 15px;
      padding-right: 20px;
      padding-left: 12px;
      width: 45px; }
    #Header #NavigationRight .collectionTab:hover li a,
    #Header #NavigationRight .pinTab:hover li a,
    #Header #NavigationRight .aboutTab:hover li a,
    #Header #NavigationRight .accountTab:hover li a {
      padding: 0px 15px 0px 0px;
      border-top: 0 none;
      z-index: 101;
      background: #FFF; }
    #Header #NavigationRight ul li {
      position: relative;
      color: #666666;
      float: right;
      margin-top: 15px; }
      #Header #NavigationRight ul li.marketplaceTab {
        left: 5px; }
      #Header #NavigationRight ul li.collectionTab {
        left: 8px; }
      #Header #NavigationRight ul li.seperator3 {
        float: right;
        margin-top: 3px;
        left: 2px; }
      #Header #NavigationRight ul li.seperator4 {
        float: right;
        margin-top: 3px;
        left: 7px; }
      #Header #NavigationRight ul li.picture {
        float: right;
        margin-top: 11px;
        z-index: 110; }
      #Header #NavigationRight ul li.container {
        -webkit-box-shadow: 0 0px 3px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 0 0px 3px rgba(0, 0, 0, 0.3);
        box-shadow: 0 0px 3px rgba(0, 0, 0, 0.3);
        filter: progid:DXImageTransform.Microsoft.Shadow(Color=#cccccc, Strength=3, Direction=0), progid:DXImageTransform.Microsoft.Shadow(Color=#cccccc, Strength=3, Direction=90), progid:DXImageTransform.Microsoft.Shadow(Color=#cccccc, Strength=3, Direction=180), progid:DXImageTransform.Microsoft.Shadow(Color=#cccccc, Strength=3, Direction=270);
        background-color: #FFF;
        filter: alpha(opacity=30);
        filter: alpha(opacity=90) \9;
        float: right;
        width: 29px;
        height: 29px;
        position: absolute;
        right: 133px;
        bottom: 7px; }
    #Header #NavigationRight .accountPicture {
      padding: 15px 4px; }
    #Header #NavigationRight .pinTab:hover .pinSubMenu,
    #Header #NavigationRight .aboutTab:hover .aboutSubMenu,
    #Header #NavigationRight .accountTab:hover .accountSubMenu {
      display: block; }
    #Header #NavigationRight .aboutSubMenu {
      position: absolute;
      top: 30px;
      z-index: 100;
      left: 1px;
      /* IE-Hack, don't try this @ home ! */
      left: -2px\9;
      top: 25px\9;
      border: 1px solid #666666;
      border-color: transparent;
      width: 150px;
      -webkit-box-shadow: #666666 0px 3px 8px;
      -moz-box-shadow: #666666 0px 3px 8px;
      box-shadow: #666666 0px 3px 8px;
      background: white;
      filter: progid:DXImageTransform.Microsoft.Shadow(Color=#666666, Strength=3, Direction=0), progid:DXImageTransform.Microsoft.Shadow(Color=#666666, Strength=3, Direction=90), progid:DXImageTransform.Microsoft.Shadow(Color=#666666, Strength=3, Direction=180), progid:DXImageTransform.Microsoft.Shadow(Color=#666666, Strength=3, Direction=270); }
    #Header #NavigationRight .pinSubMenu {
      position: absolute;
      top: 30px;
      z-index: 100;
      left: 1px;
      /* IE-Hack, don't try this @ home ! */
      left: -2px\9;
      top: 25px\9;
      border: 1px solid #666666;
      border-color: transparent;
      width: 120px;
      -webkit-box-shadow: #666666 0px 3px 8px;
      -moz-box-shadow: #666666 0px 3px 8px;
      box-shadow: #666666 0px 3px 8px;
      background: white;
      filter: progid:DXImageTransform.Microsoft.Shadow(Color=#666666, Strength=3, Direction=0), progid:DXImageTransform.Microsoft.Shadow(Color=#666666, Strength=3, Direction=90), progid:DXImageTransform.Microsoft.Shadow(Color=#666666, Strength=3, Direction=180), progid:DXImageTransform.Microsoft.Shadow(Color=#666666, Strength=3, Direction=270); }
    #Header #NavigationRight .accountSubMenu {
      position: absolute;
      top: 45px;
      z-index: 100;
      left: 1px;
      /* IE-Hack, don't try this @ home ! */
      left: -2px\9;
      top: 25px\9;
      border: 1px solid #666666;
      border-color: transparent;
      width: 100px;
      -webkit-box-shadow: #666666 0px 3px 8px;
      -moz-box-shadow: #666666 0px 3px 8px;
      box-shadow: #666666 0px 3px 8px;
      background: white;
      filter: progid:DXImageTransform.Microsoft.Shadow(Color=#666666, Strength=3, Direction=0), progid:DXImageTransform.Microsoft.Shadow(Color=#666666, Strength=3, Direction=90), progid:DXImageTransform.Microsoft.Shadow(Color=#666666, Strength=3, Direction=180), progid:DXImageTransform.Microsoft.Shadow(Color=#666666, Strength=3, Direction=270); }

#NavigationMiddle {
  background: url(images/header/header-flap.png) no-repeat;
  z-index: 99;
  position: relative;
  bottom: 23px;
  margin: 0px auto;
  height: 48px;
  width: 333px; }
  #NavigationMiddle a {
    font-size: 12px;
    font-weight: bold;
    display: block;
    text-shadow: 0px 1px 0px #FFF;
    color: #666; }
  #NavigationMiddle ul li {
    color: #666666;
    float: left; }
  #NavigationMiddle .whoDoYouFollowTab {
    height: 27px;
    margin-top: 17px;
    margin-left: 30px; }
  #NavigationMiddle .whoDoYouFollowTab a {
    text-decoration: none;
    padding: 6px 4px; }
  #NavigationMiddle .whoDoYouFollowLink.active {
    color: #a90101;
    font-weight: bold;
    text-shadow: 0px 1px 0px #FFF; }
  #NavigationMiddle .allTab {
    height: 27px;
    margin-top: 17px;
    margin-left: 9px; }
  #NavigationMiddle .allTab a {
    text-decoration: none;
    padding: 6px 30px 6px 16px;
    float: left; }
  #NavigationMiddle .allTab:hover a {
    background: url(images/header/flap_bg.png) no-repeat; }
  #NavigationMiddle .allLink.active {
    color: #a90101;
    font-weight: bold;
    text-shadow: 0px 1px 0px #FFF; }
  #NavigationMiddle .recommendationsTab {
    height: 27px;
    margin-top: 17px; }
  #NavigationMiddle .recommendationsTab a {
    text-decoration: none;
    padding: 6px 9px 6px 10px; }
  #NavigationMiddle .recommendationsLink.active {
    color: #a90101;
    font-weight: bold;
    text-shadow: 0px 1px 0px #FFF; }

#HeaderWrapperLO {
  height: 280px; }

#HeaderWrapperLONB {
  height: 80px; }

#HeaderLO {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #666666;
  height: 45px;
  width: 988px;
  margin: 0 auto;
  position: relative;
  height: inherit;
  margin-top: 10px; }
  #HeaderLO a {
    text-decoration: none;
    color: #666666;
    font-size: 12px; }
  #HeaderLO #Logo {
    float: left;
    background: url(images/header/pinmag_logo.png) no-repeat;
    width: 210px;
    height: 61px;
    margin-bottom: 25px; }
  #HeaderLO #SearchBar {
    float: right;
    background: url(images/header/search_bg.png) no-repeat;
    width: 280px;
    height: 30px; }
    #HeaderLO #SearchBar input.headerSuche {
      float: left;
      outline: none;
      border: 0 none white;
      color: #666666;
      width: 230px;
      margin: 5px;
      font-size: 12px;
      font-family: "Helvetica Neue", Helvetica; }
    #HeaderLO #SearchBar .searchButton.active {
      background: url(images/header/search_active.png) no-repeat;
      position: relative;
      right: 5px; }
  #HeaderLO #normalLogin {
    float: right;
    font-size: 12px;
    font-weight: normal;
    cursor: pointer;
    padding-top: 6px; }
  #HeaderLO #headline {
    font-size: 28px;
    font-weight: 300;
    color: black;
    line-height: 34px; }
  #HeaderLO #facebookLogin {
    margin-top: 28px; }
  #HeaderLO #normalRegister {
    cursor: pointer;
    font-size: 12px;
    font-weight: normal;
    margin-top: 15px;
    margin-left: 50px; }
  #HeaderLO #headerAccessoir {
    position: absolute;
    left: 400px;
    top: 45px;
    background: url(images/header/header_accessoir.png) no-repeat;
    width: 437px;
    height: 216px;
    padding-top: 53px;
    padding-left: 196px; }
  #HeaderLO #loginForm {
    font-size: 12px;
    width: 352px;
    display: none;
    float: right;
    height: 28px; }
    #HeaderLO #loginForm .email {
      overflow: visible;
      float: left; }
      #HeaderLO #loginForm .email input {
        height: 23px;
        width: 130px;
        color: #666;
        margin-right: 10px;
        border: 1px solid #CCC;
        padding-left: 3px;
        padding-top: 4px\9;
        height: 20px\9; }
    #HeaderLO #loginForm .password {
      float: left; }
      #HeaderLO #loginForm .password input {
        height: 23px;
        width: 130px;
        border: 1px solid #CCC;
        padding-left: 3px;
        padding-top: 4px\9;
        height: 20px\9; }
    #HeaderLO #loginForm .loginButton {
      float: right; }

/* _library.scss */
/* Library styles */
#WrapperSubpageCollection {
  margin: 0 auto;
  width: 100%; }

#LibraryBackgroundContainer {
  background: url(images/library/bg_collection.png) repeat-x;
  height: 653px; }
  #LibraryBackgroundContainer .smoke {
    background: url(images/library/white_smoke.png) no-repeat top center;
    position: absolute;
    height: 515px;
    width: 100%;
    top: 220px; }
  #LibraryBackgroundContainer div.naviWrapper {
    left: 6px;
    position: relative;
    top: 65px;
    width: 990px; }

#LibraryTopContainer {
  width: 990px;
  margin: 30px auto 0;
  height: 700px;
  overflow: hidden; }

#LibraryBottomContainer {
  margin: 0 auto;
  width: 990px; }
  #LibraryBottomContainer .bottomContainerHeadline {
    margin-left: 20px; }

#Newsfeeds {
  margin: 30px auto; }

/* _newsfeed.scss */
.newsfeedLoader {
  text-align: center;
  margin-bottom: 20px; }
  .newsfeedLoader img {
    display: none; }

.article .productsContainer {
  background-color: #f5f3f0;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  height: 50px;
  padding-right: 15px; }
  .article .productsContainer:hover {
    background: linear-gradient(bottom, #edebe6, #faf9f8);
    background: -moz-linear-gradient(bottom, #edebe6, #faf9f8);
    background: -webkit-gradient(linear, bottom, top, from(#edebe6), to(#faf9f8)); }
  .article .productsContainer .info {
    float: right;
    margin: 10px;
    line-height: 14px;
    text-align: right; }
    .article .productsContainer .info .category {
      color: #b0b0b0;
      font-size: 10px; }
    .article .productsContainer .info .description {
      color: #857e76;
      font-size: 11px;
      word-wrap: break-word;
      font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .article .productsContainer .image {
    float: right; }
.article .event_region {
  width: 426px; }
  .article .event_region a {
    color: #748087;
    vertical-align: top;
    font-weight: bold; }
    .article .event_region a img {
      padding-right: 8px; }
  .article .event_region span {
    color: #999999;
    vertical-align: top; }
.article .img_seperator {
  width: 456px; }

.big_article {
  width: 456px !important; }
  .big_article .item_interaction {
    margin-left: 120px;
    margin-right: 120px; }
  .big_article .user_region .comment_region textarea {
    width: 420px; }

.small_article .event_region {
  width: 191px; }
.small_article .img_seperator {
  width: 221px; }
.small_article .user_region .comment_region textarea {
  width: 184px; }

.event .event_region {
  width: 191px; }
.event .img_seperator {
  width: 221px; }
.event .user_region .comment_region textarea {
  width: 184px; }

/* Newsfeed Styles */
.newsfeed_event {
  width: 221px;
  background: white;
  margin: 7px 7px 7px 7px;
  float: left;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3); }
  .newsfeed_event .newsfeed_article {
    padding: 15px 15px 15px 15px; }
  .newsfeed_event .invite_region {
    padding: 10px 15px 10px 15px;
    font-size: 14px;
    line-height: 20px; }
    .newsfeed_event .invite_region .name {
      font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: 11px; }
    .newsfeed_event .invite_region .frentsBlue {
      font-weight: 300; }
    .newsfeed_event .invite_region a {
      cursor: pointer;
      font-size: 11px;
      font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .newsfeed_event .item_region {
    position: relative; }
    .newsfeed_event .item_region a:hover {
      text-decoration: none; }
    .newsfeed_event .item_region .discount {
      position: absolute;
      right: 18px;
      top: 25px;
      font-size: 18px;
      font-weight: 300;
      font-family: Georgia;
      color: SaddleBrown; }
    .newsfeed_event .item_region .modelImage {
      padding: 15px 15px 0px 15px; }
    .newsfeed_event .item_region .separator {
      padding: 7px 7px 0px 7px; }
    .newsfeed_event .item_region p {
      padding: 5px 15px 8px 15px; }
      .newsfeed_event .item_region p a {
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 11px;
        color: #000000;
        line-height: 14px; }
      .newsfeed_event .item_region p .modelTitle {
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 14px;
        color: #000000;
        line-height: 20px; }
      .newsfeed_event .item_region p .category {
        display: block; }
        .newsfeed_event .item_region p .category a {
          font-size: 10px;
          color: #808080 !important;
          line-height: 10px; }
        .newsfeed_event .item_region p .category .separator {
          padding: 8px 5px 0px 5px; }
      .newsfeed_event .item_region p .price {
        margin-top: 5px;
        display: block;
        color: #918657 !important;
        font-size: 14px;
        font-weight: bold; }
  .newsfeed_event .user_region {
    background-color: #EFF1F2;
    padding: 10px 15px 10px 15px;
    font-size: 11px; }
    .newsfeed_event .user_region a {
      color: #748087;
      vertical-align: top;
      font-weight: bold; }
      .newsfeed_event .user_region a img {
        padding-right: 8px; }
    .newsfeed_event .user_region span {
      color: #999999;
      vertical-align: top; }
    .newsfeed_event .user_region .event_region {
      float: left; }
      .newsfeed_event .user_region .event_region .head {
        width: inherit;
        float: left; }
        .newsfeed_event .user_region .event_region .head .title {
          float: left;
          width: 160px; }
    .newsfeed_event .user_region .event_region_inner {
      float: left; }
    .newsfeed_event .user_region .account_image {
      float: left;
      width: 30px;
      height: 30px; }
    .newsfeed_event .user_region .event_reason {
      float: right; }
    .newsfeed_event .user_region .comment_text {
      color: #7f8285;
      width: 191px;
      line-height: 16px;
      font-size: 11px;
      text-align: justify;
      word-wrap: break-word; }
    .newsfeed_event .user_region .comment_region {
      display: none;
      position: absolute; }
      .newsfeed_event .user_region .comment_region textarea {
        height: 25px;
        padding: 3px 0px 0px 5px;
        -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.16) inset;
        -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.16) inset;
        border: 1px solid #CCCCCC;
        resize: none;
        font-size: 11px;
        margin: 0px; }
    .newsfeed_event .user_region .img_seperator {
      float: left;
      padding: 8px 0px 8px 0px;
      height: 2px;
      position: relative;
      left: -15px; }
  .newsfeed_event .recommendation_region {
    height: 60px;
    width: 221px;
    background: #EFF1F2; }
    .newsfeed_event .recommendation_region .similarityContainer {
      width: 92px;
      float: left;
      height: 100%;
      min-height: 100%;
      border-right: 1px solid #FFF; }
      .newsfeed_event .recommendation_region .similarityContainer .percent {
        margin-top: 15px; }
    .newsfeed_event .recommendation_region .popularityContainer {
      width: 121px;
      margin-right: -15px;
      margin-left: 5px;
      float: left; }
      .newsfeed_event .recommendation_region .popularityContainer .popularityByFriends {
        margin-top: 5px;
        float: left; }
        .newsfeed_event .recommendation_region .popularityContainer .popularityByFriends .arrow {
          display: block;
          float: left;
          margin: 8px 10px 10px 10px; }
      .newsfeed_event .recommendation_region .popularityContainer .percent {
        margin-top: 5px; }
    .newsfeed_event .recommendation_region .percent {
      font-size: 30px;
      font-family: Georgia, Times, Serif;
      display: block;
      text-align: center; }
    .newsfeed_event .recommendation_region .small {
      font-size: 20px; }
    .newsfeed_event .recommendation_region .similarityText {
      margin-top: 5px;
      font-family: Georgia, Times, Serif;
      font-size: 10px;
      text-align: center;
      display: block;
      line-height: 10px; }

.item_interaction {
  margin: 1px;
  position: absolute;
  width: 220px;
  top: 5px; }
  .item_interaction .interaction_inner_container {
    margin-left: 0px; }
  .item_interaction ul li {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    float: left;
    margin: 1px; }
    .item_interaction ul li a {
      cursor: pointer;
      display: block; }
  .item_interaction ul li.have-it:hover {
    background: url(../../v2/images/button/btn_have_hover2.png) no-repeat top left; }
  .item_interaction ul li.like-it:hover {
    background: url(../../v2/images/button/btn_like_hover2.png) no-repeat top left; }
  .item_interaction ul li.dontlike-it:hover {
    background: url(../../v2/images/button/btn_dislike_hover2.png) no-repeat top left; }
  .item_interaction ul li.pin-it:hover {
    background: url(../../v2/images/button/btn_repin_hover.png) no-repeat top left; }
  .item_interaction .pin-it {
    margin-left: 2px;
    margin-right: 2px; }
    .item_interaction .pin-it a.unchecked {
      background: url(../../v2/images/button/btn_repin.png) no-repeat top left;
      width: 69px;
      height: 27px; }
    .item_interaction .pin-it a.checked {
      background: url(../../v2/images/button/btn_repin_undo.png) no-repeat top left;
      width: 69px;
      height: 27px; }
  .item_interaction .have-it {
    margin-left: 2px;
    margin-right: 2px; }
    .item_interaction .have-it a.unchecked {
      background: url(../../v2/images/button/btn_have2.png) no-repeat top left;
      width: 74px;
      height: 27px; }
    .item_interaction .have-it a.checked {
      background: url(../../v2/images/button/btn_have_undo2.png) no-repeat top left;
      width: 74px;
      height: 27px; }
  .item_interaction .search-it a.unchecked {
    background: url(../../v2/images/icon/lupe_pure.png) no-repeat top left;
    width: 26px;
    height: 27px; }
  .item_interaction .like-it {
    margin-left: 2px;
    margin-right: 2px; }
    .item_interaction .like-it a.unchecked {
      background: url(../../v2/images/button/btn_like2.png) no-repeat top left;
      width: 60px;
      height: 27px; }
    .item_interaction .like-it a.checked {
      background: url(../../v2/images/button/btn_like_undo2.png) no-repeat top left;
      width: 60px;
      height: 27px; }
  .item_interaction .dontlike-it {
    margin-left: 2px;
    margin-right: 2px; }
    .item_interaction .dontlike-it a.unchecked {
      background: url(../../v2/images/button/btn_dislike2.png) no-repeat top left;
      width: 73px;
      height: 27px; }
    .item_interaction .dontlike-it a.checked {
      background: url(../../v2/images/button/btn_dislike_undo2.png) no-repeat top left;
      width: 73px;
      height: 27px; }
  .item_interaction .recommend-it a.unchecked {
    background: url(../../v2/images/icon/recommend_pure.png) no-repeat top left;
    width: 26px;
    height: 27px; }
  .item_interaction .buy-it a.unchecked {
    background: url(../../v2/images/icon/buy_pure.png) no-repeat top left;
    width: 26px;
    height: 27px; }
  .item_interaction .tooltip {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: rgba(255, 255, 255, 0.75);
    background-color: #FFFFFF\9;
    margin-top: 32px;
    height: 20px;
    display: none;
    color: #444444;
    font-size: 12px;
    font-family: Helvetica;
    padding-top: 6px;
    text-align: center; }
  .item_interaction .comment_field_wrapper {
    float: left;
    margin-left: 16px; }
    .item_interaction .comment_field_wrapper .comment_field {
      width: 175px;
      height: 20px;
      margin-top: 5px;
      resize: none;
      font-size: 12px;
      padding: 2px 4px 2px 4px; }
      .item_interaction .comment_field_wrapper .comment_field:nth-child(2) {
        font-size: 11px;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }

#ModelContainer {
  width: 990px;
  overflow: hidden;
  -webkit-box-shadow: #666 0px 0px 3px;
  -moz-box-shadow: #666 0px 0px 3px;
  box-shadow: #666 0px 0px 3px;
  background: #FFF;
  margin: 30px auto 0; }
  #ModelContainer .modelBg {
    background: url(images/model/item_site_bg.png) repeat-y; }
  #ModelContainer .itemBg {
    background: #FFFFFF; }
  #ModelContainer #ModelTopContainer {
    height: 100%;
    min-height: 100%; }
    #ModelContainer #ModelTopContainer .viewModel_recommend_ajaxStatus {
      position: absolute;
      right: 430px;
      top: 235px; }
    #ModelContainer #ModelTopContainer .purchase_now {
      display: block;
      font-weight: bold;
      text-align: center;
      text-decoration: none; }
    #ModelContainer #ModelTopContainer .watch_now {
      border: 1px solid #eba73a;
      background: #ffedc0;
      background: linear-gradient(top, #ffedc0, #ffce45);
      background: -moz-linear-gradient(top, #ffedc0, #ffce45);
      background: -webkit-gradient(linear, top, bottom, from(#ffedc0), to(#ffce45));
      text-shadow: 0px 1px 0px #ffedc0;
      color: black; }
    #ModelContainer #ModelTopContainer .watch_now:hover {
      background: linear-gradient(top, #ffdf8e, #ffc218);
      background: -moz-linear-gradient(top, #ffdf8e, #ffc218);
      background: -webkit-gradient(linear, top, bottom, from(#ffdf8e), to(#ffc218)); }
    #ModelContainer #ModelTopContainer .rent_now {
      border: 1px solid #3b6e7d;
      background: #e5f3f6;
      background: linear-gradient(top, #e5f3f6, #a5c3d2);
      background: -moz-linear-gradient(top, #e5f3f6, #a5c3d2);
      background: -webkit-gradient(linear, top, bottom, from(#e5f3f6), to(#a5c3d2));
      color: black; }
    #ModelContainer #ModelTopContainer .rent_now:hover {
      background: linear-gradient(top, #bfe2e9, #83acc1);
      background: -moz-linear-gradient(top, #bfe2e9, #83acc1);
      background: -webkit-gradient(linear, top, bottom, from(#bfe2e9), to(#83acc1)); }
    #ModelContainer #ModelTopContainer #ModelInfos {
      width: 455px;
      float: left;
      margin: 20px 10px 30px 30px; }
      #ModelContainer #ModelTopContainer #ModelInfos .title {
        margin-bottom: 12px; }
        #ModelContainer #ModelTopContainer #ModelInfos .title h1 {
          font-size: 22px;
          font-family: Georgia, Times, Serif;
          color: #000000;
          font-weight: normal;
          margin: 9px 0px 10px; }
        #ModelContainer #ModelTopContainer #ModelInfos .title .category {
          font-size: 10px;
          color: #7e7e7e; }
          #ModelContainer #ModelTopContainer #ModelInfos .title .category a {
            color: #7e7e7e !important;
            font-family: Georgia, Times, Serif; }
          #ModelContainer #ModelTopContainer #ModelInfos .title .category .separator {
            padding: 8px 5px 0px 5px; }
      #ModelContainer #ModelTopContainer #ModelInfos .modeltabs {
        height: 19px;
        margin-bottom: 5px; }
        #ModelContainer #ModelTopContainer #ModelInfos .modeltabs div {
          float: left;
          margin-right: 20px;
          font-size: 12px; }
          #ModelContainer #ModelTopContainer #ModelInfos .modeltabs div a {
            color: #000000;
            text-decoration: none; }
            #ModelContainer #ModelTopContainer #ModelInfos .modeltabs div a img {
              vertical-align: middle;
              margin-right: 5px; }
          #ModelContainer #ModelTopContainer #ModelInfos .modeltabs div .inactive {
            zoom: 1;
            filter: alpha(opacity=40);
            opacity: 0.4; }
      #ModelContainer #ModelTopContainer #ModelInfos .mediaContainer {
        margin-top: 25px; }
        #ModelContainer #ModelTopContainer #ModelInfos .mediaContainer .productImage {
          display: block;
          margin: 0 auto; }
        #ModelContainer #ModelTopContainer #ModelInfos .mediaContainer .sale {
          background: url(images/model/sale-tag-model.png) right top no-repeat;
          padding-right: 41px;
          padding-left: 41px; }
        #ModelContainer #ModelTopContainer #ModelInfos .mediaContainer #imageContent .image {
          position: relative; }
          #ModelContainer #ModelTopContainer #ModelInfos .mediaContainer #imageContent .image .productImage:hover {
            opacity: 0.87; }
          #ModelContainer #ModelTopContainer #ModelInfos .mediaContainer #imageContent .image #slide_left:hover {
            background-position: bottom; }
          #ModelContainer #ModelTopContainer #ModelInfos .mediaContainer #imageContent .image #slide_right:hover {
            background-position: bottom; }
          #ModelContainer #ModelTopContainer #ModelInfos .mediaContainer #imageContent .image #slide_left {
            background: url(images/model/prevpic.png);
            background-position: top; }
          #ModelContainer #ModelTopContainer #ModelInfos .mediaContainer #imageContent .image #slide_right {
            background: url(images/model/nextpic.png);
            background-position: top; }
          #ModelContainer #ModelTopContainer #ModelInfos .mediaContainer #imageContent .image .item_interaction {
            position: absolute;
            left: 117px; }
          #ModelContainer #ModelTopContainer #ModelInfos .mediaContainer #imageContent .image .articleImage {
            width: auto;
            display: block;
            margin: 0 auto; }
        #ModelContainer #ModelTopContainer #ModelInfos .mediaContainer .description {
          font-size: 12px;
          margin-top: 20px; }
          #ModelContainer #ModelTopContainer #ModelInfos .mediaContainer .description .text {
            line-height: 20px;
            font-family: Georgia, Times, Serif; }
          #ModelContainer #ModelTopContainer #ModelInfos .mediaContainer .description #textShort {
            font-family: Georgia, Times, Serif;
            line-height: 20px; }
          #ModelContainer #ModelTopContainer #ModelInfos .mediaContainer .description #readmore {
            background: #CCCCCC;
            margin-top: 5px;
            padding: 3px 0px;
            height: 15px;
            width: 95px;
            cursor: pointer; }
            #ModelContainer #ModelTopContainer #ModelInfos .mediaContainer .description #readmore:hover {
              background: #999999; }
            #ModelContainer #ModelTopContainer #ModelInfos .mediaContainer .description #readmore div.readmore {
              float: left;
              color: #FFFFFF;
              margin-left: 5px; }
            #ModelContainer #ModelTopContainer #ModelInfos .mediaContainer .description #readmore .readmore_toggle_bg {
              float: left;
              background: url(images/model/read_downup.png) no-repeat;
              width: 9px;
              height: 4px;
              margin: 5px 8px 0px 5px; }
            #ModelContainer #ModelTopContainer #ModelInfos .mediaContainer .description #readmore .expanded {
              background-position: bottom; }
        #ModelContainer #ModelTopContainer #ModelInfos .mediaContainer #bookContent {
          width: 455px;
          height: 300px; }
        #ModelContainer #ModelTopContainer #ModelInfos .mediaContainer .suggestVideo .inputContainer div input {
          width: 400px; }
    #ModelContainer #ModelTopContainer #ModelRecommendations {
      width: 435px;
      float: left;
      margin-right: 30px;
      margin-top: 29px;
      margin-left: 30px; }
      #ModelContainer #ModelTopContainer #ModelRecommendations .title {
        padding-top: 6px;
        font-size: 20px;
        width: inherit;
        float: left; }
      #ModelContainer #ModelTopContainer #ModelRecommendations > div {
        float: left; }
        #ModelContainer #ModelTopContainer #ModelRecommendations > div > span {
          font-size: 12px;
          display: block;
          line-height: 20px;
          float: left; }
      #ModelContainer #ModelTopContainer #ModelRecommendations .singleRecommendation {
        float: left;
        height: 25px;
        margin-bottom: 4px; }
        #ModelContainer #ModelTopContainer #ModelRecommendations .singleRecommendation .affinityBar {
          width: 126px;
          height: 9px;
          border: 1px solid #cccccc;
          margin-left: 5px;
          background: url(images/model/affinitybar.png) no-repeat;
          background-position: top;
          cursor: pointer; }
        #ModelContainer #ModelTopContainer #ModelRecommendations .singleRecommendation > div {
          float: left; }
          #ModelContainer #ModelTopContainer #ModelRecommendations .singleRecommendation > div .white_space {
            width: 50%;
            background: #ffffff;
            float: right;
            height: inherit; }
        #ModelContainer #ModelTopContainer #ModelRecommendations .singleRecommendation span {
          font-size: 10px;
          margin-left: 6px; }
        #ModelContainer #ModelTopContainer #ModelRecommendations .singleRecommendation .recommend {
          color: #7e7e7e;
          font-size: 10px;
          float: right; }
        #ModelContainer #ModelTopContainer #ModelRecommendations .singleRecommendation .username {
          text-decoration: none;
          margin-left: 6px; }
        #ModelContainer #ModelTopContainer #ModelRecommendations .singleRecommendation img {
          float: left; }
      #ModelContainer #ModelTopContainer #ModelRecommendations .popularityContainer {
        margin-top: 10px;
        width: 190px; }
        #ModelContainer #ModelTopContainer #ModelRecommendations .popularityContainer > span {
          font-size: 16px;
          margin-bottom: 10px; }
        #ModelContainer #ModelTopContainer #ModelRecommendations .popularityContainer .recommendationScrollable {
          overflow: hidden;
          position: relative;
          height: 145px;
          width: 190px;
          float: left; }
        #ModelContainer #ModelTopContainer #ModelRecommendations .popularityContainer .items {
          position: absolute;
          height: 20000em; }
          #ModelContainer #ModelTopContainer #ModelRecommendations .popularityContainer .items > div {
            width: 160px;
            float: left; }
        #ModelContainer #ModelTopContainer #ModelRecommendations .popularityContainer > a {
          position: relative;
          top: 38px;
          left: -20px;
          width: 14px;
          height: 7px;
          display: block; }
          #ModelContainer #ModelTopContainer #ModelRecommendations .popularityContainer > a.up_arrow {
            background-position: top;
            background: url(images/model/user_up.png) no-repeat; }
            #ModelContainer #ModelTopContainer #ModelRecommendations .popularityContainer > a.up_arrow:hover {
              background-position: bottom; }
          #ModelContainer #ModelTopContainer #ModelRecommendations .popularityContainer > a.down_arrow {
            background-position: top;
            background: url(images/model/user_down.png) no-repeat;
            top: 53px; }
            #ModelContainer #ModelTopContainer #ModelRecommendations .popularityContainer > a.down_arrow:hover {
              background-position: bottom; }
          #ModelContainer #ModelTopContainer #ModelRecommendations .popularityContainer > a.disabled {
            visibility: hidden; }
    #ModelContainer #ModelTopContainer #InviteFriends {
      width: 465px;
      margin-right: 20px;
      margin-left: 10px;
      float: left;
      font-size: 20px; }
      #ModelContainer #ModelTopContainer #InviteFriends > div {
        position: relative;
        left: 50%;
        float: left; }
        #ModelContainer #ModelTopContainer #InviteFriends > div > div {
          position: relative;
          left: -50%;
          float: left; }
          #ModelContainer #ModelTopContainer #InviteFriends > div > div img {
            float: left; }
          #ModelContainer #ModelTopContainer #InviteFriends > div > div > div {
            float: left;
            margin-top: 15px;
            margin-left: 10px;
            margin-bottom: 36px; }
            #ModelContainer #ModelTopContainer #InviteFriends > div > div > div span {
              float: left; }
            #ModelContainer #ModelTopContainer #InviteFriends > div > div > div .text {
              font-weight: light;
              font-family: Helvetica Neue, Helvetica, Arial;
              font-size: 24px;
              line-height: 25px;
              text-align: center; }
            #ModelContainer #ModelTopContainer #InviteFriends > div > div > div .frentsBlue {
              margin-top: 7px;
              display: block;
              float: left; }
    #ModelContainer #ModelTopContainer #FacebookConnect {
      text-align: center;
      margin-bottom: 68px; }
      #ModelContainer #ModelTopContainer #FacebookConnect span {
        font-family: Helvetica Neue, Helvetica, Arial;
        font-size: 18px; }
      #ModelContainer #ModelTopContainer #FacebookConnect img {
        margin-top: 11px; }
    #ModelContainer #ModelTopContainer #ModelPurchase {
      float: left;
      width: 468px;
      margin-left: 10px;
      margin-right: -15px;
      /* Fix firefox zoom bug with borders */
      border: 1px solid #cccccc;
      height: 190px;
      /* Tab styling */ }
      #ModelContainer #ModelTopContainer #ModelPurchase ul.tabs {
        margin: 0;
        padding: 0;
        float: left;
        list-style: none;
        height: 28px;
        /*--Set height of tabs--*/
        width: 100%; }
        #ModelContainer #ModelTopContainer #ModelPurchase ul.tabs li {
          float: left;
          margin: 0;
          padding: 0;
          height: 28px;
          /*--Subtract 1px from the height of the unordered list--*/
          line-height: 28px;
          /*--Vertically aligns the text within the tab--*/
          border-left: none;
          margin-bottom: -1px;
          /*--Pull the list item down 1px--*/
          overflow: hidden;
          position: relative;
          width: 50%;
          text-align: center; }
          #ModelContainer #ModelTopContainer #ModelPurchase ul.tabs li a {
            text-decoration: none;
            color: #ccc;
            display: block;
            font-size: 16px;
            padding: 0 20px;
            outline: none; }
          #ModelContainer #ModelTopContainer #ModelPurchase ul.tabs li:last-child {
            background: #ccc; }
          #ModelContainer #ModelTopContainer #ModelPurchase ul.tabs li:last-child a:hover {
            background: #ccc; }
          #ModelContainer #ModelTopContainer #ModelPurchase ul.tabs li:last-child a {
            background: #999;
            color: #fff; }
      #ModelContainer #ModelTopContainer #ModelPurchase .tab_container {
        overflow: hidden;
        clear: both;
        float: left;
        width: 100%; }
        #ModelContainer #ModelTopContainer #ModelPurchase .tab_container .tab_content {
          font-size: 16px; }
      #ModelContainer #ModelTopContainer #ModelPurchase .text {
        font-size: 20px;
        line-height: 22px; }
      #ModelContainer #ModelTopContainer #ModelPurchase .offer {
        color: #ccc;
        font-size: 16px; }
      #ModelContainer #ModelTopContainer #ModelPurchase .bold {
        font-weight: bold; }
      #ModelContainer #ModelTopContainer #ModelPurchase .recommendation {
        height: 152px;
        padding-top: 20px;
        width: 224px;
        float: left; }
        #ModelContainer #ModelTopContainer #ModelPurchase .recommendation > div {
          margin: 50px auto 0 auto;
          width: 150px; }
          #ModelContainer #ModelTopContainer #ModelPurchase .recommendation > div > div {
            float: left; }
          #ModelContainer #ModelTopContainer #ModelPurchase .recommendation > div img {
            width: 74px;
            height: 86px;
            max-height: 86px;
            position: relative;
            top: -25px;
            @media screen and (-webkit-min-device-pixel-ratio:0) {
              top: -65px;
              left: 120px; }
 }
      #ModelContainer #ModelTopContainer #ModelPurchase .rentNow {
        width: 50%;
        height: 28px;
        background: #cccccc;
        float: right;
        color: #FFFFFF;
        font-size: 16px;
        text-align: center; }
        #ModelContainer #ModelTopContainer #ModelPurchase .rentNow span {
          display: block;
          margin-top: 5px;
          float: left;
          margin-left: 25px; }
      #ModelContainer #ModelTopContainer #ModelPurchase .amazonBox .buyNow {
        background: url(../images/button/btn_buy_german.png) no-repeat;
        display: block;
        width: 171px;
        height: 34px;
        background-position: top;
        text-align: center;
        padding-top: 11px;
        text-decoration: none;
        margin: 0 auto; }
        #ModelContainer #ModelTopContainer #ModelPurchase .amazonBox .buyNow:hover {
          background-position: bottom; }
      #ModelContainer #ModelTopContainer #ModelPurchase .priceContainer {
        text-align: center;
        width: 205px;
        margin: 8px auto; }
        #ModelContainer #ModelTopContainer #ModelPurchase .priceContainer .priceOld {
          font-size: 16px;
          font-weight: bold;
          color: #a15931;
          text-decoration: line-through; }
        #ModelContainer #ModelTopContainer #ModelPurchase .priceContainer .price {
          margin-left: 5px;
          font-size: 30px;
          font-weight: bold;
          text-shadow: 0px 1px 0px #FFF;
          color: #000000 !important; }
      #ModelContainer #ModelTopContainer #ModelPurchase .purchase_now {
        display: block;
        height: 20px;
        width: 138px; }
      #ModelContainer #ModelTopContainer #ModelPurchase img {
        margin: 0px auto;
        display: block;
        max-height: 35px;
        padding-top: 8px; }
      #ModelContainer #ModelTopContainer #ModelPurchase .rent_now {
        border: 1px solid #3b6e7d;
        background: #e5f3f6;
        background: linear-gradient(top, #e5f3f6, #a5c3d2);
        background: -moz-linear-gradient(top, #e5f3f6, #a5c3d2);
        background: -webkit-gradient(linear, top, bottom, from(#e5f3f6), to(#a5c3d2));
        color: black;
        text-shadow: 0px 1px 0px #e5f3f6; }
      #ModelContainer #ModelTopContainer #ModelPurchase .rent_now:hover {
        background: linear-gradient(top, #bfe2e9, #83acc1);
        background: -moz-linear-gradient(top, #bfe2e9, #83acc1);
        background: -webkit-gradient(linear, top, bottom, from(#bfe2e9), to(#83acc1)); }
    #ModelContainer #ModelTopContainer #ConcreteItem {
      float: left;
      width: 465px;
      margin-left: 30px; }
      #ModelContainer #ModelTopContainer #ConcreteItem #ConcreteItemTop {
        height: 78px;
        margin-right: 20px; }
        #ModelContainer #ModelTopContainer #ConcreteItem #ConcreteItemTop > img {
          margin-top: 17px;
          float: left; }
        #ModelContainer #ModelTopContainer #ConcreteItem #ConcreteItemTop #AccountInfo {
          width: 217px;
          height: inherit;
          float: left;
          margin-left: 10px; }
          #ModelContainer #ModelTopContainer #ConcreteItem #ConcreteItemTop #AccountInfo .imageContainer {
            height: 58px;
            margin: 10px 0;
            float: left; }
          #ModelContainer #ModelTopContainer #ConcreteItem #ConcreteItemTop #AccountInfo .accountTitle {
            font-size: 14px;
            font-weight: bold;
            color: #000000; }
          #ModelContainer #ModelTopContainer #ConcreteItem #ConcreteItemTop #AccountInfo .accountDetails {
            float: left;
            margin-left: 10px;
            width: 145px;
            margin-top: 15px; }
            #ModelContainer #ModelTopContainer #ConcreteItem #ConcreteItemTop #AccountInfo .accountDetails span {
              line-height: 15px;
              color: #000000;
              font-size: 14px; }
        #ModelContainer #ModelTopContainer #ConcreteItem #ConcreteItemTop #ItemPurchase {
          margin-top: 10px;
          width: 207px;
          height: 68px;
          float: left; }
          #ModelContainer #ModelTopContainer #ConcreteItem #ConcreteItemTop #ItemPurchase > div {
            float: left;
            text-align: center;
            width: inherit; }
            #ModelContainer #ModelTopContainer #ConcreteItem #ConcreteItemTop #ItemPurchase > div .price {
              color: #000000 !important;
              font-size: 23px; }
            #ModelContainer #ModelTopContainer #ConcreteItem #ConcreteItemTop #ItemPurchase > div > a {
              margin-left: 10px; }
          #ModelContainer #ModelTopContainer #ConcreteItem #ConcreteItemTop #ItemPurchase .purchase_now {
            width: 106px;
            height: 18px;
            font-size: 11px;
            padding-top: 3px;
            margin-left: 50px;
            margin-top: 5px; }
          #ModelContainer #ModelTopContainer #ConcreteItem #ConcreteItemTop #ItemPurchase > a {
            float: left; }
      #ModelContainer #ModelTopContainer #ConcreteItem #mapContent {
        height: 240px; }
      #ModelContainer #ModelTopContainer #ConcreteItem #ConcreteItemBottom {
        margin-left: 21px;
        margin-top: 12px; }
        #ModelContainer #ModelTopContainer #ConcreteItem #ConcreteItemBottom .rentNowContainer {
          width: 444px;
          float: left;
          margin-bottom: 20px; }
          #ModelContainer #ModelTopContainer #ConcreteItem #ConcreteItemBottom .rentNowContainer > div {
            float: left;
            margin-right: 40px; }
            #ModelContainer #ModelTopContainer #ConcreteItem #ConcreteItemBottom .rentNowContainer > div > span {
              font-size: 20px;
              text-align: center;
              margin-bottom: 12px;
              display: block; }
            #ModelContainer #ModelTopContainer #ConcreteItem #ConcreteItemBottom .rentNowContainer > div .rent_now {
              display: block;
              height: 20px;
              width: 138px;
              font-size: 12px;
              text-align: center;
              padding-top: 7px;
              font-weight: bold;
              text-decoration: none; }
        #ModelContainer #ModelTopContainer #ConcreteItem #ConcreteItemBottom .ItemDetailsContainer {
          float: left; }
          #ModelContainer #ModelTopContainer #ConcreteItem #ConcreteItemBottom .ItemDetailsContainer > div {
            width: 444px;
            float: left;
            margin-bottom: 8px; }
            #ModelContainer #ModelTopContainer #ConcreteItem #ConcreteItemBottom .ItemDetailsContainer > div > div {
              float: left;
              margin-right: 30px; }
            #ModelContainer #ModelTopContainer #ConcreteItem #ConcreteItemBottom .ItemDetailsContainer > div span {
              float: left;
              margin-right: 5px;
              line-height: 15px; }
              #ModelContainer #ModelTopContainer #ConcreteItem #ConcreteItemBottom .ItemDetailsContainer > div span:first-child {
                font-weight: bold; }
  #ModelContainer #ModelBottomContainer {
    float: left;
    width: 100%; }
    #ModelContainer #ModelBottomContainer #ModelUserInteraction {
      float: left;
      width: 75%;
      background: #eff1f2;
      padding-top: 20px; }
      #ModelContainer #ModelBottomContainer #ModelUserInteraction textarea.text {
        resize: none; }
      #ModelContainer #ModelBottomContainer #ModelUserInteraction .commentContainer {
        overflow: hidden; }
      #ModelContainer #ModelBottomContainer #ModelUserInteraction .imageContainer {
        background: url(images/library/lib_bg_user.png) no-repeat;
        width: 62px;
        height: 62px;
        float: left;
        margin: 11px 15px 0px 30px; }
      #ModelContainer #ModelBottomContainer #ModelUserInteraction .image {
        padding-left: 3px;
        padding-top: 5px; }
        #ModelContainer #ModelBottomContainer #ModelUserInteraction .image:hover {
          opacity: 0.8; }
      #ModelContainer #ModelBottomContainer #ModelUserInteraction .commentImage {
        padding-left: 6px;
        padding-top: 5px; }
        #ModelContainer #ModelBottomContainer #ModelUserInteraction .commentImage:hover {
          opacity: 0.8; }
      #ModelContainer #ModelBottomContainer #ModelUserInteraction .textSmall {
        font-size: 14px;
        margin-top: 17px;
        margin-bottom: 5px;
        margin-left: 107px;
        margin-right: 30px; }
        #ModelContainer #ModelBottomContainer #ModelUserInteraction .textSmall a {
          color: #000;
          font-weight: bold; }
      #ModelContainer #ModelBottomContainer #ModelUserInteraction .linksSmall {
        padding-left: 107px;
        margin-bottom: 10px;
        font-size: 12px;
        margin-top: 10px; }
        #ModelContainer #ModelBottomContainer #ModelUserInteraction .linksSmall a {
          color: #229DDD; }
        #ModelContainer #ModelBottomContainer #ModelUserInteraction .linksSmall .time {
          color: #999; }
      #ModelContainer #ModelBottomContainer #ModelUserInteraction .seperator {
        height: 2px;
        background-image: url(images/model/seperator.png);
        margin-top: 22px; }
      #ModelContainer #ModelBottomContainer #ModelUserInteraction .smallText {
        margin-bottom: 5px;
        padding-left: 60px;
        line-height: 20px; }
      #ModelContainer #ModelBottomContainer #ModelUserInteraction .highlight a {
        color: #000 !important; }
      #ModelContainer #ModelBottomContainer #ModelUserInteraction .delimiter {
        color: #666; }
      #ModelContainer #ModelBottomContainer #ModelUserInteraction .reNewComment {
        display: block;
        width: 66px;
        height: 27px;
        background: url(images/model/btn_comment_small.png) no-repeat 0 0;
        border: 0 none;
        color: rgba(0, 0, 0, 0.8);
        text-shadow: 0 1px 0 white;
        margin-top: 8px;
        padding-bottom: 3px; }
      #ModelContainer #ModelBottomContainer #ModelUserInteraction .reNewComment:hover {
        background-position: 0 -27px; }
      #ModelContainer #ModelBottomContainer #ModelUserInteraction .reNewComment:active {
        background-position: 0 -54px; }
      #ModelContainer #ModelBottomContainer #ModelUserInteraction #ModelLikes .likes {
        color: rgba(0, 0, 0, 0.8);
        text-shadow: 0 1px 0 white;
        font-weight: bold;
        float: left;
        height: 100%;
        width: 50%;
        margin-bottom: 30px; }
        #ModelContainer #ModelBottomContainer #ModelUserInteraction #ModelLikes .likes .image {
          margin: 0 5px 0 0;
          float: left; }
        #ModelContainer #ModelBottomContainer #ModelUserInteraction #ModelLikes .likes #LikedByPanel {
          margin-top: 10px;
          margin-left: 30px; }
      #ModelContainer #ModelBottomContainer #ModelUserInteraction #ModelLikes .dislikes {
        color: rgba(0, 0, 0, 0.8);
        text-shadow: 0 1px 0 white;
        font-weight: bold;
        height: 100%;
        width: 50%;
        float: right;
        margin-bottom: 30px; }
        #ModelContainer #ModelBottomContainer #ModelUserInteraction #ModelLikes .dislikes .image {
          margin: 0 5px 0 0;
          float: left; }
        #ModelContainer #ModelBottomContainer #ModelUserInteraction #ModelLikes .dislikes #DislikedByPanel {
          margin-top: 10px;
          margin-left: 30px; }
    #ModelContainer #ModelBottomContainer #ModelSimilar {
      float: left;
      width: 25%; }

#RecommendedItemsTitleContainer {
  width: 990px;
  margin: 30px auto 0; }
  #RecommendedItemsTitleContainer .title {
    font-size: 25px;
    font-weight: 300;
    line-height: 35px; }

#NewsFeeds {
  margin: 30px auto;
  width: 95%; }

#ProfileContainer {
  width: 990px;
  margin: 30px auto 0; }
  #ProfileContainer .followLink {
    background: url(../../v2/images/button/btn_follow_profile.png) no-repeat;
    padding-top: 19px;
    padding-bottom: 18px;
    background-position: top;
    text-align: center;
    display: block; }
  #ProfileContainer .unfollowLink {
    background: url(../../v2/images/button/btn_unfollow_profile.png) no-repeat;
    padding-top: 19px;
    padding-bottom: 18px;
    background-position: top;
    text-align: center;
    display: block; }
  #ProfileContainer #ProfileTopContainer {
    padding: 3px;
    overflow: hidden;
    position: relative;
    z-index: 1; }
    #ProfileContainer #ProfileTopContainer .badge {
      cursor: pointer;
      position: absolute;
      top: 125px;
      left: -1px;
      width: 42px;
      height: 34px;
      background: url(images/profile/badge_short.png) no-repeat 0 0;
      left: 3px\9; }
      #ProfileContainer #ProfileTopContainer .badge span {
        display: none;
        font-size: 16px;
        font-weight: 300;
        color: white;
        text-align: center;
        margin-top: 6px;
        padding-left: 20px; }
    #ProfileContainer #ProfileTopContainer .badge:hover {
      width: 141px;
      background: url(images/profile/badge_long.png) no-repeat 0 0;
      z-index: 10; }
      #ProfileContainer #ProfileTopContainer .badge:hover span {
        display: block; }
    #ProfileContainer #ProfileTopContainer .trophy {
      cursor: pointer;
      position: absolute;
      top: 162px;
      left: -1px;
      width: 42px;
      height: 33px;
      background: url(images/profile/trophy_short.png) no-repeat 0 0;
      left: 3px\9; }
      #ProfileContainer #ProfileTopContainer .trophy span {
        display: none;
        font-size: 16px;
        font-weight: 300;
        color: white;
        text-align: center;
        margin-top: 6px; }
    #ProfileContainer #ProfileTopContainer .trophy:hover {
      width: 141px;
      background: url(images/profile/trophy_long.png) no-repeat 0 0;
      z-index: 10; }
      #ProfileContainer #ProfileTopContainer .trophy:hover span {
        display: block; }
    #ProfileContainer #ProfileTopContainer .expert {
      cursor: pointer;
      position: absolute;
      top: 199px;
      left: -1px;
      width: 42px;
      height: 33px;
      background: url(images/profile/expert_short.png) no-repeat 0 0;
      left: 3px\9; }
      #ProfileContainer #ProfileTopContainer .expert span {
        display: none;
        font-size: 16px;
        font-weight: 300;
        color: white;
        text-align: center;
        margin-top: 6px; }
    #ProfileContainer #ProfileTopContainer .expert:hover {
      width: 141px;
      background: url(images/profile/expert_long.png) no-repeat 0 0;
      z-index: 10; }
      #ProfileContainer #ProfileTopContainer .expert:hover span {
        display: block; }
    #ProfileContainer #ProfileTopContainer .badgeRevert {
      cursor: pointer;
      position: absolute;
      top: 125px;
      left: 0px;
      width: 39px;
      height: 32px;
      background: url(images/profile/back_short.png) no-repeat 0 0;
      left: 3px\9; }
      #ProfileContainer #ProfileTopContainer .badgeRevert span {
        display: none;
        font-size: 16px;
        font-weight: 300;
        color: white;
        text-align: center;
        margin-top: 6px; }
    #ProfileContainer #ProfileTopContainer .badgeRevert:hover {
      width: 138px;
      background: url(images/profile/back_long.png) no-repeat 0 0;
      z-index: 10; }
      #ProfileContainer #ProfileTopContainer .badgeRevert:hover span {
        display: block; }
    #ProfileContainer #ProfileTopContainer .trophyRevert {
      cursor: pointer;
      position: absolute;
      top: 162px;
      left: 0px;
      width: 39px;
      height: 32px;
      background: url(images/profile/back_short.png) no-repeat 0 0;
      left: 3px\9; }
      #ProfileContainer #ProfileTopContainer .trophyRevert span {
        display: none;
        font-size: 16px;
        font-weight: 300;
        color: white;
        text-align: center;
        margin-top: 6px; }
    #ProfileContainer #ProfileTopContainer .trophyRevert:hover {
      width: 138px;
      background: url(images/profile/back_long.png) no-repeat 0 0;
      z-index: 10; }
      #ProfileContainer #ProfileTopContainer .trophyRevert:hover span {
        display: block; }
    #ProfileContainer #ProfileTopContainer .expertRevert {
      cursor: pointer;
      position: absolute;
      top: 199px;
      left: 0px;
      width: 39px;
      height: 32px;
      background: url(images/profile/back_short.png) no-repeat 0 0;
      left: 3px\9; }
      #ProfileContainer #ProfileTopContainer .expertRevert span {
        display: none;
        font-size: 16px;
        font-weight: 300;
        color: white;
        text-align: center;
        margin-top: 6px; }
    #ProfileContainer #ProfileTopContainer .expertRevert:hover {
      width: 138px;
      background: url(images/profile/back_long.png) no-repeat 0 0;
      z-index: 10; }
      #ProfileContainer #ProfileTopContainer .expertRevert:hover span {
        display: block; }
    #ProfileContainer #ProfileTopContainer #flipPadBadgeRevert {
      display: none; }
    #ProfileContainer #ProfileTopContainer #flipPadTrophyRevert {
      display: none; }
    #ProfileContainer #ProfileTopContainer #flipPadExpertRevert {
      display: none; }
    #ProfileContainer #ProfileTopContainer #MyselfCopy {
      display: none;
      height: 445px; }
    #ProfileContainer #ProfileTopContainer #Myself {
      float: left;
      width: 300px;
      -webkit-box-shadow: #666 0px 0px 3px;
      -moz-box-shadow: #666 0px 0px 3px;
      box-shadow: #666 0px 0px 3px;
      background: #FFF;
      filter: progid:DXImageTransform.Microsoft.Shadow(Color=#cccccc, Strength=3, Direction=0), progid:DXImageTransform.Microsoft.Shadow(Color=#cccccc, Strength=3, Direction=90), progid:DXImageTransform.Microsoft.Shadow(Color=#cccccc, Strength=3, Direction=180), progid:DXImageTransform.Microsoft.Shadow(Color=#cccccc, Strength=3, Direction=270); }
      #ProfileContainer #ProfileTopContainer #Myself h2 {
        font-size: 30px;
        font-weight: 300;
        text-align: center;
        margin-top: 20px;
        height: 426px;
        word-wrap: break-word;
        line-height: normal; }
      #ProfileContainer #ProfileTopContainer #Myself .name {
        font-size: 30px;
        font-weight: 300;
        line-height: 30px;
        padding-top: 26px;
        margin-left: 20px;
        word-wrap: break-word; }
      #ProfileContainer #ProfileTopContainer #Myself .location {
        padding-top: 17px;
        padding-bottom: 2px;
        font-weight: normal;
        font-size: 16px;
        color: #4d4d4d;
        margin-left: 20px; }
      #ProfileContainer #ProfileTopContainer #Myself .picture {
        display: table-cell;
        width: 300px;
        height: 284px;
        vertical-align: middle;
        text-align: center;
        display: block\9;
        padding-top: 20px\9;
        height: 264px\9; }
      #ProfileContainer #ProfileTopContainer #Myself .action a {
        font-weight: normal;
        font-size: 14px;
        color: #4d4d4d !important; }
      #ProfileContainer #ProfileTopContainer #Myself .action a.unfollowLink {
        color: #b4b4b4 !important;
        font-size: 16px; }
      #ProfileContainer #ProfileTopContainer #Myself .action a.unfollowLink {
        font-size: 16px; }
      #ProfileContainer #ProfileTopContainer #Myself .action a:hover {
        text-decoration: none;
        color: #000 !important; }
      #ProfileContainer #ProfileTopContainer #Myself .action .linkContainer {
        padding-left: 60px;
        padding-top: 27px; }
      #ProfileContainer #ProfileTopContainer #Myself .action .sendMessageContainer {
        text-align: center;
        margin-top: 20px;
        margin-bottom: 20px; }
    #ProfileContainer #ProfileTopContainer .friends {
      float: left;
      width: 654px;
      margin-left: 30px;
      margin-top: 29px; }
      #ProfileContainer #ProfileTopContainer .friends .inviteFriends {
        margin-bottom: 20px; }
      #ProfileContainer #ProfileTopContainer .friends .headline {
        font-size: 20px;
        font-weight: 300;
        margin-bottom: 15px; }
      #ProfileContainer #ProfileTopContainer .friends .chooseFriend {
        height: 90px; }
        #ProfileContainer #ProfileTopContainer .friends .chooseFriend a {
          width: 64px;
          display: block;
          float: left; }
        #ProfileContainer #ProfileTopContainer .friends .chooseFriend .user_items > div > div {
          width: 64px; }
          #ProfileContainer #ProfileTopContainer .friends .chooseFriend .user_items > div > div span {
            display: none;
            font-size: 12px;
            text-align: center; }
        #ProfileContainer #ProfileTopContainer .friends .chooseFriend .user_items > div > div:hover span {
          display: block; }
        #ProfileContainer #ProfileTopContainer .friends .chooseFriend .user_image {
          margin-right: 2px; }
        #ProfileContainer #ProfileTopContainer .friends .chooseFriend .user_image:hover {
          opacity: 0.8; }
        #ProfileContainer #ProfileTopContainer .friends .chooseFriend .user_image_active {
          background: url(../../v2/stylesheet/images/library/lib_bg_user_active.png) no-repeat;
          padding: 6px 6px 10px 6px;
          margin-right: 2px; }
        #ProfileContainer #ProfileTopContainer .friends .chooseFriend .user_scrollable {
          position: relative;
          overflow: hidden;
          width: 510px;
          height: 85px;
          float: left; }
          #ProfileContainer #ProfileTopContainer .friends .chooseFriend .user_scrollable .user_items {
            width: 20000em;
            position: absolute; }
            #ProfileContainer #ProfileTopContainer .friends .chooseFriend .user_scrollable .user_items div {
              float: left; }
        #ProfileContainer #ProfileTopContainer .friends .chooseFriend a.user_prev {
          background: url(images/model/prevpic.png) no-repeat;
          margin-right: 15px;
          margin-top: 18px;
          height: 24px;
          width: 24px;
          background-position: top;
          cursor: pointer; }
          #ProfileContainer #ProfileTopContainer .friends .chooseFriend a.user_prev:hover {
            background-position: bottom; }
        #ProfileContainer #ProfileTopContainer .friends .chooseFriend a.user_next {
          background: url(images/model/nextpic.png) no-repeat;
          height: 24px;
          width: 24px;
          background-position: top;
          cursor: pointer;
          margin-top: 18px;
          margin-left: 15px; }
          #ProfileContainer #ProfileTopContainer .friends .chooseFriend a.user_next:hover {
            background-position: bottom; }
        #ProfileContainer #ProfileTopContainer .friends .chooseFriend a.disabled {
          visibility: hidden !important; }
        #ProfileContainer #ProfileTopContainer .friends .chooseFriend a.following {
          position: absolute;
          right: 54px;
          top: 62px; }
        #ProfileContainer #ProfileTopContainer .friends .chooseFriend a.follower {
          position: absolute;
          top: 182px;
          right: 54px; }
    #ProfileContainer #ProfileTopContainer .interests {
      float: right;
      width: 654px;
      height: 30px; }
      #ProfileContainer #ProfileTopContainer .interests .interestsheadline {
        float: left;
        font-size: 20px;
        font-weight: 300;
        padding-top: 8px;
        margin-right: 14px; }
      #ProfileContainer #ProfileTopContainer .interests .coverage {
        float: left;
        background: url(images/profile/profile_match_bg.png) no-repeat 0 0;
        width: 184px;
        height: 32px;
        font-size: 14px;
        font-weight: normal;
        padding-left: 32px;
        padding-top: 8px; }
    #ProfileContainer #ProfileTopContainer .accordances {
      float: right;
      list-style-type: none;
      margin-top: 23px;
      width: 654px; }
      #ProfileContainer #ProfileTopContainer .accordances .plus {
        float: left;
        font-size: 14px;
        font-weight: normal;
        height: 29px;
        padding-left: 25px;
        padding-top: 2px;
        background: url(images/profile/profile_plus.png) no-repeat 0 0; }
      #ProfileContainer #ProfileTopContainer .accordances .minus {
        float: left;
        font-size: 14px;
        font-weight: normal;
        height: 29px;
        padding-left: 25px;
        padding-top: 2px;
        background: url(images/profile/profile_minus.png) no-repeat 0 0; }
    #ProfileContainer #ProfileTopContainer .accordances li {
      float: left;
      width: 210px;
      height: 30px;
      margin: 3px;
      font-size: 14px;
      font-weight: normal; }
      #ProfileContainer #ProfileTopContainer .accordances li .affinityBar {
        float: left;
        height: 10px;
        width: 118px;
        background-color: white;
        margin-left: 10px;
        border: 1px solid #CCCCCC;
        margin-top: 2px; }
  #ProfileContainer #ProfileTabContainer {
    padding-top: 40px; }
    #ProfileContainer #ProfileTabContainer a {
      padding-left: 10px;
      padding-right: 5px;
      font-size: 18px;
      font-weight: 300; }
    #ProfileContainer #ProfileTabContainer a:hover {
      text-decoration: none;
      cursor: pointer; }
    #ProfileContainer #ProfileTabContainer a.active {
      color: #A90101; }
  #ProfileContainer .previewBox {
    margin-left: 3px;
    margin-top: 20px;
    margin-bottom: 60px;
    position: relative; }
    #ProfileContainer .previewBox .boardContainer {
      height: 303px !important; }
    #ProfileContainer .previewBox .libraryContainer {
      height: 250px;
      width: 231px;
      background: white;
      margin-right: 15px;
      margin-bottom: 15px;
      float: left;
      -webkit-box-shadow: #666 0px 0px 3px;
      -moz-box-shadow: #666 0px 0px 3px;
      box-shadow: #666 0px 0px 3px;
      filter: progid:DXImageTransform.Microsoft.Shadow(Color=#cccccc, Strength=3, Direction=0), progid:DXImageTransform.Microsoft.Shadow(Color=#cccccc, Strength=3, Direction=90), progid:DXImageTransform.Microsoft.Shadow(Color=#cccccc, Strength=3, Direction=180), progid:DXImageTransform.Microsoft.Shadow(Color=#cccccc, Strength=3, Direction=270); }
      #ProfileContainer .previewBox .libraryContainer .libraryName {
        height: 15px;
        margin-top: 10px;
        margin-bottom: 10px;
        margin-left: 14px;
        font-size: 14px;
        font-weight: 300;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
      #ProfileContainer .previewBox .libraryContainer .likeImage {
        height: 65px;
        width: 65px;
        float: left;
        margin-right: 4px;
        margin-bottom: 4px; }
      #ProfileContainer .previewBox .libraryContainer .imageContainer {
        margin-left: 14px;
        margin-bottom: 14px;
        height: 203px; }
      #ProfileContainer .previewBox .libraryContainer .followButton {
        background: linear-gradient(bottom, #dbdad3, #f6f5f2);
        background: -moz-linear-gradient(bottom, #dbdad3, #f6f5f2);
        background: -webkit-gradient(linear, center bottom, center top, from(#dbdad3), to(#f6f5f2));
        background-image: linear-gradient(bottom, #dbdad3 0 "%", #f6f5f2 61 "%");
        background-image: -o-linear-gradient(bottom, #dbdad3 0 "%", #f6f5f2 61 "%");
        background-image: -moz-linear-gradient(bottom, #dbdad3 0 "%", #f6f5f2 61 "%");
        background-image: -webkit-linear-gradient(bottom, #dbdad3 0 "%", #f6f5f2 61 "%");
        background-image: -ms-linear-gradient(bottom, #dbdad3 0 "%", #f6f5f2 61 "%");
        background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #dbdad3), color-stop("0." 61, #f6f5f2));
        border: 1px solid #BFBFBF;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        height: 25px;
        margin-left: 14px;
        margin-right: 14px;
        text-align: center;
        padding-top: 10px; }
      #ProfileContainer .previewBox .libraryContainer a.followButtonLink {
        font-weight: normal;
        font-size: 14px;
        padding: 10px 55px 9px;
        text-decoration: none; }
      #ProfileContainer .previewBox .libraryContainer a.unfollowButtonLink {
        font-weight: normal;
        font-size: 14px;
        padding: 10px 20px 9px;
        text-decoration: none; }
  #ProfileContainer #ProfileShelfContainer {
    height: 500px;
    padding-top: 30px; }
    #ProfileContainer #ProfileShelfContainer .smoke {
      background: url(images/library/white_smoke.png) no-repeat top center;
      position: absolute;
      left: 0px;
      height: 515px;
      width: 100%;
      top: 578px; }
    #ProfileContainer #ProfileShelfContainer .shelfBackground {
      background: url(images/library/bg_collection.png) repeat-x top center;
      position: absolute;
      left: 0px;
      width: 100%;
      height: 663px;
      top: 483px; }
  #ProfileContainer #achievementContainer, #ProfileContainer #cupContainer {
    position: absolute;
    z-index: 5;
    top: 100px;
    margin-left: 18px;
    height: 0px; }
    #ProfileContainer #achievementContainer a.cupPrev, #ProfileContainer #achievementContainer a.achievementPrev, #ProfileContainer #cupContainer a.cupPrev, #ProfileContainer #cupContainer a.achievementPrev {
      background: url(images/profile/prevpic.png) no-repeat;
      margin-top: 18px;
      margin-right: 7px;
      height: 24px;
      width: 24px;
      background-position: top;
      cursor: pointer;
      float: left; }
      #ProfileContainer #achievementContainer a.cupPrev:hover, #ProfileContainer #achievementContainer a.achievementPrev:hover, #ProfileContainer #cupContainer a.cupPrev:hover, #ProfileContainer #cupContainer a.achievementPrev:hover {
        background-position: bottom; }
    #ProfileContainer #achievementContainer a.cupNext, #ProfileContainer #achievementContainer a.achievementNext, #ProfileContainer #cupContainer a.cupNext, #ProfileContainer #cupContainer a.achievementNext {
      background: url(images/profile/nextpic.png) no-repeat;
      height: 24px;
      width: 24px;
      position: absolute;
      top: 280px;
      left: 235px;
      background-position: top;
      cursor: pointer; }
      #ProfileContainer #achievementContainer a.cupNext:hover, #ProfileContainer #achievementContainer a.achievementNext:hover, #ProfileContainer #cupContainer a.cupNext:hover, #ProfileContainer #cupContainer a.achievementNext:hover {
        background-position: bottom; }
    #ProfileContainer #achievementContainer a.disabled, #ProfileContainer #cupContainer a.disabled {
      visibility: hidden !important; }
    #ProfileContainer #achievementContainer .achievementsScrollable, #ProfileContainer #achievementContainer .cupScrollable, #ProfileContainer #cupContainer .achievementsScrollable, #ProfileContainer #cupContainer .cupScrollable {
      height: 70px;
      overflow: hidden;
      position: relative;
      width: 198px;
      float: left; }
      #ProfileContainer #achievementContainer .achievementsScrollable .achievements, #ProfileContainer #achievementContainer .achievementsScrollable .cup, #ProfileContainer #achievementContainer .cupScrollable .achievements, #ProfileContainer #achievementContainer .cupScrollable .cup, #ProfileContainer #cupContainer .achievementsScrollable .achievements, #ProfileContainer #cupContainer .achievementsScrollable .cup, #ProfileContainer #cupContainer .cupScrollable .achievements, #ProfileContainer #cupContainer .cupScrollable .cup {
        clear: both;
        position: absolute;
        width: 20000em; }
      #ProfileContainer #achievementContainer .achievementsScrollable img, #ProfileContainer #achievementContainer .cupScrollable img, #ProfileContainer #cupContainer .achievementsScrollable img, #ProfileContainer #cupContainer .cupScrollable img {
        float: left; }
      #ProfileContainer #achievementContainer .achievementsScrollable .active, #ProfileContainer #achievementContainer .cupScrollable .active, #ProfileContainer #cupContainer .achievementsScrollable .active, #ProfileContainer #cupContainer .cupScrollable .active {
        border: 2px solid #000000;
        cursor: default;
        position: relative; }
    #ProfileContainer #achievementContainer .achievementBigContainer, #ProfileContainer #achievementContainer .cupBigContainer, #ProfileContainer #cupContainer .achievementBigContainer, #ProfileContainer #cupContainer .cupBigContainer {
      margin-left: 25px;
      margin-bottom: 200px; }

#EditProfile .leftContainer {
  float: left; }
#EditProfile .rightContainer {
  float: left;
  margin-left: 20px;
  margin-bottom: 40px;
  @media screen and (-webkit-min-device-pixel-ratio:0) {
    .selectControl.selectedLabel {
      top: -7px; } }
 }
  #EditProfile .rightContainer span.select {
    background: none;
    position: absolute;
    width: 200px;
    height: 19px;
    padding: 8px 24px 0 12px;
    border: 1px solid #a5a5a5;
    color: black;
    overflow: hidden;
    font-size: 16px;
    cursor: pointer; }
  #EditProfile .rightContainer select.selectControl {
    position: relative;
    height: 29px;
    height: 33px\9;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 5;
    padding: 0;
    margin: 0;
    cursor: pointer; }
  #EditProfile .rightContainer select.selectControl.tag {
    width: 50px; }
  #EditProfile .rightContainer select.selectControl.monat {
    width: 93px; }
  #EditProfile .rightContainer select.selectControl.jahr {
    width: 56px; }
  #EditProfile .rightContainer .selectControl.selectedLabel {
    background: none;
    position: absolute;
    display: block;
    left: 0;
    top: -3px;
    top: -16px\9;
    height: 23px\9;
    height: 19px;
    padding: 7px 22px 1px 7px;
    border: 1px solid #a5a5a5;
    overflow: hidden;
    font-size: 16px;
    color: black;
    cursor: pointer; }
  #EditProfile .rightContainer .selectControl.selectedLabel.tag {
    width: 17px; }
  #EditProfile .rightContainer .selectControl.selectedLabel.monat {
    width: 60px; }
  #EditProfile .rightContainer .selectControl.selectedLabel.jahr {
    width: 23px; }
#EditProfile .editProfileInputField {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 300;
  width: 230px;
  border: 1px solid #A5A5A5;
  height: 25px;
  font-size: 14px;
  font-weight: normal;
  padding-left: 5px;
  /* IE-Hack */
  padding-top: 5px\9;
  height: 25px\9; }
#EditProfile .label {
  font-size: 18px;
  font-weight: 300;
  padding-top: 15px;
  padding-bottom: 5px; }

#MyFrentsNewsFeed {
  margin: 8px auto;
  width: 100%; }

#MyFrentsPage #MyFrentsNewsFeed .newsfeed_event .item_interaction {
  position: static; }

h1 {
  font-size: 22px;
  font-weight: normal;
  margin: 9px 9px 20px; }

#NewsfeedFilter {
  margin-top: 0px;
  text-align: center; }
  #NewsfeedFilter a {
    font-size: 25px;
    font-weight: 300;
    text-decoration: none;
    margin-right: 25px; }
    #NewsfeedFilter a.active {
      font-weight: bold; }
    #NewsfeedFilter a:hover {
      text-decoration: underline; }

#StartpageBG #MyFrentsNewsFeed .newsfeed_event .item_interaction {
  position: static; }

.collectionStyle {
  position: relative;
  height: 60px;
  color: #000; }
  .collectionStyle .text {
    float: left;
    line-height: 35px;
    font-size: 33px;
    margin-right: 20px;
    font-weight: 300; }
  .collectionStyle .text2 {
    float: left;
    line-height: 49px;
    font-size: 15px;
    margin-right: 20px; }
  .collectionStyle .dropdown {
    float: left;
    padding-left: 15px;
    padding-top: 10px;
    background: url(images/library/dropdown_with-arrow.png) no-repeat;
    width: 145px;
    height: 27px;
    font-size: 15px;
    color: #666666 !important;
    cursor: pointer; }
  .collectionStyle .dropdownMenu {
    display: none;
    z-index: 3;
    position: relative;
    right: 14px;
    top: 12px;
    list-style-type: none;
    width: 200px;
    overflow: hidden;
    box-shadow: 0px 0px 3px #666666;
    -moz-box-shadow: 0px 0px 3px #666666;
    -webkit-box-shadow: 0px 0px 3px #666666;
    filter: progid:DXImageTransform.Microsoft.Shadow(Color=#cccccc, Strength=3, Direction=0), progid:DXImageTransform.Microsoft.Shadow(Color=#cccccc, Strength=3, Direction=90), progid:DXImageTransform.Microsoft.Shadow(Color=#cccccc, Strength=3, Direction=180), progid:DXImageTransform.Microsoft.Shadow(Color=#cccccc, Strength=3, Direction=270);
    top: 10px\9;
    right: 16px\9; }
    .collectionStyle .dropdownMenu li {
      width: 200px;
      height: 45px;
      background-color: #F7F7F7;
      float: left; }
    .collectionStyle .dropdownMenu li:hover {
      background-color: #FFF; }
    .collectionStyle .dropdownMenu .item {
      position: relative;
      bottom: 48px;
      font-size: 15px;
      height: 45px;
      left: 35px;
      display: block;
      width: 165px; }
    .collectionStyle .dropdownMenu a {
      text-decoration: none;
      line-height: 45px;
      color: #666666 !important; }
    .collectionStyle .dropdownMenu .seperator {
      background: url(images/library/dropdown_seperator.png) no-repeat;
      width: 100px;
      height: 2px;
      position: relative;
      left: 50px;
      bottom: 49px; }

#ChooseItemsContainer .contentHeader {
  padding-bottom: 20px;
  height: 130px; }
#ChooseItemsContainer h1 {
  font-size: 28px;
  font-weight: 300;
  color: black;
  line-height: 34px;
  margin: 0px; }
#ChooseItemsContainer #searchContainer {
  height: 45px; }
  #ChooseItemsContainer #searchContainer .description {
    float: left;
    color: #666666;
    font-size: 14px;
    font-weight: normal;
    padding-top: 14px;
    padding-right: 15px; }
  #ChooseItemsContainer #searchContainer .searchBar {
    float: left;
    margin-top: 9px;
    background: url(images/header/search_bg.png) no-repeat;
    width: 280px;
    height: 30px; }
    #ChooseItemsContainer #searchContainer .searchBar input.suche {
      float: left;
      border: 0 none white;
      color: #666666;
      width: 230px;
      margin: 5px;
      font-size: 12px;
      font-family: "Helvetica Neue", Helvetica; }
    #ChooseItemsContainer #searchContainer .searchBar .searchButton.active {
      background: url(images/header/search_active.png) no-repeat;
      position: relative;
      right: 5px; }
#ChooseItemsContainer #contentTop {
  width: 990px;
  margin: 30px auto 0;
  overflow: hidden; }
  #ChooseItemsContainer #contentTop #Logo {
    background: url(images/header/pinmag_logo.png) no-repeat;
    width: 210px;
    height: 61px;
    margin-bottom: 10px;
    width: 890px;
    float: left; }
  #ChooseItemsContainer #contentTop #skip {
    width: 100px;
    float: left; }
    #ChooseItemsContainer #contentTop #skip a {
      font-size: 12px; }
#ChooseItemsContainer .scrollHeader {
  background: url("../images/noise_bg.png") repeat scroll 0 0 transparent;
  z-index: 999;
  width: 100%; }
#ChooseItemsContainer .centerHeader {
  margin: 0px auto 0;
  overflow: hidden;
  width: 990px; }
#ChooseItemsContainer .spinnerPosition {
  position: relative;
  top: -25px;
  left: 275px; }

#chooseItemsFeed {
  margin: 30px auto;
  width: 95%; }
  #chooseItemsFeed .noResultBox {
    font-size: 22px;
    font-weight: 300;
    margin: 30px auto 0;
    text-align: center;
    width: 990px; }

.shelf {
  float: left;
  position: relative; }
  .shelf .selectedShelfContainer {
    width: 990px;
    height: 320px;
    padding-top: 10px;
    margin: 0 auto 0px auto; }
  .shelf .selectedShelfSubShelf {
    float: left;
    height: 320px; }

.items div {
  float: left; }

.scrollable {
  float: left;
  position: relative;
  height: 320px !important;
  width: 990px !important;
  margin-top: 20px !important;
  overflow: visible !important; }
  .scrollable .items {
    position: absolute;
    width: 20000em; }

.reflection {
  z-index: 1;
  position: absolute;
  width: 990px;
  height: 73px;
  bottom: -65px; }

#popupLayerContent #CreateAdvertisementPopup {
  width: 500px;
  height: 452px;
  padding: 28px 35px 30px 35px; }
#popupLayerContent #TopContainer {
  float: left; }
  #popupLayerContent #TopContainer #Title {
    margin-bottom: 20px; }
  #popupLayerContent #TopContainer #Subtitle {
    margin-bottom: 24px; }
  #popupLayerContent #TopContainer .title {
    font-size: 28px;
    font-weight: 300;
    color: #000000; }
  #popupLayerContent #TopContainer .subtitle {
    font-size: 16px; }
#popupLayerContent #MiddleContainer {
  width: inherit;
  float: left; }
  #popupLayerContent #MiddleContainer .searchContainer {
    width: 100%;
    height: 32px;
    margin-bottom: 24px; }
    #popupLayerContent #MiddleContainer .searchContainer .searchField {
      float: left;
      width: 339px;
      height: 33px;
      color: #666666;
      background: url(images/search/search_overlay_bg.png) no-repeat; }
      #popupLayerContent #MiddleContainer .searchContainer .searchField input.searchInput {
        float: left;
        border: 0 none white;
        color: #666666;
        width: 290px;
        height: 23px;
        margin: 5px; }
      #popupLayerContent #MiddleContainer .searchContainer .searchField input.headerSuche {
        float: left;
        border: 0 none white;
        color: #666666;
        width: 230px;
        margin: 5px; }
      #popupLayerContent #MiddleContainer .searchContainer .searchField .searchButton.active {
        background: url(images/header/search_active.png) no-repeat;
        position: relative;
        right: 5px; }
      #popupLayerContent #MiddleContainer .searchContainer .searchField .searchOverlay {
        width: 24px;
        height: 24px;
        float: right;
        margin-right: 8px;
        margin-top: 5px;
        background: url(images/popup/search_overlay.png) no-repeat;
        background-position: top; }
        #popupLayerContent #MiddleContainer .searchContainer .searchField .searchOverlay.active {
          background-position: bottom; }
    #popupLayerContent #MiddleContainer .searchContainer a {
      float: left;
      margin-top: 5px;
      margin-left: 30px;
      font-size: 14px; }
  #popupLayerContent #MiddleContainer .scrollableContainer {
    background: #EFF1F2;
    box-shadow: inset 1px 1px 4px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: inset 1px 1px 4px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: inset 1px 1px 4px rgba(0, 0, 0, 0.5);
    width: 491px;
    padding: 9px 0px 0px 9px;
    float: left;
    overflow: auto;
    height: 200px; }
    #popupLayerContent #MiddleContainer .scrollableContainer .resultItem {
      float: left;
      width: 237px;
      margin-top: 8px; }
      #popupLayerContent #MiddleContainer .scrollableContainer .resultItem .selectButton {
        background: url(../../resources/btn_slide.png) no-repeat scroll 0 0 transparent;
        outline: 0;
        display: block;
        float: left;
        height: 16px;
        width: 16px;
        margin-right: 8px;
        margin-top: 20px; }
        #popupLayerContent #MiddleContainer .scrollableContainer .resultItem .selectButton:hover {
          background-position: -32px 0; }
        #popupLayerContent #MiddleContainer .scrollableContainer .resultItem .selectButton.active {
          background-position: -16px 0; }
      #popupLayerContent #MiddleContainer .scrollableContainer .resultItem img.user_image {
        padding-bottom: 6px;
        float: left; }
      #popupLayerContent #MiddleContainer .scrollableContainer .resultItem .accountInfo {
        float: left;
        margin-top: 5px;
        margin-left: 8px;
        width: 143px;
        height: 62px; }
        #popupLayerContent #MiddleContainer .scrollableContainer .resultItem .accountInfo span {
          font-size: 14px;
          text-shadow: 0px 1px 1px #FFFFFF;
          font-weight: 300; }

#ConsultFriendsPopup {
  width: 500px;
  height: 538px;
  padding: 28px 35px 30px 35px; }
  #ConsultFriendsPopup .messageField {
    margin-top: 30px;
    float: left;
    width: 100%;
    height: 58px; }
    #ConsultFriendsPopup .messageField .yourMessage {
      width: 494px;
      height: 50px;
      font-size: 14px;
      resize: none;
      padding-top: 5px;
      padding-left: 5px;
      border: 1px solid #bbb; }

#allSearchContent .header {
  float: left; }
#allSearchContent .header_notloggedin {
  margin-left: 380px; }
#allSearchContent #searchResultNavigation li {
  float: left;
  padding: 0 10px;
  margin-top: 8px;
  line-height: 15px; }
#allSearchContent #searchResultNavigation .large {
  font-size: 35px;
  font-weight: 300; }
#allSearchContent #searchResultNavigation .small {
  font-size: 16px;
  font-weight: 300; }

#SearchResultModelContainer {
  min-height: 100%;
  position: relative; }
  #SearchResultModelContainer #RightHeader .collectionStyle {
    position: relative;
    height: 60px;
    color: #000; }
    #SearchResultModelContainer #RightHeader .collectionStyle .dropdown {
      float: right;
      padding-left: 15px;
      padding-top: 10px;
      background: url(images/library/dropdown_with-arrow.png) no-repeat;
      width: 145px;
      height: 27px;
      font-size: 15px;
      color: #666666 !important; }
    #SearchResultModelContainer #RightHeader .collectionStyle .dropdownMenu {
      display: none;
      z-index: 3;
      position: relative;
      right: 14px;
      top: 12px;
      list-style-type: none;
      width: 201px;
      height: 135px;
      box-shadow: 0px 0px 3px #666666;
      -moz-box-shadow: 0px 0px 3px #666666;
      -webkit-box-shadow: 0px 0px 3px #666666;
      filter: progid:DXImageTransform.Microsoft.Shadow(Color=#cccccc, Strength=3, Direction=0), progid:DXImageTransform.Microsoft.Shadow(Color=#cccccc, Strength=3, Direction=90), progid:DXImageTransform.Microsoft.Shadow(Color=#cccccc, Strength=3, Direction=180), progid:DXImageTransform.Microsoft.Shadow(Color=#cccccc, Strength=3, Direction=270);
      top: 10px\9;
      right: 16px\9; }
      #SearchResultModelContainer #RightHeader .collectionStyle .dropdownMenu li {
        width: 200px;
        height: 45px;
        background-color: #F7F7F7;
        float: left; }
      #SearchResultModelContainer #RightHeader .collectionStyle .dropdownMenu li:hover {
        background-color: #FFF; }
      #SearchResultModelContainer #RightHeader .collectionStyle .dropdownMenu .item {
        position: relative;
        bottom: 0px;
        font-size: 15px;
        height: 45px;
        left: 21px;
        display: block;
        width: 165px; }
      #SearchResultModelContainer #RightHeader .collectionStyle .dropdownMenu a {
        text-decoration: none;
        line-height: 45px;
        color: #666666 !important; }
      #SearchResultModelContainer #RightHeader .collectionStyle .dropdownMenu .seperator {
        background: url(images/library/dropdown_seperator.png) no-repeat;
        width: 100px;
        height: 2px;
        position: relative;
        left: 50px;
        bottom: 2px; }
  #SearchResultModelContainer .notFound {
    font-size: 35px;
    font-weight: 300; }

#RightContent {
  margin-left: 10px; }

#RightContent {
  margin-left: 10px; }

#RightContent {
  margin-left: 10px !important; }

#WelcomeContainer {
  width: 990px;
  overflow: hidden;
  margin: 30px auto 0; }
  #WelcomeContainer #selectedShelfInfo {
    margin-bottom: 30px;
    display: block;
    text-align: center;
    font-size: 14px; }
    #WelcomeContainer #selectedShelfInfo div {
      height: 20px; }
  #WelcomeContainer #Logo {
    background: url(images/header/pinmag_logo.png) no-repeat;
    width: 210px;
    height: 61px;
    margin-bottom: 10px; }
  #WelcomeContainer h1 {
    font-size: 28px;
    font-weight: 300;
    color: black;
    line-height: 34px;
    margin: 0px; }
  #WelcomeContainer #searchContainer {
    height: 60px; }
    #WelcomeContainer #searchContainer .description {
      float: left;
      color: #666666;
      font-size: 14px;
      font-weight: normal;
      padding-top: 14px;
      padding-right: 15px; }
    #WelcomeContainer #searchContainer .searchBar {
      float: left;
      margin-top: 9px;
      background: url(images/header/search_bg.png) no-repeat;
      width: 280px;
      height: 30px; }
      #WelcomeContainer #searchContainer .searchBar input.suche {
        float: left;
        border: 0 none white;
        color: #666666;
        width: 230px;
        margin: 5px;
        font-size: 12px;
        font-family: "Helvetica Neue", Helvetica; }
      #WelcomeContainer #searchContainer .searchBar .searchButton.active {
        background: url(images/header/search_active.png) no-repeat;
        position: relative;
        right: 5px; }
  #WelcomeContainer #shelfContainer {
    margin-top: 40px;
    float: left; }
    #WelcomeContainer #shelfContainer .shelfScrollable {
      width: 550px; }
      #WelcomeContainer #shelfContainer .shelfScrollable .shelfImage:hover {
        opacity: 0.87;
        cursor: pointer; }
      #WelcomeContainer #shelfContainer .shelfScrollable div {
        float: left;
        width: 173px;
        height: 174px; }
  #WelcomeContainer #shelfAccessoir {
    margin-left: 10px;
    margin-top: 10px; }
  #WelcomeContainer #naviContainer {
    margin-left: 325px;
    margin-bottom: 30px; }
    #WelcomeContainer #naviContainer .naviImage {
      margin-left: 80px; }
  #WelcomeContainer .buttonStyle {
    padding: 8px 46px;
    font-size: 21px;
    margin-left: 418px;
    text-decoration: none; }
  #WelcomeContainer .accountsRow a {
    width: 64px;
    display: block;
    float: left;
    padding-top: 16px; }
  #WelcomeContainer .tdRightExperts {
    vertical-align: top;
    padding-top: 45px; }
  #WelcomeContainer #experts .headline {
    font-size: 18px;
    color: black;
    padding-bottom: 16px;
    font-weight: 300; }
  #WelcomeContainer #experts .expertsBox {
    width: 465px;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    color: black;
    padding-top: 16px; }
  #WelcomeContainer #experts .expertRow {
    height: 88px;
    padding-bottom: 10px; }
  #WelcomeContainer #experts .name {
    font-size: 14px;
    padding-bottom: 6px; }
  #WelcomeContainer #experts .user_image_big {
    background-color: #FFFFFF;
    float: left;
    padding-bottom: 16px;
    margin-right: 10px;
    padding: 8px;
    padding-bottom: 8px;
    -moz-box-shadow: #999 0px 1px 3px;
    -webkit-box-shadow: #999 0px 1px 3px; }
  #WelcomeContainer #experts .model_clippedSquareNormal {
    float: left;
    height: 65px;
    margin-bottom: 4px;
    margin-right: 4px;
    width: 65px; }
  #WelcomeContainer #experts .unfollow {
    width: auto;
    color: #229ddd;
    float: right;
    padding-right: 30px; }

#ConntectWithFriendsContainer {
  width: 990px;
  overflow: hidden;
  margin: 30px auto 0; }
  #ConntectWithFriendsContainer #Logo {
    background: url(images/header/pinmag_logo.png) no-repeat;
    width: 210px;
    height: 61px;
    margin-bottom: 10px;
    float: left; }
  #ConntectWithFriendsContainer #skip {
    margin-left: 680px;
    margin-bottom: 10px;
    width: 100px;
    height: 61px;
    float: left; }
    #ConntectWithFriendsContainer #skip a {
      font-size: 12px; }
  #ConntectWithFriendsContainer h1 {
    font-size: 28px;
    font-weight: 300;
    color: black;
    line-height: 34px;
    margin: 0px; }
  #ConntectWithFriendsContainer #friendsContainer {
    position: absolut;
    left: 200px;
    margin-top: 15px;
    overflow: hidden;
    font-size: 18px; }
    #ConntectWithFriendsContainer #friendsContainer .friendContent {
      float: right;
      width: 300px;
      border-left: 1px solid #bfbfbf;
      padding-left: 25px; }
      #ConntectWithFriendsContainer #friendsContainer .friendContent .friend {
        padding-left: 72px; }
        #ConntectWithFriendsContainer #friendsContainer .friendContent .friend a {
          text-decoration: none;
          font-size: 16px;
          font-size: normal; }
      #ConntectWithFriendsContainer #friendsContainer .friendContent .connectSubHeadline {
        padding-bottom: 30px;
        font-weight: 300;
        line-height: 20px; }
      #ConntectWithFriendsContainer #friendsContainer .friendContent .addFriend {
        color: skyBlue;
        padding-left: 10px;
        padding-top: 5px;
        float: left;
        font-size: 12px; }
  #ConntectWithFriendsContainer #noFriendsContainer {
    overflow: hidden;
    margin-left: 140px;
    margin-top: 50px; }
  #ConntectWithFriendsContainer .permissionContent {
    float: left;
    padding-left: 40px; }
    #ConntectWithFriendsContainer .permissionContent .permission {
      background: url(images/welcome/permission.png) no-repeat;
      width: 629px;
      height: 279px; }
    #ConntectWithFriendsContainer .permissionContent .backgroundArrow {
      background: url(images/welcome/reg_friends_arrow.png) no-repeat right center;
      height: 57px;
      width: 465px;
      margin-top: 10px;
      margin-left: 45px; }
      #ConntectWithFriendsContainer .permissionContent .backgroundArrow .bottomline {
        font-size: 20px;
        line-height: 20px;
        font-weight: normal;
        padding-top: 16px; }
  #ConntectWithFriendsContainer #shelfAccessoir {
    margin-left: 10px;
    margin-top: 40px; }
  #ConntectWithFriendsContainer #naviContainer {
    margin-left: 325px;
    margin-bottom: 30px; }
    #ConntectWithFriendsContainer #naviContainer .naviImage {
      margin-left: 80px; }
  #ConntectWithFriendsContainer .buttonStyle {
    font-size: 21px;
    padding: 8px 49px;
    margin-left: 418px;
    text-decoration: none; }
  #ConntectWithFriendsContainer #pinnerInstall {
    margin-left: 390px;
    height: 200px;
    width: 500px; }
  #ConntectWithFriendsContainer .pinerButton {
    position: relative;
    cursor: move;
    font-weight: 300;
    width: 265px;
    height: 69px;
    text-align: center;
    float: left;
    left: -15px;
    top: 110px;
    background: url("../images/welcome/btn_pininstall.png") no-repeat;
    background-position: 0px 0px;
    display: block;
    text-decoration: none; }
    #ConntectWithFriendsContainer .pinerButton:hover {
      background: url("../images/welcome/btn_pininstall_hover.png") no-repeat; }
    #ConntectWithFriendsContainer .pinerButton span {
      display: block;
      color: #8b1818;
      font-size: 20px;
      font-weight: bold;
      margin-top: 20px;
      margin-right: 60px;
      text-shadow: 0 1px white; }
  #ConntectWithFriendsContainer #pinnerArrow {
    float: right;
    width: 225px; }
    #ConntectWithFriendsContainer #pinnerArrow img {
      display: block;
      float: left; }
    #ConntectWithFriendsContainer #pinnerArrow span {
      display: block;
      margin-top: 70px;
      font-family: Helvetica Neue, Helvetica, Arial;
      font-weight: 300;
      line-height: 14px;
      font-size: 14px;
      text-shadow: 0 1px white; }
  #ConntectWithFriendsContainer #pinnerDescription {
    margin-left: 210px; }
    #ConntectWithFriendsContainer #pinnerDescription span {
      font-family: Helvetica Neue, Helvetica, Arial;
      line-height: 28px;
      font-size: 18px;
      text-shadow: 0 1px white;
      font-weight: 300; }
  #ConntectWithFriendsContainer #recommendation {
    float: left;
    width: 428px;
    height: 184px;
    margin: 115px 0px 0 40px; }
  #ConntectWithFriendsContainer #PinonmyMagButton {
    float: left;
    margin-right: 18px;
    padding: 11px 15px;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    line-height: 1em;
    background: -moz-linear-gradient(#f6f5f2, #dbdad3) repeat scroll 0 0 transparent;
    border: 1px solid white;
    cursor: move;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    box-shadow: 0 1px 2px rgba(34, 25, 25, 0.5);
    -moz-box-shadow: 0 1px 2px rgba(34, 25, 25, 0.5);
    -webkit-box-shadow: 0 1px 2px rgba(34, 25, 25, 0.5); }

#PinEditorContainer {
  width: 700px;
  margin: 0px auto 0;
  min-height: 100%;
  position: relative; }
  #PinEditorContainer .content {
    margin-top: 30px; }
  #PinEditorContainer .boardList {
    top: 0px;
    width: 430px; }
  #PinEditorContainer .validationMessage:last-child {
    margin-bottom: 10px; }
  #PinEditorContainer .linearDropdown {
    margin-bottom: 22px;
    padding: 10px 12px 10px 8px; }
  #PinEditorContainer a.prev {
    background: url(images/profile/prevpic.png) no-repeat;
    margin-top: 50px;
    margin-right: 7px;
    height: 24px;
    width: 24px;
    background-position: top;
    cursor: pointer;
    float: left; }
    #PinEditorContainer a.prev:hover {
      background-position: bottom; }
  #PinEditorContainer a.next {
    background: url(images/profile/nextpic.png) no-repeat;
    height: 24px;
    width: 24px;
    position: absolute;
    top: 248px;
    background-position: top;
    cursor: pointer; }
    #PinEditorContainer a.next:hover {
      background-position: bottom; }
  #PinEditorContainer a.disabled {
    visibility: hidden !important; }
  #PinEditorContainer .itemSlider {
    height: 120px;
    overflow: hidden;
    position: relative;
    width: 375px;
    float: left; }
    #PinEditorContainer .itemSlider .items {
      clear: both;
      position: absolute;
      width: 20000em;
      height: 120px; }
    #PinEditorContainer .itemSlider img {
      float: left; }
    #PinEditorContainer .itemSlider .active {
      border: 2px solid #000000;
      cursor: default;
      position: relative; }
    #PinEditorContainer .itemSlider .pinEntryModel {
      position: absolute;
      clear: left; }
      #PinEditorContainer .itemSlider .pinEntryModel .attachButton {
        display: none;
        position: absolute;
        left: 28px;
        top: 40px;
        width: 73px;
        height: 27px;
        background-position: top;
        border: 0 none;
        cursor: pointer;
        padding: 0; }
      #PinEditorContainer .itemSlider .pinEntryModel .attachButton:hover {
        background-position: bottom; }
  #PinEditorContainer .leftContainer {
    float: left;
    height: 300px;
    width: 234px; }
    #PinEditorContainer .leftContainer .youtubeImage img {
      max-height: 170px;
      max-width: 227px;
      box-shadow: 0px 1px 3px #666666;
      -moz-box-shadow: 0px 1px 3px #666666;
      -webkit-box-shadow: 0px 1px 3px #666666; }
    #PinEditorContainer .leftContainer .playButton {
      width: 50px;
      height: 36px;
      position: relative;
      bottom: 100px;
      left: 88px; }
  #PinEditorContainer .rightContainer {
    float: left;
    margin-left: 25px;
    width: 433px; }
    #PinEditorContainer .rightContainer .categoryDropdown {
      padding-top: 3px;
      width: 430px;
      height: 30px;
      margin-bottom: 15px; }
    #PinEditorContainer .rightContainer .inputField textarea {
      background: none repeat scroll 0 0 transparent;
      border-radius: 5px 5px 5px 5px;
      box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15) inset, 0 1px rgba(255, 255, 255, 0.8);
      border-color: #BBBBBB #BBBBBB #DDDDDD;
      border-style: solid;
      border-width: 1px;
      height: 49px;
      background: #FFF;
      width: 415px;
      font-size: 18px;
      padding: 8px;
      font-weight: 300; }
      #PinEditorContainer .rightContainer .inputField textarea .inputHelpText {
        color: #CCCCCC !important;
        font-weight: 300; }
    #PinEditorContainer .rightContainer .checkbox {
      margin-top: 33px;
      margin-left: 7px;
      font-size: 18px;
      float: left;
      font-weight: 300; }
    #PinEditorContainer .rightContainer .checkboxDescription {
      border: 1px solid transparent;
      font-size: 18px;
      font-weight: 300;
      margin-top: 22px;
      padding: 12px 12px 12px 30px;
      width: 389px;
      font-weight: 300; }
    #PinEditorContainer .rightContainer .checkboxDescription.active:hover {
      background: -moz-linear-gradient(#f0eeeb, #d6d5ce) repeat scroll 0 0 transparent; }
    #PinEditorContainer .rightContainer .checkboxDescription.active {
      background-image: linear-gradient(bottom, #dbdad3 0%, #f6f5f2 61%);
      background-image: -o-linear-gradient(bottom, #dbdad3 0%, #f6f5f2 61%);
      background-image: -moz-linear-gradient(bottom, #dbdad3 0%, #f6f5f2 61%);
      background-image: -webkit-linear-gradient(bottom, #dbdad3 0%, #f6f5f2 61%);
      background-image: -ms-linear-gradient(bottom, #dbdad3 0%, #f6f5f2 61%);
      background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #dbdad3), color-stop(0.61, #f6f5f2));
      border: 1px solid #BFBFBF;
      border-radius: 5px 5px 5px 5px;
      font-size: 18px;
      font-weight: 300;
      margin-top: 22px;
      padding: 12px 12px 12px 30px;
      width: 389px;
      box-shadow: inset 0px 1px 3px rgba(90, 90, 90, 0.15);
      -moz-box-shadow: inset 0px 1px 3px rgba(90, 90, 90, 0.15);
      -webkit-box-shadow: inset 0px 1px 3px rgba(90, 90, 90, 0.15);
      box-shadow: 0px 1px 2px white;
      -moz-box-shadow: 0px 1px 2px white;
      -webkit-box-shadow: 0px 1px 2px white; }
    #PinEditorContainer .rightContainer .searchBar {
      display: none;
      width: 189px;
      height: 0px;
      position: relative;
      left: 244px;
      bottom: 37px; }
      #PinEditorContainer .rightContainer .searchBar .spinnerPosition {
        position: relative;
        right: 62px;
        bottom: 18px; }
      #PinEditorContainer .rightContainer .searchBar .searchInput {
        background: none repeat scroll 0 0 transparent;
        border: 1px solid #A4A2A2;
        border-radius: 5px 5px 5px 5px;
        border-color: #BBBBBB #BBBBBB #DDDDDD;
        padding: 5px;
        width: 177px;
        font-size: 16px;
        background: #FFF;
        font-weight: 300;
        box-shadow: inset 0px 1px 2px rgba(34, 25, 25, 0.15);
        -moz-box-shadow: inset 0px 1px 2px rgba(34, 25, 25, 0.15);
        -webkit-box-shadow: inset 0px 1px 2px rgba(34, 25, 25, 0.15);
        box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.8);
        -moz-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.8);
        -webkit-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.8); }
      #PinEditorContainer .rightContainer .searchBar .searchButton {
        position: relative;
        left: 390px;
        bottom: 28px;
        width: 32px; }
    #PinEditorContainer .rightContainer .searchResults {
      display: none;
      overflow: hidden;
      margin-top: 35px; }
      #PinEditorContainer .rightContainer .searchResults .nothingFound {
        font-size: 18px;
        font-weight: 300;
        text-align: center; }
    #PinEditorContainer .rightContainer .pinButton {
      clear: both;
      margin-top: 35px;
      text-align: center; }

#viewPinnendContainer {
  text-align: center; }
  #viewPinnendContainer .content {
    text-align: center; }

#Pinboard .event_reason {
  display: none; }

#ChooseLocalePopup .countryList {
  margin-bottom: 10px; }
#ChooseLocalePopup .picture {
  float: left;
  padding-right: 10px; }

.pinboardPopup h2 {
  margin-bottom: 20px; }
.pinboardPopup .textInputField {
  padding: 6px 12px 6px 12px;
  width: 298px;
  height: 22px; }
.pinboardPopup .linearDropdown {
  width: 298px;
  float: left;
  padding: 10px 12px 10px 12px; }
.pinboardPopup select.linearDropdown {
  margin-left: 150px; }
.pinboardPopup .boardList {
  margin-left: 150px;
  width: 325px; }
.pinboardPopup ul.menuList > li {
  float: left;
  clear: both;
  width: 475px;
  border-bottom: 1px solid #dbdad3;
  padding-top: 10px;
  padding-bottom: 10px; }
  .pinboardPopup ul.menuList > li .boardTitle {
    font-size: 18px;
    width: 298px; }
  .pinboardPopup ul.menuList > li .button {
    float: right; }
  .pinboardPopup ul.menuList > li .abortButton {
    margin-left: 15px; }
  .pinboardPopup ul.menuList > li label {
    font-size: 18px;
    width: 150px;
    display: inline-block;
    font-weight: 300;
    vertical-align: top; }
    .pinboardPopup ul.menuList > li label:hover {
      text-decoration: none; }
    .pinboardPopup ul.menuList > li label.category {
      float: left; }
  .pinboardPopup ul.menuList > li.whoCanPin label {
    float: left; }
  .pinboardPopup ul.menuList > li.whoCanPin div {
    float: left;
    margin-right: 10px; }
    .pinboardPopup ul.menuList > li.whoCanPin div .radio {
      width: 50px; }
  .pinboardPopup ul.menuList > li.whoCanPin #searchContributorContainer {
    display: none;
    width: 325px;
    margin-left: 150px;
    margin-top: 20px; }
    .pinboardPopup ul.menuList > li.whoCanPin #searchContributorContainer .addButton {
      margin-top: 10px;
      float: right;
      cursor: pointer; }
  .pinboardPopup ul.menuList > li.whoCanPin #contributorListContainer {
    margin-left: 150px;
    margin-top: 20px; }
    .pinboardPopup ul.menuList > li.whoCanPin #contributorListContainer .listElement {
      margin-top: 15px;
      width: 276px; }
    .pinboardPopup ul.menuList > li.whoCanPin #contributorListContainer .accountImage {
      float: left;
      margin-right: 10px; }
    .pinboardPopup ul.menuList > li.whoCanPin #contributorListContainer .accountDescription {
      float: left; }
    .pinboardPopup ul.menuList > li.whoCanPin #contributorListContainer .removeLink {
      float: right; }
  .pinboardPopup ul.menuList > li:last-child {
    border-bottom: 0px; }

#createPinboardPopup .boardTitle {
  height: 22px; }

#editPinboardPopup .boardTitle {
  height: 22px; }
#editPinboardPopup .boardDescription {
  height: 80px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  width: 298px; }

#viewBoard #viewBoardTop {
  width: 990px;
  margin: auto; }
  #viewBoard #viewBoardTop .boardDetails {
    margin: 25px 0px 25px 0px;
    text-align: center; }

#startUrlPin .searchImageButton {
  float: right; }
#startUrlPin .itemSlider {
  height: 170px;
  width: 170px;
  float: left; }
  #startUrlPin .itemSlider .items {
    clear: both; }
    #startUrlPin .itemSlider .items .singleItem {
      height: 170px;
      width: 170px; }
      #startUrlPin .itemSlider .items .singleItem img {
        max-width: 100%;
        max-height: 100%;
        margin: 0 auto; }
#startUrlPin a.prev {
  float: left;
  margin-left: -30px;
  margin-top: 72px; }
#startUrlPin a.next {
  margin-top: 72px;
  float: left;
  margin-left: 5px; }

#SignonContainer .content {
  text-align: center; }
#SignonContainer #headline {
  font-size: 28px;
  font-weight: 300;
  color: black;
  line-height: 34px; }
#SignonContainer #Login {
  margin: 28px auto 0;
  width: 495px; }
  #SignonContainer #Login .facebookLogin {
    float: left;
    padding-top: 6px; }
  #SignonContainer #Login .email {
    float: left;
    margin-left: 14px; }
    #SignonContainer #Login .email input {
      height: 23px;
      width: 220px;
      color: #666;
      border: 1px solid #CCC;
      padding-left: 5px; }
  #SignonContainer #Login .pass {
    float: left;
    margin-left: 14px;
    margin-top: 10px; }
    #SignonContainer #Login .pass input {
      height: 23px;
      width: 220px;
      border: 1px solid #CCC;
      padding-left: 5px; }
#SignonContainer .Buttons {
  float: right;
  margin-top: 10px; }
  #SignonContainer .Buttons .LoginButton {
    vertical-align: middle; }
  #SignonContainer .Buttons a.forgotPassword {
    margin-left: 68px; }

#uploadPinPopup .uploadList {
  display: none; }
#uploadPinPopup .rich-fileupload-list-decor {
  border: 0 none; }
#uploadPinPopup .rich-fileupload-button-border {
  border: 0 none;
  float: none !important; }
#uploadPinPopup .rich-fileupload-button, #uploadPinPopup .rich-fileupload-button-light, #uploadPinPopup .rich-fileupload-button-press {
  background: url(../../v2/images/overlay/btn_grey.png) no-repeat 0 0;
  height: 40px;
  width: 148px;
  border: 0 none;
  padding: 0px;
  margin: 0 auto; }
#uploadPinPopup .rich-fileupload-button-light {
  background-position: 0 -47px; }
#uploadPinPopup .rich-fileupload-ico-add {
  background-image: none; }
#uploadPinPopup .rich-fileupload-button-content {
  padding-top: 12px;
  padding-left: 25px;
  font-size: 14px;
  font-weight: 300;
  text-shadow: 0 1px 0 white;
  color: rgba(0, 0, 0, 0.8); }
#uploadPinPopup .rich-fileupload-toolbar-decor {
  background-color: #FFFFFF;
  border-bottom: 0px; }
#uploadPinPopup .stopButton {
  display: none; }
#uploadPinPopup .ajaxStatus {
  position: relative;
  left: 80px;
  top: 15px;
  float: none; }
#uploadPinPopup #detailContainer .imageContainer {
  width: 170px;
  height: 170px;
  float: left; }
  #uploadPinPopup #detailContainer .imageContainer img {
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto; }

/* General styles, which influences the whole site */
.hiddenInput {
  display: none !important; }

.magazine-font {
  font-family: Georgia, Times, Serif; }

textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }

.user_image {
  background: url(../../v2/stylesheet/images/library/lib_bg_user.png) no-repeat;
  padding: 6px 6px 10px 6px; }

a {
  text-decoration: none;
  color: #000000; }

.wrapperHeadline {
  font-size: 22px;
  font-weight: normal;
  margin: 9px 9px 20px; }

.block {
  display: block; }

.hidden {
  display: none !important; }

.clear {
  clear: both; }

.frentsBlue {
  color: #229ddd;
  font-size: 14px;
  text-decoration: none; }

.articleDescription {
  padding-top: 12px;
  margin-bottom: -2px; }
  .articleDescription span {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 11px;
    color: #000000;
    line-height: 14px; }
  .articleDescription span:hover {
    text-decoration: none; }

.articleDescription_new {
  padding-bottom: 12px;
  padding-left: 15px;
  padding-right: 15px; }
  .articleDescription_new span {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 11px;
    color: #000000;
    line-height: 14px; }

.articleImage {
  width: 191px; }

.roundedCorners {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px; }

.linearDropdown {
  background: linear-gradient(bottom, #dbdad3, #f6f5f2);
  background: -moz-linear-gradient(bottom, #dbdad3, #f6f5f2);
  background: -webkit-gradient(linear, center bottom, center top, from(#dbdad3), to(#f6f5f2));
  background-image: linear-gradient(bottom, #dbdad3 0 "%", #f6f5f2 61 "%");
  background-image: -o-linear-gradient(bottom, #dbdad3 0 "%", #f6f5f2 61 "%");
  background-image: -moz-linear-gradient(bottom, #dbdad3 0 "%", #f6f5f2 61 "%");
  background-image: -webkit-linear-gradient(bottom, #dbdad3 0 "%", #f6f5f2 61 "%");
  background-image: -ms-linear-gradient(bottom, #dbdad3 0 "%", #f6f5f2 61 "%");
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #dbdad3), color-stop("0." 61, #f6f5f2));
  border: 1px solid #BFBFBF;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 300;
  padding: 12px 12px 12px 30px;
  box-shadow: inset 0px 1px 3px rgba(90, 90, 90, 0.15);
  -moz-box-shadow: inset 0px 1px 3px rgba(90, 90, 90, 0.15);
  -webkit-box-shadow: inset 0px 1px 3px rgba(90, 90, 90, 0.15);
  box-shadow: 0px 1px 2px white;
  -moz-box-shadow: 0px 1px 2px white;
  -webkit-box-shadow: 0px 1px 2px white;
  cursor: pointer; }
  .linearDropdown:hover {
    background: -moz-linear-gradient(#f0eeeb, #d6d5ce) repeat scroll 0 0 transparent; }

div.linearDropdown img {
  float: right;
  padding-top: 3px; }

.boardList {
  border: 1px solid #BFBFBF;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  overflow-y: auto;
  position: absolute;
  background: #FFFFFF;
  z-index: 1500;
  max-height: 300px; }
  .boardList li.boardElement {
    height: 35px;
    font-size: 18px;
    font-weight: 300;
    cursor: pointer; }
    .boardList li.boardElement:hover {
      background: #F6F5F2; }
      .boardList li.boardElement:hover a {
        color: #000000; }
    .boardList li.boardElement a {
      padding: 10px 12px 10px 12px;
      display: block;
      height: 15px;
      color: #999999; }

.textInputField {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  border-color: #BBBBBB #BBBBBB #DDDDDD;
  border-style: solid;
  border-width: 1px; }

/* chooseFriend Style*/
.chooseFriend {
  height: 90px; }
  .chooseFriend a {
    width: 64px;
    display: block;
    float: left; }
  .chooseFriend .user_items > div > div {
    width: 64px; }
    .chooseFriend .user_items > div > div span {
      display: none;
      font-size: 12px;
      text-align: center; }
  .chooseFriend .user_items > div > div:hover span {
    display: block; }
  .chooseFriend .user_image {
    margin-right: 2px; }
  .chooseFriend .user_image:hover {
    opacity: 0.8; }
  .chooseFriend .user_image_active {
    background: url(../../v2/stylesheet/images/library/lib_bg_user_active.png) no-repeat;
    padding: 6px 6px 10px 6px;
    margin-right: 2px; }
  .chooseFriend .user_scrollable {
    position: relative;
    overflow: hidden;
    width: 896px;
    height: 85px;
    float: left; }
    .chooseFriend .user_scrollable .user_items {
      width: 20000em;
      position: absolute; }
      .chooseFriend .user_scrollable .user_items div {
        float: left; }
  .chooseFriend a.user_prev {
    background: url(images/model/prevpic.png) no-repeat;
    margin-right: 15px;
    margin-left: 15px;
    margin-top: 18px;
    height: 24px;
    width: 24px;
    background-position: top;
    cursor: pointer; }
    .chooseFriend a.user_prev:hover {
      background-position: bottom; }
  .chooseFriend a.user_next {
    background: url(images/model/nextpic.png) no-repeat;
    height: 24px;
    width: 24px;
    position: absolute;
    right: 337px;
    top: 186px;
    background-position: top;
    cursor: pointer; }
    .chooseFriend a.user_next:hover {
      background-position: bottom; }

/* Errors */
.validationMessage {
  color: #a90101;
  font-size: 12px;
  font-weight: 300;
  padding-right: 45px;
  padding-top: 10px; }

.createNewBoard {
  background-color: #F5F5F5;
  padding: 5px; }
  .createNewBoard .buttonGrey {
    background: url(../../v2/images/overlay/btn_grey_small_noshadow.png) no-repeat 0 0;
    width: 85px; }

.createNewBoard input[type=text] {
  float: left;
  background: none repeat scroll 0 0 transparent;
  border-radius: 5px 5px 5px 5px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15) inset, 0 1px rgba(255, 255, 255, 0.8);
  border-color: #BBBBBB #BBBBBB #DDDDDD;
  border-style: solid;
  border-width: 1px;
  height: 21px;
  background: #FFF;
  width: 180px;
  font-size: 18px;
  padding: 8px;
  font-weight: 300;
  margin-right: 10px; }
  .createNewBoard input[type=text] .inputHelpText {
    color: #CCCCCC !important;
    font-weight: 300; }

.suggestion {
  height: auto;
  max-height: 160px; }
  .suggestion .rich-sb-ext-decor-2 {
    background-color: #FFFFFF;
    border: 1px solid #BFBFBF; }
  .suggestion .rich-sb-overflow {
    height: auto;
    max-height: 160px; }
  .suggestion .suggestionElement {
    background-image: none;
    background: #FFFFFF;
    height: 35px;
    font-size: 18px;
    font-weight: 300;
    cursor: pointer;
    color: #A0A0A0; }
    .suggestion .suggestionElement img {
      width: 25px;
      height: 25px;
      float: left; }
    .suggestion .suggestionElement span.name {
      float: left;
      display: block;
      padding-top: 5px;
      padding-left: 10px; }
    .suggestion .suggestionElement:hover {
      background: #F6F5F2;
      color: #000000; }

.itemSlider {
  overflow: hidden;
  position: relative; }
  .itemSlider .items {
    position: absolute;
    width: 20000em;
    height: inherit; }

a.browse {
  height: 24px;
  width: 24px;
  background-position: top;
  cursor: pointer; }
  a.browse:hover {
    background-position: bottom; }

a.prev {
  background: url(images/profile/prevpic.png) no-repeat; }

a.next {
  background: url(images/profile/nextpic.png) no-repeat; }

.pinnen {
  background: url(../../v2/stylesheet/images/pinEditor/btn_pin_pinner_page2.png) no-repeat;
  width: 128px;
  height: 44px;
  border: 0 none;
  cursor: pointer; }

.pinnen:hover {
  background-position: 0 -44px; }

.uploadPinPopup #detailContainer {
  margin-top: 30px;
  height: 172px; }
  .uploadPinPopup #detailContainer .pinnen {
    float: right;
    margin-top: 15px; }
  .uploadPinPopup #detailContainer .categoryDummy {
    float: right; }
  .uploadPinPopup #detailContainer .categoryList {
    margin-left: 204px; }
  .uploadPinPopup #detailContainer .abort {
    right: 25px;
    top: 28px; }
  .uploadPinPopup #detailContainer .textInputField {
    margin-top: 20px;
    float: right;
    height: 80px; }
.uploadPinPopup .validationMessage {
  margin-bottom: 10px; }

