table { font-family: Arial, Helvetica, sans-serif; font-size: 9pt}
a:link {color: blue; text-decoration: none}
a:visited {color: blue; text-decoration: none}
a:hover {color: #6700ce; text-decoration: underline}
a:active {color:blue; text-decoration: none}
.mybox {width: 130; border: #666666 solid; border-width: 1px; font-size: 9px; height: 17px}
.mybox3 {width: auto; border: #666666 solid; border-width: 1px; font: 9px; height: 17px}
.submitbox {width: auto; border: #666666 solid; border-width: 1px; font: 12pt; height: auto; color: white; background-color:green}
.mybox2 {width: auto; border: #666666 solid; border-width: 1px; font: 9pt; height: 17px; color: white; background-color:gray}
body { background-repeat: repeat-y; font-family: Arial, Helvetica, sans-serif; font-size: 9pt}
.s-text {font: 8pt; font-family: Arial}
.text {font: 9pt; font-family: Arial}
.pad {padding: 2}
.productname{
	font-size:14px;
	font-weight:bold;
	}
	
.imgwrap{ /* main photo box */
	float:left;
/*	width: 200px;*/
	height: 200px;
	margin:5px;
	}
	
.imgwrap img{ /* main photo */
/*	width: 200px;*/
	height: 200px;
	}
	
.description{
	margin:5px;
	}

#preview {
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
	}
	
.photocontainer { /* container for additional photos */
	clear:both;
	}

.photocontainer div{ /**/ 
	float: left;
	width:40px;
	height:40px;
	margin:5px;
	}

.photocontainer div img{ /* additional preview photos */
	width:40px;
	height:40px;
	}

.productbox tr td{
margin:5px;
	}

/*span.rollover {
	opacity: 1;
	-o-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-webkit-transition: -webkit-transform 1s;
	background:url(images/magnify.png) center center no-repeat #000;
	cursor: pointer;
	height: 200px;
	width: 200px;
	position: absolute;
	z-index: 10;
	opacity: 0;
	}

span.rollover:hover {
	opacity: .4;
	-o-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-webkit-transition: -webkit-transform 1s;

	}*/