body{
    background: #f2f2f2 url(/design/bg.jpg) 50% 50% no-repeat fixed;
	background-size: cover;
    margin: auto;
    font-family: verdana, arial, tahoma;
    font-size: 12px;
    color: #000000;
}
.container{
    width: 990px;
	box-shadow: 0px 0px 22px 0px rgba(0,0,0,0.78);
}
.SLeft{
    box-shadow: 10px 0px 1px #888888;
}
.SLeft{
    box-shadow: 10px 0px 1px #888888;
}

.searchbox{
    border: 1px #C0C0C0 solid;
}
.ClassifidsUi{
    list-style-type: none;
    /*list-style-image: url(design/bullet2.png);*/
    position: relative;
    left: -25px;
    font-size: 11px;
}
.opacity {
background-color: white;
opacity:0.9;
filter:alpha(opacity=90);
}
.ClassifidsUi li{
    border-bottom: 1px solid #e1e1e1;
    border-top: 1px solid #f8f8f8;
    -webkit-transition-property: background-color, border-color;
    -webkit-transition: 0.2s ease-in-out;
    -o-transition-property: background-color, border-color;
    -o-transition: 0.2s ease-in-out;
    padding: 4px 5px;
}
.ClassifidsUi li a:hover{
    color: black;
}
.ClassifidsUi li a{
    text-decoration: none;
    color: #585858;
}
.semisearchbox{
    border-right: 0px #E0E0E0 solid;
    border-top: 0px #E0E0E0 solid;
    border-bottom: 0px #E0E0E0 solid;
}
.showroom{
    border-left: 1px #E0E0E0 solid;
    background: #F8F8F8 url('design/showroom-bg_2.png') top left repeat-x;
}
.title{
    font-size: 15px;
    color: black;
}
.text{
    font-size: 10px;
}
/*center*/
.center{
    width: 650px;
    background: white;
    padding: 5px;
}
.right{
    width: 300px;
    background: white;
    padding: 5px;
}
.ctitle_no_underline{
    font-family: 'Oswald';
    padding-bottom: 1px;
    padding-left: 5px;
    color: #542a2a;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
}
.ctitle_no_underline a{
    color: #542a2a;
    text-decoration: none;
}
.ctitle_no_underline a:hover{
    color: #542a2a;
    text-decoration: none;
}
.ctitle{
    font-family: 'Oswald';
    padding-bottom: 1px;
    padding-left: 5px;
    color: #542a2a;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 4px #5c6164 solid;
    text-align: left;
}
.olvasson{
    font-family: 'Oswald';
    padding-bottom: 1px;
    color: #542a2a;
    font-size: 16px;
	text-decoration:underline;
    font-weight: bold;
    text-align: left;
}
.olvasson a{
    font-family: 'Oswald';
    padding-bottom: 1px;
    padding-left: 5px;
    color: #542a2a;
	text-decoration:underline;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
}
.olvasson a:hover{
    font-family: 'Oswald';
    padding-bottom: 1px;
    padding-left: 5px;
    color: #542a2a;
	text-decoration:none;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
}
.ctitle a{
    color: #542a2a;
    text-decoration: none;
    text-align: left;
}
h1{
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    text-align: left;
}
.blacktext{
    /*width: 270px;*/
    background: #D0D0D0;
    color: black;
    font-size: 11px;
    padding: 10px 10px 10px 10px;
}
.itext{
    font-size: 11px;
}
.ctext{
    color: black;
    font-size: 11px;
    line-height: 18px;
}
.ctext h2{
    color: #575757;
    font-size: 11px;
    font-weight: 100;
    margin: auto;
}
.clink{
    background: url('design/clink_bg.png') center left no-repeat;
    text-align: right;
    color: #0B4F74;
    font-size: 12px;
    font-family: 'Oswald';
}
.clink a{
    color: #0B4F74;
    /*font-size: 10px;*/
    text-decoration: none;
}
.graybox{
    background: #FFFFFF;
    padding: 5px;
    text-align: left;
}
#ClassifiedsBox{
    text-align: left;
}
.NewUlTop{
    background: #A6A6A6 url('design/ultop.png') top left repeat-x;
    -moz-border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    -khtml-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
    width:265px;
    padding: 5px 0px 5px 25px;
    font-weight: bold;
    color: #000000;
}
.NewsUl{
    position:relative;
    float:left;
    top: 10px;
    width:100%;
    padding: 0;
    margin:0 0 20px 0;
    /*list-style-type: none;
    list-style-image: url('design/d_arrows.png'); */
}
.NewsUl li{
    position: relative;
    color:#585858;
    float: left;
    /*list-style-position: inside;*/
    display: block;
    width:270px;
    /*background-color:#f1f1f1;*/
    border-bottom: 1px solid #e1e1e1;
    border-top: 1px solid #f8f8f8;
    -webkit-transition-property: background-color, border-color;
    -webkit-transition: 0.2s ease-in-out;
    -o-transition-property: background-color, border-color;
    -o-transition: 0.2s ease-in-out;
    padding: 4px 10px;
    font-weight: bold;
}
.NewsUl li a:hover{
    color: grey;
}
.NewsUl li a{
    color: #585858;
    text-decoration: none;
    font-size: 11px;
}
.ClassifUi{
    position:relative;
    float:left;
    width:242px;
    padding: 0;
    margin:0 0 0 0;
    list-style-type: none;
    /*list-style-image: url('design/d_arrows.png'); */
}
.ClassifUi li{
    width:242px;
    /*background-color:#f1f1f1;*/
    border-bottom: 1px solid #e1e1e1;
    border-top: 1px solid #f8f8f8;
    -webkit-transition-property: background-color, border-color;
    -webkit-transition: 0.2s ease-in-out;
    -o-transition-property: background-color, border-color;
    -o-transition: 0.2s ease-in-out;
    padding: 4px 10px;
    font-weight: bold;
}
.ClassifUi li:hover{
    background-color:#D8D8D8;
}
.ClassifUi li a{
    color: #585858;
    text-decoration: none;
    font-size: 11px;
}
.img_reszletek{
    background: white;
    border: 1px #000000 solid;
    -moz-border-radius: 1px 1px 1px 1px;
    -webkit-border-radius: 1px 1px 1px 1px;
    -khtml-border-radius: 1px 1px 1px 1px;
    border-radius: 1px 1px 1px 1px;
    padding: 1px;
}
.img{
    background: white;
    border: 1px #000000 solid;
    -moz-border-radius: 1px 1px 1px 1px;
    -webkit-border-radius: 1px 1px 1px 1px;
    -khtml-border-radius: 1px 1px 1px 1px;
    border-radius: 1px 1px 1px 1px;
    padding: 1px;
}
.img2{
    background: white;
    border: 1px #000000 solid;
    -moz-border-radius: 1px 1px 1px 1px;
    -webkit-border-radius: 1px 1px 1px 1px;
    -khtml-border-radius: 1px 1px 1px 1px;
    border-radius: 1px 1px 1px 1px;
    padding: 1px;
    margin: 2px;
}
.newstitle{
    color: #542a2a;
    font-size: 12px;
    font-weight: bolder;
}
.newstitle h1{
    color: #542a2a;
    font-size: 12px;
    font-weight: bolder;
    margin: auto;
}
.HirTitle{
    color: #000000;
}
.HirTitle a{
    text-decoration: none;
    color: #000000;
    font-size: 11px;
}
.newstitle a{
    color: #542a2a;
    text-decoration: none;
}
.newstitle a:hover{
    color: #542a2a;
    text-decoration: underline;
}
.simplelink{
    text-align: left;
    font-size: 11px;
}
.simplelink a{
    color: #085076;
    text-decoration: none;
}
.bglink{
    background: #085076;
    font-size: 12px;
    text-align: center;
    padding: 5px;
}
.bglink a{
    color: white;
    text-decoration: none;
}
.TopBoxHeader{
    font-family: 'Oswald';
    background: #E0E0E0;
    color: #585858;
    text-align: center;
    font-size: 14px;
    padding: 5px 0;
    font-weight: bold;
    cursor: pointer;
}
.TopBoxHeaderActive{
    /*background: #C0C0C0;*/
    font-family: 'Oswald';
    color: #585858;
    text-align: center;
    padding: 5px 0;
    font-size: 14px;
    font-weight: bold;
}
.TopBox{
    /*border-top: 5px #C0C0C0 solid;*/
    padding: 10px;
    /*background: #FFC0C0;*/
}
/*
*listázás
*/
.itembox{
    background: #F9F9F9 url('design/osszes_bg.png') top left repeat;
    border: 1px #b9b683 solid;
    -moz-border-radius: 1px 1px 1px 1px;
    -webkit-border-radius: 1px 1px 1px 1px;
    -khtml-border-radius: 1px 1px 1px 1px;
    border-radius: 1px 1px 1px 1px;
    text-align: left;
}
.itembox2{
    background: #F9F9F9 url('design/input_bg.png') top left repeat;
    border: 1px #D8D8D8 solid;
    -moz-border-radius: 5px 10px 5px 5px;
    -webkit-border-radius: 5px 10px 5px 5px;
    -khtml-border-radius: 5px 10px 5px 5px;
    border-radius: 5px 10px 5px 5px;
    text-align: left;
}
.boxtitle{
    color: #585858;
    font-size: 12px;
    font-weight: bolder;
    padding: 5px 5px;
}
.boxtitle a{
    color: #832a2a;
    font-size: 11px;
    text-decoration: underline;
}
.errorboxtitle{
    color: #E80000;
    font-size: 12px;
    font-weight: bolder;
    padding: 15px 5px;
    text-align: center;
}
.imgbox{
    padding: 5px;
}
.textbox{
    padding-left: 10px;
	padding-right:10px;
	padding-bottom:10px;
    color: #585858;
    font-size: 12px;
    text-align: left;
    line-height: 20px;
}
h2{
    font-size: 12px;
    padding: 0;
    margin: 0;
    font-weight: normal;
}
.hird_adatok{
    text-align: left;
    color: #993300;
    font-size: 11px;
    padding: 1px 5px;
	font-weight:bold;
}
.linkbox{
    text-align: right;
    color: #085076;
    font-size: 11px;
    padding: 1px 5px;
}
.linkbox a{
    color: #085076;
    text-decoration: none;
}
.pager_text{
    background: #b4b3b3;
    border: 1px #b4b3b3 solid;
    color: white;
    margin: 1px;
    -moz-border-radius: 1px 1px 1px 1px;
    -webkit-border-radius: 1px 1px 1px 1px;
    -khtml-border-radius: 1px 1px 1px 1px;
    border-radius: 1px 1px 1px 1px;
    padding: 1px 5px;
}
.pager_text:hover{
    background: url('design/button_bg.png') top left repeat-x;
    border: 1px #676565 solid;
    color: white;
    margin: 1px;
    -moz-border-radius: 1px 1px 1px 1px;
    -webkit-border-radius: 1px 1px 1px 1px;
    -khtml-border-radius: 1px 1px 1px 1px;
    border-radius: 1px 1px 1px 1px;
    padding: 1px 5px;
}
.pager_text a{
    color: white;
    text-decoration: none;
}
.pager_text_active{
    background: url('design/button_bg.png') top left repeat-x;
    border: 1px #676565 solid;
    color: white;
    margin: 1px;
    -moz-border-radius: 1px 1px 1px 1px;
    -webkit-border-radius: 1px 1px 1px 1px;
    -khtml-border-radius: 1px 1px 1px 1px;
    border-radius: 1px 1px 1px 1px;
    padding: 1px 5px;
}
.pager_num{
    background: #b4b3b3;
    border: 1px #b4b3b3 solid;
    color: white;
    margin: 1px;
    -moz-border-radius: 1px 1px 1px 1px;
    -webkit-border-radius: 1px 1px 1px 1px;
    -khtml-border-radius: 1px 1px 1px 1px;
    border-radius: 1px 1px 1px 1px;
    padding: 1px 1px;
}
.pager_num:hover{
    background: url('design/button_bg.png') top left repeat-x;
    border: 1px #b4b3b3 solid;
    color: white;
    margin: 1px;
    -moz-border-radius: 1px 1px 1px 1px;
    -webkit-border-radius: 1px 1px 1px 1px;
    -khtml-border-radius: 1px 1px 1px 1px;
    border-radius: 1px 1px 1px 1px;
    padding: 1px 1px;
}
.pager_num a{
    color: white;
    text-decoration: none;
}
.pager_num_active{
    background: url('design/button_bg.png') top left repeat-x;
    border: 4px #8f8b87 solid;
    color: white;
    margin: 1px;
	font-size:14px;
	font-weight:bold;
    -moz-border-radius: 1px 1px 1px 1px;
    -webkit-border-radius: 1px 1px 1px 1px;
    -khtml-border-radius: 1px 1px 1px 1px;
    border-radius: 1px 1px 1px 1px;
    padding: 1px 1px;
}
.pager_num_active a{
    color: white;
    text-decoration: none;
}
.TableBg{
    background: #ffffff url('design/price_bg.png') top left repeat-x;
}
/*center end*/
/*footer*/
h3{
    font-size: 12px;
}
.footer_menu{
    font-size: 11px;
}
.footer_menu a{
    color: #fff;
    text-decoration: none;
}
.footer_menu a:hover{
    color: #fff;
    text-decoration: underline;
}
.mintext{
    color: #000000;
    font-size: 11px;
}
.mintext a{
    color: #000000;
    font-size: 11px;
    text-decoration: none;
}
.maktext{
    padding: 5px 10px;
    color: #000000;
    font-size: 9px;
}
.footer_button{
    background: url('design/footer_button_bgl.png') top left repeat-x;
    border: 5px #515F6A solid;
    color: white;
    font-size: 10px;
    -moz-border-radius: 1px 1px 1px 1px;
    -webkit-border-radius: 1px 1px 1px 1px;
    -khtml-border-radius: 1px 1px 1px 1px;
    border-radius: 1px 1px 1px 1px;
}
/*footer end*/
/*form*/
.label{
    text-align: left;
	color:#333333;
	font-weight:bold;

}
select_kereso{
    width: 135px;
    /*background: white;*/
    border: 1px #9DDAEE solid;
    padding: 2px;
    -moz-border-radius: 1px 1px 1px 1px;
    -webkit-border-radius: 1px 1px 1px 1px;
    -khtml-border-radius: 1px 1px 1px 1px;
    border-radius: 1px 1px 1px 1px;
    color: #000000;
	background: url('design/input_bg.png') top left repeat-x;
}
.select_kereso{
    width: 135px;
    border: 1px #b9b8b8 solid;
    padding: 2px;
    -moz-border-radius: 1px 1px 1px 1px;
    -webkit-border-radius: 1px 1px 1px 1px;
    -khtml-border-radius: 1px 1px 1px 1px;
    border-radius: 1px 1px 1px 1px;
    color: #000000;
	background: url('design/input_bg.png') top left repeat-x;
}
/*.select_kereso option{
    background: url('design/input_bg.png') top left repeat;
    color: #000000;
} */
.selecthover_kereso{
    width: 135px;
    border: 1px #085076 solid;
    padding: 2px;
    -moz-border-radius: 1px 1px 1px 1px;
    -webkit-border-radius: 1px 1px 1px 1px;
    -khtml-border-radius: 1px 1px 1px 1px;
    border-radius: 1px 1px 1px 1px;
    color: #000000;
	background: url('design/input_bg.png') top left repeat-x;
}
.select_kereso:hover{
    width: 135px;
    border: 1px #085076 solid;
    padding: 2px;
    -moz-border-radius: 1px 1px 1px 1px;
    -webkit-border-radius: 1px 1px 1px 1px;
    -khtml-border-radius: 1px 1px 1px 1px;
    border-radius: 1px 1px 1px 1px;
    color: #000000;
	background: white url('design/input_bg.png') top left repeat-x;
}
.select_kereso:disabled{
    width: 135px;
    border: 1px #085076 solid;
    padding: 2px;
    -moz-border-radius: 1px 1px 1px 1px;
    -webkit-border-radius: 1px 1px 1px 1px;
    -khtml-border-radius: 1px 1px 1px 1px;
    border-radius: 1px 1px 1px 1px;
    color: #000000;
    background: white url('design/input_bg.png') top left repeat-x;
}
/*.select_kereso:hover option{
    background: url('design/input_bg.png') top left repeat;
    color: #000000;
}  */
select{
    width: 180px;
    /*background: white;*/
    border: 1px #9DDAEE solid;
    padding: 2px;
    -moz-border-radius: 1px 1px 1px 1px;
    -webkit-border-radius: 1px 1px 1px 1px;
    -khtml-border-radius: 1px 1px 1px 1px;
    border-radius: 1px 1px 1px 1px;
    color: #000000;
	background: url('design/input_bg.png') top left repeat-x;
}
.select{
    width: 180px;
    border: 1px #b9b8b8 solid;
    padding: 2px;
    -moz-border-radius: 1px 1px 1px 1px;
    -webkit-border-radius: 1px 1px 1px 1px;
    -khtml-border-radius: 1px 1px 1px 1px;
    border-radius: 1px 1px 1px 1px;
    color: #000000;
	background: url('design/input_bg.png') top left repeat-x;
}
.select:disabled{
    width: 180px;
    border: 1px #b9b8b8 solid;
    padding: 2px;
    -moz-border-radius: 1px 1px 1px 1px;
    -webkit-border-radius: 1px 1px 1px 1px;
    -khtml-border-radius: 1px 1px 1px 1px;
    border-radius: 1px 1px 1px 1px;
    color: #000000;
    background: url('design/input_bg.png') top left repeat-x;
}
.select_kereso:disabled
{
    background: url('design/input_bg.png') top left repeat-x;
}
.select option{
    background: url('design/input_bg.png') top left repeat;
    color: #000000;
}
.selecthover{
    width: 180px;
    border: 1px #085076 solid;
    padding: 2px;
    -moz-border-radius: 1px 1px 1px 1px;
    -webkit-border-radius: 1px 1px 1px 1px;
    -khtml-border-radius: 1px 1px 1px 1px;
    border-radius: 1px 1px 1px 1px;
    color: #000000;
	background: url('design/input_bg.png') top left repeat-x;
}
.select:hover{
    width: 180px;
    border: 1px #085076 solid;
    padding: 2px;
    -moz-border-radius: 1px 1px 1px 1px;
    -webkit-border-radius: 1px 1px 1px 1px;
    -khtml-border-radius: 1px 1px 1px 1px;
    border-radius: 1px 1px 1px 1px;
    color: #000000;
	background: url('design/input_bg.png') top left repeat-x;
}
.select:hover option{
    background: url('design/input_bg.png') top left repeat;
    color: #000000;
}
input{
    /*background: white;*/
    border: 1px #b9b8b8 solid;
    padding: 2px;
    -moz-border-radius: 1px 1px 1px 1px;
    -webkit-border-radius: 1px 1px 1px 1px;
    -khtml-border-radius: 1px 1px 1px 1px;
    border-radius: 1px 1px 1px 1px;
    color: #000000;
	background: url('design/input_bg.png') top left repeat-x;
}
.inputtext{
    /*background: white;*/
    border: 1px #b9b8b8 solid;
    padding: 2px;
    -moz-border-radius: 1px 1px 1px 1px;
    -webkit-border-radius: 1px 1px 1px 1px;
    -khtml-border-radius: 1px 1px 1px 1px;
    border-radius: 1px 1px 1px 1px;
    color: #000000;
	background: url('design/input_bg.png') top left repeat-x;
}
.inputtexthover{
    /*background: white; */
    border: 1px #085076 solid;
    padding: 2px;
    -moz-border-radius: 1px 1px 1px 1px;
    -webkit-border-radius: 1px 1px 1px 1px;
    -khtml-border-radius: 1px 1px 1px 1px;
    border-radius: 1px 1px 1px 1px;
    color: #000000;
	background: url('design/input_bg.png') top left repeat-x;
}
.inputtext:hover{
    /*background: white;*/
    border: 1px #085076 solid;
    padding: 2px;
    -moz-border-radius: 1px 1px 1px 1px;
    -webkit-border-radius: 1px 1px 1px 1px;
    -khtml-border-radius: 1px 1px 1px 1px;
    border-radius: 1px 1px 1px 1px;
    color: #000000;
	background: url('design/input_bg.png') top left repeat-x;
}
.textarea{
    /*background: white; */
    border: 1px #b9b8b8 solid;
    padding: 2px;
    -moz-border-radius: 1px 1px 1px 1px;
    -webkit-border-radius: 1px 1px 1px 1px;
    -khtml-border-radius: 1px 1px 1px 1px;
    border-radius: 1px 1px 1px 1px;
    color: #000000;
	background: url('design/input_bg.png') top left repeat;
}
.textareahover{
   /* background: white;*/
    border: 1px #085076 solid;
    padding: 2px;
    -moz-border-radius: 1px 1px 1px 1px;
    -webkit-border-radius: 1px 1px 1px 1px;
    -khtml-border-radius: 1px 1px 1px 1px;
    border-radius: 1px 1px 1px 1px;
    color: #000000;
	background: url('design/input_bg.png') top left repeat;
}
.textarea:hover{
    /*background: white;*/
    border: 1px #085076 solid;
    padding: 2px;
    -moz-border-radius: 1px 1px 1px 1px;
    -webkit-border-radius: 1px 1px 1px 1px;
    -khtml-border-radius: 1px 1px 1px 1px;
    border-radius: 1px 1px 1px 1px;
    color: #000000;
	background: url('design/input_bg.png') top left repeat;
}
.submit{
	background-image:none;
	background-color:#637263;
    height: 28px;
    padding: 0px 10px;
    border: 1px #717070 solid;
    font-family: 'Oswald';
    -moz-border-radius: 1px 1px 1px 1px;
    -webkit-border-radius: 1px 1px 1px 1px;
    -khtml-border-radius: 1px 1px 1px 1px;
    border-radius: 1px 1px 1px 1px;
    color: white;
    font-weight: bold;
}
.submit_kereso{
	background-color:#336633;
    height: 52px;
    width: 52px;
}
.btn{
	background-color:#336633;
    border: 1px #787878 solid;
	font-weight:bold;
	height:30px;
    padding: 1px 5px;
    -moz-border-radius: 1px 1px 1px 1px;
    -webkit-border-radius: 1px 1px 1px 1px;
    -khtml-border-radius: 1px 1px 1px 1px;
    border-radius: 1px 1px 1px 1px;
    color: black;
    cursor: pointer;
}
.btn_delete{
	background-color:#336633;
    border: 1px #787878 solid;
	font-weight:bold;
	height:30px;
    padding: 2px 5px;
    -moz-border-radius: 1px 1px 1px 1px;
    -webkit-border-radius: 1px 1px 1px 1px;
    -khtml-border-radius: 1px 1px 1px 1px;
    border-radius: 1px 1px 1px 1px;
    color: black;
    cursor: pointer;
}
.btn_ok{
    background: white;
    border: 1px #787878 solid;
    padding: 2px 5px;
    -moz-border-radius: 1px 1px 1px 1px;
    -webkit-border-radius: 1px 1px 1px 1px;
    -khtml-border-radius: 1px 1px 1px 1px;
    border-radius: 1px 1px 1px 1px;
    color: #1E4F2D;
    cursor: default;
    width: 255px;
    height: 30px;
}
.btn_no{
    background: white;
    border: 1px #787878 solid;
    padding: 2px 5px;
    -moz-border-radius: 1px 1px 1px 1px;
    -webkit-border-radius: 1px 1px 1px 1px;
    -khtml-border-radius: 1px 1px 1px 1px;
    border-radius: 1px 1px 1px 1px;
    color: #E80000;
    cursor: default;
    width: 255px;
    height: 30px;
}
.image_btn{
    border: none;
    background: none;
}
.szliderbar_box{
    background: white;
    border: 1px #9DDAEE solid;
    padding: 2px;
    -moz-border-radius: 1px 1px 1px 1px;
    -webkit-border-radius: 1px 1px 1px 1px;
    -khtml-border-radius: 1px 1px 1px 1px;
    border-radius: 1px 1px 1px 1px;
    color: #E80000;
    height: 30px;
    width: 249px;
}
/*form end*/
/*menu*/
.home{
    background: url('design/home_on.png') center left no-repeat;
    height: 25px;
}
.home_a{
    background: url('design/home_off.png') center left no-repeat;
    height: 25px;
}
.home a{
    text-decoration: none;
}
.home_a a{
    text-decoration: none;
}
.bluetabs{
    /*border-bottom: 1px solid gray;*/
    width: 990px;
    padding-left: 10px;
}

.bluetabs ul{
    padding: 5px 0px 0px 0px;
    margin-left: 0;
    margin-top: 1px;
    margin-bottom: 0;
    list-style-type: none;
    text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.bluetabs li{
    display: inline;
    margin: 0;
    font-size: 14px;
    font-family: 'Oswald';
    color: #FFFFFF;
}

.bluetabs li a{
    text-decoration: none;
    padding: 0px 10px;
    margin-right: 1px;
    /*border: 1px solid #778;*/
    color: #FFFFFF;
    /*background: white url(media/bluetab.gif) top left repeat-x; /*THEME CHANGE HERE*/
}

.bluetabs li a:visited{
    color: #FFFFFF;
}

.bluetabs li a:hover{
    text-decoration: none;
    color: white;
}

.bluetabs li.selected{
}

.bluetabs li.selected a{ /*selected main tab style */
    /*background-image: url(media/bluetabactive.gif); /*THEME CHANGE HERE*/
    border-bottom-color: white;*/
}

.bluetabs li.selected a:hover{ /*selected main tab style */
    text-decoration: none;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_b{
    position:absolute;
    top: -1px;
    text-align: left;
    padding-top: 7px;
    /*border: 1px solid #918d8d; /*THEME CHANGE HERE*/
    /*border-width: 0 1px;*/
    line-height:18px;
    z-index:100;
    visibility: hidden;
    background: url('design/arrow_top.png') top left no-repeat;
    /*box-shadow: 5px 5px 5px #888888; */
}

.dropmenudiv_b a{
    width: auto;
    display: block;
    text-indent: 5px;
    /*border: 0 solid #918d8d; /*THEME CHANGE HERE*/
    /*border-bottom-width: 1px; */
    padding: 2px 0;
    text-decoration: none;
}

* html .dropmenudiv_b a{ /*IE only hack*/
    width: 100%;
}

.menu_box{
    padding-left: 5px;
    padding-right: 5px;
    border-left: 1px #000000 solid;
    border-right: 1px #000000 solid;
    border-bottom: 1px #000000 solid;
}
.menu_span{
    border-bottom: 1px #000000 solid;
    padding: 1px 5px;
    margin: 0 0;
    font-size: 10px;
}
.menu_span a{
    text-decoration: none;
    color: #000000;
}
.menu_span a:hover{
    text-decoration: underline;
}
/*menu end*/

#KeresoTalalat {
	position: absolute;
	border-left: 4px #657762 solid;
	border-bottom: 4px #657762 solid;
	border-right: 4px #657762 solid;
	max-width: 698px;
	max-height: 300px;
	background: #fff;
	left: 160px;
	z-index: 1000000000000;
	text-align: left;
	overflow-y: visible;
	overflow-x: hidden;
}
#KeresoTalalat div#talalatsor {
	padding: 0 12px 0 12px;
	line-height: 20px;
	border-bottom: 1px #E0E0E0 solid;
}

#KeresoTalalat div#talalatsor:hover {
	background: #000080;
	color: #fff;
}


#KeresoTalalat div#talalatkovitem {
	padding-left: 12px;
	text-decoration: none;
	color: #FF0000;
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;
}

#KeresoTalalat div a {
	text-decoration: none;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
}

#KeresoTalalat div a:hover {
	color: #fff;
}