<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.filter_checkbox_title {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #666666;
    margin-bottom: 4px;
    cursor: pointer;
    border: #FFFFFF solid 1px;
    padding: 3px;
	min-height: 14px;
}
.filter_checkbox_title_hide {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #666666;
    margin-bottom: 4px;
    cursor: pointer;
    border: #FFFFFF solid 1px;
    padding: 3px;
	min-height: 14px;
	opacity: 0.3;
}
.filter_checkbox {
    -webkit-appearance: none;
    width: 17px;
    height: 17px;
    background: white;
    border: 1px solid #1F7DBA;
    margin: 0;
	float: left;
}
.filter_checkbox_text {
    padding-left: 5px;
    text-align: left;
    padding-top: 0px;
	float: left;
}
.filter_checkbox:checked {
    background: url(../jpg/chk.jpg) no-repeat 0px 0px;
    content: "x";
}
.search_up_dynamic .title {
	background:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
	height:20px;
	font-weight:normal;
}
.search_up_dynamic .name0 {
	background:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	height:22px;
	font-weight:normal;
}
.search_up_dynamic .name0:hover {
	background:#3A9663;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	height:22px;
	font-weight:normal;
	cursor:pointer;
}
.search_up_dynamic .name1 {
	background:#eaeaea;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	height:22px;
	font-weight:normal;
	padding-left:5px;
}
.search_up_dynamic .name1:hover {
	background:#3A9663;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	height:22px;
	font-weight:normal;
	padding-left:5px;
	cursor:pointer;
}
.search_up_dynamic .no_product {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	font-weight:normal;
	height:auto;
	min-height:30px;
	padding-bottom:10px;
	padding-top:10px;
	padding-left:10px;
}
.search_up_dynamic .no_category {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	font-weight:normal;
	height:auto;
	min-height:30px;
	padding-bottom:10px;
	padding-top:10px;
	padding-left:10px;
}
.undefined {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #848484;
	text-decoration: none;
}
.menu_simple {
	margin: 0;
	padding-left: 0;
	list-style: none;
	width: 165px;
	border: 1px solid #d2d3d3;
	background-color: #fff;
	-webkit-box-shadow: 0 0 2px 0 #d7d8d8;
	box-shadow: 0 0 2px 0 #d7d8d8;
	position: relative;
	z-index: 11;
}
.menu_simple_border {
	margin: 0;
	padding-left: 0;
	list-style: none;
	width: 165px;
	border: 1px solid #d2d3d3;
	border-left:0px;
	background-color: #fff;
	-webkit-box-shadow: 0 0 2px 0 #d7d8d8;
	box-shadow: 0 0 2px 0 #d7d8d8;
	position: relative;
	width:550px;
	height:450px;
	margin-left:16px;
	margin-top:-1px;
}
.menu_simple_cat {
	float:left;
	width:275px;
	height:450px;
	margin:0px;
}
.menu_simple_cat ul {
	padding-top:5px;
	padding-left:27px;
}
.menu_simple_cat ul li {
	display: block;
	list-style-type:none;
	width:220px;
	height:22px;
	border-bottom:#eaeaea solid 1px;
	padding-top:9px;
}
.menu_simple_cat ul a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	text-decoration: none;
}
.menu_simple_cat ul li:hover {
	background-image: url(../themes/4/pl/menu_png_b.png);
}
.menu_simple .itemName {
	font-size:10px;
	padding-top:5px;
	height:20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
}
.menu_simple hr {
	display: block; 
	height: 1px;
    border: 0; 
	border-top: 1px solid #ccc;
    margin: 1em 0; 
	padding: 0; 
}
.reg_table .header {
	background: -moz-linear-gradient(top,  #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f1f1f1), color-stop(51%,#e1e1e1), color-stop(100%,#f6f6f6)); 
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); 
	background: -o-linear-gradient(top,  #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); 
	background: -ms-linear-gradient(top,  #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); 
}
.localization {
    border: 1px solid #F2F2F2;
    background-color: #F2F2F2;
    height: 24px !important;
    width: 990px;
    margin-top: 10px;
    margin-bottom: 1px;
}
.cart_step_new_button {
	color: #FFFFFF;
	background-color: #64BC45;
	height: 27px;
	padding-top: 9px;
	padding-left: 20px;
	padding-right: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-top: -9px;
}
.cart_step_new_button_end {
    color: #FFFFFF;
    background-color: #db0d0d;
    height: 27px;
    padding-top: 9px;
    padding-left: 20px;
    padding-right: 20px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    width: 270px;
    margin-bottom: 30px;
}
#modules_in_cart_bottom {
	background-color:#D2232B;
	width:100%;
	height:27px;
	padding-top:9px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#FFFFFF;
}
/*
	cart step 1
*/
#cart_step_1,#cart_step_2,#cart_step_3,#cart_step_4 {
	display:none;
}
#reg_table .header {
	background: rgb(255,255,255);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(47%,rgba(246,246,246,1)), color-stop(100%,rgba(237,237,237,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );
}
#info .header_alert {
	background: rgb(255,255,255);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(47%,rgba(246,246,246,1)), color-stop(100%,rgba(237,237,237,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );
}
#info .header {
	background: rgb(255,255,255);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(47%,rgba(246,246,246,1)), color-stop(100%,rgba(237,237,237,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );
}



.expert_producer {
    margin-top: 20px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    height: 22px;
    width: 790px;
    padding-left: 8px;
    padding-top: 8px;
    margin-bottom: 10px;
    background-image: url(../themes/4/pl/expert_series.jpg);
}
.expert_series {
    height: 22px;
    width: 790px;
    padding-left: 8px;
    padding-top: 8px;
    margin-bottom: 10px;
    background: rgb(76,153,76);
    background: -moz-linear-gradient(top, rgba(76,153,76,1) 0%, rgba(76,153,76,1) 50%, rgba(0,153,0,1) 51%, rgba(42,153,42,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(76,153,76,1)), color-stop(50%,rgba(76,153,76,1)), color-stop(51%,rgba(0,153,0,1)), color-stop(100%,rgba(42,153,42,1)));
    background: -webkit-linear-gradient(top, rgba(76,153,76,1) 0%,rgba(76,153,76,1) 50%,rgba(0,153,0,1) 51%,rgba(42,153,42,1) 100%);
    background: -o-linear-gradient(top, rgba(76,153,76,1) 0%,rgba(76,153,76,1) 50%,rgba(0,153,0,1) 51%,rgba(42,153,42,1) 100%);
    background: -ms-linear-gradient(top, rgba(76,153,76,1) 0%,rgba(76,153,76,1) 50%,rgba(0,153,0,1) 51%,rgba(42,153,42,1) 100%);
    background: linear-gradient(to bottom, rgba(76,153,76,1) 0%,rgba(76,153,76,1) 50%,rgba(0,153,0,1) 51%,rgba(42,153,42,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c994c', endColorstr='#2a992a',GradientType=0 );
    cursor: pointer;
	color: #fff;
    font-weight: bold;
}
.expert_series .text {
    font-weight: normal;
}
.container .logo img {
	padding-top: 1px !important;
}
#search_scroll_mini {
	bottom: 0;
    position: fixed;
    right: 0;
    margin-right: 20px;
    margin-bottom: 20px;
	cursor:pointer;
	display:none;
}
.char_baner_item {
	margin: 10px;
    margin-left: 4px;
}	
.char_baner_item img {
	max-width:400px;
}
.char_baner_item .baner_desc {
	margin-top:5px;
}
.my_profile_box {
    width: 149px;
    height: 135px;
    border: #5abdff solid 1px;
    float: left;
    margin-bottom: 8px;
    margin-right: 8px;
}
.my_profile_box img {
    margin-left: 25%;
    margin-top: 20px;
}
.my_profile_box .info {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	margin-top:0px;
}
.my_profile_all_icons { 
    margin-top: 10px;
    margin-left: 5px;
    width: 641px;
}
/*
	rwd
*/
.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}
#rwd-page #rwd-header {
    background: #fff;
    padding: 0px 0px;
    height: 47px;
    top: 0px;
    width: 100%;
    z-index: 999;
    box-shadow: 0px 0px 4px 2px rgba(56, 55, 56, 0.35);
}
#rwd-nav {
	background: #4c4c4c;
	color:#fff;
	display:none;
}
@media only screen and (min-width: 1px) and (max-width: 800px) {
	#rwd-page {
		margin-top: 47px;
	}
	#rwd-page #rwd-header {
		position: absolute;
	}
	#rwd-page #rwd-header #rwd-container {
		width: 100%;
		height: 50px;
	}
	#rwd-page #rwd-header #rwd-container #rwd-logo {
		float: left;
		padding-top: 3px;
		margin-left: 4px;
	}
	#rwd-page #rwd-header #rwd-link {
		float: right;
		margin-top: 4px;
		margin-right: 10px;
	}
	#rwd-page #rwd-header #rwd-link-search {
		float: left;
		display: block;
	}
	#rwd-page #rwd-header #rwd-link-search a {
		display: block;
		width: 33px;
		height: 33px;
	}
	#rwd-page #rwd-header #rwd-link-search a i {
		font-size: 36px;
		color: #6A6A6A;
		margin-top: 2px;
	}
	#rwd-page #rwd-header #rwd-container #rwd-logo a {
		text-decoration:none;
	}
	#rwd-page #rwd-header #rwd-container #rwd-logo #rwd-main-logo {
		width: 40px;
		height: 40px;
		margin-top: 1px;
		background: #F44336;
		color: #fff;
		text-decoration: none;
		font-size: 27px;
		font-family: Open sans,Arial;
	}
	#rwd-page #rwd-header #rwd-link #rwd-cart {
		display: block;
		margin-left: 10px;
		float:left;
	}
	#rwd-page #rwd-header #rwd-link #rwd-cart i {
		font-size: 36px;
		color: #6A6A6A;
		margin-top: 2px;
	}
	#rwd-page #rwd-header #rwd-link #rwd-link-mm {
		display: block;
		margin-left: 10px;
		float:left;
	}
	#rwd-page #rwd-header #rwd-link #rwd-link-mm .menu-container {
		display: inline-block;
		cursor: pointer;
	}
	#rwd-page #rwd-header #rwd-link #rwd-link-mm .rwd-menu-bar1, .rwd-menu-bar2, .rwd-menu-bar3 {
		width: 35px;
		height: 4px;
		background-color: #6A6A6A;
		margin: 7px 0;
		transition: 0.4s;
	}
	#up {
		width:100% !important;
		height: auto !important;
	}
	#shadow, #top, #top_up_main {
		width:100% !important;
	}
	.middle, .back_middle, .localization {
		width:100% !important;
		margin: 0px !important;
    	padding: 0px !important;
	}
	.product_down_it {
		width:100% !important;
		margin:10px;
		clear: both;
	}
	#tpl-4-up {
		width:100% !important;
		height: auto !important;
	}
	#left, #right, #modules_up_linkupx_main, .rwd-bottom-ic, #image_10, #tpl-4-up-lang {
		display:none;
	}
	#tpl-4-up-image {
		width:100% !important;
	}
	#modules_main_index {
		overflow: hidden;
    	background-image: none !important;
		padding-top: 10px;
    	background: #fff;
		padding: 2%;
	}
	#rwd-bottom, #index-start-image {
		width:100% !important;
		height: auto;
    	overflow: auto;
	}
	#rwd-bottom {
		background-image: none !important;
		background: #209bde !important;
	}
	#rwd-bottom-a {
		background-image: none !important;
		background: #fff;
		width:100% !important;
		height: auto !important;
	}
	#rwd-bottom-a .product_down {
		width:96% !important;
		height: auto !important;
		padding:0px !important;
		margin:2% !important;
	}
	#rwd-bottom #rwd-bottom-a .rwd-bottom-title {
		color:#fff;
		font-size:16px;
		margin:10px;
		margin-left:0px;
		margin-bottom:0px;
	}
	#rwd-bottom-mark {
		padding: 0px !important;
		margin: 2% !important;
		width: 96% !important;
	}
	.sp_main {
		background-image: none !important;
		background: #fff;
	}
	.rwd-bottom-ic-str {
		float: left;
		color: #fff;
		font-size: 14px;
		display: block !important;
		font-weight: bold;
		font-family: Open sans,Arial;
		margin-top: -2px;
	}
	#rwd-bottom-newsletter-info {
		text-align: left;
		color: #fff;
		font-size: 16px;
		margin: 10px;
		margin-left: 0px;
		margin-bottom: 0px;
	}
	#rwd-nav ul {
		list-style-type: none;
		padding: 20px 0;
	}
	#rwd-nav ul li {
		list-style: none;
		display: block;
		padding: 0;
		margin: -6px;
		margin-top: 7px;
		width: 100%;
	}
	#rwd-nav ul li a {
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
		color: inherit;
		line-height: 20px;
		display: block;
		padding: 10px 10px 10px 10px;
		margin: 0;
		background: #313131;
		text-decoration: none;
		font-family: Open sans,Arial;
		font-size: 13px;
		text-align: left;
	}
	#rwd-nav ul li a:after {
	    width: auto;
		margin-left: 20px;
		position: relative;
		left: auto;
	}
	#rwd-nav .btn_logout {
		width: 98%;
		color: #FFFFFF;
		margin-top: 0px;
		margin-bottom: 7px;
		-moz-box-shadow: inset 0px 1px 0px 0px #f29c93;
		-webkit-box-shadow: inset 0px 1px 0px 0px #f29c93;
		box-shadow: inset 0px 1px 0px 0px #f29c93;
		background-color: #f44336;
		border: 1px solid #d83526;
		display: inline-block;
		cursor: pointer;
		color: #ffffff;
		font-family: Open sans,Arial, Helvetica, sans-serif;
		font-size: 14px;
		padding: 10px 20px;
		text-decoration: none;
		text-shadow: 0px 1px 0px #b23e35;
	}
}
@media only screen and (min-width: 801px) and (max-width: 1120px) {
	#rwd-page {
		display:none;
	}
	.myprofile_row_800 {
		display:none;
	}
}
@media only screen and (min-width: 1121px) and (max-width: 2980px) {
	#rwd-page {
		display:none;
	}
	.myprofile_row_800 {
		display:none;
	}
}
.product_list {
	width: 99%;
    height: 40px;
    margin-top: 10px;
    clear: both;
    border: #eaeaea solid 1px;
	height: 50px;
}
.product_list .b2b_title {
	font-size: 13px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #000;
    float: left;
    width: 52%;
    text-align: left;
    margin: 2%;
}
.product_list .b2b_title a {
	color: #000;
}
.product_list .b2b_add {
	float:left;
	width:40%;
	margin: 2%;
	font-size: 13px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #000;
}
.product_list .b2b_add a {
	cursor:pointer;
}
.product_list .b2b_avl {
	float:left;
	margin-top: 4px;
}
.product_list .b2b_product_list_qty {
	font-size: 13px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #000;
    margin: 5px;
    width: 40px;
    padding: 3px;
    margin-top: 0px;
    border: #dcdcdc solid 1px;
}
div[id^="opt_valx_info"] {
    font-size: 12px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #000;
}
.field_color_selected {    
	border: 1px solid #c31e12;
    font-family: Arial,Helvetica;
    font-size: 12px;
    color: #fff;
    background: #ff0000;
    padding: 4px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0px 0px 0px 0px #dddddd;
    -moz-box-shadow: inset 0px 0px 0px 0px #dddddd;
    box-shadow: inset 0px 0px 0px 0px #dddddd;
}
.product_list_pic_main {
	max-width:200px;
	max-height:160px;
}
#pages_up_sort_file_field, #button-00003-800 {
	display:none;
}
.product_linkup_hv {
	padding-left: 10px;
    padding-right: 10px;
}
.field_color {
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box;
	box-sizing: border-box;  
	padding: 5px;
}
#info table td,#reg_table table td,#reg_table table td {
    border-top: none;
    border-right: none;
}
#product_cart_tab_c_email {
	margin-left:5px;
	margin-right:5px;
}
.field_color {
	-webkit-box-shadow: inset 0px 0px 0px 0px #dddddd;
    -moz-box-shadow: inset 0px 0px 0px 0px #dddddd;
    box-shadow: inset 0px 0px 0px 0px #dddddd;
}
#search_data_options {
	border: rgba(216, 216, 216, 0.71) solid 1px;
    background: rgb(246, 246, 246);
    width: 96%;
    padding: 10px;
    padding-bottom: 0px;
}
#search_data_options_b {
    background: rgb(246, 246, 246);
    width: 100%;
    padding-bottom: 0px;
    border-top: 0px;
    overflow: hidden;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#search_data_options .hr_a {    
	height: 0;
    border-style: solid;
    border-width: 1px 0 0;
    border-color: #c8c8c8;
    color: #c8c8c8;
    background-color: #c8c8c8;
}
#search_data_form {
	margin-top: 10px !important;
}	
#search_data_options .search_ha {
	float:left;
	width: 20%;
	text-align: center;
}
#search_data_options .search_hr {
	float:left;
	width: 40%;
}
#searchx {
	margin-top:-2px;
	margin-left:5px;
}
.search_data_options_1 {
    height: 40px;
}
.search_data_none .link {
	color:#fff;
	text-decoration:underline;
}
.search_data_none {
	width: 100%;
    min-height: 65px;
    line-height: 18px;
    background: #079bdb;
    border: #0087c1 solid 1px;
    color: #fff;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 10px;
    margin-top: 20px;
}</pre></body></html>