/* ----------------------------------------------------------

	Site:		Neon.hu
	Type:		Main CSS
	Author:		na

------------------------------------------------------------- */

/* @group reset */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

img,
fieldset {
	border: 0;
}

q:before,
q:after {
	content: "";
}

object {
	outline: none;
}

/* @end reset */

/* @group common-style */

body, table td, table th {
	color: #333;
	font: 11px/15px Verdana,"Bitstream Vera Sans","DejaVu Sans","Liberation Sans",Geneva,sans-serif;
}

input, button, textarea, select {
	color: #646464;
	font-size: 11px;
	font-family: Arial,Helvetica,FreeSans,"Liberation Sans","Nimbus Sans L",sans-serif;
}

body {
	background: #3A261F url(../i/bg_wood.jpg) repeat 50% 0;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 12px;
	line-height: 16px;
	font: bold 13px/16px Tahoma,Geneva,"DejaVu Sans Condensed",sans-serif;
}

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

a:hover {
}

a:active {
	outline: none;
}

/* @end common-style */

/* @group common-classes */

.clr:after,
.colwrp:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.screenrdr,
.hidden {
	position: absolute !important;
	left: -9999px;
	top: 0px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.dspnone {
	display: none;
}

.fir {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
}

.fleft {
	float: left;
}

.fright {
	float: right;
}

.noborder {
	border: 0 !important;
}

.strong {
	font-weight: bold;
}

.iwrp,
.iwrp img {
	display: block;
}

ul, ol {
	list-style: none;
}

.banner img,
.placeholder {
	display: block;
}

.bannerhead {
	background: #5e5d5e;
	text-align: center;
	color: #c3c3c2;
	height: 17px;
	line-height: 17px;
	font-size: 9px;
}

a.bullet {
	padding: 0 15px 0 0;
	background: url(../i/sprite-tiny.png) no-repeat 100% -24px;
	font-size: 11px;
	font-family: Arial,Helvetica,FreeSans,"Liberation Sans","Nimbus Sans L",sans-serif;
	color: #646464;
}

a.bullet:hover {
	color: #ff0297;
	background-position: 100% -202px;
}

a.bullet-up {
	color: #b9b9b9;
	padding: 0 0 0 15px;
	font-size: 10px;
	font-family: Arial,Helvetica,FreeSans,"Liberation Sans","Nimbus Sans L",sans-serif;
	background: url(../i/sprite-tiny.png) no-repeat -140px 7px;
}

/* @group custombutton */

.custombutton {
	position: relative;
	border: 0; 
	padding: 0;
	cursor: pointer;
	overflow: visible; /* removes extra side padding in IE */
}

.custombutton::-moz-focus-inner {
	border: none;  /* overrides extra padding in Firefox */
}

.custombutton span { 
	position: relative;
	display: block; 
	white-space: nowrap;	
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	/* Safari and Google Chrome only - fix margins */
	.custombutton span {
		margin-top: -1px;
	}
}

/* @end custombutton */

/* @end common-classes */

/* @group base-layout */

#shadow {
	background: url(../i/bg_shadow.png) repeat-y 50% 0;
}

#topsplash {
	background: url(../i/_bg_splash_top.jpg) no-repeat 50% 0;
}

body.ezo #topsplash {
	background: url(../i/bg_ezo.png) no-repeat 50% 0;
}

#bottomsplash {
	background: url(../i/_bg_splash_bottom.png) no-repeat 50% 100%;
}

#container {
	width: 1000px;
	margin: 0 auto;
}

#header {
	height: 140px;
	position: relative;
}

#innerfooter {
	width: 946px;
	height: 160px;
	padding: 11px 54px 0 0;
	margin: 0 auto;
	text-align: right;
	color: #858585;
}

/* @group cols */

.colwrp {
	clear: both;
}

.col_w740,
.col_w480,
.col_w370,
.col_w260 {
	float: left;
}

.col_w740 {
	width: 740px;
}

.col_w480 {
	width: 480px;
}

.col_w370 {
	width: 370px;
}

.col_w260 {
	width: 260px;
}

.box {
	margin: 10px 0 0 10px;
}

.col_main {
	background: url(../i/bg_maincolwrp.png) repeat-y 749px 0;
	padding: 0 0 10px;
}

.aloldali_topgradient .col_aside {
	background: url(../i/bg_aloldali_topgradient.png) repeat-x;
}

.aloldali_topgradient > .col_w740 {
	background: url(../i/bg_aloldali_topgradient_left.png) no-repeat 100% 0;
}

.col_aside .box {
	margin-top: 0;
	border-bottom: 10px solid #5e5d5e;
    float: left;
}


/*
	A design nem egyertelmu a jobb oldali oszlop melletti 1px-es szurke csikkal.
	Szinte mindig ott van, de a cikk oldalon a legfelso doboznal hianyzik...
*/
.col_aside .whitemask {
	border-color: #fff;
	margin: 0 0 0 9px;
	border-left: 1px solid #fff;
}

/* @end cols */

/* @end base-layout */

/* @group header */

#logo {
	position: absolute;
	top: 0;
	left: 0;
}

#logo a,
#logo img {
	display: block;
}

#header ul {
	position: absolute;
	top: 15px;
	left: 276px;
	height: 14px;
	color: #646464;
	font: 10px/14px Tahoma,Geneva,"DejaVu Sans Condensed",sans-serif;
}

#header ul li {
	display: inline;
	margin: 0 0 0 2px;
}

#header ul a {
	color: #646464;
	margin: 0 2px 0 0;
	font-weight: bold;
}

#header ul a:hover {
	color: #9e9e9e;
}

#header .banner {
	position: absolute;
	top: 44px;
	right: 0;
}

/* @group searchform */

#header .searchform {
	height: 23px;
	position: absolute;
	top: 10px;
	right: 10px;
}
/*
#header .searchform select {
	float: left;
	display: none;
}

#header .searchform .dropdown {
	width: 93px;
	height: 18px;
	padding: 5px 0 0 8px;
	overflow: hidden;
	float: left;
	background: #fff url(../i/sprite-main.png) no-repeat;
	color: #646464;
	font-weight: bold;
	font-family: Arial,Helvetica,FreeSans,"Liberation Sans","Nimbus Sans L",sans-serif;
}
*/
#header .searchform span {
	float: left;
	width: 133px;
	height: 19px;
	padding: 4px 0 0 8px;
	position: relative;
	margin: 0 0 0 3px;
	overflow: hidden;
	background: #fff url(../i/sprite-main.png) no-repeat -104px 0;
}

#header .searchform span input {
	padding: 0;
	border: 0;
	background: none;
	width: 105px;
	font-weight: bold;
}

#header .searchform button {
	width: 22px;
	height: 23px;
	padding: 0;
	margin: 0;
	display: block;
	text-indent: -9999px;
	border: 0;
	background: none;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	background: #4e4d4e url(../i/sprite-main.png) no-repeat -223px 0;
}

#header .searchform button:hover {
	background-position: 0 -75px;
}

/* @end searchform */

/* @end header */

/* @group content */

#content {
	background: #fff;
}

/* @group menu */

#mainmenu {
	padding-top: 36px;
	height: 41px;
	position: relative;
	background: #060505 url(../i/bg_gradients.png) repeat-x 0 1px;
}

/* segments */

#mainmenu .segment {
	position: absolute;
	width: 500px; /* 333 */
	height: 36px;
	line-height: 36px;
	top: 0;
	left: 0;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	background: #252120;
	border-left: 1px solid #5a5a5c;
	overflow: hidden;
}

#mainmenu .segment .fir,
#mainmenu .animfir {
	width: 500px; /* 333 */
	height: 36px;
	background: url(../i/sprite-main.png) no-repeat;
}

#mainmenu .animfir {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 0;
}

#mainmenu.hover .animfir,
#mainmenu:hover .animfir {
	display: none !important;
}

#mainmenu .ss_hirek {
	border: 0;
}

#mainmenu .ss_hirek .fir {
	background-position: 0 -39px;
}

/*
#mainmenu .ss_kozosseg {
	width: 332px;
	left: 333px;
}

#mainmenu .ss_kozosseg .fir {
	background-position: -334px -39px;
}
*/

#mainmenu .ss_szorakozas {
	left: 500px;   /* 666 */
}

#mainmenu .ss_szorakozas .fir {
	background-position: -501px -39px; /* -667 -39 */
}

#mainmenu li.hirek,
#mainmenu li.szorakozas {
	width: 500px;
	float: left;
}

#mainmenu li.szorakozas ul {
	padding-left: 4px;
}

/* end segments */

/* normal menu */

#mainmenu ul {
	height: 41px;
	line-height: 41px;
	float: left;
	font-family: Tahoma,Geneva,"DejaVu Sans Condensed",sans-serif;
	font-weight: bold;
}

#mainmenu ul li {
	float: left;
	position: relative;
}

#mainmenu .hirek ul {
	padding: 0 0 0 25px;
}

#mainmenu ul a {
	color: #9e9e9e;
	padding: 0 6px;
	float: left;
	display: block;
}

#mainmenu ul li.hover a,
#mainmenu ul li:hover a {
	color: #fff !important;
}

#mainmenu .hover_hirek .ss_hirek,
#mainmenu .hirek:hover .ss_hirek {
	background: #ff1985;
	color: #000;
}

#mainmenu .hover_hirek .fir,
#mainmenu .hirek:hover .fir {
	background-position: 0 -107px;
}

#mainmenu .hirek .animfir {
	background-position: 0 100%;
}

#mainmenu .hover_hirek ul a,
#mainmenu .hirek:hover ul a {
	color: #ff1985;
}

#mainmenu .hover_kozosseg .ss_kozosseg,
#mainmenu .kozosseg:hover .ss_kozosseg {
	background: #05ebce;
	color: #000;
}

#mainmenu .hover_kozosseg .fir,
#mainmenu .kozosseg:hover .fir {
	background-position: -334px -107px;
}

#mainmenu .kozosseg .animfir {
	background-position: -334px 100%;
}

#mainmenu .hover_kozosseg ul a,
#mainmenu .kozosseg:hover ul a {
	color: #05ebcd;
}

#mainmenu .hover_szorakozas .ss_szorakozas,
#mainmenu .szorakozas:hover .ss_szorakozas {
	background: #ff0;
	color: #000;
}

#mainmenu .hover_szorakozas .fir,
#mainmenu .szorakozas:hover .fir {
	background-position: -500px -107px;    /* -667 -107 */
}

#mainmenu .szorakozas .animfir {
	background-position: -500px 100%;      /* -667 100% */
}

#mainmenu .hover_szorakozas ul a,
#mainmenu .szorakozas:hover ul a {
	color: #ff0;
}

/* end normal menu */

/* @group secmenu */

.secmenu {
	position: absolute;
	width: 108px;
	padding: 0 0 8px;
	top: 29px;
	line-height: 15px;
	left: -9999px;
	z-index: 1500;
	background: url(../i/bg_secmenu.png) no-repeat;
}

#mainmenu ul li.hover .secmenu,
#mainmenu ul li:hover .secmenu {
	left: auto;
}

#mainmenu .secmenu ul {
	height: auto;
	float: none;
	padding: 12px 11px 0 10px;
	background: url(../i/bg_secmenu.png) no-repeat;
}

#mainmenu .secmenu li {
	float: none;
	margin: 0;
}

#mainmenu .secmenu li:first-child {
	border: none !important;
}

#mainmenu ul .secmenu li a {
	float: none;
	color: #000 !important;
	display: block;
	font: 12px/15px Arial,Helvetica,FreeSans,"Liberation Sans","Nimbus Sans L",sans-serif;
	padding: 3px 2px;
	text-transform: uppercase;
	background: none;
}

#mainmenu .secmenu li a:hover {
	color: #fff !important;
}

.hirek .secmenu li {
	border-top: 1px dotted #811a4b;
}

#mainmenu .hirek .secmenu li a:hover {
	background: #d20064;
}

.kozosseg .secmenu li {
	border-top: 1px dotted #1d665c;
}

#mainmenu .kozosseg .secmenu li a:hover {
	background: #32baa9;
}

.szorakozas .secmenu li {
	border-top: 1px dotted #807f13;
}

#mainmenu .szorakozas .secmenu li a:hover {
	background: #a5a519;
}

ul#mainmenu li.hirek div.secmenu {
	background-position: -367px 100%;
}

#mainmenu .hirek .secmenu ul {
	background-position: 0 0;
}

ul#mainmenu li.kozosseg div.secmenu {
	background-position: -489px 100%;
}

#mainmenu .kozosseg .secmenu ul {
	background-position: -122px 0;
}

ul#mainmenu li.szorakozas div.secmenu {
	background-position: -611px 100%;
}

#mainmenu .szorakozas .secmenu ul {
	background-position: -244px 0;
}

/* @end secmenu */

/* @end menu */

/* @group indextopbox */

.indextopbox {
	height: 320px;
	border-bottom: 13px solid #c3c3c2;
}

.indextopbox .topboxwrp {
	width: 464px;
	float: right;
}

/* @group cikk_rotator */

.cikk_rotator {
	position: relative;
	width: 534px;
	height: 320px;
	overflow: hidden;
	border-right: 2px solid #333;
	float: left;
	background: url(../i/bg_cikkrotator_overlay.png) no-repeat 0 100%;
}

.cikk_rotator img {
	display: block;
}

/* @group stage */

.cikk_rotator .stage {
	height: 243px;
	overflow: hidden;
	position: relative;
	border-bottom: 2px solid #010001;
}

.cikk_rotator .stage .back_img {
	position: relative;
}

.cikk_rotator .stage .main_link {
	position: absolute;
	top: 0;
	left: 0;
}

.cikk_rotator .stage .caption {
	position: absolute;
	width: 513px;
	height: 64px;
	padding: 8px 8px 5px 13px;
	top: 166px;
	left: 0;
	color: #fff;
	background: url(../i/bg_cikkrotator_overlay.png) no-repeat;
}

.cikk_rotator .stage .caption h1,
.cikk_rotator .stage .caption h2 {
	width: 325px;
	float: left;
}

.cikk_rotator .stage .caption h2.long {
	width: 425px;
}

.cikk_rotator .stage .caption h1,
.cikk_rotator .stage .caption h1 a,
.cikk_rotator .stage .caption h2,
.cikk_rotator .stage .caption h2 a {
	color: #fff;
	font: bold 14px/17px Verdana,"Bitstream Vera Sans","DejaVu Sans","Liberation Sans",Geneva,sans-serif;
}

.cikk_rotator .stage .caption h1 a:hover,
.cikk_rotator .stage .caption h2 a:hover {
	color: #f09;
}

.cikk_rotator .stage .caption div.rightcol {
	float: left;
	width: 170px;
	margin: 0 0 0 17px;
	padding: 8px 0 0;
}

.cikk_rotator .stage .caption .share {
	position: absolute;
	top: 0;
	left: 445px;
	width: 66px;
	height: 24px;
	padding: 0 0 0 22px;
	color: #fff;
	cursor: pointer;
	font: 10px/24px Tahoma,Geneva,"DejaVu Sans Condensed",sans-serif;
	background: url(../i/sprite-tiny.png) no-repeat -65px -277px;
}

.cikk_rotator .stage .caption .share.hover,
.cikk_rotator .stage .caption .share:hover {
	background-color: #ff0;
	background-position: -65px -310px;
	color: #000;
}

.cikk_rotator .stage .caption .cr_related_title {
	display: block;
	width: 44px;
	height: 12px;
	text-align: center;
	text-transform: uppercase;
	color: #474747;
	font: 9px/12px Arial,Helvetica,FreeSans,"Liberation Sans","Nimbus Sans L",sans-serif;
	background: url(../i/sprite-tiny.png) no-repeat -53px -240px;
}

.cikk_rotator .stage .caption .cr_related {
	list-style: disc;
	padding: 3px 0 0 14px;
}

.cikk_rotator .stage .caption .cr_related li {
	color: #e2e2e0;
	margin: 4px 0 0;
	float: left;
	clear: left;
}

.cikk_rotator .stage .caption .cr_related li:hover {
	color: #ff0297;
}

.cikk_rotator .stage .caption .cr_related a {
	color: #9e9e9e;
}

.cikk_rotator .stage .caption .cr_related a:hover {
	color: #ff1788;
}

.cikk_rotator .stage .caption p {
	clear: both;
	padding: 4px 0 0;
}

.cikk_rotator .stage .caption p a {
    color: #FF0198;
    padding: 2px;
}

.cikk_rotator .stage .caption p a:hover {
    color: #FFF;
    background-color: #FF0198;
}

/* @end stage */

/* @group scrollable */

.cikk_rotator .scrollable {
	height: 81px;
	position: relative;
	margin: -7px 0 0;
	padding: 1px 22px 0 22px;
}

.cikk_rotator .scrollable .prev,
.cikk_rotator .scrollable .next {
	height: 60px;
	width: 16px;
	position: absolute;
	top: 12px;
	left: 3px;
	overflow: hidden;
	text-indent: -9999px;
	cursor: pointer;
	background: #777 url(../i/sprite-tiny.png) no-repeat 0 -340px;
}

.cikk_rotator .scrollable .next {
	left: 514px;
	background-position: -16px -340px;
}

.cikk_rotator .scrollable .next:hover {
	background-position: -134px -340px;
}

.cikk_rotator .scrollable .prev:hover {
	background-position: -118px -340px;
}

.cikk_rotator .scrollable .window {
	width: 490px;
	height: 75px;
	position: relative;
	overflow: hidden;
}

.cikk_rotator .scrollable ul {
	position: absolute;
	width: 10000px;
	height: 75px;
}

.cikk_rotator .scrollable li {
	float: left;
	width: 60px;
	height: 60px;
	padding: 11px 4px 4px;
	margin: 0 0 0 2px;
	overflow: hidden;
}

.cikk_rotator .scrollable li:first-child {
	margin: 0;
}

.cikk_rotator .scrollable li a {
	display: block;
	width: 60px;
	height: 60px;
	cursor: pointer;
	margin: 0 0 15px;
}

.cikk_rotator .scrollable li.sel {
	background: url(../i/bg_cikkrotator_selbox.png) no-repeat;
}

/* @end scrollable */

/* @group sharelayer */

.cikk_rotator .sharelayer {
	position: absolute;
	width: 218px;
	height: 74px;
	text-align: center;
	overflow: hidden;
	background: #ff0 url(../i/bg_cikkrotator_sharelayer.png) no-repeat;
	top: -73px;
	left: -129px;
	font-family: Tahoma,Geneva,"DejaVu Sans Condensed",sans-serif;
	display: none;
	color: #464646;
}

.cikk_rotator .stage .caption .share.hover .sharelayer,
.cikk_rotator .stage .caption .share:hover .sharelayer {
	display: block;
}

.cikk_rotator .sharelayer li {
	position: absolute;
	top: 33px;
}

.cikk_rotator .sharelayer li a {
	display: block;
	text-indent: -9999px;
	width: 26px;
	height: 26px;
	overflow: hidden;
	background: url(../i/bg_cikkrotator_sharelayer.png) no-repeat;
}

.cikk_rotator .sharelayer li.facebook {
	left: 149px;
}

.cikk_rotator .sharelayer li.facebook a {
	background-color: #4166a4;
	background-position: -149px -33px;
}

.cikk_rotator .sharelayer li.myspace {
	left: 59px;
}

.cikk_rotator .sharelayer li.myspace a {
	background-color: #274f99;
	background-position: -59px -33px;
}

.cikk_rotator .sharelayer li.twitter {
	left: 103px;
}

.cikk_rotator .sharelayer li.twitter a {
	background-color: #90e2e7;
	background-position: -103px -33px;
}


/* @end sharelayer */

/* @end cikk_rotator */

/* @group statusbar */

.status {
	height: 36px;
	overflow: hidden;
	line-height: 36px;
	padding: 0 0 0 10px;
	font-size: 10px;
	color: #646464;
	background: url(../i/bg_gradients.png) repeat-x 0 -790px;
}

.indextopbox .status {
	height: 35px;
	line-height: 36px;
	background-position: 0 0;
}

.statuswrp {
	float: right;
	padding: 0 10px 0 0;
}

.status .rss {
	float: left;
	width: 22px;
	height: 21px;
	overflow: hidden;
	text-indent: -9999px;
	background: url(../i/ico_rss.png) no-repeat;
	margin: 6px 2px 0 0;
}

.status dl {
	float: left;
	font-family: Tahoma,Geneva,"DejaVu Sans Condensed",sans-serif;
}

.status dt,
.status dd,
.status .logout {
	float: left;
	height: 35px;
	margin: 0 0 0 3px;
}

.status dt {
	font-weight: bold;
}

.status dd dt,
.status .logout {
	font-weight: normal;
	color: #00aced;
	padding: 0 0 0 9px;
	margin: 0 0 0 7px;
	background: url(../i/sprite-tiny.png) no-repeat -86px -46px;
}

.status dd dt:first-child {
	background: none;
	padding: 0;
}

.status .logout a {
	padding: 0 16px 0 0;
	color: #333;
	font-size: 11px;
	font-family: Arial,Helvetica,FreeSans,"Liberation Sans","Nimbus Sans L",sans-serif;
	background: url(../i/sprite-tiny.png) no-repeat 100% -439px;
}

.status .logout a:hover {
    background-position: 100% -201px;
}

.indextopbox .status .logout {
    float: right;
    margin-right: 10px;
}

/* @end statusbar */

/* @group eztortent */

.eztortent {
	width: 214px;
	height: 274px;
	padding: 6px 1px 5px 0;
	overflow: hidden;
	float: left;
	background: url(../i/bg_eztortent.png) repeat-x;
}

.eztortent h3 {
	font: bold 16px Tahoma, Verdana, Arial, sans-serif;
	color: #393635;
	margin-bottom: 25px;
	padding: 5px 0 0 10px;
}

.eztortent .fresh {
	text-transform: uppercase;
	font: 10px Tahoma, Arial, Verdana, sans-serif;
	color: #A6A6A6;
	padding-left: 10px;
}

.eztortent .hr {
	border-top: #BFBFBF 1px dashed;
	margin-top: 3px;
}

.eztortent ul {
	margin-bottom: 10px;
}

.eztortent ul li {
	height: 17px;
	padding: 3px 0 0 10px;
}

.eztortent ul li a {
	color: #FF0198;
	font: normal 10px Tahoma, Arial, Verdana, sans-serif;
	padding: 2px;
}

.eztortent ul li a:hover {
	color: #FFF;
	background-color: #FF0198;	
}


/* @end eztortent */

.indextopbox .loginbox-normal {
	float: right;
	width: 249px;
	margin-left: 0 !important;
}

.nagylogin .loginbox-normal {
    float: left;
    margin-left: 0;
}



/* @group loginbox */

.loginbox {
	width: 250px;
	height: 281px;
	padding: 4px 0 0;
	overflow: hidden;
	position: relative;
	color: #fff;
	background: #1d1c1c url(../i/bg_user_login.png) no-repeat;
	font-family: Tahoma,Geneva,"DejaVu Sans Condensed",sans-serif;
}

.loginbox .loginhead {
	height: 31px;
}

.loginbox .loginhead h5 {
	font-size: 10px;
	line-height: 31px;
	padding: 0 0 0 10px;
	font-weight: normal;
	font-family: Arial,Helvetica,FreeSans,"Liberation Sans","Nimbus Sans L",sans-serif;
}

.loginbox .loginhead li {
	position: absolute;
	top: 8px;	
}

.loginbox .loginhead li a {
	display: block;
	width: 24px;
	height: 23px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../i/bg_user_login.png) no-repeat;
}

.loginbox .loginhead .facebook {
	left: 95px;
}

.loginbox .loginhead .facebook a {
	background-color: #3f66b2;
	background-position: -99px -8px;
}

.loginbox .loginhead .twitter {
	left: 120px;	
}

.loginbox .loginhead .twitter a {
	background-color: #3da6c0;
	background-position: -124px -8px;
}

.loginbox .loginhead .myspace {
	left: 145px;
}

.loginbox .loginhead .myspace a {
	background-color: #1c348e;
	background-position: -149px -8px;
}

.loginbox .login p {
	padding: 5px 32px 0 10px;
	position: relative;
	font-size: 12px;
}

.loginbox .login p:first-line {
	font-size: 14px;
	line-height: 21px;
}

.loginbox .login p em {
	position: absolute;
	top: 5px;
	right: 3px;
	width: 66px;
	height: 21px;
	line-height: 21px;
	overflow: hidden;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	font-style: normal;
}

.loginbox .login p em .fir {
	width: 66px;
	height: 21px;
	background: url(../i/bg_user_login.png) no-repeat 0 -285px;
}

.loginbox .loginformwrp {
	position: absolute;
	bottom: 0;
	width: 172px;
	height: 153px;
}

.loginbox .loginformwrp h5 {
	height: 23px;
	line-height: 23px;
	position: relative;
	color: #eb73ac;
	text-transform: uppercase;
	padding: 0 0 0 16px;
	overflow: hidden;
}

.loginbox .loginformwrp h5 .fir {
	width: 250px;
	height: 23px;
	background: url(../i/bg_user_login.png) no-repeat 0 -330px;
}

.loginbox .inpusername,
.loginbox .inppwd {
	position: absolute;
	top: 29px;
	left: 10px;
	width: 151px;
	height: 23px;
	background: #fff url(../i/bg_user_login.png) no-repeat -10px -359px;
}

.loginbox .inppwd {
	background-position: -10px -392px;
}

.loginbox fieldset span input {
	position: absolute;
	top: 5px;
	left: 10px;
	background: none;
	border: 0;
	padding: 0;
	width: 130px;
	outline: 0;
}

.loginbox .loginformwrp .inppwd {
	top: 62px;
}

.loginbox .inppwd input {
	width: 110px;
}

.loginbox .loginformwrp button {
	position: absolute;
	top: 62px;
	left: 140px;
	border: 0;
	text-indent: -9999px;
	overflow: hidden;
	width: 21px;
	height: 23px;
	background: #4e4d4e url(../i/bg_user_login.png) no-repeat -140px -392px;
	cursor: pointer;
}

.loginbox .loginformwrp button:hover {
	background-position: -48px -306px;
}

.loginbox .login_password {
	position: absolute;
	top: 62px;
	height: 23px;
	line-height: 23px;
	left: 10px;
	padding: 0 0 0 10px;
	color: #646464;
}

.loginbox .login_or {
	position: absolute;
	top: 92px;
	left: 0;
	width: 172px;
	height: 23px;
	line-height: 23px;
	color: #eb73ac;
	text-transform: uppercase;
	overflow: hidden;
	text-align: center;
}

.loginbox .login_or .fir {
	width: 172px;
	height: 23px;
	background: url(../i/bg_user_login.png) no-repeat 0 -422px;
}

.loginbox .regisztralj {
	position: absolute;
	top: 120px;
	left: 43px;
	width: 91px;
	height: 23px;
	line-height: 23px;
	text-align: center;
	font-weight: bold;
	color: #fff;
	background: #35a0e0 url(../i/bg_user_login.png) no-repeat -43px -450px;
}

.loginbox .profil .welcome {
	color: #c6c6c6;
	font-size: 12px;
	line-height: 16px;
	padding: 49px 0 17px 75px;
	position: relative;
	width: 70px;
}

.loginbox .profil .welcome img {
	position: absolute;
	top: 27px;
	left: 18px;
	border: 1px solid #b9b9b8;
}

.loginbox .profil .welcome h5 {
	width: 48px;
	height: 24px;
	line-height: 24px;
	overflow: hidden;
	position: absolute;
	top: 24px;
	left: 72px;
	text-align: center;
	color: #fff;
	font-style: italic;
}

.loginbox .profil .welcome h5 .fir {
	width: 48px;
	height: 24px;
	background: url(../i/bg_user_login.png) no-repeat 0 -306px;
}

.loginbox .profil ul {
	padding: 0 0 0 18px;
}

.loginbox .profil li {
	height: 20px;
	line-height: 20px;
	padding: 0 0 0 26px;
	margin: 5px 0 0;
	overflow: hidden;
	background: url(../i/bg_user_login.png) no-repeat;
}

.loginbox .profil li a {
	color: #c5c5c5;
}

.loginbox .profil li a span {
	color: #11b2f0;
	font-size: 10px;
}

.loginbox .profil .ilyenazoldalam {
	background-position: -230px -359px;
}

.loginbox .profil .oketkovetem {
	background-position: -230px -384px;
}

.loginbox .profil .okkovetnek {
	background-position: -230px -410px;
}

.loginbox .profil .eksonok {
	background-position: -230px -435px;
}

.loginbox .profil .allitsukmarat {
	background-position: -230px -463px;
}

.indextopbox .loginbox {
	width: 250px;
	float: right;
	background-position: -4px 0;
}

.col_w260 .loginbox {
	background-position: 0 -1px;
	height: 280px;
}

.col_w260 .loginbox .loginhead li {
	top: 7px;
}

.col_w260 .loginbox .loginhead .facebook {
	left: 99px;
}

.col_w260 .loginbox .loginhead .twitter {
	left: 124px;
}

.col_w260 .loginbox .loginhead .myspace {
	left: 149px;
}

.col_w260 .loginbox .login {
	padding: 0 0 0 8px;
}

.col_w260 .loginbox .login p em {
	left: 102px;
}

/* @end loginbox */

/* @end indextopbox */

/* @group contentboxes */

/* @group cikklist */

.cikklist {
	position: relative;
}

.cikklist h3 {
	padding-top: 20px;
	background: url(../i/separator_cikklist.png) no-repeat 102px 48px;
}

.cikklist h3 a {
	display: block;
	width: 102px;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	font-size: 26px;
	position: relative;
    cursor: default;
}

.cikklist h3 a .fir {
	width: 102px;
	height: 40px;
	background: url(../i/bg_cikklist_head.png) no-repeat;
}

.cikklist_vonalas h3 a .fir {
	background: url(../i/bg_rovatnevnelkuli_vonal.png) no-repeat;
}


.cl_custom_cool h3 a .fir {
    background: url(../i/bg_custom_header_cool.png) no-repeat 0 0 !important;   
}

.cl_custom_durva h3 a .fir {
    background: url(../i/bg_custom_header_durva.png) no-repeat 0 0 !important;   
}


.cl_custom_omg h3 a .fir {
    background: url(../i/bg_custom_header_omg.png) no-repeat 0 0 !important;   
}


.cl_custom_tipp h3 a .fir {
    background: url(../i/bg_custom_header_tipp.png) no-repeat 0 0 !important;   
}

.cl_custom_wtf h3 a .fir {
    background: url(../i/bg_custom_header_wtf.png) no-repeat 0 0 !important;   
}




.cikklist em.topemp {
	position: absolute;
	color: #646464;
	top: 31px;
	right: 3px;
	font: bold normal 12px/16px Arial,Helvetica,FreeSans,"Liberation Sans","Nimbus Sans L",sans-serif;
}

.cikklist em.friss {
	position: absolute;
	top: 22px;
	left: 100px;
	height: 26px;
	width: 47px;
	font-style: italic;
	font-size: 18px;
	overflow: hidden;
	line-height: 26px;
	color: #202020;
}

.cikklist em.friss .fir {
	width: 47px;
	height: 26px;
	background: url(../i/bg_cikklist_head.png) no-repeat 0 -280px;
}

.cl_lovesex em.friss {
	left: 137px;
}

.cikklist ul {
	padding: 0 0 0px;
	background: url(../i/separator_cikklist.png) no-repeat 0 100%;
}

.cikklist li {
	padding: 0 30px 0 0;
	margin: 10px 0 0;
	position: relative;
	background: url(../i/separator_cikklist.png) no-repeat 102px 100%;
	overflow: hidden;
}

.cikklist li:first-child {
	margin: 0;
}

.cikklist li.lastchild {
	background: none;
}

.cikklist li .iwrp {
	float: left;
	margin: 0 10px 0 0;
	overflow: hidden;
}

.cikklist li .iwrp:hover {
	border: 1px solid;
}

.cikklist li .iwrp:hover img {
	margin: -1px;
}

.cikklist li .txtwrp {
	float: left;
}

.col_w370 li .txtwrp {
	width: 230px;
}

.cikklist li h4 {
	margin: 0 0 2px;
}

.cikklist li h4,
.cikklist li h4 a {
	font-size: 13px;
	line-height: 17px;
	height: 34px;
	overflow: hidden;
}

.cikklist li h4 a {
	padding: 1px 1px 1px 0;
}

.cikklist li.cl_bigtitle h4 {
	margin: 0 0 15px;
}

.cikklist li.cl_bigtitle h4 a {
	font-size: 15px;
	line-height: 19px;
}

.cl_extraborder {
	padding: 10px 0 0;
	background: url(../i/separator_cikklist.png) repeat-x;
}

.cikklist li p {
	line-height: 13px;
	margin: 0 0 5px;
	overflow: hidden;
}

.cikklist li p.tipus_4, .cikklist li p.tipus_3 {
	line-height: 14px;
}
/*.cikklist li p.tipus_4 {
	height: 42px;
}

.cikklist li p.tipus_3 {
	height: 140px;
}

.cikklist li p.tipus_2 {
	height: 42px;
}*/

.cikklist li dl {
	position: absolute;
	top: 0;
	right: 0;
}

.cikklist li dd,
.cikkwrp_box dl.comments dd {
	width: 20px;
	height: 17px;
	overflow: hidden;
	text-align: center;
	color: #474747;
	font: normal 9px/13px Arial,Helvetica,FreeSans,"Liberation Sans","Nimbus Sans L",sans-serif;
	background: #e2e2e0 url(../i/sprite-main.png) no-repeat -913px 0;
}

.cikklist li a:hover dd {
    background: url(../i/komment_over_bg.png) no-repeat 0 0;
    color: #FFF;
}

/* widepic */

.cikklist .cl_widepic {
	padding: 0 0 8px;
	background-position: 0 100%;
	height: 182px;
}

.cikklist .cl_highpic {
	height: 190px;
}

.cikklist .cl_qpic {
	height: 90px;
}

.cikklist .cl_highpic p.nopic, .cikklist .cl_widepic p.nopic {
	/*height: 140px;*/
	line-height: 14px;
}
/*
.cikklist .cl_qpic p.nopic {
	height: 42px;
}
*/
/*.cikklist .cl_widepic.lastchild {
	padding: 0;
}*/

.cikklist .cl_widepic .iwrp {
	float: none;
	margin: 0 0 8px;
}

.cikklist .cl_widepic .txtwrp {
	float: none;
	width: auto;
}

/*.cikklist .cl_widepic h4 {
	margin-bottom: 5px;
}*/

.cikklist .cl_widepic p {
	margin: 0 0 3px;
	padding: 0 10px 0 0;
}

.cikklist .cl_widepic dl {
	top: 99px;
}

/* related */

.related {
	margin: 13px 0 0;
}

.related h5 {
	font: normal 9px/13px Tahoma,Geneva,"DejaVu Sans Condensed",sans-serif;
	text-decoration: underline;
	text-transform: uppercase;
	padding: 0 0 0 5px;
}

.related ul {
	background: none;
	padding: 0;
	list-style: disc;
	margin: 0 0 0 3px;
	padding: 0 0 0 14px;
}

.related li {
	margin: 5px 0 0;
	padding: 0;
	background: none;
	float: left;
	clear: both;
}

.related li:first-child {
	margin: 5px 0 0;
}

.related a {
	padding: 1px 1px 1px 0;
}

/* cl_custompic_bighead */

.cikklist .cl_custompic_bighead {
	padding: 0 30px 6px 0;
	background-position: 0 100%;
}

.cikklist .cl_custompic_bighead h4,
.cikklist .cl_custompic_bighead h4 a {
	font-size: 22px;
	line-height: 26px;
	text-transform: uppercase;
}

.cl_custompic_bighead .more {
	float: none;
	position: absolute;
	right: 8px;
	bottom: 9px;
}

.cl_custompic_bighead .notxt {
	text-indent: -9999px;
}

/* @group cikklist-colors */

.cl_friss h3 a,
.cl_friss .related a,
.cl_friss .related li:hover,
.color_friss h3,
.cw_friss p.lead a,
.cw_friss .cikkbody a,
.cikk-cimkek .cw_friss,
.cikk-cimkek .cw_friss a,
.cikkoptions ul.shr_friss li a span,
.lyr_friss h3 {
	color: #00adef;
}

.lyr_friss {
	border-color: #00adef;
}

.cl_friss h3 a:hover .fir {
	background: url(../i/_anim_friss.gif) no-repeat;
}

.cl_friss h4 a:hover,
.cl_friss .related li a:hover,
.color_friss li a:hover,
.cw_friss p.lead a:hover,
.cw_friss .cikkbody a:hover,
.cikk-cimkek .cw_friss a:hover,
.cikkoptions ul.shr_friss li a:hover,
.cikkoptions ul.shr_friss li a.sel,
.cikkoptions ul.shr_friss li a:hover span,
.cikkoptions ul.shr_friss li a.sel span
 {
	background: #00adef;
	color: #fff;
}

.cl_friss li .iwrp:hover {
	border-color: #00adef;
}

.cl_friss .cl_custompic_bighead h4 a {
	color: #00adef;
}

.cl_friss .cl_custompic_bighead h4 a:hover {
	background: none;
	color: #00adef;
}

.cl_life h3 a,
.cl_life .related a,
.cl_life .related li:hover,
.color_life h3,
.cw_life p.lead a,
.cw_life .cikkbody a,
.cikk-cimkek .cw_life,
.cikk-cimkek .cw_life a,
.cikkoptions ul.shr_life li a span,
.lyr_life h3 {
	color: #009933;
}

.lyr_life {
	border-color: #009933;
}

.cl_life h3 a .fir {
	background-position: 0 -80px;
}

.cl_life h3 a:hover .fir {
	background: url(../i/_anim_life.gif) no-repeat;
}

.cl_life h4 a:hover,
.cl_life .related li a:hover,
.color_life li a:hover,
.cw_life p.lead a:hover,
.cw_life .cikkbody a:hover,
.cikk-cimkek .cw_life a:hover,
.cikkoptions ul.shr_life li a:hover,
.cikkoptions ul.shr_life li a.sel,
.cikkoptions ul.shr_life li a:hover span,
.cikkoptions ul.shr_life li a.sel span {
	background: #009933;
	color: #fff;
}

.cl_life li .iwrp:hover {
	border-color: #009933;
}

.cl_life .cl_custompic_bighead h4 a {
	color: #009933;
}

.cl_life .cl_custompic_bighead h4 a:hover {
	background: none;
	color: #009933;
}

.cl_fun h3 a,
.cl_fun .related a,
.cl_fun .related li:hover,
.color_fun h3,
.cw_fun p.lead a,
.cw_fun .cikkbody a,
.cikk-cimkek .cw_fun,
.cikk-cimkek .cw_fun a,
.cikkoptions ul.shr_fun li a span,
.lyr_fun h3 {
	color: #f30;
}

.lyr_fun {
	border-color: #f30;
}

.cl_fun h3 a .fir {
	background-position: 0 -160px;
}

.cl_fun h3 a:hover .fir {
	background: url(../i/_anim_fun.gif) no-repeat;
}

.cl_fun h4 a:hover,
.cl_fun .related li a:hover,
.color_fun li a:hover,
.cw_fun p.lead a:hover,
.cw_fun .cikkbody a:hover,
.cikk-cimkek .cw_fun a:hover,
.cikkoptions ul.shr_fun li a:hover,
.cikkoptions ul.shr_fun li a.sel,
.cikkoptions ul.shr_fun li a:hover span,
.cikkoptions ul.shr_fun li a.sel span {
	background: #f30;
	color: #fff;
}

.cl_fun li .iwrp:hover {
	border-color: #f30;
}

.cl_fun .cl_custompic_bighead h4 a {
	color: #f30;
}

.cl_fun .cl_custompic_bighead h4 a:hover {
	background: none;
	color: #f30;
}

.cl_celeb h3 a,
.cl_celeb .related a,
.cl_celeb .related li:hover,
.color_celeb h3,
.cw_celeb p.lead a,
.cw_celeb .cikkbody a,
.cikk-cimkek .cw_celeb,
.cikk-cimkek .cw_celeb a,
.cikkoptions ul.shr_celeb li a span,
.lyr_celeb h3 {
	color: #f70085;
}

.lyr_celeb {
	border-color: #f70085;
}

.cl_celeb h3 a .fir {
	background-position: 0 -40px;
}

.cl_celeb h3 a:hover .fir {
	background: url(../i/_anim_celeb.gif) no-repeat;
}

.cl_celeb h4 a:hover,
.cl_celeb .related li a:hover,
.color_celeb li a:hover,
.cw_celeb p.lead a:hover,
.cw_celeb .cikkbody a:hover,
.cikk-cimkek .cw_celeb a:hover,
.cikkoptions ul.shr_celeb li a:hover,
.cikkoptions ul.shr_celeb li a.sel,
.cikkoptions ul.shr_celeb li a:hover span,
.cikkoptions ul.shr_celeb li a.sel span {
	background: #f70085;
	color: #fff;
}

.cl_celeb li .iwrp:hover {
	border-color: #f70085;
}

.cl_celeb .cl_custompic_bighead h4 a {
	color: #f70085;
}

.cl_celeb .cl_custompic_bighead h4 a:hover {
	background: none;
	color: #f70085;
}

.cl_trend h3 a,
.cl_trend .related a,
.cl_trend .related li:hover,
.color_trend h3,
.cw_trend p.lead a,
.cw_trend .cikkbody a,
.cikk-cimkek .cw_trend,
.cikk-cimkek .cw_trend a,
.cikkoptions ul.shr_trend li a span,
.lyr_trend h3 {
	color: #c001be;
}

.lyr_trend {
	border-color: #c001be;
}

.cl_trend h3 a .fir {
	background-position: 0 -120px;
}

.cl_trend h3 a:hover .fir {
	background: url(../i/_anim_trend.gif) no-repeat;
}

.cl_trend h4 a:hover,
.cl_trend .related li a:hover,
.color_trend li a:hover,
.cw_trend p.lead a:hover,
.cw_trend .cikkbody a:hover,
.cikk-cimkek .cw_trend a:hover,
.cikkoptions ul.shr_trend li a:hover,
.cikkoptions ul.shr_trend li a.sel,
.cikkoptions ul.shr_trend li a:hover span,
.cikkoptions ul.shr_trend li a.sel span {
	background: #c001be;
	color: #fff;
}

.cl_trend li .iwrp:hover {
	border-color: #c001be;
}

.cl_trend .cl_custompic_bighead h4 a {
	color: #c001be;
}

.cl_trend .cl_custompic_bighead h4 a:hover {
	background: none;
	color: #c001be;
}

.cl_lovesex h3 a,
.cl_lovesex .related a,
.cl_lovesex .related li:hover,
.color_lovesex h3 {
	color: #ff004b;
	width: 137px;
}

.cw_lovesex p.lead a,
.cw_lovesex .cikkbody a,
.cikk-cimkek .cw_lovesex,
.cikk-cimkek .cw_lovesex a,
.cikkoptions ul.shr_lovesex li a span,
.lyr_lovesex h3 {
  	color: #ff004b;  
}

.lyr_lovesex {
	border-color: #ff004b;
}

.cl_lovesex h3 a .fir {
	width: 137px;
	background-position: 0 -200px;
}

.cl_lovesex h3 a:hover .fir {
	background: url(../i/_anim_lovesex.gif) no-repeat;
}

.cl_lovesex h4 a:hover,
.cl_lovesex .related li a:hover,
.color_lovesex li a:hover,
.cw_lovesex p.lead a:hover,
.cw_lovesex .cikkbody a:hover,
.cikk-cimkek .cw_lovesex a:hover,
.cikkoptions ul.shr_lovesex li a:hover,
.cikkoptions ul.shr_lovesex li a.sel,
.cikkoptions ul.shr_lovesex li a:hover span,
.cikkoptions ul.shr_lovesex li a.sel span {
	background: #f00;
	color: #fff;
}

.cl_lovesex li .iwrp:hover {
	border-color: #f00;
}

.cl_lovesex .cl_custompic_bighead h4 a {
	color: #f00;
}

.cl_lovesex .cl_custompic_bighead h4 a:hover {
	background: none;
	color: #f00;
}

.cl_esmeg h3 a {
	color: #202020;
	font-style: italic;
	font-weight: normal;
	font-size: 22px;
}

.cl_esmeg h3 a .fir,
.cl_esmeg h3 a:hover .fir {
    background: url("../i/bg_cikklist_head.png") no-repeat 0 -240px transparent !important;
    cursor: default;
}

.cl_esmeg h3 a .fir 

.cikklist_ezo_mod h3 a,
.cikklist_ezo_mod .related a,
.cikklist_ezo_mod .related li:hover {
	color: #C012A8;
}

.cikklist_ezo_mod h4 a:hover,
.cikklist_ezo_mod .related li a:hover {
	background: #C012A8;
	color: #fff;
}

.cikklist_ezo_mod li .iwrp:hover {
	border-color: #C012A8;
}


/* @end cikklist-colors */

/* @end cikklist */

/* @group sosbox */

.sos_box {
	overflow: hidden;
	width: 360px;
	height: 175px;
	position: relative;
	background: #d4eef5 url(../i/bg_sosbox.png) no-repeat;
}

.sos_box h3 {
	height: 49px;
	line-height: 49px;
	padding: 0 0 0 13px;
	position: relative;
	overflow: hidden;
}

.sos_box h3 .fir {
	width: 360px;
	height: 49px;
	background: url(../i/bg_sosbox.png) no-repeat;
}

.sos_box .iwrp {
	float: left;
	margin: 0 10px;
	border: 1px solid #fff;
}

.sosbox dl {
	line-height: 18px;
}

.sos_box dt {
	font-weight: bold;
	font-size: 12px;
	padding: 8px 0 0;
}

.sos_box h4,
.sos_box h4 a {
	font-size: 11px;
	color: #00ACEE;
}

.sos_box p {
	margin: 3px 0 0;
	padding: 0 40px 0 0;
	line-height: 13px;
	font-family: Tahoma,Geneva,"DejaVu Sans Condensed",sans-serif;
}

.sos_box .more,
.social_box .more,
.kviz_box .more {
	position: absolute;
	width: 31px;
	height: 28px;
	bottom: 0;
	right: 0;
	background: #ec74ac url(../i/bg_sosbox.png) no-repeat -328px -148px;
}

/* @end sosbox */

/* @group social_box */

.social_box {
	width: 360px;
	height: 175px;
	overflow: hidden;
	color: #c6c6c6;
	position: relative;
	background: #292525 url(../i/sprite-boxelements.png) no-repeat;
}

.social_box a {
	color: #c6c6c6;
}

.social_box a:hover {
	color: #E778AF;
}

.social_box h3 {
	margin: 0 0 1px;
}

.social_box h3 a {
	color: #fff;
	text-transform: uppercase;
	display: block;
	width: 218px;
	padding: 0 0 0 12px;
	height: 35px;
	font-size: 16px;
	line-height: 35px;
	position: relative;
	overflow: hidden;
}

.social_box h3 .fir {
	width: 230px;
	height: 35px;
	background: url(../i/sprite-boxelements.png) no-repeat;
}

.social_box .more {
	background: #ec74ac url(../i/sprite-boxelements.png) no-repeat -329px -147px;
}

/* @group social_box_jobb */

.social_box_jobb {
	width: 250px;
	min-height: 277px;
	overflow: hidden;
	color: #c6c6c6;
	position: relative;
	background: #131213 url(../i/bg_social_box_jobb.png) no-repeat 0 0;
}

.social_box_jobb a {
	color: #c6c6c6;
}

.social_box_jobb a:hover {
	color: #E778AF;
}

.social_box_jobb h3 {
	margin: 0 0 1px;
}

.social_box_jobb h3 a {
	color: #fff;
	text-transform: normal;
	display: block;
	width: 218px;
	padding: 0 0 0 12px;
	height: 35px;
	font-size: 12px;
	line-height: 35px;
	position: relative;
	overflow: hidden;
}

.social_box_jobb ul li a {
	font-weight: normal;
}

.social_box_jobb ul {
	padding: 0 11px 10px 12px !important;
}
.social_box_jobb ul li {
	background: none;
}

/* @group frissblog_box */

.frissblog_box h3 .fir {
	background-position: -360px 0;
}

.frissblog_box ul {
	padding: 4px 11px 0 12px;
}

.frissblog_box li {
	padding: 6px 10px 7px 1px;
	background: url(../i/separator_socialbox.png) no-repeat;
}

.frissblog_box li:first-child {
	padding-top: 5px;
	background: none;
}

.frissblog_box h4 {
	margin: 0 0 4px;
}

.frissblog_box h4,
.frissblog_box h4 a {
	font-size: 16px;
	line-height: 18px;
	color: #13BFEB;
}

/* @end frissblog_box */

/* @group frissforum_box */

.frissforum_box h3 .fir {
	background-position: -360px -35px;
}

.frissforum_box ul {
	padding: 7px 11px 0 12px;
}

.frissforum_box li {
	padding: 5px 5px 4px 3px;
	background: url(../i/separator_socialbox.png) no-repeat;
}

.frissforum_box li:first-child {
	padding-top: 4px;
	background: none;
}

.frissforum_box li a {
	font-weight: bold;
	font-family: Tahoma,Geneva,"DejaVu Sans Condensed",sans-serif;
}

.frissforum_box li a em {
	font-weight: normal;
	font-style: normal;
	color: #13bfeb;
	font-size: 10px;
}

.frissforum_box li a:hover em {
	color: #f70085;
}


/* @end frissforum_box */

/* @end social_box */

/* @group kviz_box */

.kviz_box {
	position: relative;
	width: 360px;
	height: 175px;
	overflow: hidden;
	background-color: #d6edf4;
	background-repeat: no-repeat;
	background-position: 100% 100%;
}

.kviz_box h3,
.kviz_box h3 a {
	font-size: 15px;
	line-height: 46px;
	text-transform: uppercase;
}

.kviz_box h3 a {
	display: block;
	width: 70px;
	padding: 0 0 0 15px;
	height: 46px;
	position: relative;
	overflow: hidden;
}

.kviz_box h3 a .fir {
	width: 85px;
	height: 46px;
	background: url(../i/bg_kviz_text.png) no-repeat 0 0;
}

.kviz_box h4 {
	margin: 12px 0 8px 13px;
}

.kviz_box h4,
.kviz_box h4 a {
	font-size: 14px;
	line-height: 18px;
	text-transform: uppercase;
	color: #b31d8c;
}

.kviz_box p {
	margin: 0 0 0 15px;
	padding: 0 124px 0 0;
	font: 11px/16px Tahoma,Geneva,"DejaVu Sans Condensed",sans-serif;
}

.kviz_box .more {
	background: url(../i/bg_kvizbox_more.png) no-repeat;
}

/* @end kviz_box */

/* @group neontwit_box */

.neontwit_box {
	width: 250px;
    float: left;
}

.neontwit_box .head {
	overflow: hidden;
	height: 106px;
	background: #60ccf6 url(../i/bg_neontwit_head.jpg) no-repeat;
}

.neontwit_box .head h3 a {
	display: block;
	height: 70px;
	line-height: 70px;
	font-size: 15px;
	padding: 0 0 0 12px;
	position: relative;
	overflow: hidden;
}

.neontwit_box .head a .fir {
	width: 250px;
	height: 70px;
	background: url(../i/bg_neontwit_head.jpg) no-repeat;
}

.neontwit_box .head a:hover .fir {
	background-image: url(../i/_anim_bg_twit.gif);
}

.neontwit_box .head dl {
	background: #777;
	background: rgba(0, 0, 0, 0.6);
	color: #fff;
	height: 28px;
	padding: 0 0 0 12px;
	font: bold 14px/28px Tahoma,Geneva,"DejaVu Sans Condensed",sans-serif;
}

.neontwit_box .head dt,
.neontwit_box .head dd {
	display: inline;
}

.neontwit_box li {
	padding: 7px 13px;
	background: #def9fe url(../i/gradient_twit.png) repeat-x 0 100%;
}

.neontwit_box li dt,
.neontwit_box li dd {
	display: inline;
	font: 13px/16px Arial,Helvetica,FreeSans,"Liberation Sans","Nimbus Sans L",sans-serif;
}

.neontwit_box li dt {
	background: #00adef;
	padding: 1px 3px;
	color: #fff;
}

/* @end neontwit_box */

/* @group ezo_box */

.ezo_box {
	width: 250px;
	height: 370px;
	background: url(../i/bg_ezobox.png) no-repeat 0 0;
	float: left;
    position: relative;
}

.ezo_box a.rovatlink {
    position: absolute;
    top: 7px;
    left: 190px;
    width: 50px;
    height: 30px;
    display: block;
}

.ezo_box ul.line-1 {
	padding-top: 45px;
}

.ezo_box ul.line-1,
.ezo_box ul.line-2,
.ezo_box ul.line-3 {
	height: 55px;
	clear: both;
	margin-left: 13px;
}

.ezo_box ul li {
	float: left;
}

.ezo_box ul li a {
	background: url(../i/bg_ezobox_hori.png) no-repeat 0 0;
	display: block;
	width: 56px;
	height: 55px;
}

.ezo_box ul li a:hover {
	background: url(../i/bg_ezobox_hori_over.png) no-repeat 0 0;
}


.ezo_box ul li.kos a,
.ezo_box ul li.kos a:hover {
	background-position: -2px 0;
}

.ezo_box ul li.bika a,
.ezo_box ul li.bika a:hover {
	background-position: -58px 0;
}

.ezo_box ul li.ikrek a,
.ezo_box ul li.ikrek a:hover {
	background-position: -112px 0;
}

.ezo_box ul li.rak a,
.ezo_box ul li.rak a:hover {
	background-position: -167px 0;
}

.ezo_box ul li.oroszlan a,
.ezo_box ul li.oroszlan a:hover {
	background-position: -2px -55px;
}

.ezo_box ul li.szuz a,
.ezo_box ul li.szuz a:hover {
	background-position: -58px -55px;
}

.ezo_box ul li.merleg a,
.ezo_box ul li.merleg a:hover {
	background-position: -112px -55px;
}

.ezo_box ul li.skorpio a,
.ezo_box ul li.skorpio a:hover {
	background-position: -167px -55px;
}

.ezo_box ul li.nyilas a,
.ezo_box ul li.nyilas a:hover {
	background-position: -2px -110px;
}

.ezo_box ul li.bak a,
.ezo_box ul li.bak a:hover {
	background-position: -58px -110px;
}

.ezo_box ul li.vizonto a,
.ezo_box ul li.vizonto a:hover {
	background-position: -112px -110px;
}

.ezo_box ul li.halak a,
.ezo_box ul li.halak a:hover {
	background-position: -167px -110px;
}

.ezo_box .links {
	margin-left: 30px;
	margin-bottom: 0px;
}

.ezo_box .links a {
	font: bold 16px/30px Tahoma, Arial, Verdana, sans-serif;
	color: #0E5570;
}

.ezo_box .links a:hover {
	background-color: #4B7EA6; 
	color: #FFF;
}

.ezo_box a.more {
	color: #0E5570;
	font: normal 12px Tahoma, Arial, Verdana, sans-serif;
	float: right;
	margin-right: 10px;
}

.ezo_box a.more:hover {
	color: #000;
}

.ezo_box a.more span {
	background: url(../i/bg_ezobox_more.png) no-repeat 0 0;
	width: 21px;
	height: 21px;
	display: inline-block;
	position: relative;
	top: 6px;
}

.ezo_box a.more:hover span {
	background-position: 0 -22px;
}

/* @end ezo_box */

/* @group szavazas_box */

.szavazas_box,
.mimegyatvben_box {
	width: 250px;
	background: #fff;
    float: left;
}

.szavazas_box h3,
.szavazas_box h3 a,
.mimegyatvben_box h3,
.mimegyatvben_box h3 a {
	font-size: 16px;
	text-transform: uppercase;
	line-height: 50px;
	font-style: italic;
}

.szavazas_box h3 a,
.mimegyatvben_box h3 a {
	display: block;
	position: relative;
	overflow: hidden;
	padding: 0 0 0 10px;
	color: #5e5d5e;
}

.szavazas_box h3 .fir,
.mimegyatvben_box h3 .fir {
	width: 250px;
	height: 50px;
	background: url(../i/sprite-boxelements.png) no-repeat -360px -116px;
}

.szavazas_box fieldset,
.szavazas_box div.wrp {
	padding: 12px 6px 4px 15px;
	font: 12px/16px Arial,Helvetica,FreeSans,"Liberation Sans","Nimbus Sans L",sans-serif;
	background: url(../i/gradient_light.png) repeat-x;
}

.szavazas_box p {
	font-weight: bold;
	margin: 0 15px 5px 0;
	font-family: Tahoma,Geneva,"DejaVu Sans Condensed",sans-serif;
}

.szavazas_box fieldset label {
	display: block;
	padding: 0 0 0 22px;
	margin: 8px 15px 0 0;
	position: relative;
}

.szavazas_box fieldset label input {
	position: absolute;
	margin: 0;
	padding: 0;
	top: 1px;
	left: 0;
}

.szavazas_box fieldset button,
.hozzaszolasok .new_comment .buttonwrp button,
.hozzaszolasok_ures .new_comment .buttonwrp button {
	float: right;
	margin: 15px 0 0;
	width: 69px;
	height: 31px;
	padding: 0;
	border: 0;
	overflow: hidden;
	color: #fff;
	font-weight: bold;
	background: #00adef url(../i/sprite-boxelements.png) no-repeat -445px -70px;
}

.szavazas_box fieldset button:hover span {
	color: #000;
}

.szavazas_box dt {
	float: left;
	width: 130px;
}

.szavazas_box dd {
	float: right;
	width: 88px;
	margin: 0 8px 0 0;
	text-align: right;
	position: relative;
}

.szavazas_box dd .bar {
	width: 49px;
	padding: 0 3px 0 0;
	background: url(../i/bg_szavazas_bar.png) no-repeat 100% 0;	
	height: 6px;
	top: 5px;
	left: 5px;
	position: absolute;	
}

.szavazas_box dd .bar div {
	padding: 0;
	height: 6px;
	background: url(../i/bg_szavazas_bar.png) no-repeat;
}

.szavazas_box ul {
	padding-bottom: 10px;
	color: #646464;
}

.szavazas_box li {
	margin: 8px 0 0;
}

/* @end szavazo_box */

/* @group mimegyatvben_box */

.mimegyatvben_box h3 .fir {
	background-position: -360px -166px;
}

.mimegyatvben_box h4 {
	font: 11px/25px Verdana,"Bitstream Vera Sans","DejaVu Sans","Liberation Sans",Geneva,sans-serif;
	background: #d3d3d1;
	height: 25px;
	padding: 0 0 0 13px;
}

.mimegyatvben_box ul {
	background: url(../i/gradient_light.png) repeat-x;
}

.mimegyatvben_box li {
	position: relative;
	padding: 14px 12px 12px;
}

.mimegyatvben_box li.even {
	background: #f5f5f5;
}

.mimegyatvben_box li img {
	display: block;
	margin: 0 0 5px;
}

.mimegyatvben_box li a {
	color: #474747;
	line-height: 15px;
    font-size: 12px;
}

.mimegyatvben_box li a span {
	background: url(../i/tvbox_arrows.png) no-repeat -10px 0;
    display: inline-block;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 43px;
    right: 15px;
}

.mimegyatvben_box li a:hover span {
    background-position: 0 0;  
}


.mimegyatvben_box li .time {
	position: absolute;
	top: 14px;
	right: 12px;
	color: #646464;
	font-family: Tahoma,Geneva,"DejaVu Sans Condensed",sans-serif;
    font-size: 12px;
    padding: 2px;
    border: #CECECE 1px solid;
}

/* @end mimegyatvben_box */

/* @group vezercikk_box */

.vezercikk_box {
	position: relative;
	width: 360px;
	height: 368px;
}

.vezercikk_box div {
	position: absolute;
	bottom: 0;
	left: 0;
	background: url(../i/bg_vezercikk.png) repeat-x;
	padding: 8px 11px;
	color: #fff;
	font: 12px/16px Tahoma,Geneva,"DejaVu Sans Condensed",sans-serif;
}

.vezercikk_box div h2 {
	margin: 0 80px 6px 0;
}

.vezercikk_box div h2,
.vezercikk_box div h2 a {
	font-size: 14px;
	line-height: 18px;
	color: #FFF;
}

.vezercikk_box div h2 a:hover {
    color: #F4D700;
}

.vezercikk_box em {
	position: absolute;
	top: -39px;
	right: 3px;
	width: 78px;
	height: 78px;
	text-indent: -9999px;
	background: url(../i/bg_friss_stamp.png) no-repeat;
}

/* @end vezercikk_box */

/* @group frissarovatban_box */

.frissarovatban_box h3,
.frissaneonon_box h3 {
	overflow: hidden;
	position: relative;
	height: 36px;
	font-size: 16px;
	line-height: 36px;
	color: #fff;
	padding: 0 0 0 12px;
	background: #5a5a5c;
	text-transform: uppercase;
	border-bottom: 1px solid #5a5a5c;
}

.frissarovatban_box h3 .fir,
.frissaneonon_box h3 .fir {
	height: 36px;
	background: url(../i/sprite-boxelements-rovatcikk.png) no-repeat;
}

.col_w260 .frissarovatban_box h3,
.col_w260 .frissaneonon_box h3 {
	width: 238px;
}

.col_w370 .frissarovatban_box h3,
.col_w370 .frissaneonon_box h3 {
	width: 348px;
}

.col_w260 .frissarovatban_box h3 .fir,
.col_w260 .frissaneonon_box h3 .fir {
	width: 250px;
}

.col_w370 .frissarovatban_box h3 .fir,
.col_w370 .frissaneonon_box h3 .fir {
	width: 360px;
}

.col_w370 .frissarovatban_box h3 {
	height: 35px;
}

.col_w370 .frissarovatban_box h3 .fir {
	height: 35px;
	background-position: 0 -72px;
}

.frissarovatban_box ul {
	background: #e2e2e0 url(../i/bg_frissarovatban.png) repeat-x;
	padding: 8px 0 9px 1px;
}

.col_w370 .frissarovatban_box ul {
	background: none;
	padding: 0;
}

.frissarovatban_box li {
	float: left;
	margin: 3px 0 0 5px;
}

.col_w370 .frissarovatban_box li {
	margin: 0 5px 4px 0;
}

.col_w370 .frissarovatban_box li.lastinrow {
	margin-right: 0;
}

.frissarovatban_box li.firstinrow {
	margin: 3px 0 0;
}

.col_w370 .frissarovatban_box li.firstinrow {
	margin: 0 5px 4px 0;
}

.frissarovatban_box li a,
.frissarovatban_box li img {
	display: block;
}

/* @end frissarovatban */

/* @group frissaneonon_box */

.frissaneonon_box {
	background: #f0f0f0;
}

.frissaneonon_box h3 .fir {
	background-position: 0 -36px;
}

.col_w370 .frissaneonon_box h3 .fir {
	background-position: 0 -107px;
}

.frissaneonon_box ul {
	padding: 5px 10px 10px 10px;
}

.frissaneonon_box li {
	margin: 12px 0 0;
	padding: 0 0 0 24px;
	background: url(../i/bullet_neon.png) no-repeat;
}

.frissaneonon_box li a {
	font-family: Tahoma,Geneva,"DejaVu Sans Condensed",sans-serif;
	color: #646464;
}

.frissaneonon_box li a:hover {
	color: #000000;
}


/* @end frissaneonon_box */


/* @group frissaneonon_box_jobb */

.frissaneonon_box_jobb {
	width: 250px;
	background: #f0f0f0 url(../i/bg_frissaneonon_jobb.jpg) no-repeat;
}

.frissaneonon_box_jobb h3 {
	color: #fff;
	padding: 0 0 0 12px;
	height: 30px;
	font-size: 12px;
	line-height: 30px;
}

.frissaneonon_box_jobb .bottom {
	height: 5px;
	background: #f0f0f0 url(../i/bg_frissaneonon_jobb.jpg) no-repeat bottom left;
}

.frissaneonon_box_jobb ul {
	padding: 0 10px 10px 10px;
}

.frissaneonon_box_jobb li {
	margin: 12px 0 0;
	padding: 0 0 0 24px;
	background: url(../i/bullet_neon.png) no-repeat;
}

.frissaneonon_box_jobb li a {
	font-family: Tahoma,Geneva,"DejaVu Sans Condensed",sans-serif;
	color: #646464;
}

.frissaneonon_box_jobb li a:hover {
	color: #000000;
}

/* @end frissaneonon_box_jobb */

/* @group tovabbicikkek_box */

.tovabbicikkek_box {
	background: #f0f0f0;
	padding: 13px 15px 12px 12px;
}

.tovabbicikkek_box h3 {
	width: 190px;
	height: 34px;
	line-height: 34px;
	overflow: hidden;
	position: relative;
	text-transform: uppercase;
	font-size: 16px;
}

.tovabbicikkek_box h3 .fir {
	width: 190px;
	height: 34px;
	background: url(../i/sprite-tovabbicikkek-head.png) no-repeat;
}

.tovabbicikkek_box li {
	margin: 10px 0 0;
}

.tovabbicikkek_box li a {
	font-weight: bold;
	padding: 1px 1px 1px 0;
	color: #646464;
	font-family: Tahoma,Geneva,"DejaVu Sans Condensed",sans-serif;
}

.tovabbicikkek_box .more,
.cl_custompic_bighead .more {
	margin: 5px 0 0;
	float: right;
	padding: 0 22px 0 0;
	height: 17px;
	overflow: hidden;
	color: #646464;
	font: 12px/17px Tahoma,Geneva,"DejaVu Sans Condensed",sans-serif;
	background: url(../i/bg_button_normal.png) no-repeat right 0;
}

.tovabbicikkek_box a.more:hover,
.cl_custompic_bighead a.more:hover {
    background-position: right -17px;
    color: #4D4E4D;
}

.tc_friss h3 .fir {
	background-position: 0 -34px;
}

.tc_life h3 .fir {
	background-position: 0 -68px;
}

.tc_fun h3 .fir {
	background-position: 0 -102px;
}

.tc_trend h3 .fir {
	background-position: 0 -136px;
}

.tc_lovesex h3 .fir {
	background-position: 0 -170px;
}

.tc_celeb h3 .fir {
	background-position: 0 0;
}

/* @end tovabbicikkek_box */

/* @end contentboxes */

/* @group rovathead */

.rovathead {
	margin-top: 0;
	padding-top: 1px;
	height: 37px;
	background: url(../i/separator_cikklist.png) repeat-x 0 34px;
}

.rovathead h1,
.rovathead h2 {
	/*width: 182px;*/
	padding: 0 0 0 8px;
	height: 56px;
	/*overflow: hidden;*/
	font-size: 34px;
	line-height: 56px;
	margin: -19px 0 0;
	position: relative;
    text-indent: -9999em;
}

.rovathead .fir,
.rovathead .fir {
	width: 190px;
	height: 56px;
	background: url(../i/sprite-rovathead.png) no-repeat;
}

.rh_friss { color: #00adef; }
.rh_friss .fir { background-position: 0 -56px; }

.rh_celeb { color: #f70085; }
.rh_celeb .fir { background-position: 0 -112px; }

.rh_life { color: #4adb1a; }
.rh_life .fir { background-position: 0 -168px; }

.rh_trend { color: #c001be; }
.rh_trend .fir { background-position: 0 -224px; }

.rh_fun h1,
.rh_fun h2 {
	height: 62px;
	margin-top: -25px;
}

.rh_fun { color: #f30; }

.rh_fun .fir {
	height: 62px;
	background-position: 0 -280px;
}

.rh_lovesex { color: #ff0038; }
.rh_lovesex .fir { background-position: 0 0; }

/* alrovat rovatfejek */

.rovathead h1 a span.alrovat {
    display: block;
    height: 46px;
    min-width: 152px;
    position: absolute;
    top: 0;
    left: 190px;
}

body.bulvar_rovat .rovathead h1 a span.alrovat {
    background: url(../i/bg_alrovatok.png) no-repeat 0 -61px;
    left: 145px;
}

body.film .rovathead h1 a span.alrovat {
    background: url(../i/bg_alrovatok.png) no-repeat 0 -100px;
    left: 145px;
}

body.tv .rovathead h1 a span.alrovat {
    background: url(../i/bg_alrovatok.png) no-repeat 0 -145px;
    left: 145px;
}

body.zene .rovathead h1 a span.alrovat {
    background: url(../i/bg_alrovatok.png) no-repeat 0 -185px;
    left: 145px;
}

/* */

body.beauty .rovathead h1 a span.alrovat {
    background: url(../i/bg_alrovatok.png) no-repeat 0 -288px;
    left: 130px;
}

body.divat .rovathead h1 a span.alrovat {
    background: url(../i/bg_alrovatok.png) no-repeat 0 -330px;
    left: 130px;
}

body.probafulke .rovathead h1 a span.alrovat {
    background: url(../i/bg_alrovatok.png) no-repeat 0 -370px;
    left: 130px;
}

/* */

body.lelek .rovathead h1 a span.alrovat {
    background: url(../i/bg_alrovatok.png) no-repeat 0 -467px;
    left: 165px;
}

body.paros .rovathead h1 a span.alrovat {
    background: url(../i/bg_alrovatok.png) no-repeat 0 -509px;
    left: 165px;
}

body.szakertok .rovathead h1 a span.alrovat {
    background: url(../i/bg_alrovatok.png) no-repeat 0 -549px;
    left: 165px;
}

/* */

body.karrier .rovathead h1 a span.alrovat {
    background: url(../i/bg_alrovatok.png) no-repeat 0 -648px;
    left: 115px;
}

body.suli .rovathead h1 a span.alrovat {
    background: url(../i/bg_alrovatok.png) no-repeat 0 -688px;
    left: 115px;
}

body.szakertok .rovathead h1 a span.alrovat {
    background: url(../i/bg_alrovatok.png) no-repeat 0 -729px;
    left: 115px;
}

/* */

body.fesztival .rovathead h1 a span.alrovat {
    background: url(../i/bg_alrovatok.png) no-repeat 0 -826px;
    left: 110px;
}

body.gamez .rovathead h1 a span.alrovat {
    background: url(../i/bg_alrovatok.png) no-repeat 0 -868px;
    left: 110px;
}

body.sport .rovathead h1 a span.alrovat {
    background: url(../i/bg_alrovatok.png) no-repeat 0 -913px;
    left: 110px;
}

body.tech .rovathead h1 a span.alrovat {
    background: url(../i/bg_alrovatok.png) no-repeat 0 -960px;
    left: 110px;
}

body.kattanj_meg .rovathead h1 a span.alrovat {
    background: url(../i/bg_alrovatok.png) no-repeat 0 -1003px;
    left: 110px;
}

body.lojetek_le .rovathead h1 a span.alrovat {
    background: url(../i/bg_alrovatok.png) no-repeat 0 -1053px;
    left: 110px;
}

/* */

body.im .rovathead h1 a span.fir {
    background: url(../i/im_rovat_head.png) no-repeat 0 0;
    top: -5px;
}

body.im .col_w260 .kapcsolodo_cikkek h3,
body.bravo .col_w260 .kapcsolodo_cikkek h3,
body.bravo_girl .col_w260 .kapcsolodo_cikkek h3 {
    text-indent: -9999em;
    border-bottom: #9C9C9C 1px dashed;
    height: 22px !important;
}

body.im .col_w260 .kapcsolodo_cikkek h3 span.fir {
    background: url(../i/im_kapcsolodo_cikkek_head.png) no-repeat 0 0;
}


body.bravo .col_w260 .kapcsolodo_cikkek h3 span.fir {
    background: url(../i/bravo_kapcsolodo_cikkek_head.png) no-repeat 0 0;
}


body.bravo_girl .col_w260 .kapcsolodo_cikkek h3 span.fir {
    background: url(../i/girl_kapcsolodo_cikkek_head.png) no-repeat 0 0;
}

body.im .col_w260 .kapcsolodo_cikkek ul,
body.bravo .col_w260 .kapcsolodo_cikkek ul,
body.bravo_girl .col_w260 .kapcsolodo_cikkek ul {
   border-bottom: #9C9C9C 1px dashed; 
   background: none !important;
}

body.bravo .rovathead h1 a span.fir {
    background: url(../i/bravo_rovat_head.png) no-repeat 0 0;
    top: -5px;
}

body.bravo_girl .rovathead h1 a span.fir {
    background: url(../i/girl_rovat_head.png) no-repeat 0 0;
    top: -5px;
}

body.im .rovathead h1 a span.alrovat,
body.bravo .rovathead h1 a span.alrovat,
body.bravo_girl .rovathead h1 a span.alrovat {
    display: none;
}

body.im .col_w740 .cikkoptions a:hover,
body.im .col_w740 .cikkwrp_box a:hover,
body.im .col_w260 .kapcsolodo_cikkek a:hover,
body.bravo .col_w740 .cikkoptions a:hover,
body.bravo .col_w740 .cikkwrp_box a:hover,
body.bravo .col_w260 .kapcsolodo_cikkek a:hover,
body.bravo_girl .col_w740 .cikkoptions a:hover,
body.bravo_girl .col_w740 .cikkwrp_box a:hover,
body.bravo_girl .col_w260 .kapcsolodo_cikkek a:hover {
    background-color: #FF3399 !important;
}

body .col_w740 .cikkoptions a.twitter:hover {
    background-color: transparent !important;
}


/* @end rovathead */

/* @group cikkoldal */

/* @group cikkoptions */

.cikkoptions {
	height: 53px;
	margin-top: 0;
	position: relative;
	font: 10px/14px Tahoma,Geneva,"DejaVu Sans Condensed",sans-serif;
	color: #646464;
}

.cikkoptions ul {
	position: absolute;
	top: 5px;
	right: 3px;
    width: 350px;
}

.cikkoptions li {
	display: inline;
	line-height: 18px;
	margin: 0 0 0 8px;
    float: right;
}

.cikkoptions li a {
	font-size: 11px;
	color: #999;
	padding: 3px 1px;	
}

.cikkoptions li.print a {
	padding: 3px 1px 3px 25px;
	background: url(../i/bg_printicons.png) no-repeat;
}

.cikkoptions ul.shr_friss li.print a:hover { background: #00ADEF url(../i/bg_printicons.png) no-repeat 3px -101px !important; }
.cikkoptions ul.shr_life li.print a:hover { background: #009933 url(../i/bg_printicons.png) no-repeat 3px -101px !important; }
.cikkoptions ul.shr_fun li.print a:hover { background: #FF3300 url(../i/bg_printicons.png) no-repeat 3px -101px !important; }
.cikkoptions ul.shr_celeb li.print a:hover { background: #F70085 url(../i/bg_printicons.png) no-repeat 3px -101px !important; }
.cikkoptions ul.shr_trend li.print a:hover { background: #C001BE url(../i/bg_printicons.png) no-repeat 3px -101px !important; }
.cikkoptions ul.shr_lovesex li.print a:hover { background: #FF0000 url(../i/bg_printicons.png) no-repeat 3px -101px !important; }


.cikkoptions ul.shr_friss li.print a { background-position: 3px 1px; }
.cikkoptions ul.shr_life li.print a { background-position: 3px -16px; }
.cikkoptions ul.shr_fun li.print a { background-position: 3px -33px; }
.cikkoptions ul.shr_celeb li.print a { background-position: 3px -50px; }
.cikkoptions ul.shr_trend li.print a { background-position: 3px -67px; }
.cikkoptions ul.shr_lovesex li.print a { background-position: 3px -84px; }


.cikkoptions .date {
	position: absolute;
	top: 35px;
	left: 12px;
}

.cikkoptions_bottom {
	height: 105px;
	padding: 15px 0 0 18px;
	margin-bottom: 35px;
}

.cikkoptions_bottom .twitter {
	display: block;
	color: #c0c;
	height: 50px;
	padding: 40px 0 0 150px;
	background: url(../i/bg_decor_neontwitter.jpg) no-repeat;
	font: 12px/16px Tahoma,Geneva,"DejaVu Sans Condensed",sans-serif;
}

/* @end cikkoptions */

/* @group cikkwrp_box */

.cikkwrp_box {
	position: relative;
	margin-top: 0;
	padding: 11px 10px 11px 11px;
	background: #f0f0f0 url(../i/bg_cikkwrp.png) repeat-x;
}

.cikkwrp_box h1 {
	font: normal 22px/28px Arial,Helvetica,FreeSans,"Liberation Sans","Nimbus Sans L",sans-serif;
	margin: 0 0 20px;
}

.cikkwrp_box .lead {
	font: bold 13px/17px Tahoma,Geneva,"DejaVu Sans Condensed",sans-serif;
	margin: 0;
	text-align: justify;
}

.cikkwrp_box dl.comments {
	position: absolute;
	top: 3px;
	right: 3px;
}

.cikkwrp_box dl.comments dd {
	background-position: -945px 0;
}

.cw_friss h1 { color: #00adef; }
.cw_celeb h1 { color: #f70085; }
.cw_life h1 { color: #4adb1a; }
.cw_trend h1 { color: #c001be; }
.cw_fun h1 { color: #f30; }
.cw_lovesex h1 { color: #ff003f; }

.cikkwrp_box .cikk_lead_kep { margin: 10px auto 0; text-align: center; width: 424px; }

.cikkwrp_box .cikk_lead_kep a {
	position: relative;
	display: block;
}

.cikkwrp_box .cikk_lead_kep .nagyito {
/*
	width: 21px;
	height: 22px;
	background: url("../i/bg_user_login.png") no-repeat scroll -229px -330px transparent;
	position: absolute;
	left: 410px;
	top: 261px;
	cursor: pointer;
*/
	bottom: 3px;
}

.cikkwrp_box .cikk_lead_kep .lidkep {
	text-align: center; 
	margin-bottom: -3px;
}

table.cikkkeptable a {
    position: relative;
    display: block;
}

table.cikkkeptable a span.nagyito {
	width: 21px;
	height: 22px;
	background: url("../i/bg_user_login.png") no-repeat scroll -229px -330px transparent;
	position: absolute;
	right: 0;
	bottom: 0;
	cursor: pointer;
}

/* @group cikkbody */

.cikkbody {
	font: 12px/16px Tahoma,Geneva,"DejaVu Sans Condensed",sans-serif;
	color: #646464;
	margin-top: 1.12em;
}

.cikkbody img[align=left] {
	margin: 0 3px 0 0;
}

.cikkbody img.fleft {
	margin: 0;
}

.cikkbody img[align=right] {
	margin: 0;
}

.cikkbody img.fright {
	margin: 0;
}

.cikkbody h2, .cikkbody h3, .cikkbody h4, .cikkbody h5, .cikkbody h6 {
	font-size: 15px;
	line-height: 19px;
	margin: 1.3em 0 0.5em;
}

div.cikkbody p {
	text-align: justify;
}

div.cikkbody blockquote, div.cikkbody ul, div.cikkbody fieldset, div.cikkbody ol, div.cikkbody dl, divtable.table {
	margin: 0 0 1.16em;
	clear: both;
}

div.cikkbody object,
div.cikkbody embed,
.object_placeholder {
	display: block;
	clear: both;
	margin: 0 auto 1.16em;
}

div.cikkbody ol {
    margin-top: 5px;
	padding-left: 1.5em;
	list-style-type: decimal;
	list-style-position: outside;
}

div.cikkbody ul {
    margin-top: 5px;
	padding-left: 1.5em;
	list-style-type: disc;
	list-style-position: outside;
}

div.cikkbody .banner {
	margin: 0 0 1.16em;
	text-align: center;
	color: #c3c3c1;
	line-height: 17px;
	font-size: 9px;
}

div.cikkbody .banner object,
div.cikkbody .banner embed,
div.cikkbody .banner img {
	margin: 2px auto 0;
}

div.cikkbody blockquote {
	padding: 12px 0 0 48px;
	font-weight: bold;
	background: url(../i/sprite-tiny.png) no-repeat -111px -570px;
}

div.cikkbody .gallery {
	margin: 0 0 1.16em;
}

div.cikkbody .gallery a {
	float: left;
	position: relative;
}

div.cikkbody .gallery a span {
	position: absolute;
	width: 21px;
	height: 22px;
	bottom: 0;
	right: 0;
	background: #2cb1d8 url(../i/ico_gallery.png) no-repeat;
}

div.cikkbody .cikkimg_wcaption {
	margin: 0 0 1.16em;
}

div.cikkbody .cikkimg_wcaption div {
	float: left;
}

div.cikkbody .cikkimg_wcaption img {
	display: block;
}

div.cikkbody .cikkimg_wcaption div p {
	margin: 1px 0 0;
	border: 1px solid #999;
	background: #aeaeae;
	padding: 5px 11px;
	color: #fff;
	font-weight: bold;
}

div.cikkbody table.cikkkeptable[align="left"],
div.cikkbody table.cikkinfo[align="left"] {
	margin: 5px 5px 5px 0;
}

div.cikkbody table.cikkkeptable[align="right"],
div.cikkbody table.cikkinfo[align="right"] {
	margin: 5px 0 5px 5px;
}

div.cikkbody table.cikkkeptable[align="center"],
div.cikkbody table.cikkinfo[align="center"] {
    margin: 0 auto;
}

.cikkbody .cikkinfo {
	width: 100%;
	border-color: #fff;
	border-width: 1px;
	border-style: none solid solid;
}

div.cikkbody table.cikkinfo caption {
	background: #646464;
	color: #f0f0f0;
	font-size: 12px;
	padding: 6px;
	text-align: left;
	border-color: #fff;
	border-width: 1px;
	border-style: solid solid none;
}

div.cikkbody table.cikkinfo tr td {
	background: #cecece;
	font-size: 11px;
	padding: 5px;
}

div.cikkbody table.table_w25p {
	width: 25%;
}

div.cikkbody table.table_w50p {
	width: 50%;
}

div.cikkbody table.table_w75p {
	width: 75%;
}

div.cikkbody table.table_w100p {
	width: 100%;
}

/* @end cikkbody */

/* @end cikkwrp_box */

/* @group kapcsolodo_cikkek */

.kapcsolodo_cikkek h3 {
	width: 250px;
	height: 34px;
	font-size: 16px;
	line-height: 34px;
	text-transform: uppercase;
	overflow: hidden;
	position: relative;
}

.kapcsolodo_cikkek h3 .fir {
	width: 250px;
	height: 34px;
	background: url(../i/sprite-related-head.png) no-repeat;
}

.kapcsolodo_cikkek ul {
	padding: 0 0 18px;
	background: url(../i/separator_cikklist.png) repeat-x 0 100%;
}

.kapcsolodo_cikkek li {
	margin: 12px 5px 0 2px;
}

.kapcsolodo_cikkek li a {
	font-weight: bold;
	padding: 1px 1px 1px 0;
	color: #646464;
}

.kc_friss h3 .fir {
	background-position: 0 -34px;
}

.kc_celeb h3 .fir {
	background-position: 0 -68px;
}

.kc_life h3 .fir {
	background-position: 0 -102px;
}

.kc_trend h3 .fir {
	background-position: 0 -136px;
}

.kc_fun h3 .fir {
	background-position: 0 -170px;
}

.kc_lovesex h3 .fir {
	background-position: 0 0;
}

/* @end kapcsolodo_cikkek */

/* @group hozzaszolasok */

.hozzaszolasok_ures {
    position: relative;
}

.hozzaszolasok_ures .megnincs {
    background: url(../i/bg_hozzaszolasok_megnincs.png) no-repeat 0 0;
    padding-bottom: 10px;
    border-bottom:  #9C9C9C 1px dashed;
    height: 17px;
}

.hozzaszolasok_ures .add_comment {
	position: absolute;
	height: 19px;
	line-height: 17px;
	top: 5px;
	right: 12px;
	padding: 0 0 0 26px;
	background: url(../i/sprite-tiny.png) no-repeat -75px -617px;
	font: 14px Tahoma, Arial, Verdana, sans-serif;
	color: #4E4E4E;
}

.hozzaszolasok_ures .add_comment:hover {
	color: #00ADEF;
	background: url(../i/bg_hozzaszolas_teis_over.png) no-repeat 0 0;
}

.hozzaszolasok {
	background: url(../i/bg_hozzaszolasok.png) no-repeat;
}

.hozzaszolasok .head {
	position: relative;
	height: 53px;
}

.hozzaszolasok h3 {
	font-size: 18px;
	line-height: 22px;
	color: #646464;
	margin: 0 0 0 12px;
	text-transform: uppercase;
	width: 162px;
	height: 24px;
	overflow: hidden;
	position: relative;
}

.hozzaszolasok h3 .fir {
	width: 162px;
	height: 24px;
	background: url(../i/bg_hozzaszolasok.png) no-repeat -12px 0;
}

.hozzaszolasok .count {
	position: absolute;
	top: 7px;
	left: 175px;
	color: #4d4c4d;
	font-family: Arial,Helvetica,FreeSans,"Liberation Sans","Nimbus Sans L",sans-serif;
}

.hozzaszolasok .add_comment {
	position: absolute;
	height: 19px;
	line-height: 17px;
	top: 5px;
	right: 12px;
	padding: 0 0 0 26px;
	background: url(../i/sprite-tiny.png) no-repeat -75px -617px;
	font: 14px Tahoma, Arial, Verdana, sans-serif;
	color: #4E4E4E;
}

.hozzaszolasok .add_comment:hover {
	color: #00ADEF;
	background: url(../i/bg_hozzaszolas_teis_over.png) no-repeat 0 0;
}

/* @group hozzaszolasok-newcomment */

.hozzaszolasok_ures .new_comment {
   	height: 226px;
	position: relative;
	overflow: hidden;
    margin-top: 10px; 
}

.hozzaszolasok .new_comment {
	height: 226px;
	position: relative;
	overflow: hidden;
}

.hozzaszolasok_ures .new_comment fieldset,
.hozzaszolasok .new_comment fieldset {
	padding: 5px 0 14px 18px;
}

.hozzaszolasok_ures .new_comment label,
.hozzaszolasok .new_comment label {
	color: #4c4c4c;
	margin: 0 0 0 4px;
	font: 14px/18px Tahoma,Geneva,"DejaVu Sans Condensed",sans-serif;
}

.hozzaszolasok_ures .new_comment textarea,
.hozzaszolasok .new_comment textarea {
	display: block;
	background: #dcdcdc;
	border: 1px solid #cdcdcd;
	padding: 4px;
	width: 692px;
	height: 120px;
	margin: 8px 0 1px;
}

.hozzaszolasok_ures .new_comment .buttonwrp,
.hozzaszolasok .new_comment .buttonwrp {
	height: 50px;
	position: relative;
	background: url(../i/bg_hozzaszolasok_uj.png) no-repeat;
}

.hozzaszolasok_ures .new_comment .buttonwrp button,
.hozzaszolasok .new_comment .buttonwrp button {
	position: absolute;
	top: 4px;
	left: 277px;
}

.hozzaszolasok_ures .new_comment .buttonwrp a,
.hozzaszolasok .new_comment .buttonwrp a {
	position: absolute;
	top: 22px;
	left: 349px;
	width: 72px;
	height: 23px;
	line-height: 23px;
	background: #646464;
	color: #fff;
	text-align: center;
	font-weight: bold;
	overflow: hidden;
	background: url(../i/bg_hozzaszolasok_uj.png) no-repeat -349px -22px;
}

.hozzaszolasok_ures .tools,
.hozzaszolasok .tools {
	position: absolute;
	top: 0;
	right: 12px;
	padding: 0 0 0 8px;
	/* background: url(../i/bg_hozzaszolasok_tools_border.png) no-repeat 0 6px; */
}

.hozzaszolasok_ures .tools li,
.hozzaszolasok .tools li {
	float: left;
	margin: 0 0 0 3px;
}

.hozzaszolasok_ures .tools a,
.hozzaszolasok .tools a {
	display: block;
	width: 25px;
	height: 22px;
	overflow: hidden;
	background: #e3e3e1 url(../i/bg_hozzaszolasok_tools.png) no-repeat;
}

.hozzaszolasok_ures .tools .graysmile a,
.hozzaszolasok .tools .graysmile a {
	background-position: 0 0;
}

.hozzaszolasok_ures .tools .pinksmile a,
.hozzaszolasok .tools .pinksmile a {
	background-position: -25px 0;
}

/* @end hozzaszolasok-newcomment */

/* @group hozzaszolasok-pager */

.hozzaszolasok .pager {
	text-align: center;
	font: 11px/15px Arial,Helvetica,FreeSans,"Liberation Sans","Nimbus Sans L",sans-serif;
	color: #3f3f3f;
}

/*
.hozzaszolasok .pager .next,
.hozzaszolasok .pager .prev {
	margin: 0 5px 0 0;
	padding: 0 0 0 15px;
	background: url(../i/sprite-tiny.png) no-repeat -40px -646px;
}

.hozzaszolasok .pager .next {
	margin: 0 0 0 5px;
	padding: 0 15px 0 0;
	background: url(../i/sprite-tiny.png) no-repeat 100% -539px;
}
*/

.hozzaszolasok .pager .prev {
    background: url("../i/bg_kereso_back.png") no-repeat 0 2px;
    margin-left: 3px;
    padding-left: 12px;
}

.hozzaszolasok .pager .prev:hover {
	background-position: 0 -18px;
	color: #FF0099;
}

.hozzaszolasok .pager .next {
    background: url("../i/bg_kereso_next.png") no-repeat right 2px;
    margin-left: 3px;
    padding-right: 12px;
}

.hozzaszolasok .pager .next:hover {
	background-position: right -18px;
	color: #FF0099;
}

.hozzaszolasok .pager ol,
.hozzaszolasok .pager li {
	display: inline;
}

.hozzaszolasok .pager li a {
	padding: 0 5px;
}

.hozzaszolasok .pager .sel a {
	color: #999;
}

.hozzaszolasok .pager .sel a span {
	color: #f09;
	font-size: 13px;
	font-weight: bold;
}

/* @end hozzaszolasok-pager */

.hozzaszolasoklista {
	margin: 10px 0 0;
	font-family: Tahoma,Geneva,"DejaVu Sans Condensed",sans-serif;
	background: url(../i/separator_cikklist.png) repeat-x;
}

.hozzaszolasoklista li {
	position: relative;
	min-height: 50px;
	padding: 11px 30px 12px 70px;
	background: url(../i/separator_cikklist.png) repeat-x 0 100%;
}

.hozzaszolasoklista li.even {
	background-color: #f7f7f7;
}

.hozzaszolasoklista li .num {
	position: absolute;
	top: 10px;
	right: 15px;
	font: 22px/26px Arial,Helvetica,FreeSans,"Liberation Sans","Nimbus Sans L",sans-serif;
	color: #e2e2e0;
}

.hozzaszolasoklista li img {
	position: absolute;
	top: 11px;
	left: 10px;
}

.hozzaszolasoklista .head {
	line-height: 14px;
	color: #999;
	height: auto;
}

.hozzaszolasoklista .head .date {
	font-size: 10px;
	color: #00acee;
	margin: 0 16px 0 0;
}

.hozzaszolasoklista .head dl {
	display: inline;
	font-size: 9px;
}

.hozzaszolasoklista .head dt {
	display: inline;
	text-transform: uppercase;
}

.hozzaszolasoklista .head dd {
	display: inline;
	color: #f09;
}

.hozzaszolasoklista h4 {
	margin: 1px 0 2px;
	font-size: 12px;
	line-height: 16px;
}

.hozzaszolasoklista p {
	font-size: 12px;
	line-height: 16px;
}

.hozzaszolasok_bottom {
	position: relative;
	background: url(../i/bg_hozzaszolasok_bottom.png) repeat-x;
	height: 40px;
	padding: 30px 0 0;
}

.hozzaszolasok_bottom .add_comment {
	top: 29px;
}

.hozzaszolasok_bottom .jumpfirst {
	position: absolute;
	top: 30px;
	left: 12px;
	padding: 0 0 0 16px;
	font-size: 10px;
	background: url(../i/sprite-tiny.png) no-repeat -17px -664px;
}

/* @end hozzaszolasok */

/* @end cikkoldal */

/* @group partnereink_box */

.partnereink_box {
	border-top: 1px solid #c3c3c2;
	height: 100px;
	overflow: hidden;
	line-height: 100px;
	padding: 0 20px 0 23px;
	background: #f0f0f0 url(../i/bg_gradients.png) repeat-x 0 -690px;
}

.partnereink_box h5,
.partnereink_box ul,
.partnereink_box li {
	display: inline;
}

.partnereink_box h5 {
	font: normal 10px/12px Arial,Helvetica,FreeSans,"Liberation Sans","Nimbus Sans L",sans-serif;
	color: #999;
}

.partnereink_box li {
	margin-left: 10px;
}

.partnereink_box img {
	vertical-align: middle;
}

/* @end partnereink_box */

/* @group content_bottom */

/* @group sitemapnlogin */

.content_bottom .sitemapnlogin {
	width: 750px;
	height: 329px;
	overflow: hidden;
	float: left;
	color: #fff;
	background: #2e2b2a url(../i/bg_gradients.png) repeat-x 0 -361px;
}

.content_bottom .sitemapnlogin .colwrp {
	height: 227px;
	overflow: hidden;
	padding: 0 0 25px;
	background: url(../i/separator_content_bottom.png) no-repeat 0 100%;
}

/* full
.content_bottom .sitemapnlogin .col {
	padding: 26px 0 0;
	width: 200px;
	float: left;
	margin: 0 0 0 38px;
}
*/

.content_bottom .sitemapnlogin .col {
	padding: 15px 0 0;
	width: 285px;
	float: left;
	margin: 0 0 0 80px;
}

.content_bottom .sitemapnlogin .col h5 {
	height: 24px;
	line-height: 24px;
	text-transform: uppercase;
	font-size: 16px;
	padding: 0 0 0 5px;
	margin: 0 0 3px;
	overflow: hidden;
	position: relative;
}

.content_bottom .sitemapnlogin .col h5 .fir {
	height: 24px;
	background: url(../i/sprite-main.png) no-repeat;
}

.content_bottom .cb_hirek {
	width: 57px;
}

.content_bottom .sitemapnlogin .col .cb_hirek .fir {
	width: 62px;
	background-position: -550px 0;
}

.content_bottom .cb_kozosseg {
	width: 95px;
}

.content_bottom .sitemapnlogin .col .cb_kozosseg .fir {
	width: 100px;
	background-position: -612px 0;
}

.content_bottom .cb_szorakozas {
	width: 119px;
}

.content_bottom .sitemapnlogin .col .cb_szorakozas .fir {
	width: 124px;
	background-position: -712px 0;
}

.content_bottom .sitemapnlogin .col li {
	margin: 4px 0 0 5px;
}

.content_bottom .sitemapnlogin .col li a {
	text-transform: uppercase;
	font-family: Tahoma,Geneva,"DejaVu Sans Condensed",sans-serif;
	padding: 2px;
    font-size: 10px;
    color: #FFF;
}

.content_bottom .sitemapnlogin .col li a.color_normal:hover { background-color: #000; }
.content_bottom .sitemapnlogin .col li a.color_friss:hover { background-color: #00ADEF; }
.content_bottom .sitemapnlogin .col li a.color_celeb:hover { background-color: #F70085; }
.content_bottom .sitemapnlogin .col li a.color_trend:hover { background-color: #C001BE; }
.content_bottom .sitemapnlogin .col li a.color_lovesex:hover { background-color: #FF004B; }
.content_bottom .sitemapnlogin .col li a.color_life:hover { background-color: #4ADB1A; }
.content_bottom .sitemapnlogin .col li a.color_fun:hover { background-color: #FF3300; }

.content_bottom .bottomlogin {
	height: 77px;
	position: relative;
}

.content_bottom .bottomlogin h5 {
	font-size: 16px;
	font-weight: normal;
	padding: 0 0 0 20px;
	line-height: 77px;
}

.content_bottom .bottomlogin h5 span {
	margin-right: 80px;
}

.content_bottom .bottomlogin h5 em {
	position: absolute;
	width: 77px;
	height: 20px;
	line-height: 20px;
	font-weight: bold;
	top: 29px;
	left: 93px;
	text-align: center;
	overflow: hidden;
}

.content_bottom .bottomlogin h5 .fir {
	margin: 0;
	width: 77px;
	height: 20px;
	background: url(../i/sprite-main.png) no-repeat -836px 0;
}

.content_bottom .bottomlogin a.loginlink {
	width: 146px;
	height: 22px;
	background: url(../i/bg_login_button.png) no-repeat 0 0;
	display: block;
	font: normal 11px Arial, Verdana, Tahoma, sans-serif;
	color: #646464;
	text-transform: uppercase;
	padding: 11px 0 0 15px;
	position: absolute;
	top: 20px;
	left: 210px;
}

.content_bottom .bottomlogin a.loginlink:hover {
	background-position: 0 -33px;
    color: #000;
}

.content_bottom .bottomlogin div.or {
    width: 38px;
    height: 20px;
    background: url(../i/vagy.png) no-repeat 0 0;
    position: absolute;
    top: 30px;
    left: 380px;
    text-indent: -999em;
}

.content_bottom .bottomlogin a.regisztralj {
	background: url(../i/bg_login_register.png) no-repeat 0 0;
	color:#FFFFFF;
	font: bold 12px/30px Tahoma, Arial, Verdana, sans-serif;
	height:33px;
	text-align:center;
	width:101px;
	position: absolute;
	left:427px;
	top: 22px;
}

.content_bottom .bottomlogin a.regisztralj:hover {
	color: #000;
    background-position: 0 -33px;
}

.content_bottom .bottomlogin a.logout {
    color: #FFF;
    font: 15px/60px Tahoma, Arial, Verdana, sans-serif;
   	background: url(../i/bg_more_bigcircle2.png) no-repeat right top;
    padding-right: 25px;
    margin-left: 15px;
}

.content_bottom .bottomlogin a.logout:hover {
   background-position: right -19px;
}

.content_bottom .sitemapnlogin .bullet-up {
	position: absolute;
	color: #b9b9b9;
	top: 28px;
	line-height: 23px;
	right: 10px;
}

.content_bottom .sitemapnlogin a.bullet-up:hover {
    background: url(../i/bg_totop.png) no-repeat 0 7px;
    color: #FFF;
}

/* @end sitemapnlogin */

/* @group kapcsolatbox */

.content_bottom .kapcsolatbox {
	float: left;
	position: relative;
	width: 231px;
	height: 309px;
	padding: 20px 0 0 19px;
	background: url(../i/bg_kontakt.jpg) no-repeat;
}

.content_bottom .kapcsolatbox h5 {
	width: 146px;
	height: 30px;
	line-height: 30px;
	font-size: 26px;
	overflow: hidden;
	position: relative;
}

.content_bottom .kapcsolatbox h5 .fir {
	width: 146px;
	height: 30px;
	background: url(../i/bg_kontakt.jpg) no-repeat -19px -20px;
}

.content_bottom .kapcsolatbox li {
	font-size: 10px;
	margin: 10px 0 0;
}

.content_bottom .kapcsolatbox li a {
	color: #646464;
	font-family: Arial,Helvetica,FreeSans,"Liberation Sans","Nimbus Sans L",sans-serif;
}

.content_bottom .kapcsolatbox li a:hover {
	color: #000;
}

.content_bottom .kapcsolatbox h5.legyelabaratunk {
	position: absolute;
	width: 159px;
	top: 225px;
	left: 41px;
	color: #c09;
	font-size: 18px;
	font-weight: normal;
}

.content_bottom .kapcsolatbox h5.legyelabaratunk .fir {
	width: 159px;
	background-position: -41px -225px;
}

.content_bottom .kapcsolatbox .social li {
	margin: 0;
	position: absolute;
	top: 265px;
}

.content_bottom .kapcsolatbox .social a {
	display: block;
	width: 43px;
	height: 42px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../i/bg_kontakt.jpg) no-repeat;
}

.content_bottom .kapcsolatbox .facebook {
	left: 56px;
}

.content_bottom .kapcsolatbox .facebook a {
	background-color: #3f66b2;
	background-position: -56px -265px;
}

.content_bottom .kapcsolatbox .facebook a:hover {
	margin-top: -1px;
	background-position: 0 -329px;
}

.content_bottom .kapcsolatbox .twitter {
	left: 103px;
}

.content_bottom .kapcsolatbox .twitter a {
	background-color: #3da6c0;
	background-position: -103px -265px;
}

.content_bottom .kapcsolatbox .twitter a:hover {
	margin-top: -2px;
	background-position: -43px -329px;
}

.content_bottom .kapcsolatbox .myspace {
	left: 149px;
}

.content_bottom .kapcsolatbox .myspace a {
	background-color: #1c348e;
	background-position: -149px -265px;
}

.content_bottom .kapcsolatbox .myspace a:hover {
	margin-top: -2px;
	background-position: -86px -329px;
}

/* @end kapcsolatbox */

/* @end content_bottom */

/* @end content */

/* @start neon_box_im */

.im_ajanlo {
	margin-left:10px;
}

.im_ajanlo a:hover {
	color: #FF0099;
}

.im_ajanlo_cimlap  {
	
	float: left;
	background-repeat: no-repeat;
}

.magazin_datum {
	color: #646464;
	font-size: 12px;
	font-family: Tahoma;
	font-weight: bold;
	margin:16px 0 0 5px;
	width: 278px;
	float: left;
}

.magazin_datum span {
	color: #F82690;
}

.magazin_szamok {
	color:#4D4D4D;
	float:left;
	font-size:11px;
	margin:4px 0 0;
}

.magazin_szamok span {
	float: left;
	padding-top: 13px;
}

.magazin_szamok .posrel {
	position: relative;
	float: left;
	margin-left: 5px;
}

.im_tartalom {
	margin-left: 395px;
	margin-top: 215px;
	font-size: 16px;
	color: #646464;
	padding-left: 10px;
	padding-right: 5px;
	padding-bottom:5px;
	border-bottom: dashed 1px #646464;
}

.im_kiemelt_cikk p a {
	background-image:url(../i/im_ajanlo/im_korabbi_szamok_arrow.png);
	background-position:293px center;
	background-repeat:no-repeat;
	display:block;
	padding-right:30px;
}

.im_kiemelt_cikk p a:hover {
	background-image:url(../i/im_ajanlo/im_korabbi_szamok_arrow_hover.png);
	color:#333333;
}

.im_kiemelt_cikk {
	margin-left:406px;
	margin-top: 15px;
	width: 315px;
	height: 265px;
}

.im_kiemelt_cikk li  h3{
	font-size: 18px;
	font-family: Arial;
	margin-bottom:5px;
	margin-top: 15px;
}

.im_kiemelt_cikk p {
	color: #333333;
	font-size: 12px;
}

a.im_elofizetes {
	display: block;
	width: 360px;
	height: 58px;
	float: right;
	text-align: center;
	vertical-align: middle;
	line-height: 55px;
	font-size: large;
	text-decoration: uppercase;
}
.im_neonon {
	background-color:#F0F0F0;
	padding: 10px 10px 0 10px;
	width: 340px;
	border-bottom:1px dashed #999999;
	
}

.im_video_prew {
	float:left;
	margin-bottom:7px;
	width:98px;
}

.im_video_prew img {
	margin-right:10px;
}

.im_video_lead {
	float:left;
	width:240px;
}

.im_video_lead .im_video_icon {
	background-image:url(../i/im_ajanlo/im_video_ikon.png);
	background-position:2px 0;
	background-repeat:no-repeat;
	display:inline;
	height:14px;
	line-height:19px;
	margin-left:0;
	padding-left:20px;
	width:12px;
}

.im_video_lead li {
	margin: 0 5px 0 0;
}

.im_video_lead img {
	margin: 0 5px 0 0;
}

.im_video_lead a {
	color: #FF0099;
	font-weight:bold;
	font-size: 12px;
}

.im_neonon_head {
	background-image:url(../i/im_ajanlo/im_neonon_bg.png);
	background-repeat: no-repeat;
	width: 360px;
	height: 37px;
}

.im_neonon_head h3 {
	font-size: 16px;
	font-family: Arial;
	color: #FFFFFF;
	padding: 10px 0 0 10px;
	
}

.im_video_lead a:hover {
	color: #00ACEC;
}

.im_neonon li.im_neonon_video{
	clear:both;
	color:#767676;
	font-size:10px;
	padding-bottom:5px;
}

.im_tobb_link {
	text-align: right;
}

.im_ajanlo .im_tobb_link a {
	background-image: url(../i/im_ajanlo/im_tobb_link_arrow.png);
	background-position: 67px 2px;
	background-repeat: no-repeat;
	padding-right:14px;
	font-size: 11px;
	color:#646464;
	font-weight: normal;
}
.im_neonon_cikkek {
	clear: both;
/*
	background-color:#F0F0F0;
	padding:10px 10px 5px 10px;
	width:340px;
*/
}
.im_neonon_cikkek a {
	color: #646464;
	font-size: 11px;
	font-family: tahoma;
	font-weight: bold;
	background-image: url(../i/im_ajanlo/im_neonon_list_icon.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 20px;
	display:block;
	
}

.im_neonon li.im_neonon_cikkek {
	margin-bottom: 11px;
}


.im_neonon_cikkek a:hover {
	color: #FF0099;
	background-image: url(../i/im_ajanlo/im_neonon_list_icon_hover.png);
}

.im_tobb_link a:hover {
	color: #00ACEC;
}

.im_ajanlo .im_tobb_cikk_link {
	text-align: right;
	margin-bottom:0;
	font-size:11px;
}

.im_ajanlo .im_tobb_cikk_link a {
	background-image:url(../i/im_ajanlo/im_tobb_link_arrow.png);
	background-position:330px 3px;
	background-repeat:no-repeat;
	color:#646464;
	font-size:11px;
	font-weight:normal;
	padding-right:14px;
}

.im_tobb_link a:hover {
	color: #646464;
}

.im_ajandekok {
	background-repeat:no-repeat;
	height:360px;
	float:left;
	margin-left:10px;
}

.im_ajandekok_half {
	width: 360px;
}

.im_ajandekok_full {
	width: 720px;
}

.im_neonon_wrp {
	float:left; 
	width:360px;
}

.im_center_ad {
	clear:both;
	float:left;
	height:90px;
	margin:10px 0;
	width:720px;
}

.im_korabbi {
	background-image:url(../i/im_ajanlo/im_korabbi_bg.png);
	background-repeat:repeat-x;
	float:left;
	height:43px;
	padding:10px;
	width:720px;	
}

.im_korabbi_szamok {
	background-image:url(../i/im_ajanlo/im_korabbi_szamok_bg.png);
	background-repeat: no-repeat;
	padding:10px;
	height:209px;
	width:340px;
	float:left;
	margin-bottom:10px;
}

.im_korabbi_szamok ul {
	height: 100px;
}

.im_korabbi_szamok_wrp {
	clear:both;
}

.im_korabbi_szamok_jobb ul {
height:100px;
}

.im_korabbi_szamok_jobb {
	background-image:url(../i/im_ajanlo/im_korabbi_szamok_bg.png);
	background-repeat: no-repeat;
	padding:10px;
	height:209px;
	width:340px;
	margin-left:10px;
	float:left;
	margin-bottom:10px;
}

.im_korabbi_szamok_cimlap {
	background-image:url(../i/im_ajanlo/im_korabbi_szamok_cimlap_bg.png);
	background-repeat: no-repeat;
	padding:5px;
	width:165px;
	float:left;
}

.im_korabbi_szamok_cimlap img {
	width: 150px;
	height: 200px;
	display: block;
}

.im_korabbi_szamok_szoveg {
	float:left;
}

.im_korabbi_szamok_szoveg h3 {
	font-size: 20px;
	color:#3F3F3F;
	font-weight: normal;
	margin-bottom: 40px;
	margin-top: 3px;
}

.im_korabbi_szamok_szoveg p {
	font-size: 16px;
	color:#646464;
	font-weight: normal;
	margin-bottom: 17px;
	font-family:arial;
}

.im_korabbi_szamok_szoveg li {
	font-size: 11px;
	color:#000;
	width:155px;
	font-weight: bold;
	margin-bottom:5px;
	margin-left:10px;
	list-style-type: disc;
}

.im_korabbi_szamok_szoveg li span{
	color:#FF0099;
}

.im_korabbi_tovabb {
	/*background-image:url(../i/im_ajanlo/im_korabbi_szamok_arrow.png);
	background-position:60px 0;
	background-repeat:no-repeat;*/
	color:#646464;
	display:block;
	font-size:14px;
	font-weight:normal;
	height:18px;
	padding-right:25px;
	float:right;
}

.im_korabbi_szamok_szoveg ul.kiemelt_cikk a,
.im_korabbi_szamok_szoveg a.im_korabbi_tovabb
 {
	background-image:url(../i/im_ajanlo/im_korabbi_szamok_arrow.png);
	background-position:60px 0;
	background-repeat:no-repeat;
}

/*.im_korabbi_tovabb a {
	background-image:url(../i/im_ajanlo/im_korabbi_szamok_arrow.png);
	background-position:60px 0;
	background-repeat:no-repeat;
}*/
	
.im_korabbi_szamok_szoveg ul.kiemelt_cikk a:hover,
.im_korabbi_szamok_szoveg a.im_korabbi_tovabb:hover {
	background-image:url(../i/im_ajanlo/im_korabbi_szamok_arrow_hover.png);
	color:#FF0099;
}

.im_ugras_elso {
	background-image:url(../i/im_ajanlo/im_korabbi_szamok_oldalak_arrow.png);
	background-position:1px 1px;
	background-repeat:no-repeat;
	color: #999999;
	font-size: 10px;
	padding-left:16px;
}

.im_korabbi_szamok_oldalak a:hover {
	color:#FF0099;
}

.im_korabbi_szamok_oldalak {
	float:left;
}

.im_oldalak_list {
	float: left;
	margin-left:65px;
}

.im_oldalak_list li {
	float: left;
	margin: 0 2px 0 0;
	font-size: 11px;
	color: #3F3F3F;
}

.im_oldalak_list a{
	font-size: 11px;
	color: #3F3F3F;
}

.im_oldalak_list a:hover{
	font-size: 11px;
	color: #FF0099;
}

.im_oldalak_list .selected a{
	font-size: 11px;
	color: #FF0099;
}

.im_oldalak_list .selected {
	color: #999999;
}

.im_ajanlo .im_oldalak_elozo {
	margin-right: 6px;
}

.im_oldalak_legelso a{
	background-image:url(../i/im_ajanlo/im_oldalak_legelso_arrow.png);
	background-position:0 3px;
	background-repeat:no-repeat;
	display:block;
	height:12px;
	width:10px;
}

.im_oldalak_elozo a {
	background-image:url(../i/im_ajanlo/im_korabbi_szamok_b_arrow.png);
	background-position:0 2px;
	background-repeat:no-repeat;
	padding-left:14px;
}

.im_ajanlo .im_oldalak_kovetkezo a {
	margin-left: 6px;
	background-image:url(../i/im_ajanlo/im_tobb_link_arrow.png);
	background-position:right center;
	background-repeat:no-repeat;
	display:block;
	width: 105px;
}

.im_oldalak_legutolso a {
	background-image:url(../i/im_ajanlo/im_oldalak_legutolso_arrow.png);
	background-position:0 3px;
	background-repeat:no-repeat;
	display:block;
	height:12px;
	width:10px;
}

.im_korabbi_szamok_tobb a {
	background-image:url(../i/im_ajanlo/im_ugras_tobb_arrow.png);
	background-position:right bottom;
	background-repeat:no-repeat;
	color:#646464;
	display:block;
	float:right;
	font-size:11px;
	font-weight:bold;
	line-height:21px;
	padding-right:20px;
	width:155px;
}

.im_korabbi_szamok_tobb a:hover {
	color:#FF0099;
}

.im_ugras_tobb span {
	background-image:url(../i/im_ajanlo/im_ugras_tobb_arrow.png);
	background-position:1px 1px;
	background-repeat:no-repeat;
	display:inline-block
}


/* impresszum */

.impersszum {
	width: 750px;
	background-image: url(../i/impresszum/impresszum_head_bg.png);
	background-repeat: repeat-x;
	font-family: Tahoma;
	color:#646464;
}

.impersszum a{
	color:#00ACED;
}

.impersszum a:hover {
	background-color: #00ACED;
	color: #FFF;
}
	
.impersszum .jobb {
	float:left;
	width:360px;
}

.impersszum .bal {
	float:left;
	width:380px;
}

.impersszum .bal .header {
	background-image: url(../i/impresszum/impressum_head_title.gif);
	background-position: 10px 10px;
	background-repeat: no-repeat;
	margin-left:10px;
	width:350px;
	height: 44px;
	border-bottom: #9C9C9C 1px dashed;
}

.impersszum .bal .szerkesztoseg {
	color:#646464;
	font-size: 20px;
	padding: 15px 0 20px 10px;
	font-family: Tahoma;
}

.impersszum .bal .munkatars_pics {
	float: left;
	margin-left:20px;
	width: 80px;
}

.impersszum .bal .munkatars_adat {
	float: left;
	margin-left: 10px;
	width: 260px;
	height:90px;
}

.impersszum .bal .munkatars_adat li {
	color:#646464;
	font-size: 12px;
}

.impersszum .bal .munkatars_adat a {
	color:#00ACED;
	font-size: 11px;
}

.impersszum .bal .munkatars_adat a:hover {
	background-color:#00ACED;
	color: #FFF;
}

.impersszum .bal .munkatars_adat .nev {
	font-weight: bold;
	padding-top:10px;
	padding-bottom: 5px;
}

.impersszum .bal .munkatars li {
	
}

.impersszum .bal .munkatars_lista {
	margin-left: 10px;
	color: #646464;
	font-size: 12px;
	line-height:20px;
	border-bottom: #9C9C9C 1px dashed;
	padding-left:10px;
	padding-bottom: 10px;
	margin-bottom: 20px;
	margin-right:15px;
}

.impersszum .bal .munkatars_lista li span {
	font-weight: bold;
}

.impersszum .bal .partnereink {
	margin-left: 10px;
	color: #646464;
	font-size: 11px;
	line-height:18px;
	padding-left:10px;
	margin-right:15px;
}

.impersszum .bal .partnereink h2 {
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 20px;
}

.impersszum .bal .partnereink li span {
	font-weight: bold;
}

.impersszum .bal .partnereink li a {
	color:#00ACED;
	font-size: 11px;
}

.impersszum .bal .partnereink li a:hover {
	background-color:#00ACED;
	color: #FFF;
}

.impersszum .break {
	margin-bottom: 20px;
}

.impersszum  .kiado_cime {
	background-image: url(../i/impresszum/kiado_cime_bg.png);
	background-repeat: no-repeat;
	padding-left:10px;
	padding-top:70px;
	color: #646464;
	font-size: 11px;
	line-height:16px;
	margin-top:30px;
	margin-bottom:15px;
}

.impersszum  .kiado_cime span {
	font-weight: bold;
}

.impersszum  .kiado_cime a {
	color:#00ACED;
	font-size: 11px;
}

.impersszum  .kiado_cime a:hover {
	background-color:#00ACED;
	color: #FFF;
}

.impersszum  .kiado_kep {
	background-image: url(../i/impresszum/ringier_kiado.png);
	background-repeat: no-repeat;
	width: 360px;
	height: 250px;
	border-bottom: #9C9C9C 1px dashed;
}

.impersszum  .online {
	color:#646464;
	font-size:11px;
	line-height:18px;
	margin-bottom:20px;
	margin-left:10px;
	padding-bottom:10px;
	margin-top:20px;
}

.impersszum  .online h2 {
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 20px;
}

.impersszum  .online span {
	font-weight: bold;
}

.impersszum  .online a {
	color:#00ACED;
	font-size: 11px;	
}

.impersszum  .online a:hover {
	background-color:#00ACED;
	color: #FFF;
}

.impresszum_footer li {
	float: left;
	padding-bottom:40px;
	padding-top:20px;
}

.impresszum_footer {
	width:750px;
}

.befoglalo {
	/*border-bottom: #9C9C9C 1px dashed;*/
	display:inline-block;
}

.impresszum_footer ul {
	padding-left:20px;
	clear:both;
}

.impresszum_footer .tarsportal {
	margin:0 10px;
	border-top:1px dashed #9C9C9C;
	padding-left: 10px;
}

.impresszum_footer .tarsportal li a.pink {
	display: block;
	width: 73px;
	height: 40px;
	background: url(../i/impresszum/pink_logo.png) no-repeat 0 0;
}

.impresszum_footer .tarsportal li a.pink:hover {
	background: url(../i/impresszum/pink_logo_over.png) no-repeat 0 0;	
}


.impresszum_footer .tarsportal li a.blikk {
	display: block;
	width: 73px;
	height: 40px;
	background: url(../i/impresszum/blikk_logo.png) no-repeat 0 0;
}

.impresszum_footer .tarsportal li a.blikk:hover {
	background: url(../i/impresszum/blikk_logo_over.png) no-repeat 0 0;	
}


.impresszum_footer .tarsportal li a.pixter {
	display: block;
	width: 73px;
	height: 40px;
	background: url(../i/impresszum/pixter_logo.png) no-repeat 0 0;
}

.impresszum_footer .tarsportal li a.pixter:hover {
	background: url(../i/impresszum/pixter_logo_over.png) no-repeat 0 0;	
}


.impresszum_footer .tarsportal li a.nso {
	display: block;
	width: 73px;
	height: 40px;
	background: url(../i/impresszum/nso_logo.png) no-repeat 0 0;
}

.impresszum_footer .tarsportal li a.nso:hover {
	background: url(../i/impresszum/nso_logo_over.png) no-repeat 0 0;	
}

.impresszum_footer .cimunk {
	background-image:url(../i/impresszum/cimunk_bg.png);
	background-repeat: repeat-x;
	height:53px;
	margin-right:1px;
}

.impresszum_footer .cimunk span {
	font-weight: bold;
}

.impresszum_footer .cimunk li {
	padding: 0 10px 0 10px;
	display: block;	
	background-image: url(../i/impresszum/cimunk_list_style_bg.png);
	background-repeat: no-repeat;
	background-position: 1px 1px;
}

.impresszum_footer .cimunk .firstchild {
	background-image: none;
	padding-left:0;
}

/* @group toplista */

.toplista {
	clear: both;
}

.toplista_head {
	background:url(../i/bg_toplistak_head.png) no-repeat scroll 0 0 transparent;
	height:43px;
	width:740px;
	text-indent: -3000px;
	overflow: hidden;
}

/* hot_top_20 */

.hot_top_20 {
	width: 730px;
	height: 237px;
	margin: 6px 0 0 10px;
	position: relative;
	background: transparent url(../i/toplista_sprite.png) no-repeat 0 0;
}

.hot_top_20 .elso_helyezett {
	float: left;
	width: 206px;
	height: 237px;
}

.hot_top_20 .elso_helyezett .elso_kepe {
	float: left;
	margin-top: 1px;
}

.hot_top_20 .hot_top_jobboldal {
	float: left;
	width: 524px;
}

.hot_top_20 .hot_top_jobboldal .hot_top_head {
	background: #272322;
	overflow: hidden;
	text-indent: -3000px;
	height: 26px;
	width: 100%;
}

.hot_top_20 .hot_top_jobboldal .hot_top_leiras {
	width: 439px;
	margin: 11px 0 0 14px;
	font: 14px/18px Arial,sans-serif;
	height: 80px;
	overflow: hidden;
}

.hot_top_20 .hot_top_jobboldal a.szavazz_te_is {
	display: block;
	overflow: hidden;
	text-indent: -3000px;
	width: 138px;
	height: 36px;
	margin: 5px 0 0 20px;
	background: transparent url(../i/toplista_sprite.png) no-repeat 0 -237px;
}

.hot_top_20 .hot_top_jobboldal a.szavazz_te_is:hover {
	background-position: 0 -273px;
}

.hot_top_20 .elso_helyezett .elso_felirata {
	background: transparent url(../i/toplista_sprite.png) no-repeat right bottom;
	width: 170px;
	margin: 0 auto;
	padding: 0 10px 10px;
	clear: both;
}

.hot_top_20 .elso_helyezett .elso_felirata .leirasok {
	background: transparent url(../i/toplista_sziv_bg.png) no-repeat 2px 11px;
	text-align: center;
	padding-top: 10px;
	margin-bottom: 5px;
	font: 12px/15px Tahoma, sans-serif;
}

.hot_top_20 .elso_helyezett .elso_felirata .leirasok .eloado {
	font-weight: bold;
}

.hot_top_20 .elso_helyezett .elso_felirata .leirasok .szamcim {
	margin-top: 2px;
}

.hot_top_20 .hot_top_jobboldal ol.tovabbi_szamok {
	list-style: decimal inside none;
	font: bold 11px/18px Tahoma, sans-serif;
	color: #fff;
	margin: 2px 0 0 30px;
}

.hot_top_20 .hot_top_jobboldal ol.tovabbi_szamok li .szamcim {
	font-weight: normal;
}

.hot_top_20 .hot_top_jobboldal .teljes_lista {
	width: 253px;
	height:30px;
	background: transparent url(../i/toplista_sprite.png) -138px -237px;
	overflow: hidden;
	text-indent: -3000px;
	position: absolute;
	top: 192px;
	right: 11px;
}

.hot_top_20 .hot_top_jobboldal .teljes_lista a {
	display: block;
	width: 223px;
	height: 30px;
	margin-left: 30px;
	background: transparent url(../i/toplista_sprite.png) -168px -237px;
}

.hot_top_20 .hot_top_jobboldal .teljes_lista a:hover {
	background-position: -168px -267px;
}

/* @end hot_top_20 */

/* @group toplista_top_10 */

.toplista_top_10 {
	margin: 20px 0 0 10px;
}

.toplista_top_10 h3 {
}

.toplista_top_10 h3 a {
	display: block;
	border-bottom: 1px dashed #999;
	height: 18px;
	font-size: 17px;
	margin: 0 0 10px 4px;
	padding: 0 0 3px;
	
}

.toplista_top_10 h3 .hangjegy {
	font-size: 22px;
}

.toplista_top_10 h3 .szurke {
	color: #3f3f3f;
}

.toplista_top_10 ul.szamlista {
	font: bold 11px/18px Tahoma, sans-serif;
	color: #fff;
}

.toplista_top_10 ul.szamlista li {
	display: block;
/*	height: 25px;
	line-height: 22px;
	padding-left: 12px;
*/
	width: auto;
	margin-bottom: 4px;
	color: #333;
	font-weight: bold;
	padding: 5px 0 5px 12px;
	line-height: 16px;
}

.toplista_top_10 ul.szamlista li.first {
	color: #fff;
}

.toplista_top_10 ul.szamlista li .szamcim {
	font-weight: normal;
}

.toplista_top_10 .lista_n_more .tovabb_div {
	text-align: right;
	margin-top: 10px;
}

.toplista_top_10 .lista_n_more .tovabb_div a.tovabb {
	text-decoration: none;
}

.toplista_top_10 .lista_n_more .tovabb_div a.tovabb:hover {
	text-decoration: underline;
}

/* @end toplista_top_10 */

/* @group toplista_kulfoldi_top_10 */

.toplista_kulfoldi_top_10 {
	margin: 10px 0 0 10px;
}

.toplista_kulfoldi_top_10 h3 {
	font: bold 11px/13px Verdana, Tahoma, Arial, sans-serif;
	color: #646464;
	border-bottom: #9C9C9C 1px dashed;
	padding-bottom: 3px;
}

.toplista_kulfoldi_top_10 .content img {
	margin-top: 10px;
	margin-bottom: 5px;
}
	
.toplista_kulfoldi_top_10 .content ul li {
	color: #333;
	height: 25px;
	line-height: 25px;
	font-weight: bold;
	padding-left: 10px;
}

.toplista_kulfoldi_top_10 .content ul li span {
	font-weight: normal;
}

.toplista_kulfoldi_top_10 .content .tovabb_div {
	margin: 5px 5px 5px 0;
}

.toplista_kulfoldi_top_10 .content .tovabb_div a {
	float: right;
	font-weight: bold;
}

.toplista_kulfoldi_top_10 .content .tovabb_div a:hover {
	text-decoration: underline;
}

.toplista_kulfoldi_top_10 .content ul li.first {
	color: #fff;
}

.toplista_kulfoldi_top_10 .opacity {
	opacity: 0.7 !important;
}

.toplista_kulfoldi_top_10 .opacity .content ul li {
	color: #222;
}

.toplista_kulfoldi_top_10 .opacity .content .tovabb_div a {
	font-weight: normal;
	color: #646464;
}

.toplista_kulfoldi_top_10 .opacity .content ul li.first {
	background: none;
	color: #222;
}

.toplista_kulfoldi_top_10 .opacity h3 .kategoria {
	color: #646464;
}

/* @end toplista_kulfoldi_top_10 */

/* @group toplista_szavazz */

.toplista_szavazz {
	width: 734px;
	margin: 6px -4px 0 9px;
}

.toplista_szavazz .szavazz_bal {
	width: 361px;
	float: left;
	background: transparent url(../i/toplista_sprite.png) -370px -324px;
}

.toplista_szavazz .szavazz_bal .szavazz_header {
	margin: 1px 1px 0 0;
	width: 360px;
	text-indent: -3000px;
	overflow: hidden;
	height: 26px;
	background: transparent url(../i/toplista_sprite.png) -205px -1px;
}

.toplista_szavazz .szavazz_bal img {
	width: 360px;
	height: 211px;
	margin: -1px 1px 0 0;
	float: left;
}

.toplista_szavazz .szavazz_bal .elso_tetszik {
	display: block;
	width: 108px;
	height: 27px;
	float: right;
	margin: -28px 1px 0 0;
	color: #ffe8ff;
	overflow: hidden;
	background: transparent url(../i/toplista_fekete_80_bg.png) repeat;
	font: 10px/25px Tahoma,sans-serif;
}

.toplista_szavazz .szavazz_bal a.elso_tetszik .szivecske {
	display: block;
	float: left;
	height: 20px;
	width: 20px;
	margin: 4px;
	background: transparent url(../i/toplista_sprite.png) -156px -306px;
}

.toplista_szavazz .szavazz_bal a.elso_tetszik:hover .szivecske {
	background-position: -192px -307px;
}

.toplista_szavazz .szavazz_bal .elso_helyezett {
	width: 347px;
	clear: both;
	margin: 0 auto;
}

.toplista_szavazz .szavazz_bal .elso_helyezett .elso_felirata {
	background: transparent url(../i/toplista_sprite.png) no-repeat left bottom;
	width: 347px;
	margin: 0 auto;
	padding: 0 0 10px;
	clear: both;
}

.toplista_szavazz .szavazz_bal .elso_helyezett .elso_felirata .leirasok {
	text-align: center;
	padding: 10px 10px 3px;
	font: 12px/15px Tahoma, sans-serif;
	color: #f09;
}

.toplista_szavazz .szavazz_bal .elso_helyezett .elso_felirata .leirasok .eloado {
	font-weight: bold;
}

.toplista_szavazz .szavazz_bal .elso_helyezett .elso_felirata .leirasok .szamcim {
	margin-top: 2px;
}

.toplista_szavazz .szavazz_bal ul.tovabbi_lista {
	font: bold 11px/15px Tahoma, sans-serif;
	color: #333;
	margin: 4px 0 7px;
}

.toplista_szavazz .szavazz_bal ul.tovabbi_lista li {
	height: 28px;
	padding-left: 11px;
	margin-left: 1px;
	overflow: hidden;
}

.toplista_szavazz .szavazz_bal ul.tovabbi_lista li .sor {
	float: left;
	width: 315px;
	padding-top: 6px;
}

.toplista_szavazz .szavazz_bal ul.tovabbi_lista li .number {
	margin-right: 2px;
}

.toplista_szavazz .szavazz_bal ul.tovabbi_lista li .szamcim {
	font-weight: normal;
}

.toplista_szavazz .szavazz_bal ul.tovabbi_lista li a.ez_tetszik {
	display: block;
	height: 20px;
	width: 20px;
	margin: 4px 4px 0 0;
	background: transparent url(../i/toplista_sprite.png) -156px -306px;
	float: right;
	overflow: hidden;
	text-indent: -3000px;
}

.toplista_szavazz .szavazz_bal ul.tovabbi_lista li a.ez_tetszik:hover {
	background-position: -192px -307px;
}

.toplista_szavazz .szavazz_bal ul.tovabbi_lista li.even {
	background: transparent url(../i/toplista_li_bg.png) repeat;
}

.toplista_szavazz .szavazz_jobb {
	margin: -19px -5px 0 8px;
	width: 366px;
	float: left;
}

.toplista_szavazz .szavazz_jobb .szavazz_szerkessz {
	width: 359px;
	height: 90px;
	margin: 0 0 -1px 2px;
	background: transparent url(../i/toplista_sprite.png) 0 -428px;
}

.toplista_szavazz .szavazz_jobb .szavazz_szerkessz h3 {
	height: 48px;
	text-indent: -3000px;
	overflow: hidden;
}

.toplista_szavazz .szavazz_jobb .szavazz_szerkessz p {
	font: 11px/15px Tahoma,sans-serif;
	margin: 0 30px 0 21px;
	text-indent: 3px;
}

.toplista_szavazz .szavazz_jobb .elso {
	position: relative;
	overflow: hidden;
	height: 239px;
}

.toplista_szavazz .szavazz_jobb img.elso_kepe {
	z-index: 200;
	position: absolute;
	top: 55px;
	left: 83px;
}

.toplista_szavazz .szavazz_jobb .elso_helyezett {
	z-index: 300;
	position: absolute;
	width: 364px;
	height: 239px;
	background: transparent url(../i/toplista_sprite.png) -1px -530px;
}

.toplista_szavazz .szavazz_jobb .elso_helyezett h3 {
	text-indent: -3000px;
	overflow: hidden;
	height: 26px;
}

.toplista_szavazz .szavazz_jobb .elso_helyezett dl dt {
	display: none;
}

.toplista_szavazz .szavazz_jobb .elso_helyezett dl dd {
	color: #fff;
	font: bold 12px/15px Tahoma,sans-serif;
	margin: 173px 0 0 10px;
	text-align: center;
}

.toplista_szavazz .szavazz_jobb .elso_helyezett dl dd .szamcim {
	font-weight: normal;
}

.toplista_szavazz .szavazz_jobb ul.tovabbi_lista {
	width: 360px;
	margin: 0 0 0 2px;
	background: #d2f0fc url(../i/toplista_sprite.png) -3px -771px;
	padding: 0 0 3px 0;
}

.toplista_szavazz .szavazz_jobb ul.tovabbi_lista li {
	height: 28px;
	width: 360px;
	color: #08b;
	font: bold 11px/15px Tahoma,sans-serif;
}

.toplista_szavazz .szavazz_jobb ul.tovabbi_lista li.odd {
	margin-left: 1px;
	background: transparent url(../i/toplista_szavazas_kek_20_bg.png) repeat;
}

.toplista_szavazz .szavazz_jobb ul.tovabbi_lista li .sor {
	padding: 7px 0 0 14px;
}

.toplista_szavazz .szavazz_jobb ul.tovabbi_lista li.odd .sor {
	padding-left: 13px;
}

.toplista_szavazz .szavazz_jobb ul.tovabbi_lista li .sor .szamcim {
	font-weight: normal;
}

.toplista_szavazz .szavazz_jobb .tovabbi_toplistak {
	margin: 15px 4px 0px 2px;
	border-bottom: 1px dashed #999;
	font: 11px/15px Tahoma,sans-serif;
	color: #4c4c4c;
	height: 24px;
}

.toplista_szavazz .szavazz_jobb .tovabbi_toplistak .t_szoveg {
	width: 300px;
	float: left;
	width: 200px;
	padding-top: 2px;
}

.toplista_szavazz .szavazz_jobb .tovabbi_toplistak .kiemeles {
	color: #f09;
	font-weight: bold;
	text-transform: uppercase;
}

.toplista_szavazz .szavazz_jobb .tovabbi_toplistak .masik_het_valaszt {
	float: right;
	margin-right: 15px
}

/* @end toplista_szavazz */

/* @end toplista */

.ezo_nagydoboz {
	text-align: center;
}

.facebook_like {
	background:none repeat scroll 0 0 #F0F0F0;
	border-top:1px dashed #C9C9C9;
	margin-left:10px;
	padding:10px 10px 5px 15px;
}


/* @group banner */

.banner {
	border-bottom:0;
}

.banner_szuper {
	width: 728px;
}

.banner_cikk_kozepso_fekvo {
	margin:0 0 0 -10px;
	width:468px;
}

/* @end banner */




/* belepo regisztracio */

#belepo_header_black_line {
	width: 992px;
	height: 32px;
	background: transparent url("../i/bg_black_line.png") repeat-x scroll 0 0;
	padding-top: 4px;
	padding-left: 8px;
}

#belepo_header_black_line a.belepo_logo {
	width: 101px;
	height: 27px;
	background: transparent url("../i/belepo_logo.png");
	display: block;
	text-indent: -965px;
	float: left;
}

#belepo_header_black_line ul {
	margin-left: 4px;
	color: white;
	font-weight: normal;
	float: left;
	padding-top: 8px;
}

#belepo_header_black_line ul li {
	float: left;
	padding-left: 8px;
}

#belepo_header_black_line ul li.firstchild {
	padding-right: 8px;
	/*border-right: 1px solid white;*/
}

#belepo_header_black_line ul li a {
	font-weight: normal;
	color: #b8dd3f;
}

#belepo_header_black_line ul li a:hover {
	text-decoration: underline;
}

.belepo_sugo {
	background-color: #7ad0f1;
	padding: 15px 10px 10px 10px;
	color: #4b5c63;
	width: 230px;
	margin-left: 10px;
}

.belepo_sugo h3 {
	height: 18px;
	font-family: Verdana, Helvetica, sans-serif, Arial;
	font-size: 18px;
	font-weight: bold;
	color: white;
	background: transparent url("../i/sugo_ikon.png") no-repeat scroll 0 0;
	padding: 2px 9px 0px 26px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.belepo_regisztracio {
	margin-top: -24px;
	margin-left: 7px;
}

.belepo_regisztracio, .belepo_regisztracio a {
	color:#444444;
	font-size:12px;
	font-family:Arial,Helvetica,FreeSans,"Nimbus Sans L",sans-serif;
}

.reg_head {
	background-image: url(../i/reg_reg_head.png);
	background-repeat: no-repeat;
	background-position:1px 0;
	color:#4C4C4C;
	font-weight:bold;
	height:68px;
	padding:8px 0 0 29px;
	width:704px;
}

.reg_form {
	background-image:url(../i/reg_box_normal_bg.png);
	background-position:1px 0;
	background-repeat:repeat-y;
	width: 733px;
	padding-bottom:2px;
	clear:both;
	padding-top:20px;
}

.reg_form input[type="text"], .reg_form input[type="password"], .login_form input[type="text"], .login_form input[type="password"] { 
	background-image:url(../i/input_text_bg.png);
	background-repeat:no-repeat;
	border:0 none #C1C8CE;
	height:22px;
	width: 208px;
	padding-left:3px;
	padding-right:3px;
	margin-bottom:10px;
}

.reg_form label {
	width: 260px;
	margin-left: 10px;
	display:inline-block;
	margin-top:12px;
	text-align: right;
	margin-right: 5px;
	font-weight:bold;
	vertical-align: text-bottom;
}

.reg_form input[type="checkbox"] {
	margin-left: 10px;
	display:inline-block;
	vertical-align:top;
}

.reg_form input[type="submit"] {
	margin-left: 10px;
	background-image: url(../i/blikk_reg_btn_bg.png);
	background-repeat: no-repeat;
	font-weight:bold;
	height:23px;
	width: 121px;
	border: 0;
	color: #FFFFFF;
	margin-left:10px;
	cursor: pointer;
	margin-top:10px;
	background-color: transparent;
}

.reg_error_message {
	background-image:url("../i/profil_rules_bg.png");
	background-repeat:no-repeat;
	background-position:0 11px;
	border:0 none;
	color:#CC3399;
	height:33px;
	margin-left:10px;
	padding-left:25px;
	position:absolute;
	padding-top:13px;
	font-size: 11px;
	width: 187px;
}

.reg_brandbox {
	background-image:url(../i/reg_brandbox_bg.png);
	background-repeat:no-repeat;
	height:122px;
	margin-top:10px;
	padding:10px 10px 0;
	width:713px;
	margin-left: 7px;
}

.reg_brandbox li a {
	text-indent: -2000px;
	overflow: hidden;
	display: block;
	background-image: url("../i/sprite_brandbox.png");
	background-repeat: no-repeat;
	width: 76px;
	height: 36px;
}

.reg_brandbox .blikk_btn {
	background-position: 0 -40px;
}

.reg_brandbox .nso_btn {
	background-position: -79px -40px;
}

.reg_brandbox .pink_btn {
	background-position: -158px -40px;
}

.reg_brandbox .neon_btn {
	background-position: -237px 0;
}

.reg_brandbox .pixter_btn {
	background-position: -317px -40px;
}

.reg_brandbox .blogzona_btn {
	background-position: -396px -40px;
}

.reg_brandbox li {
	float: left;
	margin-right: 3px;
}

.reg_brandbox ul {
	height:36px;
	margin-left: 10px;
}

.reg_brandbox ul, .reg_brandbox p {
	margin-top: 6px;
}

.reg_brandbox p {
	font-size: 11px;
}

.reg_brandbox p a {
	color: #00ACEE;
	font-size: 11px;
}

.reg_form .checkbox {
	margin-top: 15px;
	margin-left:268px;
	font-size: 11px;
	color: #3F3F3F;
	margin-bottom:15px;
}

.reg_form .checkbox a {
	font-size: 11px;
}

.reg_form .checkbox label {
	display: inline-block;
	font-weight: normal;
	margin: 0;
	text-align: left;
	width: 190px;
	margin-bottom:10px;
}

.profil_info_boxfoot {
	background-image:url(../i/profil_delete_bg.png); 
	background-repeat:no-repeat;
	height: 17px;
	width: 733px;
	background-position: 1px 0;
}

.login_head {
	background-image:url("../i/reg_login_head.png");
	background-position:1px 0;
	background-repeat:no-repeat;
	color:#4C4C4C;
	font-weight:bold;
	height:70px;
	padding:8px 0 0 29px;
	width:704px;
}

.login_form {
	background-image:url(../i/reg_box_normal_bg.png);
	background-position:1px 0;
	background-repeat:repeat-y;
	width: 723px;
	padding-bottom:4px;
	padding-top:10px;
	padding-left: 10px;
}

.belepo_message {
	background-image:url(../i/reg_box_normal_bg.png);
	background-position:1px 0;
	background-repeat:repeat-y;
	width: 713px;
	padding-bottom:4px;
	padding-top:10px;
	padding-left: 20px;
}

.login_form input[type="checkbox"] {
	vertical-align: middle;
}

.login_form a {
	color: #c10b16;	
}

.login_form input[type="submit"], .login_form input[type="button"] {
	margin-left: 10px;
	background-image: url(../i/blikk_reg_btn_bg.png);
	background-repeat: no-repeat;
	font-weight:bold;
	height:23px;
	width: 121px;
	border: 0;
	color: #FFFFFF;
	margin-left:265px;
	cursor: pointer;
	margin-top:5px;
	background-color: transparent;
}

.login_form  .login_first {
	width: 733px;
	text-align: center;
	font-size: 14px;
}

.login_form  .login_first span {
	font-size: 22px;
	color:#4E4D4E;
	font-weight: normal;
}

.login_form  .login_sec {
	width: 463px;
	padding-left: 260px;
}

.login_form  .login_sec  a{
	color: #FF0099;
	font-size:10px;
	font-weight: bold;
}

.login_form  .login_sec  span{
	color: #3F3F3F;
	font-size:11px;
	font-weight: normal;
}

.login_form  .e-mail {
	line-height:14px;
	position:relative;
	top:7px;
	margin-bottom:10px;
}

.login_form .small_text {
	color:#4C4C4C;
	font-size:9px;
}

.login_form span {
	color:#D373D3;
	font-weight:bold;
	padding-left:5px;
}

.login_form input[type="submit"].login_submit {
	background-color:transparent;
	background-image:url(../i/login_submit_btn_bg.png);
	background-repeat:no-repeat;
	border:0 none;
	cursor:pointer;
	height:24px;
	margin-top:10px;
	margin-left: 0;
	width:24px;
}

.login_form input[type="password"].login_text {
	background-image:url(../i/login_text_btn_bg.png);
	background-repeat:no-repeat;
	border:0 none #C1C8CE;
	height:24px;
	margin-right:0;
	padding-left:3px;
	margin-right:-3px;
	width:184px;
	margin-left:3px;
}

.login_form label {
	width: 260px;
	display: inline-block;
	margin-top:12px;
	font-size: 12px;
	color: #4C4C4C;
	font-weight: bold;
	text-align: right;
	margin-right:4px;
}

.login_form a {
	display: block;
	line-height:25px;
}

.logindata_head {
	/*background-image:url(../i/logindata_head_bg.png);*/
	background-repeat:no-repeat;
	color:#FFFFFF;
	font-weight:bold;
	padding:6px 0 0 21px;
	width:713px;

}

.logindata_email {
	background-image:url(../i/logindata_email_head_bg.png);
	height:72px;
	background-position: 1px 0;
}

.logindata_delete {
	background-image:url(../i/logindata_head_bg.png);
	height:72px;
	background-position: 1px 0;
}

.logindata_password {
	background-image:url(../i/logindata_password_head_bg.png);
	height:72px;
	background-position: 1px 0;
}

.logindata_hirlevel {
	background-image:url(../i/logindata_hirlevel_head_bg.png);
	height:72px;
	background-position: 1px 0;
}

.logindata_head li {
	float: left;
	color:#4C4C4C;
}

.logindata_head .sec  {
	margin-left:38px;
}

.logindata_head .third  {
	margin-left:46px;
}

.logindata_head li a {
	color: #FFF; 
}

.hide_marker {
	color: #FFF;
	margin-left: 36px;
	position: relative;
}

/* adatmodositas */

.modification_form {
	background-image:url(../i/reg_box_normal_bg.png);
	background-repeat:repeat-y;
	clear:both;
	width:733px;
	background-position: 1px 0;
	line-height:27px;
} 

.modification_form label {
	display:inline-block;
	margin-left:94px;
	margin-top:12px;
	margin-right: 4px;
	width:155px;
	text-align:right;
	font-weight: bold;
}

.modification_form .question {
	background-image:url(../i/profil_rules_bg.png);
	background-repeat:no-repeat;
	font-size:11px;
	padding-left: 25px;
	width: 284px;
	margin-left:266px;
	display:inline-block;
	margin-top: 20px;
	line-height: 14px;
	margin-bottom:8px;
}

.modification_form input[type="submit"].profil_delete_btn {
	background-image: url(../i/profil_delete_btn_bg_2.png);
	background-repeat: no-repeat;
	width:142px;
	margin-left: 268px;
	height:23px;
}

.modification_form  .certainty {
	margin-left:270px;
}

.modification_form  .certainty_text {
	color: #3F3F3F;
	font-size: 11px;
	font-weight: normal;
}

.modification_form .small_text {
	font-size: 9px;
	color: #4C4C4C;
}

.modification_form .e-mail {
	position: relative;
	top: 7px;
	line-height:14px;
}

.modification_form input[type="text"], .modification_form input[type="password"] {
	background-image:url("../i/input_text_bg.png");
	background-repeat:no-repeat;
	border: solid 0px;
	height: 22px;
	padding-left:3px;
	padding-right:3px;
	width:208px;
}

.modification_form input[type="submit"], .lmodification_form input[type="submit"] {
	background-image:url(../i/blikk_reg_btn_bg.png);
	background-repeat:no-repeat;
	background-color:transparent;
	border:0 none;
	color:#FFFFFF;
	cursor:pointer;
	font-weight:bold;
	height:24px;
	margin-left:254px;
	width:121px;
	margin-top:20px;
	margin-bottom:15px;
}

.modification_menu {
	font-weight: bold;
	padding-left: 10px;
	width: 723px;
	clear:both;
	background-position: 1px 0;
	padding-top:24px;
	font-size: 11px;
	color: #4C4C4C;
}

.modification_menu a {
	font-weight: normal;
	font-size: 11px;
}

.modification_menu span {
	padding: 0 10px;
}

.modification_form span {
	color:#D373D3;
	font-weight: bold;
	padding-left:5px;
}
.modification_form span.mini {
	font-size: 10px;
	font-weight: normal;
}

.modification_form .marketing_chbx {
	color: #444444;
	font-weight: normal;
	padding: 0 0 0 3px;
	float: left;
	width: 422px;
}

/* profil */

.profil_head {
	background-image:url(../i/blikk_head_profildata_bg.png);
	background-repeat:no-repeat;
	color:#FFFFFF;
	font-weight:bold;
	height:86px;
	padding:6px 0 0 0;
	width:733px;
}

.profil_head li {
	float: left;
	color:#4D4C4D;
}

.profil_head .hide_marker {
	margin-left:29px;
}

.profil_head li a {
	color:#FFFFFF;
}

.profil_head .hide_marker_sec {
	color:#FFFFFF;
	margin-left:42px;
	margin-right:26px;
}

.profil_form {
	background-image:url(../i/profil_form_bg.png);
	background-repeat: no-repeat;
	clear:both;
	width:678px;
	background-position: 1px 0;
	padding:51px 0 0 55px;
}

.profil_form label {
	display:inline-block;
	margin-top:5px;
	width:217px;
	vertical-align:top;
	text-align:right;
	margin-right: 5px;
	margin-bottom:9px;
}

.profil_form input[type="text"], .profil_form input[type="password"] {
	background-image:url(../i/input_text_bg.png);
	background-repeat:no-repeat;
	border:0 none #C1C8CE;
	height:22px;
	margin-right:10px;
	vertical-align:top;
	width:208px;
	padding-left:3px;
	padding-right:3px;
}

.profil_form textarea {
	margin-right:30px
}

.profil_form span {
	display:block;
	font-weight:bold;
	margin-left:10px;
	margin-top:20px;
	width:447px;
}

.profil_form #internet {
	margin-bottom:62px;
}

.profil_form #language {
	margin-bottom:62px;
}

.profil_form  input[type="checkbox"]{
	vertical-align:top;
}

.profil_form textarea {
	border:1px solid #C1C8CE;
	width:292px;
	height:70px;
	overflow: auto;
}

.profil_form p {
	margin: 30px 10px 20px 10px;
	font-size:11px;
}

.profil_form p a {
	color:#C10B16;
	font-weight: bold;
	font-size:11px;
}

.profil_form input[type="submit"] {
	background-color:transparent;
	background-image:url(../i/blikk_reg_btn_bg.png);
	background-repeat:no-repeat;
	border:0 none;
	color:#FFFFFF;
	cursor:pointer;
	font-weight:bold;
	height:24px;
	margin-left:221px;
	margin-top:10px;
	width:121px;
	margin-bottom:20px;
}

.profil_form .public {
	position: relative;
	margin-left: 433px;
	bottom:12px;
	color:#00ADEF;
	font-weight:bold;
	margin-bottom:10px;
}

.modification_center {
	vertical-align:center;
}

.profil_rules {
	background-image:url(../i/profil_rules_bg.png);
	background-repeat:no-repeat;
	padding-left: 25px;
	width:325px;
	font-size:11px;
	margin: 20px 0 20px 220px;
}

.profil_rules span { 
	font-weight: bold;
	display:inline;
	margin: 0;
	padding: 0;
}

.profil_rules a {
	color: #00ACEC;
	font-weight: bold;
}

.belepo_regisztracio .open_profil {
	margin-left: 220px; 
	color: #00ACEE; 
	font-size: 11px;
	margin-top: 5px;
	display: block;
}

/* privat */

.privatdata_head {
		background-image:url(../i/head_privatdata_bg.png);
	background-repeat:no-repeat;
	color:#4E4D4E;
	font-weight:bold;
	height:30px;
	padding:6px 0 0 0;
	width:733px;
}

.privatdata_head a {
	color:#ffffff;
}

.privatdata_start_head {
	background-image:url(../i/head_privatdata_bg.png);
	background-repeat:no-repeat;
	color:#4E4D4E;
	font-weight:bold;
	height:82px;
	padding:6px 0 0;
	width:733px;
}

.privatdata_start_head a {
	color:#FFFFFF;
}

.privatdata_start_head .hide_marker {
	margin-left:26px;
	margin-right:33px;
}

.privatdata_start_head li {
	float:left;
}

.privat_form {
	padding-bottom:4px;
	padding-left:10px;
	width:510px;
}

.privat_form input[type="text"].privat_fname {
	background-image:url(../i/input_text_sort_bg.png);
	background-repeat:no-repeat;
	height:22px;
	padding-left:3px;
	padding-right:3px;
	width:128px;
	margin-right:2px;
}

.privat_form input[type="text"].privat_lname {
	background-image:url(../i/input_text_sort_bg.png);
	background-repeat:no-repeat;
	width:129px;
	padding-left:3px;
	padding-right:3px;
	height:22px;
	margin-bottom:20px;
}

.privat_form .group {
	margin-bottom: 20px;
}

.privat_form label {
	color:#444444;
	display:inline-block;
	margin-top:12px;
	width:213px;
	text-align:right;
	margin-right: 5px;
	vertical-align:text-bottom;
}

.privat_form input[type="text"], .login_form input[type="password"] {
	background-image:url(../i/input_text_bg.png);
	background-repeat:no-repeat;
	border:0 none #C1C8CE;
	height:22px;
	margin-right:33px;
	padding-left:3px;
	padding-right:3px;
	width:208px;
	margin-bottom:10px;
}

.privat_form input[type="submit"], .privat_form input[type="submit"] {
	background-image:url(../i/blikk_reg_btn_bg.png);
	background-repeat:no-repeat;
	background-color: transparent;
	border:0 none;
	color:#FFF;
	cursor:pointer;
	font-weight:bold;
	height:23px;
	margin-left:218px;
	margin-top:10px;
	width:121px;
	padding-left:3px;
	padding-right:3px;
}

.privatdata_head li {
	float: left;
}

.privatdata_head .hide_marker {
	margin-left:26px;
	margin-right:33px;
}

.privat_data_tab {
	margin-right:19px;
}

.privat_form input[type="checkbox"] {
	vertical-align:middle;
}

.privat_form .public {
	position: relative;
	margin-left: 446px;
	color: #00ADEF;
	height:40px;
	font-weight: bold;
}

.profil_photo {
	width:200px;
	padding-top:26px;
	padding-right: 10px;
}

.privat_wrp {
	background-color:#d7d6d6;
	display:inline-block;
	width: 730px;
}

.profil_photo iframe {
	width:193px;
	height: 227px;
}

.profil_photo_upload {
	padding: 10px;	
	overflow: hidden;
	
}

.profil_photo_upload .profil_photo_upload_img {

}


.profil_photo_upload input {
	background-color:transparent;
	border:medium none;
	height:30px;
	width:168px;
	cursor:pointer;	
}

.profil_photo_upload input[type="file"] {
	background-image:url(../i/input_uploadpics_bg.png);
	height:23px;
}

.profil_photo_upload .btn_br_bg {
/*	background-image:url(../i/blikk_pics_br_bg.png);
	background-repeat:no-repeat;*/
	margin-left:5px;
	margin-top:10px;

}

.profil_photo_upload .pics_del {
	background-image:url(../i/blikk_pics_del_bg.png);
	background-repeat:no-repeat;
	width:168px;
	opacity: 1;
	margin-left:5px;
	margin-top:10px;
}

.profil_photo_upload .btn_up_bg {
	background-image:url(../i/blikk_pics_up_bg.png);
	background-repeat:no-repeat;
	width:168px;
	margin-left:5px;
	margin-top:10px;
}

.profil_photo_upload input [type="submit"] {
	background: none;
	cursor:pointer;
}

.profil_photo_upload input [type="text"] {
	cursor:pointer;
}

.profil_photo_upload .up_btn:hover {
	cursor: pointer;
}

.profil_photo_upload .up_btn {
	position: relative;
}

.profil_photo_upload input[type="file"]:hover {
	cursor: pointer !important;
	background: none;
}

.btn_br_bg label {
/*	display:none; */
}

/* privat_end */

.privat_end_menu {
	background-image:url(../i/blikk_privat_end_tab_bg.png);
	background-repeat: no-repeat;
	width: 733px;
	height: 116px;
	background-position:1px 0;
}


.privat_end {
/*	background-image:url(../i/blikk_privat_end_center_bg.png);*/
	background-repeat: repeat-y;
	display:inline-block;
	width:730px;
}

.privat_end_mess {
	background-image:url(../i/blikk_privat_end_mess_bg.png);
	background-repeat: no-repeat;
	width: 733px;
	height: 96px;
	padding-top: 10px;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	line-height: 25px;
	background-position:1px 0;
}

.privat_end_mess span {
	font-size: 0px;
	color: #FFFFFF;
	background-image: url(../i/gratulalunk_text_img.png);
	background-repeat:no-repeat;
	display: inline-block;
	width: 159px;
	margin-top:10px;
}

.privat_center_bg {
	display: inline-block;
	background-image:url(../i/blikk_privat_end_center_bg.png);
	background-repeat: no-repeat;
	width:733px;
	background-position:1px 0;
	padding-bottom:16px;
}

.privat_end .privat_form {
	padding-bottom:4px;
	padding-left:107px;
	width:500px;
	background-color: transparent;
	margin-top:38px;
}

.privat_form .lname {
	width:74px;
}

.privat_form .fname {
	width:74px;
}

.privat_form span {
	color:#D373D3;
	font-size:10px;
	left:63px;
	/*position:relative;
	top:17px;*/
}

.upload_pics_text {
	height: 70px;
}

.upload_file_bg {
	bottom:21px;
	left:218px;
	position:relative;
}

.privat_form .profil_pics_delete {
	margin-left:221px;
	color: #FF0099;
	font-size: 11px;
	font-weight: bold;
}

.privat_end .profil_photo {
	padding-right:20px;
	padding-top:26px;
	width:400px;
	background-color: transparent;
	margin-left: 200px;
}

.profil_boxfoot {
	background-image:url("../i/blikk_profil_boxfoot_bg.png");
	background-position:1px 0;
	background-repeat:no-repeat;
	height:16px;
	width:733px;
}

.upload_photo {
	position: absolute;
	margin-top:13px;
}

.privat_end_menu ul {
	margin-left:10px;
}

.privat_end_menu li {
	width:185px;
	padding: 35px 22px 0 22px;
	float: left;
	margin-left: 5px;
}

.privat_end_menu li a {
	font-size:11px;
}

.privat_end_menu .first {
	padding-left: 71px;
	background-image:url(../i/blikk_privat_end_tab_first_bg.png);
	background-repeat:no-repeat;
	display: block;
	font-weight: bold;
	height:59px;
}

.privat_end_menu .sec {
	padding-left: 71px;
	background-image:url(../i/blikk_privat_end_tab_sec_bg.png);
	background-repeat:no-repeat;
	display: block;
	height:59px;
}

.privat_end_menu .third {
	padding-left: 71px;
	background-image:url(../i/blikk_privat_end_tab_third_bg.png);
	background-repeat:no-repeat;
	display: block;
	height:59px;
}

/* network */

. {
	background-image:url(../i/blikk_head_networkdata_bg.png);
}

.privat_end_mess_center {
	background-color:#d7d6d6;
	width:310px;
	padding: 5px 210px 5px 210px;
	text-align: center;
	line-height:24px;
}

.reg_end {
	background-image:url(../i/reg_end_bg_full.png);
	background-repeat: no-repeat;
	height:256px;
}

.reg_end_mess_top {
	color:#FFFFFF;
	font-size:16px;
	font-weight:bold;
	padding-top:58px;
	text-align:center;
	width:733px;	
}

.reg_end_mess_center {
	color:#646464;
	font-size:14px;
	padding:76px 245px 0;
	text-align:center;
	width:242px;
	line-height:21px;
}

.privat_end_mess_top {
	background-image:url(../i/blikk_privat_end_mess_bg.png);
	background-repeat:no-repeat;
	color:#444444;
	font-size:14px;
	font-weight:bold;
	height:49px;
	line-height:19px;
	padding-top:30px;
	text-align:center;
	vertical-align:middle;
	width:730px;
}
	
.privat_end_head {
	background-image:url(../i/blikk_privat_end_head.png);
	background-repeat:no-repeat;
	width: 730px;
	height: 16px;
}

.networkdata_head {
	background-image:url(../i/head_networkdata_bg.png);
	background-repeat:no-repeat;
	color:#4C4C4C;
	font-weight:bold;
	height:66px;
	padding:10px 0 0 21px;
	width:712px;
	background-position: 1px 0;
}

.network_form {
	padding-bottom:14px;
	padding-top:20px;
	width:733px;
		background-image:url(../i/reg_box_normal_bg.png);
	background-repeat:repeat-y;
	background-position: 1px 0;
	text-align: center;
	color: #4C4C4C;
	font-size: 14px;
}

.network_form input[type="submit"], .network_form input[type="submit"] {
	background-image:url(../i/blikk_reg_btn_bg.png);
	background-repeat:no-repeat;
	border:0 none;
	color:#FFFFFF;
	cursor:pointer;
	font-weight:bold;
	height:23px;
	margin-top:10px;
	width:121px;
}

.network_form .pink {
	color:#FC3DAE;
}

.network_form .neon {
	color:#00ADEF;
}

.network_form .nso {
	color:#C0121D;
}

.network_form span {
	color:#C7002C;
	font-weight: bold;
}

.network_form ul {
	margin-left: 10px;
}

.network_form li {
	float:left;
	width:195px;
	margin-right: 21px;
	margin-left: 21px;
	text-align:center;
	font-weight: bold;
	font-size: 12px;
}

.network_form img {
	margin-bottom: 10px;
	margin-top: 15px;
}

.network_form input[type="checkbox"] {
	vertical-align:middle;
}

.blikk_profil_head_delete {
	background-image:url(../i/blikk_profil_head_delete_bg.png);
	background-repeat: no-repeat;
	width: 730px;
	height: 10px;
	margin-top: 10px;
}

.blikk_profil_boxfoot_delete {
	background-image:url(../i/profil_boxfoot_delete_bg.png);
	background-repeat: no-repeat;
	width: 733px;
	height: 14px;
	background-position: 1px 0;
}

.profil_delete input[type="submit"] {
	background-image:url(../i/profil_delete_btn_bg.png);
	background-repeat:no-repeat;
	border:0 none;
	color:#FFFFFF;
	cursor:pointer;
	font-weight:bold;
	height:23px;
	margin-top:10px;
	width:162px;
	margin-right: 50px;
	background-color: transparent;
}

.profil_delete input[type="checkbox"] {
	vertical-align: middle;
}

.profil_estate {
	bottom:39px;
	position:relative;
	left: 10px;
	text-align: center;
	width: 130px;
	float:left;
}

.profil_delete form {
	clear: both;
}

.profil_delete_btns {
	padding-left:264px;
	padding-top:26px;
}

.profil_delete_btns label {
	font-size: 11px;
}

.profil_rules_sec {
	background-image:url(../i/profil_rules_sec_bg.png);
	background-repeat:no-repeat;
	font-size:11px;
	width: 240px;
	padding-left: 25px;
	margin-left:264px;
}

.profil_delete_btns input[type="checkbox"] {
	margin-top: 10px;
	vertical-align: sub;
}

.profil_delete {
	padding: 0 10px 0 10px;
	width: 714px;
	background-image:url(../i/profil_delete_bg.png);
	background-repeat:repeat-y;
	background-position: 1px 0;
}

.profil_delete span {
	font-size: 11px;
	margin: 15px 0 0 0;
	display: block;
}

.input_space {
	height: 16px;
}

/* belepo regisztracio end */