.productBox {
	float:left;
	width:186px; 
	border:1px solid #c3c3c3;
	height: 355px;
	overflow: hidden;
}
/*category name*/
.centerBoxDesc {
	font-weight:bold;
	font-size:17px;
	padding: 7px 0 26px 12px;
	cursor: default;
}
/*name*/
.centerBoxProductName {
	width:186px;
	margin-top:5px;
	float:left;
	height: 50px;
	vertical-align: middle;
	display: table-cell;
	overflow:hidden;
}
.centerBoxProductName * {
	text-align:center;
	color:#3b77bc;
	font-size: 13px;
	margin: 5px 4px 0 4px;
	text-decoration:none;
}
/*picture*/
.centerBoxProductPicture {
	width: 186px;
	height: 136px; 
	float:left;
	display: table-cell;
    text-align: center;
    vertical-align: middle;
	margin: 0px auto;
	overflow:hidden;
}
.centerBoxProductPicture * {
	vertical-align: middle;
}
.centerBoxProductPicture {
	display: block;
}
.centerBoxProductPicture span {
	display: inline-block;
	height: 100%;
	width: 1px;
}
/*description*/
.centerBoxProductDesc { /*IE6 i IE7*/	
	height: 95px;
	float:left;
	width:186px;
	margin:0 auto;
}
.centerBoxProductDesc * {
	font-size:12px;
	line-height:17px;
	width: 166px;
	margin: 0 auto;
	text-decoration:none;
	color: #000;	
	font-weight:normal;
}
/*price*/
.centerBoxProductPrice {
	float:left;
	width:189px;
	text-align:center;
}
.centerBoxProductPrice * {
	text-align:center;
	color: #ff4e00;
	font-size: 18px;
	font-weight:bold;
	padding: 9px 0 9px 0;
	text-decoration:none;
}
.oldPrice{
	font-size: 15px;
	color: #000;
	text-decoration: line-through;
	line-height:15px;
	font-weight:normal;
	padding: 0 9px 0 0 ;
}
/*buttons*/
.centerBoxProductButtons { 
	clear:left;
	float:left;
	width:186px;
}
.centerBoxProductButtons a {
	display:block;
}
.centerBoxProductButtons ul {
	margin: 0
}
.centerBoxProductButtons li {
	list-style: none;
	float: left;
}
.centerBoxProductButtons li.centerBoxProductBtnZobaczOpis a { 
	background: url(../../images/buttons/btn_zobaczOpis.png) no-repeat right; 
	width:80px; 
	height:27px;
	font-size:11px; 
	color:#FFF; 
	text-align:center; 
	text-decoration:none; 
	line-height:20px; 
	cursor:pointer;
}
.centerBoxProductButtons li.centerBoxProductBtnDodajDoKoszyka a { 
	background: url(../../images/buttons/btn_dodajDoKoszyka.png) no-repeat right;
	width:106px; 
	height:27px;
	font-size:11px;
	color:#FFF; 
	text-align:center; 
	text-decoration:none; 
	line-height:20px; 
	cursor:pointer;
}
