@charset "utf-8";
.sideBoxItemTable {  /*IE7 */
	width:205px;
    padding: 10px 5px 10px 10px;	
}
.sideBoxItemTable tr a {
	color:#fff;
	font-size: 12px;
	text-decoration:none;
}
.sideBoxItemTable .sum {
	color:#fff;
	font-size: 12px;
	font-weight:bold;
}
/*button*/
.sideBoxButton a {
	display:block;
}
.sideBoxButton ul {
	margin:0; 
	height:25px;
}
.sideBoxButton li {
	list-style: none; 
	float:left; 
	width: 205px;
}
.btn_porownaj { 
	background: url(../../images/buttons/btn_porownaj.png); 
	width:130px; 
	height:25px; 
	margin-left: 45px;
	cursor:pointer;
	border:none;
}
.btn_porownaj:hover {
	background-position: left bottom; 
}
