/* Container Styles for DotNetNuke
Transparent Container Simple Red Leaf Skin */

/* Adds spacing between the containers */

.background
{
    background-image: url('newprodbackgnd.jpg');
    background-repeat: repeat-y;
    float: left;
    min-height: 256px;
    height:auto;
    width: 128px;
    text-align: left;
    padding-left: 15px;
    padding-top: 10px;
    padding-right:10px;
}

.background_prod_rec
{
    background-image: url('clam_productdetail2.jpg');
    float: left;
    height: 80px;
    width: 204px;
    text-align: left;
    padding-left: 3px;
    padding-top: 3px;
    padding-right:2px;
}
.containertitle{
    font-family: Arial, Helvetica, sans-serif; font-size: 16px; text-transform: uppercase; letter-spacing: 0px; font-weight: bold; color: #005bc7; background: url('bg-sep-title-blue.gif'); background-position:left; background-repeat:no-repeat;
    line-height: 18px;
    height: 18px;
    text-align:left;
}
.specialofferstitle{
    font-family: Arial, Helvetica, sans-serif; font-size: medium; font-weight: bold;color: #25A5E2;
    text-transform: capitalize;
    letter-spacing: 2px;
    line-height: 18px;
    float:left;
    text-align:left;
    width: 290px;
    height: 23px;
    padding: 3px 0px 3px 3px;   
}
.specialoffersbody{
    background-image: url('divider_horizontal.jpg');
    background-repeat:repeat-x;
    float:left;
    text-align:left;
    width: 260px;
    min-height: 100px;
    height:auto;
    padding-left: 5px;
    padding-top: 14px;
    padding-right: 0px;  
}

.buttonlayer{
    position:static;
    background-position: center;
    text-align: center;
    float: left;
    clear: both;
    height: 20px;
    width: auto;
}
.enewstitle{
    background-image: url('title_signupenews.jpg');
    background-repeat: no-repeat;
    float:left;
    text-align:left;
    width: 290px;
    height: 20px;
}
.enewsbody{
    background-image: url('divider_horizontal.jpg') ;
    background-repeat:repeat-x;
    float:left;
    min-width: 290px;
    width: auto;
    min-height: 100px;
    height:auto;
    padding-left: 10px;
    padding-top: 10px;
    padding-right: 0px;  
}

.downloadcatalogtitle{
    background-image: url('title_downloadcatalog.jpg');
    background-repeat: no-repeat;
    display:block;
    float:left;
    text-align:left;
    width: 290px;
    height: 25px;
}
.downloadcatalogbody{
    background-image: url('divider_horizontal.jpg');
    background-repeat: repeat-x;
    display:block;
    float:left;
    width: 290px;
    min-height: 140px;
    height:auto;
    padding-left: 10px;
    padding-top: 10px;
    padding-right: 0px;  
}

.graybox{
    display:block
}

.graybox *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#EFEFEF
 }
   
.grayboxTop{
    background-image: url('graytop.jpg');
    background-color: #e9e9e9;
    height: 8px;
    width: auto;
}

.grayboxBottom{
    background-image: url('graybottom.jpg');
    background-position: top;
    background-color: #e9e9e9;
    height: 8px;
    width: auto;
}
.grayboxTopRight{
    background-image: url('topright.gif');
    background-position: right;
    background-color: #e9e9e9;
    height: 8px;
    width: auto;
}
.grayboxBottomRight{
    background-image: url('bottomright.gif');
    background-position: right;
    background-color: #e9e9e9;
    height: 8px;
    width: auto;
}
.grayboxTopLeft{
    background-image: url('topleft.gif');
    background-position: left;
    background-color: #e9e9e9;
    height: 8px;
    width: auto;
}
.grayboxBottomLeft{
    background-image: url('bottomleft.gif');
    background-position: left;
    background-color: #e9e9e9;
    height: 8px;
    width: auto;
}
.grayboxMiddle{
    background-color: #e9e9e9;
    background-position: center;
    min-height: 300px;
    height: auto;
    width: auto;
}



