.shadetabs{
	font: bold 12px Arial;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 17px;
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 3;
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
	text-decoration: none;
	padding: 3px 7px;
	margin-right: 3px;
	margin-top: 1px;
	color: #2e69a9;
	/* background: white url(Merchant4/images/tabshade.gif) top left repeat-x; */
	background-color: #c5e1ff;
	border: 1px solid #769bc4;
}

.shadetabs li a:visited{
color: #2e69a9;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2e69a9;
}

.shadetabs li.selected{
/*position: relative;*/
top: 1px;
}

.shadetabs li.selected a{ /*selected main tab style */
/* background-image: url(Merchant4/images/tabshadeactive.gif); */
background-color: #FEBF2B;
border-bottom-color: white;
}

.shadetabs li.selected a: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;
}

@media print {
.tabcontent {
display:block!important;
}
}