/* product listing */

div.products {
    position: relative;
    clear: both;
}    

div.products div.listing {
    width: 627px;
    height: 200px;
    position: absolute;
    top: 20px;
    left: 0px;
}    

div.products div.listing td {
    padding: 10px;
    border: 1px solid #E3E3E3;
    vertical-align: top;
}


span.curr_name {
    display: block;
    font-weight: bold;
    border-bottom: 1px solid #E3E3E3;
}    

table.prod_cat {
    width: 100%;
    margin-top: 10px;
}

table.prod_cat td {
    width: 33%;
    border: 1px solid #E3E3E3;
}    

span.prod_price {
    display: block;
    font-size: 13px;
    font-weight: bold;
    color: #CC0000;
    padding-bottom: 5px;
}

table.prod_det {
    width: 100%;
}

table.prod_det td.head {
    height: 20px;
    width: 220px;
    padding-left: 20px;
}

td.prod_det_desc {
    text-align: left;
    padding: 5px 20px 0px 20px;
    vertical-align: top
}      

td.prod_det_imgs {
    text-align: center;
    padding: 5px 5px 0px 0px;
    vertical-align: top;
}

td.prod_det_imgs table td {
    vertical-align: bottom;
}

td.prod_det_desc div.left {
    float: left;
    position: relative;
    font-size: 14px;
    font-weight: bold;
}

/* PROD CAT - listing */

table.prod_listing {

}

table.prod_listing td {
    border-top: 1px solid #908583;
    vertical-align: top
}    

td.prod_listing_img {
    text-align: center;
    width: 100px;
    background: #FFFFFF;
    padding: 5px 10px 5px 10px;
    border-right: 1px solid #E3E3E3;
}

td.prod_listing_img img {
    margin: 0px auto 0px auto;
}    

td.prod_listing_desc {
    text-align: left;
    padding: 0px;
}

td.prod_listing_desc span {
    background: #E3E3E3;
    display: block;
    font-weight: bold;
    padding: 5px 0px 5px 5px;
}

td.prod_listing_desc p {
    padding: 5px;
}

td.prod_listing_subcat {
    text-align: left;
}

a.moredetails:link     {color: #000000; font-size: 11px;font-weight:bold; text-decoration: none}
a.moredetails:visited  {color: #000000; font-size: 11px;font-weight:bold; text-decoration: none}
a.moredetails:active   {color: #000000; font-size: 11px;font-weight:bold; text-decoration: none}
a.moredetails:hover    {color: #000000; font-size: 11px;font-weight:bold; text-decoration: underline}