/* CSS Document */

#ProductDisplayWrapper {
	width: 100%;
	border: thin none #999999;
	background-color: #EEEEEE;
	margin: 5px;
	position: relative;
	height: 1150px;
}
#ProductDisplaySubMenu {
	font-size: 10px;
	width: 75px;
	line-height: 1.25;
	padding-top: 10px;
	padding-left: 10px;
	height: 100%;
	border-right-width: thin;
	border-right-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	margin-top: 10px;
	margin-bottom: 10px;
}
#ProductDisplaySubMenu a:visited, a:link {
	font-size: 10px;
	color: #333333;
}
#ProductDisplaySubMenu a:hover {
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	text-decoration: underline;
	font-size: 10px;
}

.ThumbnailCell {
	height: 120px;
	width: 82px;
	overflow: hidden;
	border: thin none #000000;
	float: left;
	margin-left: 5px;
	margin-bottom: 5px;
	position: relative;
	font-size: 10px;
	text-align: center;
	background-color: #F4F4F4;
	padding-top: 10px;
	padding-left: 0px;
}
#hide444 {
	visibility: hidden;
}
.ThumbnailCell a:link, a:visited {
	text-decoration: underline;
	font-weight: normal;
	color: #000000;
	font-size: 10px;
}
.ThumbnailCell a:hover {
	text-decoration: none;
	color: #000000;
	font-size: 10px;
	font-weight: normal;
}
