/* ######### CSS for Shade Tabs. Remove if not using ######### */
.vmTabContent {
	border:0px solid #636466;
	border-top:0 solid transparent;
	width:100%;
	margin-bottom: 1em;
	padding: 0px;
	background:#FFF;
	}

.vmTabContentInner {
	padding: 0;
	width:100%;
	/*margin: 3px auto;*/
	}
	
.vmTabSub {
	border-bottom:1px solid #BBB;
	width:100%;
	padding: 0px;
	background:#FBFBFB;
	/*margin: 0 auto 1em; */
	}	
	
.vmTabSubInner {
	width:95%;
	padding: 6px;
	margin: 0; 
	}
.shadetabs {
padding: 3px 0;
padding-bottom: 0px; 
margin-left: 0 !important;
margin-top: 1px;
margin-bottom: 0;
font-weight: bold; 
font-size: 13px; 

list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
border-bottom:2px solid #636466;
}

ul.shadetabs {
	list-style-image: none;
	}

.shadetabs li{
display: inline;
margin: 0;
height: 40px;
background: none;
padding-left: 20px;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 0;
padding: 3px 7px 4px;
margin-right: 0px;
/*border: 1px solid #AAA;*/
border: none; 
border-color: transparent; 
border-bottom: 0px;
color: #FEFEFE;


font-size: 14px;
}

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

.shadetabs li a:hover{
text-decoration: underline;
color: #FFF;
}
#vmMainPageOPC .coupon_header {
	display: inline-block; 
	font-size: 14px;	
	padding: 3px 7px 4px;
}
.shadetabs li a.selected {
	font-size: 16px;
	
	
	padding-left: 10px; 
	padding-right: 10px; 
	padding-top: 7px; 
	padding-bottom: 5px; 
}
.shadetabs li a.selected, #vmMainPageOPC .coupon_header { /*selected main tab style */
position: relative;


border: 1px solid #636466;
border-bottom:0px;

border: none; 
border-color: transparent; 



color: #FFFFFF;

font-weight: bold;

}

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

.tabcontentstyle{ /*style of tab content oontainer*/
border: 1px solid gray;
width: 450px;
margin-bottom: 1em;
padding: 10px;
}

.tabcontent{
/*display:none; commented by stAn as this would require a js initialization for current tab*/
}

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