.offerItem {
    float: left;
    margin: 10px 10px 0 0;
    border: 1px dotted #008d6d;
    background-color: transparent;
    padding: 5px;
    width: 180px;
    height: 200px;
}
.offerItem .price .total {
    font-weight: bold;
    color: #47009E;
}
.offerItem h5 {

}
.offerItem h6 {
    margin-bottom: 5px;
}


.offer.start .right {
    float: left;
    width: 30%;
}
.offer.start .item {
    margin: 1em 0 0 2em;
}
.offer.start .item .stock {
    margin-top: 1em;
}
.offer.start .item .stock label {
    color: rgb(102, 102, 102);
    font-weight: bold;
    font-size: 9pt;
}

/* categories */
#offerCategories {
    background-color: #fff;
}
#offerCategories a {
    text-decoration: none;
    color: #004d9c;
}
#offerCategories a:hover {
    color: #000;
}

#offerCategories ul {
margin-top:0px;
margin-bottom: 0px;


}
#offerCategories ul li{
list-style-type:none;
}
#offerCategories em {
    color: #000;
    font-weight: bold;
    font-style: normal;
}
#offerCategories .level0 {
    font-size: 10pt;
}
#offerCategories .level1 {
    padding-left: 10px;
}
#offerCategories .level2 {
    padding-left: 20px;
}
#offerCategories .level3 {
    padding-left: 30px;
}
#offerCategories .level4 {
    padding-left: 40px;
}
#offerCategories .level5 {
    padding-left: 50px;
}
.offer-images
{
  margin: 20px 0 20px 0;
}
.offer-images h4
{
  margin-bottom: 10px;
}
.offer-images .offer-image
{
  float: left;
  margin-right: 40px;
}
.offer-images .offer-image img
{
  height: 80px;
}
.offer-images-after
{
  clear: left;
}

/* {{{ View */
.offer-view-selection
{
  margin-bottom: 20px;
}
.offer-view-selection .active
{
  font-weight: bold;
}
/* }}} View */

/* {{{ Overview styles */
.item.overview
{
  width: 230px;
  height: 250px;
  float: left;
  padding: 10px;
  border: 1px solid #808080;
  margin: 0 20px 20px 0;
}
.item.overview .price-information
{
  background-color: #fff;
  font-size: 9pt;
}
.item.overview .quantity
{
  float: left;
}
.item.overview .quantity input
{
  width: 15px;
}
.item.overview .a.add-to-cart 
{
  padding: 4px !important;
  display: block;
}
.item.overview .add-to-cart-link 
{
  padding: 0 !important;
  margin: 0 0 0 4px !important;
  display: block;
  float: left;
}
.add-to-cart-link-after
{
  clear: both;
}
/* }}} Overview styles */
