﻿/* Hotéis Ajuda */
@import url("Common.css");



/* MainLayout */
#DwMain #DWLeft {
 background-image: url(GraphicLeftArea.gif);
}
#DwMain #DWRight {
 background-color: #EAE8BB;
}



/* HomePage Background */
#HomePageLayout {
 background-image: url(HomePage.gif);
}



/* Content Area */
#DwMain #DwContent {
 background-image: url(TopGraphicTip.gif);
}



/* Hotels Table */
.HotelsTable td {
 padding-bottom: 20px;
}
.HotelsTable .LogoColumn {
 padding-right: 20px;
 text-align: center;
}
.HotelsTable .DataColumn {
 width: 255px;
 vertical-align: top;
}
.HotelsTable .DataColumn a {
 display: block;
 margin-top: 5px;
}



/* Cart */
/* Cart Steps */
#StepPositions {
 margin-bottom: 15px;
}
#StepPositions td {
 color: #999999;
 font-size: 11px;
 font-weight: bold;
 text-align: center;
}
#StepPositions .StepActive {
 color: #7b7529;
}




/* Footer */
#DwMain #Footer {
 background-color: #EAE8BB;
}
#Footer small, #Footer small a {
 color: #7B7529;
}
