body {
font-family: Trebuchet MS, helvetica, arial;
font-size: 10px;

}

#container {
position: relative;
width: 280px;
margin: auto;
margin-top: 0px;

}

h1 {
	font-size: 20px;
	line-height: 20px;
}

ul, li, h4 {
margin: 0; padding: 0;
list-style: none;
}

a {
text-decoration: none;
color: #292929;
}

a:hover {
text-decoration: underline;
}

small {
color: gray;
font-weight: normal;
font-size: 11px;
display: block;
}

#widget {
overflow: hidden;
background: #ffffff;
padding: 1em;
border: 1px solid #cccccc;
height: 310px;
position: relative;
float: left;
min-width: 265px;
}

#widget img {
float: left;
border: 1px solid white;
padding: .2em;
background: #ffffff;
margin-right: .5em;
width: 90px;
height: 90px;
}

#widget li {
clear: left;
overflow: hidden;
position: relative;
top: 0;
padding-bottom: 1em;
height: 96px; /* Важно! Высота одиночного элемента внутри контейнера */
}

h4 {
padding-top: 0;
font-size: 14px;
}

li p {
color: #474747;
line-height:13px;
margin-top:0.4em;
font-size: 11px;
}