@charset "utf-8";
/* CSS Document */

html {
    margin:10px 0;
    padding:0;
}

body {
    margin: 10px 0;
    padding: 0;
    background-color: #FFF;
    background-image: url('../gfx/bg.jpg');
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 13px;
    color: #4C4B4B;
    text-align: justify;
}

h1{
    font-size: 16px;
    color: #666666;
    padding: 22px 0 0 70px;
    margin: 0;

}

.h1_bg{
    width: 644px;
    height: 51px;
    background-image: url('../gfx/jelzo.png');
    position: relative;
}

h2{
    font-size: 0.95em;
    color: #01335D;
    text-transform: uppercase;
    margin:0 0 5px 0;
}

h2 a{
    color: #666666;
    text-decoration: none;
}

h2 a:hover{
    text-decoration: underline;
}

p{
    margin: 0 0 16px 0;
}

a{
    color: #666666;
    text-decoration: none;
}

a:hover{
    text-decoration: underline;
}

hr{
    border: 0;
    height: 1px;
    background-color: #808080;
}

h3{
    font-size: 1.05em;
    color: #FFF;
    text-transform: uppercase;
    text-shadow: 0 0 0.1em #333;	
    line-height: 2em;
    text-align: center;
    margin: 0;
}

.body_wrapper{
    width: 940px;
    border-left: 1px solid #fff600;
    border-right: 1px solid #fff600;
    border-top: 1px solid #fff600;
    padding: 10px 10px 0 10px;
    background: #000000;
    margin: 0 auto;
}

.content_wrapper{
    padding: 6px 5px 0 5px;    
    background-color: #FFF;
}

.content_bg{
    background-image: url('../gfx/bg_2.png');
}

.footer{
    width: 940px;
    border-left: 1px solid #fff600;
    border-right: 1px solid #fff600;
    border-top: 0px solid #fff600;
    border-bottom: 1px solid #fff600;
    padding: 0px 10px 10px 10px;
    background: #000000;
    margin: 0 auto;
}

.head{
    width: 930px;
    height: 280px;
    overflow: hidden;
}

.menu{
    font-size: 15px;
    font-weight: bold;
    text-shadow: 1px 1px 1px #FFFFFF;
    color: #000000;
    text-align: center;
    background: #ffe612;
    height: 35px;
    border: 1px solid #ffe612;
    margin: 5px 0;
    line-height: 34px;
}

.menu ul {
    list-style-type:none;
    margin:0;
    padding:0;
}

.menu li {
    position: relative;
}

.menu ul li {
    display:inline;
    padding:0;
    text-decoration:none;
    float: inherit;
    margin: 0 20px;
}

.menu ul li a{
    text-decoration:none;
    color:#000;
    cursor:pointer;
    display:inline-block;
}

.menu ul li ul {
    position: absolute;
    left: 0;
    display: none;
    margin-top:-10px;
    padding:10px 20px 10px 10px;
    z-index:99999;
    text-align:left;
    background: #CAA97C;
    border: 1px solid #430101;
}

.menu ul li:hover ul{
    display: block;
}

.menu ul li ul li{
    line-height: 1.4em;
    padding: 0;
    margin: 0;
    float: none;
}

.left_content{
    width: 286px;
    background: #f0f0e7;
    border-left: 1px solid e9e8e2
    border-right: 1px solid e9e8e2
    border-top: 1px solid e9e8e2
    padding: 3px;
    float: left;
}

.left_content .title{
    width: 286px;
    height: 25px;
    background-image: url('../gfx/webshop.png');
}

.left_content .search{
    width: 286px;
    height: 50px;
    background-image: url('../gfx/kereses.png');
    margin-top: 5px; 
}

.left_content .cart{
    width: 286px;
    height: 25px;
    background-image: url('../gfx/penztar.png');
    margin-top: 10px;  
}

.left_content .products{
    width: 286px;
    height: 50px;
    background-image: url('../gfx/termekek.png');
    margin-top: 5px;  
}

.right_content{
    float: left;
    width: 636px;
}

.thx{
    font-size: 16px;
    text-align: center;
    margin: 30px 0 40px 0;
}

.msg{
    text-align: center;
    font-weight: bold;
}

.error_text{
    font-size: 13px;
    font-weight: bold;
    color: #E70E32;
}

.error_text ul{
    list-style-type: none;
}


.right_content .body{
    border-top: 1px solid #E9E8E2;
    border-left: 1px solid #E9E8E2;
    width: 622px;
    padding: 10px;
    background: #FFFFFF;
    min-height: 400px;
}

.right_content .body .left{
    width: 150px;
    float: left;
}

.right_content .body .right{
    width: 440px;
    float: left;
    padding-left: 10px;
}

.right_content .body .right_big{
    width: 460px;
}

.right_content .body .title{
    font-weight: bold;
    margin: 15px 0;
}

.right_content .body .left .price{
    color: #AD1D00;
    text-align: center;
    font-weight: bold;
    margin: 10px 0;
}

.right_content .body .right .price {
    color: #AD1D00;
    font-weight: bold;
    margin: 15px 0;
}

.price .small{
    font-size: 9px;
    font-weight: normal;
    color: #4C4B4B;
}

.right_content .body .right .detail_box{
    float: right;
}

.c_bg{
    background-image: url('../gfx/bg_2.png');
    background-repeat: no-repeat;
}

.pager{
    margin-top: 10px;
}

.inputs{
    margin: 10px 0 0 0;
    text-align: left;
}

.inputs label{
    width: 120px;
    float: left;
    font-weight: bold;
}

.inputs_btn{
    margin: 10px 0 10px 0;
    text-align: center;
}

select{
    width: 230px;
}

#login_box{
    padding-left: 8px;
}

#login_box label.error{
    margin-left: 120px;
}

.welcome{
    text-align: center;
    font-size: 15px;
    line-height: 20px;
    font-weight: bold;
    margin: 10px 5px 20px 5px;
}

.search_box{
    min-width: 100%;
}


.links{
    text-align: center;
    font-weight: bold;
    margin-bottom: 5px;
}

.links img{
    margin-right: 5px;
}

.pager{
    text-align: center;
}

.cart_btn{
    width: 15px;
    height: 16px;
    border: 0;
    background: transparent;
    background-image: url('../gfx/reg.png');
    background-repeat: no-repeat;  
}

.cart_btn:hover{
    cursor: pointer; 
}

.cat_mnu{
	margin-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

.cat_mnu ul{
    list-style-type: none;
    margin:0;
    padding: 0 7px;
}

.cat_mnu ul li{
    margin: 5px 0;
    padding: 0 0 5px 0;
    border-bottom: 1px dotted #B7B7B7;
    text-align: left;
}

.cat_mnu ul li a{
    color: #333333;
    text-decoration: none;
}

.sub_div ul{
    margin-left: 20px;
    list-style-type: disc;
}

.sub_div ul li{
    border-bottom: 0;
}

.sub_div{
    border-bottom: 1px dotted #B7B7B7;
    min-width: 100%;
}

.clear{
    clear:both;	
}

.text {
    font-weight: normal;
    color: #333333;
    text-align: justify;
}

.fejlec {
    font-size: 16px;
    font-weight: bold;
    color: #666666;
    text-align: left;
}

.cat_mnu {
    font-size: 15px;
    font-weight: bold;
    color: #333333;
    text-align: left;
    padding-left: 2px;
}

.menupt {
    background-image: url('../gfx/menu_pt.png');
    background-repeat: repeat-x;
    background-position: left;
    height: 1px;
    width: 268px;
    padding-right: 10px;
    position: absolute;
}
.textform {
    font-size: 12px;
    font-weight: bold;
    color: #333333;
    text-align: left;
}
.textformb {
    font-weight: bold;
    color: #333333;
    text-align: center;
}
.fejlectable {
    font-size: 14px;
    font-weight: bold;
    color: #666666;
    background-color: #E0E0E0;
    padding-top: 4px;
    padding-right: 2px;
    padding-bottom: 4px;
    padding-left: 4px;
}

.formb {
    color: #333333;
    padding: 2px;
    height: 19px;
    width: 140px;
    border: 1px solid #C7C7C7;
}
.formbt {
    font-weight: bold;
    color: #FFFFFF;
    padding: 2px;
    height: 23px;
    width: 110px;
    border: 1px solid #2393C9;
    background-color: #34a4db;
}
.fejlectabletx {
    font-weight: bold;
    color: #666666;
    background-color: #F3F3F3;
    padding-top: 4px;
    padding-right: 2px;
    padding-bottom: 4px;
    padding-left: 4px;
}
.required {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: normal;
    color: #333333;
    padding: 2px;
    height: 19px;
    border: 1px solid #C7C7C7;
}

.product_box{
    border: 1px solid #e3e1cb;
    padding: 10px;
    margin: 10px 0; 
}

.product_box img, .image img{
    border: 1px solid #EAEAEA;
}


.body .left{
    width: 150px;
    float: left;
}

.body .right{
    width:500px;
    float: left;
    padding-left: 20px;
}

.body .title{
    color: #333;
    text-transform: uppercase;
    font-weight: bold;
    margin: 15px 0;
}

.body .left .price{
    color: #AD1D00;
    text-align: center;
    font-weight: bold;
    margin: 10px 0;
}

.body .right .price {
    color: #AD1D00;
    font-weight: bold;
    margin: 15px 0;
}

.body .right .detail_box{
    float: left;
    background: #FFF;
}

.body .right .detail_box a{
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #EC7500;
    width: 120px;
    background-color: #EC7500;
    display: block;
    text-align: center;
    color: #FFF;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    padding: 3px 0;
    font-size: 12px;
}

.body .right .form_box a{
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #EC7500;
    width: 210px;
    background-color: #EC7500;
    display: block;
    text-align: center;
    color: #FFF;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    padding: 3px 0;
    font-size: 12px;
    float: right;
}

.image_slide{
    position: relative;
    width: 930px;
    height: 280px;
}

#slideshow {
    position:relative;
    height: 280px;
    overflow: hidden;
}

#slideshow img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8;
    opacity: 0.0;
}

#slideshow img.active {
    z-index: 10;
    opacity: 1.0;
}

#slideshow img.last-active {
    z-index: 9;
}

.gall_frame{
    margin:20px 0;
    background: #F5F4EC;
    padding: 15px 10px;
    border: 1px solid #E8E6D2;
}

.gall_frame img{
    border: 1px solid #515050;
    margin:15px 22px;
}

.gall_frame h2{
    border-bottom:1px solid #CCC;
    padding-bottom: 5px;
}

.gall_frame .date{
    font-size: 10px;
}


fieldset{
    width: 380px;
    margin: 0 auto;
    background: #E9E9E9;
    border: 1px solid #CCC;
}

fieldset label{
    width: 390px;
    float: left;
    color: #000;
    font-weight: bold;
    margin: 5px 0;
}

fieldset input[type=text]{
    border: 1px solid #EC7500;
    width: 378px;
    text-indent: 5px;
    padding: 2px 0;
}

fieldset .textarea{
    width: 378px;
    height: 100px;
    border: 1px solid #EC7500;
    text-indent: 5px;
    padding: 5px 0;
}

fieldset input[type=submit]{
    border: 1px solid #EC7500;
    background: #EC7500;
    color: #fff;
    padding: 2px 10px;
    margin: 10px 0;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

img.captcha{
  margin: 3px 0;
}

h4.alert_success {
    display: block;
    width: 90%;
    margin: 20px 3% 30px 3%;
    margin-top: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #E2F6C5;
    border: 1px solid #79C20D;
    color: #32510F;
    padding: 10px 0;
    text-indent: 40px;
    font-size: 14px;
}
h4.alert_error {
    display: block;
    width: 90%;
    margin: 20px 3% 30px 3%;
    margin-top: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #F3D9D9;
    border: 1px solid #D20009;
    color: #7B040F;
    padding: 10px 0;
    text-indent: 40px;
    font-size: 14px;
}