.categorySmallBox{
    float:left;
    width:150px;
    height: 135px;
    text-align: center;
}

.categorySmallBox h3{
    display:block;
    margin: 0;
    height: 25px;
    top: -3px;
    position: relative;
}

.categorySmallBox h3 a {
    color: #fff;
    font-size: 11px;
    line-height: 12px;
    text-align: center;
    display: block;
    margin-top: 2px;
}



.productBox{
    float:left;
    width:150px;
    height: 135px;
    text-align: center;
}

.productBox .productName{
    display:block;
    margin: 0;
    height: 25px;
    top: -3px;
    position: relative;
}

.productBox .productName a {
    font-size: 12px;
}


#categoriesList .pager {
	clear: both;
	text-align: center;
}


/** wyszukiwarka **/

.searchResults_body .shopProduct_messageContainer {
	background: white;
	padding: 10px;
	color: black;
	font-weight: bold;
}



.searchResults_body table {
	width: 100%;
	border-collapse: collapse;
	background: #9aa6b6;
}

.searchResults_body th {
	height: 35px;
	color: white;
	font-size: 10px;
	padding-left: 5px;
	background: transparent url("/wnShopCategoryProductPlugin/images/headerBg.gif") repeat-x;
}

.searchResults_body td {
		
}

.searchResults_photo {
	width: 75px;
}


td.searchResults_name a {
	color: 	black;
	font-weight: bold;
}

td.searchResults_price {
	width: 100px;
	color: black;
}
