﻿.featureTable
{
	background-color: #aa9983;
	color: White;
	border: 2px solid #917f6a;
	border-spacing: 0px;
}

.treatmentTable
{
	background-color: #fff;
	color: #444;
	border: 2px solid #917f6a;
	border-spacing: 0px;
}

.featureTable td, .treatmentTable td
{
	padding: 3px;
	text-align: left;
}

.featureTable th, .treatmentTable th
{
	text-align: center;
	background-color: #917f6a;
	padding: 5px 0px;
	color: White;
}

.treatmentTablePrice
{
	text-align: right;
	padding-right: 0px;
}

.mainContentLayer
{
	background-image: url(/images/bgs/treatmentsbackground.jpg);
}

.treatmentPrice
{
	padding-top: 15px;
	text-align: right;
	font-size: 1.4em;
	color: Black;
}

.dayPackageTable
{	
	color: #fff; 
	font-weight: bold; 
	text-align: center;
}

.dayPackageTable thead td
{
	background-image: url(/images/thespa/daypackages/tabletop.jpg);
	background-repeat: no-repeat; 
	background-position: center bottom;
}

.dayPackageTable tfoot td
{
	background-image: url(/images/thespa/daypackages/tablebottom.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.dayPackageTableDescription
{
	width:392px;
	background-color: #798056;
}

.dayPackageTableDuration
{
	width:86px;
	background-color: #464936;
}

#spaFooter a, #spaFooter a:link, #spaFooter a:visited
{
	text-decoration: none;
	color: Blue;
}

#spaFooter a:hover
{
	text-decoration: underline;
}