@charset "utf-8";
dl.danteproduct { margin: 0; }

dl.danteproduct dt {
	margin: 2px 5px; 
	
	/*margin: 4px 0 0 0;
	height: 16px;
	cursor: pointer; _cursor: hand;
	color: #ddd; font-size: 90%;*/
	
}
/*dl.danteproduct dt.active {
	color: #fff; background-position: 0 -20px;
}*/

dl.danteproduct dd {
	margin: 0;
	padding: 0px 5px 5px 5px;
}
dl.danteproduct dd a {
	border: none !important;
}

.link {
	cursor: pointer; _cursor: hand;
}

dl.danteproduct .item{
	float:left;
	width:214px;
	height:165px;
	margin-top:8px;
	margin-left:15px;
	
	/*background-color:#eee;*/
	background: #fff url(../images/grad.png) repeat-x top;
	border:1px solid #eee;

}
dl.danteproduct .item #item_text{
	width:214px;
	font: normal 14px Arial, Tahoma;
	line-height:20px;
	color: #406998;
	text-align:center;
}
dl.danteproduct .item #item_text a{
	text-decoration: none;
}
dl.danteproduct .item #item_text a:hover{
	text-decoration: underline;
}
dl.danteproduct .item img{
	margin: 15px 0px 5px 32px;
}



dl.danteproduct a img {
	background: #000;
	width: 150px;
	height:110px;
	border: 3px solid #333;
	
	/*margin: 6px 5px;
	_margin: 5px 4px;*/
	
	opacity: .8;
	-moz-opacity: .8;
	-khtml-opacity: .8;
	filter: alpha(opacity=80);
}
dl.danteproduct a:hover img {
	border: 3px solid #444;
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	filter: alpha(opacity=100);
}
.danteproduct-controller {
	text-align: right;
	padding-bottom: 5px !important;
}
.danteproduct-controller label {
	margin-left: 5px;
	font-size: 90%;
}

#tooltip {
	z-index: 9;
	background: #111;
	/*color: #fff; font-size: 80%;*/
	padding: 2px 5px;
	border: 1px solid #555;
	font: normal 12px Arial, Tahoma;
	color: #fff;
	font-weight:bold;
}
