/***************************************************************/
.topLine{
   margin: 0px;
   background-image: url('../images/top_line_bg.jpg') ;
   padding: 0px;
   height:13px;
}

/****************************************************************/
/********************** BRANDING PANEL **************************/
.brandingOuter {
   height:102px;
   vertical-align:top;
   width: 154px;
   clear: both
}

/***************************************************************/
.brandingPanel {
   margin: 0px;
   background-image: url('../images/logo.jpg') ;
   padding: 0px;
   width: 154px;
   height:141px;
}

/****************************************************************/
/********************** ROOM PANEL ******************************/
.roomOuter {
   clear: both;
}

/***************************************************************/
.roomPanel {
   border-collapse: collapse;
   padding: 0px;
   width: 100%;
   background-color: #e6e6e6;
   height:32px;
}

.rooms {
   width: 100%;
}

.rooms td{
   padding: 0px; 
   font-weight:bold;
   text-align:center;
}

.rooms img{
   padding: 0px;
   margin: 0px;
   border: 0px;
}

/************************* TEXT ROOMS *************************/
.rooms a.room, .rooms a.roomSelected {
   color : #1f538f;
   text-decoration : none;
   display: block;

   font-weight: bold;
}

.rooms a.roomSelected {
	text-decoration : underline;
}

.rooms a.room:hover {
	color : #0277fd;
	text-decoration : underline;
	display: block;
}

/****************************************************************/
/********************** INFO PANEL ******************************/
.infoPanelOuter {
   background-color: #91ccea;
}

.infoPanel{
   height: 23px;
   border: 0px solid;
}

.infoPanel td{
   color:#000;
}

.infoPanel .infoLeftTD{
   width:175px;
}

.infoPanel .textBold{
   font-weight: bold;
   padding-right:5px;
   padding-left:5px;
}

.infoPanel .smallText{
   font-weight: normal;
}

.infoPanel a, .infoPanel a:visited{
   color:#000;
	text-decoration : none;
}

.infoPanel a:hover{
	text-decoration : underline;
}

.infoPanel .viewCartText{
   font-weight: bold;
}

.infoPanel a.viewCart, .infoPanel a.viewCart:visited{
   color:#000;
	text-decoration : none;
}

.infoPanel a.viewCart:hover{
	text-decoration : underline;
}
/****************************************************************/
/********************** LEFT PANEL ******************************/
.leftPanelOuter {
   vertical-align:top;
   width:154px;
   background-color: #FFFFCB;
}

/***************************************************************/
.leftPanel {
   border-collapse: collapse;
   text-align: left;
   border:0px solid #000;
   margin:auto;
   width:100%;
}

.leftPanel td {
   padding: 5px; 
   height: 100%;  
}

.leftPanel td.title {
	line-height: 16px;
	color: #fff;
	font-style: Arial;
	font-weight: bold;
	letter-spacing: 0px;
}

.leftPanel td.arrow{
   padding: 8px;
}

/************************* TEXT CATEGORY *************************/

.leftPanel a.category, a.category:visited,
.leftPanel a.categorySelected{
	text-decoration : none;
	font-weight: bold;
	color: #1f538f;
}

.leftPanel a.categorySelected{
	text-decoration : underline;
	font-weight: bold;
	color: #000;
}


.leftPanel a.category:hover
{
	text-decoration : underline;
	font-weight: bold;
	color: #0277fd;
	letter-spacing: normal;
}

.leftPanel .categorySelected{
	color : #0277fd;
	text-decoration : underline;
	ont-weight: bold;
}

.leftPanel .categoryFilterTitle{
	font-size: 15px;
	color : #000;
	text-decoration : none;
	display: block;
	border: 0px solid #c2c1c1;
	font-weight: bold;
	background-color: #aedcb0;
}
/************************* TEXT SUB CATEGORY *************************/
.subCat {
   border-collapse: collapse;
   vertical-align:top;
   width: 100%;
}

.subCat td.subCatNotSelected{
   padding-left: 0px;
   font-weight: normal;
   vertical-align: top;
   vertical-align: top;	
	color: #006aff;   
}

.subCat td.subCatSelected{
   padding-left: 0px;
	color: #006aff;
   vertical-align: top;	
}

.subCat a.subCategory
{
	text-decoration : none;
   font-weight: normal;	
	color: #006aff;
	letter-spacing: normal;
}

.subCat a.subCategorySelected  {
	text-decoration : underline;
   font-weight: normal;	
	color: #102b51;
	letter-spacing: normal;
}

.subCat a.subCategory:hover{
	text-decoration : underline;
	font-weight: normal;
	color: #006aff;
	letter-spacing: normal;
}
/****************************************************************/
/********************** LEFT PANEL CALLOUT **********************/
.leftPanelCalloutOuter {
   vertical-align:top;
   background-color: #d5d5d5;
   width:175px;
   height: 100%;
}

/***************************************************************/
.leftPanelCallout  {
   width:100%;
   margin:auto;
   height: 100%;
}

.leftPanelCallout  td {
   padding: 5px;
   text-align:center;
}

.leftPanelCallout  td.heading{

}

.leftPanelCallout  a.title{
}

.leftPanelCallout  a.title:hover
{
}

/****************************************************************/
/********************** RIGHT PANEL CALLOUT **********************/
.rightPanelCalloutOuter {
   vertical-align:top;
   width:350px;
   height: 100%;
   background-color:#fff;
}

/***************************************************************/
.rightPanelCallout {
   width:100%;
   margin:auto;
   height: 100%;
}

.rightPanelCallout td{
}

.rightPanelCallout img{
}

.rightPanelCallout td.heading {
}

.rightPanelCallout  a.title{
}

.rightPanelCallout  a.title:hover
{
}

/****************************************************************/
/************************* PAGER PANEL **************************/
.pagerPanel{
   padding: 0px;
   width: 100%;
   background-color: #fff;
   margin:auto;
}

.pagerPanel td{
}

/***************************************************************/
.pagerDisplay{
   padding: 0px;
   border:0px solid #000;
   border-collapse: collapse;
   width: 400px;
   text-align:right;
   float:right;
}

.pagerDisplay td.back{
   width: 100px;
   text-align: left;
}

.pagerDisplay td.prev{
   width: 70px;
   text-align: left;
}

.pagerDisplay td.next{
   width: 50px;
   text-align: right;
}

.pagerDisplay td.display{
   text-align: center;
}

.pagerDisplay a:link, .pagerDisplay a:visited{
	color : #000;
}

/*************************** PATH ********************************/
.pagerPanel td.path{
   font-size: 11px;
   color: #000;
   font-weight: bold;
   padding:5px;
}

/****************************************************************/
/************************* FOOTER PANEL **************************/
.footerOuter {
   vertical-align:bottom;
}

/***************************************************************/
.footerPanel {
   border-collapse: collapse;
   padding: 0px;
   width: 100%;
}

.footerPanel td {
}

.footerPanel  a{
}

.footerPanel a:hover{
}

