html, body, div, span,
h1, h2, h3, h4, h5, h6, p, a, img, strong, ol, ul, li, form, label, button{
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}
html{
	font-size: 100%;
}
body{
	margin: 0;
	background: #eee;
	color: #666;
	font-family: Trebuchet MS,Tahoma,Arial;
	font-size: 16px;
	text-align: center;
}

h1, h2, h3, h4, h5, h6{
	margin-bottom: 15px;
	color: #666;
	font-family: Trebuchet MS,Tahoma,Arial;
	font-weight: bold;
	line-height: normal;
}
h1{font-size:36px;}
h2{font-size:24px;}
h3{font-size:18px;}
h4{font-size:16px;}
h5{font-size:16px;}
h6{font-size:16px;}
a{
	color: #666;
	text-decoration: underline;
	outline: none;
}
a:hover, a:focus{
	color: #999;
}
p{
	margin: 0 0 10px;
}
ul{
	margin: 0 10px 10px 10px;
	padding: 0 5px;
	list-style-type: circle;
}
ul ul{
	list-style-type: disk !important;
}
li{
	margin: 4px 0 2px 10px;
}
ol{
	margin: 0 10px 10px 17px;
	padding: 0 5px;
	list-style-type: decimal;
}
img{
	height: auto;
	position: relative;
}
a img{
	border: 0;
	text-decoration: none;
}
hr{
	border: none;
	border-bottom: solid 1px #666;
	height: 1px;
}

input.checkbox, label{
    cursor: pointer;
}
input, select, textarea, button{
	outline: none;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}
input.input_text, input.text, textarea, select, #ws_search .ws_text{
	padding: 8px 0;
	width: 98%;
	border: solid 1px #ccc;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-size: 15px;
	color: #333;
}
a.button, #header_pic .flex-caption a, #ds_search .button, #ws_search .ws_submit, #pay_desk{
	display: block;
	padding: 8px 20px;
	float: left;
	
	background: #999999;
	background: -moz-linear-gradient(top,  #999999 0%, #333333 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#999999), color-stop(100%,#333333));
	background: -webkit-linear-gradient(top,  #999999 0%,#333333 100%);
	background: -o-linear-gradient(top,  #999999 0%,#333333 100%);
	background: -ms-linear-gradient(top,  #999999 0%,#333333 100%);
	background: linear-gradient(to bottom,  #999999 0%,#333333 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#999999', endColorstr='#333333',GradientType=0 );
	
	border: solid 1px #777;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	font-weight: bold;
	font-size: 16px;
	color: #fff;
	text-decoration: none;
	text-align: center;
}
a.button:hover, a.button:focus, #header_pic .flex-caption a:hover, #header_pic .flex-caption a:focus, #ds_search .button:hover, #ds_search .button:focus{
	color: #ccc;
}

.error, .mes, .tip{
    background: #fff url(../global/icon_error.gif) no-repeat 8px 14px;
    border: 2px solid #BD0000;
    clear: both;
    color: #BD0000;
    display: block;
    font-weight :bold;
    margin: 10px;
    padding: 14px 14px 14px 40px;
}
.mes{
    background: #fff url(../global/icon_ok.gif) no-repeat 8px 14px;
    border:2px solid #708E0C;
    color:#708E0C;
}

.clr, .clear{
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 100%;
	height: 0;
	font-size: 0;
}
.more, #start_article .link_all {
	float: right;
	margin: 10px 0 0;
	padding: 0 15px 0 0;
	background: url(imgs/arrow-right.png) no-repeat right center;
	font-size: 16px;
	font-weight: bold;
}
.back{
	float: left;
	margin: 10px 0 0;
	padding: 0 0 0 15px;
	background: url(imgs/arrow-left.png) no-repeat left center;
	font-size: 16px;
	font-weight: bold;
}
#center table {
    border-collapse: collapse;
    margin-bottom: 10px;
    width: 100%;
}
.tableWrap{
	position: relative;
	width: 100%;
	overflow: auto;
}

/* CONTAINER */
#center{
	padding: 15px 2%;
	width: 96%;
}
#header{
	display: none;
}
#main_container, #main{
	margin: 0 auto;
	width: 100%;
	text-align: left;
}
#static img, #start_static img, img.fullWidth{
	margin: 0 !important;
	width: 100%;
	max-width: 300px !important;
}

/* PAGER */
#pager{
	display: block;
	margin: 20px 0 0 0;
	padding: 10px 0;
	text-align: center;
}
#pager div{
	display: inline;
}
#pager a, #pager strong{
	display: inline-block;
	margin: 0 3px 10px;
	padding: 7px 14px;
	background: #ccc;
	color: #333;
	text-decoration: none;
}
#pager strong, #pager a:hover, #pager a:focus{
	background: #333;
	color: #eee;
}

/* header */
#mobile_header{
	padding: 0 10px;
	background: #333;
	border-bottom: solid 5px #999;
	color: #fff;
}
#mobile_header a{
	display: block;
	float: left;
	padding: 13px 20px 0 36px;
	height: 35px;
	background-repeat: no-repeat;
	background-position: 0 8px;
	font-size: 18px;
	color: #eee;
	text-decoration: none;
	
}
#mobile_header.smartMenu a{
	padding: 10px 20px;
	width: 32px;
	height: 32px;
	background-position: 20px 10px;
	border-right: solid 1px #666;
	text-indent: -10000px;
}
#mobile_header #m_menu{
	background-image: url(imgs/menu.png);
}
#mobile_header #link_login, #mobile_header #link_profil{
	background-image: url(imgs/lock.png);
}
#mobile_header #link_logout{
	background-image: url(imgs/exit.png);
}
#mobile_header #link_lang{
	background-image: url(imgs/lang.png);
}
#mobile_header #m_search{
	float: right;
	background-image: url(imgs/search.png);
}
#mobile_header.smartMenu #m_search{
	border: 0;
	/*border-left: solid 1px #666;*/
}
/* footer */
#mobile_footer{
	padding: 10px 2%;
	width: 96%;
	background: #333;
	color: #fff;
	text-align: center;
}
#mobile_footer .left{
	float: left;
}
#mobile_footer .right{
	float: right;
}
#mobile_footer a{
	font-weight: bold;
	color: #eee;
	text-decoration: none;
}
#mobile_footer a:hover, #mobile_footer a:focus{
	color: #999;
}

/**/
#mobile_menu, #mobile_lang{
	display: none;
	background: #bbb;
}
#mobile_menu ul, #mobile_lang ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
#mobile_menu ul ul{
	padding: 0 0 0 20px;
	background: #ccc;
}
#mobile_menu li, #mobile_lang li{
	margin: 0;
	padding: 0;
}
#mobile_menu li a, #mobile_lang li a{
	display: block;
	padding: 12px 10px 12px 20px;
	background: url(imgs/arrow-right.png) no-repeat 10px center;
	border-bottom: solid 1px #ccc;
	font-size: 15px;
	color: #fff;
	text-decoration: none;
}
#mobile_menu ul ul li a{
	color: #666;
}
#mobile_lang li.active a{
	color: #333;
}

/* datasheet search */
#ds_search{
	display: none;
	padding: 10px 2%;
	width: 96%;
	background: #bbb;
	color: #fff;
}
#ds_search h3{
	font-size: 24px;
	color: #fff;
}
#ds_search .row{
	padding: 0 0 15px;
	width: 100%;
}
#ds_search .row:after{ content:"\0020"; display:block; height:0; clear:both; visibility:hidden; }
#ds_search .row b{
	display: block;
}
#ds_search .row .half{
	width: 50%;
}
#ds_search .row .half .text{
	width: -webkit-calc(100% - 80px);
	width: calc(100% - 80px);
}
#ds_search .row .left{
	float: left;
}
#ds_search .row .right{
	float: right;
}

/**/
#site_slogen{
	padding: 15px 2%;
	width: 96%;
	font-weight: bold;
	font-size: 24px;
}
#site_slogen a{
	text-decoration: none;
}
#site_slogen span{
	display: block;
	margin: 5px 0 0;
	font-size: 12px;
}

/* header flexslider */
#header_pic{
	position: relative;
	padding: 0 2%;
	width: 96%;
}
#header_pic img, #gallery .flexslider img{
	width: 100%;
}
#header_pic .flexslider-header, #gallery .flexslider-header, #gallery .flexslider-content{
	position: relative;
	right: auto;
	bottom: auto;
	width: 100%;
}
#header_pic .flexslider, #gallery .flexslider{
	background: transparent;
}
#header_pic .flex-control-nav{
	display: none;
}
#header_pic .flex-direction-nav li .prev{
	left: 5px;
}
#header_pic .flex-direction-nav li .next{
	right: 5px;
}
#header_pic .flex-caption{
	top: auto; right: auto;
    padding: 5px 0;
    width: 100%;
    height: auto;
    position: relative;
    bottom: auto; left: auto;
    background: rgba(0, 0, 0, 0.1);
}
#header_pic .flex-caption h3{
	margin: 0 0 5px 10px;
	font-size: 12px;
}
#header_pic .flex-caption h4{
	margin: 0 0 5px 10px;
	font-size: 11px;
}
#header_pic .flex-caption a{ /* több css a button.a bejegyzesenel */
	position: relative;
	bottom: auto; left: auto;
	top: auto; right: auto;
	margin: 0 0 0 8px;
	padding: 5px;
	font-size: 12px;
}

/**/
.startpage{
	margin: 0 0 15px;
}

/* SOCIAL BAR */
#webshop .social_bar .share, #article_long .social_bar .share, #datasheet .social_bar .share{
	display: none;
}
#webshop .social_bar, #article_long .social_bar, #datasheet .social_bar{
	padding: 10px 0;
}
#webshop .social_bar .likebutton, #article_long .social_bar .likebutton, #datasheet .social_bar .likebutton{
	float: left;
}
#webshop .social_bar .plusone, #article_long .social_bar .plusone, #datasheet .social_bar .plusone{
	float: right;
}
/**/
#box_content_share .share{
	display: none;
}
#box_content_share .s-plusone{
	width: auto !important;
}
#box_content_share .s-facebook{
	float: right !important;
	width: auto !important;
}


/* WEBSHOP */
#webshop.startpage h2 a{
	text-decoration: none;
}
/**/
#webshop #filter_cont, #minigalleria, #webshop #tabs, #webshop .more, #ws_login{
	display: none;
}
/**/
#webshop .listbox{
	position: relative;
	margin: 0 0 10px;
	padding: 10px;
	background: #fff;
}
#webshop .listbox h3{
	font-size: 18px;
}
#webshop .listbox .piccont{
	display: block;
	float: left;
	padding: 2%;
	width: 26%;
	border: solid 1px #ccc;
	text-align: center;
}
#webshop .piccont img{
	width: 100%;
	max-width: 200px;
}
#webshop .listbox .nophoto{
	display: none;
}
#webshop .listbox .new, #boxies .box_wsp .new{
	position: absolute;
	top: 50px; left: 10px;
	padding: 10px 13px;
	background: rgba(0, 0, 0, 0.5);
	-webkit-border-radius: 50%;
	border-radius: 50%;
	font-weight: bold;
	color: #fff;
	pointer-events: none;
}
#webshop .listbox .wsRight{
	width: 65%;
	float: right;
}
#webshop .listbox:after{ content:"\0020"; display:block; height:0; clear:both; visibility:hidden; }

#webshop .content .row{
	position: relative;
	margin: 0 0 10px;
	padding: 10px;
	background: #fff;
}
#webshop .price{
	margin: 0 0 5px;
	font-size: 16px;
}
#webshop .price sup{
	display: block;
	margin: 0 0 5px;
	font-weight: normal !important;
	font-size: 14px;
}
#webshop .basket_cont .basket{
	display: block;
	padding: 10px 0;
	width: 100%;
	float: left;
	
	background: #999999;
	background: -moz-linear-gradient(top,  #999999 0%, #333333 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#999999), color-stop(100%,#333333));
	background: -webkit-linear-gradient(top,  #999999 0%,#333333 100%);
	background: -o-linear-gradient(top,  #999999 0%,#333333 100%);
	background: -ms-linear-gradient(top,  #999999 0%,#333333 100%);
	background: linear-gradient(to bottom,  #999999 0%,#333333 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#999999', endColorstr='#333333',GradientType=0 );
	
	border: solid 1px #777;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	font-weight: bold;
	font-size: 16px;
	color: #fff;
	text-decoration: none;
	text-align: center;
}
#webshop .basket_cont select{
	margin: 0 0 5px;
}
/* webshop datatsheet */
#webshop .left, #webshop .right{
	margin: 0 0 10px;
}

#webshop .left a.piccont{
	display: block;
	width: 100%;
}
#webshop .left a.piccont img{
	width: 100%;
	max-width: 600px;
}
#webshop .left .stock, #webshop .left .warrantee, #webshop .left .starVote, #webshop .left .new{
	margin: 0 !important;
	padding: 5px;
	background: #eee;
	border-bottom: solid 1px #ccc;
}
#webshop .wsMain{	
	margin: 0 0 10px;
	padding: 10px;
	background: #fff;
}
#webshop .wsMain .price, #webshop .row .price{
	margin: 10px 0 15px;
	padding: 5px;
	background: #eee;
	font-size: 19px;
}
#webshop .wsMain .price sup, #webshop .row .price sup{
	display: block;
	margin: 5px 0 0;
	padding: 5px 0 0;
	border-top: solid 1px #ccc;
	font-size: 17px;
}
#webshop .wsMain .bottom{
	margin: 0 0 15px;
}
#webshop .wsMain .bottom .back{
	display: none;
}
#webshop .basket_cont form{
	float: left;
	width: 43%;
}
#webshop .basket_cont form input{
	width: 30px;
	padding: 8px 0;
	border: solid 1px #ccc;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-size: 15px;
	color: #333;
	text-align: center;
}
#webshop .basket_cont form select{
	margin: 5px 0 0;
	width: 100%;
}
#webshop .basket_cont .basket{
	float: right;
	width: 40%;
}
#webshop #specification, #webshop #comment{
	margin: 0 0 10px;
	padding: 10px;
	background: #fff;
}

#webshop #comment .button{
	float: none;
	margin: 0 0 10px !important;
}
#webshop #comment .row, #webshop #comment .error{
	clear: both;
}
#webshop #comment .left{
	float: left;
}
#webshop #comment .right{
	margin: 0 0 10px 10px;
	float: right;
}
#webshop #specification table td{
	border-bottom: solid 1px #ccc;
}
/* basket */
#ws_header{
	padding: 0 2% 10px;
	width: 96%;
}
#ws_search{
	margin: 0 0 10px;
}
#ws_search .ws_text{
	width: 65%
}
#ws_search .ws_submit{
	float: right;
	display: inline-block;
	padding: 8px 20px;
	width: 30%;
}
/**/
#ws_basket{
	margin: 0 0 10px;
	background: #fff;
}
#ws_basket .description{
	position: relative;
	margin: 0;
	padding: 10px;
	font-weight: bold;
	font-size: 18px;
	background: #333;
	border-bottom: solid 5px #999;
	-webkit-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
	color: #eee;
}
#ws_basket .description i{
	display: block;
	position: absolute;
	right: 14px; top: 14px;
	width: 16px;
	height: 16px;
	background: url(imgs/box_close.png) no-repeat;
}
#ws_basket.close .description i{
	background: url(imgs/box_open.png) no-repeat;
}
#ws_basket .info{
	margin: 0;
	padding: 10px 10px 0;
	font-size: 12px;
}
/**/
#basket_content{
	padding: 0 0 10px;
}
#basket_content:after{
	content:"\0020"; display:block; height:0; clear:both; visibility:hidden;
}
#pay_desk{
	float: none;
	clear:both;
	margin: 10px 10px 0;
}
/**/
#ws_basket.close #ws_product, #ws_basket.close #pay_desk{
	display: none;
}
#ws_product{
	padding: 0 10px 1px;
}
#ws_product .wsb_item{
	position: relative;
	margin: 0 0 10px;
	padding: 10px 30px 10px 10px;
	background: #eee;
}
#ws_product .wsb_item:after{
	content:"\0020"; display:block; height:0; clear:both; visibility:hidden;
}
#ws_product a.itempic{
	width: 60px;
	float: left;
}
#ws_product a.itempic img{
	width: 50px;
}
#ws_product .item_title{
	margin: 0 0 5px;
	font-size: 18px;
}
#ws_product .item_title .del{
	position: absolute; right: 3px; top: 0; bottom: 0; margin: auto; /* vert. center */
	display: block;
	width: 24px;
	height: 24px;
	background: #666 url(imgs/del.png) no-repeat 4px 4px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
#ws_product .item_info{
	font-size: 12px;
}

/* ORDER */
#order, #order_form{
	margin: 0 0 10px;
	padding: 10px 2%;
    width: 96%;
    background: #fff;
}
#order .row{
	margin: 0 0 10px;
	padding: 0 0 5px;
	border-bottom: solid 1px #ccc;
}
#order .row a.piccont{
	float: left;
	width: 20%;
}
#order .row a.piccont img{
	/*width: 50px;*/
	width: 100%;
}
#order .row .col_2{
	float: right;
	width: 75%;
}
#order .row .col_3{
	clear: both;
	position: relative;
	padding: 5px 0;
}
#order .row .col_3 .piece{
	float: left;
}
#order .row .col_3:after, #order .row .col_3 .piece:after{
	content:"\0020"; display:block; height:0; clear:both; visibility:hidden;
}
#order .row .col_3 .piece .plus, #order .row .col_3 .piece .minus, #order .row .col_3 .piece .del{
	margin: 0 10px 0 0;
	display: inline-block;
	width: 24px;
	height: 24px;
	background: #666 url(imgs/box_open.png) no-repeat 4px 4px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
#order .row .col_3 .piece .minus{
	background: #666 url(imgs/box_close.png) no-repeat 4px 4px;
}
#order .row .col_3 .piece .del{
	background: #666 url(imgs/del.png) no-repeat 4px 4px;
}
#order .row .col_3 .piece b{
	margin: 0 5px 0 0;
	position: relative;
	top: -6px;
	display: inline-block;
}
#order .row .col_3 strong{
	float: right;
}
#order .price{
	padding: 5px;
	background: #eee;
	border-bottom: solid 1px #333;
	text-align: right;
}
#order .price.all{
	background: #333;
	font-size: 19px;
	color: #eee;
}
/* ORDERFORM */

/* DATASHEET */
#datasheet.startpage h2 a{
	text-decoration: none;
}
#datasheet #tabs{
	display: none;
}
#datasheet .row, #datasheet #tab_text, #datasheet #interest{
	margin: 0 0 10px;
	padding: 10px;
	background: #fff;
}
#datasheet .row .left{
	padding: 10px 0;
	background: #eee;
	text-align: center;
}
#datasheet .row .left img{
	width: 100%;
	max-width: 150px;
}
#datasheet .row .right table{
	width: 100%;
}
#datasheet #interest{
	border-bottom: solid 3px #999;
}
#datasheet .content .label{
	margin: 0 0 5px;
}
/**/
#datasheet #comment form{
	margin: 0 0 10px;
	padding: 10px;
	background: #fff;
	border-bottom: solid 3px #999;
}
#datasheet #comment .row{
	margin: 0;
	padding: 0;
	background: #eee;
	
	margin: 0 0 15px;
	border-bottom: solid 1px #999999;
}
#datasheet #comment .row .left{
	float: left;
	padding: 0;
	background: none;
}
#datasheet #comment .row .right{
	float: right;
}


/* ARTICLE LIST */
#start_article h2{
	margin: 0 0 5px;
}
#start_article h2 a{
	text-decoration: none;
}
#article .row, #start_article .row{
	margin: 0 0 10px;
	padding: 10px;
	background: #fff;
}
#article .first, #start_article .first{
	border: 0;
}
#article .row h3, #start_article .row h3{
	margin: 0 0 5px;
}
#article .row span.date, #start_article .row span.date{
	display: block;
	margin: 0 0 5px;
}
#article .row a.piccont, #start_article .row a.piccont{
	display: block;
	float: left;
	margin: 5px 10px 5px 0;
	padding: 2px;
	width: 100px;
	border: solid 1px #999;
	text-decoration: none;
	font-size: 0;
}
#article .row .piccont img, #start_article .row .piccont img{
	margin: 0;
	width: 100px;
	border: 0;
}

/* ARTICLE PAGE */
#article_long h2{
	margin: 0 0 5px;
}
#article_long a.piccont{
	display: block;
	float: none;
	margin: 5px 10px 5px 0;
	padding: 2px;
	width: 150px;
	border: solid 1px #999;
	text-decoration: none;
	font-size: 0;
}
#article_long a.piccont img{
	margin: 0;
	width: 150px;
	border: 0;
}
#article_long .lead{
	color: #333;
}
#article_long #related_news h4{
	margin: 0 0 5px;
}
#article_long img{
	max-width: 300px !important;
}

/* FAQ */
#faq h3 a{
	text-decoration: none;
}
#faq .ans{
	padding: 0 0 15px;
}

/* PARTNERS */
#partners .row, #references .row{
	margin: 0 0 10px;
	padding: 10px;
	background: #fff;
}
#partners .row img, #references .row img{
	float: right;
	margin: 5px 0 0 10px;
	padding: 2px;
	width: 100px;
	border: solid 1px #999;
}

/* GUESTBOOK */
#questbook{
	display: block;
	margin: 0;
	padding: 0;
}
#questbook form{
	margin: 0 0 15px;
	padding: 10px;
	background: #fff;
	border-bottom: solid 3px #999;
}
#questbook form .label{
	margin: 0 0 10px;
}
#questbook form .label b, #questbook form .label span{
	display: block;
}
#questbook form .btn b{
	display: none;
}
#questbook form .label textarea{
	height: 150px;
}
#questbook .row{
	margin: 0 0 15px;
	border-bottom: solid 1px #999;
}
#questbook .row h4{
	margin: 0;
}
#questbook .row h4 .left{
	float: left;
}
#questbook .row h4 .right{
	float: right;
}

/* gallery */
#gallery.startpage .content{
	padding: 10px;
	background: #fff;
}
#gallery.startpage h2 a{
	text-decoration: none;
}
#gallery h3{
	margin: 10px 0;
	padding: 14px 0 0;
}
#gallery h3.first{
	padding: 0;
	border-top: none;
}
#gallery .content{
	padding: 0 0 20px 0;
	margin: 0;
}
#gallery a.piccont{
	float: left;
	margin: 0 1%;
	width: 31%;
}
#gallery a.piccont img{
	width: 100%;
}

/* Űrlap */
.form_container{
	margin: 10px auto;
	padding: 15px;
	background: #fff;
	text-align: center;
}
.form_container h4{
	margin: 0;
	padding: 0 0 15px;
	font-size: 16px;
	text-align: center;
}
.form_container .row{
	margin: 0 0 10px;
}
.form_content p.small{
	font-size: 12px;
}
.form_content strong{
	display: block;
	text-align: left;
}
.form_content span{
	display: block;
	padding: 4px 0 13px;
	text-align: left;
}
.form_content span .text, .form_content span .textarea, .form_content span select{
	padding: 8px 0;
	width: 98%;
	border: solid 1px #ccc;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-size: 15px;
	color: #333;
}
.form_content textarea{
	height: 120px;
}
.form_content label{
	cursor: pointer;
}
.form_content .button{
	display: block;
	margin: 0 auto 15px;
	padding: 10px 20px;
	
	background: #999999;
	background: -moz-linear-gradient(top,  #999999 0%, #333333 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#999999), color-stop(100%,#333333));
	background: -webkit-linear-gradient(top,  #999999 0%,#333333 100%);
	background: -o-linear-gradient(top,  #999999 0%,#333333 100%);
	background: -ms-linear-gradient(top,  #999999 0%,#333333 100%);
	background: linear-gradient(to bottom,  #999999 0%,#333333 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#999999', endColorstr='#333333',GradientType=0 );
	
	border: solid 1px #777;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	font-weight: bold;
	font-size: 16px;
	color: #fff;
	text-decoration: none;
	text-align: center;
}
.form_content .button:hover{
	color: #eee;
}


/* Lightview */
/*#lw_bg1, #lw_bg2{
    position: absolute;
    opacity:0.80; -moz-opacity:0.80; -webkit-opacity:0.80;
    filter:alpha(opacity=50);
	z-index: 999999;
}*/
#lw_bg1, #lw_bg2{
	display: none !important;
	
	position: absolute;
    opacity:0.80; -moz-opacity:0.80; -webkit-opacity:0.80;
    filter:alpha(opacity=50);
	z-index: 999999;
}
#lightview1, #lightview2{
    position: absolute;
    padding: 0;
    width: 90%;
    background: #fff;
    border: 5px solid #fff;
    font-family: verdana, arial, helvetica;
    font-size: 12px;
	border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
	box-shadow: 0 0 20px #000000; -moz-box-shadow: 0 0 20px #000000; -webkit-box-shadow: 0 0 20px #000000;
	z-index: 999999;
	text-align: left;
}
#lightview1 h3, #lightview2 h3{
    font-size: 12px;
    display: block;
    margin: 0;
    padding: 5px;
    color: #fff;
    background: #333;
    cursor: move;
}

#lightview1 h3.ok, #lightview2 h3.ok{
    background: #999;
}
#lightview1 h3.err, #lightview2 h3.err{
    background: #BD0000;
}
#lightview1 .lw_content, #lightview2 .lw_content{
    display: block;
    padding: 5px 0 0;
}
#lightview1 .close_lw, #lightview2 .close_lw{
    position: absolute;
    top: 4px;
    right: 4px;
    background: #fff url(../global/icon16_close.gif) no-repeat;
    width: 16px;
    height: 16px;
    display: block;
}
#lightview1 .button_cont, #lightview2 .button_cont{
    display: block;
    padding: 5px;
    text-align: center;
}


/* reg */
.lw_content #popupform{
	padding: 10px 2%;
	display: block;
	width: 96%;
}
.lw_content #popupform h4{
	margin: 10px 0 6px;
}

.lw_content #popupform p{
	float: left;
	width: 48%;
	margin: 0 1% 6px 1%;
}
/**/

.lw_content a.link{
	float: left;
	clear: both;
	margin: 6px 0 0;
	font-weight: bold;
}
.lw_content #comment_form .rating{
	width: 222px;
	margin: 0 0 10px;
}
.lw_content #comment_form #pstar{
	margin-top: -3px;
	float: right;
}
.button_cont .button_err, .button_cont .button_ok{
	padding: 6px 40px !important;
    text-align: center;
    background: #BD0000;
    font-weight: bold;
    color: #fff !important;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	text-decoration: none !important;
}
.button_cont .button_ok{
    background: #999;
}
.button_cont .button_err:hover{
    background: #FF4F4F;
}
.button_cont .button_ok:hover{
    background: #666;
}


/* BOXIES */
#boxies, #boxiesStatic{
	padding: 15px 2%;
    width: 96%;
}
#boxies .box h3, #boxiesStatic .box h3{
	position: relative;
	margin: 0 0 10px;
	padding: 10px;
	background: #333;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #eee;
}
#boxies .box h3 b, #boxiesStatic .box h3 b{
	display: block;
	position: absolute;
	right: 14px; top: 14px;
	width: 16px;
	height: 16px;
	background: url(imgs/box_open.png) no-repeat;
}
#boxies .box h3.open b, #boxiesStatic .box h3.open b{
	background: url(imgs/box_close.png) no-repeat;
}
#boxies .box .box_content{
	display: none;
	padding: 15px 2%;
	width: 96%;
}

/**/
#boxies .box_article .row{
	padding: 0 0 10px;
}
#boxies .box_article .row h4{
	margin: 0;
}
/**/
#boxies .box_faq .row{
	padding: 0 0 15px;
}
#boxies .box_faq .row h4{
	margin: 0;
}
/**/
#boxies #voteform p{
	margin: 0 0 15px;
}
#vote .bar{
	float: left;
	margin: 0 0 10px;
	width: 75%;
	height: 20px;
	background: #fff;
	border: 1px solid #666;
}
#vote .bar img {
	display: block;
	height: 20px;
	background: #ccc;
	border: none;
}
#vote .precent {
	float: right;
	margin: 0;
	width: 20%;
	font-weight: bold;
	text-align: right;
}
#vote .answer{
	margin: 4px 0;
}
/**/
#boxies .box_partner .box_content{
	text-align: center;
}
#boxies .box_partner .row{
	margin: 0 0 15px;
}
#boxies .box_partner h4{
	margin: 0;
}
/**/
#boxies .box_datasheethigh .row{
	margin: 0 0 15px;
	padding: 10px;
	background: #fff;
}
#boxies .box_datasheethigh .row br{
	display: none;
}
#boxies .box_datasheethigh .row span{
	display: block;
}
#boxies .box_datasheethigh .piccont{
	display: block;
	text-align: center;
}
/**/
#boxies .box_wsp .row{
	position: relative;
	margin: 0 0 15px;
	padding: 10px;
	background: #fff;
}
#boxies .box_wsp h4{
	font-size: 18px;
}
#boxies .box_wsp .piccont{
	display: block;
	padding: 2%;
	width: 26%;
	border: solid 1px #ccc;
	float: left;
	text-align: center;
}
#boxies .box_wsp .piccont img{
	width: 100%;
	max-width: 200px;
}
#boxies .box_wsp .row span{
	display: block;
	float: right;
	width: 65%;
	font-size: 16px;
	text-align: right;
}
#boxies .box_wsp .new span{
	float: none;
	width: auto;
	text-align: center;
}

/* product Cat*/
#pbox{
	padding: 0 2%;
	margin: 0 0 10px;
    width: 96%;
}
#pbox h3{
	position: relative;
	margin: 0;
	padding: 10px;
	background: #333;
	border-bottom: solid 5px #999;
	-webkit-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
	color: #eee;
}
#pbox h3 b{
	display: block;
	position: absolute;
	right: 14px; top: 14px;
	width: 16px;
	height: 16px;
	background: url(imgs/box_open.png) no-repeat;
}
#pbox h3.open b{
	background: url(imgs/box_close.png) no-repeat;
}
#pbox .box{
	display: none;
	width: 100%;
	background: #bbb;
}
#pbox .box h3{
	display: none;
}
#pbox .box h4{
	margin: 0;
	padding: 0;
}
#pbox .box h4 a{
	display: block;
	padding: 12px 10px 12px 25px;
	background: url(imgs/menu_open.png) no-repeat 10px center;
	border-bottom: solid 1px #ccc;
	font-size: 15px;
	color: #fff;
	text-decoration: none;
}
#pbox .box h4.ui-state-active a{
	background: url(imgs/menu_close.png) no-repeat 10px center;
}
#pbox .box ul{
	margin: 0;
	padding: 0;
	list-style: none;
	background: #ccc;
}
#pbox .box ul li{
	margin: 0;
	padding: 0;
	display: block;
}
#pbox .box ul li a{
	display: block;
	padding: 12px 10px 12px 25px;
	background: url(imgs/arrow-right.png) no-repeat 10px center;
	border-bottom: solid 1px #999;
	font-size: 15px;
	color: #666;
	text-decoration: none;
}
#pbox .box ul li.active a{
	font-weight: bold;
}

/* <startbox> */
.contentbox_container{}
.contentbox{
    margin: 0 0 15px;
    background: #fff;
}
.contentbox .contentbox_content {
    padding: 10px;
}
.contentbox .picture {
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 200px !important;
}
.contentbox h3{
	font-size: 17px !important;
}
.contentbox p{
	font-size: 15px !important;
}
.contentbox h3, 
.contentbox p, 
.contentbox .picture, 
.contentbox .button{
	margin: 0 0 10px;
	display: block;
}
.contentbox .button {
    width: 60%;
    float: none;
    margin: 0 auto;
}