/* ######### CSS for Shade Tabs. Remove if not using ######### */

#tabcontentBox{
	border: 2px solid #CCC;
	width:455px;
	_width: 450px;
	height: 300px; 
	padding: 10px 10px 10px 10px;
	background: url(../images/rooms_tabContent.jpg) bottom left repeat-x #FFF;
	z-index:5;
}

#tabs {
	z-index:10;
	width:479px;
	_width: 450px;
}
.shadetabs{
	margin-top: 30px;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
	display: inline;
	margin: 0px;
	padding:0px;
}
/*FOR SOME REASON THE ABOVE STYLE DOESNT FIX THE DEFAUL LI TAG IN THE MAIN STYLE SHEET. WE'VE REPEATED IT HERE TO FIX THE TAB LAYOUT ERRORS*/
#column2 li{
	margin-bottom: 2px;
	margin-left: 0px;
}

.shadetabs li a{
	font-size: 12px;
	text-decoration: none;
	position: relative;
	z-index: 0;
	padding: 11px 8px;
	margin: 0px -2px 0px 0px;
	border: 2px solid #CCC;
	border-bottom: none;
	color: #FFF;
	background: url(../images/rooms_tab.jpg) top repeat-x;
	background-color: #D87A35;
	top: -8px;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: none;
color: #FFF;
background: url(../images/rooms_tab_hover.jpg) top repeat-x;
}

.shadetabs li a.selected{ /*selected main tab style */
	position: relative;
	top: -8px;
	padding: 11px 8px 13px 8px;
	border-bottom: #D69E6C;
	color:#6C1913;
	background: url(../images/rooms_tab_selected.jpg) top repeat-x;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{
display:none;
width: 431px;
_width:430px;
height: 273px;
border: 1px solid #FFF;
padding: 10px;
}

span.accessible {
 	padding-left: 14px;
	background: url(../images/rooms_tab_accessible.jpg) no-repeat left;
}

@media print {
.tabcontent {
display:block !important;
}
#tabcontentBox {
	height: auto;
}
}

a.tabReservation {
	width:188px;
	height: 34px;
	display:block;
	background: url(../images/rooms_tabReservation.jpg) top center no-repeat;
	margin: 8px 0px;
	text-indent:-5000px;
}
a.tabReservation:hover{
	background: url(../images/rooms_tabReservation2.jpg) top center no-repeat;
}
div.tabcontent td{
	padding-right: 10px;
	vertical-align:top;
}
div.tabcontent h3{
	margin-top: 8px;
	font-size: 1em;
	line-height: 1.3em;
}
div.tabcontent p{
	line-height: 15px;
}
a.vtour {
	width: 69px;
	float: left;
	height: 34px;
	display: block;
	margin: 8px 0px;
	background: url(../images/rooms_vtour.jpg) top left no-repeat;
	text-indent:-5000px;
}
a.vtour:hover {
	background: url(../images/rooms_vtour2.jpg) top left no-repeat;
}
a.theme {
	width: 167px;
	background: url(../images/rooms_vtour_theme.jpg) top left no-repeat;
}
a.theme:hover {
	background: url(../images/rooms_vtour_theme_over.jpg) top left no-repeat;

}

#tabcontentBox ul {
	list-style:disc;
	list-style-position:outside;
}
#tabcontentBox li{
	margin-left:20px;
}
