._left{
	width:660px;
	float:left;
	margin:20px;

}
._right{
	width:300px;
	float:right;

}
#photo_div{
	text-align:center;
}

.SmallNewsList{
	
}
.SmallNewsList .news{
	margin-bottom:5px;
	padding-bottom:5px;
	border-bottom:1px solid #FFCC00;
}
.SmallNewsList .date{
	float:right;
	clear: both;
	font-size:9px;
}
.SmallNewsList .title{
	color: #FFCC00;
	text-decoration: underline;
	font-weight:bold;
	font-size:12px;
}
.SmallNewsList .content_small{
	margin-left:5px;
	margin-top:5px;
	font-size:11px;
}
.SmallNewsList .more_link{
	margin-left:5px;
	color:#FFCC00;
}
.SmallNewsList .all_news{
	color:#FFCC00;
	font-weight:bold;
	float:right;
	display:block;
}

/*   Najnowsze przedmioty   */
/*  lista przedmiotow */
.product_list{

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

}
.product .photo{
	text-align:center;
	height:80px;
	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{
	
}
