﻿.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;
}

/* NEW TREATMENTS SECTION - 30/10/10 */
.tTitle
{
    font-weight: bold;
    float: left;
}

.tPrice
{
    float: right;
    display: inline-block;
    width: 60px;
    text-align: right;
    font-weight: bold;
}

.tDuration
{
    font-weight: bold;
    float: right;
}

.tDescription
{
    clear: both;
    display: block;
}

.highlight
{
    background-color: #eeeeda;
    border-radius: 10px 10px;
    -moz-border-radius: 10px 10px;
    -webkit-border-radius: 10px 10px;
    padding: 10px;
    border: 2px solid #ddddc9;
    background-image: url(/images/thespa/fav.png);
    background-position: right bottom;
    background-repeat: no-repeat;
}

.spacer
{
    display: block;
    clear: both;
}

.treatment
{
    background-color: #f3f3f3;
    border-radius: 10px 10px;
    -moz-border-radius: 10px 10px;
    -webkit-border-radius: 10px 10px;
    padding: 10px;
    border: 2px solid #e2e2e2;
}
/* END NEW TREATMENTS SECTION - 30/10/10 */

div.dayPackageTreatmentPart
{    
    background-color: #798056;
    width: 478px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    margin: 8px 0px 8px 0px;
    border-radius: 8px;
}
