html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,ol,ul,li,fieldset,form,label,table,tbody,tfoot,thead,tr,th,td,a,img { border:0;outline:0;font-weight:inherit; font-style:inherit; font-size:100%; font-family:inherit; /*vertical-align:baseline;*/ margin:0; padding:0 }
:focus { outline:0 }
body { line-height:1;color:#4f4f4f;background:#fff }
ul { list-style:none }
table { border-collapse:separate; border-spacing:0 }
caption,th,td { font-weight:normal }
blockquote:before,blockquote:after,q:before,q:after { content:"" }
blockquote,q { quotes:"" "" }
button { cursor:pointer }
em,i { font-style:italic }
strong,b { font-weight:bold }
.c { text-align:center }
.c * { margin-left:auto; margin-right:auto }
.r { text-align:right }
.fl { float:left; display:inline }
.fr { float:right; display:inline }
.clear { clear:both }
.mb5 { margin-bottom:5px; }
.mb10 { margin-bottom:10px; }
.mb15 { margin-bottom:15px; }
.mb20 { margin-bottom:20px; }
.mt5 { margin-top:5px; }
.mt10 { margin-top:10px; }
.mt15 { margin-top:15px; }
.mt20 { margin-top:20px; }
.ml5 { margin-left:5px; }
.ml10 { margin-left:10px; }
.ml15 { margin-left:15px; }
.ml20 { margin-left:20px; }
.mr5 { margin-right:5px; }
.mr10 { margin-right:10px; }
.mr15 { margin-right:15px; }
.mr20 { margin-right:20px; }
.bold { font-weight:bold }
.errormessage { font-weight:bold; color:#880000; }
.form_error_container {background-color: #EEEEEE;border: 1px solid #880000;color: #880000;font-weight: bold;margin-bottom: 20px;padding: 10px 10px 5px;}
.message { font-weight:bold; color:#008800; }
.form_success_container {background-color: #EEEEEE;border: 1px solid #008800;color: #008800;font-weight: bold;margin-bottom: 20px;padding: 10px 10px 5px;}
.none { display:none; }
a,a:link { text-decoration:none }
a { color:#777; }
a:hover { text-decoration:underline; }
input, textarea, select { padding:2px; color:#3d3d3d; background:#fff; border:0; font-size:11px; }
select { border:1px solid #e6e6e6; }
input.text { background-color:#efefef; border:1px solid #e6e6e6; }
input.text_short { background-color:#efefef; border:1px solid #e6e6e6; color:#555; font-size:12px; height:16px; padding:2px; width:100px; }
input.text_middle { background-color:#efefef; border:1px solid #e6e6e6; color:#555; font-size:12px; height:16px; padding:2px; width:400px; }
textarea { background-color:#efefef; border:1px solid #e6e6e6; width:400px; height:150px; }
input.submit { padding:0; }
button { border:0; padding:0 10px; height:19px; font-size:11px; font-weight:bold; letter-spacing:1px; }
button:hover, button:active { }
.round {color:#fff; text-shadow:0 1px 0 #555; background-color: #D46810; padding: 1px 4px; -moz-border-radius: 2em/3em; -webkit-border-radius: 2em/3em; -khtml-border-radius:: 2em/3em; border-radius: 2em/3em; }
.round2 {color:#fff; font-size:10px; text-shadow:0 1px 0 #555; background-color: #D46810; padding: 1px 4px; -moz-border-radius: 2em/3em; -webkit-border-radius: 2em/3em; -khtml-border-radius:: 2em/3em; border-radius: 2em/3em; }

body {
    color:#4b4b4b;
    font:12px/16px "Trebuchet MS", Helvetica, Verdana, sans-serif;
    background-color:#e9ae5d;
}

#wrapper {
    width:1000px;
    margin:0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color:#fff;
    overflow:hidden;
    /*
    -moz-box-shadow:0px 7px 12px #333;
    -webkit-box-shadow:0px 7px 12px #333;
    box-shadow:0px 7px 12px #333;
    */
    -webkit-border-top-left-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-bottomright: 20px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.formsuccess {
    color: #2B8A20;
    font-weight: bold;
}

.formerror {
    color: #880000;
    font-weight: bold;
}

.formerror .item {
    margin-bottom: 5px;
}

.form_error_container p {
    margin-bottom: 5px;
}

.form_error_container {
    color: #880000;
    font-weight: bold;
    background-color: #eee;
    margin-bottom: 20px;
    padding: 10px 10px 5px 10px;
    border: 1px solid #880000;
}

.form_error {
    margin-bottom: 5px;
}

#page {
    width:1000px;
}

button { 
    background-color:#96004a;
    color:#f7f7f7; 
}

#header {
  height: 130px;
  background-color: #000;
  color: #fff;
  text-align: center;
}

#logo {
  float: left;
  width: 240px; 
  padding-top: 40px;
}

#topmenu {
  float: left;
  width: 760px; 
}

#topmenu-top .lang a {
  padding: 2px;
}
#topmenu-top a {
  color: #fff;
}
#topmenu-top {
  text-align: right;
  height: 60px;
}
#topmenu-top div {
  padding: 20px; 
}
#topmenu-top #searchbutton {
  cursor:pointer;
}
#topmenu-top div.sep {
  padding: 0px; 
}
#topmenu-bottom {
  background-color: #e19631;
  height: 42px;
  text-align: left;
  padding-top: 28px;
}

#topmenu-bottom ul {
  list-style-type:none;
}
#topmenu-bottom li {
  float:left;
  margin-right: 40px;
}
#topmenu-bottom li a {
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: bold;
}

#slider {
  height: 330px;
  background-color:#aaa; 
}

#content {
  padding: 0px 0px 25px 0px;
  overflow: hidden;
}

#content .promobox-container {
  padding-top: 25px;
}
#content .promobox {
  width:332px;
  float: left; 
  border-right: 1px solid #6d7685;
}
    
#content .promobox:last-child {
  border-right: none;
}

#content .promo-content {
  text-align: center;
  padding: 5px 25px 5px 25px; 
}
#content .promo-content h1 {
  margin-bottom: 10px;
}
#content .promo-content h1 a {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  color: #1e2024;
}
#content .promo-content h2 a {
  font-weight: bold;
  margin-bottom: 10px;
  color: #8c8c8c;
}

#footer {
  height: 70px;
  border-top: 17px solid #f2f2f2;
  background-color: #24272d;
}
#footer-content {
  height: 40px; 
  color: #fff;
  text-align: center;
  padding-top: 28px;
}
#footer-close {
  height: 2px;
  border-top: 1px solid #e19631;
  background-color: #24272d;
}

ul {
    margin-left:20px;
    list-style-type:square;
}

ol {
    margin-left:20px;
}

.banner_outer_left {
    background:none;
    display:block;
    margin-left:-225px;
    position:absolute;
    padding:0px;
    width:200px;
    text-align:right;
}

.banner_outer_right {
    background:none;
    display:block;
    margin-left:965px;
    position:absolute;
    padding:0px;
    width:200px;
    text-align:left;
}

.pager {
    margin-top:20px;
    text-align:center;    
}

.pager .pager_first {
    padding-right:10px;
}

.pager .pager_prev {
    padding-right:20px;
}

.pager .pager_next {
    padding-right:10px;
}

table.table_border {
    border-bottom: 1px solid #ccc;
    border-collapse: separate;
    border-right: 1px solid #ccc;
    border-spacing: 0;
}

table.table_border td.td_border_header {
    background-color:#eee;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding: 5px;   
}

table.table_border td.td_border {
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding: 5px;   
}

#kereso {
  padding: 0px 30px;
  color:#777;
}
#kereso h1 {
  font-size: 16px;
  margin-bottom: 20px;
}
#kereso div.item {
  clear:both;
  background-color:#eee;
  overflow:hidden;
  padding: 20px;
  margin-bottom: 20px;
}
#kereso div.termekkep {
  float:left;
  margin-right: 20px;
}
#kereso div.termek {
  padding: 0px 20px 0px 0px;
  float:left;
}
#kereso div.termeknev {
  margin-bottom: 5px;
}
#kereso div.termeknev a {
  font-size:16px;
}

.content_item {
  padding: 0px 30px;
}
.content_item h1 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
}
.content_item h2 {
  font-size: 14px;
  margin-bottom: 10px;
}

#termekeink {
  padding: 0px 30px;
}
#termekeink h1 {
  font-size: 16px;
  margin-bottom: 20px;
}
#termekeink div.termekkep {
  text-align: center;
}
#termekeink div.termekkep img {
  width: 110px;
  height: 130px;
  -moz-box-shadow:5px 6px 8px #777;
  -webkit-box-shadow:5px 6px 8px #777;
  box-shadow:5px 6px 8px #777;
}
#termekeink div.termekdoboz {
  float: left;
  width: 150px;
  height: 230px;
  margin: 0px 20px 20px 0px;
  background-color: #efefef;
}
#termekeink div.termekdoboz-tartalom {
  padding: 20px 10px;
}
#termekeink div.termeknev {
  margin-top: 10px;
}
#termekeink div.termeknev a {
  font-size: 14px;
}
#termeklap img {
  height: 300px; 
  -moz-box-shadow:5px 6px 8px #777;
  -webkit-box-shadow:5px 6px 8px #777;
  box-shadow:5px 6px 8px #777;
}
#termekcsoportok {
  padding: 0px 30px;
}
#termekcsoportok table {
  width: 100%;
}
#termekcsoportok table tr {
  vertical-align: top;
}
#termekcsoportok table td {
  text-align: left;
  padding-bottom: 30px;
  padding-right: 30px;
  width: 352px;
}
#termekcsoportok table td div.termekcsoportkep {
  text-align: left;
  margin-bottom: 15px;
}
#termekcsoportok table td div.termekcsoportkep img {
  height: 200px;
}
#termekcsoportok table h1 {
  margin-bottom: 10px;
}
#termekcsoportok table h1 a {
  font-size: 16px;
  font-weight: bold;
  color: #444;
}
#termekcsoportok table h1 a.termek {
  font-size: 12px;
  font-weight: bold;
  color: #444;
}
#termekcsoportok table span {
  padding-right: 15px;
}
#termekcsoportok li a {
  color: #777;
}
#termekcsoportok li {
  list-style-image: url(/images/li.png);
}
#breadcrumb {
  padding: 20px 30px 25px 30px;
}
#termeklap {
  padding: 0px 30px;
}
#termeklap h1 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
  color: #1e2024;
  margin-bottom: 30px;
}
#termeklap table {
}
#termeklap table tr {
  vertical-align: top;
}
#termeklap table td {
  border-right: 4px solid #fff;
  border-bottom: 4px solid #fff;
}
#termeklap table td:first-child {
  background-color: #ddd;
  padding: 5px;
  width: 120px;
  text-align: right;
  font-weight: bold;
}
#termeklap table td:last-child {
  background-color: #eee;
  padding: 5px;
  width: 120px;
}
#content_left {
    width: 180px;
    float:left;
    overflow: hidden;
    padding: 20px;
}
#content_main {
    /* width:764px; */
    margin-left:16px;
    float:left;
    overflow: hidden;
}
div.box {
  margin-bottom: 20px;
  -webkit-border-top-left-radius: 15px;
  -moz-border-radius-topleft: 15px;
  border-top-left-radius: 15px;
  -moz-box-shadow:5px 6px 8px #777;
  -webkit-box-shadow:5px 6px 8px #777;
  box-shadow:5px 6px 8px #777;
  -webkit-border-bottom-right-radius: 15px;
  -moz-border-radius-bottomright: 15px;
  border-bottom-right-radius: 15px;
}
div.box div.header {
  padding: 10px;
  background-color: #4f4f4f;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  -webkit-border-top-left-radius: 15px;
  -moz-border-radius-topleft: 15px;
  border-top-left-radius: 15px;
}
div.box div.sep {
  font-size: 0px;
  height: 1px;
  border-top: 3px solid #e19631;
}
div.box div.content {
  padding: 10px;
  background-color: #eee;
  -webkit-border-bottom-right-radius: 15px;
  -moz-border-radius-bottomright: 15px;
  border-bottom-right-radius: 15px;
}
div.box ul {
  padding: 0px;
  margin-left: 20px;
}
div.box ul li {
  margin-bottom: 5px;
  list-style-image: url(/images/li.png);
}
div.box ul li a {
  color: #4f4f4f;
  font-size: 13px;
}
div.box ul li a.active {
  font-weight: bold;
  color: #e19631;
}













/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* Icon Fonts
*********************************/
/* Font-face Icons */
@font-face {
  font-family: 'flexslider-icon';
  src:url('fonts/flexslider-icon.eot');
  src:url('fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'),
    url('fonts/flexslider-icon.woff') format('woff'),
    url('fonts/flexslider-icon.ttf') format('truetype'),
    url('fonts/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}

/* FlexSlider Default Theme
*********************************/
.flexslider { margin: 0px; background: #fff; border: 0px; position: relative; zoom: 1; }
.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport { max-height: 330px; }
.flexslider .slides { zoom: 1; }
.carousel li { margin-right: 0px; }

/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a  { text-decoration:none; display: block; width: 40px; height: 40px; margin: -20px 0 0; position: absolute; top: 50%; z-index: 10; overflow: hidden; opacity: 0; cursor: pointer; color: rgba(0,0,0,0.8); text-shadow: 1px 1px 0 rgba(255,255,255,0.3); -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease; }
.flex-direction-nav .flex-prev { left: -50px; }
.flex-direction-nav .flex-next { right: -50px; text-align: right; }
.flexslider:hover .flex-prev { opacity: 0.7; left: 10px; }
.flexslider:hover .flex-next { opacity: 0.7; right: 10px; }
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; }
.flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }
.flex-direction-nav a:before  { font-family: "flexslider-icon"; font-size: 40px; line-height:1; display: inline-block; content: '\f001'; }
.flex-direction-nav a.flex-next:before  { content: '\f002'; }

/* Pause/Play */
.flex-pauseplay a { display: block; width: 20px; height: 20px; position: absolute; bottom: 5px; left: 10px; opacity: 0.8; z-index: 10; overflow: hidden; cursor: pointer; color: #000; }
.flex-pauseplay a:before  { font-family: "flexslider-icon"; font-size: 20px; display: inline-block; content: '\f004'; }
.flex-pauseplay a:hover  { opacity: 1; }
.flex-pauseplay a.flex-play:before { content: '\f003'; }

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); box-shadow: inset 0 0 3px rgba(0,0,0,0.3); }
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev { opacity: 1; left: 10px;}
  .flex-direction-nav .flex-next { opacity: 1; right: 10px;}
}
