.sidebox {
	margin: 0 auto; 
	/* если нужна ширина блока -  width: 17em; */
	background: url(/img/br.gif) no-repeat bottom right;
	font-size: 100%;
}
.boxhead {
	background: url(/img/tr.gif) no-repeat top right;
	margin: 0;
	padding: 0;
}
.boxhead2 {
	background: url(/img/tl.gif) no-repeat top left;
	margin: 0;
	padding: 13px 30px 1px;
}
.boxbody {
	background: url(/img/bl.gif) no-repeat bottom left;
	margin: 0;
	padding: 5px 20px 31px;
}

.col ul {
	height: 102px;
	margin: 0;
	padding: 10px 5px 0 0;
	list-style-type: none; 
	list-style-image: url('/img/bg.gif');
}

.col ul li {
	width: 150px;
	text-align: center;
	float: right;
}

.col ul li a {
	display: block;
	text-decoration: none;
	padding-top: 65px;
	background-position: 50% 0;
	background-repeat: no-repeat;
}

.col ul li a:hover {
	background-position: 50% -200px;
	background-repeat: no-repeat;
}

.like {
	margin: 0;
	padding: 10px 0;
    font-size: 11px;
    color: #666666;
    vertical-align: middle;
    white-space: nowrap;
}

a.like      { color:#666666; text-decoration: none; vertical-align: middle; }
a.like:hover  { color:#000000; }
a.like:active { color:#ff0000; }

hr.sep {
    background-color: #999999;
    border-style: none;
    color: #999999;
    height: 1px;
    margin-bottom: 0;
    margin-top: 0;
}
