#left{
	width:240px;
	float:left;
}
#center{
	width:550px;
	float:left;
}
#right{
	width:200px;
}

/*  lista przedmiotow */
.product_list{

}
.product{
	float:left;
	margin: 5px;
	width: 235px;
	height:120px;
	border:1px solid black;
	padding:2px;
}
.product:hover{
	border:1px solid grey;

}
.product .photo{
	text-align:center;
	height:120px;
	width:100px;
	float:left;
}
.product .right{
	padding:3px;
}
.product .right .title{
	color:#9D8607;
	font-weight: bold;
	text-decoration:underline;
	margin-bottom:5px;
}
.product .right .caption{
	color:#a0a0a0;
}
.product .right .value{
	
}
.no_in_magazine{
color:red;
}
/*  wyszukiwarka   */

form .form_caption {
	width:80px;
}



/*  Category DIV */
.category_div, .category_div a{
	color: #A0A0A0;
}
.category_div{
	margin:10px;
}
.div_level_1{
	margin-left: 0px;
	font-size:13px;
	font-weight:bold;
	margin-top:5px;
	margin-bottom:5px;
}
.div_level_2{
	margin-left: 10px;
	font-size:14px;
	font-weight:bold;
	padding-left:5px;
	padding-top:2px;
	padding-bottom:2px;
}
.div_level_3{
	margin-left: 30px;
	padding-left:5px;
	padding-top:1px;
	padding-bottom:1px;
	font-size:12px;
}
span.count{
	margin-left:3px;
	font-size:80%;
	font-weight:normal;
}
.category_div .actual, .category_div .actual a{
	background-color:#9D8607;
	color:#000000;
}
/*          PAGINATOR       */
.paginator{
	margin:10px 20px;
}
.paginator .text{


}
.paginator .links{
	

}
.paginator .links div{
	float:left;
}
.paginator .links .center{
	width:20px;
	text-align:center;
}
.paginator .links .first{
	float:left;
	margin-right:10px;
}
.paginator .links .last{
	float:left;
	margin-left:10px;
}
.paginator .links .selected{
	float:left;
}


