.teszt_cim {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}
.teszt_kep {
    float: left;
    border: 5px solid #BFCEDD;
    margin-right: 10px;
    width: 60px;
    height: 60px;
    overflow: hidden;
}
.teszt_kep a {
    text-decoration: none;
}
.teszt_keplista {
    margin-top: 5px;
    margin-bottom: 5px;
}
.teszt_fokategoria {
    font-size: 12px;
    font-weight: bold;
    padding: 2px;
    margin-left: 10px;
    margin-top: 10px;
    padding-left: 10px;
    background: url(../pictures/3potty.gif) left 6px no-repeat;
}
.teszt_alkategoria {
    font-size: 12px;
    margin-left: 30px;
    padding: 2px;
    padding-left: 10px;
    background: url(../pictures/3potty2.gif) left 6px no-repeat;
}
.teszt_alkategoria a {
    font-weight: bold;
    color: #32477E;
    text-decoration: none;
}
.teszt_alkategoria a:hover {
    color: #9A78E9;
    text-decoration: underline;
}

.teszt_felh_kep {
    width: 60px;
    height: 60px;
    border: 2px solid #CCCC66;
    overflow: hidden;
    margin-right: 5px;
}

.teszt_nev {
    color: #657687;
    padding: 2px;
    background: #DCE0E4 url(../pictures/comments.gif) 1px 2px no-repeat;
    padding-left: 24px;
}
.teszt_nev a {
    color: #657687;
    font-weight: bold;
    text-decoration: none;
}
.teszt_nev a:hover {
    color: #FFFF99;
    text-decoration: underline;
}

.teszt_cime {
    color: #944925;
    padding: 3px;
    font-weight: bold;
    font-size: 16px;
    background-color: #F0F2F4;
    border-top: 1px solid #B6BEC7;
}
.teszt_cime a {
    color: #944925;
    font-weight: bold;
    text-decoration: none;
}
.teszt_cime a:hover {
    color: #FFFF99;
    text-decoration: underline;
}

.teszt_szoveg {
    padding: 3px;
    background-color: #E9ECEF;
}

.teszt_datum {
    padding: 2px;
    text-align: right;
    background-color: #DCE0E4;
    color: #657687;
}

/* star rater */
.star-rating2,
.star-rating2 .current-rating2{
	background: url(../pictures/rating/star.gif) left -1000px repeat-x;
}
.star-rating2{
	position:relative;
	width:125px;
	height:25px;
	overflow:hidden;
	list-style:none;
	margin:0;
	padding:0;
	background-position: left top;
}
.star-rating2 li{
	display: inline;
}
.star-rating2 .current-rating2{
	position:absolute;
	top:0;
	left:0;
	text-indent:-1000em;
	height:25px;
	line-height:25px;
	outline:none;
	overflow:hidden;
	border: none;
}
.star-rating2 .current-rating2{
	z-index:1;
	background-position: left bottom;
}
.inline-rating2{
	/*display:-moz-inline-block;
	display:-moz-inline-box;*/
	display:inline-block;
	vertical-align: middle;
}
