﻿.listHolder, .listHolderAddService, .listRow {
	width: 530px;
}

.listHolderAddService
{
    margin-top:10px;
}

.listHolderHeader 
{
	height: 31px;
	padding-top: 2px;
	padding-left: 15px;
	background-color: #009999;
	line-height: normal;
	background:url('/img/green-bar-backgound.jpg') repeat-x;
}
	
.listAddServiceHeader 
{
	height: 31px;
	padding-top: 2px;
	padding-left: 15px;
	line-height: normal;
	background-color: #bb4b03;
	background:url('/img/orange-bar-backgound.jpg') repeat-x;
}

.listHolderHeader h1, .listAddServiceHeader h1
{
	font-family:Arial;
	font-size:12px;
	padding: 6px 0px;
	color: #FFFFFF;
	font-weight:500;
}
	
.listHolderHeader h1, .listAddServiceHeader h1, .listInfo  
{
	width: 255px;
}

.listHolderHeader h1, .listAddServiceHeader h1, .listInfo, .listRowPricing ul 
{
	display: block;
	margin: 0px;
	float: left;
}
	
.listHolderHeader a, .listAddServiceHeader a {
	color: #FFFFFF;
	border-left: solid 1px #CCCCCC;
	text-decoration: none;
	font-weight: normal;
	height: 25px;
	vertical-align:middle;
	margin-top:2px;
}
	
.listHolderHeader a, .listAddServiceHeader a 
{
	display: block;
	width: 82px;
	text-align: center;
	float: left;
	padding: 0px 0px 0px 3px;
	font-size:9px;
}


.listRowPricing li  /* cleeman - separated this class from the declaration above, so I affect only the prices and not the column headers */
{
	display: block;
	width: 82px;
	text-align: center;
	float: left;
	padding: 0px 0px 0px 3px;
	font-size:11px;
}

.listHolderHeader a:hover, .listAddServiceHeader a:hover {
	color: #FFF799;
}

.listRow 
{
	padding-left: 15px;
	font-family: Arial;
	color: #333;
	padding: 10px 0px;
	clear:both;
	}

.listRow h3, .listRow p {
	color: #565656;
	font-family: Arial;
}

.listRow h3  
{
    padding: 0px;
	margin: 0px;
	font-size: 12px;

}

.oddRow 
{
	background:url('/img/column-background.gif') repeat-y;
	background-color: #D5E2E1;
}

.oddRowAddService 
{
	background:url('/img/column-background.gif') repeat-y;
	background-color: #f5ebdf;
}

.evenRow 
{
	background-color: transparent;
	background:url('/img/column-background.gif') repeat-y;
}

.listInfo
{
	display: block;
	clear: both;
	padding-left: 15px;
    
}

.listLink
{
	clear: both;
	display: inline;
	background: url('/img/arrow.gif') no-repeat;
	background-position: right center;
	padding-right:8px;
}

.listRowPricing ul 
{
	padding: 0px;
}
	
.listRowPricing li 
{
	margin:0px;
	padding-right: 1px;
}

.listInfo p
{
   width:240px;
   margin: 5px 0px 5px 0px;
   padding-right: 10px;
}


.listInfo li {
    color:#565656;
}