.media_kit {
    background: url(../img/homepage/media_kit.gif) no-repeat scroll top left;
    height: 58px;
    weight: 226px;
    margin:8px 13px 20px 13px;
    text-align: right;
    cursor: pointer;
    display: block;
}
.media_kit:hover {
    background: url(../img/homepage/media_kit.gif) no-repeat scroll left -58px;
}
.sellers_head {  
    background: url(../img/homepage/sellers.gif) no-repeat scroll top left;
    margin-top: 10px;
    width: 333px;
    height: 41px;
    padding-right: 15px;
}
.buyers_head {  
    background: url(../img/homepage/buyers.gif) no-repeat scroll top right;
    width: 333px;
    height: 41px;
    padding-left: 15px;
}
.sellers_bottom {  
    background: url(../img/homepage/sellers_bt_bg.gif) no-repeat scroll top left;
    width: 333px;
    height: 12px;
    padding-right: 15px;
}
.buyers_bottom {  
    background: url(../img/homepage/buyers_bt_bg.gif) no-repeat scroll top right;
    width: 333px;
    height: 12px;
    padding-left: 15px;
}
.buyers_content {
    background: url(../img/homepage/buyers_bg.gif) repeat-y scroll top right;
    padding-left: 30px;
    padding-right: 20px;
    font-size: 11px;
} 
.sellers_content {
    background: url(../img/homepage/sellers_bg.gif) repeat-y scroll top left;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 11px;
}

.products_tab1 {
    border: none;
    margin:10px;
}
.products_tab1 a.tab{
    text-align: center;
    font-size:14px;
    width: 232px;
    font-weight: bold;
    padding: 10px 0px;
    cursor: pointer;
    display:block;
    border: 1px solid #bddc6d;
}
a.tab_promotion{
    background: url(../img/homepage/promotion-of-the-week.gif) no-repeat scroll top left;
    width: 233px;
    height: 39px;
    display:block;
}
a.tab_promotion:hover{
    background: url(../img/homepage/promotion-of-the-week.gif) no-repeat scroll left -39px;
    text-decoration:none;
}
a.tab_products{
    background: url(../img/homepage/latest-product.gif) no-repeat scroll top left;
    width: 235px;
    height: 39px;
    display:block;
}
a.tab_products:hover{
    background: url(../img/homepage/latest-product.gif) no-repeat scroll left -39px;
    text-decoration:none;
}
a.tab_news{
    background: url(../img/homepage/featured-news.gif) no-repeat scroll top left;
    width: 234px;
    height: 39px;
    display:block;
}
a.tab_news:hover{
    background: url(../img/homepage/featured-news.gif) no-repeat scroll left -39px;
    text-decoration:none;
}

.products_selected a.tab_promotion{
    background: url(../img/homepage/promotion-of-the-week.gif) no-repeat scroll left -78px;
}
.products_selected a.tab_products{
    background: url(../img/homepage/latest-product.gif) no-repeat scroll left -78px;
}
.products_selected a.tab_news{
    background: url(../img/homepage/featured-news.gif) no-repeat scroll left -78px;
}

#pd1, #pd2, #pd3 {
    padding: 20px 10px 10px 10px;
    height: 232px;
}
#pd1 h1, #pd2 h1, #pd3 h1{
    font-size:12px;
}
.prev_next {
    float:left;
    width: 24px;
    margin-top: 90px;
}
a.title h1{
    font-size:12px;
    margin:0;
    padding:0;
    width: 90%;
    clear:right;
    float:left;
    cursor: pointer;
}