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

.pictureContainer {
width:165px;
height:100%;
background-image:url(../images/Cutlery/background_small.png);
}

.cutleryBox {
width:767px;
font-family:Geneva, Arial, Helvetica, sans-serif;
}

.cutleryBox th, .cutleryBox a {
color:#FFFFFF;
font-size:12px;
}

.cutleryBox th {
background-image:url(../images/Cutlery/thbackground.png);
height:24px;
}

.cutleryData {
width:100%;
background-image:url(../images/Cutlery/cutlery_bar_middle.png);
}

#cutleryThumbnails {
	position:absolute;
	top:214px;
	left:566px;
	z-index:2;
}

#cutleryDropDown {
	position:absolute;
	z-index:2;
	top:329px;
	left:781px;
	opacity: .75;
	filter: alpha(opacity=75);
	border: 1px #000066 solid;
	border-top:0px;
	background-color:#CCCCCC;
	width:144px;
	height:380px;
	text-align:center;
}

#cutleryDropDown ul {
list-style-type:none;
margin:0px;
padding:0px;
}

#cutleryDropDown ul li a {
display:block;
text-decoration:none;
color:#000099;
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:12px;
}

#cutleryDropDown ul li a.visited {
color:#000099;
}

#cutleryDropDown ul li a:hover {
background-color:#B4C0FA;
border: 4px #000099 solid;
border-top:0px;
border-bottom:0px;
font-weight:bold;
}

#unmountedCutleryTable table {
background-color:#D5D5DD;
}

#unmountedCutleryTable table tr td p {
padding:10px;
}

#unmountedCutleryTable ol li, #unmountedCutleryTable td {
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:12px;
color:#333333;
}


