#left_part
{
    text-align:left;
    float: left;
    width: 160px;
    height: auto;
}

#right_part
{
    float: right;
    width: 750px;
    margin-left: 10px;
}


#right_part hr{ height: 0; border: 0; border-top: 1px solid #999999}
/* ===== end root category related css =====*/


/*editorials*/
#editorial_holder{float: right; width: 750px;  margin-left: 10px; clear: right;}
#editorials .retailerCell{
    border: 1px solid #b5b5c5;
    background-color: #eaeaf3;
    width: 300px;
    height: 130px;
    margin-top: 10px;
    margin-left: 10px; 
    margin-bottom:10px;
}

#publication_img {float:left; margin: 2px;}
#publication_name {
    font-size: 12px;
    font-weight: bold;
    margin:5px;
}

#publication_title {
    font-size: 12px;
    margin:5px;
}

#pub_read_more {font-size: 12px; font-weight: bold;}
#pub_read_more a{text-decoration:none; color: #0077BB;}
#pub_read_more a:hover{text-decoration:underline; color: #0077BB;}

#editorials td img{ float:left; margin: 10px;}
#editorials .retailerCell p{padding: 5px; }


/*editorial - view */
#view_publication_name {font-size: 18; font-weight: bold;}
#view_publication_title  {font-size:14; font-weight: bold; padding: 5px;}
#view_editorial .body {padding: 5px;}
#view_editorial img{ float:left; margin-left: 10px; margin-right: 10px;} 

#view_editorial p{ margin-left:10px; margin-bottom:10px; }
/* used in the pop-up image */

.bigImageDiv {
    display: none;
    position: absolute;
    left: 40%;
    top: 120px;
    z-index: 5;
    text-align: right;
    background-color: #ffffff;
    border: 1px solid #b5b5c5;
}


.tbox{
    border: #777 1px solid;
    font: 12px;
}


