@charset "utf-8";

body {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    padding:0px;
    margin:0px;
    line-height:15px;
}

a {
	text-decoration: none;
	color: #ae0506;
}

.addlink {
    padding-left:5px;
}

.addtext {
    padding-left:5px;
    font-weight:bold;
    color: #444444;
}

.toptext {
    padding-left:12px;
    font-size:11px;
    font-weight:bold;
    border-bottom: 1px solid #F1EFE3;
}

.hr1 {
	background: url(/img/hr1.gif) repeat-x center left;
	height: 5px;
	margin: 6px 0 6px 0;
}

.box {
	position: relative;
	border: 1px solid #e6e9dc;
	padding: 0px;
	background: #fbfbf8;
	font-size: 11px;
	margin-bottom: 8px;
}

.box h1, .ajanlo h1 {
	background: #f1efe3 url(/img/boxh1.gif) repeat-x top center;
	color: #3d3d3d;
	font-size: 11px;
	height: 20px;
	padding: 6px 0 0 10px;
	margin-bottom: 1px;
    display:block;
    margin-top:0px;
}

.box h1 a {
	color: #000000;
 }

.toplistabox h1 {
	background: #ae0506 url(/img/boxh1_red.gif) repeat-x center left;
	color: #fff;
	padding-left: 22px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
    font-weight:bold;
}

.toplistabox h1 a{
	color: #fff;
}


.toplistabox .item  {
/*	position: relative; /**/
		padding: 5px 6px 5px 24px;
		border-top: 1px solid #f1efe3;
	}
.toplistabox .first  {
	border: none;
}
.toplistabox .top3  {
	background: #fff;
}

.toplistabox .item .cimke a {
		font-weight: bold;
		color: #dabb5e;
	}
.toplistabox .item .cim a,  .toplistabox .top3 .cimke a {
		font-weight: bold;
		color: #3d3d3d;
	}


.toplistabox .top3 .cim, .toplistabox .top3 .cim a {
		color: #ae0506;
		font-size: 12px;
		font-weight: bold;
	}
.toplistabox .sorszam {
	width: 20px;
	text-align: right;
/*	background: #eee; */
	float: left;
	position: absolute;
	left: 0;
	font-weight: bold;
	color: #9e9e9e;
	font-size: 10px;
}
.toplistabox .top3 .sorszam {
	color: #dabb5e;
	font-size: 12px;
	left: 0;
}

