/*******************************************************
*-------------------  product ------------------
********************************************************/

.productView{
	margin: 20px 0px 20px 0px;
}
.productLink, .productLinkFirst{
	float:left;
	display: block;
	width: 230px;
	height: 218px;
	overflow: hidden;
	margin: 0px 10px 10px 0;
}
.productLinkFirst{
	background-position: top left;
	background-repeat: no-repeat;
	width: 210px;
	height:198px;
	padding: 10px;
}
.productLinkFirst .tekst{
	margin:105px 0 0 0 ;
	text-align: right;
}
.productLinkFirst .tekst p{
	margin: 0px 0px 0px 0px;
}
.productLink  a, .productLink a:hover, .productLink span{
	display: block;
	width: 220px;
	height: 208px;
	overflow: hidden;
	background-image: url(../images/bgProduct.gif);
	background-position: 0 -218px;
	background-repeat: no-repeat;
	padding: 5px;
	
}


.productLink a, .productLink span{
	background-position: 0 0;
	text-decoration: none;
}

.productLink .productImg{
	margin: 0px 0px 10px 0px;
	width: 220px;
	height: 164px;
	overflow:hidden; 
	padding: 0px;
	display: block;
	
	
}
.productLink a .productName, .productLink .productName{
	margin: 0px 0px 3px 5px;
	font-size: 12px;
	color:#292929;
	font-weight: bold;
}
.productLink .productName{
	margin-top: 5px;text-align: left;
}
.productLink a .productDesigner,.productLink .productDesigner{
	color:#990000;text-align: left;
	margin: 0px 0px 0px 5px;
	font-size: 10px;
}

.productLink a .productInfo, .productLink .productInfo{
	color:#990000; text-align: left;
	margin: 0px 0px 0px 5px;
	padding-right: 10px; 
	font-size: 10px;
}




