a.linkContact { float: right; }
.serviceDetail {
  padding-top: 10px;
  padding-bottom: 20px;
  border-bottom: solid 1px #4B4B4B; 
}
#lastService { border: none; }
#ShopsWrapper { width: 100%; }
#ShopsWrapper table td div.myComInfoCont { 
  border-bottom: solid 1px #4B4B4B; 
  width: 310px; 
  padding-bottom: 5px;
  margin-top: 5px;
  margin-bottom: 5px;  
  overflow: hidden; 
}
.floatText { margin-right: 3px; }
#ShopsWrapper table td img { float: left; margin-right: 8px; }

/* ShopView.aspx */
#ShopAddress{ border: none;}
dl.SpecialOpenings { width: 100%; }
dl.SpecialOpenings dt { padding-right: 20px; }
dl.SpecialOpenings dd { margin-left: 20px; }
.ShopOpenTable .DayTitle { width: 100%;  }
#ShopViewWrapper{ width: 100%; display: inline; }
#ShopViewRight{ width: 200px; float: right; }
#ShopViewLeft{ width: 540px; float: left;}
#ShopPhotosField { text-align: center; vertical-align: middle; height: 100%; padding-bottom: 15px; }
#ShopImageContainer { height: 150px; }
#StoreMap { height: 500px; width: 400px;  } 
#Directions { } 

#ServiceProducts
{
	float: left;
  width: 100%;
  border-collapse:collapse; /*to display border..*/
  margin-left:10px;
}

#ServicePopupGrayArea
{
	display:none;
	width:100%;
	height:100%;
	background-color:Black;
	position:fixed;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	left:0px;
	top:0px;
	z-index:10000;
}

#ServicePopupPanel
{	
	display:none;
	position:fixed;
	z-index: 999999999;
	background-color:White;
	width:800px;
	padding-bottom: 11px;
	/*height: 600px;*/
}

.CloseCSSLine
{
	display: block;
	margin-bottom: 20px;
}

.CloseCSSBox
{
	float: right;
	padding:17px;
}

.CloseCSSBox a
{
	background: url('Images/btn_x.gif') no-repeat bottom right;
	color: #4B4B4B;
	padding-right: 20px;
	text-decoration: none;
}


.AddToCartImg
{
	float:right;
	margin-right:15px;
}

.ServiceUnitPrice
{
	width:70px;
	height:30px;
}

.ServiceInfo
{
	float:left;
	margin-left:8px;
	background-image: url('Images/btnInfo.gif');
	height:18px;
	width:18px;
	border: none;
}

.btnServiceInfoName
{
	width:200px;
}

.infobtn
{
	width:34px;
	height:30px;
	border-left:solid 1px;
}

.productname
{
	width:440px;
	height:30px;
}

.addToCart
{
	width:255px;
	height:30px;
	border-right:solid 1px;
}

.btnNextPrevious
{
	background:transparent url(Images/calendar_nav_background.gif) no-repeat scroll center center;
	font-size:9px;
	line-height:8px;
	padding:16px;
}

.productShortDescription
{
	color:Black;
	width:400px;
	height:30px;
	margin-top: 16px;
}

.productDescriptionContainer
{
	padding:15px;
}

.productID
{
	display:none;
}
	

table#ServiceProducts tr.ServiceItemRow
{
	/*border: solid 1px;
	border-color: #D7D7D6;*/
}

table#ServiceProducts tr th.ProductGroupHeader
{
  border: none;
}

table#ServiceProducts tr th.ProductGroupHeader h3
{
  font-size:19px;
  margin-bottom:18px;
}

table#ServiceProducts tr th 
{
 text-align: left;
}

table#ServiceProducts tr td 
{ 
	padding: 4px;
	/*width:15px;
	border-top:solid 1px;
	border-bottom:solid 1px;*/
}

table#ServiceProducts td
{ 
	border-top:solid 1px; 
	border-bottom:solid 1px;
	border-color: #D7D7D6;
}

table#ServiceProducts tr td.spacer
{
  height: 30px;
  border: none;
} 

table#ServiceProducts tr td a:link, table#ServiceProducts tr td a:visited
{
  color: #4B4B4B;
  text-decoration: none;
}

table#ServiceProducts tr td a:hover 
{
  border-bottom: solid 2px #FCB016;
}

ol li
{ 
  list-style-position: outside; 
  list-style-type: decimal;
  margin-left: 30px;
}

.PopularServiceTitle
{
  color:#373333;
  font-size: 18px;
  font-weight: bold;
}
.PopularServicesMainContent
{
  margin-top: 12px;
  float: left;
  width:608px;
}
.PopularServiceDivInside
{
  border: 1px solid #D7D7D6;
  float:left;
  height: 238px;
  width: 100%;
}

.PopularServiceText
{
  width: 245px;
  padding:8px 5px 0 11px;
  color:#999;
  float:left;
}
.PopularServiceText b
{
  color:#373333;
}

.PopularServiceText p
{
  text-align:left;
  padding-top:3px;
  line-height: 150%;
}

.PopularServiceImage
{
  float: left;
  padding-top: 16px;
}

.PopularServiceButton
{
  margin-top:12px;
  margin-top:6px;
}
