/* ######### CSS for Indented CSS Tabs. Remove if not using ######### */


.indentmenu{
font: bold 12px Verdana, Arial, Helvetica, sans-serif;
width:852px;
z-index:1;
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
width: 100%;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: #333333;
text-decoration: none;
width:211px;
height:25px;
padding-top:10px;
margin-right:2px;
text-align:center;
background-image:url(/includes/ajax/tab.gif);
background-repeat:no-repeat;
}

.indentmenu ul li a:visited{
color: #333333;
}

.indentmenu ul li a.selected{
color: #333333 !important;
background-image:url(/includes/ajax/tab_active.gif);
background-repeat:no-repeat;
width:211px;
padding-top:5px;
}


.tabcontentstyle{ /*style of tab content oontainer*/
	border-bottom:1px solid #A77003;
	border-left: 1px solid #A77003;
	border-right: 1px solid #A77003;
	background-image:url(../../images/hotel_card_bg.gif);
	background-repeat:repeat;
	width: 852px;
	height: 250px;
	padding: 10px;
	z-index:-1;
	margin-top:-6px;
	border-top: 1px solid #A77003;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}