
div.portlet_wrapper
{
    font-size: 75%;
    padding-bottom: 15px;
    width:100%;
    max-width:500px;
    margin-top:2px;
    margin-bottom:2px;

}

div.portlet_left {
    float:left;
    width: 180px;
}

div.portlet_right{
    float:right;
    width:210px;
}
div.portlet_top
{
    height:39px;
    color: black;
    font-weight: bold;
    vertical-align: text-bottom;
}

    div.portlet_tl{
        height: 27px;/** Height is 39px (of parent) - the padding top*/
        margin-right: 29px;
        padding:0;
        padding-left:25px;
        padding-top:12px;
    }

    div.portlet_tr{
        height:39px;
        float:right;
        width:29px;
        margin-top: -39px;
    }

div.portlet_center{
    padding: 10px 20px 1px 20px;
    height:auto;
    min-height:100px;
}

div.portlet_bottom{
    height: 8px;
}

    div.portlet_bl{
        height: 8px;
        margin-right: 29px;
        padding:0;
    }

    div.portlet_br{
        height:8px;
        float:right;
        width:29px;
        margin-top: -8px;
    }

div.offer div.portlet_top
{
background-image: 
url('/images/portlet_top_offer.png');	
padding-left: 20px;
font-size: 130%;
}

div.offer div.portlet_center
{
background-image: url('/images/portlet_center_offer.png');
}

div.offer div.portlet_center a 
{
color: black;
}

div.portlet_center h3
{
padding-top: 0px;
padding-bottom: 5px;
}


div.offer div.portlet_bottom
{
background-image: 
url('/images/portlet_bottom_offer.png');	
}

ul.portletnews li{
padding-bottom: 8px;
}

.portletnewsdate{
font-style: italic;
}

.portlet p
{
padding-top: 0px;
padding-bottom: 5px;
}
.portlet li
{
padding-bottom: 5px;
}

