td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#cproduct {
	background-image: url(images/cproduct-tile.jpg);
	background-position: bottom;
	background-repeat: repeat-x; 
	background-color: #2C2C2C;
	height: 100%;
	vertical-align: middle;
	position: relative;
	padding: 10px;
	border-top-color: #FFFFFF;
	border-top-style: solid;
	border-right-color: #FFFFFF;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-width: 1px;
	border-left-color: #FFFFFF;
	border-left-style: solid;
	border-left-width: 1px;
	margin-top: 1px;
}
#cproductlink {
	float: left;
	padding: 10px;
	margin-top: 1px;
	margin-left: 25px;
}
#cpic {
	border: 1px solid #CD6C01;
	width: 188px;
	height: 150px;
	float: left;
}
#cmoreimages {
	position: static;
	float: left;
	height: 320px;
	width: 495px;
	border: 0px solid #CD6C01;
}
#cmoreimages img{
	border: 1px solid #CD6C01;
}
#cthumbnails {
	height: 48px;
	width: 60px;
	margin-bottom: 7px;
	margin-left: 20px;
}
#cenlargepic {
    position: absolute;
	height: 320px;
	width: 400px;
	top: 20px;
	left: 30px;
}
#cdesc {
	float: left;
	padding-left: 10px;
	height: 150px;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
}
#ctitle {
	color: #FFFFFF;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.cmultiimage{
border: 0px solid #CD6C01;
z-index: 0;
}
.cmultiimage:hover{
background-color: transparent;
z-index: 50;
}
.cmultiimage span{ /*CSS for enlarged image*/
position: absolute;
padding: 0px;
border: 0px solid #CD6C01;;
visibility: hidden;
top: 0px;
left: 0px;
float:left;
}
.cmultiimage span img{ /*CSS for enlarged image*/
float:left;
border-width: 0px;
top: 0px;
left: 0px;
}
.cmultiimage:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
float:left;
top: 0px;
left: 0px; /*position where enlarged image should offset horizontally */
}
.thumbnail{
position: relative;
top: 215px;
left: 510px;
margin-bottom: 3px;
}
