/* PRODUCT DETAILS STYLES */
.proddetails {
	font-family: helvetica, arial, sans-serif;
	font-size: 11px;
	color: #000000;
	
}
.label {
	font-weight: bold;
	text-align: right;
	font-size: 11px;
}
.proddesign {
	float: left;
	width: auto;
}
.collinker {
	font-family: helvetica, arial, sans-serif; 
	font-size: 11px; 
	color: #333333;
}
.collinker p {
	padding-top: 6px;
	padding-left: 5px;
	padding-right: 5px;
}
.collinker a { 
	color: #FF7700;
	text-decoration: none;
}
.collinker a:hover { 
	text-decoration: underline;
}
.footerwrappe
.leftcolwrapper {
	float: left;
	width: 250px;
}
div#colorsel {
	float: left;
	display: block;
	overflow: hidden;
}
div#colorrow {
	float: left;
	display: block;
}
div#color {
	width: 20px;
	height: 20px;
	border: .5px solid #000000;
	background-color: #FFFFFF;
	display: inline;
	float: left;
}
#dhtmltooltip{
position: absolute;
left: -300px;
width: 150px;
border: 1px solid black;
padding: 2px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

#dhtmlpointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}
