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

div#videoTabs.indentmenu ul li a{
color:#ffffff;
font-family: Arial, Verdana, Helvetica, sans-serif;
}


.indentmenu{
width:150px;
font-size:18px;
font-weight:bold;
background-color:#000000;
}

.indentmenu ul{
list-style:none;
margin: 0;
padding: 0;
float: left;
}

.indentmenu ul li{
margin: 0;
}

.indentmenu ul li a{
display: block;
padding: 12px 10px 12px 20px;
width: 171px;
color: #333333;
background-color: #d2d2d2;
text-decoration: none;
border-bottom: 2px solid #000000;
background-image:url(ControlFiles/Graphics/SalesBlock/buttonbg.jpg);
background-repeat:repeat-x;
}

.indentmenu ul li a:hover{
color: #ffffff;
background-color: #ea1b2f;
text-decoration: none;
border-bottom: 2px solid #000000;
background-image:url(ControlFiles/Graphics/SalesBlock/buttonbgu.jpg);
background-repeat:repeat-x;
}

.indentmenu ul li a:visited{
color: white;
}



.tabcontentstyle{ /*style of tab content oontainer*/
border: 1px solid gray;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}