


/* Reset styli */
#shopp h1,#shopp h2, #shopp h3, #shopp h4, #shopp h5, #shopp h6 {
	border: 0px !important;
	background: none !important;
	background-color: none !important;
}
/* Formatowanie kategorii */
li.product div.frame a:hover img,
div.gallery ul.previews a.shopp-zoom:hover img {
	opacity:0.7;
	filter:alpha(opacity=70)
}
div.details h4.name {
	font-size: 10px !important;
	font-weight: normal !important;
}
div.details p.price {
	font-size: 16px !important;
	color: #4a1512;
}
/* Kategorie sklepowego */
ul.shopp_categories {
	margin: 0;
	padding: 0;
	list-style: none;
	padding-top: 8px;
}
ul.shopp_categories li {
	display: block;
	float: left;
	clear: left;
	margin-bottom: 5px;
	display: block;
	width: 80%;
	padding: 10px;
	color: #fff;
	background: #4a1512;
	border: 1px #350300 solid;
	text-align: center;
	font-weight: bold; 
}
ul.shopp_categories li:hover{
	display: block;
	color: #fff;
	background: #350300;
	border: 1px #4a1512 solid;
}
ul.shopp_categories li a {
	color: #fff;
}
ul.shopp_categories li a:hover {
	color: #fff !important;
	text-decoration: underline !important;
}