

/* ######### CSS for Indented CSS Tabs. Remove if not using ######### */

#pettabs { 
	position:absolute;
	left:392px;
	top:0px;
}

.indentmenu{
font: bold 13px Arial;
color: white !important;
width:23px;
height:67px;
z-index:99;
}


.indentmenu a{
float: left;
color:white; /*text color*/
text-decoration: none;
}

.indentmenu a:visited{
color: black;
}

.indentmenu  a.selected{
color: white !important;
width:23px;
height:67px;
background:  url(../ultrastar_cinemas_images/arw_bg.png)  no-repeat;
}


.tabcontentstyle{ /*style of tab content oontainer*/
z-index:99;
margin-bottom: 0px
padding: 0px;
}

.tabcontent{
display:none;
}

/*@media print {
.tabcontent {
display:block !important;
}*/
}