﻿.tableBase .cellLeftMain .cellContent .boxServiceTitle
{
	font-family:Verdana ;
	font-size:14px;
	color:#6c6c6c;
	padding-left:5px;
	padding-bottom:6px;
}

.tableBase .cellLeftMain .cellContent .boxServicePicture
{
	height:76px;
	width:336px;
	border: 3px solid #d1d1d1;
	background-position:left center;
	background-color:#e7ebf7 ; 
	margin-bottom:4px;
}

.tableBase .cellLeftMain .cellContent .boxServiceSubTitle
{
	font-family:Verdana;
	font-size:10px;
	color:#7198af;
	font-weight:bold;
	
	height:32px;
	width:50%;
	padding-left:23px;
	padding-right:4px;
	vertical-align:middle;
			
	background-image:url(Services/ServiceType.png);
	background-position:left top;
	background-repeat:no-repeat;
}

.tableBase .cellLeftMain .cellContent .boxServiceSubTitle:hover
{
	color:#e88439;
	background-image:url(Services/ServiceTypeHover.png);
	cursor:pointer;
}

.tableBase .cellLeftMain .cellContent .boxServiceSubTitle .lbtn:link
{
	color:#7198af;
	text-decoration:none;
}

.tableBase .cellLeftMain .cellContent .boxServiceSubTitle:hover .lbtn:link
{
	color:#e88439;
}	

