/* Start of CMSMS style sheet 'SYN - Catalogerstyle' */
div.productContainer{
      width:221px;
      height:148px;
      background:#fff;
      float:left;
      margin:5px 10px 5px 0;
      position:relative;
      border:1px solid #d47800;
}

div.productContainer a{
      display:block;
}


div.productContainer div.productImage{
      width:209px;
      height:136px;
      position:absolute;
      top:6px;
      left:6px;
}

div.productContainer div.descriptionImage{
      height:33px;
      background:#353535;
      width:202px;
      position:absolute;
      bottom:0;
      padding:7px 2px 2px 5px;
    
}

div.productContainer div.productRead{
      height:65px;
      background:url(images/readmore_btn.png) no-repeat;
      width:85px;
      position:absolute;
      z-index:20;
}

div.productContainer div.descriptionImage h3{
      color:#fff;
      font-family:Arial, Verdana, Tahoma;
      font-weight:bold;
      line-height:1em;
      padding:0;
      margin:0;
      text-transform:uppercase;
      font-size:1.2em;
}

div.productContainer div.descriptionImage p{
      color:#fff;
      font-family:Arial, Verdana, Tahoma;
      line-height:1em;
      padding:2px 0 0 0;
      margin:0;
      font-size:0.9em;
}


/* ITEM PAGINA */


div.itemwrap{
     width: 100%;
     min-height:100px;
}

div.itemleft{
     float:left;
     width:410px;
     min-height:100px;
     padding:0 0 0 0;
}

div.itemright{
     float:right;
     width:280px;
     min-height:100px;
}

div.bigimgwrap{
      border:1px solid #ccc;
      width:255px;
      padding:6px;
      background:#fff;
      margin:0 auto 0 auto;
      overflow:hidden;
}

div.thumbwrap{
      width:268px;
      padding:6px;
}

div.thumbnailwrap{
      border:1px solid #ccc;
      width:68px;
      height:60px;
      overflow:hidden;
      background:#fff;
      padding:3px;
      margin:0 5px 0 0;
      float:left;
}

div.itemlinks{
  margin: 10px 0 0 0;
}

div#content div.itemlinks ul{
    margin:0;
    padding:0;
}

div.itemlinks ul li{
    float:left;
    margin:0;
    list-style:none;
    background:url(images/arrw.gif) no-repeat 7px 13px #353535;
    margin: 10px 5px 0 0;
}

div.itemlinks ul li a{
    color:#fff;
    display:block;
    padding:6px 20px 5px 20px;
    text-decoration:none;
    font-size:0.9em;
}

div.itemlinks ul li a:hover{
    background:url(images/arrw.gif) no-repeat 7px 13px #ccc;
}
/* End of 'SYN - Catalogerstyle' */

