body, div, form, h1, h2, h3, h4, h5, h6, td, p, ul {
    font-family: Arial;
    font-size: 12px;
	font-weight: 400;
    color: #717171;

    margin: 0px;
    padding: 0px;
}

body {
	background-color: #ffffff;
        background-image: url('images/kbg.jpg');
}

#page {
	width: 980px;
	margin: 0px auto;
	padding: 0px 6px;
	border-left: 2px solid #85C21F;
	border-right: 2px solid #85C21F;
        background-color: #ffffff;
}

#head {
	background-image: url('images/head2.jpg');
	background-repeat: no-repeat;
	
	width: 980px;
	height: 117px;
}

#head_logo {
    padding-left: 10px;
    padding-top:17px;
}

#head div {
/*    float: left;
*/
}

#head .block {
    border: 0px none;
    margin-bottom: 0px;
}

#top_banner_1 {
    padding-top: 10px;
    padding-right: 10px;
}

#head img {
    border: 0px none;
}

#nav {
	background-image: url('images/nav_bg_top.jpg');
	background-repeat: repeat-x;
}

#nav .menu {
	padding-top: 2px;
	padding-left: 5px;
}

#nav .menu div {
	float: left;
	padding: 8px 5px 6px 5px;
	background-image: url('images/nav_menu_sep.jpg');
	background-repeat: no-repeat;
	background-position: top right;
}

#nav .menu div.selected2 h2 a {
    color: #ffffff;
}

#nav .menu div.selected, #nav .menu div.selected2 {
	background-color: #87c023;
}

#nav .menu div.selected h2 a {
	color: #ffffff;
}

#nav .menu h2 a {
	text-decoration: none;
	color: #5a5a5a;
}

#nav #reg {
	background: none;
	float: right;
	padding-right: 30px;
}

#nav #reg a {
	color: #ff0000;
	text-decoration: none;
}

#nav .submenu {
	list-style-type: none;
	padding-top: 5px;
	padding-left: 15px;
        padding-bottom: 5px;
	display: none;
        background-color: #87c023;
        width: 150px;
        position: absolute;
        margin-top: 6px;
        margin-left: -10px;
}

#nav #user-nav {
    background-color: #1a6f58;
    padding-bottom: 7px;
    height: 27px;
}

#nav .submenu.active {
	display: block;
}

#nav .submenu li {
	/*display: inline;*/
	color: #ffffff;
        padding-bottom: 5px;
}

#nav .submenu li h3 {
	display: inline;
}

#nav .submenu li h3 a {
	color: #ffffff;
	text-decoration: none;
}

#search-form {
	float: left;
}

#info {
	float: left;
	padding: 8px 10px 0px 10px;
        color: #ffffff;
}

#info span {
	color: orange;
        font-weight:bold;
}

#info a {
	color: #ffffff;
}

#basket {
	float: right;
	padding-left: 25px;
	background-image: url('images/basket.jpg');
	background-position: left top;
	background-repeat: no-repeat;
	margin-top: 3px;
	padding-right: 10px;
	padding-top: 6px;
	padding-bottom: 2px;
}

#basket a {
	color: #ffffff;
	text-decoration: underline;
}

#search {
	padding-left: 20px;
	margin-left: 15px;
	margin-top: 7px;
	width: 120px;
	height: 16px;
	border: 0px none;
	color: #5a5a5a;
	background-image: url('images/search_icon.jpg');
	background-repeat: no-repeat;
	background-position: right middle;
}

#main {
	margin: 2px 0px 0px 0px;
}

#left {
	float: left;
	width: 200px;
        min-height:10px;
}

#right {
	float: left;
	width: 200px;
        min-height:10px;
}

#content {
	width: 770px;
	float: left;
}

#content-page {
    width: 580px;
    float: left;
}

#content-product {
	width: 780px;
	float: left;
}

#left h1 {
	height: 24px;
        width: 161px;
	background-image: url('images/cat_head.jpg');
	background-repeat: repeat-x;
	padding: 8px 0px 0px 15px;
	font-size: 14px;
	color: #ffffff;
}

#right h1 {
	height: 24px;
        width: 161px;
	background-image: url('images/cat_head.jpg');
	background-repeat: repeat-x;
	padding: 8px 0px 0px 15px;
	font-size: 14px;
	color: #ffffff;
}

.block {
	border: 2px solid #85c21f;
	border-top: 0px none;
	width: 176px;
	padding: 0px;
        margin-bottom: 10px;
}

#left .banners, #right .banners {
    border-top: 2px solid #85c21f;
    padding-top: 10px;
}

#content-page .block.banners {
    padding: 10px 0px 0px 0px;
    margin-bottom: 0px;
    width: 576px;
}

.banners img {
    border: 0px none;
}

#right .block {
    margin-left: 20px;
}

#category .menu {
	list-style-type: none;
}

#category .menu li {
	padding: 3px 0px 3px 15px;
	/*background-image: url('images/cat_menu_symbol.jpg');*/
	background-position: 3px 5px;
	background-repeat: no-repeat;
}

#category .menu li.selected, #category .menu li.selected2 {
	background-color: #85c21f;
	/*background-image: url('images/cat_menu_symbol_on.jpg');*/
	
}

#category .menu .s_menu li.selected, #category .menu .s_menu li.selected2 {
	background-color: #85c21f;
	background-image: url('images/cat_menu_symbol_on.jpg');

}

#category .menu .s_menu {
    padding: 0px;
    list-style-type: none;
}

#category .menu li a {
	color: #5a5a5a;
	text-decoration: none;
}

#category .menu li.selected a {
	color: #ffffff;
}

#category .menu li h2 {
    float: left;
}

#category .menu li span {
    float: right;
    padding-right:5px;
}

.mainblock {
	border: 2px solid #85c21f;
	width: 166px;
	padding: 0px;
        margin-left: 9px;
        margin-bottom: 10px;
        float: left;
        background-color: #85c21f;
        overflow:hidden;
}

.mainblock select {
    width: 160px;
}

.mainblock .menu {
    list-style-type: none;
}

.mainblock h1 {
    padding: 5px;
    color: #ffffff;
    font-weight:bold;
}

.mainblock .menu li {
	padding: 3px 0px 3px 3px;
	/*background-image: url('images/cat_menu_symbol.jpg');*/
	background-position: 3px 5px;
	background-repeat: no-repeat;
}

.mainblock .menu li a {
	color: #ffffff;
	text-decoration: none;
}

.mainblock .menu li h2 {
    float: left;
}

.mainblock .menu li span {
    float: right;
    padding-right:5px;
    color: #ffffff;
    font-size: 9px;
}

.mainblock select option {
    font-size: 10px;
}

#content-page #content-head {
    height: 24px;
    background-image: url('images/content_head.jpg');
    background-repeat: no-repeat;
    padding: 6px 0px 0px 15px;
    font-size: 14px;
}

#content-page #content-body {
	border: 2px solid #85C21F;
	border-top: 0px none;
        border-bottom: 0px none;
	color: #000000;
        padding: 15px;
}

#content-body ul {
    padding-left: 40px;
}

#content-product #content-head {
	height: 24px;
	background-image: url('images/content_head.jpg');
	background-repeat: no-repeat;
	padding: 6px 0px 0px 15px;
	font-size: 14px;
}

#content-product #content-body {
	border: 2px solid #85C21F;
	border-top: 0px none;
	color: #000000;
}

#foot {
	margin-top:2px;
}

#foot-nav {
	background-color: #1A6F58;
	height: 50px;
}

#foot-nav .left {
	float: left;
	width: 700px;
}

#foot-nav .right {
	float: right;
}

#foot-nav .menu {
	list-style-type: none;
	padding: 18px 10px;
}

#foot-nav .menu li {
	display: inline;
	color: #ffffff;
}

#foot-nav .menu li a {
	color: #ffffff;
	text-decoration: none;
}

#foot-info {
	background-color: #87c023;
	height: 60px;
	padding: 15px 10px;
}

#foot-info table {
    /*padding-left: 65px;*/
}

#foot-info #copy {
	float: left;
	color: #ffffff;	
}

#foot-info #copy span {
	color: #313131;
}

#foot-info #created {
	float: right;
	color: #ffffff;	
}

#foot-info #created a {
	text-decoration: none;
	color: #313131;
}

#list-filter table {
	float: left;
	height: 120px;
	width: 182px;
	background-color: #87C023;
	margin-right: 15px;
}

#list-filter table th {
	height: 20px;
	text-align: left;
	color: #ffffff;
}

#list-filter table td select {
    width: 170px;
}

#list-filter table td, #list-filter table td a {
	color: #ffffff;
}

#list-info {
	padding: 5px;
	font-weight: bold;
	color:#000000;
}

#list-filter table.last {
	margin-right: 0px;
	margin-left: 3px;
}

#list-filter select option {
    font-size: 10px;
}

#product-list-table {
    width: 100%;
}

#product-list-table th {
	background-color: #1A6F58;
	padding: 3px;
        color: #ffffff;
}

#product-list-table td.row-1 td {
	
}

#product-list-table th a {
	color: #ffffff;
}
#product-list-table .product-info {
	padding-top: 10px;
}
#product-list-table .product-info h3 a {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
}
#product-list-table .prod-list-opt a {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
#product-list-table td.product-image {
	width: 110px;
}
#product-list-table td.product-image img {
	margin: 10px;
}
#product-list-table td.product-info {
        vertical-align: top;
        padding-top: 5px;
        padding-bottom: 10px;
}
#product-list-table td.price {
	width: 200px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}
#product-list-table .lpaction span {
    text-decoration: line-through;
}
#product-list-table td.price span.ap {
	color: #ff0000;
	font-size: 18px;
	font-weight: bold;
    text-decoration: none;
}
#product-list-table td.csomag {
	width: 70px;
	height: 37px;
	text-align: center;
}

#list_bottom {
    background-color: #87c023;
    padding: 5px;
}

#list_bottom a {
    color: #ffffff;
    text-decoration: none;
}

#product-info .image {
	padding: 10px;
        width:290px;
	border: 1px solid #afafaf;
	margin: 10px 20px 0px 10px;
}

#product-info .basic {
	padding: 10px 0px;
	margin-right: 10px;
        height:34px;
	border-bottom: 1px dotted #afafaf;

}

#product-info .basic .title {
	float: left;
	width: 110px;
}

#product-info .basic #lfs {
    width: 290px;
    float:left
}

#product-info label {
    display: block;
    padding-top: 10px;
}

#product-info .akcios {
	font-size: 14px;
	color: #ff0000;
	font-weight: bold;
        display: none;
}

#product-info .options {
/*    width: 180px;
*/
    padding-right: 15px;
    height: 170px;
    float: left;
}

#product-info .factory {
    margin-top: 10px;
    margin-right: 10px;
    height: 170px;
}

#product-info .factory a {
    color: #ff0000;
    text-decoration: none;
}

#product-info .basket {
    margin-top: 10px;
    margin-right: 10px;
    padding-top: 10px;
    border-top: 1px dotted #AFAFAF;
}

.basket-add {
    background-image: url('images/tobasket.jpg');
    background-repeat: no-repeat;
    border: 0px none;
    cursor: pointer;
    height: 24px;
    width: 89px;
    padding-left: 5px;
    text-align: left;
    color: #8a8889;
    margin-top: 4px;
    margin-left: 10px;
}

#basket-table {
    width: 100%;
}

#basket_buy {
    width: 100%;
}

.send-to {
    background-image: url('images/sendto.jpg');
    background-repeat: no-repeat;
    border: 0px none;
    cursor: pointer;
    height: 24px;
    width: 180px;
    padding-left: 5px;
    text-align: left;
    color: #8a8889;
    margin-top: 4px;
    margin-left: 10px;
}

#product-info .files {
    margin-left: 10px;
}

#product-info .files div {
    float: left;
    padding: 10px;
    background-color: #87C023;
    color: #ffffff;
}

#product-info .other {
    background-color: #1A6F58;
    margin-right: 10px;
    height: 32px;
    padding-top: 2px;
    padding-left: 2px;
    color: #ffffff;

}

#product-info .other img {
    vertical-align: middle;
}

#product-info .other a {
    color: #ffffff;

}

#product-info td.specification {
    padding: 10px 10px 10px 10px;
}

#product-info td.specification h3 {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 10px;
}

#product-info td.video {
    padding: 10px 10px 10px 0px;
}

#product-info td.video h3 {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 10px;
}

#product-info #prod_img {
    cursor: pointer;
}

#product-info #fvid {
    float: right;
/*    width: 414px;
*/
    padding-left: 10px;
}

#product-info #fspec {
    float: left;
}

#product-info #vid_container {
    background-color: #1A6F58;
    padding: 10px;
    width: 404px;
}

#product-info #main_vid {
    float: left;
    padding-right: 27px;
}

#product-info #more_vid strong {
    color: #ffffff;
}

#product-info #more_vid img {
    padding-top: 27px;
    cursor: pointer;
}

.form_errors {
    margin: 2px;
    border: 1px solid #ff0000;
    background-color: #ffcccc;
    padding: 10px;
}

.form_errors ul {
   list-style-type: none;
   color: #ff0000;
}

#login_form {
   background-color: #85C21F;
   margin-top: 1px;
   padding: 10px;
}

#login_form label {
    color: #ffffff;
    font-weight: bold;
}

#login_form .submit {
    border: 0px none;
    background-color: transparent;
    padding-top: 10px;
    font-size:12px;
    font-weight: bold;
    color: #ffffff;
}

.default-pager {
    margin: 10px;
    text-align: center;
    color: #000000;
}

.default-pager table tr td {
    color: #ffffff;
}

.default-pager a {
    color: #85C21F;
    text-decoration: none;
    /*font-weight: bold;
*/
}

#product_compare {
    font-size: 10px;
}

#content-body .block {
    border: 0px none;
    width: 522px;    
}

.showlist-top {
  border-bottom:1px dotted #000000;
  margin-bottom: 10px;
  padding-bottom: 5px;
}

.showlist-top a {
  color: #21231b;
}

.showlist-top h2 a {
  color: #575755;
}


.showlist-top .heading {
  margin:0px;
  margin-bottom:5px;
}

.st-content {
  padding: 5px;
}

.showlist-top img, .showlist-bottom img {
    border: 0px none;
}

.showlist-top a:hover, .showlist-bottom a:hover, .showlist-center a:hover {
    color: #F77841;
}

.showlist-top .news_img {
    float: left;
    padding-right: 10px;
}

.showlist-center {
    padding: 5px;
}

.showlist-center a {
    color: #000000;
    text-decoration: none;
}

#product-package h2 {
    height: 25px;
    background-image: url('images/content_head.jpg');
    background-repeat: no-repeat;
    padding: 6px 0px 0px 15px;
    font-size: 14px;
}

#product-package table tr.head {
    background-color: #87C023;
}

#product-package table tr td {
    padding: 5px;
    text-align: center;
    color: #000000;
}

#product-package table tr.head td {
    padding: 5px;
    text-align: center;
    color: #ffffff;
}

#product-package .pp-price_1 {
    color: #ff0000;
    font-size: 14px;
    font-weight:bold;
}

#product-package .pp-price_2 {
    font-size: 14px;
    font-weight:bold;
}

#product-package .items {
    text-align: left;
    padding-top: 25px;
}

#product-package .items a img {
    border: 0px none;
}

#product-package .pp-buy {
    border: 0px none;
    background-image: url('images/wbasket.jpg');
    width: 32px;
    height: 32px;
}

#fstbanner .block {
    border-bottom: 0px none;
}

#main-text {
    padding-bottom: 10px;
}

.smenuact a, .smenuact2 a {
    /*font-weight: bold;*/
}

.ffprod {
    color: #ff0000;
    font-weight: bold;
    position: relative;
    top: -18px;
    left: -70px;
}

.ffprod img {
    vertical-align: middle;
}

.faj {
    color: #ff0000;
    font-weight: bold;
}

.faj img {
    vertical-align:middle;
}

#ajid {
    color: #ff0000;
    float: right;
    font-weight: bold;
    padding-left: 10px;
    display:none;
    width:120px;
}

#ajid a {
    color: #000000;
}

#ajid img {
    vertical-align: middle;
}

.flag {
    padding-left:5px;
}

.flag img {
    border: 0px none;
    vertical-align: middle;
}

#ppath {
    font-size:10px;
    position:absolute;
    text-align:right;
    top:185px;
    padding: 0px;
    margin: 0px;
    width:570px;
}

#content-product #ppath {
    width: 770px;
}

#ppath a {
    color: #717171;
    text-decoration: none;
}

.nav_prev {
    padding: 10px;
    padding-bottom:0px;
}
.nav_prev a {
    color: #717171;
    text-decoration: none;
}

.fcur {
    font-size: 10px;
}

#list-filter .fcur {
    display: none;
}

#factory_list {
}

#factory_list .fl-item {
    width: 100px;
    float: left;
    text-align: center;
    padding-left: 5px;
}

#factory_list .fl-item img {
    padding: 20px 0px 10px 0px;
    border: 0px none;
}

#factory_list h3 {
    font-size: 16px;
    font-weight: bold;
    padding: 40px 0px 20px 0px;
}

#product-list-table .ap .fcur {
    text-decoration: none;
}

#head .block {
    width: 700px;
    padding-top: 10px;
    padding-right: 10px;
}

.ctopb .block {
    width: 776px;
    border: 0px none;
    margin-bottom: 0px;
}

#list_bottom .default-pager .act_page {
    font-weight: bold;
    font-size: 14px;
}

#content-page .nobanner {
    border-top: 2px solid #85C21F;

}

#content-head-table {
    background-image: url('images/content_head.jpg');
    padding: 0px;
    margin: 0px;
}

#ppath2 {
    font-size: 10px;
    color: #717171;
}

#ppath2 a {
    text-decoration: none;
    color: #717171;
}

#reg_h a {
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
}
#reg_h hr {
    border: 0px none;
    border-top: 1px dotted #ffffff;
}

#reg_h {
    padding-left: 5px;
}

.pgift {
    color: #ff0000;
}

.gift-link {
    font-weight: normal;
    font-size: 10px;
}

.tcsomag a {
    color: #ff0000;
    text-decoration: none;
}

#newmenu {
    background-color: #e5e5e5;
}
#newmenu h2 {
    background-color: #85C21F;
    color: #ffffff;
    text-align: left;
    font-size: 14px;
    padding: 3px 0px 3px 5px;
}
#newmenu .spacer {
    width: 3px;
    background-color: #ffffff;
}

.newsubmenu {
    padding: 0px;
    padding-left: 3px;
    margin: 0px;
}
.newsubmenu td {
    padding: 1px 3px 1px 2px;
}
.newsubmenu td a {
    text-decoration: none;
    color: #000000;
}

.newsubmenu .smenuact, .newsubmenu .smenuact2 {
    background-color: #85C21F;
}
.newsubmenu .smenuact h3 a, .newsubmenu .smenuact2 h3 a {
    color: #ffffff;
}

#nav #akciomenu a {
    color: #85C21F;
    font-weight: bold;
}

#nav .menu div.selected2 h2#akciomenu a {
    color: #ffffff;
}
#nav .menu div.selected h2#akciomenu a {
    color: #ffffff;
}
