

/* FORUMS */

.home_forums {
  padding-top:0px;
  height:525px;
  overflow:hidden;
}

.home_forums h3 {
  position:relative;
}

.home_forums .stats {
  position:absolute;
  top:3px;
  right:2px;
  font-weight:normal;
  font-size:11px;
  color:#999;
  display:none;
}

.home_forums .forum_title {
  border: 1px solid #D9D9D9;
  padding: 4px 5px !important;
  margin-bottom: 5px !important;
  background: #E6E6E6;
}

.home_forums .description {
  padding-left: 5px;
  padding-top:0px;
  font-size:11px;
}

/* POSTCARDS */

#postcards-homepage {
  margin-bottom:10px;
}
#postcards-homepage #postcards-images-holder {
  margin-bottom:0px;
}

#postcards-homepage #tabs_holder {
   width:470px;
   height:56px;
}

#postcards-homepage #tab1 {
  width: 119px;
  background-position: 0px 0px;
}
#postcards-homepage #tab2 {
  width: 116px;
  background-position: -119px 0px;
}
#postcards-homepage #tab3 {
  width: 119px;
  background-position: -235px 0px;
}
#postcards-homepage #tab4 {
  width: 116px;
  background-position: -354px 0px;
}

#postcards-homepage .cp-content {
  line-height:0px;
}



#postcards-homepage .tab {
  float:left;
  text-align:center;
  height:55px;
  color:#fff;
  font-weight:bold;
  text-decoration:underline;
  cursor: pointer;
  background-image: url(/images/frontend/v2.0/tabs-normal-ao.gif);
}
#postcards-homepage .tab-active {
  background-image: url(/images/frontend/v2.0/tabs-selected.gif);
  font-weight:bold;
}
#postcards-homepage .tab_content {
  padding:10px 4px 0px 4px;
}



.shop-product {
  width:211px;
}