﻿#SideBar {
	float: left;
	width: 200px;
	height: 400px;
	padding-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
}
#s_Rates 
{
    background-image: url('../../Img/bg_SidebarCost.jpg');
	background-repeat: repeat-x;
	height: 95px!Important; height:90px;
	padding:5px;
}
#s_Rates h3
{
    clear: both;
    font-size:120%;
}
#s_Rates ul
{
    font-size:115%;
    padding-left: 20px;
    width:90%;
}
#s_Rates ul li
{
    width: 100%;
    clear:both;
}
#s_Rates ul li div.li_Left
{
    width:60%;
    float: left;
}
#s_Rates ul li div.li_Right
{
    width:25%;
    float: right;
}
#s_Areas
{
    margin:10px 0 10px 0;
}
#s_Areas h2 
{
    display:block;
	background-image: url('../../Img/bg_SidebarArea.jpg');
    padding:5px;
}
#s_Postcode
{
	background-image: url('../../Img/bg_SidebarPC.jpg');
	background-repeat: repeat-x;
	height: 90px!Important; height:85px;
	padding:5px;
}
#s_Costs h2,#s_Areas h2, #s_Postcode h2 
{
    color: #990000;
    font-size:150%;
}
#s_Postcode p {
    padding-bottom: 5px;
}