.services-table { 
	width: 100%;
	}
	.services-table { 
		border-top: 1px dotted #A3A3A3;
		border-left: solid 5px #fff;
		}
	.services-table tr { 
		vertical-align: top;
		}
	.services-table.top { 
		border-top: 0px dotted #A3A3A3;		
		}
	.services-table:hover { 		
		border-left: solid 5px #124093;
		background-color: #f9f9ff;
		cursor: default;
		}
/*.services-table .title */
	.services-table .title { 
		width: 134px; 
		font-size: 1.6em;
		margin: 15px 10px;
		color: #222;
		line-height: 1.2em;
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
		}		
	/* Services Table with Name + Image */
	.services-table .service-name {  
		width: 144px; 
		}
	.services-table .service-name .title { 
		width: auto; 
		margin: 15px 0px 0px 10px;
		font-size: 1.6em;
		font-weight: bold;
		}
	.services-table	.service-name img { 
		margin: 5px 0px 10px 5px;
		}
/*.services-table .detail */
	.services-table .detail {
		width: 250px; 
		color: #444; 
		margin: 17px 10px;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 1.5em;
		line-height: normal;
		}
/*.services-table ul */
	.services-table ul { 
		width: 230px;
		margin: 15px 10px;
		padding: 0 0 0 20px;
		color: #444;
		}
/*.services-table li */
	.services-table li { 
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 1.5em; 
		line-height: 1.15em;
		margin: 0 0 0 0px;
		padding: 0 0 .3em;
		}
/*.services-table .learn-more */
	.services-table .learn-more { 
		font-weight: ;
		font-size: 1.0em; 
		line-height: 1.1em;
		margin: 15px 0px 15px 0px;
		padding: 0px 0 0 8px;
		background: url(/images/arrow-right-blue.png) no-repeat left .3em;
		/* width: 50px; */
		text-transform: capitalize;
		}
/*.services-table .price-time */
	.services-table .price-time {  
		margin: 15px 0px;		
		text-align: center;	
		font-weight: bold;
		font-size: 1.3em; 
		line-height: 1.7em; 
		width: 100px;
		}
/*.services-table .price-time .price */
	.services-table .price-time .price { 
		/* color: #00cc66; */		
		font-weight: bold;
		text-align: center;	
		}
/*.services-table .price-time .time */
	.services-table .price-time .time { 
		/* font-size: 1.3em; */ 
		color: #333;		
		font-weight: bold;	
		text-align: center;	
		}
/*.services-table .price-time .call-us */
	.services-table .price-time .call-us { 
		/* font-size: 1.3em; */ 
		color: #333;		
		font-weight: bold;
		}
/*.services-table .price-time .phone-number */
	.services-table .price-time .phone-number { 
		font-size: 1.0em; 
		color: #F26422;		
		font-weight: bold;
		}
/*.services-table .price-time a.buy-button */
	.services-table .price-time a.buy-button { 
		font-size: 0em; 
		text-indent: -2000px;
		margin: 5px auto 0px;
		padding: 0px 0 0 0px;
		background: url(/images/buynowbtn_sm.png) no-repeat;
		width: 62px;
		height: 27px;
		display: block;
		text-decoration: none!important;
		border: 0px;
		cursor: pointer;
		}
		/* following rules are invisible to IE 5 \*/
		.services-table .price-time a { 
			_background-image: none;
			_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/buynowbtn_sm.png', sizingMethod='scale');
			} /* end IE 5 hack */


