.intro-cell-top	{
	font-family:"Gill Sans MT", Helvetica, Arial;
	text-align:center;
	background-image:url('../images/intro_cell_top.png');
	color:white;
	padding-top:20px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:0px;
}

.intro-cell-bottom	{
	background-image:url('../images/intro_cell_bottom.png');
	background-position:0% 100%;
	height:18px;
}

.normal-cell	{
	font-family:"Gill Sans MT", Helvetica, Arial;

	color:rgb(70,70,70);
}

.section_head {
	background-image:url('../images/section_head.png');
	height:41px;
}

.section_body {
	background-image:url('../images/section_body.png');
	
}

.section_bottom {
	background-image:url('../images/section_bottom.png');
	height:10px;
	background-position:0% 100%;
}

.price-table tr{
    line-height:1.5em;
}
.price-table td{
    padding:5px;
}

.price-table tr td{
    border-top:1px solid #CCCCCC;
    border-right:1px solid #CCCCCC;
}

.price-table tr td:first-child {
    border-top:1px solid #CCCCCC;
    border-right:1px solid #CCCCCC;
    border-left:1px solid #CCCCCC;

}
.price-table tr:first-child td{
    border:none;
}
.price-table tr:last-child td{
    border-top:1px solid #CCCCCC;
     border-right:none;
    border-left:none;
}
.prices-table-header {
    height:40px;
    width:374px;
    position:relative;
	background-image:url('../images/prices/BluePencilTableHeader.png');
    top:0px; 
    background-repeat:no-repeat;
}
.bp-cell {
    background-color:#c7eac4;
}

.tick {
    height:17px;
    width:14px;
    position:relative;
	background-image:url('../images/tick.png');
    top:0px;
    margin:0 auto;
}
.tick.on {
	background-position:0% 0%;
}
.tick.off {
   	background-position:0 -17px;
}
