textarea {
scrollbar-face-color: #000000;
scrollbar-highlight-color: #000000;
scrollbar-3dlight-color: #000000;
scrollbar-darkshadow-color: #000000;
scrollbar-shadow-color: #000000;
scrollbar-arrow-color:#000000;
scrollbar-track-color: #000000;
background-color: #000000;
white-space: normal;
border-color: #000000;
color: #000000;
border-top-color:#000000;
border-left-color: #000000;

}

        
#productMenu {
	border: 1px solid #999999;
	cursor: select;
	padding: 0px;
	position: absolute;
	top: 22px;
	left: 150px;
	width:216px;
	height:200px;
	background-color: white;
}
#productMenu table {
	margin: 0px;
	
}
#productSample {
	position:absolute;
	left:590px;
	top:180px;
	width:416px;
	height:166px;
	z-index:1;
	
	
}
.hover {
	background-color: #CCCCCC;
}
.boxshot {
	position: relative;
	float: left;
	height: 124px;
	width: 122px;
	padding: 0px;
	overflow: hidden;
}
.boxshot img {
	position: absolute;
	width: 124px;
	height: 122px;
	left: -15px;
}


