.shadetabs{
margin-bottom: 1em;
margin-left:0;
padding-left:0;
list-style-type: none;
text-align: left;
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs a {
	background: #e2e2e2;
	border:1px solid #d4d4d4;
	padding: 5px 8px;	
	color: #64666a;
	position: relative;
	margin-right: 3px;
	text-decoration: none;	
	z-inex: 1;
}

.shadetabs a:visited{
	color: #64666a;
}

.shadetabs a:hover{
	text-decoration: none;
	background: #fff;
	border:1px solid #e2e2e2;
	color: #64666a;
}

.shadetabs a.selected{ /*selected main tab style */
position: relative;
}

.shadetabs a.selected{ /*selected main tab style */
	background: #fff;
	border:1px solid #e2e2e2;
	color: #64666a;
}

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

.tabcontent{
display:none;
}

.order a, .order a:visited {
	background:url(/images/orderBG.gif) repeat-x top left;
	color: #fff;
	border:1px solid #ff6582;	
	padding: 5px 8px;	
}
.order a:hover {
	background:url(/images/orderBG.gif) repeat-x top left;
	color: #fff;
	border:1px solid #ff6582;
	text-decoration:none;
}

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