@charset "UTF-8";
/* CSS Document */

/* ######### CSS for Shade Tabs. ######### */

#gallery{
	margin:0px;
	padding:0px;
}

#knives {
	z-index:2;
}

.shadetabs{
	padding: 3px 0;
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 0;
	font-family:georgia;
	font-size:1.2em;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
	display: inline;
	margin: 0;
	background-color:#ffffff;
	padding:2px;
}

.shadetabs li a{
	text-decoration: none;
	position: relative;
	z-index: 1;
	padding: 3px 7px;
	margin-right: 3px;
	border:0;
	color: #333333;
}

.shadetabs li a:visited{
	color: #333333;
}

.shadetabs li a:hover{
	text-decoration: none;
	color: #990000;
}

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

.shadetabs li a.selected{ /*selected main tab style */
	border-bottom-color: white;
}

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

.tabcontent{
	display:none;
}
.tabcontent img
{
	border:1px solid black;
}

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