#productpage {
	position: relative; 
    margin: 0;
    padding: 0;
    display: block;
    position: relative;
}

#titleimg {
	position: relative; 
	left: 10px;
	top: 10px;
	margin-bottom: 20px;
	width: 250px;
}

.colorimgblock 
	{
	position: absolute; 
    display: block;
	left: 400px;       
    margin: 0;
    padding: 0;
	top: 50px; 
	width: 300px;             
	}
.colorimgblock img{   
    text-align: center; 
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    left: 0;
    /* david 8-19-09 underscore to read only in ie6, -70px to offset the image back onto the page */
    _left: -70px;
}

.line1
	{
	position: relative; 
	clear: left;
	left: 30px;
	top: 10px;
	/*height: 200px; */
	}

.line2
	{
	position: relative; 
	clear: left;
	left: 95px;
	top: 10px;
	/*height: 200px;*/ 
	}

.linespace
	{
	position: relative; 
	clear: both;
	height: 20px;
	}

.row1 
	{
	position: relative; 
	float: left;
	left: 0px;
	margin-right: 50px;
	text-align: center;
	width: 100px;
    /*height:165px; */
	}

.row2
	{
	position: relative; 
	float: left;
	margin-right: 50px;
	text-align: center;
	width: 100px;
	}
	
.row3
	{
	position: relative; 
	float: left;
	margin-right: 50px; 
	text-align: center;
	width: 100px;
	}
	
.row4
	{
	position: relative; 
	float: left;
	text-align: center;
	width: 100px; 
	}

.imgclass{
	margin: 3px auto;
	width: 100px;
}

.imgclass img {
	margin: 3px;   
    border: 2px solid #FFFFFF; 
}

.imgclass:hover img {
	margin: 3px; 
	border: 2px solid #FFFF00; 
}

.imgclass:hover{
	/*margin: 1px auto; 
    width: 100px;*/
	/*color: red; /* Dummy definition to overcome IE bug */
}

.imganddesc{
	/*height: 200px;
	margin: 3px; 
	width: 100px;*/
	valign: top;
}
