body {background: #fff url(../img/summer_bg.jpg) repeat-y scroll top;}

/* Layout ================================================================================= */
.wrapper {background: transparent url(../img/summer_bg_top.jpg) no-repeat scroll top; overflow: hidden;}
.page { width:984px; margin:0 auto; padding:0; text-align:left; }
.page-print { background:#fff; padding:20px; text-align:left; }
.page-popup { padding:20px; text-align:left; }
.main { margin:5px 0 1px; }

/* Base Columns */ 
.col-left { float:left; width:235px; padding-right:11px; }
.col-main { float:left; width:738px; }
.col-right { float:right; width:230px; border:1px solid #ddd; padding:5px 5px 0; }
.col-main-margin { float:left; width:738px; padding:20px 0px 0px 0px; }

/* 1 Column Layout */
.col1-layout .col-main { float:none; width:auto; }

/* 2 Columns Layout */
.col2-left-layout .col-main { float:left; }
.col2-right-layout .col-main {}

/* 3 Columns Layout */
.col3-layout .col-main { width:484px; margin-left:10px; }

/* Content Columns */
.col2-set .col-1 { float:left; width:49%; }
.col2-set .col-2 { float:right; width:49%; }
.col2-set .narrow { width:33%; }
.col2-set .wide { width:65%; }

.col3-set .col-1 { float:left; width:32%; }
.col3-set .col-2 { float:left; width:32%; margin-left:2%; }
.col3-set .col-3 { float:right; width:32%; }

.col4-set .col-1 { float:left; width:23.5%; }
.col4-set .col-2 { float:left; width:23.5%; margin:0 2%; }
.col4-set .col-3 { float:left; width:23.5%; }
.col4-set .col-4 { float:right; width:23.5%; }
/* ======================================================================================= */


/* Global Styles ========================================================================= */
/* Form Elements */
input,select,textarea,button { font:12px Arial, Helvetica, sans-serif; vertical-align:middle; color:#000; }
input.input-text,select,textarea { background:#ebebeb; border:1px solid #cdcdcd; }
input.input-text,textarea { padding:2px; }
select { padding:1px; }
select option { padding-right:10px; }
select.multiselect option {}
textarea { overflow:auto; }
input.radio { margin-right:3px; }
input.checkbox { margin-right:3px; }
input.qty { width:2.5em !important; }
button.button { overflow:visible; width:auto; border:0; padding:0 0 0 12px; background:url(../img/bkg_button.png) 0 50% no-repeat; cursor:pointer; -webkit-border-fit:lines; /* <- Safari & Google Chrome Fix */ }
button.button span { float:left; padding:0 12px 2px 0; background:url(../img/bkg_button.png) 100% 50% no-repeat; font:normal 12px/21px Verdana,Geneva,Kalimati,sans-serif; text-align:center; white-space:nowrap; color:#fff; text-transform: uppercase;}

button.button_red {overflow:visible; width:auto; border:0; padding:0 0 0 12px; background:url(../img/bkg_button_red.jpg) 0 50% no-repeat; cursor:pointer; -webkit-border-fit:lines; height: 24px; margin-right: 2px; margin-top: 10px;}
button.button_red span {float:left; padding:0 12px 0 0; background:url(../img/bkg_button_red.jpg) 100% 50% no-repeat; font:normal 12px/21px Verdana,Geneva,Kalimati,sans-serif; text-align:center; white-space:nowrap; color:#fff; text-transform: uppercase; line-height: 22px; height: 24px;}

button.button_red_reszletes { display: block; overflow:visible; border:0; background:url(../img/button_reszletes_kereses.jpg) 0 50% no-repeat; cursor:pointer; -webkit-border-fit:lines; height: 26px; margin-left: 0px; margin-top: 10px; width: 110px; }
button.button_red_reszletes span { display: none; }

button.button_blue {}
button.button_blue span {}

button.disabled {}
button.disabled span {}
/* Input & Textarea stretched for 100% */
.field-100 { border:1px solid #888; padding:2px; overflow:hidden; }
.field-100 input.input-text,
.field-100 textarea { float:left; width:100%; margin:0; padding:0; border:0; }
/* Form Highlight */
/*input.input-text:focus,select:focus,textarea:focus {}*/
/*.highlight { background:#eee; }*/

/* Form lists */
.form-list li { margin:0 0 5px; }
.form-list label { font-weight:bold; }
.form-list .input-box { float:left; width:260px; }
.form-list input.input-text,
.form-list textarea { width:250px; }
.form-list select { width:256px; }
.form-list li.add-row { border-top:1px solid #ddd; margin-top:10px; }
.form-list li.add-row .btn-remove { font-size:0; line-height:0; padding:5px 5px 0 0; text-align:right; }
.form-list .range input.input-text { width:96px; }

.group-select {}
.group-select label {float: left; width: 160px;}
.group-select li { margin:0; }
.group-select .input-box { float:left; width:460px; }
.group-select input.input-text,
.group-select textarea {width:420px; margin-bottom: 5px;}
.group-select textarea {width:600px;}
.group-select select { width:516px; }
.group-select .input-box input.input-text,
.group-select .input-box textarea { width:250px; margin-bottom: 5px;}
.group-select .input-box select { width:256px; margin-bottom: 5px;}
.red {color: #F00;}

.group-select .validation-advice {margin-left: 160px; color: #F00; margin-bottom: 5px;}

.buttons-set { clear:both; margin:5px 0 0; padding:5px; }
.buttons-set .back-link { float:left; }
.buttons-set button.button { float:right; }

.buttons-set2 { clear:both; margin:5px 0 0; padding:5px; border:1px solid #ddd; text-align:right; }

/* Form Validation */
.validation-advice { clear:both; min-height:13px; margin:3px 0 0; padding-left:17px; font-size:10px; line-height:13px; background:url(../images/validation_advice_bg.gif) 2px 1px no-repeat; color:#ffb533; }
.validation-failed { border:1px dashed #f00 !important; background:#faebe7 !important; }
.validation-passed {}
.required { color:#f00; }
p.required { font-size:10px; text-align:right; }
/* Expiration date and CVV number validation fix */
.v-fix { float:left; }
.v-fix .validation-advice { display:block; width:12em; margin-right:-12em; position:relative; }

/* Global Messages  */
.success { color:#3d6611; font-weight:bold; }
.error { color:#f00; font-weight:bold; }
.notice { color:#ccc; }

.messages,
.messages ul { list-style:none !important; margin:0 !important; padding:0 !important; }
.messages { width:100%; overflow:hidden; }
.messages li { margin:0 0 10px; }
.messages li li { margin:0 0 3px; }
.error-msg,
.success-msg,
.note-msg,
.notice-msg { border-style:solid !important; border-width:1px !important; background-position:10px 10px !important; background-repeat:no-repeat !important; min-height:24px !important; padding:8px 8px 8px 32px !important; font-size:12px !important; font-weight:bold !important; margin-bottom: 5px;}
.error-msg { border-color:#f16048; background-color:#faebe7; background-image:url(../images/error_msg_icon.gif); color:#df280a; }
.success-msg { border-color:#446423; background-color:#eff5ea; background-image:url(../images/success_msg_icon.gif); color:#3d6611; }
.note-msg,
.notice-msg { border-color:#fcd344; background-color:#fafaec; background-image:url(../images/note_msg_icon.gif); color:#3d6611; }

/* BreadCrumbs */ 
.breadcrumbs { padding:3px 0 0 0; margin:-5px 0 0 10px; height: 25px; font-size: 11px;}
.breadcrumbs li { display:inline; color: #b82726;}

/* Page Heading */
.page-title { border-bottom:1px dotted #000; padding:0; margin:0 0 10px; }
.title-buttons { text-align:right; }
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 { float:left; }
.page-title h2 {font-size: 14px; font-weight: bold;}


/* Pager */ 
.pager { padding:0 5px 0 5px; margin:0; text-align:center; }
.pager .amount { float:left; }
.pager .limiter { float:right; }
.pager .pages { margin:0 135px; }
.pager .pages a {color: #b62726; text-decoration: none;}
.pager .pages a:hover {text-decoration: underline;}
.pager .pages ol { display:inline; }
.pager .pages li { display:inline; }
.pager .pages .current {}

/* Sorter */ 
.sorter { padding:0 5px 0 5px; margin:2px 0; }
.sorter .view-mode { float:left; }
.sorter .sort-by { float:right; margin-right: 43px;}
.sorter .link-feed {}

/* Data Table */ 
.data-table { width:100%; }
.data-table th { padding:5px; border:1px solid #183676; font-weight:bold; white-space:nowrap; }
.data-table td { padding:5px; border:1px solid #183676; }
.data-table thead { background: transparent url(../img/titlebg.gif) repeat-x; border-bottom: 1px solid #183676; color: #FFF;}
.data-table tbody {}
.data-table tfoot {}
.data-table tr {}
.data-table tr.first {}
.data-table tr.last {border-bottom: 1px solid #183676;}
.data-table tr.odd {border-left: 1px solid #183676; border-right: 1px solid #183676;}
.data-table tr.even { background-color:#f6f6f6; border-left: 1px solid #183676; border-right: 1px solid #183676; }
.data-table tbody.odd {}
.data-table tbody.odd td { border-width:0 1px; }
.data-table tbody.even { background-color:#f6f6f6; }
.data-table tbody.even td { border-width:0 1px; }
.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td { border-bottom-width:1px; }
.data-table tfoot tr.last {border-bottom: 0 none;}
.data-table th .tax-flag { white-space:nowrap; font-weight:normal; }
.data-table td.label,
.data-table th.label { font-weight:bold; background-color:#f6f6f6; }
.data-table td.value {}

/* Tax Details Row */
tr.tax-total { cursor:pointer; }
tr.tax-total td {}
tr.tax-total .tax-collapse { float:right; text-align:right; padding-left:20px; background:url(../images/bg_collapse.gif) 0 4px no-repeat; cursor:pointer; }
tr.show-details .tax-collapse { background-position:0 -53px; }
tr.show-details td {}
tr.tax-details td { background-color:#f6f6f6; }
tr.tax-details-first td {}

/* Shopping cart tax info */
.cart-tax-info,
.cart-tax-info .cart-price { padding-right:20px; }
.cart-tax-total { cursor:pointer; }
.cart-tax-total { padding-right:20px; background:url(../images/bg_collapse.gif) 100% 4px no-repeat; cursor:pointer; }
.cart-tax-total-expanded { background-position:100% -52px; }

/* Lists Decoration */
li.odd {}
li.even { background-color:#f6f6f6; }
dt.odd,
dd.odd {}
dt.even,
dd.even { background-color:#f6f6f6; }

/* Class: std - styles for admin-controlled content */
.std,
.std ul,
.std ol,
.std dl,
.std p,
.std address,
.std blockquote { margin:0; padding:0; }
.std ul { list-style:none; }
.std ol { list-style:decimal outside; padding-left:1.5em; }
.std ul ul { list-style-type:circle; }
.std ul ul,
.std ol ol,
.std ul ol,
.std ol ul { margin:.5em 0; }
.std dt { font-weight:bold; }
.std dd { padding:0 0 0 1.5em; }
.std blockquote { font-style:italic; padding:0 0 0 1.5em; }
.std address { font-style:normal; }
.std b,
.std strong { font-weight:bold; }
.std i,
.std em { font-style:italic; }

/* Misc */
.link-rss { background:url(../images/icon_rss.gif) 0 1px no-repeat; padding-left:18px; white-space:nowrap; }

/* Noscript Notice */
.noscript { border:1px solid #ddd; border-width:0 0 1px; background:#ffff90; font-size:12px; line-height:1.25; text-align:center; color:#2f2f2f; }
.noscript .noscript-inner { width:1000px; margin:0 auto; padding:12px 0 12px; background:url(../images/i_notice.gif) 20px 50% no-repeat; }
.noscript p { margin:0; }

/* Demo Notice */
.demo-notice { margin:0; padding:6px 10px; background:#d75f07; font-size:12px; line-height:1.15; text-align:center; color:#fff; }
/* ======================================================================================= */


/* Header ================================================================================ */
.logo { float:left; width:200px; height:63px; overflow:hidden; } 
.header-container {}
.header { height: 102px; overflow: hidden;}
.header .logo { float: left; display: block; width: 278px; height: 44px; background: url(../img/logo.png) no-repeat; margin-top: 28px; }
.header .welcome-msg { font-weight:bold; text-align:right; }
.header .box { width: 290px; margin: 15px 0 0 0;}
.header .links { float:left; }
.header  #logo { margin-right: 20px; }
.header #logo2 { float: left; display: block; margin: 25px 0 0 0; }

.header .mini-login { width: 308px; font-size: 11px; margin-left: 10px;}
.header .mini-login, .header .mini-login img {float: left;}
.header .mini-login img {margin-right: 5px;}
.header .mini-login label {float: left; width: 100px;}
.header .mini-login .input-text {width: 130px; margin-bottom: 2px; background: #bcd6e7; font-size: 10px; color: #2071a3; }
.header .mini-login a {color: #4588b2; text-decoration: underline;}
.header .mini-login .register {float: left; display: block; width: 86px; height: 26px; background: url(../img/register2.png) no-repeat; color: #FFF; text-decoration: none; text-transform: uppercase; padding: 2px 0 0 4px; margin-left: 90px; font-size: 10px; margin-top: 5px; }
.header .mini-login .login-button {float: right; display: block; width: 86px; height: 26px; background: url(../img/loginbutton2.png) no-repeat ; border: 0 none; padding-bottom: 3px; text-transform: uppercase; color: #FFF; font-size: 11px; margin-right: 28px; margin-top: 5px; cursor: pointer;}


.topnav .form-search { float: right; font-size: 11px; margin: 6px 17px 0 0; display: inline; }
.topnav .form-search img {float: left; position: relative; left: 8px;}
.topnav .form-search label {float: left; width: 102px; margin-left: 2px;}
.topnav .form-search .input-text {float: left; width: 130px; margin-bottom: 2px;}
.topnav .form-search .searchbtn {display: block; width: 40px; height: 24px; background: url(../img/searchbtn.png) no-repeat; color: #FFF; border: 0 none; cursor: pointer; padding: 0; float: left; margin: -1px 0 0 -5px;}
.topnav .form-search .searchbtn span {position: relative; top: -2px; }
.topnav .form-search .search-autocomplete { z-index:999; }
.topnav .form-search .search-autocomplete ul { border:1px solid #ddd; background-color:#fff; }
.topnav .form-search .search-autocomplete li { padding:3px; border-bottom:1px solid #ddd; cursor:pointer; }
.topnav .form-search .search-autocomplete li .amount { float:right; font-weight:bold; }
.topnav .form-search .search-autocomplete li.selected {}
.topnav .form-language { text-align:center; }

.topnav { height: 34px; background: url(../img/topmenubg.gif) repeat-x; padding: 0 0 0 0; }
/*.topnav a {color: #FFF; text-decoration: none; margin: 0px 5px 0 5px; position: relative; top: 4px;}
.topnav a:hover {color: #ece6e6;}*/

.topnav a { font-size: 11px; margin: 2px 12px 0px 7px; }

/********** < Navigation */

.block-content h5 {font-weight: normal; margin-left: 5px; border-bottom: 1px solid #FFF; width: 185px;}
.block-nav .block-content {background: #fff; color: #0868ab;}

.block-content-nyar { background: #f2a002 url(../img/left-menu-nyar.jpg) no-repeat; color: #fff; }
.block-content-nyar .nav { margin: 3px 10px 5px 30px; padding: 5px 0px 5px 0px; background: #f2a002; }
.block-content-nyar li { background: #ff7800 url(../img/star-nyar.jpg) top left no-repeat; color: #fff; margin: 2px 0px 2px 0px; padding: 0px 0px 0px 0px; }
.block-content-nyar li a { color: #fff; margin: 0px 0px 0px 27px; }
.block-content-nyar .nav ol {width: 185px; background: #f2a002; }

.block-content-nyar ul li li { border-bottom: 1px dotted #fff; background: #f2a002 url(../img/star-nyar2.jpg) top left no-repeat; color: #fff; margin: 2px 0px 2px 0px; padding: 0px 0px 0px 0px; }
.block-content-nyar ul li li.last { border-bottom: 0; background: #f2a002 url(../img/star-nyar2.jpg) top left no-repeat; color: #fff; margin: 2px 0px 2px 0px; padding: 0px 0px 0px 0px; }
.block-content-nyar ul li li a { color: #fff; }

.block-content-nyar li.parent span { color: #fff; }
.block-content-nyar li.parent a { color: #fff; }
.block-content-nyar li.parent a:hover { color: #fff; }


.block-content-tel { background: #086199 url(../img/left-menu-tel.jpg) no-repeat; color: #fff; }
.block-content-tel .nav { margin: 0px 10px 5px 30px; padding: 5px 0px 5px 0px; }
.block-content-tel li { background: #bcd6e7 url(../img/star-tel.jpg) top left no-repeat; color: #fff; margin: 2px 0px 2px 0px; padding: 0px 0px 0px 0px; }
.block-content-tel li a { color: #086199; margin: 0px 0px 0px 27px; }
.block-content-tel .nav ol {width: 185px; background: #086199; }

.block-content-tel ul li li { border-bottom: 1px dotted #fff; background: #086199 url(../img/star-tel2.jpg) top left no-repeat; color: #fff; margin: 2px 0px 2px 0px; padding: 0px 0px 0px 0px; }
.block-content-tel ul li li.last { border-bottom: 0; background: #086199 url(../img/star-tel2.jpg) top left no-repeat; color: #fff; margin: 2px 0px 2px 0px; padding: 0px 0px 0px 0px; }
.block-content-tel ul li li a { color: #fff; }
.block-content-tel .active a:hover { border: 0; color: #fff; }

.block-content-egyeb { background: #4b4b4b url(../img/left-menu-egyeb.jpg) no-repeat; color: #fff; }
.block-content-egyeb .nav { margin: 0px 10px 5px 30px; padding: 5px 0px 5px 0px; }
.block-content-egyeb li { background: #e5ecf0 url(../img/star-egyeb.jpg) top left no-repeat; color: #fff; margin: 2px 0px 2px 0px; padding: 0px 0px 0px 0px; }
.block-content-egyeb li a { color: #5a5959; margin: 0px 0px 0px 27px; }
.block-content-egyeb .nav ol {width: 185px; background: #4b4b4b; }

.block-content-egyeb ul li li { border-bottom: 1px dotted #fff; background: #4b4b4b url(../img/star-egyeb2.jpg) top left no-repeat; color: #fff; margin: 2px 0px 2px 0px; padding: 0px 0px 0px 0px; }
.block-content-egyeb ul li li.last { border-bottom: 0; background: #4b4b4b url(../img/star-egyeb2.jpg) top left no-repeat; color: #fff; margin: 2px 0px 2px 0px; padding: 0px 0px 0px 0px; }
.block-content-egyeb ul li li a { color: #fff; }
.block-content-egyeb .active a:hover { border: 0; color: #fff; }

.nav { font-size:12px; padding:0; margin:0 0 5px 20px;}

/* All Levels */
.nav li { text-align:left; position:relative; list-style-type: none;}
.nav li.over { z-index:999; }
.nav li.parent {}
.nav li a { display:block; text-decoration:none; }
.nav li a:hover { text-decoration:none; }
.nav li a span { display:block; white-space:nowrap; cursor:pointer; }
.nav li ul a span { white-space:normal; }

/* 1st Level */
.nav li {  }
.nav li a { padding:0; font-weight:normal; }
.nav li a:hover { text-decoration: underline;}
.nav li.over a,
.nav li.active a {}

/* 2nd Level */
.nav ul { border:2px solid #ddd; /*position:relative; width:15em; top:25px; left:-10000px; border:1px solid #ddd;*/  }
.nav ul li { /*float:none; border-bottom:1px solid #ddd;*/ }
.nav ul li.last {/* border-bottom:0;*/ }
.nav ul li a { float:none; padding:3px 9px; font-weight:normal; color:#888 !important; }
.nav ul li a:hover { color:#0868ab !important; }
.nav ul li.active > a,
.nav ul li.over > a  { font-weight:bold; color:#000 !important; }

/* 3rd+ leven */
.nav ul ul { top:7px; }

/* Show Menu */
/*.nav li.over > ul { left:180px; top: 5px;}
.nav li.over > ul li.over > ul { left:100px; }
.nav li.over ul ul { left:-10000px; }*/

.nav ol {padding-left: 10px; width: 155px; padding-top: 2px; padding-bottom: 2px; font-size: 11px;}
/********** Navigation > */
/* ======================================================================================= */


/* Sidebar =============================================================================== */
.block { margin:0 0 10px; }
.block .block-title { padding:0; background: url(../img/titlebg.gif) repeat-x; text-align: left; padding-left: 10px; height: 25px; border: 1px solid #2f9fba; padding-top: 5px;}
.block .block-title h2 { font-size:15px; font-weight:normal; line-height:1.5; color: #FFF; font-family: Helvetica; }
.block h3 { font-size:14px; line-height:1.5; }
.block .block-content { padding:10px; }
.block .actions { text-align:right; }
.block .actions a { float:left; }

/* Block: Account */
.block-account {}

/* Block: Currency Switcher */
.block-currency {}
.block-currency select { width:100%; border:1px solid #888; }

/* Block: Layered Navigation */
.block-layered-nav {}
.block-layered-nav .block-title { background: #ff7800; border: 1px solid #ff7800; }
.block-layered-nav .block-content {border: 10px solid #f2a002; background: #e7e7e7; color: #ffc000; float:left; display: block; width: 720px; padding: 0; margin: 0px 0px 5px 0px; } /* UPDATE */
.block-layered-nav .block-content a {color: #ff7800; font-weight: bold; text-decoration: none;}
.block-layered-nav .block-content a:hover {color: #ff7800; text-decoration: underline;}
.block-layered-nav .block-content h3 {margin-left: 25px; font-size: 12px; font-weight: normal; border-bottom: 1px solid #ff7800;}
.block-layered-nav .block-content dl { display: block; height: 20px; border-bottom: 1px dotted #ff7800; margin: 0px 0px 0px 10px; padding: 0px 0px 0px 0px; }
.block-layered-nav .block-content dt { border-right: 1px dotted #ff7800; margin: 2px 0px 0px 0px; }
.block-layered-nav .block-content ol { margin: 10px 0px 10px 0px; }
.block-layered-nav .shop-by {width: 720px; padding: 10px 0px 10px 0px; color: #f2a002; margin: 10px 0px 20px 0px; border-bottom: 1px solid #f2a002;}
.block-layered-nav .shop-by H3 { margin: 0px 10px 0px 10px; color: #f2a002; border-bottom: 1px solid #f2a002; }
.block-layered-nav .layer-box {float: left; width: 135px; color: #f2a002; margin-left: 5px;}
.block-layered-nav dt { color: #ff7800; font-weight:normal; width: 120px; font-weight: bold; }
.block-layered-nav dl {margin-left: 5px; border-bottom: 1px dotted #ff7800;  }
.block-layered-nav dd {font-size: 11px; margin-left: 0px; }

.block-layered-nav .dat { color: #ff7800; font-weight:normal; width: 120px; font-weight: bold; border-bottom: 1px dotted #ff7800;}
.block-layered-nav .dal {margin-left: 5px; border-bottom: 1px dotted #ff7800; overflow: hidden;}
.block-layered-nav .dad {display: inline-block; font-size: 11px; width: 140px; margin-left: 0px; overflow: auto; height: 75px;}
.block-layered-nav .dad ol { float: left; }
.block-layered-nav .dad ol ul li { float: left; }


.block-layered-nav .currently, .block-layered-nav .actions {margin-left: 25px; font-size: 11px;}
.block-layered-nav .actions {margin-bottom: 5px; padding: 0px 10px 3px 0px; }
.block-layered-nav .currently, .block-layered-nav .actions {margin-left: 25px; font-size: 11px;}
.block-layered-nav .actions a {float: right;}
.block-layered-nav .currently img {margin-top: -2px;}
.block-layered-nav .currently li {float: left; margin-left: 10px;}
.block-layered-nav .block-content li { line-height: 16px; }

/* Block: Layered Navigation nyari */
.block-layered-nav-nyar {}
.block-layered-nav-nyar .block-title { background: #ff7800; border: 1px solid #ff7800; }
.block-layered-nav-nyar .block-content {border: 10px solid #ffc000; background: #ffffff; color: #ffc000; overflow: auto; padding: 0;}
.block-layered-nav-nyar .block-content a {color: #ff7800; font-weight: bold; text-decoration: none;}
.block-layered-nav-nyar .block-content a:hover {color: #ff7800; text-decoration: underline;}
.block-layered-nav-nyar .block-content h3 {margin-left: 25px; font-size: 12px; font-weight: normal; border-bottom: 1px solid #ff7800;}
.block-layered-nav-nyar .block-content dl { display: block; height: 20px; border-bottom: 1px dotted #ff7800; margin: 0px 0px 0px 10px; padding: 0px 0px 0px 0px; }
.block-layered-nav-nyar .block-content dt { border-right: 1px dotted #ff7800; margin: 2px 0px 0px 0px; }
.block-layered-nav-nyar .block-content ol { margin: 10px 0px 10px 0px; }
.block-layered-nav-nyar .shop-by {width: 150px; margin-left: 0px; background: yellow; }
.block-layered-nav-nyar .layer-box {float: left; width: 140px; }
.block-layered-nav-nyar dt { color: #ff7800; font-weight:normal; width: 120px; font-weight: bold; height: 16px; line-height: 16px; }
.block-layered-nav-nyar dl {margin-left: 5px; border-bottom: 1px dotted #ff7800; height: 16px; line-height: 16px; }
.block-layered-nav-nyar dd {font-size: 11px; margin-left: 0px; height: 16px; line-height: 16px; }
.block-layered-nav-nyar .currently, .block-layered-nav .actions {margin-left: 25px; font-size: 11px;}
.block-layered-nav-nyar .actions {margin-bottom: 5px; border-bottom: 1px solid #FFF;}
.block-layered-nav-nyar .actions a {float: right;}
.block-layered-nav-nyar .currently img {margin-top: -2px;}
.block-layered-nav-nyar .currently li {float: left; margin-left: 10px;}
.block-layered-nav-nyar .actions { margin-bottom: 5px; border-bottom: 1px solid #FFF;}
.block-layered-nav-nyar .actions a {float: right;}


/* Block: Layered Navigation teli */
.block-layered-nav-teli {}
.block-layered-nav-teli .block-title { background: #bcd6e8; border: 1px solid #bcd6e8; color: #086199; }
.block-layered-nav-teli .block-title H2 { color: #086199; }
.block-layered-nav-teli .block-content {border: 10px solid #086199; background: #bcd6e7; color: #ffc000; float:left; display: block; width: 720px; padding: 0; margin: 0px 0px 5px 0px; } /* UPDATE */
.block-layered-nav-teli .block-content a {color: #086199; font-weight: bold; text-decoration: none;}
.block-layered-nav-teli .block-content a:hover {color: #086199; text-decoration: underline;}
.block-layered-nav-teli .block-content h3 {margin-left: 25px; font-size: 12px; font-weight: normal; border-bottom: 1px solid #ff7800;}
.block-layered-nav-teli .block-content dl { display: block; height: 20px; border-bottom: 1px dotted #086199; margin: 0px 0px 0px 10px; padding: 0px 0px 0px 0px; }
.block-layered-nav-teli .block-content dt { border-right: 1px dotted #086199; margin: 2px 0px 0px 0px; }
.block-layered-nav-teli .block-content ol { margin: 10px 0px 10px 0px; }
.block-layered-nav-teli .shop-by {width: 720px; padding: 10px 0px 10px 0px; color: #086199; margin: 10px 0px 20px 0px; border-bottom: 1px solid #086199;}
.block-layered-nav-teli .shop-by H3 { margin: 0px 10px 0px 10px; color: #086199; border-bottom: 1px solid #086199; }
.block-layered-nav-teli .layer-box { color: #086199; float: left; width: 135px; margin-left: 5px;}
.block-layered-nav-teli dt { color: #086199; font-weight:normal; width: 120px; font-weight: bold; }
.block-layered-nav-teli dl {margin-left: 5px; border-bottom: 1px dotted #086199; }
.block-layered-nav-teli dd {font-size: 11px; margin-left: 0px; color: #086199; }
.block-layered-nav-teli .currently, .block-layered-nav .actions {margin-left: 25px; font-size: 11px;}
.block-layered-nav-teli .actions {margin-bottom: 5px; border-bottom: 1px solid #086199; padding: 0px 10px 3px 0px; }
.block-layered-nav-teli .actions a {float: right;}
.block-layered-nav-teli .currently img {margin-top: -2px;}
.block-layered-nav-teli .currently li {float: left; margin-left: 10px;}

.block-layered-nav-teli .dat { color: #086199; font-weight:normal; width: 120px; font-weight: bold; border-bottom: 1px dotted #086199;}
.block-layered-nav-teli .dal {margin-left: 5px; border-bottom: 1px dotted #086199; overflow: hidden;}
.block-layered-nav-teli .dad {display: inline-block; font-size: 11px; width: 140px; margin-left: 0px; overflow: auto; height: 75px; } /* UPDATE */
.block-layered-nav-teli .dad ol { float: left; }
.block-layered-nav-teli .dad ol ul li { float: left; }

/* Block: Layered Navigation egyeb */
.block-layered-nav-egyeb {}
.block-layered-nav-egyeb .block-title { background: #ff7800; border: 1px solid #ff7800; }
.block-layered-nav-egyeb .block-content {border: 10px solid #ffc000; background: #ffffff; color: #ffc000; overflow: auto; padding: 0;}
.block-layered-nav-egyeb .block-content a {color: #ff7800; font-weight: bold; text-decoration: none;}
.block-layered-nav-egyeb .block-content a:hover {color: #ff7800; text-decoration: underline;}
.block-layered-nav-egyeb .block-content h3 {margin-left: 25px; font-size: 12px; font-weight: normal; border-bottom: 1px solid #ff7800;}
.block-layered-nav-egyeb .block-content dl { display: block; height: 20px; border-bottom: 1px dotted #ff7800; margin: 0px 0px 0px 10px; padding: 0px 0px 0px 0px; }
.block-layered-nav-egyeb .block-content dt { border-right: 1px dotted #ff7800; margin: 2px 0px 0px 0px; }
.block-layered-nav-egyeb .block-content ol { margin: 10px 0px 10px 0px; }
.block-layered-nav-egyeb .shop-by {width: 150px; margin-left: -20px;}
.block-layered-nav-egyeb .layer-box {float: left; width: 140px; }
.block-layered-nav-egyeb dt { color: #ff7800; font-weight:normal; width: 120px; font-weight: bold; }
.block-layered-nav-egyeb dl {margin-left: 5px; border-bottom: 1px dotted #ff7800; }
.block-layered-nav-egyeb dd {font-size: 11px; margin-left: 0px;}
.block-layered-nav-egyeb .currently, .block-layered-nav .actions {margin-left: 25px; font-size: 11px;}
.block-layered-nav-egyeb .actions {margin-bottom: 5px; border-bottom: 1px solid #FFF;}
.block-layered-nav-egyeb .actions a {float: right;}
.block-layered-nav-egyeb .currently img {margin-top: -2px;}
.block-layered-nav-egyeb .currently li {float: left; margin-left: 10px;}

/* Block: Cart */
.block-cart {float: right; margin: 0; color: #FFF; width: 389px; height: 20px; background: url(../img/cartbg.jpg) no-repeat; position: relative; top: 0px; padding: 2px 0px 0px 10px; font-size: 11px;}
.block-cart p {float: left; margin-right: 2px; }
.block-cart a {color: #FFF; font-size: 12px; text-decoration: none; }
.block-cart .amount {}
.block-cart .subtotal { text-align:center; color: #FFF; margin-top: 1px;}
.block-cart .cartbtn {float: right; display: block; width: 111px; height: 19px; background: url(../img/cartbtn2.jpg) no-repeat; text-decoration: underline; font-size: 10px; margin-right: 5px; padding: 0px 0px 0px 40px; margin-top: -1px; }

.mini-products-list li { padding:5px 0; }
.mini-products-list .product-image { float:left; width:50px; padding:5px; border:1px solid #ddd; margin-right:-75px; }
.mini-products-list .product-details { margin-left:75px; }
.mini-products-list .product-details h4 { font-size:1em; font-weight:bold; margin:0; }
.mini-products-list .product-details .btn-remove { float:right; }

/* Block: Wishlist */
.block-wishlist {}

/* Block: Related */
.block-related {}
.block-related li { padding:5px 0; }
.block-related input.checkbox { float:left; margin-right:-20px; }
.block-related .item { margin-left:20px; }
.block-related .item .product-image { float:left; margin-right:-65px; }
.block-related .item .product-details { margin-left:65px; }

/* Block: Compare Products */
.block-compare {}
.block-compare li { padding:5px 0; }
.block-compare .block-content {background: #fff; color: #0868ab; border: 1px solid #2f9fba; }
.block-compare .block-content a, .block-compare .block-content li a {color: #0868ab; font-size: 11px;}
.block-compare .block-content li .compare-link {position: relative; top: 2px; }
.block-compare .block-content li.even {background: none transparent;}

/* Block: Viewed */
.block-recent {}

/* Block: Poll */
.block-poll {}
.block-poll input.radio { float:left; margin:3px -18px 0 0; }
.block-poll .label { display:block; margin-left:18px; }
.block-poll .answer {}
.block-poll .votes { font-weight:bold; }

/* Block: Tags */
.block-tags ul,
.block-tags li { display:inline; }

/* Block: Subscribe */
.block-subscribe {background: #ffffff; padding-bottom: 10px; border: 1px solid #2f9fba; }
.block-subscribe .block-content .input-text {width: 206px; border: 1px solid #000; }
/*.block-subscribe #advanced-search {margin-left: 69px; margin-top: 0;}*/
.block-subscribe #advanced-search { margin-top: 15px; margin-left: 40px;}

/* Block: Reorder */
.block-reorder {}
.block-reorder li { padding:5px 0; }
.block-reorder input.checkbox { float:left; margin:3px -20px 0 0; }
.block-reorder .label { display:block; margin-left:20px; }

/* Block: Open */
.block-open .block-content {background: #ffffff; color: #0868ab; border: 1px solid #2f9fba; }
.block-open .block-content span {font-size: 12px; padding: 10px 0px 0px 0px; display: block; border-top: 1px dotted #7f7f7f; }
.block-open .block-content a {color: #ff7800; text-decoration: underline;}
.block-open .block-content a:hover {text-decoration: underline;}
.block-open .block-content em { padding: 0px 5px 0px 0px; }

/* Block: Banner */
.block-banner {}
.block-banner .block-content { text-align:center; }

/* Block: Checkout Progress */
.block-progress {}
.block-progress dt { font-weight:bold; }
.block-progress dt.complete,
.block-progress dd.complete { background-color:#f6f6f6; }
/* ======================================================================================= */


/* Category Page ========================================================================= */
.category-title { border-bottom:1px solid #ddd; margin:0 0 10px; }
.category-image { display:block; margin:0 auto; }
.category-products {}

/* View Type: Grid */
.products-grid { width:100%; }
.products-grid tr.odd {}
.products-grid tr.even { }
.products-grid td { width:33%; padding:10px 5px 10px 5px; }
.products-grid td.empty {}

/* View Type: List */
.products-list li.item { border:1px solid #ddd; padding:5px; margin:0 0 5px; }
.products-list .product-image { float:left; }
.products-list .product-shop { float:right; width:320px; }
/* ======================================================================================= */


/* Product View ========================================================================== */
.product-view {}

.product-essential {}
.product-collateral {margin-top: 10px;}

/* Product Images */
.product-view .product-img-box { float:left; width:267px; margin-top: 15px;}
.product-view .product-img-box .product-image { border:1px solid #ddd; }
.product-view .product-img-box .product-image-zoom { position:relative; width:265px; height:170px; overflow:hidden; z-index:9; }
.product-view .product-img-box .product-image-zoom img { position:absolute; left:0; top:0; cursor:pointer; }
.product-view .product-img-box .zoom-notice { text-align:center; font-size: 10px;}
.product-view .product-img-box .zoom { position:relative; z-index:9; height:18px; margin:0 auto 13px; padding:0 28px; background:url(../images/slider_bg.gif) 50% 50% no-repeat; cursor:pointer; }
.product-view .product-img-box .zoom #track { position:relative; height:18px; }
.product-view .product-img-box .zoom #handle { position:absolute; left:0; top:-1px; width:9px; height:22px; background:url(../images/magnifier_handle.gif) 0 0 no-repeat;  }
.product-view .product-img-box .zoom .btn-zoom-out { position:absolute; left:2px; top:0; }
.product-view .product-img-box .zoom .btn-zoom-in { position:absolute; right:2px; top:0; }
.product-view .product-img-box .more-views ul { margin-left:-4px }
.product-view .product-img-box .more-views li { float:left; padding:1px; background-color:#ddd; margin:0 0 8px 4px ; }

.product-image-popup { margin:0 auto; }
.product-image-popup .nav { text-align:center; }
.product-image-popup .image { display:block; }
.product-image-popup .image-label {}

/* Product Shop */
.product-view .product-shop { float:right; width:445px; }
.product-view .product-name h2 {font-size: 15px; color: #b72726; font-weight: bold;}
.product-view .short-description {}

/* Rating */
.ratings {}
.ratings .amount {}
.ratings .rating-links {}
.ratings dt {}
.ratings dd {}
.rating-box { width:69px; height:13px; font-size:0; line-height:0; background:url(../images/bg_rating.gif) 0 0 repeat-x; position:relative; overflow:hidden; }
.rating-box .rating { position:absolute; top:0; left:0; height:13px; background:url(../images/bg_rating.gif) 0 100% repeat-x; }

/* Availability */
.product-info {}
.product-info label {width: 135px; float: left;}
.product-info span {font-weight: bold;}
.product-info .red {color: #b72726;}
.product-info .availability {}
.product-info .availability .in-stock { font-weight:bold; }
.product-info .availability .out-of-stock { font-weight:bold; color:#f00; }

/********** < Product Prices */
.price { white-space:nowrap !important; }

.price-box {color: #1e418c; height: 36px; width: 200px;}
.price-box .price { font-weight:bold; }

.price-box-bundle {}

/* Regular price */
.regular-price {}
.regular-price .price { font-weight:bold; float: right;}

/* Old price */
.old-price {}
.old-price .price-label { white-space:nowrap; }
.old-price .price { font-weight:bold; text-decoration:line-through; float: right;}

/* Special price */
.special-price {}
.special-price .price-label { font-weight:bold; white-space:nowrap; }
.special-price .price { font-weight:bold; float: right;}

/* Minimal price (as low as) */
.minimal-price {}
.minimal-price .price-label { font-weight:bold; white-space:nowrap; }

a.minimal-price-link { display:block; }
a.minimal-price-link .label {}
a.minimal-price-link .price { font-weight:normal; }

/* Excluding tax */
.price-excluding-tax { display:block; }
.price-excluding-tax .label { white-space:nowrap; }
.price-excluding-tax .price { font-weight:normal; }

/* Including tax */
.price-including-tax { display:block; }
.price-including-tax .label { white-space:nowrap; }
.price-including-tax .price { font-weight:bold; }

/* Excl tax (for order tables) */
.price-excl-tax  { display:block; }
.price-excl-tax .label { display:block; white-space:nowrap; }
.price-excl-tax .price { display:block; }

/* Incl tax (for order tables) */
.price-incl-tax { display:block; }
.price-incl-tax .label { display:block; white-space:nowrap; }
.price-incl-tax .price { display:block; font-weight:bold; }

/* Price range */
.price-from {}
.price-from .price-label { font-weight:bold; white-space:nowrap; }
.price-to {}
.price-to .price-label { font-weight:bold; white-space:nowrap; }

/* Price as configured */
.price-as-configured {}
.price-as-configured .price-label { font-weight:bold; white-space:nowrap; }

/* Price notice next to the options */
.price-notice { padding-left:10px; }
.price-notice .price { font-weight:bold; }
/********** Product Prices > */

/* Tier Prices */
.tier-prices .price { font-weight:bold; }
.tier-prices .benefit {}

/* Add to Links */
.add-to-links .separator { display:none; }

/* Add to Cart */
.add-to-cart {}
.add-to-cart label { float:left; margin-right:5px; }
.add-to-cart .qty { float:left; }
.add-to-cart button.button { float:left; margin-left:5px; position: relative; top: -2px; }

/* Add to Links + Add to Cart */
.add-to-box {}
.add-to-box .add-to-cart { float:left; }
.add-to-box .or { float:left; margin:0 10px; }
.add-to-box .add-to-links { float:left; }

/* Product Options */
.select-box {float: left;margin-top: 10px;}

.product-options {float: left; padding:0; margin:0; border:1px solid #ddd; background-color:#f6f6f6; width: 115px; }
.product-options dt label { font-weight:bold; }
.product-options dt .qty-holder { float:right; }
.product-options dt .qty-holder label { vertical-align:middle; }
.product-options dt .qty-disabled { background:none; border:0; padding:3px; color:#000; }
.product-options dd { margin:17px 0 0 0; }
.product-options dl.last dd.last {}
.product-options dd input.input-text { width:98%; }
.product-options dd textarea { width:98%; height:8em; }
.product-options dd select { width:75%; }
.product-options .options-list {}
.product-options .options-list input.radio { float:left; margin:3px -18px 0 0; }
.product-options .options-list input.checkbox { float:left; margin:3px -20px 0 0; }
.product-options .options-list .label { display:block; margin-left:20px; }
.product-options ul.validation-failed { padding:0 7px; }
.product-options p.required { padding:0; }

.product-options-bottom {float: left; padding:0; border:1px solid #ddd; border-top:0; width: 210px; margin-left: 10px;}
.product-options-bottom .price-box { margin:0; }

/* Grouped Product */
.grouped-items {}

/* Block: Description */
.product-view .description h3 {font-size: 14px; font-weight: bold; border-bottom: 1px dotted #000;}

/* Block: Additional */
.product-view .additional {}

/* Block: Upsell */
.product-view .up-sell {}
.product-view .up-sell .products-grid td { width:25%; }

/* Block: Tags */
.product-view .tags {}
.product-view .tags .form-add-tags label { float:left; }
.product-view .tags .form-add-tags .input-box { float:left; width:260px; margin:0 5px; }
.product-view .tags .form-add-tags input.input-text { width:254px; }
.product-view .tags .form-add-tags button.button { vertical-align:bottom; }
.product-view .tags .form-add-tags p { clear:both; }

/* Block: Reviews */
.product-view .reviews {}

/* Block: Add Review */
.product-view .add-review {}
.product-view .add-review .product-name span { font-weight:normal; }
/* ======================================================================================= */


/* Content Styles ================================================================= */
.product-name { font-size:1em; font-weight:bold; line-height:1.2; height: 30px;}
.product-name a {color: #b82726; text-decoration: underline;}
.product-name a:hover {text-decoration: underline;}

/* Product Tags */
.tags-list li { display:inline; }

/* Advanced Search */
.search-summary {}

/* CMS Home Page */
.cms-home .products-grid td { width:20%; }

/* Sitemap */
.sitemap {}
/* ======================================================================================= */


/* Product Review ======================================================================== */
.product-review {}
.product-review .product-img-box { float:left; width:140px;  }
.product-review .product-img-box .product-image { display:block; border:1px solid #ddd; padding:1px; }
.product-review .details { float:right; width:570px; }
/* ======================================================================================= */


/* Shopping Cart ========================================================================= */
.cart .checkout-types { float:right; text-align:right; }

/* Shopping Cart Table */
.cart-table .item-msg { font-size:10px; }

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals { float:left; width:700px; }
.cart .crosssell .product-image { float:left; margin-right:-90px; }
.cart .crosssell .product-shop { margin-left:90px; }
.cart .shipping {}

/* Shopping Cart Totals */
.cart .totals { float:right; }
.cart .totals table { width:100%; }
.cart .totals table th,
.cart .totals table td { padding:5px; }
.cart .totals table th { font-weight:bold; }

/* Options Tool Tip */
.item-options dt { font-weight:bold; font-style:italic; }
.item-options dd { padding-left:10px; }
.truncated { cursor:help; }
.truncated a.dots { cursor:help; }
.truncated a.details { cursor:help; }
.truncated .truncated_full_value { position:relative; z-index:999; }
.truncated .truncated_full_value dl { position:absolute; top:-99999em; left:-99999em; z-index:999; width:250px; padding:8px; border:1px solid #ddd; background-color:#f6f6f6; }
.truncated .show dl { top:-20px; left:50%; }
.col-left .truncated .show dl { left:30px; top:7px; }
.col-right .truncated .show dl  { left:-240px; top:7px; }
/* ======================================================================================= */


/* Checkout ============================================================================== */
/* One Page */
.opc { border-bottom:1px solid #183676; position:relative; }
.opc li.section { border:1px solid #183676; border-bottom:0; }
.opc .step-title { background-color:#5881d8; padding:0 5px; text-align:right; color: #FFF;}
.opc .step-title .number { float:left; line-height:22px; margin-right:5px; }
.opc .step-title h3 { float:left; position: relative; top: 2px;}
.opc .allow .step-title { cursor:pointer; }
.opc .active {}
.opc .active .step-title { background: transparent url(../img/titlebg.gif) repeat-x; cursor:default; }
.opc .step { border-top:1px solid #ddd; padding:10px; position:relative; }
.opc .step .tool-tip { right:10px; }
.opc .order-review {}

.opc table tfoot td {border: 1px solid #183676;}

/* Multiple Addresses Checkout */
.checkout-progress { padding:0 50px; margin:10px 0; }
.checkout-progress li { float:left; width:20%; border-top:5px solid #ccc; text-align:center; color:#ccc; }
.checkout-progress li.active { border-top-color:#000; color:#000; }

.multiple-checkout { position:relative; }
.multiple-checkout .tool-tip { top:50%; margin-top:-120px; right:10px; }
.multiple-checkout .grand-total { font-size:1.5em; text-align:right; }
.multiple-checkout .grand-total big {}
.multiple-checkout .grand-total .price {}

/********** < Common Checkout Styles */
/* Shipping and Payment methods */
.sp-methods dt { font-weight:bold; }
.sp-methods .price { font-weight:bold; }
.sp-methods .form-list { padding-left:20px; }
.sp-methods select.month { width:150px; margin-right:10px; }
.sp-methods select.year { width:96px; }
.sp-methods input.cvv { width:3em !important; }

.please-wait { float:right; margin-right:5px; }
.cvv-what-is-this { cursor:help; margin-left:5px; }

/* Tooltip */
.tool-tip { border:1px solid #ddd; background-color:#f6f6f6; padding:5px; position:absolute; z-index:9999; }
.tool-tip .btn-close { text-align:right; }
.tool-tip .tool-tip-content { padding:5px; }

/* Gift Messages */
.add-gift-message {}
.gift-message-form { border:1px solid #ddd; background-color:#f5f5f5; }
.gift-message-form .inner-box { padding:5px; height:210px; overflow:auto; }
.gift-message-form .gift-item {}

.gift-message-link { display:block; background:url(../images/bg_collapse.gif) 0 4px no-repeat; padding-left:20px; }
.gift-message-link.expanded { background-position:0 -53px; }
.gift-message-row {}
.gift-message-row .btn-close { float:right; }
.gift-message dt strong { font-weight:bold; }

/* Checkout Agreements */
.checkout-agreements {}
.checkout-agreements li { margin:10px 0; }
.checkout-agreements .agreement-content { border:1px solid #ddd; background-color:#f6f6f6; padding:5px; height:10em; overflow:auto; }
.checkout-agreements .agree { padding:6px; }
/********** Common Checkout Styles > */
/* ======================================================================================= */


/* Account Login/Create Pages ============================================================ */
.account-login {}
.account-login .new-users {}
.account-login .registered-users {}

.account-create {}
/* Account Login/Create Pages ============================================================ */


/* My Account ============================================================================= */
/********** < Dashboard */
.dashboard {}
.dashboard .welcome-msg {}
.dashboard h4 a:hover {text-decoration: none;}

/* Block: Recent Orders */
.dashboard .recent-orders { margin:10px 0; }

/* Block: Tags */
.dashboard .tags .number { float:left; margin-right:-20px; }
.dashboard .tags .details { margin-left:20px; }

/* Block: Reviews */
.dashboard .reviews {}
/********** Dashboard > */

/* Order View */
.order-info { border:1px solid #ddd; padding:5px; }
.order-info dt,
.order-info dd,
.order-info ul,
.order-info li { display:inline; }
.order-info dt { font-weight:bold; }

/* Print Pages */
.page-print .print-head {}
.page-print .print-head img { float:left; }
.page-print .print-head address { float:left; margin-left:15px; }
/* Price Rewrites */
.page-print .gift-message-link { display:none; }
.page-print .price-excl-tax,
.page-print .price-incl-tax { display:block; white-space:nowrap; }
.page-print .cart-price,
.page-print .price-excl-tax .label,
.page-print .price-incl-tax .label,
.page-print .price-excl-tax .price,
.page-print .price-incl-tax .price { display:inline; }
/* ======================================================================================= */


/* Footer ================================================================================ */
.footer { height: 36px; background-color: #e0e0e0;}
.footer p { text-align:right; }
.footer a {color: #4e4e4e; text-decoration: none; padding: 0 16px; position: relative; top: 4px;}
.footer a:hover {color: #303030;}
.footer address { text-align:right; }
.footer ul { float:left; padding:0; margin-top: 6px; margin-left: 16px; display: inline; }
.footer ul li {float: left;}
/* ======================================================================================= */

/* Main advert ======================================================================================= */
.main-advert { float: left; margin-top: 16px; text-align: center;}
.main-advert .box {float: left; width: 243px; text-decoration: none; margin: 0px 0px 15px 0px; }
.main-advert .middle {margin: 0 5px;}
.main-advert .bigbox {margin: 15px 0 15px 3px; float: left;}
.main-advert .box span {color: #FFF; position: relative; top: -20px; left: 4px;}

/* ======================================================================================= */

/* beszamolo, nyeremenyjatek ======================================================================================= */
.beszamolo, .nyermenyjatek { width: 1000px; text-align: center; margin-bottom: 15px;}
.nyermenyjatek {margin-top: 15px;}

/* ======================================================================================= */

/********** < Navigation */
#nav { font-size:12px; padding:2px 0 0 0; margin:0 0 0 10px; width: 765px;}

/* All Levels */
#nav li { text-align:left; position:relative; margin: 0;}
#nav li img {position: relative; top: 1px;}
#nav li.over { z-index:999; }
#nav li.parent {}
#nav li a { display:block; text-decoration:none; }
#nav li a:hover { text-decoration:none; }
#nav li a span { display:block; white-space:nowrap; cursor:pointer; }
#nav li span.noa { display: block; margin:2px 12px 0 7px; padding:5px 7px; white-space:nowrap; font-size:11px; color: #FFF; cursor:default }
#nav li ul a span { white-space:normal;}

/* 1st Level */
#nav li { float:left;}
#nav li a { float:left; padding:5px 7px; font-weight:normal; color:#FFF;}
#nav li a:hover { color:#FFF; }
#nav li.over a,
#nav li.active a { color:#FFF; }

/* 2nd Level */
#nav ul { position:absolute; width:15em; top:25px; left:-10000px; border:1px solid #FFF; background:#1A4CA7; opacity: 0.9; /*filter: alpha(opacity=90);*/ }
#nav ul li { float:none; border-bottom:1px solid #ddd; }
#nav ul li.last { border-bottom:0; }
#nav ul li a { float:none; padding:3px 9px; font-weight:normal; color:#FFF !important; }
#nav ul li a:hover { color:#000 !important; }
#nav ul li.active > a,
#nav ul li.over > a  { font-weight:bold; color:#FFF !important;}

/* Show Menu */
#nav li.over > ul { left:0; }
#nav li.over > ul li.over > ul { left:150px;}
#nav li.over ul ul { left:-10000px; }

/* 3rd+ leven */
#nav ul ul { top:7px;}

/********** Navigation > */
/* ======================================================================================= */

/* newsletter ======================================================================================= */
.newsletter-form {}
.newsletter-form h1 {font-size: 14px; font-weight: bold; border-bottom: 1px dotted #000; margin-bottom: 10px;}
.newsletter-form fieldset {margin-top: 10px; margin-bottom: 10px;}
.newsletter-form button {margin-top: 10px;}
.newsletter-form .validation-advice {margin-left: 40px; color: #F00;}
/* ======================================================================================= */

/* text ======================================================================================= */
.main-text { }
.main-text h1 { color: #0865a3; font-size: 14px; font-weight: bold; border-bottom: 1px dotted #0865a3; margin-bottom: 10px;}
.main-text .news-box {float: left; margin-bottom: 15px; min-height: 170px; width: 740px;}
.main-text .news-box p {margin: 0; }
.main-text .news-box img {margin: 0 5px 0 0; }
.main-text .news-banner {text-align: center;}
.main-text .baratikor-form {margin: 0; padding: 0;}
.main-text p { color: #0865a3; }
.main-text img { border: 1px solid #0868aa; margin: 2px; }

.news-box h1 {font-size: 12px; font-weight: bold; border-bottom: 1px solid #1E418C; margin-bottom: 0;}
.news-box h1 a {color: #000; text-decoration: none;}
.news-box span {color: gray; font-size: 11px;}

.baratikor-form {width: 500px;}
.baratikor-form label {float: left; width: 120px;}
.baratikor-form .input-text {margin-right: 200px; margin-bottom: 5px;}
.baratikor-form .tiny {width: 35px; margin-right: 310px;}
.baratikor-form .long {width: 300px; margin-right: 10px;}
.baratikor-form .validation-advice {color: #F00; margin-left: 120px; margin-bottom: 5px;}
/* ======================================================================================= */

/* nav szolg. ======================================================================================= */
.nav-szolgaltatasaink {font-size: 12px; padding: 0; margin: 0 0 0 20px;}
.nav-szolgaltatasaink a {color: #FFF; text-decoration: none;}
.nav-szolgaltatasaink a:hover {text-decoration: underline;}
.nav-szolgaltatasaink li ul {margin-left: 15px;} 

.clear {clear: both;}
.foto-box {overflow: hidden;}
.foto-box h2 {height: 16px; font-size: 16px;}
.foto-box p {font-size: 11px; color: #777;}
.foto-box ul {margin-top: 20px;}
.foto-box li {float: left; margin: 0 8px 10px; display: block; height: 90px;}
.foto-box li a {}
.foto-box img {width: 100px; border: 1px solid gray;}

.foto-album {width: 300px; margin: 0 20px 15px;}
.foto-album span {color: #979696;}
.foto-album h2 {font-size: 12px; border-bottom: 1px solid #979696; height: 16px;}
.foto-album h2 .left {color: #000;}
.foto-album img {width: 60px; border: 1px solid #000; margin-right: 5px;}
.foto-album ul {margin: 5px 0 0 0;}
.foto-album ul li {width: 290px; font-size: 11px; margin: 5px 0; clear: left;}
.foto-album li p, .foto-box li p {font-size:11px;}

.foto-back {margin-top: 1.2em;}

/* termek adatlap info buttons ====================================================================================== */
.information-buttons {float: right; margin-right: 128px;}

.cat-nav a {margin-right: 10px;}

.blocknyeremeny { margin-bottom: 10px; }
.blocknyeremeny a { display: block; }

#information-button1 { overflow:visible; width:auto; border:0; padding:0 0 0 12px; background:url(../img/bkg_button2.png) 0 50% no-repeat; cursor:pointer; -webkit-border-fit:lines; /* <- Safari & Google Chrome Fix */ }

#information-button1 span { float:left; padding:0 12px 2px 0; background:url(../img/bkg_button2.png) 100% 50% no-repeat; font:normal 12px/21px Verdana,Geneva,Kalimati,sans-serif; text-align:center; white-space:nowrap; color:#000; text-transform: uppercase;}

#information-button2 { overflow:visible; width:auto; border:0; padding:0 0 0 12px; background:url(../img/bkg_button2.png) 0 50% no-repeat; cursor:pointer; -webkit-border-fit:lines; /* <- Safari & Google Chrome Fix */ }

#information-button2 span { float:left; padding:0 12px 2px 0; background:url(../img/bkg_button2.png) 100% 50% no-repeat; font:normal 12px/21px Verdana,Geneva,Kalimati,sans-serif; text-align:center; white-space:nowrap; color:#000; text-transform: uppercase;}

/* 3 termek a fooldalon ======================================================== */

#main-top { margin-bottom: 1em; }

#special-products { overflow: hidden; margin-bottom: 1em; color: #fff }
#special-products a { color: #fff }
#special-products .sp { float: left; width: 237px; margin-right: 10px; border: 1px solid #ffc000; background-color: #fff9e5; }
#special-products .last { margin-right: 0; }
#special-products .cat { padding-left: 30px; border: 2px solid #ffc000; background: #ff7800 url(../img/sp_neaty.jpg) no-repeat scroll 4px 2px; }
#special-products .prod { margin: 4px 5px; border: 1px solid #ffc000; font:14px/1.5 Verdana,Geneva,Kalimati,sans-serif; }
#special-products .info { margin: 0 5px 4px; padding: 4px 5px; background-color: #ff6000; font:14px/1.5 Verdana,Geneva,Kalimati,sans-serif; }
#special-products .product-title {}
#special-products .product-price1 { text-align: right; color: #fff772; }
#special-products .product-price2 { text-align: right; font-weight: bold; }

#main-extra { overflow: hidden; margin-bottom: 1em;  }
#main-extra li { float: left; width: 239px; margin-right: 10px; text-align: center; }
#main-extra li.last { margin-right: 0; }

#main-bottom { margin-bottom: 1em; }

.vers-holder {float: left; margin: 10px 0;}
.vers-holder .title {color: #0865A3;}
.vers {float: left; width: 320px; height: 427px; text-align: center; background: url(../img/pergamen_vershatter.jpg) no-repeat; font-family: Verdana,Geneva,Kalimati,sans-serif; font-size: 12px; padding-top: 60px;}
.vers p {padding: 0 50px; color: #000;}


* html .topnav { }
* html .level0 { margin: 0; padding: 0; }
* html .level0 a { padding: 0; margin: 0; }
* html .level0 span { padding: 0px 5px 0px 5px; margin: 0; }
* html .level0 ul.nav  { }

* html .block-content-nyar ul.nav li { line-height: 18px; margin: 0px 0px 2px 0px; } 
* html .block-content-nyar ul.nav li a { } 

* html .block-content-tel ul.nav li { line-height: 18px; margin: 0px 0px 2px 0px; }
* html .block-content-egyeb ul.nav li { line-height: 18px; margin: 0px 0px 2px 0px; }

* html .footer #webseo {float: right; position: relative; top: 0px; left: -5px;}



button::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
    border: none;
}

h1.uj-cim {}
p.uj-cim-kieg {margin-bottom: 10px;}

#akcios {overflow: hidden;}
    #akcios h2 {padding: 5px 10px; font-size: 15px;}
    #akcios h3 {padding: 5px 10px; font-size: 15px;}
    #akcios p {clear:both; position:relative; text-align:center;}
.akcios-nyari {background-color: #ff7800;}
    .akcios-nyari h2 {color: #fff;}
    .akcios-nyari h3 {color: #fff; font-weight: bold;}
    .akcios-nyari select {background-color: #ffc001; text-align: center; color: #854003;}
.akcios-teli {background-color: #bcd6e7;}
    .akcios-teli h2 {color: #086199;}
    .akcios-teli h3 {color: #086199; font-weight: bold;}
    .akcios-teli select {background-color: #0866a4; text-align: center; color: #bcd6e7;}
.akcios-bal {position: relative; float: left; width: 50%; height: 60px;}
    .akcios-bal h2 {float: left;}
    .akcios-bal h3 {float: right;}
.akcios-jobb {position: relative; float: right; width: 50%; height: 60px;}
    .akcios-jobb h2 {float: right;}
    .akcios-jobb h3 {float: left; }

.gh_text2 { padding: 0 10px; margin-bottom: 5px;}
.gh_text { padding: 1px 10px 0; margin-bottom: 5px; height: auto !important; height: 270px; min-height: 270px; background: transparent url(../img/gh_text_bg.jpg) repeat-x scroll left top;}
    .gh_text h1 { margin: 1px 0 15px; color: #fff; text-align: center; }
    .gh_text h2, .gh_h2 { margin: 10px 0 5px; color: #6b6b6b; }
    .gh_text h3 { margin: 10px 0; color: #6b6b6b; }
    .gh_text p, .gh_text li, .gh_text th, .gh_text td { font-size: 14px; color: #6b6b6b; }
    .gh_text a {color: #0867a6;}
.gh_text_short {height: auto; min-height: 0;}
.gh_gal {overflow: hidden;}
    .gh_gal li {float: left; padding: 10px; margin-right: 5px;}
        .gh_gal li img {cursor: pointer; border: 3px solid #fff; box-shadow: 0 0 10px #666666; -webkit-box-shadow: 0 0 10px #666666; -moz-box-shadow: 0 0 10px #666666;}
.gh_text input, .gh_text textarea {font-size: 14px; font-family: Verdana,Geneva,Kalimati,sans-serif; color: #6B6B6B;}

.ohidden {overflow: hidden}
.fleft {float: left}
.fright {float: right}
.w50p {width: 50%}
.w40p {width: 40%}
.w60p {width: 60%}
.w47p {width: 47%}
.w53p {width: 53%}

#main-bottom h1, #main-bottom p, #main-bottom a {font-size: 14px; color: #6e6e6e}
#main-bottom h1 {font-size: 18px;}
#main-bottom h1 {border-bottom: 0 none;}

#kapcsolat_rolunk {position: relative; padding-right: 280px; padding-bottom: 20px; background: transparent url(../img/elerhetoseg.jpg) no-repeat scroll top right;}
    #kapcsolat_nevjegy {position: absolute; top: 0; right: -10px; width: 308px; height: 205px; background: transparent url(../img/nevjegy.jpg) no-repeat scroll top right;}
#kapcsolat_elerhetosegek {padding-bottom: 20px; overflow: hidden;}
    #kapcsolat_elerhetosegek ul {float: left;}
    #kapcsolat_terkep {float: right; padding: 15px;}
        #map {border: 4px solid #fff; box-shadow: 0 0 15px #666666; -webkit-box-shadow: 0 0 15px #666666; -moz-box-shadow: 0 0 15px #666666;}
.kapcsolat_ul {}
    .kapcsolat_ul li {padding: 8px 0 8px 40px; background-repeat: no-repeat; background-position: left center;}
    .kapcsolat_ul .tel {background-image: url(../img/tel.jpg);}
    .kapcsolat_ul .tel2 {background-image: url(../img/tel2.jpg);}
    .kapcsolat_ul .email {background-image: url(../img/email.jpg);}
    .kapcsolat_ul .address {background-image: url(../img/address.jpg);}
#elerhetoseg {margin-bottom: 30px;}
#nyitvatartas {}
    #nyitvatartas li {background-image: url(../img/open.jpg);}
#kapcsolat_shop, .gh_text_bottom {overflow: hidden; background: transparent url(../img/shop_bgx.jpg) repeat-x scroll bottom left;}
    .kapcsolat_shop_text {float: left; width: 300px; min-height: 320px; background: transparent url(../img/shop_bg.jpg) no-repeat scroll bottom center;}
    .kapcsolat_shop_gal {float: right; width: 418px;}
        .kapcsolat_shop_gal li{float: left; margin: 3px 10px 10px 3px; border: 3px solid #fff; box-shadow: 0 0 10px #666666; -webkit-box-shadow: 0 0 10px #666666; -moz-box-shadow: 0 0 10px #666666;}
        .kapcsolat_shop_gal li img {}

.cms-magunkrol-html .gh_gal {margin: 10px;}
#magunkrol_top {overflow: hidden;}
#magunkrol_bolt {float: right; padding: 15px;}
    #magunkrol_bolt img {border: 4px solid #fff; box-shadow: 0 0 15px #666666; -webkit-box-shadow: 0 0 15px #666666; -moz-box-shadow: 0 0 15px #666666;}
#csapat {height: 366px; background: transparent url(../img/csapat.jpg) no-repeat scroll bottom center;}

#cegajanlok {margin: 30px 0;}
.cegajanlo {overflow: hidden; margin: 20px auto; width: 688px; background: #e0ebfa url(../img/cegajanlo_bg.jpg) repeat-x scroll top left;  border: 1px solid #bbbbbb; box-shadow: 0 0 10px #666666; -webkit-box-shadow: 0 0 10px #666666; -moz-box-shadow: 0 0 10px #666666;}
    .cegajanlo .ceglogo {float: left; margin-right: 20px;}
    .cegajanlo table {float: left; margin: 10px 0; width: 468px; }
        .cegajanlo th { width: 100px; padding: 5px 10px; color: #086199;}
        .cegajanlo td { padding: 5px 10px; color: #747474;}
            .cegajanlo td a { color: #747474;}

#bizomanyi_top {padding-right: 260px; height: auto !important; height: 233px; min-height: 233px; background: transparent url(../img/bizomanyi_regibringa.jpg) no-repeat scroll right top;}
#bizomanyi_bottom {height: 240px; background: transparent url(../img/bizomanyi_bringak.jpg) no-repeat scroll center;}

#baratikor_top {padding-right: 210px; height: auto !important; height: 207px; min-height: 207px; background: transparent url(../img/baratikor_logo.jpg) no-repeat right top;}
#baratikor_urlap {position: relative; margin: 0 auto; padding: 149px 90px 30px 345px; width: 170px; height: 225px; background-image: url(../img/baratikor_urlap.jpg);}
    #baratikor_urlap p {margin-bottom: 16px;}
    #baratikor_urlap input {border: none; background: transparent; font-size: 13px; color: #093e5c;}
#rokon_submit {position: absolute; right: 83px; bottom: 24px; width: 98px; height: 30px;}
#baratikor_text {text-align: center; font-family: Arial, Helvetica, sans-serif; font-size: 13px; color: #064468;}
#baratikor_regisztralt {margin: 10px 0; text-align: center; color: #6b6b6b; }

#baratikor_uzenet { font-family: Arial, Helvetica, sans-serif; font-size: 13px; color: #cc0000;}
#baratikor_uzenet li {}

.h1b { margin: 1px 0 5px; padding: 5px 0 16px; height: auto !important; height: 20px; min-height: 17px; background: transparent url(../img/h1b.png) repeat-x scroll left top; text-align: center; color: #fff; }
#szerviz_top {padding-left: 240px; height: auto !important; height: 180px; min-height: 180px; background: transparent url(../img/szerviz.png) no-repeat scroll top left;}
#szerviz_bottom {padding-right: 200px; height: auto !important; height: 160px; min-height: 160px; background: transparent url(../img/szerviz2.png) no-repeat scroll bottom right;}
.gh_table { width: 100%;}
.gh_table .odd {background-color: #dbeaf3;}
.gh_table .price {padding-right: 20px; text-align: right;}

#contest_top {margin: 2em 0;}
    #contest_top .fleft {width: 305px;}
    #contest_top .fright {width: 405px; text-align: center;}
        #contest_top .fright a {display: block; padding-top: 123px; background: transparent url(../img/nyeremenyjatek_korabbi.jpg) no-repeat; text-decoration: none; font-family: Arial,Helvetica,Garuda,sans-serif; color: #6B6B6B;}
#contest_winners {padding-top: 123px;}
.prev_answer {font-weight: bold; margin-bottom: 1.3em;}
.contest_h2 {text-align: center;}
#contest_box {position: relative; margin: 0 auto; width: 544px; border: 1px solid #bbbbbb; border-bottom: none; padding: 55px 0 10px; background: #e9f2f7 url(../img/nyeremenyjatek_box_bg.jpg) repeat-x scroll bottom; text-align: center;}
    p.contest_question {position: absolute; top: 0; left: -85px; padding: 15px 0; width: 712px; height: 24px; background: transparent url(../img/nyeremenyjatek_cim.jpg) no-repeat scroll; font-size: 14px; font-weight: bold; color: #fff;}
    #contest_images {}
        #contest_images img {margin: 10px 0; border: 6px solid #fff; box-shadow: 0 0 15px #666666; -webkit-box-shadow: 0 0 15px #666666; -moz-box-shadow: 0 0 15px #666666;}
#contest_form {position: relative; margin: 0 auto; width: 524px; border: 1px solid #bbbbbb; border-top: none; padding: 65px 10px 20px; background: #fff url(../img/nyeremenyjatek_form_bg.jpg) repeat-x scroll top;}
    #contest_form h2 {position: absolute; top: 0; left: -30px; padding: 17px 0; width: 602px; height: 18px; background: transparent url(../img/nyeremenyjatek_urlap.jpg) no-repeat scroll; text-align: center; font-size: 14px; font-weight: bold; color: #086199;}
    #contest_form p {position: relative; padding: 3px 0;}
    #contest_form .fleft {text-align: left;}
    #contest_form .fright {text-align: right;}
    #contest_form label {position: absolute; top: 5px; left: 6px;}
    .hasError label {color: red;}
    #contest_form .fright label {left: 8px;}
    #contest_form input[type=text], #contest_form textarea {border: 1px solid #bbb; padding: 3px 5px; width: 95%; background: #fff url(../img/nyeremenyjatek_input_bg.jpg) repeat-x scroll top;}
    #contest_form textarea {width: 97.7%; background-image:  url(../img/nyeremenyjatek_textarea_bg.jpg);}
    p.contest_warning {font-size: 12px;}

.news_lead {margin: 5px; padding: 5px 0; color: #4b4b4b;}
    .news_lead .fleft {padding: 8px 10px 10px 8px; width: 182px; height: 182px; background: transparent url(../img/news_image_bg.png) no-repeat; overflow: hidden;}
    .news_lead .fright {width: 490px; overflow: hidden;}
    .news_lead h2 {font-weight: bold; font-style: italic;}
        .news_lead h2 a {color: #4b4b4b;}
    .news_lead .lead {text-align: justify; font-family: Arial, Helvetica, sans-serif; color: #4b4b4b;}
    .news_lead .more {float: right; padding: 30px 0 15px 50px; height: 15px; background: transparent url(../img/news_reader.png) no-repeat; font-family: Arial, Helvetica, sans-serif;}
        .news_lead .more a {color: #086199}
    .news_short {border-bottom: 1px solid #bcbec0;}
    .news_article {text-align: justify; font-family: Arial, Helvetica, sans-serif; color: #4b4b4b;}

#trips {overflow: hidden;}
.trip {}
    .trip .fleft {width: 240px; padding: 10px;}
    .trip .fleft img {border: 3px solid #fff; box-shadow: 0 0 10px #666666; -webkit-box-shadow: 0 0 10px #666666; -moz-box-shadow: 0 0 10px #666666;}
    .trip .fright {width: 450px;}
        .trip h2 {float: left; margin: 0 0 1em; width: 350px; font-family: Arial, Helvetica, sans-serif; color: #4b4b4b;}
            .trip h2 a {color: #4b4b4b;}
        .trip .date {float: right; margin-top: 3px; width: 100px; text-align: right; font-size: 12px; color: #086199;}
        .trip .lead {clear: both; margin-bottom: 10px; height: auto !important; height: 40px; min-height: 40px; font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; color: #4b4b4b;}
        .trip .more {float: left; padding: 40px 0 10px 40px; background: transparent url(../img/trip_reader.png) no-repeat;}
            .trip .more a {color: #727678;}
        .trip .gallery {float: right; margin-top: 10px;}
        .trip_content {clear: both; text-align: justify;}
            .trip_content img[align=left] {padding: 5px 5px 5px 0;}
            .trip_content img[align=right] {padding: 5px 0 5px 5px;}
.trip_box {margin: 5px 0; width: 354px; height: 227px; background: transparent url(../img/trip_box_bg.jpg) no-repeat;}
    .trip_box .fleft {padding: 13px 10px; width: 100px;}
    .trip_box .fleft img {}
    .trip_box .fright {overflow: hidden; position: relative; width: 214px; height: 167px; padding: 10px 10px 50px 10px ;}
    .trip_box .fright h2 {margin-top: 0; font-size: 14px; font-weight: bold; color: #086199;}
    .trip_box .lead {text-align: justify;}
    .trip_box .gallery {position: absolute; bottom: 10px; right: 10px; width: 115px; padding: 10px; background: transparent url(../img/trip_box_gal_bg.png) no-repeat scroll right;}
p.trip_year {clear: both; margin: 5px 0; padding: 5px 20px; background: transparent url(../img/trip_year_bg.jpg) no-repeat scroll bottom right; font-size: 24px; color: #4b4b4b;}

#gh { margin: 20px auto 10px; text-align: center; }

#webseo {float: right; position: relative; top: 0; left: -5px;}
#webseo-link {padding: 0; }
.footer a {padding: 0 12px;}