* {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
body, html {
	height: 100%;
	background: #094179 url(/images/bg.png) repeat-x top;
}
a {
	text-decoration: none;
}
img {
	border: none;
}
#main {

	height: 100%;
	padding-top: 5px;
}
														/************** HEADER ******************/
#header_frame {
	width: 960px;
	height: 190px;
	background: #ffffff;
}
#header_top {
	background: transparent url(/images/header_bg.png) repeat-x;
	height: 51px;
	width: 960px;
	float: left;
}
#logo {
	padding-left: 5px;
	float: left;
}
#bubble{
	float: left;
	margin-left: 50px;
	padding: 2px 0px 0px 10px;
	background: transparent url(/images/text_bubble.png) no-repeat bottom left;
	height: 41px;
}
#bubble_txt {
	background: transparent url(/images/bubble_txt_bg.png) repeat-x;
	float: left;
	display: inline;
	margin-left: 6px;
	padding-right: 10px;
	height: 41px;
}
#bubble_end {
	height: 41px;
	width: 14px;
	float: left;
	background: transparent url(/images/bubble_end.png) no-repeat;
}
/* html #bubble {
	margin-top: 2px;
}*/
#bubble a {
	font: 11px Tahoma;
	color: #ffffff;
	margin-left: 8px;
	line-height: 28px;
}
#bubble a:hover {
	text-decoration: underline;
}
#user {
	float: right;
	padding: 30px 20px 0px 80px;
	font: 12px Arial;
	color: #202126;
}
#user span {
	padding-left: 10px;
}
#enter a, #reg a:hover {
	color: #202126;
}
#reg a, #enter a:hover {
	color: #ff5f00;
}
#mainmenu {
	width: 960px;
	height: 30px;
	float: left;
}
#menu {
	width: 751px;
	height: 30px;
	float: left;
	background: transparent url(/images/menu_bg.png) repeat-x;
}
#menu_frame {
	margin-left: 10px;
}
#menu ul {
	list-style-type: none;
	list-style-position: outside;
	height: 30px;
/*display: inline;*/
}
#menu li {
	float: left;
	padding: 4px 12px 0px 12px;
	/*line-height: 30px;*/
	background: transparent url(/images/menu_separator.png) no-repeat right top;
}
#menu li a {
	/*
	display: inline;
	float: left;
	height: 30px;
	*/
	font: bold 14px Arial;
	text-transform: uppercase;
	color: #ffffff;
	/*line-height: 30px;*/
}
#menu li a:hover {
	color: #ffcc00;
}
#menu li a img {
	margin-left: 12px;
}
#menu_search {
	float: left;
	background: transparent url(/images/menu_search_bg.png) no-repeat;
	width: 209px;
}
#searchinputs {
	padding: 2px 10px 5px 15px;
}
#searchinput {
	margin-top: 3px;
	font: 11px Tahoma;
	color: #66697b;
	vertical-align: top;
	border: 1px solid #707070;
	padding: 2px;
}
#spacer {
	background: transparent url(/images/spacer_bg.png) repeat-x;
	clear: both;
	height: 7px;
}
* html #spacer {
	margin-top: -6px;
}
#header_banner {
	background: #ffffff;
	padding: 12px 15px 0px 8px;
	width: 728px;
	float: left;
}
#login_box {
	width: 196px;
	height: 90px;
	float: left;
	background: #ffa366;
	margin: 12px 0px 0px 4px;
}
#login_box_frame {
	background: transparent url(/images/login_box_frame_bg.png) repeat-x;
	margin: 1px;
	clear: both;
	height: 88px;
}
.user_id {
	float: left;
	cursor: pointer;
}
#hab_login {
	width: 194px;
	height: 24px;
	background: transparent url(/images/open_id_bg.png) no-repeat;
	margin-bottom: 10px;
}
#mi_ez {
	margin-left: 9px;
}
#open_login {
	width: 194px;
	height: 24px;
	background: transparent url(/images/hab_id_bg.png) no-repeat;
	margin-bottom: 10px;
}
.hab_id {
	float: left;
	margin-bottom: 5px;
	color: #ff6600;
	font: bold 12px Arial;
	padding: 0px 0px 0px 10px;
	line-height: 24px;
	cursor: pointer;
}
.big_id {
	float: left;
	margin-bottom: 5px;
	color: #646464;
	font: bold 12px Arial;
	padding: 0px 4px 0px 0px;
	line-height: 24px;
}
#open_id {
	float: left;
	margin-bottom: 5px;
	color: #ff6600;
	font: bold 12px Arial;
	padding: 0px 0px 0px 5px;
	line-height: 24px;
}
#openid_login {
	float: left;
	margin: 0px 0px 5px 5px;
	width: 85px;
}
.user_reg {
	float: left;
	margin: 0px 0px 5px 5px;
}
.user_reg a, #openid_login a {
	color: #ff6600;
	text-decoration: underline;
	font: 12px Arial;
	padding: 0px 4px 0px 5px;
	line-height: 24px;
}
.user_reg, #openid_login {
	color: #ff6600;
}
.user_reg a:hover, #openid_login a:hover {
	text-decoration: none;
}
#login_inputs input {
	width: 120px;
	margin: 2px 4px 2px 10px;
	float: left;
	font: 11px Tahoma;
	color: #66697b;
	border: 1px solid #cecfd5;
	padding: 2px;
}
#login_inputs h2 {
	color: #707070;
	width: 160px;
	font: 12px Arial;
	font-weight: normal;
	float: left;
	margin: 3px 3px 3px 10px;
}
#login_inputs h3 {
	color: #707070;
	font: 14px Arial;
	font-weight: bold;
	float: left;
	margin: 3px 3px 3px 10px;
}
#login_btn ,#login_btn input {
	float: left;
	width: 37px;
	height: 40px;
	border: none;
	margin: -11px 0px 0px 0px;
}
#login_box_error {
	padding: 5px 10px;
}
#login_box_error h2 {
	font: bold 12px Arial;
	color: #ff6600;
}
#try_again {
	position: relative;
	bottom: 0px;
	height: 14px;
	padding-top: 15px;
}
#try_again a {
	font: 11px Arial;
	color: #ff6600;
	text-decoration: underline;
}
#try_again a:hover {
	text-decoration: none;
}
#oid_btn {
	float: left;
	width: 37px;
	height: 40px;
	border: none;
	margin: 0px 0px 0px 0px;
}
#oid_btn input {
	float: left;
	width: 37px;
	height: 40px;
	border: none;
	margin: 3px 0px 0px 2px;
}
#openid_url {
	width: 120px;
	margin: 13px 4px 6px 10px;
	float: left;
	font: 11px Tahoma;
	color: #66697b;
	border: 1px solid #cecfd5;
	padding: 2px;
}
#openid_login {
	margin-left: 10px;
	width: 50px;
}
															/********** CONTENT ***********/
#content_frame_left {
	width: 612px;
	background: #ffffff;
	float: left;
	padding-left: 8px;
}
* html #content_frame_left, * html #content_frame_right, * html .newspic {
	margin-right: -3px;
}
* html .newspic {
	margin-right: 5px;
	overflow: hidden;
}
#content_frame_right {
	width: 337px;
	background: #ffffff;
	float: left;
}
#content {
	padding: 8px 0px 0px 0px;
	background: #ffffff;
	float: left;
	width: 960px;
}
#news_box {
	background: transparent url(/images/nb_bg.png) repeat-x top;
	padding: 0px 0px 20px 4px;
	margin-right: 8px;
	width: 600px;
	height: 233px;
	float: left;
}
#highlight {
	float: left;
	background: #e4e4e4;
	width: 331px;
	height: 241px;
	margin-bottom: 8px;
	border: 1px solid #808080;
}
#highlight_menu {
	background: #e4e4e4;
	float: left;
	border-right: none;
	margin: 7px -1px 0px 4px;
	width: 126px;
	z-index: 150;
}
* html #highlight_menu {
	margin: 7px -3px 0px 2px;
}
#highlight_menu ul {
	list-style-type: none;
	font: bold 11px Arial;
}
#highlight_menu li {
	height: 30px;
	padding-bottom: 3px;
	text-transform: uppercase;
	color: #646464;
	cursor: pointer;
	padding: 0px 5px;
	line-height: 30px;
	margin-bottom: 3px;
}
* html highlight_menu li {
	padding-bottom: 0px;
}
#highlight a {
	color: #646464;
}
#highlight_box {
	float: left;
	/*background: transparent url(/images/hl_box_bg.png) no-repeat;*/
	height: 235px;
	width: 201px;
	border-left: none;
	background: #e4e4e4;
	z-index: -1;
	margin-top: 3px;
}
* html #highlight_box {
	margin-right: -3px;
}
#hl_content {
	background: #ffffff;
	height: 225px;
	width: 195px;
	margin: 4px 3px 3px 0px;
	border: 1px solid #999999;
}
#hl_content_1 {
	background: transparent url(/images/hl_content_1.png) no-repeat;
}
#hl_content_2 {
	background: transparent url(/images/hl_content_2.png) no-repeat;
}
#hl_content_3 {
	background: transparent url(/images/hl_content_3.png) no-repeat;
}
#hl_content_4 {
	background: transparent url(/images/hl_content_4.png) no-repeat;
}
#hl_content_5 {
	background: transparent url(/images/hl_content_5.png) no-repeat;
}
#hl_content_6 {
	background: transparent url(/images/hl_content_6.png) no-repeat;
}
#hl_content_7 {
	background: transparent url(/images/hl_content_7.png) no-repeat;
}
.cont_box {
	display: none;
	width: 198px;
	height: 228px;
	background: #ffffff;
	margin-top: 4px;
	padding-left: 1px;
	padding-top: 1px;
}
#news_pics {
	background: #ffffff;
	padding: 0px 0px 8px 0px;
	width: 612px;
	float: left;
}
.newspic {
	float: left;
	margin-right: 8px;
	height: 196px;
	width: 196px;
	background: #303030;
}
.newspic img{
	margin: 4px;
}
.katspan {
	/*width: 90px;*/
	/*float: left;*/
	/*position: relative;
	bottom: 90px;*/
}
div.np_kat {
	/*padding: 4px 8px 4px 10px;*/
}
.np_kat a {
	/*position: relative;*/
	font: bold 14px Arial;
	color: #ff7300;
	padding: 4px 8px 4px 10px;
	background: #303030;
	text-transform: uppercase;

}
.leadspan {
	width: 185px;
	/*
	height: 67px;
	float: left;
	position: relative;
	bottom: 90px;
	*/
	overflow: hidden;
	background: transparent;
}
.np_lead a {
	position: relative;
	font: bold 18px Arial;
	color: #ffffff;
	padding: 4px 5px 4px 10px;
	background: #303030;
	float: left;
	text-transform: uppercase;
	/*overflow: hidden;*/
	line-height: 1.1;
}
#newslist {
	float: left;
	width: 612px;
	padding-top: 8px;
}
.smallnews {
	float: left;
	width: 615px;
	padding: 15px 0px 10px 0px;
	background: transparent url(/images/smallnews_bg.png) no-repeat bottom;
}
.leftnews {
	float: left;
	width: 300px;
	padding-right: 12px;
}
.rightnews {
	float: left;
	width: 300px;
}
#news_list_header {
	float: left;
	font: bold 15px Arial;
	color: #ff6600;
	margin-top: 10px;
}
.news_list_img {
	float: left;
	height: 92px;
	background: #303030;
	overflow: hidden;
}
.news_list_img img {
	margin: 4px;
}
h3.newslead a {
	font: bold 12px Arial ;
	text-decoration: underline;
	width: 160px;
	float: left;
	padding: 0px 0px 5px 5px;
	color: #000000;
}
h3.newslead a:hover {
	text-decoration: none;
}
p.news {
	font: 12px Arial;
	width: 160px;
	float: left;
	padding-left: 5px;
}
#square_ad {
	float: left;
	width: 332px;
	height: 250px;
	padding: 8px 0px;
}
#most_wanted, #related {
	float: left;
	width: 337px;
	background: transparent url(/images/most_wanted_bg.png) repeat-y;
	margin-top: 15px;
}
#mw_header, #related_header, .blog_header {
	background: transparent url(/images/mw_header_bg.png) no-repeat;
	height: 30px;
	width: 332px;
	font: 14px Arial;
	color: #646464;
	text-indent: 15px;
	line-height: 30px;
}
#mw_header {
	color: #ff6600;
}
.mw_element {
	width: 332px;
	height: 85px;
	background: transparent url(/images/mw_elem_bg.png) no-repeat;
	overflow: hidden;
}
.mw_arrow {
	width: 40px;
	float: left;
	font: bold 33px Arial;
	color: #d1d1d1;
	text-align: center;
	line-height: 33px;
	display: table-cell;
	vertical-align: middle;
	margin-left: 10px;
}
* html .mw_arrow {
	margin-left: 3px;	
}
.number {
	top: 5px;
	left: 10px;
	margin: 10px 0px 11px 10px;
}
.mw_image {
	margin: 5px 0px 0px 10px;
	float: left;
	width: 68px;
	height: 68px;
	border: 1px solid #cccccc;
}
.mw_image img {
	width: 64px;
	height: 64px;
	margin: 2px;
}
.mw_text, .mw_text a {
	color: #202126;
	font: 12px Arial;
	padding: 5px 10px 5px 10px;
	float: left;
	width: 180px;
}
.cc {
	color: #ff5300;
	line-height: 30px;
}

																	/********** FOOTER **************/
#footer {
	float: left;
	width: 960px;
	height: 43px;
	background: #303030;
	clear: both;
}
#footer_frame {
	padding: 12px 15px 15px 15px;
}
#footer_left {
	font: 12px Arial;
	color: #757575;
	float: left;
	padding-right: 40px;
	padding-top: 3px;
}
#footer_links a {
	font: 12px Arial;
	color: #aaaaaa;
	padding: 0px 7px;
}
#footer_links a:hover {
	color: #FFCC00;
}
#footer_links ul {
	list-style-type: none;
	list-style-position: outside;
	height: 15px;
}
#footer_links li {
	height: 15px;
	float: left;
}
#footer_links {
	float: left;
	color: #4f4f4f;
	padding-right: 60px;

}
#footer_logo {
	float: left;
	font: 12px Arial;
	color: #757575;
	padding-top: 3px;
}
* html #footer_links {
	width: 620px;
}
#bf_logo {
	padding-top: 3px;
}
.lefty {
	float:left;
	padding-right: 10px;
}
											/****************** SCRIPTES CUCC **************/
#news_box_frame {
	height: 229px;
	padding: 4px 4px 4px 0px;
}
.floater {
	float: right;
	background: url(/images/active_arrow.png) no-repeat;
	width: 29px;
	height: 78px;
}
* html .floater {
	float: right;
	background: url(/images/active_arrow.gif) no-repeat;
	width: 29px;
	height: 78px;
}
#f3.floater {
	height: 78px;
}
.no_floater {
	visibility: hidden;
	width: 29px;
}
.nb {
	width: 240px;
	float: right;
	height: 78px;
	overflow: hidden;
}
.active_bg {
	width: 196px;
	height: 78px;
	float: right;
	background: transparent url(/images/active_bg.png) repeat-y;
	z-index: 1000;
	cursor: pointer;
}
.active_bg a {
	font: 12px Arial;
	color: #202126;
}
.active_bg h2 a {
	color: #ff6600;
	font: bold 16px Arial;
}
/*.active_bg p {
	padding: 4px 4px;
}
*/
.passive_bg {
	width: 196px;
	height: 78px;
	float: right;
	background: transparent url(/images/passive_bg.png) repeat-x;
}
.passive_bg a {
	font: 12px Arial;
	color: #b2b2b2;
}
#nb_1.passive_bg {
	background: transparent url(/images/nb_1_bg.png) repeat-x;
}
#nb_3.passive_bg {
	background: transparent url(/images/nb_3_bg.png) repeat-x;
}
.passive_bg h2 a {
	color: #ffc600;
	font: bold 16px Arial;
}
/*
.passive_bg p {
	padding: 4px 4px;
}
*/
#nb_3 {
	height: 78px;
}

/*#arrow_2, #arrow_3 {
	visibility: hidden;
}*/
#nb_text {
	position: relative;
	margin-left: -50px;
	width: 240px;
	padding-right: 0px;
	float: right;
	background: transparent;
}
#news_box_frame img {
	position: relative;
	top: 0px;
	left: 0px;
}
#nb_image {
	width: 390px;
	float: left;
	height: 230px;
}
.headline, #hl_2, #hl_3 {
	/*position: absolute;
	height: 100px;
	width: 355px;
	top: 330px;
	left: 15px;
	overflow: hidden;*/
	margin: 0px 0px 8px 4px;
}
.nb_img_cat, .nb_img_lead {
	width: 355px;
	float: left;
}
.nb_img_cat a {
	background: #ff6600;
	float: left;
	padding: 4px 6px 0px 6px;
	font: 21px Arial;
	color: #202126;
	text-transform: uppercase;
}
.nb_img_lead a {
	background: #ff6600;
	padding: 4px 7px 3px 5px;
	font: 25px Arial;
	color: #ffffff;
	float: left;
	text-transform: uppercase;
	line-height: 1.1;
}
#nb_cell {
	vertical-align: bottom;
	cursor: pointer;
	padding-bottom: 10px;
}
#preloader_1 {
	background: transparent url(/images/news_box_2.jpg) no-repeat left;
}
#preloader_2 {
	background: transparent url(/images/news_box_3.jpg) no-repeat left;
}
#nb_image img{
	/*background: transparent url(/images/news_box.jpg) no-repeat left;*/
	position: relative;
	top: 0px;
	left: 0px;
	width: 397px;
	height: 234px;
	float: left;
}
.nb_image_2 {
	background: transparent url(/images/news_box_2.jpg) no-repeat left;
}
.nb_image_3 {
	background: transparent url(/images/news_box_3.jpg) no-repeat left;
}
#img_cat_2, #img_cat_3, #img_lead_2, #img_lead_3 {
	display: none;
}
																/******************* CIKK *******************/
* html #cikk_frame_left {
	margin: 0px 8px 0px 0px;
}
#cikk_frame_left {
	width: 468px;
	float: left;
	margin: 0px 8px;
}
#cikk_title {
	width: 448px;
	background: transparent url(/images/cikk_header_bg.png) bottom no-repeat;
	margin: 10px;
}
#cikk_title h2 {
	color: #202126;
	font: 20px Arial;
	float: left;
	margin-bottom: 12px;
}
#dater {
	float: left;
	font: 12px Arial;
	color: #ff6600;
	padding-top: 5px;
	margin-left: 10px;
}
#icons {
	float: right;
	padding-top: 5px;
}
#icons img {
	margin: 5px;
	cursor: pointer;
}
#lead_txt {
	font: bold 12px Arial;
	float: left;
	width: 448px;
	padding: 8px 0px;
	margin: 0px 10px;
}
.cikk_banner {
	float: left;
	width: 332px;
	margin: 10px 64px;
}
#cikk_content {
	float: left;
	width: 448px;
	margin: 10px 18px 10px 0px;
	font: 12px Arial;
	padding-left: 8px;
}
.cikk_img {
	padding: 4px;
	margin: 10px 18px 10px 0px;
	border: 1px solid #cccccc;
	width: 170px;
	text-align: center;
	color: #ff6600;
	font: bold 9px Tahoma;
	float: left;
}
.cikk_img img {
	width: 170px;
	float: right;
	clear: both;
}
#cikk_frame_center {
	width: 332px;
	padding: 10px 0px;
	float: left;
}
* html #cikk_frame_center {

}
#gallery {
	float: left;
	width: 332px;
}
#related_list ul, .blog_list ul {
	margin-left: 20px;
}
* html #related_list ul, * html .blog_list ul {
	margin-left: 25px;
}
.blog_list ul li a, #related_list ul li a {
	color: #707070;
	font: 12px Arial;
	vertical-align: middle;
}
.blog_list ul li , #related_list ul li {
	list-style-image: url(/images/related_list_btn.png);
	padding: 2px 5px 2px 0px;
}
#related_list ul#more_related_articles li {
	list-style-image: url(/images/related_list_btn.png);
}
* html .blog_list ul li , * html #related_list ul li {
	margin-left: -5px;
}
#related_bottom {
	width: 332px;
	height: 2px;
	background: transparent url(/images/relbottom_bg.png) no-repeat;
}
.read_more a {
	font: 14px Arial;
	color: #ff6600;
	text-decoration: underline;
	text-align: right;
	float: right;
	margin-top: 5px;
	margin-right: 5px;
}
.blog {
	float: left;
	width: 337px;
	background: transparent url(/images/blog_bg.png) repeat-y;
	margin-top: 15px;
}
.blog_header {
	background: transparent url(/images/blog_header_bg.png) no-repeat;
}
#related_title, .blog_title , .stat_title {
	font-weight: bold;
	float: left;
}
.blog_list ul li {
	height: 23px;
	background: transparent url(/images/blog_list_bg.png) no-repeat bottom left;
	/*padding: 6px 5px 2px 5px;*/
}
.blog_bottom {
	width: 332px;
	float: left;
	height: 2px;
	background: transparent url(/images/blog_bottom_bg.png) no-repeat;
}
#cikk_frame_right {
	width: 120px;
	margin: 10px 12px 15px 12px;
	float: left;
}
* html #cikk_frame_right {
	margin-left: 0px;
	margin-right: 0px;
}
.sky_banner {
	padding-bottom: 15px;
	margin-top: 8px;
}
* html .sky_banner {
}
#comments {
	float: left;
	width: 448px;
	padding: 10px;
}
#comment_frame h2 {
	font: bold 14px Arial;
	color: #ff6600;
	padding: 5px 0px 15px 0px;
}
#comment_frame {
	font: bold 14px Arial;
	color: #ff1111;
	padding: 5px 0px 15px 0px;
}

.comment {
	background: transparent url(/images/comment_bg.png) no-repeat;
	float: left;
	width: 448px;
}
.comment_img {
	position: relative;
	top: 3px;
	left: 3px;
	width: 66px;
	float: left;
	overflow: hidden;
	text-align:center;

}
.comment_img img {
	padding: 2px;
	border: 1px solid #ccc;

}
.comment_txt {
	font: 12px Arial;
	color: #646464;
	float: right;
	margin-top: 8px;
	padding: 0px 15px;
	background: transparent url(/images/comment_txt_bg.png) repeat-y left;
}
.comment_txt_frame {
	overflow: hidden;
	width: 322px;
}
.commenter {
	float:left;
	position: relative;
	top: 10px;
	left: 45px;
	font: bold 14px Arial;
	color: #646464;
	width: 200px;
}
.timestamp {
	float: right;
	font: 14px Arial;
	color: #ff6600;
	margin: 10px 5px 0px 0px;
}
.comment_bottom {
	background: transparent url(/images/comment_bottom.png) no-repeat top;
	height: 30px;
	width: 448px;
	float: left;
	/*margin-top: -3px;*/
}
#comment_editor {
	background: transparent url(/images/editor_bg.png) repeat-y left;
	width: 448px;
	/*height: 197px;*/
	color: #707070;
	font: 13px Arial;
	float: left;
}
#editor_name {
	/*padding: 8px 10px 5px 40px;*/
}
#name_input, #email_input {
/*	width: 200px;*/

}
#name_input, #email_input, #username_input, #password_input, #password2_input {
	/*width: 150px;*/

}
#reg_name {
	/*width: 440px;
	float: left;
	padding: 15px 10px 3px 100px;*/
}
#reg_email {
	/*width: 440px;
	float: left;
	padding: 4px 10px 3px 84px;*/
}
#reg_username {
/*	width: 440px;
	float: left;
	padding: 4px 10px 3px 32px;*/
}
#reg_password {
/*	width: 440px;
	float: left;
	padding: 4px 10px 3px 84px;*/
}
#register_send {
/*	width: 440px;
	padding: 4px 10px 3px 21px;*/
	float: right;
}
#reg_avatar {
	vertical-align: top;
}
#regError {
/*	width: 350px;
	float: left;
	padding: 15px 10px 3px 90px;*/
	color: #ff5e5e;
	font: bold 13px Arial;
}
#regError img {
	padding-right: 1px;
	margin: 10px;
}
#new_oid_btn {
	cursor: pointer;
}
#editor_email {
	/*padding: 7px 10px 5px 25px;*/
}
#editor_txt {
	/*padding: 7px 10px 5px 20px;*/
}
#txt_input {
	width: 250px;
	/*height: 40px;*/
}
#editor_captcha {
	/*padding: 7px 10px 5px 15px;*/
}
#captcha_input {
/*	width: 150px;*/
}
#char_input {
	margin-right: 5px;
	width: 40px;
}
#comment_input {
	float: right;
}
#editor_send {
/*	background: transparent url(/images/editor_bg.png) repeat-y left;*/
}
#editor_bottom {
	width: 448px;
	height: 2px;
	background: transparent url(/images/editor_bottom.png) no-repeat bottom right;
}
#lister {
	float: left;
	padding-top: 15px;
	margin-left: 10px;
}
.lister_img, .lister_img_empty {
	float: left;
	width: 128px;
	height: 92px;
}
.lister_img {
	background: #303030;
}
.lister_img img {
	padding: 4px;
}
.lister_txt {
	float: left;
	width: 316px;
}
h3.listerlead, h3.listerlead a {
	color: #000;
	font: bold 12px Arial ;
	width: 160px;
	float: left;
	padding: 0px 0px 5px 5px;
}
p.listernews {
	font: 12px Arial;
	width: 300px;
	float: left;
	padding-left: 5px;
}
.article {
	margin-top: 10px;
	float: left;
}
.article_bottom {
	background: transparent url(/images/article_bottom.png) no-repeat bottom;
	float: left;
	height: 15px;
	width: 448px;
}
.doc_pager {
	float: left;
	width: 468px;
}
.prevpage {
	float: left;
	margin: 10px 0px 10px 0px;
	width: 120px;
}
.pages {
	margin: 10px 10px;
	text-align: center;
	width: 180px;
	float: left;
	font: 13px Arial;
	color: #707070;
}
.pages a {
	color: #adadad;
	font: 11px Arial;
}
.pager_sep {
	color: #ececec;
}
.pages a:hover {
	color: #707070;
}
.nextpage {
	float: right;
	width: 105px;
	margin: 10px 0px 10px 0px;
}
.prevpage a, .nextpage a {
	color: #094179;
	font: 12px Arial;
}
.prevpage a:hover, .nextpage a:hover {
	color: #ff6600;
}
.nextpage img {
	margin: 0px 0px -3px 5px;
}
.prevpage img {
	margin: 0px 5px -3px 0px;
}
.szerinted_pager .doc_pager {
	width: 595px !important;
}
.szerinted_pager .pages {
	width: 350px;
}

.big_benner {
	float: left;
	width: 468px;
}
.blog h3 {
	font: bold 14px Arial;
	color: #707070;
	width: 300px;
	padding: 15px 18px;
	background: transparent url(/images/blog_list_bg.png) no-repeat bottom;
	float: left;
}
.vote_option {
	margin: 10px 10px 0px 10px;
	font: 14px Arial;
	color: #707070;
	float: left;
	width: 315px;
}
.vote_option input {
	margin: 0px 10px 0px 2px;
}
#vote_send {
	margin: 10px;
	width: 200px;
	float: left;
}
.vote_result {
	font: bold 16px Arial;
	color: #ff6600;
	margin: 10px 10px 0px 20px;
	width: 30px;
	float: left;
}
#cikk_cimke {
	float: left;
	margin: 10px;
	color: #adadad;
	clear: both;
}
#cikk_cimke h2 {
	color: #094179;
	font: bold 14px Tahoma;
}
#cikk_cimke a {
	color: #ff6600;
	font: 12px Arial;
	line-height: 24px;
}
#cikk_cimke a:hover {
	color: #303030;
}
														/************** SZT�RINDEX ******************/
#sztar_title {
	height: 55px;
}
#sztarindex {

}
#sztar_box {
	background: transparent url(/images/sztar_box_bg.png) repeat-y;
	margin: 20px 0px 10px 10px;
	width: 448px;
	float: left;
}
#sztar_box_bottom {
	background: transparent url(/images/sztar_box_bottom.png) repeat-x bottom;
	width: 448px;
	height: 1px;
	float:left;
	clear: both;
}
#sztar_img_frame {
	width: 173px;
	height: 238px;
	float: left;
	margin: 10px;
	background: #ffffff;
	border: 1px solid #cccccc;
	overflow: hidden;
}
* html #sztar_img_frame {
	width: 174px;
}
#sztar_img {
	margin: 4px;
	width: 165px;
	height: 230px;
	float: left;
}
* html #sztar_img {
	margin: 3px 2px;
}
#sztar_box_header {
	background: transparent url(/images/szb_header_bg.png) no-repeat bottom;
	float: left;
	width: 250px;
	/*height: 46px;*/
}
.sztar_box_counter {
	float: right;
	/*width: 52px;*/
	margin: 10px 5px 0px 0px;
}
.counter_front {
	float: left;
	width: 6px;
	height: 26px;
	background: transparent url(/images/counter_front.png) no-repeat;
	/*margin-left: -2px;*/
}
.counter_center {
	float: left;
	background: #b4d1e9;
	height: 26px;
	color: #ffffff;
	font: bold 18px Arial;
	margin-left: -1px;
	line-height: 26px;
}
.counter_end {
	float: left;
	width: 6px;
	height: 26px;
	background: transparent url(/images/counter_end.png) no-repeat;
	margin-right: -1px;
}
.sztar_name {
	width: 180px;
	float:left;
	font: bold 21px Arial;
	color: #213a61;
	padding: 10px 3px 10px 3px;
}
* html #sztar_data table {
	font: 12px Arial;
	color: #707070;
}
#sztar_data {
	width: 250px;
	float: left;
	font: 12px Arial;
	color: #707070;
	background: transparent url(/images/szb_header_bg.png) no-repeat bottom;
}
#sztar_data td, #sztar_data th {
	padding: 1px 15px 1px 0px;
	text-align: left;
}
#sztar_action {
	width: 250px;
	float: left;
}
.action {
	float: left;
	width: 70px;
	margin: 15px;
	text-align: center;
	font: 14px Arial;
	color: #707070;
	line-height: 20px;
}
.overlay {
	position: relative;
	top: -230px;
	width: 165px;
	height: 230px;
}
.overlay_2 {
	position: relative;
	top: -460px;
	width: 165px;
	height: 230px;
}
#stat_header {
	height: 33px;
	width: 448px;
	font: bold 14px Arial;
	color: #646464;
	line-height: 30px;
	background: transparent url(/images/stat_header_bg.png) bottom repeat-x;
	margin: 10px;
}
.arrow {
	float: right;
	width: 15px;
	margin-top: 6px;
}
#stat_list {
	margin-left: 10px;
}
.stat_li {
	width: 448px;
	height: 45px;
	float: left;
	background: transparent url(/images/stat_li_bg.png) no-repeat bottom;
}
.stat_img {
	float: left;
	width: 37px;
	height: 45px;
}
.stat_img img {
	margin-top: 4px;
}
.stat_name {
	float: left;
	margin: 0px 10px 0px 10px;
	line-height: 40px;
	margin-top: 10px;
	font: 12px Arial;
	color: #707070;
}
.stat_name a {
	float: left;
	color: #213a61;
	text-decoration: underline;
	font: 12px Arial;
}
.stat_count {
	float: right;
	color: #ff6600;
	font: bold 20px Arial;
	margin: 0px 0px 0px 0px;
	line-height: 40px;
}
.stat_sum {
	float: right;
	color: #9a9a9a;
	font: 12px Tahoma;
	margin: 0px 0px 0px 2px;
	line-height: 40px;
}
.stat_percent {
	float: left;
	margin: 15px 0px 0px 15px;
}
#sztar_search {
	width: 448px;
	background: #c0c0c0;
	height: 95px;
	float: left;
	margin-top: 15px;
	margin-left: 10px;
}
#sztar_search_frame {
	width: 446px;
	background: transparent url(/images/ss_bg.png) no-repeat;
	height: 93px;
	margin: 1px;
}
#sztar_search_btns {
	width: 446px;
	height: 29px;
	/*background: transparent url(/images/sztar_search_off.png) repeat-x;*/
	float: left;
}

#sztar_search_btns img {
	float: left;
}
* html #sztar_search_inputs {
	padding: 20px 20px 0px 20px;
	/*margin: 20px 0px 0px 10px;*/
}
.ss_btn {
	float: left;
	padding: 0px 10px 0px 15px;
	font: bold 13px Arial;
	color: #646464;
	cursor: pointer;
	height: 29px;
	background: transparent url(/images/tab_off_bg.png) repeat-x bottom;
	line-height: 29px;
}
* html .ss_btn {

}
.ss_tab {
	float: left;
	padding: 20px;
	display: none;
}
.ss_tab select {
	font: 12px Arial;
	color: #707070;
	width: 165px;
	float: left;
	margin: 3px 25px 0px 10px;
}
#kulfoldi_sztarok {
	width: 100px;
}
* html #kulfoldi_sztarok.ss_btn {
	width: 125px;
}
#magyar_sztarok {
	width: 100px;
}
* html #magyar_sztarok.ss_btn {
	width: 125px;
}
#sztarparok {
	width: 70px;
}
* html #sztarparok.ss_btn {
	width: 95px;
}
#sztarkereso {
	width: 76px;
}
* html #sztarkereso.ss_btn {
	width: 101px;
}
#sztar_search_inputs input {
	margin: 1px 10px 0px 0px;
	width: 140px;
	float: left;
}
#sztar_search_inputs select {
	font: 12px Arial;
	color: #707070;
	width: 115px;
	float: left;
	margin-top: 3px;
}
#sztar_search_inputs input#sztar_search_input {
	margin: 3px 10px 0px 0px;
}
#reg_openid {
	vertical-align: top;
}
#open_idspan {
	width: 30px;
}
.openid {
	float:left;
	padding:4px 10px 1px 10px;
	width: 250px;
}
.openid a {
	color: #094179;
}
.openid a:hover {
	color: #ff6600;
}
#new_openid {
	padding-left: 60px;
}
.del_openid {
	margin-left: 10px;
	color: #094179;
}
															/************* SZTARLISTA *****************/
.title_pic {
	padding: 0px 0px 15px 0px;
}
#sztar_list {
	float: left;
	margin-left: 10px;
	margin-top: 20px;
}
.sztar_li {
	margin-top: 10px;
	background: transparent url(/images/sztar_box_bg.png) repeat-y;
}
.sztar_li_frame {
}
.sztar_li_bottom {
	background: transparent url(/images/sztar_box_bottom.png) repeat-x top;
	width: 448px;
	height: 1px;
	clear: both;
}
.sztar_list_counter {
	float: left;
	width: 45px;
	margin: 35px 3px 10px 10px;
}
.list_counter_front {
	float: left;
	width: 6px;
	height: 35px;
	background: transparent url(/images/list_counter_front.png) no-repeat;
	/*margin-left: -2px;*/
}
.list_counter_center {
	float: left;
	background: #b4d1e9;
	height: 35px;
	color: #ffffff;
	font: 30px Arial;
	margin-left: -1px;
	line-height: 35px;
}
.list_counter_end {
	float: left;
	width: 6px;
	height: 35px;
	background: transparent url(/images/list_counter_end.png) no-repeat ;
	margin-right: -1px;
}
.list_image {
	height: 70px;
	width: 70px;
	float: left;
	margin: 10px;
	background: transparent url(/images/list_image.png) no-repeat ;
	padding: 5px;
}
.list_puszi_overlay, .list_torta_overlay {
	height: 70px;
	width: 70px;
	position: relative;
	left: 0px;
	top: -70px;
	padding: 5px;
}
.list_name {
	float: left;
	width: 270px;
	margin: 10px 0px 0px 0px;
}
.list_name a {
	color: #213a61;
	font: 16px Arial;
	text-decoration: underline;
}
.list_name a:hover {
	color: #ff6600;
}
.list_percent {
	text-align: right;
	width: 90px;
	float: right;
	color: #ff6600;
	font: 30px Arial;
	padding-right: 20px;
}
.list_action {
	float: left;
	margin: 0px 0px 0px 0px;
	width: 100px;
}
.list_action img {
	margin: 10px 10px 10px 0px;
	float: left;
}
																			/*****************MENU************************/
.submenu {
	position: absolute;
	z-index: 999999;
	padding: 5px 5px 5px 0px;
	background: #303030;
	display: none;
}
/*
#randi_menu {
	display: none;
}
#ize_menu {
	display: none;
}
*/
.submenu table {
	float: none;
	color: #ffcc00;
	padding: 0px;
}
.submenu td {
	height: 20px;
	padding: 0px 10px 0px 20px;
	background: #303030 url(/images/td_bg.png) no-repeat;
	border-collapse: collapse;
	border-spacing: 0px;
}
.submenu table td a {
	font: 12px Arial;
	color: #b2b2b2;
	text-transform: none; 
}
.submenu td a:hover {
	color: #ffcc00;
}
.submenu td.right_col {
	background: transparent url(/images/td_right_bg.png) no-repeat left bottom;
}
.submenu td.empty_col {
	background: #303030 url(/images/empty_bg.png) no-repeat left bottom;
}
#hasznos_menu {
	display: none;
}
																			/*****************OVERLAY************************/
#overlay_form {
	position: absolute;
	height: 2500px;
	background: transparent url(/images/ol_bg.png) repeat;
	top: 0px;
	left: 0px;
	z-index: 99999;
	display:none;
}
#send_form {
	margin-left: 10px;
	display: none;
}
#send_form #comment_frame h2 {
	background: #dddddd;
	width: 438px;
	padding: 5px;
}
#send_form #reg_username {
	padding-left: 43px;
}
#send_form #reg_password2 {
	padding-left: 3px;
}
#send_form #comment_editor {
	padding-left: 70px;
}
#send_form #reg_error {
	width: 280px;
}
#min_height {
	height: 21px;
}
.newsbadge {
	font: bold 12px Arial;
	color: #ffffff;
	background-color: #ff7300;
	display: table-cell;
	padding: 3px 5px;
	margin-left: 5px;
	float: left;
}
#send_form_table, #editor_form_table, #reg_form_table {
	float: left;
	background: transparent url(/images/reg_form_bg.png) repeat-y left;
	width: 448px;
	border-bottom: 1px solid #c0c0c0;
}
#send_form_table td input, #editor_form_table td input, #reg_form_table td input {
	margin-top: 3px;
}
#send_form_frame {
	background: transparent url(/images/editor_bg.png) repeat-y left;
	width: 448px;
	/*height: 197px;*/
	color: #707070;
	font: 13px Arial;
}
#send_form_table col.table_firstcol {
	width: 133px;
}
#editor_form_table col.table_firstcol {
	width: 70px;
}
#send_form_table td label, #editor_form_table td label, #reg_form_table label {
	float: right;
	color: #707070;
	font: 13px Arial;
	margin-right: 5px;
}
#send_form_table td img, #editor_form_table td img {
	margin-top: 3px;
}
#send_header {
	font: bold 14px Arial;
	color: #ff6600;
	background: #dddddd;
	width: 448px;
	line-height: 26px;
	text-indent: 10px;
}
#send_input{
	float: right;
	margin-right: 5px;
}
#send_email {

}
#send_friend_name {

}
#send_friend_email {

}
.puszi_div, .torta_div {
	font: 9px Tahoma;
	color: #707070;
	margin: 0px 10px 5px 0px;
	width: 40px;
	float: left;
}
.puszi_div img, .torta_div img {
	text-align: center;
}
.breadcrumb {
	font: 11px Tahoma;
	color: #707070;
	margin: 5px 5px 5px 10px;
	float: left;
	width: 448px;
}

.breadcrumb a {
	color: #213a61;
	text-decoration: underline;
}
.breadcrumb a:hover {
	text-decoration: none;
}
.bc_text img, .bc_link img {
	margin: 0px 4px;
}
.clear {
	clear: both;
}
#szerinted, #horoszkop {
	width: 604px;
	float: left;
	font: 12px Arial;
	color: #707070;
}
#szerinted_title {
	width: 604px;
}
#szerinted_title table {
	width: 604px;
	height: 55px;
	background: transparent url(/images/szerinted_bg.png) no-repeat top;
}
#szerinted_title_bottom {
	background: transparent url(/images/szerinted_bottom_bg.png) no-repeat bottom left;
	height: 20px;
}
#title_col_1 {
	width: 30px;
}
#title_col_3 {
	width: 50px;
}
#title_col_5 {
	width: 15px;
}
#title_col_7 {
	width: 235px;
}
.szerinted_article, .horoszkop_article {
	margin: 7px 0px 0px 0px;
	float: left;
}
.article_content {
	width: 588px;
	float: left;
}
.article_image {
	background: #333333;
	padding: 4px;
	float: left;
}
.article_header td.article_user {
	color: #ff6600;
	font-weight: bold;
	background: transparent url(/images/article_user_icon.png) no-repeat left;
	padding: 5px 10px 5px 17px;
}
.article_header td {
	padding: 0px 9px 0px 10px;
	background: transparent url(/images/szerinted_header_sep.png) no-repeat left;
}
.article_text {
	margin: 0px 0px 5px 10px;
	width: 450px;
	float: left;
}
.article_text_no_image {
	margin: 0px 0px 5px 10px;
	width: 580px;
	float: left;
}
.article_text_small_image {
	margin: 0px 0px 5px 10px;
	width: 450px;
	float: left;
}
.article_title {
	color: #202126;
	font-size: 20px;
	margin-bottom: 5px;
}
.article_title a {
	color: #202126;
	font-size: 20px;
}
.article_body {
	line-height: 16px;
	color: #333333;
}
div#cikk_frame_left div.article_footer {
	width: 115px;
	float: right;
	margin: 5px 0px 5px 0px;
}
.article_footer {
/*	width: 260px;*/
	float: right;
	margin: 5px 0px 5px 0px;
@	margin-right: 15px;
}
.article_footer a {
	color: #ff6600;
	font: 12px Arial;
}
.szerinted_kommentek {
	background: transparent url(/images/sum_comment_icon.png) no-repeat left;
	padding: 0px 0px 0px 17px;
}
.szerinted_tovabbi {
	background: transparent url(/images/more_comment_icon.png) no-repeat right;
	padding: 0px 20px 0px 10px;
	border-left: 1px solid #c0c0c0;
	margin-left: 10px;
}
.szerinted_vissza {
	background: transparent url(/images/comment_vissza.png) no-repeat right;
	padding: 0px 20px 0px 15px;
	border-left: 1px solid #c0c0c0;
	margin-left: 10px;

}
.ac {
	width: 590px;
	background: transparent url(/images/szerinted_comment_bg.png) repeat-y;
	font: 11px Arial;
	margin: 0px 0px 10px 0px;
}
div#szcikk div.ac{
	float: left;
	width: 448px;
	background: transparent url(/images/szerinted_comment_bg.png) repeat-y right;
	font: 11px Arial;
	margin: 0px 0px 10px 0px;
	float: left;
}
.ac_body {
	margin: 6px 10px 10px 10px;
	color: #333333;
}
.ac_header td {
	padding: 0px 10px 0px 10px;
	background: transparent url(/images/szerinted_header_sep.png) no-repeat left;
	font: 12px Arial;
	color: #707070;
}
.article_header a {
	color: #094179;
}
.article_header a:hover {
	text-decoration: underline;
}
.ac_header {
	margin: 5px 10px 5px 10px;
	padding-top: 6px;
}
.ac_header td.ac_user {
	background: transparent url(/images/comment_user_icon.png) no-repeat left;
	padding: 0px 10px 0px 15px;
}
.ac_bottom {
	height: 1px;
	background: #c0c0c0;
}
.szerinted_article_sep {
	height: 1px;
	background: transparent url(/images/szerinted_article_sep.png) repeat-x;
	margin: 0px;
}
.at {
	margin: 5px 0px 12px 10px;
	width: 450px;
	float: left;
	font: 11px Arial;
}
.cimkek {
	font-weight: bold;
	margin-right: 3px;
}
.at ul {
	list-style-type: none;
	list-style-position: outside;
}
.at li {
	float: left;
}
.at a {
	color: #707070;ű
	text-decoration: none;
	padding: 2px 4px;
}
.at a:hover {
	background: #ff9900;
	color: #ffffff;
}
#szerinted_tovabb {
	margin: 15px 0px 30px 0px;
	float: left;
}
.ac_footer {
/*	width: 128px;*/
	float: right;
	margin: 5px 0px 10px 0px;
@	margin-right: 15px;
}
.ac_footer a {
	color: #ff6600;
}
.ac_footer a.szerinted_kommentek {
	padding-right: 0px;
	width: 95px;
}
/*                            */


#szerinted {
	width: 604px;
	float: left;
	font: 12px Arial;
	color: #707070;
}
#szerinted_nyito_title {
	width: 944px;
	margin-left: 8px;
}
#szerinted_nyito_title table {
	width: 944px;
	height: 55px;
	background: transparent url(/images/szerinted_nyito_bg.png) no-repeat top;
}
#szerinted_nyito_title table td#szerinted_title_bottom {
	background: transparent url(/images/szerinted_nyito_bottom_bg.png) no-repeat bottom left;
	height: 20px;
}
#szerinted_nyito_title table #title_col_1 {
	width: 33px;
}
#szerinted_nyito_title table #title_col_3 {
	width: 269px;
}
#szerinted_nyito_title table #title_col_5 {
	width: 13px;
}
#szerinted_nyito_title table #title_col_7 {
	width: 355px;
}
.szerinted_list {
	float: left;
}
.szerinted_list ul {
	list-style-position: outside;
	list-style-type: none;
}
.szerinted_list ul li {
	padding: 4px 0px 4px 10px;
	margin-left: 10px;
	background: transparent url(/images/szerinted_list_btn.png) no-repeat left;
}
.szerinted_list ul li a {
	font: 14px Arial;
	color: #707070;
}
.szerinted_lista_top {
	height: 30px;
	text-align: center;
	vertical-align: middle;
}
#toplista_tab {
	line-height: 30px;
	font: bold 14px Arial;
	color: #646464;
	float: left;
	display: block;
	width: 96px;
	height: 30px;
	background: transparent url(/images/toplista.png) no-repeat left;
	text-transform: uppercase;
	line-height: 30px;
}
#toplista_tab_active {
	font: bold 14px Arial;
	color: #ff6600;
	float: left;
	display: block;
	width: 96px;
	height: 30px;
	background: transparent url(/images/toplista_active.png) no-repeat left;
	text-transform: uppercase;
	line-height: 30px;
}
#kapcsolodo_tab {
	font: bold 14px Arial;
	color: #646464;
	float: left;
	display: block;
	width: 236px;
	height: 30px;
	background: transparent url(/images/kapcsolodo_bejegyzesek.png) no-repeat left;
	text-transform: uppercase;
	line-height: 30px;
}
#kapcsolodo_tab_active {
	font: bold 14px Arial;
	color: #ff6600;
	float: left;
	display: block;
	width: 236px;
	height: 30px;
	background: transparent url(/images/kapcsolodo_bejegyzesek_active.png) no-repeat left;
	text-transform: uppercase;
	line-height: 30px;
}
#kapcsolodo_tab:hover, #toplista_tab:hover {
	color: #ff6600;
}

.top_bekuldok {
	float: left;
	width: 337px;
	background: transparent url(/images/most_wanted_bg.png) repeat-y;
	margin-top: 9px;
}
.top_bekuldok_header {
	background: transparent url(/images/mw_header_bg.png) no-repeat;
	height: 30px;
	width: 332px;
	font: bold 14px Arial;
	color: #646464;
	text-indent: 10px;
	line-height: 30px;
}
.top_bekuldok_sep {
	width: 332px;
	height: 2px;
	background: transparent url(/images/szerinted_list_sep.png) no-repeat top;
	float: left;
}
.top_bekuldok_bottom {
	width: 332px;
	height: 2px;
	background: transparent url(/images/relbottom_bg.png) no-repeat;
	float: left;
}
.mw_element {
	width: 332px;
	height: 85px;
	background: transparent url(/images/mw_elem_bg.png) no-repeat;
	overflow: hidden;
}
.bekuldo {
	width: 332px;
	float: left;
	padding: 0px 0px 0px 60px;
	height: 25px;
	margin-top: 5px;
}
.bekuldo ul {
	list-style-position: outside;
	list-style-type: none;
	width: auto;
}
#bekuldo_1 {
	margin-top: 10px;
	background: transparent url(/images/szerinted_1.png) no-repeat 1px 0px;
}
#bekuldo_2 {
	background: transparent url(/images/szerinted_2.png) no-repeat 1px 0px;
}
#bekuldo_3 {
	background: transparent url(/images/szerinted_3.png) no-repeat 1px 0px;
}
#bekuldo_4 {
	background: transparent url(/images/szerinted_4.png) no-repeat 1px 0px;
}
#bekuldo_5 {
	background: transparent url(/images/szerinted_5.png) no-repeat 1px 0px;
}
.bekuldo ul li {
	font: 12px Arial;
	color: #646464;
	margin-top: 2px;
	float: left;
}
.bekuldo ul li.bekuldo_user {
	font: bold 13px Arial;
	padding: 0px 5px 0px 0px;
	background: transparent url(/images/bekuldo_sep.png) no-repeat right;
}
.bekuldo ul li a {
	font: bold 13px Arial;
	color: #646464;
}
.bekuldo ul li.bekuldo_bejsz {
	text-decoration: underline;
	padding: 0px 5px 0px 5px;
	background: transparent url(/images/bekuldo_sep.png) no-repeat right;
}
.bekuldo ul li.bekuldo_atlag {
	padding: 0px 0px 0px 5px;
}
.utso_komentek {
	background: transparent url(/images/blog_header_bg.png) no-repeat;
	height: 30px;
	width: 332px;
	font: bold 14px Arial;
	color: #646464;
	text-indent: 10px;
	line-height: 30px;
	margin-bottom: 2px;
}
.utso_comment a{
	font: 12px Arial;
	color: #094179;
}
.utso_comment a:hover {
	text-decoration: underline;
}
.utso_li {
	float: left;
}
.utso_user {
	float: left;
	color: #707070;
	padding: 0px 3px 0px 15px;
	background: transparent url(/images/utso_user_bg.png) no-repeat left;
}
.utso_comment {
	float: left;
	font: 12px Arial;
	color: #202126;
	margin: 6px 10px 6px 10px;
}
.quote {
	margin: 0px 4px 0px 4px;
}
.utso_sep {
	width: 332px;
	height: 2px;
	background: transparent url(/images/utso_sep.png) no-repeat top;
	float: left;
}
.gray_box {
	margin-top: 20px;
	width: 330px;
	float: left;
	background: #f8f8f8;
	border: 1px solid #c0c0c0;
	padding-bottom: 2px;
}
.kategoria_title {
	float: left;
	color: #ff6600;
	font: bold 13px Arial;
	width: 70px;
	margin: 3px 10px 0px 0px;
}
.kategoria_list {
	margin-left: 10px;
}
.kategoria_list ul, .rss_list ul {
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.rss_list ul {
	margin-top: 3px;
}
.kategoria_list ul li, .rss_list ul li {
	float: left;
@	margin: 2px 0px;
}
.kategoria_list ul li a {
	color: #707070;
	font: 13px Arial;
	padding: 0px 17px 0px 0px;
}
.rss_list ul li a {
	color: #707070;
	font: 12px Arial;
	padding: 3px 1px 3px 0px;
}
.kategoria_list ul li a.sep {
	background: transparent url(/images/kategoria_sep.png) no-repeat right;
}
.rss_image {
	float: left;
	padding: 3px 5px 5px 10px;
}
.szerinted_gray {
	margin: 20px 10px 0px 5px;
	width: 270px;
	float: left;
	background: #f8f8f8;
	border: 1px solid #c0c0c0;
	padding: 3px 3px 3px 10px;
}
.gray_header {
	float: left;
	margin: 3px 0px 3px 0px;
	width: 268px;
}
.gray_title {
	text-transform: uppercase;
	font: bold 17px Arial;
	color: #ff6600;
	margin: 0px 0px 3px 0px;
	float: left;
}
.gray_title a{
	text-transform: uppercase;
	font: bold 17px Arial;
	color: #ff6600;
}
.megtobb {
	float: right;
	width: 68px;
}
.gray_sep {
	width: 268px;
	height: 2px;
	background: transparent url(/images/utso_sep.png) no-repeat left;
	float: left;
}
.gray_elem {
	float: left;
	margin-bottom: 5px;
}
.gray_elem_title {
	margin: 3px 0px;
	font-weight: bold;
	color: #202126;
}
.gray_elem_title a {
	font: bold 12px Arial;
	color: #202126;
}
.gray_info_sep {
	margin: 0px 8px;
	color: #ff6600;
}
.megtobb a {
	color: #094179;
	font: 12px Arial;
	line-height: 17px;
	padding-right: 18px;
	background: transparent url(/images/megtobb_bg.png) no-repeat right;
}
.megtobb a:hover {
	background: transparent url(/images/megtobb_bg_hover.png) no-repeat right;
}
.gray_user {
	font: 12px Arial;
	padding-left: 15px;
	background: transparent url(/images/gray_user.png) no-repeat left;
}
.gray_timestamp {
	font: 12px Arial;
}
#szerinted_irj {
	margin: 15px 0px 15px 10px;
	width: 569px;
	float: left;
	background: #f8f8f8;
	border: 1px solid #c0c0c0;
	padding: 3px 3px 3px 10px;
}
.irj_title {
	font: 20px Arial;
	color: #202126;
	margin-bottom: 5px;
}
.irj_text {
	font: 12px Arial;
	color: #707070;
	margin-bottom: 0px;
}
.irj_text_input input {
	width: 558px;
	margin: 10px 10px 10px 0px;
}
.irj_textarea textarea{
	width: 558px;
	height: 200px;
	margin: 10px 10px 10px 0px;
}
.irj_file_input input {
	width: 300px;
}
.irj_file_input table {
	width: 400px;
	height: 30px;
}
.irj_file_input table td {
	height: 30px;
	padding: 10px 10px 10px 0px;
}
.irj_tovabbi {
	margin: 3px 0px;
}
.irj_tovabbi a {
	color: #b0b0b0;
	font: 12px Arial;
	padding: 5px 0px 5px 25px;
	background: transparent url(/images/irj_tovabbi.png) no-repeat left;
}
.irj_select select{
	width: 200px;
	margin: 10px 10px 10px 0px;
}
.irj_sep {
	width: 562px;
	height: 1px;
	margin: 10px 0px;
	background: transparent url(/images/irj_sep.png) no-repeat ;
}
#szerinted_irj label {
	font: 12px Arial;
	color: #707070;
}
.irj_elkuld {
	text-align: center;
	clear: both;
	margin: 10px 0px;
	height: 40px;
}
.error_div {
	font: bold 13px Arial;
	color: #ff5e5e;
	margin: 10px 10px 10px 0px;
}
.error_img {
	margin-right: 10px;
}
#cikk_bekuldo {
	background: transparent url(/images/szcikk_user.png) no-repeat 10px top;
	padding: 0px 0px 0px 27px;
	width: 458px;
	clear: both;
}
#cikk_bekuldo.bekuldo ul li {
	font: 12px Arial;
	color: #646464;
	float: left;
}
#cikk_bekuldo.bekuldo ul li.bekuldo_user {
	font: bold 13px Arial;
	color: #ff6600;
	padding: 0px 5px 0px 0px;
	background: transparent url(/images/bekuldo_sep.png) no-repeat right;
}
#cikk_bekuldo.bekuldo ul li.bekuldo_bejsz {
	text-decoration: none;
	padding: 0px 5px 0px 5px;
	background: transparent url(/images/bekuldo_sep.png) no-repeat right;
}
#cikk_bekuldo.bekuldo ul li.bekuldo_bejsz a {
	font: 12px Arial;
	color: #094179;
}
#cikk_bekuldo.bekuldo ul li.bekuldo_bejsz a:hover {
	text-decoration: underline;
}
.bekuldo ul li.bekuldo_atlag {
	padding: 0px 0px 0px 5px;
}
#ertekeld {
	background: #ffffff url(/images/ertekel_bg.png) repeat-x bottom;
	border: 1px solid #c0c0c0;
	width: 446px;
	height: 40px;
	margin: 0px 0px 10px 10px;
}
#ertekel_title {
	line-height: 40px;
	width: 140px;
	float: left;
	margin: 14px 10px;
	font: bold 13px Arial;
	color: #646464;
}
#ertekel_stars {
	width: 115px;
	height: 20px;
	background: transparent;
	margin: 12px 0px;
	float: left;
}
#ertekel_stars table {
	width: 115px;
	height: 20px;
}
#ertekel_stars table td {
	width: 21px;
	height: 20px;
}
#ertekel_stars a {
	background: transparent url(/images/star_off.png) no-repeat;
	display: block;
}
#ertekel_stars a.hover {
	background: transparent url(/images/stars_hover.png) no-repeat;
	display: block;
}
#ertekel_stars a.old {
	background: transparent url(/images/stars_old.png) no-repeat;
	display: block;
}
#ertekel_megoszt a {
	background: transparent url(/images/ertekel_megosztom.png) no-repeat;
	padding: 0px 0px 0px 20px;
	font: 13px Arial;
	color: #646464;
}
#szted_comment {
	margin-left: 10px;
}
#ertekel_megoszt {
	width: 100px;
	margin: 12px;
	float: left;
	padding: 0px 0px 0px 20px;
	background: transparent url(/images/ertekel_sep.png) no-repeat;
}
#szcikk_comment {
	margin: 10px 0px;
	width: 350px;
	height: 195px;
}
#szted_comment_editor {
	background: transparent url(/images/editor_bg.png) repeat-y right;
	width: 448px;
	/*height: 197px;*/
	color: #707070;
	font: 13px Arial;
	float: left;
}
#szted_editor_bottom {
	width: 448px;
	height: 2px;
	background: transparent url(/images/editor_bottom.png) no-repeat bottom right;
}
#szted_comment_editor td {
	padding: 0px 0px 10px 10px;
}
#szted_comment_editor td input{
	margin: 0px 10px 0px 0px;
}
#szerinted_bottom {
	height: 30px;
}
#szted_comments {
	margin-left: 10px;
	float: left;
	width: 448px;
}
.info_text {
	margin: 15px 10px;
	font: 13px Arial;
	color: #707070;
}
.info_text a {
	color: #ff6600;
	text-decoration: underline;
}
.picture {
	padding: 5px;
	margin: 5px auto;
	width: 400px;
	text-align: center;
}
.picture img {
	border: 5px solid #333333;
	margin: auto;
}
#szted_cikk {
	padding: 10px 0px 10px 10px;
	font: 12px Arial;
	color: #333333;
}
#pictures {
	margin: 15px 0px 15px 10px;
}
#videos {
	text-align: center;
	margin: 15px auto;
}
.video {
	margin: 15px auto;
	width: 448px;
}
#post_link {
	margin-left: 10px;
}
.video a, #post_link a{
	font: bold 13px Arial;
	color: #ff6600;
}
#header_login {
	position: absolute;
	left: 710px;
	top: 36px;
	font: 12px Arial;
	color: #202126;
}
#header_login a {
	font-weight: bold;
	color: #202126;
}
#reg_most a{
	color: #ff6600;
}
#rovatok {
	width: 960px;
	background: #fff;
	height: 30px;
	padding: 10px 0px;
}
* html #rovatok {
	margin-left: 0px;
}
#rovatok_frame {
	width: 942px;
	height: 30px;
	margin: auto;
	background: #c0c0c0;
	padding: 1px;
}
* html #rovatok_frame {
	margin: 10px 8px;
}
#rovat_lista{
	width: 942px;
	height: 30px;
	background: #ddd url(/images/rovat_bg.png) repeat-x;
}
#rovatok ul {
	list-style-type: none;
	list-style-position: outside;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
#rovatok ul li {
	display: inline;
	font: bold 13px Arial;
	color: #ff6600;
	line-height: 30px;
	margin-left: 4px;
@	margin-left: 6px;
	padding:0 9px 0 0;
@	padding:0 6px 0 0;
	background: transparent url(/images/rovatok_sep.png) no-repeat right;
}
* html #rovatok ul li {
	margin-left: 6px;
	padding:0 6px 0 0;
}
#rovatok ul li a{
	font: bold 13px Arial;
	color: #646464;
}
#rovatok ul li a:hover {
	color: #ff6600;
}
h2.szerintedTitle {
width: 398px;
}
#hor_nyito_title {
	width: 944px;
	margin-left: 8px;
}
.horoszkop #cikk_title {
	width: 592px;
	background-repeat: repeat-x;
	margin: 10px;
}
.horoszkop .big_benner, .horoszkop #lead_txt, .horoszkop #cikk_content, .horoszkop #cikk_lead {
	width: 604px !important;
}
.horoszkop #cikk_content p {
	padding: 1em 10px 1em 0;
}
#hor_menu {
	margin: 12px 0 10px 0;
	width: 612px;
	overflow: hidden;
}
#horoscope .article_title {
	margin-bottom: 0px;
}
.article_title h2 a {
	font: bold 18px ArialMT,Arial;
}
.hor_date {
	font: 12px Arial;
}
.zodiac {
	border-bottom: 1px solid #282828;
	margin: 0 5px 5px 0;
	padding-bottom: 3px;
	font-weight: bold;
}
.zodiac img {
	position: relative;
	top: 5px;
}
.zodiac_text {
	margin: 0 0 10px 0;
}
.ize_box {
	width: 602px;
	border: 1px solid #cacaca;
	border-top: 0;
	border-bottom: 0;
	margin: 0 0 10px 0;
	background: #fff url(/images/ize_bg.png) repeat-x bottom;
}
.ize_box .news_list_img {
	margin-left: 10px;
	max-height: 84px;
	overflow: hidden;
	border: 4px solid #303030;
	background: transparent;
	height: auto !important;
}
.ize_box .news_list_img img {
	margin: 0;
}
.ize_box h3.newslead a {
	width: 150px;
}
.ize_box div.first {
	padding-top: 5px !important;
}
.ize_box div.last {
	background: transparent !important;
}
#tagIze {
	background: transparent url(/images/tag_ize.png) repeat-x;
}
#tagTechIze {
	background: transparent url(/images/tag_tech_ize.png) repeat-x;
}
#tagPinkIze {
	background: transparent url(/images/tag_pink_ize.png) repeat-x;
}
#tagSportIze {
	background: transparent url(/images/tag_sport_ize.png) repeat-x;
}
.ize_box .newsbadge a {
	font: bold 12px Arial;
	color: #ffffff;
}