5
Sometimes, I am a very stupid man!!!
Be necessary to add the following code to style.css:
#bottomCcolumn { padding: 0px; }
#bottomCcolumn .blockTitle {
padding: 0px 3px;
color: #FFFFFF;
font-weight: bold;
margin-top: 0px;
margin-right: 0px;
margin-left: 0px;
background-image: url(images/mma.gif);
background-repeat: no-repeat;
background-position: right center;
background-color: #093F7D;
vertical-align: middle;
}
#bottomCcolumn .blockContent {
padding: 3px;
line-height: 120%;
background-color: #FFFFFF;
margin: 0px;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #093F7D;
}
#bottomLcolumn, #bottomRcolumn { width: 50%; padding: 0px 5px 0px 0px; }
#bottomLcolumn .blockTitle, #bottomRcolumn .blockTitle {
padding: 0px 3px;
font-weight: bold;
margin-top: 0px;
background-image: url(images/mma.gif);
background-repeat: no-repeat;
background-position: right center;
color: #FFFFFF;
background-color: #093F7D;
vertical-align: middle;
}
#bottomLcolumn .blockContent, #bottomRcolumn .blockContent {
padding: 3px;
line-height: 120%;
background-color: #FFFFFF;
margin: 0px;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #093F7D;
}