@charset "utf-8";

/**
        DEFAULT GLOBALS
*/
div#develop{
    position: absolute;
    position: fixed;
    bottom:0px;
    left: 1px;
    width: 100%;
    height: 120px;
    border-top: 1px solid #232323;
    font-size: 9px;
    overflow: auto;
    z-index: 3000000;
    background-color: #D2D2D2;
    word-wrap: break-word;

}
div#develop pre{margin: 2px 0px;}
div#paging_holder{
    margin-bottom: 20px;
    margin-top: 10px;
}

div#paging_holder a{text-decoration: none;}
.paging{
    margin:0 px;
    float: left;
    /*width : 90px;
    height: 20px;*/
}

.paging.next{text-align: right; width: 93px;}
.paging.prev{text-align: left; width: 93px; }
.paging.center{margin:0px 15px;width : 390px; text-align: center;}

.paging.next a{margin-left: 10px;}
.paging.prev a{margin-right: 10px;}
div.paging span.page{
    padding: 3px 8px;
    background-color: transparent;
    border: 1px solid #C9C9C9;
    -webkit-border-radiuS: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;

    background: #EAEAEA;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#F9F9F9), to(#EAEAEA));
    background: -webkit-linear-gradient(#F9F9F9, #EAEAEA);
    background: -moz-linear-gradient(#F9F9F9, #EAEAEA);
    background: -ms-linear-gradient(#F9F9F9, #EAEAEA);
    background: -o-linear-gradient(#F9F9F9, #EAEAEA);
    background: linear-gradient(#F9F9F9, #EAEAEA);
    -pie-background: linear-gradient(#F9F9F9, #EAEAEA);
    behavior: url(css/PIE.php);


}
div.paging span.page.current{
    border: 1px solid #015094;
    color:  #015094;
}
div.paging span.page:hover{
    color:  #015094;
    border: 1px solid #015094;
}

div.paging span.page.nav span{
    background: url("../data/static/pager_sprite.png") no-repeat transparent;
    padding: 1px 8px;
}
div.paging span.page.nav span.pageFirst{
    margin-right: 5px;
    background-position: 0 -18px;
}
div.paging span.page.nav span.pageLast{
    margin-left: 2px;
}


div.paging span.page span.pageNext,div.paging span.page span.pagePrev{
    background: url("../data/static/pager_sprite.png") no-repeat transparent;
    margin-left: 3px;
    padding: 1px 3px;
}
div.paging span.page span.pageNext{
    background-position: -31px 0px;
}
div.paging span.page span.pagePrev{
    background-position: -31px -18px;
}

/*navbar*/
.loginNavBar{
    font-family: Arial;
    font-size: 14px;
}


.navBarBg{
    /*background: #7d7e7d; /* old browsers */
    /*background: -moz-linear-gradient(top, #7d7e7d 0%, #0e0e0e 100%); /* firefox */
    /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7d7e7d), color-stop(100%,#0e0e0e)); /* webkit */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 ); /* ie */
    background: rgb(76,76,76); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(76,76,76,1) 0%, rgba(124,124,124,1) 2%, rgba(81,81,81,1) 49%, rgba(28,28,28,1) 87%, rgba(19,19,19,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(76,76,76,1)), color-stop(2%,rgba(124,124,124,1)), color-stop(49%,rgba(81,81,81,1)), color-stop(87%,rgba(28,28,28,1)), color-stop(100%,rgba(19,19,19,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(76,76,76,1) 0%,rgba(124,124,124,1) 2%,rgba(81,81,81,1) 49%,rgba(28,28,28,1) 87%,rgba(19,19,19,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(76,76,76,1) 0%,rgba(124,124,124,1) 2%,rgba(81,81,81,1) 49%,rgba(28,28,28,1) 87%,rgba(19,19,19,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(76,76,76,1) 0%,rgba(124,124,124,1) 2%,rgba(81,81,81,1) 49%,rgba(28,28,28,1) 87%,rgba(19,19,19,1) 100%); /* IE10+ */
    background: linear-gradient(top, rgba(76,76,76,1) 0%,rgba(124,124,124,1) 2%,rgba(81,81,81,1) 49%,rgba(28,28,28,1) 87%,rgba(19,19,19,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313',GradientType=0 ); /* IE6-9 */
}
.localNavBarBg{
    background: rgb(19,19,19); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(19,19,19,1) 0%, rgba(28,28,28,1) 13%, rgba(81,81,81,1) 51%, rgba(124,124,124,1) 89%, rgba(81,81,81,1) 93%, rgba(76,76,76,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(19,19,19,1)), color-stop(13%,rgba(28,28,28,1)), color-stop(51%,rgba(81,81,81,1)), color-stop(89%,rgba(124,124,124,1)), color-stop(93%,rgba(81,81,81,1)), color-stop(100%,rgba(76,76,76,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(19,19,19,1) 0%,rgba(28,28,28,1) 13%,rgba(81,81,81,1) 51%,rgba(124,124,124,1) 89%,rgba(81,81,81,1) 93%,rgba(76,76,76,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(19,19,19,1) 0%,rgba(28,28,28,1) 13%,rgba(81,81,81,1) 51%,rgba(124,124,124,1) 89%,rgba(81,81,81,1) 93%,rgba(76,76,76,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(19,19,19,1) 0%,rgba(28,28,28,1) 13%,rgba(81,81,81,1) 51%,rgba(124,124,124,1) 89%,rgba(81,81,81,1) 93%,rgba(76,76,76,1) 100%); /* IE10+ */
    background: linear-gradient(top, rgba(19,19,19,1) 0%,rgba(28,28,28,1) 13%,rgba(81,81,81,1) 51%,rgba(124,124,124,1) 89%,rgba(81,81,81,1) 93%,rgba(76,76,76,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#131313', endColorstr='#4c4c4c',GradientType=0 ); /* IE6-9 */
}

.navbarImg{
    /*	padding-top:5px;*/

}
.loginNavBar{
    display:block;
    color: #FFFFFF;
    height: 30px;
    line-height: 25px;
    width: 100%;
}
.fixedNavBar{
    position:fixed;
    top:0;
    z-index: 999;
    right:0;
}

.navBarBox a,.navBarBox a:visited{
    color:#FFFFFF;
    text-decoration:none;
    border: none;
}
.navBarBox{
    line-height:28px;
    height:30px;
    margin:0px;
    padding-left:5px;
    padding-right:5px;
    border-left: 1px solid #909090;
    border-right: 1px solid #484848;
}
.navBarBox:hover{
    background: none repeat scroll 0 0 #666666;
    cursor:pointer;
}
.navBarLeft{
    padding-top:2px;
    width:26px;
    height:26px;
    background: url("../data/static/navbaricons.png")  transparent;

}
.navBarRight{
    padding-top:2px;
    width:26px;
    height:26px;
    background: url("../data/static/navbaricons.png")  transparent;

}
.navBarNewElement{
    width:30px;
}
.navBarNewElementUl{
    list-style: none outside none;
    margin: 0;
    padding: 0;
    position: fixed;
    z-index:820;
    top:30px;
    left:0px;
    min-height:30px;

    width: 150px;
}
.navBarNewElementUl li{
    border-top: 1px solid #909090;
    border-bottom: 1px solid #484848;
    padding: 3px;
    height:30px;
    position:relative;
    display:block;
    z-index:auto;
    text-align: center;
}
.navBarNewElementUl li:hover{
    color:#cccccc;
}
.openTheBar {
    position:fixed;
    right:0px;
    top:0px;
    cursor:pointer;
    z-index: 100;
}

.backarrow a {color: #121212; text-decoration: none;}

.nemittt{
    display: none;
}

div.separator{
    clear: both;
    margin: 5px 0px;
    height: 5px;
}

/**
        buttons
*/

.button {
    border: none;
    padding: 3px;
    color: #000;
}


input[type="submit"],  input[type="button"], a.basebutton{
    font-size: 13px;
    color: #548189;
    cursor: pointer;
    padding: 8px;
    font-weight: bold;
    min-width: 40px;
    border: 1px solid #6aa1aa;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;

    background: rgb(160,203,208); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(160,203,208,1) 0%, rgba(104,160,169,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(160,203,208,1)), color-stop(100%,rgba(104,160,169,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(160,203,208,1) 0%,rgba(104,160,169,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(160,203,208,1) 0%,rgba(104,160,169,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(160,203,208,1) 0%,rgba(104,160,169,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(160,203,208,1) 0%,rgba(104,160,169,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a0cbd0', endColorstr='#68a0a9',GradientType=0 ); /* IE6-9 */

}

input[type="submit"].alterbutton,  input[type="button"].alterbutton, a.alterbutton{
    font-size: 13px;
    color: #548189;
    cursor: pointer;
    padding: 8px 12px;
    font-weight: bold;
    min-width: 40px;
    margin: 3px 10px;
    border: 1px solid #6aa1aa;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;

    background: rgb(160,203,208); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(160,203,208,1) 0%, rgba(104,160,169,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(160,203,208,1)), color-stop(100%,rgba(104,160,169,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(160,203,208,1) 0%,rgba(104,160,169,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(160,203,208,1) 0%,rgba(104,160,169,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(160,203,208,1) 0%,rgba(104,160,169,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(160,203,208,1) 0%,rgba(104,160,169,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a0cbd0', endColorstr='#68a0a9',GradientType=0 ); /* IE6-9 */

}
div.product_list .tocart input[type="submit"].basebutton {
    /*background: none!important;
    background-color:  #5A5A5A!important;*/
    font-size: 10px;
    padding: 3px 5px;
    border: 1px solid #616161;
    color: #fff;
    margin-bottom: 1px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #5A5A5A;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#7C7C7C), to(#5A5A5A));
    background: -webkit-linear-gradient(#7C7C7C, #5A5A5A);
    background: -moz-linear-gradient(#7C7C7C, #5A5A5A);
    background: -ms-linear-gradient(#7C7C7C, #5A5A5A);
    background: -o-linear-gradient(#7C7C7C, #5A5A5A);
    background: linear-gradient(#7C7C7C, #5A5A5A);
    -pie-background: linear-gradient(#7C7C7C, #5A5A5A);
    behavior: url(css/PIE.php);
}
div.product_list .basebutton{
    font-size: 11px;
    min-width: 17px;
    padding: 3px 7px;
}



select.styleSelect{
    border: 1px solid #dbdbdb;
    /*-webkit-box-shadow: inset 1px 1px 4px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 1px 1px 4px 0px rgba(0, 0, 0, 0.1);
    box-shadow: inset 1px 1px 4px 0px rgba(0, 0, 0, 0.1);*/
    padding:5px;
    font-size: 13px;
    color: #999999;
    margin-bottom: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    behavior: url(css/PIE.php);
}


form input[type="text"], form input[type="password"] {
    background-color:  #fff;
    border: 1px solid #DBDBDB;
    font-size: 14px;
    padding: 10px;
    color: #999999;
    margin-bottom: 10px;
    -webkit-border-radiuS: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    behavior: url(css/PIE.php);
}

.dmp_regform   input[type="text"], .dmp_regform form input[type="password"]{
    width: 260px;
}


select.styleSelect{
    border: 1px solid #DBDBDB;

    padding:5px;
    font-size: 13px;
    color: #999999;
    margin-bottom: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    behavior: url(css/PIE.php);
}

textarea.styleArea{
    border: 1px solid #DBDBDB;
    font-family: Arial;
    padding:5px;
    font-size: 14px;
    color: #999999;
    margin-bottom: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    behavior: url(css/PIE.php);
}

textarea.stlyedTextArea{
    height: 80px;
    width: 260px;
    font-family: Arial;
    border: 1px solid #DBDBDB;
    padding: 10px;
    font-size: 14px;
    color: #999999;
}

textarea:focus, input:focus {
    /*color: #bbbbbb;*/
}
.cart form input[type="text"],.cart form input[type="password"] {
    background-color:  #fff;
    border: 1px solid #DBDBDB;
    font-size: 14px;
    padding: 3px;
    color: #999999;
    margin-bottom: 1px;
    width: 200px;
}

div.sidebar_content form input[type="text"],div.sidebar_content form input[type="password"] {
    width: 300px;
    background-color: #fff;
    border: 5px solid #D9D9D9;
    background-color: #F9F6FA;
    color: #bbbbbb;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
div.sidebar_content form input[type="text"]:focus,div.sidebar_content form input[type="password"]:focus {
    color: #949494;
}


div#uploadComplete .deleteFileResp{
    position: absolute;
    top: 7px;
    right: 5px;
    cursor: pointer;
}



/**
        ajax search div
*/
div#header  div#search input[type="text"]{
    font-family: Arial;
    font-size: 12px;
    padding: 7px 24px 7px 10px;
    width: 212px;
    height: 16px;
    margin-bottom: 0px;
    background-color: #F9F6FA;
    color: #949494;
    border:5px solid #c7d3db;
    background: url("../data/static/icon-magnifier.png") no-repeat scroll 221px 5px #F9F6FA;
}
div#search input[type="text"].load{
    background: url("../data/static/loader.gif") no-repeat scroll 222px 7px #F9F6FA !important;
}

div#main-search-res{
    background-color: #FBFBFB;
    border: 1px solid #C4C4C4;
    position: absolute;
    left: 22px;
    bottom:39px;
    text-align: left;
    width: 242px;
    z-index: 100;
}

div#content_holder p{
    padding-bottom:10px;
}

div#main-search-res h2 {
    font-size: .9em;
    margin: 0px;
    margin-bottom: 3px;
}

div#main-search-res ul {
    margin: 0px;
    padding: 0px;
    padding-left: 0px;
    margin-bottom: 3px;
    list-style-type: none;
}

div#main-search-res ul li{
    width: 100%;
}

div#main-search-res ul li a{
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 5px;
    display: block;
    font-size: 14px;
}

div#main-search-res ul li a:hover{
    background-color: #F4F1EC;
}

div#main-search-res hr {
    border: 1px dotted #bababa;

    margin: 7px 3px;
    border-style: none none dotted;
}

div#main-search-res p.small {
    text-align: right;
    margin: 0px;
    padding: 0px;
    font-size: .7em;
}


label.main-search-module{
    width: 170px;
    text-align: right;
    display: block;
    float: left;
    padding: 3px 5px;
}

#portal_main_search > p{
    margin: 3px 0;
}

.savebut {
    /*background-color: #449811;*/
}

.defbut {
    /*background-color: #F39024;*/
}

.cancelbut {
    /*background-color: #FB6A75;*/
}



.mainbut:hover {
    border: 1px solid #333;
}

.mainbut {
    cursor: pointer;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #ccc;
    padding: 3px 10px;
    background-color: #ddd;
}

.mainbut img {
    position: relative;
    top: 2px;
    margin-right: 4px;
}

.mainbut span {
    position: relative;
    top: -2px;
}

.upic {
    float: left;
    margin-right: 7px;
}
.upic.last {
    margin-right: 0;
}

p { 
    margin:0px;
    padding: 0px;
}
hr{
    color:#CECECE;
    width:90%;
    text-align:center;
}
.red{
    color:#FF2233;
    font-weight:bold;
}
.green{
    color:#719500;
    font-weight:bold;	
}

#tooltip {
    position: absolute;
    z-index: 3000;
    border: 1px solid #e49900;
    background-color: #f8dcaa;
    padding: 5px;
    opacity: 0.85;
    width: 200px;
}
#tooltip h3, #tooltip div { margin: 0; }


.white {
    color: #fff!important;
}


input , select, textarea{
    font-size: 11px;
}

.warning {
    color: #ecac00;
    font-weight:bold;
}

div.error {
    border: 1px #bf1110 solid;
    color: #fff;
    font-weight:bold;
    padding: 7px;
    margin-bottom: 10px;
    padding-left: 30px;
    background: url(../data/static/icon_alert.png) left center no-repeat;
    background-color: #efa690;
    position: relative;
}
div.success{
    color: #719500;
    font-weight:bold;
    padding: 7px;
    margin-bottom: 10px;
    padding-left: 30px;
    background: url(../data/static/icon_ok.png) left center no-repeat;
    background-color: #BBEFA5;
    border: 1px solid #439D1C;
    position: relative;
}
div.info{
    color: #000;
    font-weight:bold;
    padding: 7px;
    margin: 10px;
    padding-left: 30px;
    background: url(../data/static/icon_info.png) left center no-repeat;
    background-color: #00AFF0;
    border: 1px solid #0080B0;
    position: relative;
}

img {
    border: 0;
}

img.img {
    margin-right: 10px;
    border: 1px solid #840C0B;
    padding: 2px;
    height: 80px;
    width: 80px;
}

.priority {
    background-color: #e49900;
    padding: 3px;
    color: #fff!important;
}



/**
        SIDEBARS 
*/

div#upper_line_inner div.sidebar{
    margin : 0px;
    padding-top: 8px;
    border: none;
}

div.sidebar{
    margin: 0;
    margin-bottom: 10px;
}
div.sidebar_header {
    border-bottom: 1px solid #173F73;
}

div.sidebar_header > h4{
    margin: 0;
    font-family: 'nimbussannovtotheaconregular', Arial;
    font-size: 28px;
    text-transform: uppercase;
    background: #D2DEE7 !important;
    color: #173F73;
    font-weight:normal;
    position: relative;
    padding: 0 10px 0 0;
    display: inline-block;
    text-shadow: 1px 1px #fff;
    position: relative;
    top: 9px;
}

body.volantourist div.sidebar_header > h4 {
    background: #EEE4CB !important;
}

.sidebar_content {
    padding: 0;
    padding-top: 0;
    border-top: 1px solid #fff;
    margin: 0 0 20px;
}

div.sidebar_free {
    margin: 0px 0px 0px 0px;
    /*background-position: left bottom;
    background-repeat: no-repeat;*/
}
div.sidebar_free div{
    padding-left: 10px;
}
div.sidebar_free ul{
    padding-top: 10px;
    font-size: 11px;
    padding-left: 25px;
    margin: 0px;
    position: relative;
    padding-bottom: 15px;
}




.sidebar_header {
    text-align: left;
    font-size: 20px;
    font-weight: bold;
    color: #48494b;
    font-family:  	"Trebuchet MS", Helvetica, sans-serif;
    padding-bottom:0;
}
.sidebar_content_noround {
    padding: 10px;
}
.sidebar_content_nopad {
    border-left: solid #91A2C4 1px;
    border-right: solid #91A2C4 1px;
}
.sidebar_content {
    padding-top: 10px;
}
.sidebar_content .box{
    text-align: center;
}
.jobb {
    border: solid #264C8B 1px;
}
.bal {
    border: solid #264C8B 1px;
}
.neutral {
    background: #264C8B;
}
.fejlec {
    width: 964px;
    height: 75px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    text-align: right;
    background: transparent!important;
}
.sidebar_content p.question {
    margin-bottom: 15px;
    margin-top: 10px;
    text-align: center;
    font-weight: bold;
    font-size: 13px;
    color: #777777;
}

p.question {
    margin-bottom: 15px;
    margin-top: 10px;
    text-align: center;
    font-weight: bold;
    font-size: 13px;
    color: #777777;
}

.sidebar_content p.center {
    margin-bottom: 15px;
    margin-top: 10px;
    text-align: center;
}

.sidebar_content p.right {
    margin-top: 10px;
    text-align: right;
}

.sidebar_content p input[type="button"], .sidebar_content p input[type="submit"]{
    /*border: none;*/
    /*color: #fff;*/
    font-weight: bold;
}

.sidebar_content p input[type="text"], .sidebar_content p input[type="password"] {
    width: 145px;
}

.sidebar_button {
    border: 1px solid #aaa;
    cursor: pointer;
}

.sidebar_noheader {

}

.center {
    text-align: center;
}

.small {
    font-size: 10px;
}

.black {
    color: #000;
}

p.floatleft {
    float:left;
    width: 46%;
    margin: 0px;
}

p.floatright {
    float:left;
    width: 50%;
    margin: 0px;
    text-align: right;
}


.sidebar p.floatleft {
    float:left;
    width: 46%;
    margin: 0px;
}

.sidebar p.floatright {
    float:right;
    width: 46%;
    margin: 0px;
}


/**
        ARTICLE LIST
*/
div.article_preliminary {
    width: 100%;
    overflow: hidden;
    /*float: left;*/
    font-size: 13px;
    margin-bottom: 30px;
}
div.article_preliminary_pic {
    position: relative;
    z-index: 9;
}

div.article_preliminary h2,div.article_preliminary h2 a {
    margin-bottom: 10px;
    margin-top: 0px;
    padding-top: 0px;
    font-size: 16px;
    font-weight: normal;
    color: #323336;
    font-family:  'nimbussannovtotheaconregular',	Arial;
    text-transform: none;
    border: none;
}

div.article_preliminary p.title a{
    font-size: 13px;
    color: #000;
    font-family: Arial;
    font-weight: bold;
    text-transform: none;
    font-size: 18px;
    line-height: 1em ;
    border: none;
}

div.article_preliminary .pre_footer p.details .sup_plus{
    position: relative;

}
div.article_preliminary .pre_footer p.details{
    float: right;
    font-weight: bold;
}
div.article_preliminary .pre_footer p{
    float: left;
}

div.article_preliminary h1 a {
    font-size: 13px;
    color: #323336;
    height: 20px;
}
a.title {
    color: #000;
    font-size: 14px;
    font-family:  	Arial;
    font-weight: bold;
}

a.title:hover {
    color: #000;
    /*font-size: 13px;*/
}

div.article_preliminary h1 a.title:hover {
    color: #323336;
}

div.article_preliminary img.title {
    border: 2px solid #777b82;
    /*float: left;*/
    display: block;
    margin-bottom: 10px;
}

div.article_preliminary img.newsgroup_fix {
    border: 1px solid #eee;
    float: left;
    display: block;
    margin-bottom: 10px;
    margin-right: 10px;
}
div.article_preliminary a.more,div.article_preliminary a.more:link,div.article_preliminary a.more:visited,div.article_preliminary a.more:hove{ 
    color: #fff;
    font-weight: bold;
}
div.article_preliminary a.simple_text {
    color: #000;	
}
div.article_preliminary a.simple_text:hover {
    text-decoration: none;
}
div.article_preliminary p.details {
    color: #fff;
    text-align: left;
    margin-top: 15px;
}
div.article_preliminary p.details span.ag_name{
    color: #000;
    background-color: transparent;
}
div.article_preliminary p.details span{
    padding: 5px 10px;
    background-color: #323336;
    font-weight: bold;


    color: #548189;
    border: 1px solid #6aa1aa;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;

    background: rgb(160,203,208); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(160,203,208,1) 0%, rgba(104,160,169,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(160,203,208,1)), color-stop(100%,rgba(104,160,169,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(160,203,208,1) 0%,rgba(104,160,169,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(160,203,208,1) 0%,rgba(104,160,169,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(160,203,208,1) 0%,rgba(104,160,169,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(160,203,208,1) 0%,rgba(104,160,169,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a0cbd0', endColorstr='#68a0a9',GradientType=0 ); /* IE6-9 */

}


.article_footer{
    padding: 7px;
    background-color: transparent;
    margin-top: 10px;
}
.article_footer .backarrow a{
    color: #1F7BA2;
}
.article_footer .backarrow {
    padding: 4px;
}
.article_footer .social_share a{
    margin-right: 5px;
}
.article_footer .social_share img{
    position: relative;
    top: 2px;
}




/**
        embed article gallery
*/
div.article_gallery {
    margin: 10px 0px 10px 0px;
    background-color: transparent;
}

h1 .gallery_eye{
    position: relative;
    top: -4px;
    left: -1px;
}

div.article_gallery div.gallery p.img  {
    float: left;
    margin-right: 5px;
    margin-left: 5px;
    margin-bottom: 10px;
    border: 1px solid #cccccc;
    padding: 5px;
    padding-bottom: 0;
    height: 130px;
    width: 170px;
    overflow: hidden;
}
div.article_gallery div.gallery p.img span.gg_title{
    color: #fff;
}

div.article_gallery div.gallery p {
    /*margin-right: 10px;*/
}

div.article_gallery div.gallery p.img a:active,div.article_gallery div.gallery p.img a:hover {border: none;}
div.article_gallery div.gallery p.img a {
    border: none;
}

.preliminarydate .smalldate{
    font-size: 13px;
    color: #00a0e1;
    font-weight: bold;
}
.preliminarydate{
    text-align: left;
    margin-bottom: 15px;
}



/**
        FORUM
*/
.forum_footer {
    padding: 3px;
    background-color: #F0ECE3;
    margin-bottom: 15px;
}
.forum_header {
    padding: 5px;
    background-color: #e49900;
    border: 1px solid #e49900;
}
.forum_header p.floatleft {
    width: 68%;
    float:left;
}
.forum_header p.floatright {
    width: 30%;
    float:right;
}
.forum_body {
    padding: 10px;
    background-color: #f8dcaa;
    border-bottom: 1px dotted #e49900;
    border-left: 1px dotted #e49900;
    border-right: 1px dotted #e49900;
}
.redtext{
    color: #cc0000;
}
.bluetext{
    color: #0033cc;
}
.forum_reply_text{
    font-size: 10px;
}


/**
        DOCStore Related styles
*/

div.docstore a,div.docstore a:link,div.docstore a:visited{ border: none;}

.docstore_group {
    height: 40px;
    font-size: 14px;
}
.docstore_group td {
    padding-left: 10px;
    border-bottom: 1px solid #aaa;
}
.docstore_subgroup {
    height: 30px;
    font-size: 13px;
}
.docstore_subgroup td {
    padding-left: 30px;
    border-bottom: 1px solid #ddd;
}
.docstore_document {
    height: 30px;
    border-top: 1px solid #efefef;
}
.docstore_document td{
    padding-left: 40px;
    border-bottom: 1px solid #ddd;
}

.docstore_navigation td {
    border-bottom: 1px solid #aaa;
}
#document_details {
    margin-top: 20px;
}
#document_details div.doc_desc{
    float:left;
    width:60%;
}
#document_details div.doc_type{
    float:right;
    width:217px;
}
#document_details div.doc_type div.doc_info{
    width: 217px;
    border: 1px solid #ccc;
    padding: 5px;
}
#document_details div.doc_type div.doc_info h2 {
    text-align: center;
    padding: 0px;
    margin: 0px;
    height: 20px;
}

p.download{
    margin-bottom: 20px;
}
a.download {
    color: #407400!important;
    font-size: 15px;
    font-weight: bold!important;
}	
a.download span{
    position:relative;
    top: -10px;
}



/**
        REGFORM
*/
div.dmp_regform {
    width: 95%;
    margin: 0 auto;
    padding-top: 0px;
}
div.dmp_regform  h2{
    margin-left: 40px;
    font-size: 18px;
    font-weight: normal;
}
div.dmp_regform div.form_header {
    font-size: 10px;
    padding: 10px;
}
div.dmp_regform div.form_header p{
    padding-top: 3px;
}
div.dmp_regform div.form_element {
    padding: 5px 10px 5px 10px;
    clear: both;
}
div.dmp_regform div.form_element label {
    display: block;
    float: left;
    font-size: 14px;
    margin-right: 10px;
    padding-top: 13px;
    text-align: right;
    width: 145px;
}

.dmp_regform.min .label{
    padding-top: 0;
}
.dmp_regform.min input[type="text"]{
    padding: 3px;
    font-size:13px;
    margin-right: 10px;
}.dmp_regform.min  select.styledSelect{
    padding: 3px;
    font-size:13px;
    margin-right: 10px;
}
.dmp_regform.min input.datepicker{
    width: 70px;
}



/*
div.dmp_regform div.form_element input[type="text"]{
        width: 240px;
}

div.dmp_regform div.form_element p input[type="submit"], div.form_element p input[type="button"], .basebutton{
        border: 1px solid #000;
        height: 20px;
        color: #fff;
        font-weight: bold;
}
*/
div.dmp_regform div.form_element ul {
    list-style-type: none;
    padding-left: 0;
    margin-left:0;
}

div.dmp_regform div.form_element p {
    margin-left: 195px;
}

/**
        Styles for TinyMCE
*/
.highlight {
    border: 1px solid #e49900;
    display: block;
    width: 97%;
    background-color: #f8dcaa;
    font-weight: bold;
    padding: 5px;
    color: #000;
}

/**
    Beállítások submenu
*/
div.options-navbar {margin: 15px 0;}
div.options-navbar ul { margin: 0; padding: 0; }
div.options-navbar ul li { display: block; margin-right: 5px; float:left; }
div.options-navbar ul li a { background: #ccc; display: block; line-height: 30px; min-width: 100px; text-align: center;  padding: 0 10px;}


/**
        videotár
*/
div#videostore{
    /*margin: 10px;*/
}
.playlist{
    /*border-bottom: 1px dotted #e49900;*/
    margin-top: 10px;
    padding-bottom: 3px;
}
ul.videolist  {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    text-align: left;
    width: 98%;
}
ul.videolist  li a{
    display: block;
    width: 98%;
    overflow: hidden;
    border: 1px solid #ccc;
    margin-right: 10px;
    margin-top: 10px;
    padding: 5px;
    background: #fff;
}
ul.videolist  li img{
    float:left;
    margin-right: 10px;
}
ul.videolist  li p {
    /*position: relative;
    left: 35px;
    top: -15px;
    height: 30px;
    margin: 0px;*/
}
ul.videolist  li p.videofile {
    padding: 0px;
    margin: 0px;
    /*border-top: 1px solid #ccc;*/
    text-align: right;
    font-size: 9px;
}
ul.videolist li a:hover {
    background: #eee;
    border: 1px solid #888;
    text-decoration: none;
    width: 98%;
}
ul.videolist li a.selected {
    width: 98%;
    background: #eee;
    border: 1px solid #888;
    text-decoration: none;
}




/**
        password strong meter
*/

#password-strength{
    margin-left: 210px;
}




/**
        DMP - Message board styles
*/
div#message-board p, div#message-controls p {
    margin: 0;
    padding: 0;
}
div#message-board div.mheader {
    border: 1px dotted #aaa;
    padding: 3px;
    margin-bottom: 0px;
    background-color: #DBEEF7;
}
div#message-controls {
    border-top: 1px solid #ccc;
    padding-top: 5px;
    margin-top: 5px;
}
div#message-board div.mheader p.msender {
    font-weight: bold;
    width: 65%;
    float:left;
    padding: 0;
    margin: 0;
}
div#message-board div.mheader p.mdate {
    color: #888;
    font-size: 10px;
    width: 90%;
    float:left;
    padding: 0;
    margin: 0;
    text-align: left;
}
.mcheck {
    color: #888;
    font-size: 10px;
    vertical-align: right;
    text-align: right;
    width: 32%;
    float:right;
    padding: 0;
    margin: 0;
}
div#message-list{
    border:1px solid #AAAAAA;
    padding: 10px;
}
div#message-list div.mheader {
    border: 1px dotted #aaa;
    padding: 3px;
    margin-bottom: 0px;
    width:100%;
    background-color: #DBEEF7;
}
div#message-list div.mheader p.mdate {
    color: #888;
    font-size: 10px;
    float:right;
    padding: 0;
    margin: 0;
}
div#message-list div.mheader p.msender {
    float:left;
    padding-left: 5px;
    margin: 0;
}
.outMsg {
    background-color: #DBEEF7!important;
}
.inMsg {
    background-color: #B8E6C2!important;
}
.message_body {
    border: 1px dotted #AAAAAA;
    border-top: 0px dotted #AAAAAA;
    padding: 5px;
    padding-top: 0px;
    width:90%;
    margin-left:auto;
    margin-right:auto;
    word-wrap: break-word;
    margin-bottom: 5px;
}



/**
        GALLERY GROUP LISTER
*/

div#gallerygroup{

}
div#gallerygroup a:link {text-decoration: none; color: #000; text-transform: inherit;  font-weight: bold; font-size: 13px;}
div#gallerygroup a:visited {text-decoration: none; color: #000; text-transform: inherit; font-weight: bold; font-size: 13px;}
div#gallerygroup a:active {text-decoration: none; color: #000; text-transform: inherit; font-weight: bold; font-size: 13px; }
div#gallerygroup a:hover {text-decoration: none; color: #000; text-transform: inherit; font-weight: bold; font-size: 13px;}

div.gg_holder{
    float: left;
    margin-bottom: 5px;
    margin-right: 5px;
    /*margin-left: 5px;*/
    overflow: hidden;
}
div.gg_holder img {
    border: none;
}
span.gg_bg{
    height: 20px;
    position: relative;
    display:block;
    top: -23px;
    background-color: #00A0E1;
    opacity: 0.6;
    filter: alpha(opacity = 60);
}
span.gg_title{
    position: relative;
    display:block;
    top: -46px;
    padding: 5px 5px 5px 10px;
}
div.gg_holder_spacer{
    width: 30px;
    height: 100px;
    float: left;
}


/*
        VALIDATION
*/


form  .form_element  input[type="text"], form  .form_element input[type="password"] { 
    float: left;
}

div.form_element.area label.error{
    margin-left: 205px;
}

div.dmp_regform div.form_element label.error{
    color:red ;
    font-style:italic ;
    overflow: hidden ;
    float: left ;
    text-align: left ;
    padding-left: 25px;
    background: url(../data/static/reg_valid_fail.png) left top no-repeat;
    margin-left: 5px;
    padding-top: 2px;
    width: 150px ;
    margin-top: 10px;
}
div.dmp_regform div.form_element label.checked{
    overflow: hidden !important;
    text-align: left !important;
    padding-left: 25px;
    width: 5px !important;
    background: url(../data/static/reg_valid_ok.png) left center no-repeat;
    height: 14px !important;
    margin-left:5px !important;
    margin-top: 10px;
}
input .error{
    color:inherit !important;
}
div.sbar_ikon{
    width: 220px;
    height: 55px;
    padding-left: 80px !important;
    padding-top: 20px;
    font-size: 24px;
    text-shadow: 1px 1px 1px #000;
    color: #dddddd;
    text-transform: uppercase;
}

.loginwindow p{
    /*font-size: 20px;*/
    margin-top: 20px;
    /*font-size: 26px;*/
}
.loginwindow{
    margin: 0;
    color: #525155;
}
.loginwindow input{
    margin-top: 1px; 
    /*display: block;*/
}
.loginwindow .form_element label{ width: 130px; text-align: right; margin-right: 20px; display: block; float: left; padding-top: 20px;}

.loginwindow.contact  select{
    width: 193px;
    padding: 4px;
    font-size: 14px; 
    background: url("../data/static/login_button_bg.png") no-repeat scroll center center transparent;
    border: 0;
    color: #636363;
}
.loginwindow.contact  select option{
    padding: 2px;
    color: #636363;
    background:#FEFECB;
    border-top: 1px solid #A99033;
}
.loginwindow.contact  input[type="text"], .loginwindow.contact  textarea{
    float: left;
}

.loginwindow #passfield{
    display: none;
}

/*order*/
.order p{
    margin-top: 20px;
}
.order {
    margin: 0;
    color: #525155;
}
.order  input{
    margin-top: 10px; 
    /*display: block;*/
}
.order  label{ width: 130px; text-align: right; margin-right: 20px; display: block; float: left; padding-top: 20px;}
.order .contact  select{
    width: 193px;
    padding: 4px;
    font-size: 14px; 
    background: url("../data/static/login_button_bg.png") no-repeat scroll center center transparent;
    border: 0;
    color: #636363;
}
.order .contact  select option{
    padding: 2px;
    color: #636363;
    background:#FEFECB;
    border-top: 1px solid #A99033;
}
.order .contact  input[type="text"], .order .contact  textarea{
    float: left;
}

.order  #passfield{
    display: none;
}



div.sbar_ikon a{
    color: #fff;
}
div.sbar_ikon a p{
    margin-right: 15px;
}

p.cont_button {
    text-align: center;
}

p.cont_button  a{
    display: block;
    padding: 6px 20px 6px 20px;
    background-color: #1175CE;
    /*border-radius: 4px;*/
    color:#fff!important;
    text-decoration: none;
    border: 3px solid #fff;
}

p.cont_button  a:hover{
    /*text-decoration: underline;*/
    border: 3px solid #092B47;
}



/*
        Referencia oldalak
*/
table.references img {
    border: 10px solid #E9E9E9;
}

table.references img:hover {
    border: 10px solid #D7D7D7;
}

table.references hr , table.cust_dev hr {
    border: none;
    border-top: 1px dotted #ccc;
    padding-bottom: 25px;
    margin-top: 15px;
}

table.references p a {
    color: #082642;
    text-decoration: none;
}

table.references p a.ref_url {
    padding: 5px 30px 5px 30px;
    background-color: #fff;
    color: #072847;
    text-align: center;
    text-decoration: none;
    border: 8px solid #F3F1F2;
    position: relative;
    top: 30px;
}

.star-rating li.current-rating {
    background: url("../data/static/rt_stars_rating.png") repeat-x scroll left center transparent;
    display: block;
    height: 25px;
    position: absolute;
    text-indent: -9000px;
    z-index: 1;
}
a:active {
    outline: medium none;
}

div#downloadBox img,div#downloadBox h2{ float: left;}
div#downloadBox{
    width: 280px;
    margin: 0px;
}
div#downloadBox img#download_from_store{
    margin-top: 15px;
    float: right;
}
div#downloadBox img#ribbond{
    position: relative;
    top: -3px;
    left: -3px;
}

div#downloadBox h2{
    width: 180px;
    color: #b2b2b2;
    font-size: 16px;
    margin-bottom: 5px;
    float: right;
}



font.nameday{color: #93A775;}

h1, .title{
    margin: 0px; 
    margin-bottom: 20px; 
    color: #173f73;
    padding: 5px 30px 0 0;
    position:relative;
    font-size: 16px;
    font-family: 'nimbussannovtotheaconregular', Arial;	
    text-transform: uppercase;
    font-size:24px;
    font-weight:normal;
    /*border-bottom: 1px solid #000;*/
}
h1 span, .title span{
    display: inline;
    position: relative;
    /*background-color: #D2DEE7;*/
    bottom: -5px;
    font-family: 'nimbussannovtotheaconregular', Arial;	
    padding-right: 5px;
    font-size:24px;
    color:#173f73;
    font-weight:normal;
}


p#printSafeButton { position: absolute; top:6px; right: 0px; }
p.printSafe { text-align: right;}
p.printSafe a{
    font-size: 10px;
}


div.my_rating{
    width: 162px;
    height: 45px;
    background: url('../data/static/rt_rating_bg.png') no-repeat transparent;
    float: right;
}


div#map_search{
    width: 437px;
    margin-left: 0px;
    padding: 14px;
}
div#map_search h3{margin-top: 0px;}
div#map_search form input[type="text"] {width: 70%; color: #121212;}
div#map_search form input[type="submit"] {margin-top: 20px; padding: 10px 30px; font-size: 15px;}
div#map_search img.mapplacer{
    position:relative;
    top: 10px;
    margin-right: 20px;
}




/**
        login
*/
.login_function a{
    font-size: 12px;
    color: #68A0A9;
    margin-bottom: 2px;
}
.login_function{
    font-size: 12px;
    color: #68A0A9;
}





/*
        search
*/

form#portal_main_search input[type="text"]{
    padding: 3px;
    margin: 0px;
    width: 200px;
    font-size: 12px;
    -webkit-border-radiuS: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
form#portal_main_search select{
    padding: 2px;
    font-size: 12px;
    border: 1px solid #DBDBDB;
}

form#portal_main_search input[type="submit"]{
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
}


ul.search-result{
    list-style:	none;
}
ul.search-result.mainlist li {
    /*font-size: 14px;*/
    margin-bottom: 10px;
}
ul.search-result.mainlist li h3{
    margin: 0px;
    position: relative;
    left:-10px;
}

/*
        navpath
*/


div.navpath{
    padding: 5px 0px;
}	
div.navpath a{
    color: #DD8240;
    font-size: 13px;
    font-weight: bold;
}

/*uploadify*/	
.uploadifyQueueItem {
    background-color: #F5F5F5;
    border: 2px solid #E5E5E5;
    font: 11px Verdana, Geneva, sans-serif;
    margin-top: 5px;
    padding: 10px;
    width: 350px;
}
.uploadifyError {
    background-color: #FDE5DD !important;
    border: 2px solid #FBCBBC !important;
}
.uploadifyQueueItem .cancel {
    float: right;
}
.uploadifyQueue .completed {
    background-color: #E5E5E5;
}
.uploadifyProgress {
    background-color: #E5E5E5;
    margin-top: 10px;
    width: 100%;
}
.uploadifyProgressBar {
    background-color: #0099FF;
    height: 3px;
    width: 1px;
}

div#uploadComplete p.fileupload{
    padding: 5px 10px 5px 30px;
    color: #fff;
    font-weight: bold;
    margin: 5px 0px;
} 
div#uploadComplete p.fileupload.success{
    border: 1px solid #66B237;
    background: url('../data/static/icon_ok.png') center left no-repeat;
    background-color: #91D81C;
}
div#uploadComplete p.fileupload.failed{
    border: 1px solid #B8000C;
    background: url('../data/static/icon_alert.png') center left no-repeat;
    background-color: #E10011;
}












/*prettyphoto*/
div.pp_default .pp_top,div.pp_default .pp_top .pp_middle,div.pp_default .pp_top .pp_left,div.pp_default .pp_top .pp_right,div.pp_default .pp_bottom,div.pp_default .pp_bottom .pp_left,div.pp_default .pp_bottom .pp_middle,div.pp_default .pp_bottom .pp_right{height:13px}
div.pp_default .pp_top .pp_left{background:url(images/prettyPhoto/default/sprite.png) -78px -93px no-repeat}
div.pp_default .pp_top .pp_middle{background:url(images/prettyPhoto/default/sprite_x.png) top left repeat-x}
div.pp_default .pp_top .pp_right{background:url(images/prettyPhoto/default/sprite.png) -112px -93px no-repeat}
div.pp_default .pp_content .ppt{color:#f8f8f8}
div.pp_default .pp_content_container .pp_left{background:url(images/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y;padding-left:13px}
div.pp_default .pp_content_container .pp_right{background:url(images/prettyPhoto/default/sprite_y.png) top right repeat-y;padding-right:13px}
div.pp_default .pp_next:hover{background:url(images/prettyPhoto/default/sprite_next.png) center right no-repeat;cursor:pointer}
div.pp_default .pp_previous:hover{background:url(images/prettyPhoto/default/sprite_prev.png) center left no-repeat;cursor:pointer}
div.pp_default .pp_expand{background:url(images/prettyPhoto/default/sprite.png) 0 -29px no-repeat;cursor:pointer;height:28px;width:28px}
div.pp_default .pp_expand:hover{background:url(images/prettyPhoto/default/sprite.png) 0 -56px no-repeat;cursor:pointer}
div.pp_default .pp_contract{background:url(images/prettyPhoto/default/sprite.png) 0 -84px no-repeat;cursor:pointer;height:28px;width:28px}
div.pp_default .pp_contract:hover{background:url(images/prettyPhoto/default/sprite.png) 0 -113px no-repeat;cursor:pointer}
div.pp_default .pp_close{background:url(images/prettyPhoto/default/sprite.png) 2px 1px no-repeat;cursor:pointer;height:30px;width:30px}
div.pp_default .pp_gallery ul li a{background:url(images/prettyPhoto/default/default_thumb.png) center center #f8f8f8;border:1px solid #aaa}
div.pp_default .pp_social{margin-top:7px}
div.pp_default .pp_gallery a.pp_arrow_previous,div.pp_default .pp_gallery a.pp_arrow_next{left:auto;position:static}
div.pp_default .pp_nav .pp_play,div.pp_default .pp_nav .pp_pause{background:url(images/prettyPhoto/default/sprite.png) -51px 1px no-repeat;height:30px;width:30px}
div.pp_default .pp_nav .pp_pause{background-position:-51px -29px}
div.pp_default a.pp_arrow_previous,div.pp_default a.pp_arrow_next{background:url(images/prettyPhoto/default/sprite.png) -31px -3px no-repeat;height:20px;margin:4px 0 0;width:20px}
div.pp_default a.pp_arrow_next{background-position:-82px -3px;left:52px}
div.pp_default .pp_content_container .pp_details{margin-top:5px}
div.pp_default .pp_nav{clear:none;height:30px;position:relative;width:110px}
div.pp_default .pp_nav .currentTextHolder{color:#999;font-family:Georgia;font-size:11px;font-style:italic;left:75px;line-height:25px;margin:0;padding:0 0 0 10px;position:absolute;top:2px}
div.pp_default .pp_close:hover,div.pp_default .pp_nav .pp_play:hover,div.pp_default .pp_nav .pp_pause:hover,div.pp_default .pp_arrow_next:hover,div.pp_default .pp_arrow_previous:hover{opacity:0.7}
div.pp_default .pp_description{font-size:11px;font-weight:700;line-height:14px;margin:5px 50px 5px 0}
div.pp_default .pp_bottom .pp_left{background:url(images/prettyPhoto/default/sprite.png) -78px -127px no-repeat}
div.pp_default .pp_bottom .pp_middle{background:url(images/prettyPhoto/default/sprite_x.png) bottom left repeat-x}
div.pp_default .pp_bottom .pp_right{background:url(images/prettyPhoto/default/sprite.png) -112px -127px no-repeat}
div.pp_default .pp_loaderIcon{background:url(images/prettyPhoto/default/loader.gif) center center no-repeat}
div.light_rounded .pp_top .pp_left{background:url(images/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat}
div.light_rounded .pp_top .pp_right{background:url(images/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat}
div.light_rounded .pp_next:hover{background:url(images/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;cursor:pointer}
div.light_rounded .pp_previous:hover{background:url(images/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}
div.light_rounded .pp_expand{background:url(images/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.light_rounded .pp_expand:hover{background:url(images/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.light_rounded .pp_contract{background:url(images/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.light_rounded .pp_contract:hover{background:url(images/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.light_rounded .pp_close{background:url(images/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer;height:22px;width:75px}
div.light_rounded .pp_nav .pp_play{background:url(images/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.light_rounded .pp_nav .pp_pause{background:url(images/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.light_rounded .pp_arrow_previous{background:url(images/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat}
div.light_rounded .pp_arrow_next{background:url(images/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat}
div.light_rounded .pp_bottom .pp_left{background:url(images/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat}
div.light_rounded .pp_bottom .pp_right{background:url(images/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat}
div.dark_rounded .pp_top .pp_left{background:url(images/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat}
div.dark_rounded .pp_top .pp_right{background:url(images/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat}
div.dark_rounded .pp_content_container .pp_left{background:url(images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y}
div.dark_rounded .pp_content_container .pp_right{background:url(images/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y}
div.dark_rounded .pp_next:hover{background:url(images/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;cursor:pointer}
div.dark_rounded .pp_previous:hover{background:url(images/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}
div.dark_rounded .pp_expand{background:url(images/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.dark_rounded .pp_expand:hover{background:url(images/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.dark_rounded .pp_contract{background:url(images/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.dark_rounded .pp_contract:hover{background:url(images/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.dark_rounded .pp_close{background:url(images/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer;height:22px;width:75px}
div.dark_rounded .pp_description{color:#fff;margin-right:85px}
div.dark_rounded .pp_nav .pp_play{background:url(images/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.dark_rounded .pp_nav .pp_pause{background:url(images/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.dark_rounded .pp_arrow_previous{background:url(images/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat}
div.dark_rounded .pp_arrow_next{background:url(images/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat}
div.dark_rounded .pp_bottom .pp_left{background:url(images/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat}
div.dark_rounded .pp_bottom .pp_right{background:url(images/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat}
div.dark_rounded .pp_loaderIcon{background:url(images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat}
div.dark_square .pp_left,div.dark_square .pp_middle,div.dark_square .pp_right,div.dark_square .pp_content{background:#000}
div.dark_square .pp_description{color:#fff;margin:0 85px 0 0}
div.dark_square .pp_loaderIcon{background:url(images/prettyPhoto/dark_square/loader.gif) center center no-repeat}
div.dark_square .pp_expand{background:url(images/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.dark_square .pp_expand:hover{background:url(images/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.dark_square .pp_contract{background:url(images/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.dark_square .pp_contract:hover{background:url(images/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.dark_square .pp_close{background:url(images/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;cursor:pointer;height:22px;width:75px}
div.dark_square .pp_nav{clear:none}
div.dark_square .pp_nav .pp_play{background:url(images/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.dark_square .pp_nav .pp_pause{background:url(images/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.dark_square .pp_arrow_previous{background:url(images/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat}
div.dark_square .pp_arrow_next{background:url(images/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat}
div.dark_square .pp_next:hover{background:url(images/prettyPhoto/dark_square/btnNext.png) center right no-repeat;cursor:pointer}
div.dark_square .pp_previous:hover{background:url(images/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;cursor:pointer}
div.light_square .pp_expand{background:url(images/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.light_square .pp_expand:hover{background:url(images/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.light_square .pp_contract{background:url(images/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.light_square .pp_contract:hover{background:url(images/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.light_square .pp_close{background:url(images/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;cursor:pointer;height:22px;width:75px}
div.light_square .pp_nav .pp_play{background:url(images/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.light_square .pp_nav .pp_pause{background:url(images/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.light_square .pp_arrow_previous{background:url(images/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat}
div.light_square .pp_arrow_next{background:url(images/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat}
div.light_square .pp_next:hover{background:url(images/prettyPhoto/light_square/btnNext.png) center right no-repeat;cursor:pointer}
div.light_square .pp_previous:hover{background:url(images/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;cursor:pointer}
div.facebook .pp_top .pp_left{background:url(images/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat}
div.facebook .pp_top .pp_middle{background:url(images/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x}
div.facebook .pp_top .pp_right{background:url(images/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat}
div.facebook .pp_content_container .pp_left{background:url(images/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y}
div.facebook .pp_content_container .pp_right{background:url(images/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y}
div.facebook .pp_expand{background:url(images/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.facebook .pp_expand:hover{background:url(images/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.facebook .pp_contract{background:url(images/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.facebook .pp_contract:hover{background:url(images/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.facebook .pp_close{background:url(images/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;cursor:pointer;height:22px;width:22px}
div.facebook .pp_description{margin:0 37px 0 0}
div.facebook .pp_loaderIcon{background:url(images/prettyPhoto/facebook/loader.gif) center center no-repeat}
div.facebook .pp_arrow_previous{background:url(images/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;height:22px;margin-top:0;width:22px}
div.facebook .pp_arrow_previous.disabled{background-position:0 -96px;cursor:default}
div.facebook .pp_arrow_next{background:url(images/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;height:22px;margin-top:0;width:22px}
div.facebook .pp_arrow_next.disabled{background-position:-32px -96px;cursor:default}
div.facebook .pp_nav{margin-top:0}
div.facebook .pp_nav p{font-size:15px;padding:0 3px 0 4px}
div.facebook .pp_nav .pp_play{background:url(images/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;height:22px;width:22px}
div.facebook .pp_nav .pp_pause{background:url(images/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;height:22px;width:22px}
div.facebook .pp_next:hover{background:url(images/prettyPhoto/facebook/btnNext.png) center right no-repeat;cursor:pointer}
div.facebook .pp_previous:hover{background:url(images/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;cursor:pointer}
div.facebook .pp_bottom .pp_left{background:url(images/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat}
div.facebook .pp_bottom .pp_middle{background:url(images/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x}
div.facebook .pp_bottom .pp_right{background:url(images/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat}
div.pp_pic_holder a:focus{outline:none}
div.pp_overlay{background:#000;display:none;left:0;position:absolute;top:0;width:100%;z-index:9500}
div.pp_pic_holder{display:none;position:absolute;width:100px;z-index:10000}
.pp_content{height:40px;min-width:40px}
* html .pp_content{width:40px}
.pp_content_container{position:relative;text-align:left;width:100%}
.pp_content_container .pp_left{padding-left:20px}
.pp_content_container .pp_right{padding-right:20px}
.pp_content_container .pp_details{float:left;margin:10px 0 2px}
.pp_description{display:none;margin:0}
.pp_social{float:left;margin:0}
.pp_social .facebook{float:left;margin-left:5px;overflow:hidden;width:55px}
.pp_social .twitter{float:left}
.pp_nav{clear:right;float:left;margin:3px 10px 0 0}
.pp_nav p{float:left;margin:2px 4px;white-space:nowrap}
.pp_nav .pp_play,.pp_nav .pp_pause{float:left;margin-right:4px;text-indent:-10000px}
a.pp_arrow_previous,a.pp_arrow_next{display:block;float:left;height:15px;margin-top:3px;overflow:hidden;text-indent:-10000px;width:14px}
.pp_hoverContainer{position:absolute;top:0;width:100%;z-index:2000}
.pp_gallery{display:none;left:50%;margin-top:-50px;position:absolute;z-index:10000}
.pp_gallery div{float:left;overflow:hidden;position:relative}
.pp_gallery ul{float:left;height:35px;margin:0 0 0 5px;padding:0;position:relative;white-space:nowrap}
.pp_gallery ul a{border:1px rgba(0,0,0,0.5) solid;display:block;float:left;height:33px;overflow:hidden}
.pp_gallery ul a img{border:0}
.pp_gallery li{display:block;float:left;margin:0 5px 0 0;padding:0}
.pp_gallery li.default a{background:url(images/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;display:block;height:33px;width:50px}
.pp_gallery .pp_arrow_previous,.pp_gallery .pp_arrow_next{margin-top:7px!important}
a.pp_next{background:url(images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:right;height:100%;text-indent:-10000px;width:49%}
a.pp_previous{background:url(images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:left;height:100%;text-indent:-10000px;width:49%}
a.pp_expand,a.pp_contract{cursor:pointer;display:none;height:20px;position:absolute;right:30px;text-indent:-10000px;top:10px;width:20px;z-index:20000}
a.pp_close{display:block;line-height:22px;position:absolute;right:0;text-indent:-10000px;top:0}
.pp_loaderIcon{display:block;height:24px;left:50%;margin:-12px 0 0 -12px;position:absolute;top:50%;width:24px}
#pp_full_res{line-height:1!important}
#pp_full_res .pp_inline{text-align:left}
#pp_full_res .pp_inline p{margin:0 0 15px}
div.ppt{color:#fff;display:none;font-size:17px;margin:0 0 5px 15px;z-index:9999}
div.pp_default .pp_content,div.light_rounded .pp_content{background-color:#fff}
div.pp_default #pp_full_res .pp_inline,div.light_rounded .pp_content .ppt,div.light_rounded #pp_full_res .pp_inline,div.light_square .pp_content .ppt,div.light_square #pp_full_res .pp_inline,div.facebook .pp_content .ppt,div.facebook #pp_full_res .pp_inline{color:#000}
div.pp_default .pp_gallery ul li a:hover,div.pp_default .pp_gallery ul li.selected a,.pp_gallery ul a:hover,.pp_gallery li.selected a{border-color:#fff}
div.pp_default .pp_details,div.light_rounded .pp_details,div.dark_rounded .pp_details,div.dark_square .pp_details,div.light_square .pp_details,div.facebook .pp_details{position:relative}
div.light_rounded .pp_top .pp_middle,div.light_rounded .pp_content_container .pp_left,div.light_rounded .pp_content_container .pp_right,div.light_rounded .pp_bottom .pp_middle,div.light_square .pp_left,div.light_square .pp_middle,div.light_square .pp_right,div.light_square .pp_content,div.facebook .pp_content{background:#fff}
div.light_rounded .pp_description,div.light_square .pp_description{margin-right:85px}
div.light_rounded .pp_gallery a.pp_arrow_previous,div.light_rounded .pp_gallery a.pp_arrow_next,div.dark_rounded .pp_gallery a.pp_arrow_previous,div.dark_rounded .pp_gallery a.pp_arrow_next,div.dark_square .pp_gallery a.pp_arrow_previous,div.dark_square .pp_gallery a.pp_arrow_next,div.light_square .pp_gallery a.pp_arrow_previous,div.light_square .pp_gallery a.pp_arrow_next{margin-top:12px!important}
div.light_rounded .pp_arrow_previous.disabled,div.dark_rounded .pp_arrow_previous.disabled,div.dark_square .pp_arrow_previous.disabled,div.light_square .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default}
div.light_rounded .pp_arrow_next.disabled,div.dark_rounded .pp_arrow_next.disabled,div.dark_square .pp_arrow_next.disabled,div.light_square .pp_arrow_next.disabled{background-position:-22px -87px;cursor:default}
div.light_rounded .pp_loaderIcon,div.light_square .pp_loaderIcon{background:url(images/prettyPhoto/light_rounded/loader.gif) center center no-repeat}
div.dark_rounded .pp_top .pp_middle,div.dark_rounded .pp_content,div.dark_rounded .pp_bottom .pp_middle{background:url(images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat}
div.dark_rounded .currentTextHolder,div.dark_square .currentTextHolder{color:#c4c4c4}
div.dark_rounded #pp_full_res .pp_inline,div.dark_square #pp_full_res .pp_inline{color:#fff}
.pp_top,.pp_bottom{height:20px;position:relative}
* html .pp_top,* html .pp_bottom{padding:0 20px}
.pp_top .pp_left,.pp_bottom .pp_left{height:20px;left:0;position:absolute;width:20px}
.pp_top .pp_middle,.pp_bottom .pp_middle{height:20px;left:20px;position:absolute;right:20px}
* html .pp_top .pp_middle,* html .pp_bottom .pp_middle{left:0;position:static}
.pp_top .pp_right,.pp_bottom .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px}
.pp_fade,.pp_gallery li.default a img{display:none}


div#valtomeret_szamolo td {
    text-align: center;
}


div.product_list{
    margin:0;
    padding: 4px;
}
div.product{
    float: left;
    /*height: 262px;*/
    margin-bottom: 20px;
    overflow: hidden;
    padding: 5px;
    width: 140px;
    position:relative;
}
div.product p.name,div.product p.price{
    color: #ed0023;
    font-weight: bold;
    margin-bottom: 1px;
}
div.product p.name{height: 43px;}
div.product p.pcs{height: 16px; margin-bottom: 6px; font-size: 10px;}
div.product p.orderNum{ float: left;}
div.product p.orderNum select{font-size: 14px;}
div.product p.tocart {float: right; height: 24px;}
div.product p.desc{
    height: 30px;
    overflow: hidden;
    margin-bottom: 5px;
}

div.product img.product_pic{
    width: 149px;
    height: 111px;
}

div.product div.b2b_pic{
    width: 149px;
    height: 111px;
    overflow: hidden;
}

div.productinlist{
    margin-bottom: 10px;
}
div.productinlist p.name{font-size: 12px; font-weight: normal; width: 59%;float: left; padding-right: 0px; position:relative;}
div.productinlist p.season{width: 24px; height: 24px; float: left; margin-right: 5px; background: url('../data/tire_season.png') no-repeat;}
div.product_list div.product p.season{width: 24px; height: 24px;  margin-right: 5px; background: url('../data/tire_season.png') no-repeat; position:absolute; bottom:40px; right: 5px;}
div.product_list p.season.n,div.product_list div.product p.season.n{ background-position: 0px 0px;}
div.product_list p.season.t, div.product_list div.product p.season.t{ background-position: -24px 0px;}
div.product_list p.season.negy, div.product_list div.product p.season.negy{ background-position: -48px 0px;}
div.productinlist p.name .prodname{font-size: 14px; font-weight: bold; display: block; }
div.productinlist p.price{ width: 17%; font-size: 14px; font-weight: bold; float: left; text-align:right; padding-top: 3px;}
div.productinlist p.orderNum{ font-size: 10px; float: left; margin-left: 7px; }
div.productinlist p.orderNum select { font-size: 14px;}
div.productinlist p.tocart{ float: right; margin-left: 2px; }
.pricePostFix {
    font-size: 12px;
    font-weight: normal;
}


div.product_list div.product p.etagy{width: 53px; height: 28px;  margin-right: 2px; position:absolute; bottom:37px; right: 2px; text-align: right;font-size: 11px;}

div.productinlist .orderDiv .pcsInput{
    margin: 0;
    padding: 2px;
    font-size: 10px;
    width: 20px;
}
div.productinlist .orderDiv{
    width: 100%;
    float: right;
    margin-bottom: 10px;
    border-top: 1px solid #DADADA;
    text-align: right;
    padding: 3px; 
}

/*input[type="button"].basebutton.cart{
        background: url('..data/cart.png') ;
}*/

div.cartTiny table {
    width: 100%;
}
div.cartTiny table thead{
    background-color: #E0E0E0;
}
div.cartTiny table tbody tr{
    margin-top: 1px;
    background-color: #EEEEEE;
}

select.formattedSelect{
    padding: 5px ;
    border: 1px solid #E5E5E5;
    font-size: 14px;
}

span.miniStringTitle{
    font-size: 12px;
}

strong.fullPrice{
    font-size: 15px;
}





table.ui-datepicker-calendar .ui-state-default{
    cursor: pointer;
}
table.order_history {
    width: 100%;
}
table.order_history thead th{
    font-size: 14px;
    font-weight: bold;
}
table.order_history tr.odd{
    background-color: #C8C8C8;
    font-weight: bold;
}
table.order_history td{
    padding: 3px;
}
table.order_history table.detail_table  thead th{
    font-size: 11px;
    font-weight: bold;
}
table.order_history table.detail_table td{
    padding: 0px;
    font-size: 11px;
}
table.detail_table{
    width: 100%;
}

table.order_history table.detail_table tr.odd{
    background-color: #DADADA;
    font-weight: normal;
}



ul.newshighlight{
    margin:0;
    padding: 0;
}

div.newshighlight_wrapper {
    overflow: hidden;
    background-color: #FBFBFB;
    margin-bottom: 20px;
    color: #b3d1e2;
    position: relative;
    height: 250px;
    width: 700px;
    overflow: hidden;
}

div.newshighlight_wrapper .slider_content{
    position: absolute;
    bottom: 0px;
    height: 70px;
    padding: 10px 0px 0px 10px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAACRJREFUeNpiYWBgWM1ARcDEQGUwauCogaMGjho4auBQMRAgwADPjADWHEc6kQAAAABJRU5ErkJggg==);
    background-repeat: repeat;
    color: white;
    width: 695px;
}
div.newshighlight_wrapper .slider_content a{color: #fff !important;}
div.newshighlight_wrapper .slider_content a:hover{text-decoration: none;}

div.newshighlight_wrapper .slider_content p,div#newshighlight_wrapper .slider_content h2 {
    overflow: hidden;
    font-weight: bold;
}

div.newshighlight_wrapper .slider_content h2{
    font-size: 24px;
    font-weight: bold;
    margin: 0px;
}

div.newshighlight_wrapper .bx-wrapper .bx-prev, div#newshighlight_wrapper .bx-wrapper .bx-next{
    position: relative;
    top: -320px;
    z-index: 90;
}

div.newshighlight_wrapper div.bx-window{
    /*height: 250px !important;*/
}
div.newshighlight_wrapper .bx-pager{
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 99;
    margin-left: 10px;
    height: 10px;
    text-align: center;
}

div.newshighlight_wrapper .bx-pager a {
    background: url("../data/static/pic_changer_pager.png") no-repeat scroll 0 0 transparent;
    color: transparent;
    font-size: 4px;
    margin-right: 5px;
    padding: 5px;
    width: 10px;
    height: 10px;
    overflow: hidden;

    text-decoration: none;
}

div.newshighlight_wrapper .bx-pager .pager-active,div.newshighlight_wrapper .bx-pager a:hover {
    color: transparent;
    background-position: -20px 0;
}





div.rating .article_preliminary .title{
    font-size: 14px;
    height: 32px;
}

/**
*	Rating plugin
*/
div.rating-cancel,div.star-rating{float:left;width:17px;height:15px;text-indent:-999em;cursor:pointer;display:block;background:transparent;overflow:hidden}
div.rating-cancel,div.rating-cancel a{background:url(../data/static/delete.gif) no-repeat 0 -16px}
div.star-rating,div.star-rating a{background:url(../data/static/star.gif) no-repeat 0 0px}
div.rating-cancel a,div.star-rating a{display:block;width:16px;height:100%;background-position:0 0px;border:0}
div.star-rating-on a{background-position:0 -16px!important}
div.star-rating-hover a{background-position:0 -32px}
/* Read Only CSS */
div.star-rating-readonly a{cursor:default !important}
/* Partial Star CSS */
div.star-rating{background:transparent!important;overflow:hidden!important}


/**
        NEWSLIST
*/
ul.newslist{
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

ul.newslist li.loader{
    text-align: center;
}
ul.newslist li{
    list-style: none;
    margin:0;
    padding:0px;
    margin-bottom: 2px;
    clear: both;
}

ul.newslist li span.time{
    padding-right: 15px;
    float: left;
    display: block;
    text-align: left;
    font-size: 16px;
    font-size: 20px;
    margin-bottom: 10px;
    color: #003866;
}
ul.newslist li span.title{
    font-weight: bold;
    display: block;
    margin-bottom: 0px;
    font-size: 12px;
}
ul.newslist li span.title a{
    color: #544A40;
}


/*
        UI
*/
.sidebar.calendar .ui-datepicker {width: auto;  padding: .2em .2em 0; display: block; }
.sidebar.calendar .ui-datepicker-inline { background: transparent;  border:0; }		





/*
tabs
*/
div.tab-holder {
    margin-bottom: 0px;
}
div.tab-holder div.tab {
    padding: 3px 3px 0px 15px;
    /*background-color: #F2F0EE;
    /*border-bottom: 1px solid #E7E2DE;*/
}
div.tab-holder div ul.tab {
    display: inline;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
div.tab-holder div ul.tab li {
    color: #666666;
    display: block;
    float: left;
    font-size: 11px;
    height: 20px;
    line-height: 20px;
    margin:0;
    padding: 3px 10px;
}
div.tab-holder div ul.tab li.selected {
    background-color: #E7E2DE;
}

div.tab-holder div ul.sub-menu li a.selected {
    color: #FFFFFF;
}
div.tab-holder div.sub-tab-div{
    /*padding: 10px 10px;*/
    /*background-color: #F4F2F0;*/
    font-size: 12px;
    /*display: none;*/
}

div.tab-holder div.sub-tab-div ul.newslist{
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

div.tab-holder div.sub-tab-div ul.newslist li.loader{
    text-align: center;
}
div.tab-holder div.sub-tab-div ul.newslist li{
    list-style: none;
    margin:3px 0px;
    padding:0px;
    margin-bottom: 5px;
    clear: both;
}

div.tab-holder div.sub-tab-div ul.newslist li span.time{
    padding: 5px;
    padding-right: 15px;
    padding-bottom: 0px;
    float: left;
    display: block;
    text-align: left;
    font-size: 14px;
    color: #003866;
}
div.tab-holder div.sub-tab-div ul.newslist li span.title{
    font-weight: bold;
    float: right;
    display: block;
    width: 270px;
    font-size: 14px;
    margin:0px;
    text-transform:inherit;
    padding:5px;

}
div.tab-holder div.sub-tab-div ul.newslist li span.title a{
    color: #544A40;
    font-family:Arial;
}


label[for=hirlevel_feliratkozo_chk] input{
    position: relative;
    top: 2px;
}
label[for=hirlevel_feliratkozo_chk]{
    font-size: 10px;
    position: relative;
    top: -10px;
}





/*
* FullCalendar v1.5.2 Stylesheet
*
* Copyright (c) 2011 Adam Shaw
* Dual licensed under the MIT and GPL licenses, located in
* MIT-LICENSE.txt and GPL-LICENSE.txt respectively.
*
* Date: Sun Aug 21 22:06:09 2011 -0700
*
*/


.fc {
    direction: ltr;
    text-align: left;
}

.fc table {
    border-collapse: collapse;
    border-spacing: 0;
}

html .fc,
.fc table {
    font-size: 1em;
}

.fc td,
.fc th {
    padding: 0;
    vertical-align: top;
}



/* Header
------------------------------------------------------------------------*/

.fc-header td {
    white-space: nowrap;
}

.fc-header-left {
    width: 25%;
    text-align: left;
}

.fc-header-center {
    text-align: center;
}

.fc-header-right {
    width: 25%;
    text-align: right;
}

.fc-header-title {
    display: inline-block;
    vertical-align: top;
}

.fc-header-title h2 {
    margin-top: 0;
    white-space: nowrap;
}

.fc .fc-header-space {
    padding-left: 10px;
}

.fc-header .fc-button {
    margin-bottom: 1em;
    vertical-align: top;
}

/* buttons edges butting together */

.fc-header .fc-button {
    margin-right: -1px;
}

.fc-header .fc-corner-right {
    margin-right: 1px; /* back to normal */
}

.fc-header .ui-corner-right {
    margin-right: 0; /* back to normal */
}

/* button layering (for border precedence) */

.fc-header .fc-state-hover,
.fc-header .ui-state-hover {
    z-index: 2;
}

.fc-header .fc-state-down {
    z-index: 3;
}

.fc-header .fc-state-active,
.fc-header .ui-state-active {
    z-index: 4;
}



/* Content
------------------------------------------------------------------------*/

.fc-content {
    clear: both;
}

.fc-view {
    width: 100%; /* needed for view switching (when view is absolute) */
    overflow: hidden;
}



/* Cell Styles
------------------------------------------------------------------------*/

.fc-widget-header,    /* <th>, usually */
.fc-widget-content {  /* <td>, usually */
    border: 1px solid #ccc;
}

.fc-state-highlight { /* <td> today cell */ /* TODO: add .fc-today to <th> */
    background: #ffc;
}

.fc-cell-overlay { /* semi-transparent rectangle while dragging */
    background: #9cf;
    opacity: .2;
    filter: alpha(opacity=20); /* for IE */
}



/* Buttons
------------------------------------------------------------------------*/

.fc-button {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.fc-state-default { /* non-theme */
    border-style: solid;
    border-width: 1px 0;
}

.fc-button-inner {
    position: relative;
    float: left;
    overflow: hidden;
}

.fc-state-default .fc-button-inner { /* non-theme */
    border-style: solid;
    border-width: 0 1px;
}

.fc-button-content {
    position: relative;
    float: left;
    height: 1.9em;
    line-height: 1.9em;
    padding: 0 .6em;
    white-space: nowrap;
}

/* icon (for jquery ui) */

.fc-button-content .fc-icon-wrap {
    position: relative;
    float: left;
    top: 50%;
}

.fc-button-content .ui-icon {
    position: relative;
    float: left;
    margin-top: -50%;
    *margin-top: 0;
    *top: -50%;
}

/* gloss effect */

.fc-state-default .fc-button-effect {
    position: absolute;
    top: 50%;
    left: 0;
}

.fc-state-default .fc-button-effect span {
    position: absolute;
    top: -100px;
    left: 0;
    width: 500px;
    height: 100px;
    border-width: 100px 0 0 1px;
    border-style: solid;
    border-color: #fff;
    background: #444;
    opacity: .09;
    filter: alpha(opacity=9);
}

/* button states (determines colors)  */

.fc-state-default,
.fc-state-default .fc-button-inner {
    border-style: solid;
    border-color: #ccc #bbb #aaa;
    background: #F3F3F3;
    color: #000;
}

.fc-state-hover,
.fc-state-hover .fc-button-inner {
    border-color: #999;
}

.fc-state-down,
.fc-state-down .fc-button-inner {
    border-color: #555;
    background: #777;
}

.fc-state-active,
.fc-state-active .fc-button-inner {
    border-color: #555;
    background: #777;
    color: #fff;
}

.fc-state-disabled,
.fc-state-disabled .fc-button-inner {
    color: #999;
    border-color: #ddd;
}

.fc-state-disabled {
    cursor: default;
}

.fc-state-disabled .fc-button-effect {
    display: none;
}



/* Global Event Styles
------------------------------------------------------------------------*/

.fc-event {
    border-style: solid;
    border-width: 0;
    font-size: .85em;
    cursor: default;
}

a.fc-event,
.fc-event-draggable {
    cursor: pointer;
}

a.fc-event {
    text-decoration: none;
}

.fc-rtl .fc-event {
    text-align: right;
}

.fc-event-skin {
    border-color: #36c;     /* default BORDER color */
    background-color: #36c; /* default BACKGROUND color */
    color: #fff;            /* default TEXT color */
}

.fc-event-inner {
    position: relative;
    width: 100%;
    height: 100%;
    border-style: solid;
    border-width: 0;
    overflow: hidden;
}

.fc-event-time,
.fc-event-title {
    padding: 0 1px;
}

.fc .ui-resizable-handle { /*** TODO: don't use ui-resizable anymore, change class ***/
    display: block;
    position: absolute;
    z-index: 99999;
    overflow: hidden; /* hacky spaces (IE6/7) */
    font-size: 300%;  /* */
    line-height: 50%; /* */
}



/* Horizontal Events
------------------------------------------------------------------------*/

.fc-event-hori {
    border-width: 1px 0;
    margin-bottom: 1px;
}

/* resizable */

.fc-event-hori .ui-resizable-e {
    top: 0           !important; /* importants override pre jquery ui 1.7 styles */
    right: -3px      !important;
    width: 7px       !important;
    height: 100%     !important;
    cursor: e-resize;
}

.fc-event-hori .ui-resizable-w {
    top: 0           !important;
    left: -3px       !important;
    width: 7px       !important;
    height: 100%     !important;
    cursor: w-resize;
}

.fc-event-hori .ui-resizable-handle {
    _padding-bottom: 14px; /* IE6 had 0 height */
}



/* Fake Rounded Corners (for buttons and events)
------------------------------------------------------------*/

.fc-corner-left {
    margin-left: 1px;
}

.fc-corner-left .fc-button-inner,
.fc-corner-left .fc-event-inner {
    margin-left: -1px;
}

.fc-corner-right {
    margin-right: 1px;
}

.fc-corner-right .fc-button-inner,
.fc-corner-right .fc-event-inner {
    margin-right: -1px;
}

.fc-corner-top {
    margin-top: 1px;
}

.fc-corner-top .fc-event-inner {
    margin-top: -1px;
}

.fc-corner-bottom {
    margin-bottom: 1px;
}

.fc-corner-bottom .fc-event-inner {
    margin-bottom: -1px;
}



/* Fake Rounded Corners SPECIFICALLY FOR EVENTS
-----------------------------------------------------------------*/

.fc-corner-left .fc-event-inner {
    border-left-width: 1px;
}

.fc-corner-right .fc-event-inner {
    border-right-width: 1px;
}

.fc-corner-top .fc-event-inner {
    border-top-width: 1px;
}

.fc-corner-bottom .fc-event-inner {
    border-bottom-width: 1px;
}



/* Reusable Separate-border Table
------------------------------------------------------------*/

table.fc-border-separate {
    border-collapse: separate;
}

.fc-border-separate th,
.fc-border-separate td {
    border-width: 1px 0 0 1px;
}

.fc-border-separate th.fc-last,
.fc-border-separate td.fc-last {
    border-right-width: 1px;
}

.fc-border-separate tr.fc-last th,
.fc-border-separate tr.fc-last td {
    border-bottom-width: 1px;
}

.fc-border-separate tbody tr.fc-first td,
.fc-border-separate tbody tr.fc-first th {
    border-top-width: 0;
}



/* Month View, Basic Week View, Basic Day View
------------------------------------------------------------------------*/

.fc-grid th {
    text-align: center;
}

.fc-grid .fc-day-number {
    float: right;
    padding: 0 2px;
}

.fc-grid .fc-other-month .fc-day-number {
    opacity: 0.3;
    filter: alpha(opacity=30); /* for IE */
    /* opacity with small font can sometimes look too faded
       might want to set the 'color' property instead
       making day-numbers bold also fixes the problem */
}

.fc-grid .fc-day-content {
    clear: both;
    padding: 2px 2px 1px; /* distance between events and day edges */
}

/* event styles */

.fc-grid .fc-event-time {
    font-weight: bold;
}

/* right-to-left */

.fc-rtl .fc-grid .fc-day-number {
    float: left;
}

.fc-rtl .fc-grid .fc-event-time {
    float: right;
}



/* Agenda Week View, Agenda Day View
------------------------------------------------------------------------*/

.fc-agenda table {
    border-collapse: separate;
}

.fc-agenda-days th {
    text-align: center;
}

.fc-agenda .fc-agenda-axis {
    width: 50px;
    padding: 0 4px;
    vertical-align: middle;
    text-align: right;
    white-space: nowrap;
    font-weight: normal;
}

.fc-agenda .fc-day-content {
    padding: 2px 2px 1px;
}

/* make axis border take precedence */

.fc-agenda-days .fc-agenda-axis {
    border-right-width: 1px;
}

.fc-agenda-days .fc-col0 {
    border-left-width: 0;
}

/* all-day area */

.fc-agenda-allday th {
    border-width: 0 1px;
}

.fc-agenda-allday .fc-day-content {
    min-height: 34px; /* TODO: doesnt work well in quirksmode */
    _height: 34px;
}

/* divider (between all-day and slots) */

.fc-agenda-divider-inner {
    height: 2px;
    overflow: hidden;
}

.fc-widget-header .fc-agenda-divider-inner {
    background: #eee;
}

/* slot rows */

.fc-agenda-slots th {
    border-width: 1px 1px 0;
}

.fc-agenda-slots td {
    border-width: 1px 0 0;
    background: none;
}

.fc-agenda-slots td div {
    height: 20px;
}

.fc-agenda-slots tr.fc-slot0 th,
.fc-agenda-slots tr.fc-slot0 td {
    border-top-width: 0;
}

.fc-agenda-slots tr.fc-minor th,
.fc-agenda-slots tr.fc-minor td {
    border-top-style: dotted;
}

.fc-agenda-slots tr.fc-minor th.ui-widget-header {
    *border-top-style: solid; /* doesn't work with background in IE6/7 */
}



/* Vertical Events
------------------------------------------------------------------------*/

.fc-event-vert {
    border-width: 0 1px;
}

.fc-event-vert .fc-event-head,
.fc-event-vert .fc-event-content {
    position: relative;
    z-index: 2;
    width: 100%;
    overflow: hidden;
}

.fc-event-vert .fc-event-time {
    white-space: nowrap;
    font-size: 10px;
}

.fc-event-vert .fc-event-bg { /* makes the event lighter w/ a semi-transparent overlay  */
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: .3;
    filter: alpha(opacity=30);
}

.fc .ui-draggable-dragging .fc-event-bg, /* TODO: something nicer like .fc-opacity */
.fc-select-helper .fc-event-bg {
    display: none\9; /* for IE6/7/8. nested opacity filters while dragging don't work */
}

/* resizable */

.fc-event-vert .ui-resizable-s {
    bottom: 0        !important; /* importants override pre jquery ui 1.7 styles */
    width: 100%      !important;
    height: 8px      !important;
    overflow: hidden !important;
    line-height: 8px !important;
    font-size: 11px  !important;
    font-family: monospace;
    text-align: center;
    cursor: s-resize;
}

.fc-agenda .ui-resizable-resizing { /* TODO: better selector */
    _overflow: hidden;
}


/*
 * FullCalendar v1.5.2 Print Stylesheet
 *
 * Include this stylesheet on your page to get a more printer-friendly calendar.
 * When including this stylesheet, use the media='print' attribute of the <link> tag.
 * Make sure to include this stylesheet IN ADDITION to the regular fullcalendar.css.
 *
 * Copyright (c) 2011 Adam Shaw
 * Dual licensed under the MIT and GPL licenses, located in
 * MIT-LICENSE.txt and GPL-LICENSE.txt respectively.
 *
 * Date: Sun Aug 21 22:06:09 2011 -0700
 *
 */


/* Events
-----------------------------------------------------*/

.fc-event-skin {
    background-color: #9A2755;
    color:#fff;
}

/* horizontal events */

.fc-event-hori {
    border-width: 0 0 1px 0 !important;
    border-bottom-style: dotted !important;
    border-bottom-color: #000 !important;
    padding: 1px 0 0 0 !important;
}

.fc-event-hori .fc-event-inner {
    border-width: 0 !important;
    padding: 0 1px !important;
}

/* vertical events */

.fc-event-vert {
    border-width: 0 0 0 1px !important;
    border-left-style: dotted !important;
    border-left-color: #000 !important;
    padding: 0 1px 0 0 !important;
}

.fc-event-vert .fc-event-inner {
    border-width: 0 !important;
    padding: 1px 0 !important;
}

.fc-event-bg {
    display: none !important;
}

.fc-event .ui-resizable-handle {
    display: none !important;
}




/**
        CALENDAR
*/
.dmp_calendar{
    border: 1px solid #f4c577;
    color: #000;
    font-size: 11px;
}
.dmp_calendar a{
    color: #000;
}


.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
    opacity: .90!important; filter:Alpha(Opacity=90)!important; background-image: none; 
}

table.ui-datepicker-calendar .eventDay {
    background: none;
    border: none;
}


.ui-datepicker-inline .ui-datepicker-calendar td.eventDay span,
.ui-datepicker-inline .ui-datepicker-calendar td.eventDay a{

    background: none;
    background-color: #1E2983 ;
    color: #fff ;
}


/**
*	EVENTS
*/


div.calendardiv{
    width: 280px;
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
}
div.calendardiv.types .box{
    width: 40px;
    height: 40px;
    float: left;
    margin-right: 10px;
    margin-bottom: 8px;
}
div.calendardiv.types p{
    float: left;
    margin: 4px 1px 10px 1px;
    color:#7b7b7b;
    overflow: hidden;
    width: 180px;
    height: 14px;
    font-size: 12px;
}

div.calendardiv.nextprograms {
    margin-right: 0px;
}
div.calendardiv.nextprograms p.head, div.calendardiv.nextprograms p.foot{
    background-color:#323336;
    color:#fff;
    font-weight: bold;
}
div.calendardiv.nextprograms p.head{
    font-size: 12px;
    margin-bottom: 2px;
    padding: 5px;
}
div.calendardiv.nextprograms p.foot{
    text-align: right;
    padding: 4px;
}
div.calendardiv.nextprograms p.event span{
    display:block;
    font-weight: bold;
    font-size: 11px;
}
div.calendardiv.nextprograms p.event{
    padding: 5px 28px 5px 6px ;
    margin-bottom: 2px;
    overflow: hidden;
    height: 45px;
    position: relative;
}div.calendardiv.nextprograms p.event{
    padding: 5px 28px 5px 6px ;
    margin-bottom: 2px;
    overflow: hidden;
    height: 45px;
    position: relative;
}
div.calendardiv.nextprograms p.event .ticket_order{
    position: absolute;
    top: 10px;
    right: 0;
}


div.calendar_event_row{
    margin: 0 10px;
    margin-bottom: 20px;
}
div.calendar_event_row h2{
    padding: 10px;
    background-color: #E2E2E2;
    margin-bottom:0;
}
div.calendar_event_row .details{
    padding: 4px;
    background-color: #F1F1F1;
    margin-bottom: 20px;
}
div.calendar_event_row .details .event_element{
    float: left;
    margin-right: 20px;
}
div.calendar_event_row .details .event_element .place{
    padding: 3px 3px 3px 28px;
    background: url(../data/icon_place.png) no-repeat center left;
    font-size: 15px;
}
div.calendar_event_row .details .event_element .date{
    padding: 3px 3px 3px 28px;
    background: url(../data/icon_time.png) no-repeat center left;
    font-size: 15px;
}
div.calendar_event_row .details .event_element .type{
    padding: 3px 3px 3px 28px;
    font-size: 15px;
}

div.calendar_event_row .desc {
    padding-left: 30px;
    background: url(../data/icon_comment.png) no-repeat top left;
    margin-bottom: 20px;
}








/**
*	ui-datepicker-inline
*/

#content_holder .ui-datepicker-inline{
    padding: 0;
    border: medium none;
}
.ui-datepicker-header  .ui-state-hover, .ui-datepicker-header  .ui-state-focus {
    border: none;
    background: none; 
    font-weight: bold; color: #ffffff; 
}

.ui-datepicker-inline.ui-datepicker .ui-datepicker-header {
    background-image: none;
    background-color: #323336;
    color: #fff;
    padding: 9px 0;
    font-size: 14px;
    font-weight: bold;
}
.ui-datepicker-inline.ui-datepicker .ui-datepicker-prev, .ui-datepicker-inline.ui-datepicker .ui-datepicker-next{
    top: 8px;
}


.ui-datepicker-inline .ui-datepicker-calendar{
    background-color: #f3f3f3;
    border-collapse:separate;
}
.ui-datepicker-inline .ui-datepicker-calendar th {
    padding: 4px 0;
    background: #f3f3f3;
}
.ui-datepicker-inline .ui-datepicker-calendar th span{
    text-transform: uppercase;
    font-family:	'nimbussannovtotheaconregular', Arial;
    font-size: 12px;
    font-weight: normal;
}

.ui-datepicker-inline .ui-datepicker-calendar td {
    padding: 0;
}
.ui-datepicker-inline .ui-datepicker-calendar td span, .ui-datepicker-inline .ui-datepicker-calendar td a, .ui-datepicker-inline .ui-datepicker-calendar td.ui-datepicker-other-month{
    font-size: 1em;
    color: #666666;
    text-align: center;

    background:#dfdfdf;
}



.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled{
    background-color:#ededed!important;
}

/* Article highlight class */

div.article-box-left {
    width: 420px;
    float: left;
    margin: 0 20px 20px 0;
}

div.article-box-right {
    width: 420px;
    float: left;
    margin: 0 0 20px;
}

div.article_preliminary {
    border-bottom: 1px solid #B5BFC7;
    margin: 0 0 20px;
}

div.article-box-left > div.article_preliminary:last-child,
div.article-box-right > div.article_preliminary:last-child {
    border: none;
}

div.article_preliminary > div.article_preliminary_pic {
    width: 140px;
    height: 140px;
    /*background: #fff;*/
    float: left;
    margin: 0 20px 20px 0;
    position: relative;
}

div.article_preliminary > div.article_preliminary_pic > a > img {
    border: none;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    max-width: 120px;
    max-height: 120px;
    width: auto;
    height: auto;
}

div.article_preliminary > h2,
div.article_preliminary > p {
    width: 260px;
    float: right;
    padding: 0;
    margin: 0;
    display: block;
}

div.article_preliminary > p {
    padding: 10px 0 0;
    color: #797979;
}

div.article_preliminary > h2 > p.preliminarydate {
    padding: 0 !important;
    margin: 0;
}

div.article_preliminary > h2 > p.preliminarydate > span.smalldate {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 700;
    bottom: 0;
}

div.article_preliminary > h2 > a {
    font-family: 'nimbussannovtotheaconregular', Arial;
    font-size: 22px;
    font-weight: 400;
}

div.calendardiv {
    width: 300px;
    float: none;
    margin: 0;
}

div.calendardiv > div.ui-datepicker-inline {
    padding: 0 !important;
}

@import "../cgi/includes/editor_styles.css";
