#info_panel {
    width: 105px;
    min-height: 270px;
    font-size: 8pt;
    padding: 14px 8px 10px 8px;
	border:#d7d7d7 solid 1px;
	border-top:none;
	background-image:url(../../../../adportal/img/borderTop.png);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#FFFFFF;
}

#info_panel h3 {
    margin: 0px;
    padding-bottom: 2px;
    font-size: 110%;
    font-weight: 600;
}

#info_panel h3.price_total {
    text-align: center;
    font-weight: 600;
    font-size: 150%;
    margin: 10px 0px 10px 0px;
}
#info_panel p.price_sub, p.vat_sub, p.price_text {
    text-align: center;
    font-weight: 600;
    font-size: 110%;
    margin: 0px 0px 0px 0px;
}

#info_panel section {
    margin-top: 2px;
}

#info_panel section.divider {
    border-top: 1px solid black;
    margin-top: 10px;
}

#info_panel h4 {
    text-transform: capitalize;
    margin: 5px 0px 0px 0px;
    font-weight: normal;
	color: #0B6098;
}

#info_panel ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    color: #5DAEE1;
}

#info_panel li {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}