@CHARSET "UTF-8";

/* általános */

body {
    margin: 0;
    padding: 0;
    background-color: #E1E1E1;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 11px;
}

div {
    overflow: hidden;
}

img {
	border-width: 0;
}

form {
    margin: 0;
}

.clear {
	clear: both;
	height: 0px;
}

.bold {
	font-weight: bold;
}

.italic {
    font-style: italic;	
}

a.default_link {
    text-decoration: none;
    color: #f00;
}

a.default_link:hover {
    text-decoration: underline;
}

.error {
    color: #ff0000;
    font-size: 12px;
    font-weight: bold;
}

/* szerkezet */

#page {
	width: 960px;
    margin: 0 auto;
}

#super_banner {
    background-color: #cbcbcb;
    text-align: right;
    background-image: url(../_hirdetes.gif);
    background-position: 5px 50%;
    background-repeat: no-repeat;
}

#left_pane {
    float: left;
    width: 832px;
    margin: 0;
}

#main_content {
    border: 1px solid #d1d1d1;
    padding: 7px 10px;
    background-color: #fff;
}

/* fejléc */

#breadcrumb {
	float: left;
	width: 50%;
	margin: 5px 0 0 5px;
}

#breadcrumb a {
	text-decoration: none;
	color: #000;
}

#breadcrumb a:hover {
    text-decoration: underline;
}

#start_page {
	display: block;
	float: right;
	width: 216px;
	height: 16px;
	padding: 4px 5px 0 0;
    background-image: url(../_legyen_kezdolapom.jpg);
    background-position: top right;
    background-repeat: no-repeat;
    text-align: right;
    text-decoration: none;
    font-weight: bold;
    font-size: 10px;
    color: #fff;
}

#start_page:hover {
	background-image: url(../_legyen_kezdolapom_over.jpg);
}

#header {
	clear: both;
	height: 118px;
	margin-top: 8px;
	background-image: url(../_header_hatter.jpg);
	background-position: top left;
	background-repeat: repeat-x;
}

#logo {
    float: left;
    width: 288px;
}

#controls {
    float: right;
    width: 522px;
    height: 118px;
    background-image: url(../_header_jobb_szele.jpg);
    background-position: top right;
    background-repeat: no-repeat;
}

#font_size {
    float: left;
    width: 120px;
    padding: 9px 0 13px 0;
}

#menu {
    float: right;
    width: 380px;
    padding: 9px 7px 13px 0;
    text-align: right;
    color: #3c72b8;
}

#menu a {
    text-decoration: none;
    font-weight: bold;
    color: #3c72b8;
}

#menu a:hover {
    text-decoration: underline;
}

#search_form {
	clear: both;
	margin-right: 7px;
}

.tab {
	float: left;
	width: 115px;
}

a.search_where {
    background-image: url(../_keresomezo_tab_vilagoskek.jpg);
}

a.search_where_active {
    background-image: url(../_keresomezo_tab_sotetkek.jpg);
}

a.search_where, a.search_where_active {
    display: block;
    width: 115px;
    height: 19px;
    background-position: top left;
    background-repeat: no-repeat;
    padding-top: 7px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    text-decoration: none;
    outline: none;   
}

#form_controls {
	clear: both;
	width: 515px;
	height: 49px;
	background-image: url(../_keresomezo.jpg);
    background-position: top left;
    background-repeat: no-repeat;
}

#form_control_left {
	   float: left;
	   padding: 7px 0 0 15px;
}

#search_text {
    width: 390px;
    height: 23px;
    padding-top: 10px;
    border-width: 0;
}

#form_control_right {
    float: right;
    padding: 7px 6px 0 0;
}

#search_button {
    border-width: 0;
}

#date {
    float: left;
    width: 50%;
    margin: 10px 0 0 5px;
    font-weight: bold;
}

#koponyeg {
    float: right;
    width: 325px;
    margin-top: 10px;
    text-align: right;
}

#koponyeg_rss {
    background: url(../content_bg.png);
    width: 685px;
    padding: 2px 9px 5px 9px;
}

#koponyeg a {
    text-decoration: none;
    font-weight: bold;
    color: #3c72b8;
}

#koponyeg a:hover {
    text-decoration: underline;
}

#navibar {
	margin-top: 10px;
	height: 33px;
    background-image: url(../_navibar_bg.png);
    background-position: top left;
    background-repeat: repeat-x;
}

#themes {
    float: left;
    width: 500px;
}

#themes_menu {
    margin: 0 0 0 3px;
    padding: 0;
}

#themes_menu .button_separator {
	margin: 0;
	padding: 0;
	width: 2px;
	height: 33px;
	background-image: url(../_separator.jpg);
    background-position: top left;
    background-repeat: no-repeat;
    overflow: hidden;
}

#themes_menu a {
	display: block;
	height: 23px;
	padding: 10px 10px 0 10px;
    text-decoration: none;
    font-weight: bold;
    color: #fff;
}

#themes_menu a:hover {
    background-color: #ff9508;
}

#navibar_left {
	float: left;
	width: 4px;
	height: 33px;
	background-image: url(../_navibar_left.png);
    background-position: top left;
    background-repeat: no-repeat;
}

#catalogue {
	display: block;
	float: right;
	width: 57px;
	height: 23px;
	padding: 10px 15px 0 15px;
	background-image: url(../_cat_red.jpg);
    background-position: top right;
    background-repeat: no-repeat;
    text-decoration: none;
    font-weight: bold;
    color: #fff;
}

#catalogue:hover {
    background-image: url(../_cat_orange.jpg);
}

/* fullbox */

div.fullbox {
}

div.fullbox_top {
    height: 21px;
    margin-top: 8px;
    background: url(../_fullbox_top.jpg);
    padding: 8px 0 0 8px;
    font-weight: bold;
    font-size: 12px;
    color: #fff;
}

div.fullbox_content {
    background-color: #E2EAF5;
    padding: 10px 8px 5px 8px;
    font-size: 12px;
    color: #6a6869;
}

div.fullbox_bottom {
    height: 15px;
    background: url(../_fullbox_bottom_novizjel.gif);
    background-position: top right;
    background-repeat: no-repeat;
    text-align: center;
}

/* inner box */

div.innerbox {
    width: 387px;
}

div.innerbox_top {
    background: url(../_innerbox_top.gif);
    background-position: top left;
    background-repeat: no-repeat;
    width: 387px;
    height: 4px;
}

div.innerbox_content {
    width: 357px;
    padding: 5px 15px;
    background-color: #edf4fc;
    color: #666666;
}

div.innerbox_bottom {
    background: url(../_innerbox_bottom.gif);
    background-position: top left;
    background-repeat: no-repeat;
    width: 387px;
    height: 4px;
}

div.innerbox2 {
}

div.innerbox2_top {
    background: url(../_innerbox2_top.jpg);
    background-position: top left;
    background-repeat: no-repeat;
    height: 4px;
}

div.innerbox2_content {
    padding: 10px 15px;
    background-color: #edf4fc;
    color: #6666;
}

div.innerbox2_bottom {
    background: url(../_innerbox2_bottom.jpg);
    background-position: top left;
    background-repeat: no-repeat;
    height: 4px;
}

.inner_title {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 14px;
    color: #3a73ba;
}

/* linkek */

#domain {
    margin: 12px 0 2px 0;
    text-align: center;
    font-size: 14px;
    color: #000;
}

#category_controls_top_1 {
    background-image: url(../_tartalomjegyzek_hatter_teteje_kek.jpg);
}

#category_controls_top_2 {
	background-image: url(../_tartalomjgyzek_keret_teteje.jpg);
}

#category_controls_top_1, #category_controls_top_2 {
	height: 4px;
    margin-top: 8px;
    background-position: top center;
    background-repeat: no-repeat;
}

#category_controls {
    border-width: 0 2px;
    border-style: solid;
    border-color: #7e7e7e;
}

#catalogue_menu {
	padding: 1px 0 5px 0;
	background-color: #7e7e7e;
}

#cat_menu_inner_container {
	margin: 0 auto;
    width: 297px;
}

#catalogue_menu a {
	display: block;
	float: left;
	height: 18px;
	margin: 0 3px;
	padding: 3px 0 0 0;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    color: #fff
}

#cat_abc {
	width: 79px;
	background-image: url(../_cat_abc_blue.jpg);
    background-position: top left;
    background-repeat: no-repeat;
}

#cat_abc:hover {
	background-image: url(../_cat_abc_orange.jpg);
}

#cat_theme {
    width: 103px;
    background-image: url(../_cat_theme_blue.jpg);
    background-position: top left;
    background-repeat: no-repeat;
}

#cat_theme:hover {
    background-image: url(../_cat_theme_orange.jpg);
}

#cat_region {
    width: 88px;
    background-image: url(../_cat_region_blue.jpg);
    background-position: top left;
    background-repeat: no-repeat;
}

#cat_region:hover {
    background-image: url(../_cat_region_orange.jpg);
}

#toc {
	padding: 2px 0 0 10px;
    font-weight: bold;
    color: #000;
}

#categories_menu {
	padding: 0 10px 5px 10px;
}

#categories_menu table {
    width: 100%;
}

#categories_menu table td {
    vertical-align: top;
}

#categories_menu table div {
	margin-top: 5px;
}

#categories_menu a {
	text-decoration: none;
	color: #000;
}

#categories_menu a:hover {
    text-decoration: underline;
}

#category_controls_bottom {
    background-image: url(../_tartalomjgyzek_keret_alja.jpg);
    height: 4px;
    background-position: top center;
    background-repeat: no-repeat;
}

#category_boxes {
	margin-top: 8px;
}

.page_categories_list_column {
    width: 266px;
    margin-right: 6px;
    float: left;
}

#category_boxes h1 {
    padding: 0;
    margin: 0;
	font-weight: bold;
    font-size: 12px;
    color: #fff;
    white-space: nowrap;
}


/* standard linkbox */

div.cb {
    width: 266px;
    margin-bottom: 12px;
}

div.cbt, div.cbt2 {
	width: 250px;
    height: 18px;
    background: url(../_box_header.png);
    background-position: top left;
    background-repeat: no-repeat;
    padding: 7px 8px 4px 8px;
}

div.cbc {
    width: 264px;
    border-width: 0 1px;
    border-style: solid;
    border-color: #d8dcdb;
    background-color: #fff;
}

div.cbh {
    text-align: center;
}

div.cbb {
    background: url(../_box_footer.png);
    background-position: top left;
    background-repeat: no-repeat;
    width: 266px;
    height: 16px;
}

a.cbb, a.cbb_wide {
	display: block;
	width: 20px;
    height: 12px;
    margin: 2px 0 0 242px;
    background: url(../_arrow_up.png);
    background-position: center center;
    background-repeat: no-repeat;
    text-decoration: none;
    outline: none;
}

a.cbb_wide {
	margin-left: 512px;
}

/* adserver box */

div.adserver_advertise_category div.cbc {
    border: none;
    padding-top: 10px;
}

div.adserver_advertise_category div.cbb {
    background: none;
    width: 266px;
    height: 0;
}

/* CTNW tagcloud box */

div.ctnw_tag_cloud_category div.cbc {
	width: 264px;
    padding: 10px 0 6px 0;
    overflow: hidden;
    border-bottom: 1px solid #d8dcdb;
}

div#ctnet_tagcloud_doboz {
	margin-left: -1px;
}

/* Kellékek */

div.accessories_category div.cbc {
    background: #f4f4f4 none;
    padding-bottom: 10px;
    border-bottom: 1px solid #d8dcdb;
}

a.accessories {
	display: block;
	width: 179px;
	height: 26px;
	margin: 10px auto 0 auto;
	padding: 13px 0 0 62px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: #457bbe;
}

#acc_link_offer {
    background: url(../_linkajanlo.png);
    background-position: top left;
    background-repeat: no-repeat;
}

#acc_link_offer:hover {
	background: url(../_linkajanlo_over.png);
}

#acc_comment {
    background: url(../_javaslat.png);
    background-position: top left;
    background-repeat: no-repeat;
}

#acc_comment:hover {
    background: url(../_javaslat_over.png);
}

#acc_editor {
    background: url(../_szerk.png);
    background-position: top left;
    background-repeat: no-repeat;
}

#acc_editor:hover {
    background: url(../_szerk_over.png);
}

/* credithungary box */

div.credithungary_category div.cbc {
    background-color: #efedec;
    padding-bottom: 5px;
    border-bottom: 1px solid #d8dcdb;
}

div.chfc_top {
	margin: 5px auto 0 auto;
	width: 250px;
	height: 3px;
	background: url(../kalkulator/hatter_keret_teteje.jpg);
    background-position: top left;
    background-repeat: no-repeat;
}

div.chfc_content {
    margin: 0 auto;
    width: 238px;
    border-width: 0 1px;
    border-style: solid;
    border-color: #ccc;
    padding: 5px 0 5px 10px;
    background-color: #e8e5e2;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000;
}

div.chfc_bottom {
	margin: 0 auto 5px auto;
	width: 250px;
	height: 3px;
    background: url(../kalkulator/hatter_keret_alja.jpg);
    background-position: top left;
    background-repeat: no-repeat;
}

div.ch_headline {
	margin-bottom: 2px;
	padding-left: 1px;
	font-weight: bold;
}

div.ch_field_container {
	float: left;
	width: 192px;
	height: 22px;
	margin-right: 8px;
	background: url(../kalkulator/beviteli_mezo.jpg);
    background-position: top left;
    background-repeat: no-repeat;
    padding: 2px 8px;
}

div.ch_field_container input {
	width: 190px;
	border-width: 0;
	background-color: #efedec;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000;
}

div.ft {
	float: left;
	padding-top: 4px;
	font-weight: bold;
}

a.ch_button {
	display: block;
	width: 73px;
	height: 18px;
	padding-top: 4px;
	background: url(../kalkulator/gomb.jpg);
    background-position: top left;
    background-repeat: no-repeat;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    color: #fff;
}

a.ch_button:hover {
    background: url(../kalkulator/gomb_hover.jpg);
}

/* link */

a.n, a.s, a.e, a.i {
	display: block;
    border-bottom: solid 1px #d8dcdb;
    padding: 5px 8px 5px 25px;
    text-decoration: none;
    font-size: 12px;
}

a.n, a.s {
    background: url(../_bullet_black.png);
    background-repeat: no-repeat;
    background-position: 5% 50%;
    color: #000;
}
a.n:hover, a.s:hover {
    background-color: #e7e7e7;
}
a.e {
    background: url(../_bullet_solid.png);
    background-repeat: no-repeat;
    background-position: 5% 50%;
    color: #000;
}
a.e:hover {
    background-color: #e7e7e7;
}
a.i {
    background: url(../_bullet_blue.png);
    background-repeat: no-repeat;
    background-position: 5% 50%;
    color: #1f86c9;
}
a.i:hover {
    background-color: #e7e7e7;
}
span.link_icon_tip {
    font-weight: bold;
    color: #E12626;
}
span.link_icon_new {
    font-weight: bold;
    color: #1f86c9;
}

img.lp {
    width: 16px;
    height: 10px;
}

/* link info */

#popupDiv {
    top: 0px;
    left: 0px;
    display: none;
    width: 279px;
    z-index: 10000;
}

#popupContent {
    /*position: relative;*/
}

#popup_top {
    width: 279px;
    height: 31px;
    overflow: visible;
}

#popup_bottom {
    width: 279px;
    height: 7px;
}

#popup_content {
    background: url(../popup_bg.png);
    width: 259px;
    padding: 10px;
    color: #666666;
}

#popup_link_name {
    font-size: 12px;
    font-weight: bold;
    width: 140px;
    padding-bottom: 8px;
}

#popup_link_url {
    width: 150px;
    padding-bottom: 8px;
}

a.popup {
    color: #666666;
    text-decoration: none;
}

#popup_link_text {
    border-top: solid 1px #ffffff;
    padding-top: 8px;
    padding-bottom: 4px;
}

#popup_info_link {
    text-align: right;
}

div.popup_thumb_pic {
    position: absolute;
    top: 10px;
    left: 155px;
    width: 112px;
    height: 82px;
    border: solid 1px #ffffff;
}

/* szótár box */

#dict input, #dict select {
    margin: 0;
    border: solid 1px #D3DDEB;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 11px;
}

/* widebox */

div.widebox {
	float: right;
    width: 536px;
    margin-bottom: 5px;
}

div.widebox_top {
    width: 528px;
    height: 18px;
    background: url(../_box_header_wide.jpg);
    background-position: top left;
    background-repeat: no-repeat;
    padding: 7px 8px 4px 8px;
    font-weight: bold;
    font-size: 12px;
    color: #fff;
}

div.widebox_content {
    width: 514px;
    border-width: 0 1px 1px 1px;
    border-style: solid;
    border-color: #d8dcdb;
    padding: 10px 10px 0 10px;
    background-color: #fff;
    font-size: 12px;
    color: #000;
}

div.widebox_bottom {
    background: url(../_box_footer_wide.jpg);
    background-position: top left;
    background-repeat: no-repeat;
    width: 536px;
    height: 16px;
}

/* widebox2 */

div.widebox2 {
    width: 456px;
    margin-bottom: 5px;
}

div.widebox2_top {
    background: url(../_comment_top.jpg);
    font-weight: bold;
    font-size: 12px;
    color: #ffffff;
    width: 448px;
    height: 21px;
    padding-left: 8px;
    padding-top: 8px;
}

div.widebox2_content {
    width: 436px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    background-color: #E2EAF5;
    color: #666666;
}

div.widebox2_bottom {
    background: url(../_comment_bottom.jpg);
    width: 456px;
    height: 15px;
    text-align: center;
}

/* spec page */

div.spec_page {
    padding-bottom: 16px;
}
.spec_page_title {
    color: #285EA1;
    font-weight: bold;
    text-decoration: none;
}
a.spec_page_title:hover {
    text-decoration: underline;
}
a.spec_page_link {
	font-size: 12px;
    color: #000;
    text-decoration: none;
}
a.spec_page_link:hover {
    text-decoration: underline;
}
td.spec_page {
	width: 230px;
    padding-right: 20px;
}
ul.spec_page {
    margin: 0px;
    margin-left: 10px;
    padding: 0px;
}

/* login, regisztráció */

#reg_login_info {
	padding: 0 7px;
	text-align: justify;
}

#reg_login_info ul {
	margin: 10px 0;
	padding: 0 0 0 25px;
}

#inner_boxes {
    margin-top: 15px;
}

#login_form, #registration_form {
	margin-top: 5px;
} 

#inner_boxes table td {
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
}

.textbox_container {
	padding-left: 10px;
    background: url(../_textbox.gif);
    background-position: center left;
    background-repeat: no-repeat;
}

.textbox_container input {
	width: 234px;
    border-width: 0;
    padding: 3px 0;
}

.checkbox_on {
	width: 14px;
	height: 14px;
    background: url(../_checkbox_on.gif);
    background-position: center left;
    background-repeat: no-repeat;
}

.checkbox_off {
	width: 14px;
	height: 14px;
    background: url(../_checkbox.gif);
    background-position: center left;
    background-repeat: no-repeat;
}

.checkbox_on input, .checkbox_off input {
    display: none;	
}

.checkbox_text {
    width: 200px;   
}

#inner_boxes .button_container {
	height: 60px;
}

#inner_boxes .button_container a {
    display: block;
    margin: 0 auto;
    height: 25px;
    padding-top: 10px;
    background-position: center left;
    background-repeat: no-repeat;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    color: #fff;
}

#button_login {
	width: 89px;
	background: url(../_button_belepes.gif);
}

#button_login:hover {
	background: url(../_button_belepes_over.gif);
}

#button_registration {
    width: 89px;
    background: url(../_button_regisztracio.gif);
}

#button_registration:hover {
    background: url(../_button_regisztracio_over.gif);
}

/* vezérlőpult */

.cp_menu {
    display: block;
    float: left;
    height: 17px;
    margin: 0 3px;
    padding: 4px 0 0 0;
    background-position: top left;
    background-repeat: no-repeat;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    font-size: 11px;
    color: #fff
}

#cp_userdata {
    width: 89px;
    background-image: url(../_sajatadataim_kek.jpg);
}

#cp_userdata:hover {
	background-image: url(../_sajatadataim_sarga.jpg);
}

#cp_change_password {
    width: 117px;
    background-image: url(../_jelszo_kek.jpg);
}

#cp_change_password:hover {
    background-image: url(../_jelszo_sarga.jpg);
}

#cp_autolinkspon {
    width: 181px;
    background-image: url(../_linkszponzor_kek.jpg);
}

#cp_autolinkspon:hover {
    background-image: url(../_linkszponzor_sarga.jpg);
}

#cp_logout {
    width: 51px;
    background-image: url(../_kilepes_kek.jpg);
}

#cp_logout:hover {
    background-image: url(../_kilepes_sarga.jpg);
}

#cp_userdata_table td {
	height: 34px;
	padding: 0 10px 0 0;
}

#cp_userdata_table .textbox_container {
    padding-left: 10px;
}

#cp_userdata_form_submit, #cp_change_password_form_submit, #cp_del_reg {
	display: block;
	float: left;
	width: 88px;
	height: 25px;
	margin: 15px 0;
	background-image: url(../_button_mentes.gif);
	background-position: center center;
    background-repeat: no-repeat;
    padding-top: 10px;
    text-align: center;
    text-decoration: none;
	font-weight: bold;
	color: #fff;
}

#cp_userdata_form_submit:hover, #cp_change_password_form_submit:hover {
	background-image: url(../_button_mentes_over.gif);
}

#cp_del_reg {
	margin-left: 10px;
	width: 145px;
    background-image: url(../_button_regisztraciotorlese.gif);
    font-size: 12px;
}

#cp_del_reg:hover {
    background-image: url(../_button_regisztraciotorlese_over.gif);
}

#control_panel_change_password_form td {
    height: 34px;
    padding: 0 10px 0 0;
}

#control_panel_change_password_form .textbox_container2, #forget_password_form .textbox_container2 {
    padding: 0 10px;
    background: url(../_textbox_long.gif);
    background-position: center left;
    background-repeat: no-repeat;
}

#control_panel_change_password_form .textbox_container2 input, #forget_password_form .textbox_container2 input {
    width: 452px;
    border-width: 0;
    padding: 3px 0;
}

/* keresés */

div.search_result_title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    margin: 5px 7px 5px 7px;
}

a.search_result_title {
    color: #285EA1;
    text-decoration: none;
}

a.search_result_title:hover {
    text-decoration: underline;
}

div.search_result_list {
    margin: 5px 7px 10px 7px;
    padding: 0 10px 10px 10px;
    line-height: 22px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    border-bottom: 1px solid #fff;
}

a.search_result_list {
    color: #3c72b8;
    text-decoration: none;
}

a.search_result_list:hover {
    text-decoration: underline;
}

/* keresés - lapozó */

table.turner {
    padding: 0px;
    margin: auto;
}
a.turner_num, a.turner_num_active {
    display: block;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 2px;
    padding-bottom: 2px;
    font-weight: bold;
    text-decoration: none;
}
a.turner_num_active {
    background-color: #285EA1;
    color: #ffffff;
}
a.turner_num {
    color: #285EA1;
    background-color: #EFF5FB;
}
a.turner_num:hover {
    color: #FFFFFF;
    background-color: #285EA1;
}

/* google keresés */

#googleSearchUnitIframe iframe {
	height: 1500px;
}

/* link info */

div.linkinfo_name {
    font-weight: bold;
    font-size: 12px;
    color: #3c72b8;
    margin-bottom: 10px;
}

div.linkinfo_left {
	margin-top: 15px;
    width: 387px;
    float: left;
}

div.linkinfo_right {
	margin-top: 15px;
    width: 387px;
    float: right;
}

div.google_pagerank {
    width: 14px;
    height: 13px;
    background: url(../google_pagerank_bg.png);
    padding-left: 66px;
    padding-top: 2px;
    font-weight: bold;
    font-size: 8px;
    color: #fff;
}

/* jelentkezés szerkesztőnek */

#text_editor p {
	margin: 20px 0;
	text-align: justify;
}

#editor_title_container {
    margin-bottom: 10px;
}

#editor_form_comment {
	padding-left: 10px;
	font-size: 10px;
}

.textbox_container3 {
	padding: 8px 10px;
    background: url(../_textbox_long.gif);
    background-position: center left;
    background-repeat: no-repeat;
}

.textbox_container3 input {
    width: 452px;
    border-width: 0;
    padding: 3px 0;
}

.textarea_container {
    padding: 14px 10px;
    background: url(../_textarea.gif);
    background-position: center center;
    background-repeat: no-repeat;
}

.textarea_container textarea {
    width: 450px;
    height: 110px;
    border-width: 0;
    /*padding: 8px 10px;*/
}

#new_editor_form .button_container {
	padding: 0;
    height: 60px;
}

#button_editor {
    display: block;
    width: 88px;
    height: 25px;
    margin: 15px 0;
    background-image: url(../_button_jelentkezem.gif);
    background-position: center center;
    background-repeat: no-repeat;
    padding-top: 10px;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    color: #fff;
}

#button_editor:hover {
	background-image: url(../_button_jelentkezem_over.gif);
}

/* jelentkezés szerkesztőnek - új */
#new_editor_form td {
    padding: 10px 5px;
}

#new_editor_form input, #new_editor_form textarea, #new_editor_form select, #new_editor_form button, .new_editor_button {
	border: 1px solid #cAc8c9;
}

#new_editor_form input {
	width: 380px;
}

#new_editor_form textarea {
    width: 380px;
    margin: 5px 0;
}

#new_editor_form button, .new_editor_button {
	padding: 3px 10px;
	color: #6A6869;
}

.char_num {
	width: 380px;
	text-align: right
}

/* elfelejtett jelszó */

#button_forget_password {
    display: block;
    width: 99px;
    height: 24px;
    margin: 0 5px;
    background-image: url(../_button_jelszokerese.gif);
    background-position: top left;
    background-repeat: no-repeat;
    padding-top: 11px;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    color: #fff;
}

#button_forget_password:hover {
    background-image: url(../_button_jelszokerese_over.gif);
}

/* impresszum, felhasználási feltételek, 404 hibaoldal */

#text_imprint p, #conditions p, #page_404 p {
    text-align: justify;
}

/* link ajánló */

#link_offer_table {
	margin-top: 15px;
}

#link_offer_table td, #link_offer_form td {
    padding-right: 10px;
}

#button_link_offer {
    display: block;
    width: 99px;
    height: 24px;
    background-image: url(../_button_jelszokerese.gif);
    background-position: top left;
    background-repeat: no-repeat;
    padding-top: 11px;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    color: #fff;
}

#button_link_offer:hover {
    background-image: url(../_button_jelszokerese_over.gif);
}

/* szerkezet */

#right_pane {
    float: right;
    width: 120px;
    margin: 0;
}

#footer {
	clear: both;
    padding: 10px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #666666;
}

.footer_links {
    margin-bottom: 7px;
}

#footer a {
    color: #0066cc;
    text-decoration: none;
}

#ajax_indicator {
    position: fixed;
    top: 250px;
    margin-left: 370px;
    visibility: hidden;
    display: none;
}

/* e-mail box */

#login_box_container {
	width: 250px;
	margin: 10px auto 0 auto;
	text-align: left;
}

div.email_tab_active, div.email_tab_inactive {
    float: left;
    margin-right: 3px;
    width: 31px;
    height: 19px;
    background-image: url(../mail_box/ful_aktiv.png);
    background-position: top left;
    background-repeat: no-repeat;
    padding-top: 2px;
    text-align: center;
    cursor: pointer;
}

div.email_tab_inactive {
    background-image: url(../mail_box/ful_inaktiv.png);
}

div.login_box_header {
	clear: both;
	height: 7px;
	background-image: url(../mail_box/doboz_teteje.jpg);
    background-position: top right;
    background-repeat: no-repeat;
    background-color: #d0d7e1;
}

div.login_box_content {
	height: 130px;
	background-color: #d0d7e1;
	padding: 0 10px 5px 10px;
	color: #666;
}

div.login_box_footer {
    height: 6px;
    background-image: url(../mail_box/doboz_alja.jpg);
    background-position: top left;
    background-repeat: no-repeat;
}

div.email_provider {
	font-weight: bold;
	font-size: 12px;
	color: #3c72b8;
	margin: 5px 0;
}

td.email_form_text {
	padding-right: 8px;
}

td.small_textbox_container {
	width: 170px;
	height: 38px;
    background-image: url(../mail_box/input_box.jpg);
    background-position: center left;
    background-repeat: no-repeat;
    padding-left: 5px;
}

input.small_textbox {
	width: 160px;
	border: 0;
}

td.email_button_container {
	padding: 5px 0 0 31px;
}

a.email_login_button {
	display: block;
	float: left;
	width: 89px;
	height: 20px;
	margin-right: 7px;
	padding-top: 7px;
	background-image: url(../mail_box/gomb_belepes.jpg);
    background-position: top left;
    background-repeat: no-repeat;
    text-align: center;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
}

a.email_login_button:hover {
	background-image: url(../mail_box/gomb_belepes_over.jpg);
}

a.email_registration_button {
    display: block;
    float: left;
    width: 101px;
    height: 20px;
    padding-top: 7px;
    background-image: url(../mail_box/gomb_regisztracio.jpg);
    background-position: top left;
    background-repeat: no-repeat;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    color: #fff;
}

a.email_registration_button:hover {
    background-image: url(../mail_box/gomb_regisztracio_over.jpg);
}

#mailbox_divider {
    margin-top: 10px;
    border-bottom: 1px solid #cfddef
}

/* keresés */

#search_result {
}

.search_result_item {
	padding-bottom: 12px;
	border-bottom: 1px solid #BAB8B9;
	margin-bottom: 10px;
}

.search_result_item div {
	margin-top: 2px;
}

.search_result_item .sub_items {
	margin: 7px 0 0 20px;
}

.result_item_name {
    font-weight: bold;
    font-size: 14px;
}

.pages_of_theme {
	float: left;
	width: 300px;
	padding-right: 20px;
}

.search_result_item a {
    text-decoration: none;
    color: #285EA1;
}

.search_result_item a:hover {
    text-decoration: underline;
}

.search_result_item .default_link {
	color: #f00;
}

.search_result_item .navi_link {
    font-size: 11px;
}

.all_matching_items_right {
	padding-top: 51px;
	text-align: right;
}

.all_matching_items_left {
    clear: both;
}

#all_results_title {
	margin-bottom: 12px;
}

#search_pager {
	text-align: center;
}

#search_pager a {
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
    color: #285EA1;
    outline: none;
}

#current_page {
	background-color: #285EA1;
	font-weight: bold;
    font-size: 12px;
	color: #E2EAF5;
}

/* ajanlo - sponsored link */

#why_link {
    outline: none;
}

#why_text {
	display: none;
}

#why_text ul {
	margin: 0;
	padding: 0 0 0 25px;
}

#why_text li {
    margin-bottom: 5px;
}

#splink_prices {
	margin: 15px 0 15px 1px;
    border-collapse: collapse;	
}

#splink_prices th, #splink_prices td {
	width: 150px;
	border: 1px solid #a0a0a0;
	padding: 3px;
}