.productList {
	width: 615px;
}

.productContainer {
	margin: 5px 1px 5px 1px;
	width: 200px;
	height: 200px;
	float: left;
	background: white url(/images/content/ProductCategoryContentProduct/index/background.png) repeat-y center;
}





/** naglowek boxa z produktem **/

.productHeader {
	background: transparent url(/images/content/ProductCategoryContentProduct/index/header.png) no-repeat top center;
	height: 50px;
	position: relative;
}


.productHeader img {
	float: left;
	margin-left: 3px;
	margin-top: 3px;
}

.productHeaderData {
	display: block;
	padding: 0;
	float: left;
	margin: 5px 0 0 5px;
	width: 131px; 
	padding: 5px 0 0 5px;
	min-height: 35px;
	text-align: left;
	border-left: 1px dotted #7c7c7c;
	
}

.productHeaderData h2 {
	margin: 0;
	font-size: 90%;
}

.productHeaderData h3 {
	font-size: 75%;
	margin: 0;
	font-style: italic;
	letter-spacing: 0px;
	font-weight: normal;
	color: #7c7c7c;
}

.productHeaderData h2 .productStrong {
	font-weight: bold;
	color: #26a9fc;
}

/** tresc boxa z produktem **/

.productContent {
	height: 96px;	
	font-size: 85%;
	padding: 10px;
	text-align: justify;
}

.productContent:hover {
	color: #565656;
}

.productContent ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.productContent ul li {
	padding-left: 10px;
	margin-top: 5px;
	text-align: justify;
	background: transparent url(/images/content/ProductCategoryContentProduct/index/pointer.png) no-repeat left 4px;	
}



/** stopka boxa z produktem **/
.productFooter {
	height: 40px;
	background: transparent url(/images/content/ProductCategoryContentProduct/index/footer.png) no-repeat bottom center;
	text-align: right;
	font-size: 85%;
	padding-right: 5px;
}

.productFooter a {
	font-weight: normal;
	color: #009afb;
}
.productFooter a img {
	position: relative;
	top: 2px;
}



.bigTargetHover {
	cursor: pointer;	
}
