.pw.pricelist {
	font-size:15px;
	line-height:25px;
}

.pw.pricelist h2 {
	font-size:20px;
	line-height:20px;
	font-family:Titillium-SemiBold;
	margin:40px 0;
	text-transform:uppercase;
}

.pw.pricelist ul {
	margin:10px 20px;
}
.hasbgbanner {
	width:1000px;
	margin:20px auto 0;
	position:relative;
	background:#ffffff;
}
.bgbanner {
	display:block;
	position:fixed;	
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:none no-repeat scroll top center #ffffff;
}

input.btnCalendar {
	/*background:#efefef url(/images/calendar.png) no-repeat center center;*/
	background:transparent url(../images/calendar_icon.png) no-repeat center center;
	vertical-align:middle;
	position:relative;
	top:-2px;
	left:5px;
	height:40px;
	width:43px;
	/*border-top:1px solid black;
	border-right:1px solid black;
	border-bottom:1px solid black;
	border-left:0px solid black;*/
	border-width:0;
	padding:0;
	margin:0;
	cursor:pointer;
}

input.btnClearCalendar {
	/*background:#efefef url(/images/calendar.png) no-repeat center center;*/
	background:transparent url(../images/calendar_delete.png) no-repeat center center;
	vertical-align:middle;
	position:relative;
	top:-2px;
	left:5px;
	height:31px;
	width:29px;
	/*border-top:1px solid black;
	border-right:1px solid black;
	border-bottom:1px solid black;
	border-left:0px solid black;*/
	border-width:0;
	padding:0;
	margin:0;
	cursor:pointer;
}

div#calendarLayer a {
	text-decoration:none;
}

div#calendarLayer {
	position:absolute;
	top:0;
	left:0;
	width:1px;
}

div#calendarLayer select#yr {
	border-width:0;
	background:#808080;
	font-weight:bold;
	font-size:12px;
	font-family:Arial;
	color:#ffffff;
}

table.calendar {
	margin:0 auto 0 auto;
        background-color:#DDDDDD;
        border:1px solid #aaaaaa;
	cursor:default;
	width:200px;
      	-webkit-box-shadow: 0px 0px 5px rgba(33, 33, 33, 1);
      	-moz-box-shadow:    0px 0px 5px rgba(33, 33, 33, 1);
      	box-shadow:         0px 0px 5px rgba(33, 33, 33, 1);
}

table.calendar td {
	background-color: #a0a0a0;
	color:black;
	/*width:45px;
	height:30px;*/
	font-size:8px;
	vertical-align:middle;
}

table.calendar td a.date {
	display:block;
	font-size:13px;
        padding:3px;
	text-align:center;
	cursor:pointer;
	font-weight:normal;
	color:#000000;
}

table.calendar td a.date:hover {
	background:#CFD3D4;
	color:#000000;
}

table.calendar td.selected {
	background-color:#F3004D !important;
}

table.calendar td.today {
	background-color:#e0e0e0;
}

table.calendar td a.today {
	font-weight:bold !important;
}

table.calendar td a.selected {
	font-weight:bold;
	color:white;
}

table.calendar th.th1 a.btnback {
	display:block;
	float:left;
	background:transparent url(../images/icon_naptprev.gif) no-repeat top left;
	height:20px;
	width:18px;
	cursor:pointer;
}

table.calendar th.th1 a.btnnext {
	display:block;
	float:right;
	background:transparent url(../images/icon_naptnext.gif) no-repeat top left;
	height:20px;
	width:18px;
	cursor:pointer;

}

table.calendar th.th1 {
	padding:5px;
	background-color: #808080;
	font-size:12px;
	vertical-align:middle;
	color:#ffffff;
}

table.calendar th.th1 div {
	background:#808080;
	/*padding:2px 0 0 0;*/
}

table.calendar td.amon {
	background-color: white;
}

table.calendar td {
	text-align:left;
}

input.datebox {
	text-align:center;
	width:100px !important;
}#minicart:hover .mc_d2 {
	width:161px;
}

#minicart {
	text-decoration:none;
	position:fixed;
	right:0;
	/*width:auto;*/
	top:50%;
	margin-top:-52px;
	height:103px;
	background:#F1F1F1
	/*
      	-webkit-box-shadow: 15px 0px 15px rgba(33, 33, 33, 1);
      	-moz-box-shadow:    15px 0px 15px rgba(33, 33, 33, 1);
      	box-shadow:         15px 0px 15px rgba(33, 33, 33, 1);
	*/
}

#minicart .mc_d1 {
	float:left;
	color:#fff;
	width:64px;
	height:100%;
	background:url(../images/14.png) no-repeat scroll center 47px #18332f;
	font:36px Titillium-Semibold, Arial;
	line-height:47px;
	text-align:center;
}

#minicart .mc_d1.bigquant {
	font-size:26px;
}

#minicart .mc_d1a {
	font:18px Titillium-Semibold, Arial;
	line-height:18px;
	margin-top:32px;
}

#minicart .mc_d2 {
	font-family:Titillium-Semibold, Arial;
	color:#18332f;
	float:left;
	text-align:center;
	width:0;
	overflow:hidden;
	transition:0.5s width ease;
}

#minicart .mc_d20 {
	width:161px;
}

#minicart .mc_d2a {
	font-size:18px;
	line-height:18px;
	margin-top:6px;
}

#minicart .mc_d2b {
	font-size:14px;
	line-height:18px;
	margin-top:16px;
}

#minicart .mc_d2c {
	margin-top:1px;
	font-size:11px;
	line-height:18px;
	text-decoration:underline;
}

.pw.cart .info {
	text-align:center;
	font-size:16px;
	margin:0 0 20px;
}

.pw.cart a.text {
	text-decoration:none;
	color:#000;
}

.pw.cart a.text:hover {
	text-decoration:underline;
}

.pw.cart table.list {
	width:100%;
	border:2px solid #c0c0c0;
	cursor:default;
}

.pw.cart .list tr.d:hover {
	background-color:#f0f0f0;
}

.pw.cart .list th {
	padding:10px 0;
}

.pw.cart .list tr.h {
	border-bottom:1px solid #c0c0c0;	
}

.pw.cart .list tr.s {
	border-top:2px solid #036F85;	
}

.pw.cart .list tr.s td, .pw.cart .list tr.h th {
	font-weight:bold;
	color:#000;
	background:rgba(3,111,133,0.05);
}

.pw.cart .list tr.h th {
	vertical-align:middle;
}

.pw.cart .list th.l {
	text-align:left;
}

.pw.cart .list td.r {
	text-align:right;
	padding-right:20px;
}

.pw.cart .list td.c {
	text-align:center;
}

.pw.cart .list tr.d td {
	padding:10px 0;
	border-bottom:1px dotted #c0c0c0;
	vertical-align:middle;	
}

.pw.cart .list td.pic {
	padding-left:0px;
	width:60px;
	text-align:center;
}

.pw.cart .list a.cart_delete {
	color:#000000;
	text-decoration:none;
	opacity:0.5;
	transition:0.5s opacity;
}

.pw.cart .list a.cart_delete:hover {
	opacity:1;
}

.pw.cart .list a.qminus, .pw.cart .list a.qplus {
	width:16px;
	height:16px;
	text-decoration:none;
	padding:0;
	opacity:0.5;
	transition:0.2s opacity;
}

.pw.cart .list a.qminus:hover, .pw.cart .list a.qplus:hover {
	opacity:1;
}

.pw.cart .submit, .pw.submitorder .submit {
	display:inline-block;
	float:right;
	background:#002855;
	color:#fff;
	font:18px Titillium-Semibold;
	padding:0 20px 0 40px;
	line-height:40px;
	text-decoration:none;
	background:url(../images/15.png) no-repeat scroll 15px center #002855;
	margin:20px 0 0;
}

.pw.cart .submit.disabled, .pw.submitorder .submit.disabled {
	display:none;
}

#minicart .mc_d2d {
	font-size:18px;
	line-height:103px;
	margin:0;
}

.pw.submitorder div.shipmode {
	width:49%;
	border:2px solid #c0c0c0;
	float:left;
	background:#f0f0f0;
	min-height:385px;
	padding:20px;
}

.pw.submitorder div.glsboxdeliv h2,
.pw.submitorder div.homedeliv h2 {
	margin:0 0 20px 0;
	font:15px Titillium-Semibold;
	line-height:30px;
}

.pw.submitorder div.glsboxdeliv .t1,
.pw.submitorder div.homedeliv .t1 {
	margin:20px 0;
	font:15px Titillium-Regular;
	line-height:22px;
	text-align:justify;
}

.pw.submitorder select, .pw.submitorder #recipient {
	width:100%;
}

.pw.submitorder table.form td.recipientHint {
	line-height:22px;
	padding-top:4px;
}

.pw.submitorder div.glsboxdeliv,
.pw.submitorder div.homedeliv {
	width:49%;
	border:2px solid #c0c0c0;
	float:right;
	background:#f0f0f0;
	padding:20px 20px 0;
	position:relative;
}

.pw.submitorder div.homedeliv {
	min-height:325px;
}

.pw.submitorder div.glsboxdeliv {
	margin-bottom:20px;
}


.pw.submitorder div.glsboxdeliv.off:after,
.pw.submitorder div.homedeliv.off:after {
	content:' ';
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(255,255,255,0.5);
}


.pw.submitorder table.form {
	width:100%;
	/*border:2px solid #c0c0c0;*/
	margin:0 auto;
}

.pw.submitorder table.form td {
	padding:0 0 10px 0;
	font-size:15px;
	line-height:30px;
}

.pw.submitorder table.form th {
	font:15px Titillium-Semibold;
	line-height:30px;
	width:130px;
	padding:0 20px 15px 0;
	text-align:left;
}            

.pw.submitorder .limit_vmin,
.pw.submitorder .limit_vmax {
	margin:28px 0;
	font:16px Titillium-Semibold;
	text-align:center;
}

.pw.submitorder .shippingAddressInfo,
.pw.submitorder .cellectPointInfo,
.pw.submitorder .glsPointInfo {
	border:1px solid #c0c0c0;
	background:#ffffff;
	padding:5px 5px 5px 10px;	
	font-size: 15px;
	line-height:20px;
}

.pw.submitorder .shippingAddressInfo .note {
	font-size:13px;
	line-height:17px;
	padding:5px 0;
}

.pw.submitorder .shippingAddressInfo a,
.pw.submitorder .glsPointInfo a {
	display:none;
	float:right;
	text-decoration:none;
	color:#808080;
	padding:3px 20px;
	background:#e0e0e0;
	border-radius:4px;
	font-size:13px;
	line-height:16px;
}

.pw.submitorder .shippingAddressInfo a.on,
.pw.submitorder .glsPointInfo a.on {
	display:inline-block;
}

.pw.submitorder .shippingAddressInfo:after,
.pw.submitorder .glsPointInfo:after {
	content:' ';
	display:block;
	clear:both;
}

.pw.submitorder .glsPointInfo .glsPointName {
	font-weight:bold;
}


.pw.cart .limit_vmin,
.pw.cart .limit_vmax {
	margin:28px 0 0;
	font:16px Titillium-Semibold;
	text-align:center;
}


.pw.cart .limit_vmin,
.pw.submitorder .limit_vmin {
	color:#c00000;
}

.pw.cart .list td .stockwarn {
	background:#FFD900;
	border:1px solid #9B7400;
	border-radius:4px;
	padding:10px;
	font-size:12px;
	line-height:15px;
	margin:10px 0 0 0;
}

.pw.cart .list td .stockwarn a {
	display:block;
	background:url(../images/4.png) no-repeat scroll left center transparent;
	background-size:contain;
	padding-left:16px;
	text-decoration:underline;
	color:inherit;
	margin:5px 0 0 0;
}

.pw.cart .list td .stockwarn a:hover {
	color:#808080;
}

.pw.cart td.individual {
	text-align:center;
}

.pw.cart td.individual input {
	width:30px;
	text-align:center;
}

.pw.cart .list tr th.hidden, .pw.cart .list tr td.hidden {
	display:none;
}

.pw.cart .empty {
	text-align:center;
}

.pw.submitorder .input_shipmode_0,
.pw.submitorder .input_shipmode_1,
.pw.submitorder .input_shipmode_2,
.pw.submitorder .input_shipmode_3 {
    padding: 0 10px;
    margin: 0 0;
    border:1px solid #f0f0f0;
    transition:0.3s all;
}

.pw.submitorder div.active_shipmode_0 .input_shipmode_0,
.pw.submitorder div.active_shipmode_1 .input_shipmode_1,
.pw.submitorder div.active_shipmode_2 .input_shipmode_2,
.pw.submitorder div.active_shipmode_3 .input_shipmode_3 {
    border-top: 1px solid #b0b0b0;
    border-left: 1px solid #b0b0b0;
    border-bottom: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    padding: 10px;
    margin: 10px 0;
    border-radius: 5px 0 5px 0;
    background: #abeefb;
    background: linear-gradient(141deg, rgba(255, 255, 255, 1) 30%, rgb(170 236 249) 100%);
	/*color:#fff;*/
	-webkit-box-shadow: inset 2px 2px 4px 0px rgba(87,87,87,0.5);
	-moz-box-shadow: inset 2px 2px 4px 0px rgba(87,87,87,0.5);
	box-shadow: inset 2px 2px 4px 0px rgba(87,87,87,0.5);

}


@media only screen and (max-width: 999px) {
	.pw.submitorder table.form th {
		width:110px;
	}

}.ccombobox, .ccombobox:after, .ccombobox:before,
.ccombobox .dropdown, .ccombobox .dropdown a {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.ccombobox {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 7px;
    box-shadow: 0 1px 1px rgba(50, 50, 50, 0.1);
    color: #8aa8bd;
    cursor: pointer;
    font-weight: bold;
    margin: 0 auto;
    outline: medium none;
    padding: 0px 10px;
    position: relative;
    width: 200px;
    display:inline-block;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.ccombobox:after {
    border-color: #8aa8bd transparent;
    border-style: solid;
    border-width: 6px 6px 0;
    content: "";
    height: 0;
    margin-top: -3px;
    position: absolute;
    right: 15px;
    top: 50%;
    width: 0;
}

.ccombobox .dropdown {
    background: none repeat scroll 0 0 white;
    border: 0px solid rgba(0, 0, 0, 0.17);
    /*border-top:none;*/
    border-top:1px solid #d0d0d0;
    padding-top:2px;/*4px;*/
    border-radius: 0px 0px 7px 7px;
    box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.5);
    font-weight: normal;
    left: 0;
    list-style: none outside none;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 100%;
    transition: all 0.3s ease-in 0s;
    z-index:90;
    max-height:200px;
    overflow-y:auto;
    margin-top:0;/*-3px;*/
    width:100%;
    visibility:hidden;
}

.ccombobox span.text {
	position:relative;
	top:50%;
	margin-top:-6px;	
	display:block;
}

.ccombobox.active {
    box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.5);
    border-bottom-left-radius:0;
    border-bottom-right-radius:0;
}

.ccombobox.active .dropdown {
    opacity: 1;
    pointer-events: auto;
    visibility:visible;
}

.ccombobox .dropdown a {
	display:block;
	padding:10px 20px;
	text-decoration:none;
	color:#808080;
}

.ccombobox .dropdown a:hover {
	background:#e0e0e0;
}
.pw.contact {
	font-size:15px;
	line-height:25px;
}

.pw.contact .info {
	float:right;
	margin-bottom:20px;
	color:#404040;
}

.pw.contact .info th {
	text-align:left;
	font-family:Titillium-SemiBold;
	padding-right:30px;
	color:#000;
}


.pw.contact h2 {
	font-size:25px;
	line-height:25px;
	font-family:Titillium-SemiBold;
	margin:40px 0;
	text-transform:uppercase;
}

.pw.contact h2.a {
	font-size:40px;
	line-height:58px;
	font-family:Titillium-SemiBold;
	margin:20px 0;
	padding-top:20px;
	text-transform:uppercase;
}

.pw.contact h3 {
	font-family:Titillium-Bold;
	margin:20px 0;
}

.pw.contact span.phone, .pw.contact span.email  {
	display:block;
}

.pw.contact span.name {
	font-family:Titillium-SemiBold;
}

.pw.contact a {
	color:inherit;
}

.pw.contact .cblock {
	width:300px;
	float:left;
	text-align:center;
	margin:0 10px 20px;
	background:#f0f0f0;
	min-height:180px;
	transition:all 0.5s;
}

.pw.contact .cblock:hover {
	background:#e3e935;
}
.pw.downloads .download {
	width:310px;
	float:left;
	margin:0 0 15px 15px;
}

.pw.downloads .download.firstinrow {
	margin-left:0;
}


.d1 .download {
	margin:12px 0 0 0;
}

.d1 .download, .pw.downloads .download {
	transition:all 1s;
	display:block;
	text-decoration:none;
	color:inherit;	
	background:url(../images/6.png) no-repeat scroll center right #F0F1F1;
	background-position: center right 8px;
	padding:0 10px;
	overflow:hidden;
}

.d1 .download:hover, .pw.downloads .download:hover {
	background-color:#036F85;
}

.d1 .download:hover .t1, .pw.downloads .download:hover .t1 {
	color:#fff;
}

.d1 .download .info, .pw.downloads .download .info {
	height:96px;
	overflow:hidden;
}

.d1 .download:hover .name, .pw.downloads .download:hover .name {
	color:#e3e935;
}

.d1 .download .name, .pw.downloads .download .name {
	font:14px Titillium-Semibold;
	line-height:18px;
	color:#18332f; /*#e3e935;*/
	margin:12px 0 5px 0;
	text-transform:uppercase;
}

.d1 .download .t1, .pw.downloads .download .t1 {
	transition:color 1s;
}

.d1 .download .img, .pw.downloads .download .img {
	width:93px;
	height:93px;
	margin:5px 12px 5px 5px;
	float:left;	
	background:none no-repeat scroll center center transparent;
	background-size:contain;
}

.d1 .download .img img, .pw.downloads .download .img img {
	visibility:hidden;
	max-width:100%;
	max-height:100%;
}

@font-face {
  font-family: 'Titillium-Regular';
  src: url('fonts/Titillium-Regular.eot?#iefix') format('embedded-opentype'),  url('fonts/Titillium-Regular.otf')  format('opentype'),
	     url('fonts/Titillium-Regular.woff') format('woff'), url('fonts/Titillium-Regular.ttf')  format('truetype'), url('fonts/Titillium-Regular.svg#Titillium-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Titillium-Semibold';
  src: url('fonts/Titillium-Semibold.eot?#iefix') format('embedded-opentype'),  url('fonts/Titillium-Semibold.otf')  format('opentype'),
	     url('fonts/Titillium-Semibold.woff') format('woff'), url('fonts/Titillium-Semibold.ttf')  format('truetype'), url('fonts/Titillium-Semibold.svg#Titillium-Semibold') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Titillium-Bold';
  src: url('fonts/Titillium-Bold.eot?#iefix') format('embedded-opentype'),  url('fonts/Titillium-Bold.otf')  format('opentype'),
	     url('fonts/Titillium-Bold.woff') format('woff'), url('fonts/Titillium-Bold.ttf')  format('truetype'), url('fonts/Titillium-Bold.svg#Titillium-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* footer */

.footer {
	position:relative;
	background:#18332f;
	/*margin-top:24px;*/
}

.footer .pw {
	overflow:hidden;
	padding:10px 0;
	text-align:center;
	color:#fff;
	font:14px Titillium-Regular, Arial;
	line-height:18px;
	display:flex;
	justify-content:space-between;
}

.footer .col {
	text-align:left;
	display:block;
	vertical-align:top;
}

.footer a {
	text-decoration:none;
	color:inherit;
}

.footer a:hover {
	text-decoration:underline;
}

.footer .head {
	font-family:Titillium-Semibold;
	padding-bottom:18px;
	text-transform:uppercase;
}/* header line with logo */
.userbar {
	background:#000000;
	color:#ffffff;
	padding:6px 10px;
	text-align:right;
	font:12px Arial;
	line-height:15px;
}

.header {
	background:#18332f;
	border-bottom:1px solid #fff;
}

.header .pw {
	/*overflow:hidden;*/
}

.header .logo {
	display:block;
	height:78px;
	float:left;
	width:256px;
	background:url(../images/1.png?2412126b) no-repeat scroll left center transparent;
	background-size:contain;
}

.header ul.menu {
	list-style:none;
	margin:33px 0 0;
	padding:0;
	float:right;
}

.header ul.menu li {
	margin:0;
	padding:0;
	float:left;
	display:block;
	border-left:2px solid #002855;
}

.header ul.menu li a {
	text-decoration:none;
	padding:0 6px;
	display:block;
	color:#ffffff;
	text-transform:uppercase;
	font-size:13px;
	font-family:Titillium-Semibold, Arial;
	line-height:13px;
	letter-spacing:-0.5px;
	transition:0.5s color;
}

.header ul.menu li a:hover {
	color:#e3e935;
}


.header ul.menu li:nth-child(1) {
	border-width:0;
}

.header .frmSearch {
	float:right;
	margin:24px 0 0 19px;
}

.header .frmSearch #q {
	width:226px;
	background-image:url(../images/2.png);
	background-position:right 10px center;
	background-repeat:no-repeat;
	padding-right:35px;
	/*text-transform:uppercase;*/
	background-color:transparent;
	color:#fff;
}

.header .frmSearch #q::placeholder {
	color:#fff;
	opacity:1;
}


/* brands menu */

.header2 {
	background:#e3e935;
}


.header2 .pw {
	position:relative;
}

.header2 ul.menu {
	list-style:none;
	margin:0;
	padding:0;
	height:41px;
	overflow:hidden;
}

.header2 ul.menu li.menu {
	margin:0;
	padding:0;
	float:left;
	display:block;
}

.header2 ul.menu li.menu > a, .header2>.pw>span.more a {
	border-left:2px solid #18332f;
	text-decoration:none;
	margin:10px 0 11px 0;
	padding:0 17px 0 17px;
	display:block;
	color:#18332f;
	text-transform:uppercase;
	font-size:20px;
	font-family:Titillium-Semibold, Arial;
	line-height:20px;
	cursor:pointer;
	transition:0.5s color;
}

.header2 ul.menu li.menu:hover > a, .header2>.pw>span.more:hover a {
	color:#848484;
}


.header2 ul.menu li.home a {
	background:url(../images/3.png) no-repeat scroll center center transparent;
	width:59px;
}

.header2 ul.menu li.menu:nth-child(1) > a {
	border-width:0;
}

.header2 .pw > span.more a {
	border-left:2px solid #000;
	margin:10px 0 11px 0;
	padding:0 26px 0 26px;
}

.header2 .pw > span.more {
	float:right;
	text-decoration:none;
	display:block;
	color:#000;
	text-transform:uppercase;
	font-size:20px;
	font-family:Titillium-Semibold, Arial;
	line-height:20px;
	background:url(../images/4.png) no-repeat scroll center right transparent;
}

.header2 ul.menu li:hover .sub, .header2>.pw>span.more:hover .sub {
	display:block;
	margin-top:0;
	visibility:visible;
	opacity:1;
	/*max-height:900px;*/
}

.header2 .sub {
	/*max-height:0px;*/
	overflow:hidden;
	z-index:10;
	display:none;
	visibility:hidden;
	position:absolute;
	width:100%;
	left:0;

	/*margin-top:-10px;
	opacity:0;
	transition:1s all ease;*/
}

.h2sub {
	padding:21px 45px 34px;
	background:#fff;
	border:1px solid #DADADA;
	-webkit-box-shadow: 5px 5px 5px 0px rgba(199,199,199,1);
	-moz-box-shadow: 5px 5px 5px 0px rgba(199,199,199,1);
	box-shadow: 5px 5px 5px 0px rgba(199,199,199,1);
}

.h2sub .header2a, .h2sub a.showsub {
	display:block;
	text-transform:uppercase;
	font:25px Titillium-Regular;
	line-height:25px;
	padding:0 0 7px;
	border-bottom:1px solid #BEC0BF;
	clear:both;
	margin:15px 0 15px;
	color:#231f20;
}


.phonelist ul {
	list-style:none;
	margin:0;
	padding:0;
	width:650px;
}
.phonelist ul:after {
	content:' ';
	display:block;
	clear:both;
}


.phonelist li {
	margin:0 16px 0 0;
	padding:0;
	display:block;
	float:left;
}

.phonelist li a {
	text-decoration:none;
	color:inherit;
	display:block;
	width:113px;
	height:158px;
	overflow:hidden;
	text-transform:uppercase;
}

.phonelist li:hover, .phonelist a.more:hover {
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}

.phonelist li .img {
	width:100px;
	height:117px;
	margin:9px 7px 3px;
	background-repeat:no-repeat;
	background-position:center center;
}

.phonelist li .name {
	font-size:11px;
	line-height:13px;
	text-align:center;
	padding:0 5px;
}

.h2sub a.more {
	margin:0 0 0 16px;
	padding:110px 0 0;
	display:block;
	float:right;
	text-decoration:none;
	color:inherit;
	display:block;
	width:113px;
	height:158px;
	overflow:hidden;
	background:url(../images/5.gif?241216) no-repeat scroll center center transparent;
	font-size:11px;
	line-height:13px;
	text-align:center;
	text-transform:uppercase;
}

.h2sub div.rphlist {
	margin:0 0 0 16px;
	padding:16px 0 16px 0;
	display:block;
	float:right;
	width:200px;
	min-height:158px;
	max-height:316px;
	overflow:auto;
	font-size:11px;
	line-height:13px;
	text-transform:uppercase;
	border-left:1px solid #c0c0c0;
	/*background:#f0f0f0;
	border-radius:0 8px 8px 0;
	-webkit-box-shadow: inset 2px 0px 8px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: inset 2px 0px 8px 0px rgba(0,0,0,0.2);
	box-shadow: inset 2px 0px 8px 0px rgba(0,0,0,0.2);*/
}

.h2sub div.rphlist a {
	display:block;
	text-decoration:none;
	color:inherit;
	padding:2px 16px;
	text-align:left;
}

.h2sub div.rphlist a:hover {
	/*text-decoration:underline;	*/
	background:#000;
	color:#fff;
}

.h2sub div.sw_more {
	display:inline;
}

.h2sub div.sw_more.off li.hidden {
	display:none;
}

.h2sub div.sw_more li.more2 {
	display:none;
}

.h2sub div.sw_more.off li.more2 {
	display:block;
}

.h2sub .more2 .img {
	background:url(../images/5.gif?241216) no-repeat scroll center center transparent;
}

.header2>.pw>span.more .sub .logos {
	text-align:center;
}

.header2>.pw>span.more .sub a.logo {
	border:1px solid white;
	text-decoration:none;
	color:inherit;
	display:inline-block;	
	padding:0;
	margin:10px 10px;
	vertical-align:middle;
	text-align:center;
	height:64px;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:contain;
}

.header2>.pw>span.more .sub a.logo:hover {
	border-bottom:1px solid #e3e935;
}

.header2>.pw>span.more .sub img.logo {
	visibility:hidden;
	max-width:180px;
	max-height:64px;
}
body .ccombobox.fr, form select.fr, form input.fr {
	float:right;
}

body .ccombobox {
	background: #ffffff;
	border:1px solid #A1A1A1;
	border-radius:0px;
	font-weight:normal;
	font-size:14px;
	line-height:14px;
	padding-left:15px;
	color:#5e5e5e;
	height:40px;
	box-shadow:none;
	margin:0; /* 0 10px;*/
	vertical-align:top;
}

body .ccombobox.st2:after {
    background:url(../images/cb.png) no-repeat scroll center right transparent;
    border-width:0;
    content: "";
    height: 38px;
    margin-top: -19px;
    position: absolute;
    right: 0;
    top: 50%;
    width: 57px;
}

body .ccombobox span.text {
	margin-top:-8px;	
	margin-bottom:-8px;
}


body .ccombobox.active {
	border-color:#7F005C;	
       	-webkit-box-shadow: 0px 0px 5px rgba(255, 0, 0, 0.75);
       	-moz-box-shadow:    0px 0px 5px rgba(255, 0, 0, 0.75);
       	box-shadow:         0px 0px 5px rgba(255, 0, 0, 0.75);
}

body .ccombobox .dropdown {
	background:#F3F3F3;
	border-left:1px solid #464646;
	border-right:1px solid #464646;
	border-bottom:1px solid #464646;
	border-radius:0;
	max-height:205px;
}

body .ccombobox .dropdown a {
	padding:3px 20px;
}

form input[type=text], form input[type=password], form select, form textarea {
	background:#FFFFFF;
	border:1px solid #D7D7D7;
	border-radius:0;
	font-weight:normal;
	font: 15px Titillium-Semibold,Arial;
	/*font-size:15px;*/
	padding-left:4px;
	padding-right:4px;
	color:#121212;
	height:32px;
	line-height:1em;
	box-shadow:none;
	resize:none;
	font-family:inherit;
	/*vertical-align:top;*/
	font-family:Titillium-Regular, Arial;
}

form input[type=text], form input[type=password], form textarea, form .ccombobox  {
	width:100%;
}

form textarea  {
	height:91px;	
	padding-top:11px;
}

form input[type=text]:focus, form input[type=password]:focus, form textarea:focus, form select:focus {
       	-webkit-box-shadow: 0px 0px 5px rgba(76, 195, 219, 0.75);
       	-moz-box-shadow:    0px 0px 5px rgba(76, 195, 219, 0.75);
       	box-shadow:         0px 0px 5px rgba(76, 195, 219, 0.75);

       	/*-webkit-box-shadow: 0px 0px 5px rgba(246, 145, 138, 1);
       	-moz-box-shadow:    0px 0px 5px rgba(246, 145, 138, 1);
       	box-shadow:         0px 0px 5px rgba(246, 145, 138, 1);*/
}

form select {
	width:100%;
	background: -moz-linear-gradient(top,  #ffffff 0%, #f0f0f0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f0f0f0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f0f0f0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#f0f0f0 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#f0f0f0 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#f0f0f0 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f0f0',GradientType=0 ); /* IE6-9 */
	line-height:40px;
}

form input[type=text].l49, select.l49, .ccombobox.l49 {
	width:49%;
	float:left;
}

form input[type=text].r49, select.r49, .ccombobox.r49  {
	width:49%;
	float:right;
}

form input[type=text].zip {
	width:77px;
}

form input[type=text].login, form input[type=password].pass,
form input[type=text].vatnum, form input[type=text].euvatnum, form input[type=text].compregnum {
	width:200px;
}

#imzOverlay{
	visibility:hidden;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 990;
	width: 10%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	backdrop-filter: blur(6px) /*grayscale(100%)*/;
	opacity:0;
	transition:1s all;
}

#imzOverlay.on{
	visibility:visible;
	opacity:1;
	width:100%;
}


#imz{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 991;
	border:1px solid black;
	transition:1s opacity 1s, 0.1s visibility 1s;
	opacity:0;
	visibility:hidden;
}

#imz.on {
	opacity:1;
	visibility:visible;
	transition:1s opacity, 1s transform;

    -webkit-backface-visibility: hidden; 
    -ms-transform: translateZ(0); /* IE 9 */
    -webkit-transform: translateZ(0); /* Chrome, Safari, Opera */
    transform: translateZ(0);
}

#imzPrev.on,
#imzNext.on {
	opacity:0.5;
	visibility:visible;
	transition:1s opacity, 0.5s transform;
	transform: scale(0.5); 
}

#imzPrev.on:hover,
#imzNext.on:hover {
	transform: scale(1); 
}



#imzImage{
	display:block;
	margin:0px;
	transition:0.5s all;
	transition-timing-function: ease-out;

    -webkit-backface-visibility: hidden; 
    -ms-transform: translateZ(0); /* IE 9 */
    -webkit-transform: translateZ(0); /* Chrome, Safari, Opera */
    transform: translateZ(0);
}

#imzLoading{
	transition:0.3s opacity;
	opacity:0;
	visibility:hidden;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 991;
	background-image:url(../images/progress2.gif);
	background-position:center center;
	background-repeat:no-repeat;
}

#imzLoading.on{
	visibility:visible;
	opacity:1;
}

#imzLoading img{
	display:block;
	margin:auto;
}

#imzNext{
	font:30px/30px "Times New Roman";
	width:50px;
	padding:10px 0;
	text-align:center;
	font-weight:bold;
	border-radius:50%;
	color:#fff;
	background:rgba(0,0,0,0.5);
	position: absolute;
	top: 50%;
	margin-top:-25px;
	right: 25px;
	z-index: 991;
	transition:1s opacity, 0.1s visibility 1s;
	opacity:0;
	visibility:hidden;
	cursor:pointer;
}

#imzPrev{
	font:30px/30px "Times New Roman";
	width:50px;
	padding:10px 0;
	text-align:center;
	font-weight:bold;
	border-radius:50%;
	color:#fff;
	background:rgba(0,0,0,0.5);
	position: absolute;
	top: 50%;
	margin-top:-25px;
	left: 25px;
	z-index: 991;
	transition:1s opacity, 0.1s visibility 1s;
	opacity:0;
	visibility:hidden;
	cursor:pointer;
}
body>#tmp>.login {
	background:rgba(0,0,0,0.53);
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	z-index:101;	
}

body>#tmp>.login .box {
	background:#fff;
	width:280px;
	height:250px;
	position:fixed;
	left:50%;
	top:50%;
	margin-left:-140px;
	margin-top:-125px;
	border:5px solid #036F85;
	border-radius:3px;
	padding:18px 25px;
}

body>#tmp>.login .box input {
	width:100%;
	background-image: -moz-linear-gradient( 90deg, rgb(237,237,237) 0%, rgb(255,255,255) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(237,237,237) 0%, rgb(255,255,255) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(237,237,237) 0%, rgb(255,255,255) 100%);
	font:12px Titillium-Semibold, Arial;
	color:#121212;
	margin-bottom:15px;
}

body>#tmp>.login .box input.textwatermark {
	text-transform:uppercase;
}

body>#tmp>.login .box a.pwforgotten {
	color:rgba(18,18,18,0.6);
	font:12px Titillium-regular, Arial;
	line-height:25px;
	display:block;
	text-decoration:none;
	text-transform:uppercase;	
	transition:color ease 0.5s;
}

body>#tmp>.login .box a.pwforgotten:hover {
	color:rgba(18,18,18,1);
}

body>#tmp>.login .box button.submit {
	color:rgba(255,255,255,0.6);
	height:39px;
	background:#036F85;
	padding:0 18px;
	font:20px Titillium-regular, Arial;
	text-align:center;
	margin:15px auto;
	border:none;
	text-transform:uppercase;
	display:block;
	transition:color ease 0.5s;
}

body>#tmp>.login .box button.submit:hover {
	color:rgba(255,255,255,1);
}

body>#tmp>.login .box a.reg {
	float:left;
	color:#036F85;
	font:12px Titillium-semibold, Arial;
	line-height:25px;
	display:block;
	/*margin-bottom:15px;*/
	text-decoration:none;
	text-transform:uppercase;	
}

body>#tmp>.login .box a.cancel {
	float:right;
	color:#850303;
	font:12px Titillium-semibold, Arial;
	line-height:25px;
	display:block;
	/*margin-bottom:15px;*/
	text-decoration:none;
	text-transform:uppercase;	
}
.pw.offers .offer {
	width:310px;
	float:left;
	margin:0 0 15px 15px;
}

.pw.offers .offer.firstinrow {
	margin-left:0;
}


.d1 .offer {
	margin:12px 0 0 0;
}

.d1 .offer, .pw.offers .offer {
	transition:all 1s;
	display:block;
	text-decoration:none;
	color:inherit;	
	background:url(../images/6.png) no-repeat scroll center right #F0F1F1;
	background-position: center right 8px;
	padding-right:10px;
	overflow:hidden;
}

.d1 .offer:hover, .pw.offers .offer:hover {
	background-color:#18332f;/*#036F85;*/
}

.d1 .offer:hover .t1, .pw.offers .offer:hover .t1 {
	color:#fff;
}
.d1 .offer:hover .name, .pw.offers .offer:hover .name {
	color:#e3e935;
}

.d1 .offer .info, .pw.offers .offer .info {
	height:96px;
	overflow:hidden;
}

.d1 .offer .name, .pw.offers .offer .name {
	font:14px Titillium-Semibold;
	line-height:18px;
	color:#18332f;
	margin:12px 0 5px 0;
	text-transform:uppercase;
	transition:color 1s;
}


.d1 .offer .t1, .pw.offers .offer .t1 {
	transition:color 1s;
}

.d1 .offer .img, .pw.offers .offer .img {
	width:93px;
	height:93px;
	margin:5px 12px 5px 5px;
	float:left;	
	background:none no-repeat scroll center center transparent;
	background-size:contain;
}

.d1 .offer .img img, .pw.offers .offer .img img {
	visibility:hidden;
	max-width:100%;
	max-height:100%;
}
.pw.orders table.list {
	width:100%;
	border:2px solid #c0c0c0;
	cursor:default;
	margin:20px 0;
}

.pw.orders .list tr.d:hover {
	background-color:#f0f0f0;
}

.pw.orders .list th {
	padding:10px 0;
}

.pw.orders .list tr.h {
	border-bottom:1px solid #c0c0c0;
}

.pw.orders .list tr.s {
	border-top:2px solid #036F85;	
}

.pw.orders .list tr.s td, .pw.orders .list tr.h th {
	font-weight:bold;
	color:#000;
	background:rgba(3,111,133,0.05);
}


.pw.orders .list th.l, .pw.orders .details td.l {
	text-align:left;
}

.pw.orders .list td.r, .pw.orders .details td.r {
	text-align:right;
	padding-right:20px;
}

.pw.orders .list td.c, .pw.orders .details td.c {
	text-align:center;
}

.pw.orders .list td {
	padding:10px 0;
	border-top:1px dotted #c0c0c0;
	vertical-align:middle;	
}

.pw.orders .list td.td_details {
	padding:10px;
	background:#036F85;
	border-top:none;
	border-bottom:2px solid #aaa;
	text-align:center;
	color:#fff;
}

.pw.orders .list td.st_w {
	font-weight:bold;
	color:#FF8C00;
}

.pw.orders .list td.st_sm {
	font-weight:bold;
	color:#00C400;
}

.pw.orders .list td.st_t {
	font-weight:normal;
	color:#000000;
}

.pw.orders .list td.opener {
	padding:0 20px 0 0;	
}

.pw.orders .list td.opener a {
	display:block;
	line-height:43px;
}

.pw.orders .list td.opener a.ikon_folderminus {
	background-color:#036F85;
	color:#ffffff;
}

.pw.orders .list td.opener a {
	font-weight:bold;
	color:#036F85;
	text-decoration:none;
}

.pw.orders table.details {
	width:100%;
	border:0px solid #000;
	color:#000;
	background:#f0f0f0;
	cursor:default;
	margin:0;	
	-webkit-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.5);
}

.pw.orders table.details td.id {
	padding-left:5px;
}

.pw.orders table.details th {
	padding:5px 0;
}

.pw.orders table.details tr.h {
	border-bottom:1px solid #c0c0c0;
}

.pw.orders table.details td {
	padding:5px 0;
	border-bottom:1px dotted #c0c0c0;
	vertical-align:middle;	
	font-size:12px;
}

.pw.orders table.details tr.s td, .pw.orders table.details tr.h th {
	font-weight:bold;
	color:#000;
	background:rgba(3,111,133,0.1);
}

.pw.orders td.action a {
	display:block;
	padding:2px;
	background:#e3e935;
	font-weight:bold;
	text-decoration:none;
	color:#000;
	font-size:12px;
	margin:0 5px 0 0;
	opacity:0.5;
	transition:all 0.5s;
	border-radius:4px;
}

.pw.orders td.action a.del {
	background:#C34C4C;
	color:#fff;
}

.pw.orders td.action a.hidden {
	visibility:hidden;
	opacity:0;
}


.pw.orders table.list tr.d:hover {
	background-color:#f0f0f0;
}

.pw.orders tr:hover td.action a {
	opacity:1;
}


.pw.orders .block1>.t1.saved {
	font-size:22px;
	line-height:30px;
	text-align:center;
	background:#A8DB9B;
	padding:28px 40px;
	border-radius:10px;
}

.pw.orders .block1>.t1.submitted {
	font-size:18px;
	line-height:24px;
	text-align:left;
	background:#A8DB9B;
	padding:28px 40px;
	border-radius:10px;
}

.pw.orders a.new {
	float:right;
    display: block;
    padding: 2px 15px;
    background: #e3e935;
    font-weight: bold;
    text-decoration: none;
    color: #000;
    font-size: 12px;
    margin: 0 5px 0 0;
    transition: all 0.5s;
    border-radius: 4px;
}        .overad {
		display:block;
		position:fixed;
		top:0;
		left:0;
		width:100%;
		height:0;
		color:#fff;
		transition:1s background, 1s height;
		z-index:100;
		overflow:hidden;
	}

        .overad .link_overad {
		display:block;
		position:absolute;
		top:50%;
		margin-top:-240px;
		left:50%;
		margin-left:-320px;		
		width:640px;
		height:480px;
		overflow:hidden;
	}

        .overad .img_overad {
		opacity:0;
		transition:1s opacity 1s;
		width:640px;
		height:480px;
        }

        .overad.on .img_overad {
		opacity:1;
	}

        .overad.on {
		background:rgba(0,0,0,0.8);
		height:100%;
	}

        .overad.off {
		background:rgba(0,0,0,0);
		height:0;
	}

        .overad.off2 {
		display:none;
	}

        .overad.off:after {
		opacity:0;
	}

        .overad:after {
		transition:1s opacity;
        	content:'X';
        	width:20px;
        	text-align:center;
        	position:absolute;
        	display:block;
        	font-size:20px;
        	line-height:20px;
        	font-family:Arial;
        	font-weight:bold;
        	color:#fff;
        	right:20px;
        	top:20px;
        	background:#000;
        	padding:10px;
        	border-radius:50%;
        	border:4px solid #fff;
        	cursor: hand;
        	cursor:pointer;
	}
div.radioblock input {
	float:left;
}

div.radioblock {
	float:left;
	/*padding-left:5px;
	padding-right:12px;*/
}

@media all and (min-width: 841px) {
        span.radio {
            background: url("../images/radio.png") no-repeat scroll 0 0 transparent;
            clear: left;
            display: block;
            float: left;
            height: 20px;
            padding: 0 7px 0 0;
            width: 26px;
        	vertical-align:top;
        }

        div.radioblock label {
            display: block;
            float: left;
            padding: 0 24px 0 0;
        }
}

@media all and (max-width: 840px) {
        span.radio {
            background: url("../images/mradio.png") no-repeat scroll 0 0 transparent;
            clear: left;
            display: block;
            float: left;
            height: 13px;
            padding: 0 7px 0 0;
            width: 23px;
	    vertical-align:top;
        }

        div.radioblock label {
            display: block;
            float: left;
            padding: 0 9px 0 0;
        }
}

.pw.reg {
	font-size:20px;
	line-height:28px;
}

.pw.reg h1 {
	padding-bottom:0;
}

.pw.reg h1 span {
	background:#006D84;
	color:#fff;
	display:inline-block;
	line-height:39px;
	padding:0 10px;
}

.pw.reg #reg h2 {
	text-transform:uppercase;
	font:20px Titillium-Regular;
	color:#fff;
	border-bottom: 2px solid #036F85;
	margin: 28px 0;
}

.pw.reg #reg h2 span {
	background:#006D84;
	color:#fff;
	display:inline-block;
	line-height:28px;
	padding:0 10px;
}

.pw.reg table {
	width:700px;
}

.pw.reg table th {
	text-align:right;
	padding:3px 8px;
	vertical-align:middle;
	width:250px;
}

.pw.reg table td {
	text-align:left;
	padding:3px 8px;
	vertical-align:middle;
}

.pw.reg .sp {
	width:700px;
	padding:0;
	margin:0 auto;
}

.pw.reg .submit {
	font:18px Titillium-semibold;
	line-height:42px;
	padding:0 41px;
	color:#036f85;
	background:#F1F1F1;
	margin:20px auto;
	display:block;
	border:none;
	text-transform:uppercase;
}

.pw.reg .submit:hover {
	background:#e1e1e1;
}

.pw.reg #reg {
	display:none;
}
.pw.reg #reg.v {
	display:block;
}
.pw.reg #usz {
	display:block;
}
.pw.reg #usz.h {
	display:none;
}

.pw.reg #usz .t1 {
	font-size:14px;
	line-height:17px;
	height:200px;
	overflow-y:scroll;
	padding:0px 20px 20px;
	background:#f0f0f0;
}

.pw.reg #usz h1 {
	border-bottom: 2px solid #036F85;
}
.pw.reg #usz h2 {
	text-transform:uppercase;
	font:20px Titillium-Regular;
	color:#000;
	background:#e3e935;
	margin: 14px 0 0;
	text-align:center;
}

.pw.reg #usz h2 span {
	background:#006D84;
	color:#fff;
	display:inline-block;
	line-height:28px;
	padding:0 10px;
}

.pw.reg #usz h3 {
	font:20px Titillium-Semibold;
	color:#036F85;
	margin: 28px 0;

}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	ms-box-sizing: border-box;
	box-sizing: border-box;  
}
div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, /*sub, sup,*/ tt, var,
b, u, i, center,
dl, dt, dd, /*ol, ul, li,*/
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, 
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, /*sub, sup,*/ tt, var,
b, u, i, center,
dl, dt, dd, /*ol, ul, li,*/
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, 
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
}

th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: top;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	/*line-height: 1;*/
}
/*ol, ul {
	list-style: none;
}*/
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

input[type="text"], input[type="password"], textarea, select { 
    outline: none;
}

input[type="radio"] { 
    margin:0 10px 0 0;
}

textarea {
	overflow: auto; 
}

b {
	font-weight:bold;
}

i {
	font-style:italic;
}

.cb {
	clear:both;
}

.cl {
	clear:left;
}

a.noline {
	text-decoration:none;
}

a.inherit {
	color:inherit;
	text-decoration:inherit;
}

ol {
	padding:0 0 0 22px;
	margin:0;
}

ul {
	padding:0 0 0 15px;
	margin:0;
}
.header .frmSearch #q+#searchrecommendations {
	display:none;
	opacity:0.1;
	position: absolute;
	right:0;
	transition:1s all;
}

.header .frmSearch:hover #q+#searchrecommendations {
	display:block;
	opacity:1;
}

.header .frmSearch #q:focus+#searchrecommendations {
	display:block;
	opacity:1;
}

#searchrecommendations .sr {
	position:relative;
	display:block;
	background:#f0f0f0;
	color:#000;
	min-width:100%;
	width:auto;
	border:1px solid #c0c0c0;
	-webkit-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.32);
	-moz-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.32);
	box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.32);	
	z-index: 2000;
	padding:1px;
}

#searchrecommendations .sr a i {
	width:15px; 
	/*color:#036F85;*/
	color:#808080;
	text-align:center;
	margin-right:10px;
}
/*
#searchrecommendations .sr a i.fa-cog {
	color:#C40000;
}

#searchrecommendations .sr a i.fa-cubes {
	color:#C4c400;
}
*/

#searchrecommendations .sr a {
	display:block;
	padding:0 5px;
	color:#000;
	text-decoration:none;
	height:30px;
	overflow:hidden;
	font-size:14px;
	line-height:30px;
}

#searchrecommendations .sr a:hover {
	background:#e3e935;
}

@media only screen and (max-width: 999px) {
	.header .frmSearch #q+#searchrecommendations {
		right:auto;
		left:0;
	}
}
textarea.textwatermark,input.textwatermark{color:#bAbAbA !important;text-align:left !important;}
        .toast {
		visibility:hidden;
		opacity:0;
		display:block;
		position:fixed;
		top:80%;
		left:50%;
		width:400px;
		margin-left:-200px;
		background:rgba(0,0,0,0.8);
		color:#fff;
		font:20px Arial;
		padding:20px;
		border-radius:5px;
		text-align:center;
		transition:all 0.5s ease 0.3s;
		-webkit-transition:all 0.5s ease 0.3s;
		-moz-transition:all 0.5s ease 0.3s;
		-o-transition:all 0.5s ease 0.3s;
	}

	.toast.on {
		opacity:1;
		visibility:visible;
	}
	
	/*.toast.off {
		opacity:0;
		visibility:hidden;
	}*/
body {
	margin:0;
	padding:0;
	font-family:Arial;
	font-size:14px;
	background:transparent;
}

#ul_wait {
	display:none;
	padding-top:1px;
	/*font-weight:bold;*/
}

.uploader_prev { /* in web.css */
}

#ul_wait img, .uploader_prev img {
	vertical-align:middle;
}

input.file {
	/*border-color:transparent; */
	background:#ffffff;
	font-size:13px;
	position: relative;
	right:0;
	text-align: right;
	-moz-opacity:0;
	filter:alpha(opacity: 0);
	opacity: 0;
	z-index: 2;
}

div.fakefile {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}

div.fileinputs {
	position: relative;
	text-align:right;
}

div.fakefile table {
	width:250px;
	margin:0;
	padding:0;
        float:left;
}

div.fakefile td {
	vertical-align:top;
	padding:0;
	/*background:red;*/
}


div.fakefile input,
div.fakefile button.btnBrowse {
	font-size:13px;
	height:22px;
	margin:0;
}                      	

div.fakefile input {
/*	border:1px solid #c0c0c0;
	background-image:url('../images/bo_edtbg.jpg');
	background-position:top left;
	background-repeat:repeat-x;
	background-color:#ffffff;*/
}

* html div.fakefile input {
	margin-top:-1px;
}


* html div.fakefile button {
	margin-left:-1px;
}

.uploader_del {
	display:none;
	color:red;
}

.uploader .hint {
	font-style:italic;
	padding:5px 0 0;
	color:#808080;
	font-size:11px;
}

.uploader .caption {
	padding:2px 0;
}

.uploader {
	/*border:1px solid #c0c0c0;*/
	padding:2px;
	/*background:#f0f0f0;
	border-radius: 6px 6px 6px 6px;*/
}

.uploader img.uploader_image {
	border:1px solid #000000;
	margin:5px;
	vertical-align:middle;
}

.uploader_del {
	border:1px solid #c0c0c0;
	padding:5px 5px 5px 25px;
	border-radius: 6px 6px 6px 6px;
	background:url(../images/ikon_error.png) no-repeat scroll 5px 5px #f0f0f0;
}

@media only screen and (max-width: 999px) {
	div.fakefile, div.fakefile table, .uploader iframe {
		width:100% !important;
	}

	.fileinputs input.file {
		width:100%;
	}
}        .videoplayer {
		display:block;
		position:fixed;
		top:0;
		left:0;
		width:100%;
		height:0;
		color:#fff;
		transition:1s background, 1s height;
		z-index:100;
	}

        .videoplayer iframe {
		position:absolute;
		top:50%;
		margin-top:-240px;
		left:50%;
		margin-left:-320px;		
		width:640px;
		height:480px;
	}

        .videoplayer.on {
		background:rgba(0,0,0,0.8);
		height:100%;
	}

        .videoplayer.off {
		background:rgba(0,0,0,0);
		height:0;
	}

        .videoplayer.off2 {
		display:none;
	}

        .videoplayer.off:after {
		opacity:0;
	}

        .videoplayer:after {
		transition:1s opacity;
        	content:'X';
        	width:20px;
        	text-align:center;
        	position:absolute;
        	display:block;
        	font-size:20px;
        	line-height:20px;
        	font-family:Arial;
        	font-weight:bold;
        	color:#fff;
        	right:20px;
        	top:20px;
        	background:#000;
        	padding:10px;
        	border-radius:50%;
        	border:4px solid #fff;
        	cursor: hand;
        	cursor:pointer;
	}
.pw.warrantytypes .t1 {
	display:flex;	
	justify-content:space-around;
}

.pw.warrantytypes .t1 a {
	display:block;	
	text-decoration:none;
	text-align:center;
	color:inherit;
	width:25%;

	transition:all 1s;
	display:block;
	text-decoration:none;
	color:inherit;	
	background:url(../images/6.png) no-repeat scroll center right #F0F1F1;
	background-position: center right 8px;
	padding:30px;
	overflow:hidden;

	min-height:100px;
	/*display: table-cell; 
	vertical-align: middle;*/
}

.pw.warrantytypes h1 {
	text-transform:uppercase;
	font:25px Titillium-Regular;
	line-height:25px;
	padding-bottom:10px;
	color:#231f20;
	margin-bottom: 0;
}

.pw.warrantydemand table.form {
	margin:0 auto;
	width:800px;
}

.pw.warrantydemand .form th.group {
	text-align:left;
	font-size:22px;
	padding:25px 0 25px 0;
	color:#036F85;
}	

.pw.warrantydemand .form th {
	vertical-align:middle;
	text-align:left;
	font-size:16px;
	padding:0 20px 5px 0;
	width:300px;
}

.pw.warrantydemand .form1 th {
	vertical-align:middle;
	text-align:left;
	font-size:16px;
	padding:10px 20px 10px 0;
	width:auto;
}

.pw.warrantydemand .form td {
	vertical-align:middle;
	text-align:left;
	font-size:16px;
	padding:0 0 5px 0;
}

.pw.warrantydemand .form td.readonly {
	color:#036F85;
}

.pw.warrantydemand .form td.rb {
	white-space:nowrap;
}

.pw.warrantydemand .form td.rb label {
	padding-right:20px;
}


.pw.warrantydemand .submit {
	display:inline-block;
	float:right;
	background:#e3e935;
	color:#fff;
	font:18px Titillium-Semibold;
	padding:0 20px 0 40px;
	line-height:40px;
	text-decoration:none;
	background:url(../images/15.png) no-repeat scroll 15px center #e3e935;
	margin:20px 0 0;
}

.pw.warrantydemand .warrantydemandprintpage .info {
	font-size:17px;
	line-height:22px;
	margin-left: 330px;
}

.pw.warrantydemand .warrantydemandprintpage .info2 {
	font-size:21px;
	line-height:21px;
}

.pw.warrantydemand .warrantydemandprintpage .pid {
	background:#e0e0e0;
	display:inline-block;
	padding:5px;
}

.pw.warrantydemand .warrantydemandprintpage .submit {
	float:none;
	margin:0 20px 0 0;
}

.pw.warrantydemand .warrantydemandprintpage .submit.print {
	background-color:#036F85;
}

.pw.warrantydemand .warrantydemandprintpage a.mod {
	color:#808080;
}

.pw.warrantydemand #search_sap,
.pw.warrantydemand #search_name {
	width:200px;
}

.pw.warrantydemand #search_sap {
	margin-right:10px;
}

.pw.warrantydemand .num {
	text-align:right;
	width:100px;
}

.pw.warrantydemand #d2 {
	text-align:center;
	width:100px;
}

.pw.warrantydemand .readonly {
	color:#a0a0a0;
}

.pw.warrantydemand form.busy .submit {
	background-color:#c0c0c0;
}

.pw.warrantydemand form.busy .search {
	background:url(../images/progress_mini.gif) no-repeat scroll center right transparent;
}

.pw.warrantydemand iframe.print {
	width:800px;
	height:1600px;
	-webkit-transform-origin: left top;
	-webkit-transform: scale(0.3);
	transform-origin: left top;
	transform: scale(0.3);
}

.pw.warrantydemand div.print {
	border:2px solid #c0c0c0;
	box-shadow: 2px 2px 3px rgba(0,0,0,0.8);
	padding:10px;
	display:block;
	width:270px;
	height:330px;
	overflow:hidden;
	float:left;
	margin:0 40px 0 20px;
}

/* print */

.warrantyprint {
	cursor:default;
}

.warrantyprint_d1 {
	text-align:right;
	font-size:12px;
	line-height:14px;
}

.warrantyprint_d2 {
	text-align:center;
	padding:20px 0 0;
	font-size:24px;
	line-height:30px;
	font-family:Titillium-Bold;
	text-transform:uppercase;
}


.warrantyprint_d3 {
	text-align:center;
	font-size:17px;
	line-height:22px;
}

.warrantyprint_d4 {
	text-align:center;
	font-size:20px;
	line-height:24px;
	font-family:Titillium-Bold;
}

.warrantyprint_d5 {
	text-align:center;
	font-size:15px;
	line-height:18px;
	padding-bottom:10px;
}

.warrantyprint_d6 {
	font-size:12px;
	line-height:15px;
	padding-top:10px;
}

.warrantyprint_d7 {
	position:absolute;
	left:0;
	top:0;
	font-size:17px;
	line-height:17px;
	font-family:Titillium-Bold;
}

.warrantyprint b {
	font-weight:normal;
	font-family:Titillium-Bold;
}

.warrantyprint table.warrantydata {
	width:100%;
}

.warrantyprint table.warrantydata td {
	font-size:16px;
	line-height:18px;
	padding:5px 0 5px 15px;
}

.warrantyprint table.warrantydata td.td1 {
	width:50%;
}

.warrantyprint table.warrantydata td.td2 {
	width:100px;
}

.warrantyprint table.warrantydata td.td3 {
	padding-top:50px;
	text-align:center;
	width:50%;
	font-size:13px;
	line-height:15px;
}

.warrantyprint table.warrantydata td.tdp20 {
	width:20%;
}

.warrantyprint table.warrantydata td.tdp30 {
	width:30%;
}

.warrantyprint table.warrantydata td.tdp40 {
	width:40%;
}

.warrantyprint table.warrantydata td.tdp50 {
	width:50%;
}

.warrantyprint label.selected {
	font-family:Titillium-Bold;
	text-decoration:underline;
}

.warrantyprint table.warrantydata.borderout {
	border:2px solid black;
}

.warrantyprint table.warrantydata.borderall {
	border:2px solid black;
}

.warrantyprint table.warrantydata.borderall td {
	border:2px solid black;
}

.warrantyprint table.warrantydata.nobordertop, .warrantyprint table.warrantydata td.nobordertop {
	border-top:none;
}

.warrantyprint table.warrantydata.noborderbottom, .warrantyprint table.warrantydata td.noborderbottom {
	border-bottom:none;
}

.warrantyprint table.warrantydata.noborder, .warrantyprint table.warrantydata td.noborder {
	border:none;
}

.warrantyprint table.warrantydata td.nopadding {
	padding:0;
}

.warrantyprint img.image {
	max-width:100%;
	max-height:160px;
	display:inline-block;
	border:1px solid black;
}

.warrantyprint div.image {
	max-width:32%;
	display:inline-block;
}

.pw.warrantydemand .form.todo {
	margin:20px auto 0;
	border:1px solid #e0e0e0;
	border-radius:4px;
}

.pw.warrantydemand .form.todo th {
	padding:15px 20px 15px 15px;
	vertical-align:top;
	width:200px;
	font-weight:bold;
	background:#f0f0f0;
}

.pw.warrantydemand .form.todo td {
	padding:15px 20px 15px 15px;
	vertical-align:top;
}

.pw.warrantydemand .form.todo th.group {
	background:#e0e0e0;
	padding:15px;
}

.loginmessage {
	text-align:center;
}
input::placeholder {
	font-style:italic;
	opacity: 0.5;
}

body {
	margin:0;
	padding:0; 
	background:#ffffff;
	font-family: Titillium-Regular, Arial;
	font-size:14px;
	line-height:19px;
	height:100%;                                                     	
	color:#231f20;
}		

b {
	font-weight:normal;
	font-family: Titillium-Semibold;
}

.pw {
	width:960px;
	margin:0 auto;
	position:relative;
}

.d0 {
	padding-top:21px;
}

.d1 {
	width:295px;
	height:374px;
	float:right;
}

.d1a {
	display:block;
	text-decoration:none;
	font:17px Titillium-Bold;
	line-height:25px;
	color:#18332F;
	background:url(../images/5.png?241216) no-repeat scroll center right transparent;
	background-position: center right 18px ;
	text-transform:uppercase;
	margin:0 0 16px;
}



.slider {
	background:#c0c0c0;
	width:638px;
	height:374px;
	overflow:hidden;
	position:relative;
}

.slides {
	float:left;
	width:3638px;
	height:374px;
}

.slides .slide {
	display:block;
	float:left;
	width:638px;
	height:374px;
}

.slides .slide img {
	display:block;
	width:100%;
	height:100%;
}

.slideselectors {
	position:absolute;
	bottom:3px;
	left:3px;
}

.slideselectors a {
	display:block;
	float:left;
	width:17px;
	height:17px;
	background:#d0d0d0;
	margin-right:10px;
	font:14px Titillium-Bold;
	color:#000;
	text-align:center;
	text-decoration:none;
	line-height:15px;
	border:2px solid #ffffff;
	border-radius:50%;
}

.slideselectors .slideselector_on {
	background:#18332f;
	color:#ff884d;
}

.d2a {
	margin:24px 0 0 0;
	border-bottom:2px solid #036F85;
}

.d2a a {
	display:inline-block;
	font:25px Titillium-Semibold;
	background:#F0F1F1;
	padding:3px 10px;
	margin-right:218px;
	text-decoration:none;
	text-transform:uppercase;
	color:inherit;
}

.d2a a.act, .d2a a:hover {
	background:#18332f;
	color:#fff;
}

.d2b {
	padding-top:27px;
}

.scrollboxes {
	position:relative;
}

.scrollbox {
	overflow:hidden;
}

.scrollbox.hidden {
	display:none;
}

.scrollbox a.left, .scrollbox a.right {
	width:44px;
	height:179px;
}

.scrollbox a.left:hover, .scrollbox a.right:hover {
	opacity:0.5;
}

.scrollbox a.left {
	float:left;
	background:url(../images/7.gif?241216) no-repeat scroll left center #fff;
}

.scrollbox a.right {
	float:right;
	background:url(../images/8.gif?241216) no-repeat scroll left center #fff;
}

.scrollbox1 {
	width:856px;
	margin:0 auto;
	height:189px;
	overflow:hidden;
}

.items {
	width:9999px;
	height:189px;
}

.scrollbox1 a {
	width:210px;
	float:left;
	margin:2px 2px;
	height:179px;
	display:block;
	color:inherit;
	text-decoration:none;
	transition:0.5s all;
}

.scrollbox1 a .img {
	/*border:1px dotted #a0a0a0;*/
	background-repeat:no-repeat;
	background-position:center center;
	height:153px;
	margin:0;
}

.scrollbox1 a .name {
	background:#F0F1F1;
	text-align:center;
	font:15px Titillium-Regular;
	height:26px;
	line-height:26px;
	overflow:hidden;
}


.scrollbox1 a:hover {
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}


.prodnotfound {
	font-size:18px;
	line-height:24px;
	text-align:left;
	background:#C34C4C;
	color:#fff;
	padding:28px 40px;
	border-radius:10px;
}

.prodlist {
	margin-bottom:-36px;
}

.prodlist .prodlist_ob {
	text-align:center;
	margin:-26px 0 30px;

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e8e8e8+0,ffffff+100 */
	background: #e8e8e8; /* Old browsers */
	background: -moz-linear-gradient(top,  #e8e8e8 0%, #ffffff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #e8e8e8 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #e8e8e8 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e8e8', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

	padding:4px 0 8px;
}

.prodlist .prodlist_ob .block.instockfilter {
	border-right:2px solid #808080;
	padding-right:20px;
}

.prodlist .prodlist_ob .block.ob {
	margin-left:20px;
}

.prodlist .prodlist_ob .block {
	display:inline-block;
}

.prodlist .prodlist_ob a {
	display:inline-block;
	margin:0 10px;
	text-decoration:none;
	color:#808080;
	padding:4px 0;
        font-size:12px;
        line-height:15px;
}

.prodlist .prodlist_ob a:hover {
	color:#c00000;
}


.prodlist .prodlist_ob a.act {
	display:inline-block;
	margin:0 10px;
	padding:4px 20px;
	border-radius:5px;
	text-decoration:none;
	font-weight:bold;
	color:#000000;
	cursor:default;
	background:#d0d0d0;
}

.prodlist .prodbox:hover {
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}

.prodlist .prodbox {
	display:block;
	width:180px;
	height:430px;
	margin:0 0 36px 15px;
	float:left;
	vertical-align:top;
	background:#F1F1F1;
	position:relative;
	transition:0.5s all;
}

.prodlist .prodbox.firstinrow {
	margin-left:0;
}

.prod .info .img1.newness:before,
.prodlist .prodbox.newness:before {
	content:' ';
	display:block;
	position:absolute;
	top:0;
	right:0;
	width:69px;
	height:37px;
	background:url(../images/16.png?241216) no-repeat scroll 0 0 transparent;
}

.prod .info .img1.offer:before,
.prodlist .prodbox.offer:before {
	content:' ';
	display:block;
	position:absolute;
	top:0;
	right:0;
	width:69px;
	height:37px;
	background:url(../images/17.png) no-repeat scroll 0 0 transparent;
}

.prod .info .img1.onorder:after,
.prodlist .prodbox.onorder:after {
	content:'Rendelésre';
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:69px;
	height:37px;
	background:#c0c0c0;
	color:#000;
	text-align:center;
	border-radius:19px;
	line-height:37px;
	font-weight:bold;
	padding:0 10px;
	letter-spacing:-0.5px;
	/*background:url(../images/17.png) no-repeat scroll 0 0 transparent;*/
}

.prod .info .img1.discounted:after,
.prodlist .prodbox.discounted:after {
	content:'Kifutó';
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:69px;
	height:37px;
	background:#c0c0c0;
	color:#000;
	text-align:center;
	border-radius:19px;
	line-height:37px;
	font-weight:bold;
	padding:0 10px;
	letter-spacing:-0.5px;
	/*background:url(../images/17.png) no-repeat scroll 0 0 transparent;*/
}

.prodlist .prodbox .img {
	display:block;
	/*border:1px dotted #a0a0a0;*/
	background-color:#fff;
	background-repeat:no-repeat;
	background-position:center center;
	height:168px;
	margin:0;
}

.prodlist .prodbox .info {
	padding:5px 9px;
}

.prodlist .prodbox .nextsupply {
	clear:both;
	text-align:center;
	margin-top:8px;
	font-family: Titillium-Regular;
	color: #ffffff;
	font-size:12px;
	background:#1759D4;
}

.prodlist .prodbox .pack_quant_hint {
	clear:both;
	text-align:center;
	margin:4px 0 0 74px;
	font-family: Titillium-Regular;
	color: #ffffff;
	font-size:10px;
	background:#d45917;
}

.prodlist .prodbox .nextsupply .date {
	/*font-family: Titillium-Bold;*/
}

.prodlist .prodbox a {
	display:block;
	text-decoration:none;
	color:inherit;
}

.prodlist .prodbox .name {
	display:block;
	font:15px Titillium-Semibold, Arial;
	line-height:21px;
	height:42px;
	overflow:hidden;
	margin-bottom:3px;
	color:#231f20;
}

.prodlist .prodbox .id {
	line-height:30px;
	font-size:12px;
	text-align:center;
	color:#808080;/*036F85;*/
	font-family:Titillium-Bold;
}


.prodlist .prodbox .desc {
	display:block;
	font:13px Titillium-Regular, Arial;
	line-height:18px;
	height:54px;
	overflow:hidden;
	margin-bottom:15px;
	color:#231f20;
}


.prodlist .prodbox .price {
	text-align:right;
	font:13px Titillium-Regular, Arial;
	line-height:18px;
	color:#1d1d1b;
	padding-bottom:10px;
}

.prodlist .prodbox .price .val {
	text-align:center;
	font:18px Titillium-Semibold, Arial;
	color:#207f93;
}

.prodlist .prodbox .price .val_old {
	text-align:center;
	font:12px Titillium-Semibold, Arial;
	line-height:17px;
	color:#c00000;
	/*text-decoration:line-through;*/
}

.prodlist .prodbox .price.notchanged {
	padding-top:17px;
}

/*.prodlist .prodbox .. */
.instock {
	min-width:24px;
	padding-right:24px;
	height:24px;
	display:block;
	float:left;
	background:url(../images/9.png) no-repeat scroll right -24px transparent;
}

.prod .instock .stockcount {
	padding-right:5px;
}

.prodlist .instock .stockcount {
	padding-left:5px;
}

.prodlist .instock {
	padding-left:24px; 
	padding-right:0;
	font-size:12px;
	line-height:24px;
}

.prodlist .instock.in {
	background-position:left 0;
}

.prodlist .instock.half {
	background-position:left -48px;
}

.prodlist .instock {
	background-position:left -24px;
}

/*.prodlist .prodbox .. */
.instock.in {
	background-position:right 0;
}

.instock.half {
	background-position:right -48px;
}


.prodlist .prodbox .tocart {
	float:right;
}

/*.prodlist .prodbox*/ .tocart .quant {
	width:47px;
	height:22px;	
	vertical-align:middle;
	text-align:center;
	margin-right:7px;
}

/*.prodlist .prodbox*/ .tocart .quant.textwatermark {
	text-align:center !important;
}


/*.prodlist .prodbox*/ .tocart .submit {
	width:29px;
	height:22px;
	display:inline-block;
	border:0;
	padding:0;
	margin:0;
	background:url(../images/10.png) no-repeat scroll center center transparent;
	vertical-align:middle;
}

.tocart a.submit, .tocart button.submit {
	text-decoration:none;
	display:inline-block;
	width:auto;
	background-position:right center;
	padding-right:40px;
	font:18px Titillium-Semibold, Arial;
	line-height:18px;
	color:#207f93;
	text-transform:uppercase;
}

.tocart .pack_quant_hint {
	padding:12px 0;
}

.cart .pack_quant_hint {
	padding:0px 10px;
	margin:12px 20px;
	font-size:12px;
	line-height:16px;
	border-left:2px solid #ff6a00;
}

.block1 {
	margin-top:42px;
}

.block1 h1 {
	text-transform:uppercase;
	font:25px Titillium-Regular;
	line-height:25px;
	padding-bottom:10px;
	color:#231f20;
	border-bottom: 2px solid #036F85;
	margin-bottom: 28px;
}

.block1 .manufacturerLogo,
.pw.prod .info .manufacturerLogo,
.header2a .manufacturerLogo {
	height:30px;
	float:right;
}

.block1>.t1 {
	margin:28px 0;
}

.block1 h1 a {
	text-transform:none;
	margin-left:13px;
	font:14px Titillium-Regular;
	color:#18332f;
	text-decoration:none;
}

.block1.brands {
	overflow:hidden;
	padding-bottom:24px;
}

.block1.brands .logos {
	display:block;
	width:100%;
	/*height:64px;
	overflow:hidden;*/
	text-align:center;
}

.block1.brands a.logo {
	text-decoration:none;
	color:inherit;
	display:inline-block;	
	padding:0 12px;
	vertical-align:middle;
	text-align:center;
	height:64px;
	margin:10px;
	background-position:center center;
	background-repeat:no-repeat;
	background-size: contain;
}

.block1.brands img.logo {
	visibility:hidden;
	max-width:180px;
	max-height:64px;
}


.block1.brands a.logo:first-child {
	padding:0;
}

.block1.brands a.logo:last-child {
	padding:0;
}

.hidden {
/*	display:none;*/
}

.phone1 {
	padding:21px 45px 34px;
	background:#fff;
	border:1px solid #DADADA;
	-webkit-box-shadow: 5px 5px 5px 0px rgba(199,199,199,1);
	-moz-box-shadow: 5px 5px 5px 0px rgba(199,199,199,1);
	box-shadow: 5px 5px 5px 0px rgba(199,199,199,1);
}

.phone1 a.mimg {
	display:block;
	float:left;
	margin:0 60px 0 0;
}

.phone1 img {
	border:none;
	display:block;
	max-width:272px;
	max-height:319px;
	/*float:left;
	max-width:272px;
	max-height:319px;
	margin:0 60px 0 0;*/
}

.phone1 .list {
	width:530px;
	float:left;
}

.phone1 .list .left {
	width:265px;
	float:left;
}

.phone1 .list .right {
	width:265px;
	float:right;
}

/*.phone1 ul.list {
	margin:0;
	padding:0;
	list-style:none;
	display:block;
	float:left;
}

.phone1 ul.list li {
	display:inline-block;
	width:50%;
	margin:0;
	padding:0;
}*/

.phone1 .list a {
	display:inline-block;	
	width:260px;
	padding-left:36px;
	text-decoration:none;
	color:inherit;
	font:15px Titillium-Regular;
	line-height:26px;
}

.phone1 .list a:hover, .phone1 .list a.act {
	background:url(../images/11.png?241216) no-repeat scroll 16px center transparent;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(199,199,199,1);
	-moz-box-shadow: 0px 0px 5px 0px rgba(199,199,199,1);
	box-shadow: 0px 0px 5px 0px rgba(199,199,199,1);
	color:#036F85;
	font-family: Titillium-Semibold;
}

.h2sub a.showsub {
	text-decoration:none;
	color:inherit;
	margin-top:30px;
	border-top:1px solid #BEC0BF;	
	padding:7px 0;
	transition:color 0.6s;
}

.h2sub a.showsub.on {
	color:#036F85;
}


.h2sub a.showsub .img {
	display:inline-block;
	background:url(../images/12.png?241216) no-repeat scroll 0 -12px transparent;
	margin:-6px 0 0 12px;
	width:19px;
	height:12px;
	vertical-align:middle;
}

.h2sub a.showsub.on .img {
	background-position:0 0;	
}

.h2sub a.showsub.on + #phone1sub {
	display:block;
	opacity:1;
	max-height:1999px;
	overflow:visible;
	margin-top:0;
}

#phone1sub {
	margin:-20px 0 0px;
	transition:all 0.6s ease-out;
	max-height:0;
	opacity:0;
	overflow:hidden;
}

.paging {
	float:right;
	line-height:24px;
	font-size:20px;
}
.paging+.cb {
	display:none;
}
.paging.bottom {
	margin-top:20px;
}

.paging a {
	text-align:center;
	width:30px;
	display:inline-block;
	color:#e3e935;
	background:#18332f;
	font-weight:bold;
	text-decoration:none;
	transition:0.5s all;
}

.paging a:hover {
	background:#e3e935;
	color:#18332f;
}

.pw.prod h1 {
	text-transform:uppercase;
	font:25px Titillium-Regular;
	line-height:25px;
	padding-bottom:10px;
	color:#231f20;
	margin-bottom: 0;
}

.pw.prod div.id {
	margin-bottom: 28px;
	font-size:14px;
	line-height:14px;
}

.pw.prod div.id span {
	display:inline-block;
	background:#d0d0d0;
	padding:3px 10px;
	border-radius:4px;
}

.pw.prod div.id span.sap {
	margin-left:10px;
}

.pw.prod {
	border:1px solid #DADADA;
	-webkit-box-shadow: 1.5px 2.598px 5px 0px rgba( 1, 1, 1, 0.25);
	-moz-box-shadow: 1.5px 2.598px 5px 0px rgba( 1, 1, 1, 0.25);
	box-shadow: 1.5px 2.598px 5px 0px rgba( 1, 1, 1, 0.25);
	padding:30px 35px;
}

.pw.prod .info .images {
	width:450px;
	height:270px;
	float:left;
}

.pw.prod .info .images .img1 {
	position:relative;
	float:left;
	display:block;
	width:330px;
	height:270px;
	background:none no-repeat scroll center center transparent;
	background-size:contain;                           
}

.pw.prod .info .images img.h {
	visibility:hidden;
}

.pw.prod .info .images .small a {
	width:84px;
	height:84px;
	background:red;
	float:right;
	margin:0 0 9px;
	background:none no-repeat scroll center center transparent;
	background-size:contain;
	position:relative;
	transition:all 0.3s;
}

.pw.prod .info .images .small a:hover {
	/*filter: alpha(opacity=60);
	opacity:0.6;
	-webkit-opacity:0.6;
	-moz-opacity:0.6;*/
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	
}

.pw.prod .info .images .small a:after {
	background:url(../images/13.png) no-repeat scroll 0 0 transparent;
	content:' ';
	display:block;
	width:18px;
	height:18px;
	position:absolute;
	right:0;
	bottom:0;
}


.pw.prod .info .priceblock {	
	margin-left:91px;
	float:left;
}

.pw.prod .info .priceblock .price, .pw.prod .info .priceblock .stock {	
	font:18px Titillium-Regular;
	line-height:25px;
	display:block;
}

.pw.prod .info .priceblock .nextsupply {
	clear:left;
	font-size:13px;	
	color:#c00000;
}

.pw.prod .info .priceblock .nextsupply .date {
	font-family:Titillium-Bold;
}

.pw.prod .info .priceblock .stock,
.pw.prod .info .priceblock .tocart {
	margin-top:26px;
}

.pw.prod .info .priceblock .price>span {	
	min-width:80px;
	display:inline-block;
}

.pw.prod .info .priceblock .stock>span {
	min-width:100px;
	display:block;
	float:left;
	vertical-align:top;
}

.pw.prod .info .priceblock .stock:after {
	content:' ';
	display:block;
	clear:both;
}

.pw.prod .info .priceblock .price .val {
	display:inline-block;
	font:18px Titillium-Semibold, Arial;
	color:#207f93;
	min-width:90px;
	text-align:right;
}

.pw.prod .h2 {
	display:block;
	text-decoration:none;
	text-transform:uppercase;
	font:25px Titillium-Regular;
	line-height:25px;
	padding:6px 0 6px 10px;
	color:#231f20;
	border-top:1px solid #BEC0BF;
	border-bottom:1px solid #BEC0BF;
	margin:20px 0 0;
}

.pw.prod .h2 .img {
	display:inline-block;
	background:url(../images/12.png?241216) no-repeat scroll 0 -12px transparent;
	margin:-6px 0 0 12px;
	width:19px;
	height:12px;
	vertical-align:middle;
}

.pw.prod .h2.on .img {
	background-position:0 0;	
}

.pw.prod .h2.on + .swcontent {
	opacity:1;
	max-height:500px;
	overflow:auto;
	margin-top:0;
}

.pw.prod .h2.off + .swcontent {
	-o-transition:max-height 0.5s ease 0.2s, opacity 0.5s linear;
	-moz-transition:max-height 0.5s ease 0.2s, opacity 0.5s linear;
	-webkit-transition:max-height 0.5s ease 0.2s, opacity 0.5s linear;
	transition:max-height 0.5s ease 0.2s, opacity 0.5s linear;
}

.swcontent {
	-o-transition:max-height 1s ease, opacity 1s linear 0.2s;
	-moz-transition:max-height 1s ease, opacity 1s linear 0.2s;
	-webkit-transition:max-height 1s ease, opacity 1s linear 0.2s;
	transition:max-height 1s ease, opacity 1s linear 0.2s;
	max-height:0px;
	opacity:0;
	overflow:hidden;
}

.swcontent .content {
	width:870px;
	padding:13px 0 13px 10px;
	font:15px Titillium-Regular;
	line-height:21px;
}

.swcontent .phonelist li {
	margin-right:9px;
	margin-bottom:9px;
}

.prodlistrepl .prodbox {		
	display:block;
	width:48%;
	height:215px;
	margin:0 2% 0 0;
	float:right;
	vertical-align:top;
	position:relative;
}

.prodlistrepl .prodbox.firstinrow {		
	float:left;
}


.prodlistrepl .prodbox .img {
	display:block;
	/*border:1px dotted #a0a0a0;*/
	background-color:#fff;
	background-repeat:no-repeat;
	background-position:center center;
	height:84px;
	width:84px;
	margin:0;
	position:absolute;
}

.prodlistrepl .prodbox a {
	display:block;
	text-decoration:none;
	color:inherit;
}

.prodlistrepl .prodbox .name {
	display:block;
	font:18px Titillium-Semibold, Arial;
	line-height:25px;
	height:50px;
	overflow:hidden;
	margin-bottom:9px;
	color:#231f20;
	text-transform:uppercase;
}

.prodlistrepl .prodbox .info {
	margin-left:100px;
	/*width:300px;*/
	float:right;
}

.prodlistrepl .prodbox .price .net {
	float:left;
	width:140px;
}

.prodlistrepl .prodbox .price .gross {
	float:right;
	width:140px;
}

.prodlistrepl .prodbox .price {
	font:18px Titillium-Regular, Arial;
	line-height:18px;
	color:#1d1d1b;
	padding-bottom:10px;
}

.prodlistrepl .prodbox .price .val {
	text-align:center;
	font:18px Titillium-Semibold, Arial;
	color:#207f93;
}

.prodlistrepl .prodbox .instock {
	font:18px Titillium-Semibold, Arial;
	line-height:19px;
	color:#207f93;
	padding-right:34px;
	margin-bottom:10px;
	text-align:top;
	float:none;
	width:120px;
}

.prodlistrepl .prodbox a.submit {
	text-decoration:none;
	display:inline-block;
	width:auto;
	background-position:right center;
	padding-right:40px;
	font:18px Titillium-Semibold, Arial;
	line-height:22px;
	color:#207f93;
	text-transform:uppercase;
}

.swcontent.prodrepl .content {
	padding:23px 0 3px 0px;
}

a.cancel {
	display:inline-block;
	background:url(../images/cancel.png) 0 center no-repeat scroll transparent;
	padding-left:18px;
}

a.cart_delete {
	display:inline-block;
	background:url(../images/cart_delete.png) 0 center no-repeat scroll transparent;
	padding-left:18px;
}

a.qminus {
	display:inline-block;
	background:url(../images/qminus.png) 0 center no-repeat scroll transparent;
	padding-left:18px;
}

a.qplus {
	display:inline-block;
	background:url(../images/qplus.png) 0 center no-repeat scroll transparent;
	padding-left:18px;
}

a.ikon_folderplus {
	background:transparent url(../images/ikon_folderplus.png) no-repeat 2px center;
	padding:0 0 0 16px;
}

a.ikon_folderminus {
	background:transparent url(../images/ikon_folderminus.png) no-repeat 2px center;
	padding:0 0 0 16px;
}

tr.hiddenrow {
	display:none;
}

tr.showedrow {
	display:table-row;
}

.pw.settings .block2 {
	border:1px solid #DADADA;
	-webkit-box-shadow: 1.5px 2.598px 5px 0px rgba( 1, 1, 1, 0.25);
	-moz-box-shadow: 1.5px 2.598px 5px 0px rgba( 1, 1, 1, 0.25);
	box-shadow: 1.5px 2.598px 5px 0px rgba( 1, 1, 1, 0.25);
	padding:30px 35px;
	margin:0 0 40px;
}

.pw.settings .block2.l {
	float:left;
	width:48%;
	min-height:360px;
}

.pw.settings .block2.r {
	float:right;
	width:48%;
	min-height:360px;
}

.pw.settings h2 {
	text-transform:uppercase;
	font:20px Titillium-Regular;
	line-height:20px;
	padding-bottom:10px;
	color:#231f20;
	border-bottom: 1px solid #c0c0c0;
	margin-bottom: 28px;
}

.pw.orders h2 {
	text-transform:uppercase;
	font:16px Titillium-Semibold;
	line-height:20px;
	padding-bottom:10px;
	color:#231f20;
	border-bottom: 1px solid #c0c0c0;
	margin-bottom: 28px;
	margin-top: 28px;
}

.pw.settings table.pwc {
	width:350px;
	margin:20px auto 0;
}

.pw.settings table.pwc th {
	text-align:right;
	padding:3px 8px;
	vertical-align:middle;
	width:130px;
}

.pw.settings table.pwc td {
	text-align:left;
	padding:3px 8px;
	vertical-align:middle;
	/*width:100px;*/
}

.pw.settings .submit.disabled {
	color:#b0b0b0;
}
.pw.settings .submit.disabled:hover {
	background:#f1f1f1;
	cursor:not-allowed;
}


.pw.settings .submit {
	text-decoration:none;
	width:100%;
	font:18px Titillium-semibold;
	line-height:42px;
	padding:0 21px;
	color:#036f85;
	background:#F1F1F1;
	margin:20px auto 0;
	display:block;
	border:none;
	text-transform:uppercase;
	text-align:center;
}

.pw.settings .submit:hover {
	background:#e1e1e1;
}

.pw.settings table.emn {
	width:100%;
	margin:20px auto 0;
}

.pw.settings table.emn th {
	text-align:right;
	padding:3px 8px;
	vertical-align:middle;
}

.pw.settings table.emn td {
	text-align:left;
	padding:3px 18px;
	vertical-align:middle;
}

.pw.downloads h2 {
	text-transform:uppercase;
	font:20px Titillium-Regular;
	line-height:30px;
	color:#808080;
	border-bottom: 1px solid #808080;
	margin: 0 0 28px 0;
}


@media only screen and (min-width: 1000px) {
	.mob {
		display:none !important;
	}
}

@media only screen and (max-width: 999px) {
       .pw {
		width:auto;
        }

	.desk {
		display:none !important;
	}

       .pw320 {
        	width:320px;
        	/*margin:0 auto;*/
        }

	.hasbgbanner {
		width:auto;
		margin:0 auto;
	}

/* header ******************************** */

	.header .pw {
		overflow:visible;
		position:relative;
	}

	.header #sw_m {
		background:url(../images/m1.png?241216) no-repeat scroll center center transparent;
		background-size:20px auto;
		right:0;
		position:absolute;
		top:0;
		/*background:transparent;*/
		color:#fff;
		text-align:center;
		padding:10px 0;
		height:33px;
		transition:0.5s all;
		transition-timing-function: ease-in-out;
		width:33px;
	}

	.header #sw_m.on {
		width:180px;
		background-color:#6e6e6e;
		transform: rotate(180deg);
	}

	.header #sw_m i {
		transition:0.5s all;
		transition-timing-function: ease-in-out;
		color:#ffffff;
	}

	.header #sw_m.on i {
		transform: rotate(270deg);
		color:#e3e935;
	}

	.header ul.menu li {
		float:none;
		border:none;
	}

	.header ul.menu li a {
		font-size:17px;
		line-height:20px;
		letter-spacing:0;
		padding:10px 20px;
		color:#fff;
	}

	.header ul.menu.on {
		/*display:block;*/
		max-height:250px;
		width:180px;
		opacity:1;
		background:rgba(0,0,0,0.75);
		transition:opacity 0.5s 0, width 0.5s 0;
	}

	.header ul.menu {
		overflow:hidden;
		max-height:0px;
		/*display:none;*/
		float:none;
		position:absolute;
		background:rgba(255,255,255,0.75);
		z-index:92;
		right:0;
		top:33px;
		margin:0;		
		transition:all 0.5s 0.0s, max-height 0.5s 0.5s;
		/*transition:opacity 0.5s 0.0s, max-height 0.5s 0.3s, background 0.5s 0.8s;*/
		transition-timing-function: ease-in-out;
		opacity:0;
		width:33px;
		padding:0 0 10px;
	}

	.header .logo {
		float:none;
		margin: 0 auto;
		width: 140px;
		height:33px;
		background-size:auto 20px;
		background-position:center center;
	}


	.header .frmSearch {
		position:absolute;
		left:0;
		top:0;
		margin:0;
	}

	.header .frmSearch #q {
		width:30px;
		padding-right:30px;
		margin-right:20px;
		height:33px;
		background-color:transparent;
		color:#fff;
		border:none;
		transition:0.5s all;
		color:#000;
	}

	.header .frmSearch #q:focus {
		background-color:#fff;
		width:280px;
	}


/* brand menu ******************************************* */

	.header2 ul.menu {
		overflow:visible;
		height:auto;
	}

	.header2 .pw > span.more {
		display:none;
	}

	.header2 ul.menu {
		display:flex;
		flex-wrap:wrap;
	}

	.header2 ul.menu li.menu {
		float:none;
		justify-content:space-evenly;
		text-align: center;
		flex-grow:1;
	}

	.header2 ul.menu li.menu > a {
		border-left:none;
		font-size:14px;
		padding:5px 10px;
		margin:auto;
		white-space: pre;
	}

/* slider ************************************* */

	.d0 {
		background:#e0e0e0;
		padding-top:10px;
		padding-bottom:15px;
	}

	.d1 {
		margin:0 auto;
		float:none;
		height:auto;
		width:319px;
		padding-bottom:15px;
	}

	.d1a {
		margin-bottom:0;
		background-position:center right;
	}

	.slider {
		width:319px;
		height:187px;
		margin:0 auto;
	}

	.slides .slide {
		width:319px;
		height:187px;
	}


/* accessories **************************** */
	.d2a {
		display:flex;
		margin:0;
	}

	.d2a a {
		flex-grow:1;
		margin-right:0;
		font:14px Titillium-Semibold;
		padding: 6px 10px;
	}

	.d2b {
		padding-top:0;
	}

	.scrollbox1 {
		width:auto;
		height:140px;
	}

	.scrollbox1 .items {
		height:140px;
		display: flex;
		width:auto;
	}

	.scrollbox1 a {
		width:132px;
		height:140px;
		flex-shrink: 0;
	}

	.scrollbox1 a .name {
		font-size:12px;
	}

	.scrollbox1 a .img {
		height:114px;
		background-size:contain;
	}

	.scrollbox a.left, .scrollbox a.right {
		height:140px;
		display:none;
	}

	.scrollbox1 {
		overflow:auto;
	}

/* mini cart */
	#minicart {
		bottom:0;
		top:auto;
	}

/* block1 */
	.block1 {
		margin-top:12px;
	}

	.block1 h1 {
		font-size:20px;
		line-height:20px;
		padding:0 10px 10px;
		margin-bottom:14px;
	}

	.block1 h1 a {
		/*float:right;*/
		line-height:20px;
	}

	.prodlist {
		display:flex;
		flex-wrap:wrap;
		justify-content:space-evenly;
		margin-bottom:0;
	}

	.prodlist .prodbox {
		width:160px;
		margin-bottom:10px;
		min-height:400px;
		height:auto;
		margin-left:0;
	}

	.prodlist .prodbox .info {
		padding:5px 5px;
	}

	.tocart .quant {
		width:37px;
	}

	.prodlist .cb {
		display:none;
	}

	.prodlistrepl .prodbox .price .net,
	.prodlistrepl .prodbox .price .gross {
		float:none;
	}

	.prodlistrepl .prodbox,
	.prodlistrepl .prodbox.firstinrow {
		float:none;
	}

	.prodlistrepl .prodbox:after {
		content:' ';
		display:block;
		clear:both;
	}

	.prodlistrepl .prodbox {
		height:auto;
		width:auto;
		margin:0 0 20px;
	}

	.prodlistrepl .prodbox .info {
		float:none;
	}

/* footer ************************************** */

	.footer .pw {
		display:flex;
		flex-wrap:wrap;
		padding:30px 30px;
	}

	.footer .col {
		margin-bottom:30px;
		margin-right:0;
		width:300px;
		font-size:13px;
		line-height:20px;
	}

	.footer .col.last {
		width:100%;
	}

	.footer .head {
		padding-bottom:12px;
	}


/* blokk */
	.block1>.t1 {
		margin: 14px 0;
	}

	.block1 h1 a {
		float:none;
		margin:0;
		display:block;
		margin-top:10px;
	}

	.block1 .manufacturerLogo {
		margin-right:10px;
	}

	.block1 .manufacturerLogo, .pw.prod .info .manufacturerLogo, .header2a .manufacturerLogo {
	/*.block1 .manufacturerLogo, .header2a .manufacturerLogo {*/
		height:20px;
		/*margin-right:10px;*/
	}

	/*
	.header2a .manufacturerLogo {
		margin-right:0;
	}
	*/

	.pw.prod {
		padding:12px 10px;
	}

	.pw.prod .info .images {
		width:100%;
		height:auto;
		float:none;
		display:inline-block;
	}

	.pw.prod .info .images .img1 {
		width:100%;
		height:auto;
		float:none;
	}

	.pw.prod .info .images .small {
		display:flex;
		margin:20px 0 0;
	}

	.pw.prod .info .images .small a {
		float:none;
		display:block;
		flex-grow:1;
		justify-content:space-around;
	}

	.pw.prod .info .images .small a:after {
		display:none;
	}

	.pw.prod .info .priceblock {
		display:flex;
		flex-wrap:wrap;
		float:none;
		margin:20px auto 0 auto;
		vertical-align:top;
	}

	.pw.prod .info .priceblock .price, .pw.prod .info .priceblock .stock {
		font-size:14px;
		line-height:19px;
		text-align: center;
		margin-bottom: 10px;
	}

	.pw.prod .info .priceblock .price {
		flex-grow:1;
		/*margin-bottom: 10px;*/
	}

	.pw.prod .info .priceblock .price>span {
		min-width:0;
		padding-right:5px;
	}

	.pw.prod .info .priceblock .price .val {
		font-size:14px;
		line-height:19px;
		text-align:left;
		min-width:0;
	}


	.swcontent .content {
		width:100%;
	}

	.swcontent .content iframe {
		width:320px;
		height:240px;
	}

	.pw.prod .info .priceblock .stock, .pw.prod .info .priceblock .tocart {
		margin: 0 auto 10px;
		padding:0 20px;
	}

	.pw.prod .info .priceblock .stock>span {
		min-width:0;
		padding-right:5px;
		float:none;
		display:inline-block;
	}

	.instock {
		float:none;
		display:inline-block;
	}


/* phone dropdown */
	.h2sub {
		padding:0px 5px 14px;
	}

	.phone1 {
		padding:0px 5px 14px;
	}

	.h2sub div.rphlist {
		display:none;
		width:auto;
		margin-bottom:32px;
		max-height: 284px;
		min-height: 126px;
	}

	.h2sub.phonelist a.showsub {
		display:none;
	}

	#phone1sub {
		/*margin:-20px 0 20px;*/
		margin:0;
	}


	.phonelist ul {
		width:auto;
		display:flex;
		flex-wrap:wrap;
	}

	.phonelist li {
		margin-right:0;
		justify-content: space-around;		
	}

	.phonelist li a {
		width:110px;
	}

	.phonelist li .img {
		margin:0 auto 10px;
	}

	.phone1 .list {
		width:160px;
		float:right;
		
	}

	.phone1 .list .right,
	.phone1 .list .left {
		width:auto;
		float:none;
	}

	.phone1 a.mimg {
		margin-right:0;
	}

	.phone1 img {
		max-width: 172px;
	}

	.phone1 .list a {
		padding-left:10px;
		width:auto;
		display:block;
	}

	.phone1 .list a:hover, .phone1 .list a.act {
		background:url(../images/11.png?241216) no-repeat scroll 0 center transparent;
		box-shadow:none;
	}

/* contact */ 
	.pw.contact .info {
		float:none;
		margin:0 10px 14px;
	}

	.pw.contact h2, .pw.contact h2.a {
		font-size: 20px;
		line-height: 20px;
		padding:0 10px 10px;
		margin:20px 0 0;
	}

	.pw.contact .cblock {
		width:auto;
		float:none;
		min-height:0;
	}

/* reg */

	.pw.reg {
		font-size: 15px;
		line-height: 20px;
	}

	.t0,
	.pw.reg #reg .t0,
	.pw.reg #usz .t0 {
 		padding:0 10px;
	}

	.pw.reg .submit {
		margin:14px auto;
		padding:5px 14px;
	}

	.pw.reg #reg h2 {
		margin:14px 0;
		font-size:15px;
	}

	.pw.reg .sp {
		width:auto;
		margin:0 10px;
	}

	.pw.reg table {
		width:100%;
	}

	.pw.reg table th {
		width:130px;
	}

	form input[type=text].login, form input[type=password].pass, form input[type=text].vatnum, form input[type=text].euvatnum, form input[type=text].compregnum {
		width:100%;
	}


/* beallitasok */

	.pw.settings h2 {
		margin-bottom:14px;
	}

	.pw.settings .block2,
	.pw.settings .block2.r,
	.pw.settings .block2.l {
		float:none;
		width:auto;
		box-shadow:none;
		-webkit-box-shadow:none;
		border:none;
		min-height:0;
		margin:0 0 20px;
	}

	.pw.settings .block2 {
		padding:14px 10px;
	}

	.pw.settings .block2 #frmEmn div {
		padding:14px 0 0;
	}

	.pw.settings .block2 #frmEmn div:after {
		content:' ';
		display:block;
		clear:both;
	}

	.pw.settings .block2 #frmEmn div label {
		float:right;
		width:92%;
	}

	.pw.settings .block2 #frmEmn div input {
		float:left;
	}

/* cart */

	.pw.cart .list td.r {
		padding-right:0px;
	}

	.pw.cart .list td.rowprice {
		padding-right:5px;
	}

	.pw.cart .list th.name {
		width:100px;
	}

	.pw.cart div.list {
		padding:0 10px;
	}

	.pw.cart table.list {
		border-right:none;
		border-left:none;
	}

	.pw.cart .list tr.d td {
		border-top:1px dotted #c0c0c0;
		border-bottom:none;
	}

	.pw.cart .list td .stockwarn {
		margin-top:0;
	}

	.pw.cart .list tr.s td {
		padding:10px 0;
	}

	.pw.cart .submit, .pw.submitorder .submit {
		margin:20px 10px 0 0;
	}


/* atveteli modok */
	.pw.submitorder div.glsboxdeliv,
	.pw.submitorder div.homedeliv,
	.pw.submitorder div.shipmode {
		width:auto;
		float:none;
		margin:0 10px 10px;
		padding:10px;
		min-height:0;
	}

	.pw.submitorder div.homedeliv {
		margin-bottom:0;
	}

/* orders */
	.pw.orders td.prices {
		white-space:pre;
	}

	.pw.orders .list td {
		font-size:12px;
		padding:10px 3px;
		word-wrap: break-word !important;
		overflow-wrap: break-word;
	}

	.pw.orders .list td.r, .pw.orders .details td.r {
		padding-right:5px;
	}

	.pw.orders table.details td {
		padding:5px 3px;
	}

	.pw.orders .list td.opener {
		padding-right:5px;
		font-size:12px;
	}

	.pw.orders .block1 h1 {
		font-size:18px;
	}

	.pw.orders .block1>.t1.submitted {
		padding:14px 10px;
		font-size: 15px;
		line-height: 19px;
		margin:0 10px;
	}

	.pw.orders h2 {
		margin: 14px 10px;
	}

	.pw.orders div.status {
		font-style:italic;
		background:#e0e0e0;
		padding:2px 4px;
	}

	.pw.warrantydemand div.print {
		float:none;
		margin:0 auto;
	}

	.pw.warrantydemand .warrantydemandprintpage .info {
		margin:20px 10px;
		font-size: 15px;
		line-height: 19px;
	}

	.pw.warrantydemand .warrantydemandprintpage .info:after {
		content:' ';
		display:block;
		clear:both;
	}


	.pw.warrantydemand .warrantydemandprintpage .submit {
		float:left;
		margin-right:0;
	}

	.pw.warrantydemand .warrantydemandprintpage .submit.print {
		float:right;
	}

	.pw.warrantydemand .warrantydemandprintpage a.mod {
		display:block;
		clear:both;
		margin-top:30px;
	}

	.pw.warrantydemand table.form {
		width:auto;
		margin:0 10px;
	}

	.pw.warrantydemand .form th {
		width:50%;
		font-size:15px;
		line-height:19px;
	}

	.prodlist .prodlist_ob {
		border-bottom:1px dotted #c0c0c0;
		padding:4px 0 0;
		margin:-14px 0 14px;
		flex: 0 0 100%;
	}

	.paging {
		font-size: 14px;
	}

	.prodlist .prodlist_ob a {
		margin:0 5px;
	}

	.prodlist .prodlist_ob a.act {
		padding:4px 5px;
		margin:0 5px;
	}

	.prodlist .prodlist_ob .block.instockfilter {
		padding-right:0;
		border-right:none;
		margin-bottom:5px;
	}

	.prodlist .prodlist_ob .block.ob {
		margin-left:0;
	}

/* brands */
	/*.block1.brands .tmp {
		display:flex;
		flex-wrap:wrap;
	}*/

	.block1.brands a.logo {
		height:32px;
		width:64px;
	}

	.block1.brands a.logo img {
		max-height:32px;
		max-width:64px;
		margin:5px;
	}


	.pw.warrantytypes .t1 {
		display:block;	
	}

	.pw.warrantytypes .t1 a {
		width:auto;
		margin:20px;
	}

}