html,body,div,span,img,applet,embed,canvas,object,iframe,h1,h2,h3,h4,h5,h6,p,
blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,ins,kbd,q,
samp,small,strike,strong,sub,sup,tt,var,b,u,i,s,center,dl,dt,dd,ol,ul,li,
fieldset,form,label,legend,button {
    margin:0; padding:0; border: 0; outline:0 none; font-size:100%; background:transparent;
}
table,caption,tbody,tfoot,thead,tr,th,td {
background:transparent;
    border-collapse: collapse;
    border-color: none;
    border-spacing: none;
    border-width: none;
    font-size: 100%;
    margin: 0;
    outline: 0;
    padding: 0;
}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
ins{text-decoration:none;}
del{text-decoration:line-through;}
html{height:100%}
body{word-wrap:break-word}
h1,h2,h3,h4,h5,h6,h7{font-weight: normal;}

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

@media screen and (-webkit-min-device-pixel-ratio:0) {
    button:focus, input:focus { background-color: #fff; }
}

body, input {
    font-size: 11pt;
    font-family: Tahoma, Arial, sans-serif;
    color: #202020;
}

body {
    background: #e2f4fc url('/images/bg.png') repeat-x left top;
    min-height: 100%;
}

a {
    text-decoration: none;
    color: #005aa8;
}

a:hover {
    text-decoration: underline;
}

a img, button img {
    border-width: 0;
    vertical-align: middle;
}

button {
    cursor: pointer;
}

.none {
    display: none !important;
}

.centertext {
    text-align: center;
}


ul {
    list-style: none;
}

td {
    vertical-align: top;
}

p {
    padding: 0;
    margin: 0 0 2px 0;
}

input:focus, textarea:focus {
  outline-width:0;
}

select {
    border: 1px solid #ccc;
    background: #fff;
}

a.spanhover:hover {
    text-decoration: none;
}

a.spanhover:hover span {
    text-decoration: underline;
}

textarea {
    resize: none;
}

.box .boxhead h3 img,
.box .boxhead h1 img {
    display: none;
}

tr.witherror_checkbox td {
    background: #ffe0e0;
}

.container {
    margin: 0 auto;
    box-shadow: 6px -2px 12px 1px #4aa5d4,
			   -6px -2px 12px 1px #4aa5d4;    
}

/* Header */

.header {
    clear: both;
    background-color: transparent;
    border-bottom: 1px solid #c0c0c0;
}

.header .innerheader {
    margin: 0 auto;
    height: 40px;
    overflow: hidden;
}

.header ul {
    background: transparent url('/images/headerline.png') no-repeat right 0;
}

.header li {
    float: left;
    line-height: 40px;
    background: transparent url('/images/headerline.png') no-repeat 0 0;
    padding: 0 15px;
}

.header li * {
    zoom: 1;
}

.header ul.links {
    text-align: right;
}

.header ul.basket {
    float: right;
}

.header .links .myaccount img,
.header .links .login img,
.header .links .logout img {
    width: 16px;
    height: 16px;
    margin: 0 3px 4px 0;
    background: transparent url('/images/login.png') 0 0 no-repeat;
}

.header .links .register img {
    width: 18px;
    height: 16px;
    margin: 0 3px 4px 0;
    background: transparent url('/images/register.png') 0 0 no-repeat;
}

.header .basket .count img {
    width: 16px;
    height: 16px;
    margin: 0 3px 4px 0;
    background: transparent url('/images/basket.png') 0 0 no-repeat;
    vertical-align: middle;
}

.header .basket .goto img {
    display: none;
}

.header .bottombar {
    display: none;
}


/* Header END */


/* Logo */

div.logo {
    clear: both;
    background: transparent;
}

.logo .innerlogo {
    background: url('/images/background-baner-top.png') no-repeat top left;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    padding: 0;
}

.logo a.logo {
    line-height: 80px;
}

.logo a.logo:hover {
    text-decoration: none;
}

.logo a.logo .logospacer {
    height: 110px;
    width: 1px;
    display: inline-block;
}

.logo form.search {
    }

.logo .basket {
	background: transparent url('/images/basket_box_bg.png') no-repeat top left;
	width: 274px;
	height: 191px;
	color: #fff;
	float: right;
	text-align:left;
}

.logo p {
	font-size: 16px;
	line-height: normal;
	padding: 0px;
	margin: 0;
}
.logo span {
	font-size: 12px;
}

*:first-child+html .logo form.search { /* IE7 */
    position: absolute;
    right: 0;
    top: 0;

}
* html .logo form.search { /* IE6 */
    position: absolute;
    right: 0;
    top: 0;
}

.logo form.search input.search {
    font-family: 'Open Sans', sans-serif;
    color:#a3a3a3;
    width: 459px;
    margin: 0;
    padding: 13px 0 13px 20px;
    border: 0;
    font-size:17px;
    font-weight: 300;
    float: left;
    color: #444;
    -webkit-border-radius:4px 0 0 4px;
    -moz-border-radius:4px 0 0 4px;
    border-radius:4px 0 0 4px;
}

.logo form.search input.search,  x:-moz-any-link  { /* Fx */
    height: auto;
}

*:first-child+html .logo form.search input.search  { /* IE7 */
    padding-top: 0;
    height: 33px;
    line-height: 33px;
}


.logo form.search button {
     font-family: 'Open Sans', sans-serif;
    width: 185px;
    cursor: pointer;
    color: #fff;
    font-weight: bold;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
    padding: 0;
    vertical-align: middle;
    height: 50px;
    background: url("/images/search-btn.png")repeat-x left top #0056a2;
    font-weight: bold;
    font-size:22px;
    float: left;
    white-space: nowrap;
    font-weight: 600;
}

.logo form.search button:hover {
    background: none #004b8c;
}

.logo form.search button img {
    display: none;
}

.logo form.search a {
    clear: both;
    font-size: 90%;
    float: left;
    display: block;
    margin: 3px 0;
    white-space: pre;
    width: 100%;
}

*:first-child+html .logo form.search a { /* IE7 */
    margin: -0.5em 0 3px;
}

.logo div.rightside
{
	color: #fff;
	text-align: right;
	float: right;
    margin: 0;
    padding: 10px 20px 0 0;
    z-index: 20;
    line-height: 20pt;
}

.logo ul {
	list-style: none outside none;
	clear:both;
}

.logo li {
	font-size: 15px;
	line-height: 15px;
    display: block;
    float: left;
    position: relative;
    margin: 0;
    padding: 0 3px 0 0;
}

.logo a {
	color: #fff;
	margin: 0;
    padding: 0;
    text-shadow: 0 -1px 0 #7d95aa;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
}

.logo a.register{
    padding-left: 18px;
    background: url("/images/user-icon.png") no-repeat left center;
}

.logo img
{
	padding-left: 20px;
}
.logo .form-login input{
    width: 121px;
    border:1px solid rgba(0,0,0, 0.3);
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;  
    padding:7px 0 7px 13px; 
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 0 0 rgba(0,0,0,0.3);
    box-shadow: 0 1px 0 0 rgba(0,0,0,0.2);
}
.logo .form-login button{
    width: 47px;
    height: 33px;
    display: block;
    float: right;
    border:1px solid #a0c106;
    text-indent: -666666px;
    background: url("/images/button-login.png") no-repeat left top;
    -webkit-box-shadow: 0 1px 0 0 rgba(0,0,0,0.3);
    box-shadow: 0 2px 0 0 rgba(0,0,0,0.2);
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin-left: 3px;
}
.logo .form-login button:hover{
    opacity: 0.8;
}
.logo .search-info{
    position: relative;
    clear: both;
    display: block;
    float: left;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 20px;
}
.logo .form-login{
    margin-top: 10px;
}
.logo .search-info .box-info{
    margin-left: 35px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;  
    display: inline-block;
    float: left;
    text-align: left;
    font-family: 'Open Sans', sans-serif;
}
.logo .search-info .box-info small{
    position: relative;
    top: 3px;
    font-size: 11px;
    color:#2d83cf;
}
.logo .search-info .box-info h2,
.logo .search-info .box-info h2>a{
    padding: 0;
    color: #0059a7;
    font-size: 24px;
    font-weight: 400;
    line-height: 24px;
    text-decoration: none;
}
.logo h1.logo{
    width: 270px;
    height: 143px;
    display: block;
    float: left;
    margin: 10px 0 0 0px;
}
.logo h1.logo a{
    display: block;
    float: left;
    width: 100%;
    height: 100%;
    background: url(/images/new-logo.png?2)no-repeat left top;
    background-size: 289px auto;
    background-position: -5px -22px;
}
.logo .basket-box,
.logo .search-box{
    background-color: rgba(0,0,0, 0.3);
    display: inline-block;
    float: left;
    -webkit-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
    width: 682px;
    margin: 20px 3px 25px 35px;
    padding: 9px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;  
}
.logo .basket-box{
    -webkit-border-radius:0 4px 4px 0;
    border-radius:0 4px 4px 0;
    width: 250px;
    margin: 20px 0 25px 0px;
    background: url("/images/icon-basket.png") no-repeat 15px center rgba(0,0,0, 0.3);
    padding-left:60px;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.3);

}
.logo .basket-box a, .logo .basket-box a:hover, .logo .basket-box a:focus, .logo .basket-box a:active{
    color: #fff;
    text-decoration:none;
}
.logo .basket-box span.head-text{
    color: #fff;
    margin-top: 5px;
    font-family: 'Open Sans', sans-serif;
    font-size:17px;
    font-weight: 600;
    padding: 0;
    line-height: 29px;
}
.logo .basket-box p{
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    margin-bottom: 4px;
}
/* Logo END */



/* Breadcrumbs */

.breadcrumbs {
    background-color: transparent;
    clear: both;
}

.breadcrumbs .innerbreadcrumbs {
    margin: 0 auto;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}

.breadcrumbs b.breadcrumb {
    margin-right: 8px;
}

.breadcrumbs b.breadcrumb *, .breadcrumbs ul.path li * {
    zoom: 1;
}

.breadcrumbs b.breadcrumb img {
    background: transparent url('/images/bread.png') 0 0 no-repeat;
    margin-right: 2px;
    width: 9px;
    height: 9px;
}

.breadcrumbs ul.path, .breadcrumbs ul.path li, .breadcrumbs b, .breadcrumbs ul.languages li {
    float: left;
    display: block;
}

.breadcrumbs ul.path li img {
    background: transparent url('/images/bread_arrow.png') 0 0 no-repeat;
    height: 5px;
    width: 4px;
    margin: 0 7px 2px;
}

.breadcrumbs ul.path li.last {
    font-weight: bold;
}

.breadcrumbs ul.path li.last img {
    display: none;
}


/* Breadcrumbs END */




/* Banners */

.banners .innerbanners {
    margin: 0 auto;
    text-align: center;
}

.main .innerbox .banners {
    margin-top: -10px;
}

.banners a, .banners object {
    display: block;
    border: 0;
    margin: 10px auto 0;
    padding: 0;
}

/* Banners END */




/* Footer */

.footer {
    background-color: #bbb;
    clear: both;
    padding: 10px 0;
}

.footer .innerfooter {
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
}

.footer .innerfooter ul.overall {
    border-left: 1px solid #ccc;
    width: 100%;
    float: left;
    margin: 0 auto;
}

.footer .innerfooter ul.singlecol {
    border-left: 0;
}

.footer .innerfooter li.overall {
    float: left;
    border-right: 1px solid #ccc;
    margin-bottom: -1000px;
    padding-bottom: 1000px;
}

.footer .innerfooter li.col2,
#box_mainproducts .innerbox table.products tr.fewperrow td.col2 {
    width: 49.8%;
}
.footer .innerfooter li.col3,
#box_mainproducts .innerbox table.products tr.fewperrow td.col3 {
    width: 33.2%;
}
.footer .innerfooter li.col4,
#box_mainproducts .innerbox table.products tr.fewperrow td.col4 {
    width: 24.8%;
}
.footer .innerfooter li.col5 { width: 19.8%; }
.footer .innerfooter li.col6 { width: 16.6%; }

.footer .innerfooter ul.singlecol li.overall {
    width: 100%;
    border-right: 0;
}

.footer .innerfooter li.overall ul {
    margin: 5px 0 5px 20px;
}

.footer .innerfooter li.overall li {
    padding: 2px 0;
}

.footer .innerfooter ul.singlecol li.overall li.head {
    display: none;
}

.footer .innerfooter ul.singlecol li.overall li {
    float: left;
    padding: 2px 10px;
}

.footer .innerfooter li.overall li.head {
    font-weight: bold;
}
#shoper-foot{
    display: block;
    margin: 5px;
    text-align: center;
}
#shoper-foot a {
    font-size: 0.8em;
}


/* Footer END */



/* UserFooter */

.userfooter {
    clear: both;
    padding: 10px 0;
}

.userfooter .inneruserfooter {
    margin: 0 auto;
    padding: 0;
}

/* UserFooter END */




/* Main */

.main {
    background-color: transparent;
    clear: both;
    padding: 0;
}

.main .innermain {
    margin: 0 auto;
    min-height: 400px;
    height: auto !important;
    height: 400px;
    background-color: #fff;
}




/* Leftcol */

.main .leftcol {
}


/* Leftcol END */





/* Rightcol */

.main .rightcol {
}


/* Rightcol END */





/* Centercol */

.main .centercol {
}


/* Centercol END */





/* Box */

.main .box {
    position: relative;
    margin: 5px 0;
}

.main .box .topbar {
    height: 3px;
    /*background: transparent url('/images/box_topbar.png') 0 0 repeat-x;*/
    position: relative;
}

.main .box .floatfix, .main .hbox .floatfix {
    clear: both;
}

* html .main .box .floatfix, * html .main .hbox .floatfix { /* IE6 */
    overflow: hidden;
    height: 1px;
}

*:first-child+html .main .box .floatfix, *:first-child+html .main .hbox .floatfix { /* IE7 */
    overflow: hidden;
    height: 1px;
}

.main .box .floatcenterwrap, .main .hbox .floatcenterwrap {
    float: left;
    position: relative;
    left: 50%;
}

* html .main .floatcenterwrap,
* html .main .floatcenterwrap .floatcenter { /* IE6 */
    width: 100%;
    padding: 0;
}

*:first-child+html .main .floatcenterwrap,
*:first-child+html .main .floatcenterwrap .floatcenter { /* IE7 */
    width: 100%;
    padding: 0;
}

.main .innerbox .floatcenterwrap .floatcenter {
    position: relative;
    left: -50%;
}

.main .box .topbar .leftcorner, .main .box .topbar .rightcorner {
    position: absolute;
    top: 0px;
    height: 3px;
    width: 6px;
}

.main .box .topbar .leftcorner {
    left: 0px;
    /*background: transparent url('/images/box_topleft.png') 0 0 no-repeat;*/
}

.main .box .topbar .rightcorner {
    right: 0px;
    /*background: transparent url('/images/box_topright.png') 0 0 no-repeat;*/
}

.main .box .bottombar {
    height: 8px;
    /*background: transparent url('/images/box_bottom.png') 0 0 repeat-x;*/
    position: relative;
}

.main .box .bottombar .leftcorner, .main .box .bottombar .rightcorner {
    position: absolute;
    top: 0px;
    height: 8px;
    width: 9px;
}

.main .box .bottombar .leftcorner {
    left: 0px;
    /*background: transparent url('/images/box_bottomleft.png') 0 0 no-repeat;
    */
}

.main .box .bottombar .rightcorner {
    right: 0px;
    /*
    background: transparent url('/images/box_bottomright.png') 0 0 no-repeat;
    */
}

.main .box .boxhead {
    /*
    background: #f5f5f5 url('/images/box_head.png') 0 0 repeat-x;
    */
    height: auto !important;
    position: relative;
    overflow: hidden;
    padding: 0px 20px 0px 20px;
}

.main .box .boxsecondhead {
    background: none;
    min-height: 39px;
    height: auto !important;
    height: 39px;
    line-height: 39px;
}
#box_basketstep2 .boxsecondhead p{
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    color:#585858;
}
#box_basketstep2 .boxsecondhead h3{
    margin-bottom: 10px;
    line-height: 19px;
}
#box_basketstep2 .blue{
    background-color:#02a2da;
    text-shadow: 0 -1px 0 #027da8;
}
.main .box .innerbox{
    font-family: 'Open Sans', sans-serif;
}
.main .box .boxhead .leftside, .main .box .boxhead .rightside,
.main .box .innerbox .leftside, .main .box .innerbox .rightside {
    position: absolute;
    top: 0px;
    bottom: 0px;
    height: 100%;
    width: 0px;
}

* html .main .box .boxhead .leftside, * html .main .box .boxhead .rightside,
* html .main .box .innerbox .leftside, * html .main .box .innerbox .rightside { /* IE6 */
    height: expression( this.parentNode.clientHeight + 'px' );
}

.main .box .boxhead .leftside, .main .box .innerbox .leftside {
    left: 0px;
    /*background: transparent url('/images/box_left.png') 0 0 repeat-y;
    */
}

.main .box .boxhead .rightside, .main .box .innerbox .rightside {
    right: 0px;
    /*background: transparent url('/images/box_right.png') right 0 repeat-y;
    */
}

.main .box .innerbox {
    /*background: #fff url('/images/box_inner.png') 0 -35px repeat-x;*/
    padding: 5px 20px 5px 20px;
    position: relative;
    height: 100%;
    min-height: 15px;
}

h1 {
    font-family: 'Open Sans', sans-serif;
	color: #0059a7;
    font-size: 19px;
    font-weight: 700;
    padding: 5px 0 5px 0;
}

h2 {
	color: #2E82AF;
    font-size: 130%;
    font-weight: bold;
    padding: 7px 0 5px 0;
}

h3 {
    font-family: 'Open Sans', sans-serif;
	color: #0059a7;
    font-size: 16px;
    font-weight: bold;
    padding: 7px 0 5px 0;
}

.main .box .innerbox em {
    font-weight: normal;
    font-style: normal;
}

.main .box .innerbox .price-p em.color {
    font-size: 28pt;
}
.main .box .innerbox .price-p del{
    position: absolute;
    font-size: 11px;
    top: 12px;
    left: 3px;
    color: #da0719;

}

    /*color: #2EeeC0;*/
}
.main .box .innerbox em.color


.main .unibox .innerbox {
    background-position: 0 0;
    min-height: 55px;
    padding-left: 5px;
    padding-right: 5px;
}

.main .unibox .boxhead {
    /* wtf?!?! display: none; */
}

/* Box END */





/* Importantbox */

.main .hbox {
    position: relative;
    margin: 5px 0;
}

.main .hbox .topbar {
    height: 8px;
    background: transparent url('/images/hbox_topbar.png') 0 0 repeat-x;
    position: relative;
}

.main .hbox .topbar .leftcorner, .main .hbox .topbar .rightcorner {
    position: absolute;
    top: 0px;
    height: 8px;
    width: 8px;
}

.main .hbox .topbar .leftcorner {
    left: 0px;
    background: transparent url('/images/hbox_topleft.png') 0 0 no-repeat;
}

.main .hbox .topbar .rightcorner {
    right: 0px;
    background: transparent url('/images/hbox_topright.png') 0 0 no-repeat;
}

.main .hbox .bottombar {
    height: 9px;
    background: transparent url('/images/hbox_bottom.png') 0 0 repeat-x;
    position: relative;
}

.main .hbox .bottombar .leftcorner, .main .hbox .bottombar .rightcorner {
    position: absolute;
    top: 0px;
    height: 9px;
    width: 9px;
}

.main .hbox .bottombar .leftcorner {
    left: 0px;
    background: transparent url('/images/hbox_bottomleft.png') 0 0 no-repeat;
}

.main .hbox .bottombar .rightcorner {
    right: 0px;
    background: transparent url('/images/hbox_bottomright.png') 0 0 no-repeat;
}

.main .hbox .boxhead {
    background: #2f71c0 url('/images/hbox_head.png') 0 -4px repeat-x;
    min-height: 32px;
    height: auto !important;
    height: 32px;
    line-height: 32px;
    padding: 0 20px;
    position: relative;
    overflow: hidden;
}

.main .hbox .boxhead .leftside {
    left: 0px;
    width: 5px;
    background: transparent url('/images/hbox_lefthead.png') 0 0 repeat-y;
}

.main .hbox .boxhead .rightside {
    right: 0px;
    width: 5px;
    background: transparent url('/images/hbox_righthead.png') 0 0 repeat-y;
}

.main .hbox .boxhead h3,
.main .hbox .boxhead h1 {
    font-size: 120%;
    font-weight: bold;
    color: #fff;
}

.main .hbox .boxhead .leftside, .main .hbox .boxhead .rightside,
.main .hbox .innerbox .leftside, .main .hbox .innerbox .rightside {
    position: absolute;
    top: 0px;
    bottom: 0px;
    height: 100%;
}

* html .main .hbox .boxhead .leftside, * html .main .hbox .boxhead .rightside,
* html .main .hbox .innerbox .leftside, * html .main .hbox .innerbox .rightside { /* IE6 */
    height: expression( this.parentNode.clientHeight + 'px' );
}

.main .hbox .innerbox .leftside {
    left: 0px;
    width: 9px;
    background: transparent url('/images/hbox_left.png') 0 0 repeat-y;
}

.main .hbox .innerbox .rightside {
    right: 0px;
    width: 9px;
    background: transparent url('/images/hbox_right.png') 0 0 repeat-y;
}

.main .hbox .innerbox {
    background: #fff;
    padding: 10px;
    position: relative;
    height: 100%;
}

.main .hbox .innerbox em {
    font-weight: bold;
    font-style: normal;
    color: #2e73c0;
}



/* Importantbox END */




/* Buttons */

a.button, button.button, input.button {
    display: block;
    margin: 40px auto 0;
    color: #fff;
    padding: 12px 30px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #8c3b87;
    overflow: visible;
    float: right;
    text-transform: lowercase;
    -webkit-box-shadow: 0 2px 0 0 #d4d4d4;
    box-shadow: 0 2px 0 0 #d4d4d4;
    text-shadow: 0 -1px 0 #6c2d68;
}

a.button:hover, button.button:hover, input.button:hover {
    opacity: 0.9;
}


a.button:hover span {
    text-decoration:none;
}


a.button img, button.button img, input.button img,
button.important img, input.important img {
    display: none;
}

a.clearbutton, button.clearbutton, input.clearbutton {
    background-color: #fff;
    border: 1px solid #c2c2c2;
    text-shadow:none;
    color:#585858;
    font-size: 14px;
}




/* Image based * /
.main .innerbox button.addtobasket,
.main .innerbox button.important {
    background: transparent url('/images/sprite.png') -525px -60px no-repeat;
    width: 116px;
    height: 29px;
    display: block;
    overflow: hidden;
    color: #fff;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    border: 0;
    font-size: 1.1em;
}

.main .innerbox button.addtobasket:hover,
.main .innerbox button.important:hover {
    background-position: -641px -60px;
}
/* */

#box_basketlist .productlist tfoot .buttons .addtobasket,
.main .innerbox button.addtobasket,
.main .innerbox button.important {
    border: none;
    color: #fff;
    font-weight: normal;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 10px;
    vertical-align: middle;
    background: none #a0c106;
    font-size:16px;
    white-space: nowrap;
    overflow: visible;
    text-transform: lowercase;
    text-shadow: 0 -1px 0px #7b9505;
    -webkit-box-shadow: 0 2px 0 0 #d4d4d4;
    box-shadow: 0 2px 0 0 #d4d4d4;
}

.main .innerbox button.addtobasket:hover,
.main .innerbox button.important:hover {
    opacity: 0.9;
}
#box_basketlist .productlist tfoot .buttons .addtobasket{
    width: 160px;
    background-position: 20px center;
    margin-top: 102px !important;
}
#box_basketlist .productlist tfoot .buttons .addtobasket>span{
    margin-right:15px;
}

.main .innerbox button.addtobasket img {
    width: 15px;
    height: 20px;
    background: url('/images/basket.png') no-repeat 0 0;
    margin: 0 5px 3px 0;
    vertical-align: middle;
}

#box_basketlist .productlist tfoot .buttons .back-to-shop{
    background-color: #fff;
    border: 1px solid #c2c2c2;
    font-size: 13px;
    color: #585858;
    -webkit-box-shadow: 0 2px 0 0 #d4d4d4;
    box-shadow: 0 2px 0 0 #d4d4d4;
    text-shadow:none;
}
#box_basketlist .productlist tfoot .buttons .back-to-shop:hover{
    background-color:#f0f0f0;
}


/* Buttons END */






.main .innerbox span.productname {
    display: block;
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    min-height: 50px;
    color: #0059a7;
    font-weight:400;
}

.main .innerbox ol.productlist {
    margin: 0 5px;
    padding: 0 0 0 15px;
    list-style-position: outside;
}

.main .innerbox ol.productlist li {
    padding: 2px 0;
    color: #aaa;
}

.main .innerbox ol.productlist li em {
    float: right;
    font-weight: normal;
    color: #aaa;
}

.main .innerbox ol.producticons {
    margin: 0 15px;
    padding: 0;
    color: #aaa;
    list-style: none;
    text-align: center;
}

.main .innerbox ol.producticons .boximgsize {
    padding: 10px 0;
}

.main .innerbox ol.producticons .boximgsize a {
    display: block;
    margin: 0px auto;
}

.main .innerbox ol.producticons li img {
    border: 1px solid #e1e1e1;
}

.main .innerbox label.singleselect {
    display: block;
    margin: 0;
    font-weight: bold;
    width: 100%;
    text-align: center;
}

.main .innerbox select.singleselect {
    display: block;
    margin: 10px auto 0;
    min-width: 150px;
    width: 95%;
}

.main .innerbox ul.listwithicons li {
    margin: 4px 0;
}

.main .innerbox ul.listwithicons li.selected {
    font-weight: bold;
}

.main .innerbox ul.listwithicons img {
    vertical-align: middle;
    margin-right: 5px;
}

.main .innerbox ul.icons li {
    float: left;
    margin: 3px 10px;
    text-align: center;
    position: relative;
}

.main .innerbox ul.icons img {
    display: block;
}

.main .innerbox hr.productseparator {
    width: 80%;
    height: 1px;
    border-width: 0;
    color: #dbdbdb;
    background-color: #dbdbdb;
    margin: 10px auto;
    clear: both;
}

.main .innerbox hr.separator {
    height: 1px;
    border-width: 0;
    color: #b1b1b1;
    background-color: #b1b1b1;
    margin: 10px auto;
    clear: both;
}

.main .innerbox h5.boxintro {
    font-weight: normal;
    font-size: 90%;
    text-align: justify;
    margin-bottom: 10px;
}








.main .innerbox .shaded_inputwrap {
}

.main .innerbox .shaded_error {
    background: transparent url('/images/shaded_input_error.png') 0 0 no-repeat;
}

* html .main .innerbox .shaded_inputwrap { /* IE6 */
    display: inline;
    background-position-y: 1px;
    height: 29px;
}

*:first-child+html .main .innerbox .shaded_inputwrap { /* IE7 */
    display: inline;
    background-position-y: 1px;
    height: 29px;
}

.main .innerbox  select,
.main .innerbox .shaded_textareawrap textarea,
.main .innerbox .shaded_inputwrap input {
    padding: 0 5px 0 0;
    border-width: 0px;
    color: #444;
    margin: 0 0 7px 0;
    width: 100%;
    border:1px solid #c4c4c4;
    font-size: 13px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 2px 0 0 #e5e5e5;
    box-shadow: 0 2px 0 0 #e5e5e5;
    height: 43px;
}
.main .innerbox  select{
    padding: 10px 0 10px 20px;
    line-height: 40px;
}

.main .innerbox .shaded_error input {
    border: 1px solid #dc150e;
    background-color:#fee0e0;
    color: #000;
}

.main .innerbox .shaded_inputwrap input,  x:-moz-any-link  { /* Fx */
    padding: 13px 0 13px 20px;
   /* height: auto;*/
}

*:first-child+html .main .innerbox .shaded_inputwrap input  { /* IE7 */
    padding-top: 0;
    height: 28px;
    line-height: 28px;
}

.main .innerbox .shaded_inputwrap input.short {
    width: 44px;
    min-width: 44px;
    text-align:center;
    padding: 11px 0;
    position: relative;
    top:2px;
    -webkit-box-shadow: none;
    box-shadow:none;
}

.main #box_basketlist .shaded_inputwrap input.short {
    width: 40px;
    -webkit-box-shadow: 0 2px 0 0 #e5e5e5;
    box-shadow: 0 2px 0 0 #e5e5e5;
}

.main .innerbox .shaded_inputwrap input.center {
    text-align: center;
}



.main .innerbox ul.input_error {
    list-style-type: square;
    list-style-position: inside;
    padding: 3px 0 10px;
}

.main .innerbox ul.input_error li {
    color: #d00;
    font-size: 0.9em;
    line-height: 1em;
}


.main .innerbox form.multirow label {
    display: block;
    margin: 3px 0;
}




.main .innerbox .shaded_textareawrap {
    display: inline-block;
    width: 100%;
    margin-bottom: 5px;
}

* html .main .innerbox .shaded_textareawrap { /* IE6 */
    background-position-y: 1px;
    display: inline;
}

*:first-child+html .main .innerbox .shaded_textareawrap { /* IE7 */
    background-position-y: 1px;
    display: inline;
}

.main .innerbox .shaded_textareawrap textarea {
    color: #444;
    width: 100%;
    padding: 13px 0 13px 20px;
    height: 160px;
    margin-bottom:3px;
}

.main .box .innerbox h4.separator {
    border-top: 1px solid #eee;
    padding: 10px 5px 10px 0;
    font-size: 1.1em;
    font-weight: bold;
    margin: 10px 0 5px 0;
    clear: both;
}

.main .centercol .categorydesc {
    padding: 5px;
    position: relative;
}
.promotion-box{
    display: block;
    float: left;
    width: 220px;
    border: 1px solid #adcae3;
    position: relative;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
    padding: 10px 0 10px 15px;
    margin:30px 0 40px 0;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.promotion-box a{
    font-size: 15px; 
    color:#0059a7;
    font-weight: 600;
}
.promotion-box a:hover, .promotion-box a:active{
    text-decoration: none;
}
.promotion-box img{
    position: absolute;
    right: 20px;
    top: -11px;
}










#box_basket .boxhead h3 img {
    background: url("/images/basket.png") no-repeat scroll 0 0 transparent;
    height: 16px;
    width: 16px;
    margin: 0 6px 7px 0;
    vertical-align: middle;
    display: inline;
}

* html #box_basket .boxhead h3 img { /* IE6 */
    margin: 5px 6px 10px 0;
}

#box_basket .innerbox {
    padding-left: 50px;
    position: relative;
}

#box_basket .innerbox .arrow {
    background: url('/images/basket_arrow.png') 0 0 no-repeat;
    width: 19px;
    height: 33px;
    position: absolute;
    left: 20px;
    top: 1.5em;
    margin-top: 2px;
}

#box_mainproducts .boxhead h1 {
    display: none;
}

#box_mainproducts .innerbox {
    padding: 0 4px;
}

#box_mainproducts .innerbox table.products {
    width: 100%;
    border-collapse: separate;
    border-spacing:6px 6px;
}

#box_mainproducts .innerbox table.products td {
    border-right: 1px solid #bebebe;
    border-bottom: 1px solid #bebebe;
    vertical-align: top;
}
#box_mainproducts .innerbox table.products tr td:last-of-type{
    border-right: none;
}

#box_mainproducts .innerbox table.products tr.fewperrow td {
    height: 140px;
}

#box_mainproducts .innerbox table.products tr .product .price em {
    color: #0059a7;
    font-size:18px;
    font-weight: 600;
}

#box_mainproducts .innerbox table.products tr .product .price del {
    font-size: 1em;
    clear: both;
    float: left;
    padding-left: 50px;
    display: block;
    color: #da0719;
    position: absolute;
    right: 0;
    top: 8px;
}

* html #box_mainproducts .innerbox table.products tr .product .price del { /* IE6 */
    width: 100%;
}

*:first-child+html #box_mainproducts .innerbox table.products tr .product .price del { /* IE7 */
    width: 100%;
}

* html #box_mainproducts .innerbox table.products tr .product .price em { /* IE6 */
    white-space: nowrap;
}

*:first-child+html #box_mainproducts .innerbox table.products tr .product .price em { /* IE7 */
    white-space: nowrap;
}

#box_mainproducts .innerbox table.products tr.fewperrow .product {
    padding: 10px;
    position: relative;
}

#box_mainproducts .innerbox table.products tr.fewperrow .product a.details {
    display: block;
    width: 100%;
    text-align: center;
    padding: 0;
}

#box_mainproducts .innerbox table.products tr.fewperrow .product a.details img {
    margin: 0px auto;
    border: none;
    vertical-align: middle;
}

#box_mainproducts .innerbox table.products tr.fewperrow .product .description {
    padding: 10px;
    font-size: 0.9em;
    text-align: justify;
    min-height: 5em;
    height: auto !important;
    height: 5em;
    overflow: hidden;
    margin: 0;
    clear: both;
}


#box_mainproducts .innerbox table.products tr.fewperrow .product .price {
    float: left;
    padding: 25px 0 0 0px;
    clear: both;
    position: relative;
}

#box_mainproducts .innerbox table.products tr.fewperrow .product .price span {
    clear: both;
    color: #c2c2c2;
    font-size: 11px;
    text-transform: lowercase;
}

#box_mainproducts .innerbox table.products tr.fewperrow .product .basket {
    float: left;
    margin: 5px 0 0 0;
    height: 65px;
    width: auto;
}

#box_mainproducts .innerbox table.products tr.fewperrow .product .basket .viewall{
    float: right;
    margin: 8px 0 0 0;
    width: auto;
}

* html #box_mainproducts .innerbox table.products tr.fewperrow .product .basket { /* IE6 */
    width: 1px;
    overflow: visible;
}

#box_mainproducts .innerbox table.products tr.fewperrow .product .basket fieldset span.unit,
#box_mainproducts .innerbox table.products tr.fewperrow .product .basket fieldset div.shaded_inputwrap {
    display: none;
}

#box_mainproducts .innerbox table.products tr.fewperrow .product .availanddeliv {
    font-size: 0.9em;
    margin: 0 10px;
    clear: both;
}

#box_mainproducts .innerbox table.products tr .product .availanddeliv {
    display: block;
    margin-top: 3em;
}

#box_mainproducts .innerbox table.products tr .product .description .availanddeliv {
    margin-top: 10px;
}

#box_mainproducts .innerbox table.products tr .product .availanddeliv dt {
    font-weight: bold;
    float: left;
    padding: 2px 5px 2px 0;
}

#box_mainproducts .innerbox table.products tr .product .availanddeliv dd {
    padding: 2px 0;
}

#box_mainproducts .innerbox table.products tr.oneperrow .product {
    padding: 10px;
    position: relative;
}

#box_mainproducts .innerbox table.products tr.oneperrow .product a.prodname {
    display: block;
    float: left;
}

#box_mainproducts .innerbox table.products tr.oneperrow .product a.prodimage {
    margin: 10px 10px 10px 0;
    float: left;
    display: block;
    clear: left;
}

#box_mainproducts .innerbox table.products tr.oneperrow .product a.prodimage span.productlistimgsize {
    display: block;
}

* html #box_mainproducts .innerbox table.products tr.oneperrow .product a.prodimage div { /* IE6 */
    display: inline;
}

*:first-child+html #box_mainproducts .innerbox table.products tr.oneperrow .product a.prodimage div { /* IE7 */
    display: inline;
}

#box_mainproducts .innerbox table.products tr.oneperrow .product .description {
    padding: 0 10px 0 0;
    font-size: 0.9em;
    text-align: justify;
    min-height: 5em;
    height: auto !important;
    height: 5em;
    overflow: hidden;
    margin: 3em 10px 0 0;
}

* html #box_mainproducts .innerbox table.products tr.oneperrow .product .description { /* IE6 */
    overflow: visible;
}

#box_mainproducts .innerbox table.products tr.oneperrow .product form.basket,
#box_mainproducts .innerbox table.products tr.oneperrow .product div.noform {
    float: right;
    margin-top: 30px;
}

#box_mainproducts .innerbox table.products tr.oneperrow .product form.basket fieldset {
    clear: both;
}

* html #box_mainproducts .innerbox table.products tr.oneperrow .product form.basket fieldset { /* IE6 */
    display: inline;
}

#box_mainproducts .innerbox table.viewname tr.oneperrow .product form.basket {
    margin-top: 0;
}

#box_mainproducts .innerbox table.products tr.oneperrow .product form.basket .price {
    margin: 2px;
    clear: both;
    float: left;
}

#box_mainproducts .innerbox table.products tr.oneperrow .product form.basket filedset {
    float: left;
    clear: both;
}

#box_mainproducts .innerbox table.products tr.oneperrow .product .price span.price {
    display: none;
}

#box_mainproducts .innerbox table.products tr.oneperrow .product form.basket .price del {
    margin-top: -0.5em;
    padding-left: 0;
}

* html #box_mainproducts .innerbox table.products tr.oneperrow .product form.basket .price del { /* IE6 */
    margin-top: 0;
    width: auto;
}

#box_mainproducts .innerbox table.products tr.oneperrow .product form.basket .price em {
    clear: both;
}

#box_mainproducts .innerbox table.products tr .product .tags {
    position: absolute;
    right: 0px;
    top: 60px;
}

#box_mainproducts .innerbox table.products tr .product .tags li {
    color: #fff;
    width: 58px;
    height: 17px;
    line-height: 15px;
    font-size: 11px;
    font-weight: bold;
    text-align: left;
    padding-left: 23px;
    margin-bottom: 3px;
}

#box_mainproducts .innerbox table.products tr .product .tags li.promo {
    background: transparent url('/images/promo.png') 0 0 no-repeat;
}

#box_mainproducts .innerbox table.products tr .product .tags li.new {
    background: transparent url('/images/new.png') 0 0 no-repeat;
}

#box_categories .innerbox h2 {
    line-height: 2em;
}

#box_categories .innerbox h2 a img {
    display: none;
}


#box_menu .innerbox ul.standard, #box_menu .innerbox ul.folded {
    margin: 0;
}

#box_menu .innerbox ul.standard li, #box_menu .innerbox ul.folded li {
    line-height: 1.2em;
    padding: 5px 0;
    clear: both;
    border-bottom: 1px dotted #a3b8d6;
}
#box_menu .innerbox ul.standard li:last-of-type, #box_menu .innerbox ul.folded li:last-of-type {
    border-bottom: 0;
}

#box_menu .innerbox ul.standard li ul, #box_menu .innerbox ul.folded li ul {
    border: 0;
    margin: 0;
}

#box_menu .innerbox ul.standard li li, #box_menu .innerbox ul.folded li li {
    font-size: small;
    border: 0;
    padding: 2px 0 2px 10px;
}

#box_menu .innerbox ul.standard em, #box_menu .innerbox ul.folded em {
    font-weight: normal;
    font-size: 12px;
    color: #0059a7;
    padding: 0 5px;
    font-style: italic;
}

#box_menu .innerbox ul.standard a.novelties, #box_menu .innerbox ul.folded a.novelties,
#box_menu .innerbox ul.standard a.promo, #box_menu .innerbox ul.folded a.promo,
#box_menu .innerbox ul.standard a.allcategories, #box_menu .innerbox ul.folded a.allcategories {
    font-weight: bold;
    color: #2E82AF;
}

* html #box_menu .innerbox ul.standard a, * html #box_menu .innerbox ul.folded a { /* IE6 */
    float: left;
    clear: none;
}

*:first-child+html #box_menu .innerbox ul.standard a, *:first-child+html #box_menu .innerbox ul.folded a { /* IE7 */
    float: left;
    clear: none;
}

#box_menu .innerbox ul.folded li ul {
    display: none;
    z-index: 201;
    background: #fff;
    min-width: 150px;
    width: auto !important;
    width: 150px;
    border: 1px solid #b1b1b1;
    position: absolute;
}

* html #box_menu .innerbox ul.folded li ul { /* IE6 */
    clear: both;
}

*:first-child+html #box_menu .innerbox ul.folded li ul { /* IE7 */
    clear: both;
}

#box_menu .innerbox div {
    z-index: 99;
}

#box_menu .innerbox li.current a {
    font-weight: bold;
}

#box_menu .innerbox li.current li a {
    font-weight: normal;
}





#box_productoftheday .innerbox,
#box_specialoffer .innerbox,
#box_recent .innerbox,
#box_bestsellers .innerbox,
#box_lastadded .innerbox {
    text-align: center;
}

#box_productoftheday .innerbox ol,
#box_specialoffer .innerbox ol,
#box_recent .innerbox ol,
#box_bestsellers .innerbox ol,
#box_lastadded .innerbox ol {
    text-align: left;
}

#box_productoftheday .innerbox .arrow_left,
#box_recent .innerbox .arrow_left,
#box_specialoffer .innerbox .arrow_left,
#box_bestsellers .innerbox .arrow_left,
#box_lastadded .innerbox .arrow_left {
    position : absolute;
    left : 0;
    cursor : pointer;
    width: 21px;
    height: 40px;
    background: url('/images/so_left.png') no-repeat 0 0;
}

#box_productoftheday .innerbox .arrow_right,
#box_recent .innerbox .arrow_right,
#box_specialoffer .innerbox .arrow_right,
#box_bestsellers .innerbox .arrow_right,
#box_lastadded .innerbox .arrow_right {
    position : absolute;
    right : 0;
    cursor : pointer;
    width: 21px;
    height: 40px;
    background: url('/images/so_right.png') no-repeat 0 0;
}





#box_bestsellers .boxhead h3 img {
    background: url("/images/flame.png") no-repeat 0 0 transparent;
    height: 16px;
    width: 16px;
    margin: 0 4px 4px 0;
    vertical-align: middle;
    display: inline;
}

#box_lastadded .boxhead h3 img {
    background: url("/images/leaf.png") no-repeat 0 0 transparent;
    height: 16px;
    width: 16px;
    margin: 0 4px 4px 0;
    vertical-align: middle;
    display: inline;
}

* html #box_bestsellers .boxhead h3 img, * html #box_lastadded .boxhead h3 img { /* IE6 */
    margin: 10px 4px 10px 0;
}












#box_statistics .innerbox dl {

}

#box_statistics .innerbox dt {
    font-weight: bold;
    display: block;
    float: left;
    width: 50%;
    margin-right: 10px;
    white-space: pre;
}

#box_statistics .innerbox dd {
    text-align: right;
    height: 1.5em;
    white-space: pre;
}

* html #box_statistics .innerbox dd { /* IE6 */
    white-space: normal;
}

*:first-child+html #box_statistics .innerbox dd { /* IE7 */
    white-space: normal;
}





.box_banner {
    text-align: center;
    padding: 5px;
}




html>/**/body #box_search .innerbox a { /* ~IE6-7 */
    white-space: nowrap;
}

html>/**/body #box_newsletter .innerbox a { /* ~IE6-7 */
    white-space: nowrap;
}

#box_search .innerbox fieldset, #box_newsletter .innerbox fieldset {
    text-align: center;
}

#box_search .innerbox button, #box_newsletter .innerbox button {
    margin: 5px auto 0px;
}

#box_search .innerbox div.inputwrap {
    background: url('/images/input_search.png') 0 0 no-repeat;
    padding-left: 40px;
}

#box_404 .innerbox form {
    clear: both;
    margin: 10px 0;
}

#box_404 .innerbox form button {
    float: left;
    margin: 2px 10px;
}

#box_404 .innerbox div.inputwrap {
    background: url('/images/input_search.png') 0 0 no-repeat;
    padding-left: 40px;
    width: 200px;
    float: left;
}

* html #box_search .innerbox div.inputwrap,
* html #box_404 .innerbox div.inputwrap,
* html #box_newsletter .innerbox div.inputwrap { /* IE6 */
    background-position-y: 1px;
}

*:first-child+html #box_search .innerbox div.inputwrap,
*:first-child+html #box_404
*:first-child+html #box_newsletter .innerbox div.inputwrap { /* IE7 */
    background-position-y: 1px;
}

#box_search .innerbox div.inputwrap input,
#box_404 .innerbox div.inputwrap input,
#box_newsletter .innerbox div.inputwrap input {
    height: 33px;
    padding: 0;
    border-width: 0px;
    line-height: 33px;
    color: #444;
    display: block;
    width: 100%;
    z-index: 1;
}

#box_search .innerbox div.inputwrap input, #box_404 .innerbox div.inputwrap input {
    background: url('/images/input_search.png') no-repeat right 0;
}

#box_search .innerbox div.inputwrap input, x:-moz-any-link  { /* Fx */
    padding: 10px 0 10px 0;
    line-height: 28px;
    height: auto;
}

#box_404 .innerbox div.inputwrap input, x:-moz-any-link  { /* Fx */
    padding: 10px 0 10px 0;
    line-height: 28px;
    height: auto;
}

#box_newsletter .innerbox div.inputwrap input,  x:-moz-any-link  { /* Fx */
    padding: 10px 0 10px 0;
    line-height: 28px;
    height: auto;
}

*:first-child+html #box_search .innerbox div.inputwrap input,
*:first-child+html #box_newsletter .innerbox div.inputwrap input { /* IE7 */
    padding-top: 0;
    height: 33px;
    line-height: 33px;
}

#box_newsletter .innerbox div.inputwrap {
    background: url('/images/input_mail.png') no-repeat 0 0;
    padding-left: 40px;
}

#box_newsletter .innerbox div.inputwrap input {
    background: url('/images/input_search.png') no-repeat right 0;
}






#box_polls .boxhead h3 img {
    background: url("/images/help.png") no-repeat 0 0 transparent;
    height: 16px;
    width: 16px;
    margin: 0 6px 2px 0;
    vertical-align: middle;
    display: inline;
}

* html #box_polls .boxhead h3 img { /* IE6 */
    margin: 10px 4px 10px 0;
}

#box_polls .innerbox .question {
    font-weight: bold;
    margin-bottom: 10px;
    text-align: justify;
}

#box_polls .innerbox li {
    text-align: justify;
    margin-bottom: 5px;
}

#box_polls .innerbox li input {
    margin: 0 3px 0 0;
}

#box_polls .innerbox dt.voted {
    font-weight: bold;
}

#box_polls .innerbox dd {
    margin: 2px 0 7px 0;
    font-style: italic;
}

#box_polls .innerbox dd .bar {
    width: 66%;
    border: 1px solid #aaa;
    height: 0.8em;
    float: left;
    margin: 0.1em 5px 0 5px;
    overflow: hidden;
}

#box_polls .innerbox dd .bar .filling {
    background-color: #df1212;
    height: 100%;
    width: 0%;
}

#box_polls .innerbox .votecount {
    margin-top: 10px;
    text-align: center;
    font-weight: bold;
}

#box_polls .innerbox button {
    margin: 20px auto 0;
}



/* Contact */

#box_contact .innerbox .shaded_inputwrap {
    overflow: hidden;
    vertical-align: middle;
}

#box_contact .innerbox table {
    width: 100%;
}

#box_contact .innerbox td.label {
    width: 100px;
    padding-right: 10px;
}

#box_contact .innerbox td {
    vertical-align: middle;
    min-height: 30px;
    height: auto !important;
    height: 30px;
}


/* Contact END */



/* LoginSmall */

#box_loginsmall .innerbox label {
    display: block;
    margin: 3px;
}

#box_loginsmall .innerbox a {
    display: block;
    margin: 3px 0 0 5px;
}

#box_loginsmall .innerbox a img {
    display: none;
}

/* LoginSmall END */



#box_productfilter .innerbox button, #box_productsearch .innerbox button {
    display: inline;
    margin: 0 5px 5px 0;
}

#box_productfilter .innerbox button, #box_productsearch .price-box .shaded_inputwrap{
    width: 40%;
    display: inline-block;
    float: left;
    text-align: center;
}
#box_productfilter .innerbox button, #box_productsearch .price-box .shaded_inputwrap.center{
    width: 20%;
    padding-top: 12px;
}
#box_productfilter .innerbox button, #box_productsearch .price-box .shaded_inputwrap .short{
    width: 100%;
}


#box_productfilter .innerbox .priceto,
#box_productfilter .innerbox .pricefrom {
    margin-left: 5px;
}

.leftcol  #box_productfilter .innerbox .buttons,
.rightcol  #box_productfilter .innerbox .buttons {
    text-align: center;
    margin-top: 10px;
}

.leftcol #box_productfilter .innerbox .pricegroup,
.rightcol #box_productfilter .innerbox .pricegroup,
.leftcol #box_productfilter .innerbox .producergroup,
.rightcol #box_productfilter .innerbox .producergroup {
    text-align: center;
}

.leftcol #box_productfilter .innerbox .pricegroup .pricelabel,
.rightcol #box_productfilter .innerbox .pricegroup .pricelabel,
.leftcol #box_productfilter .innerbox .producergroup .producer,
.rightcol #box_productfilter .innerbox .producergroup .producer {
    display: block;
    text-align: left;
}

.leftcol #box_productfilter .innerbox .pricegroup,
.rightcol #box_productfilter .innerbox .pricegroup,
.leftcol #box_productfilter .innerbox .producergroup,
.rightcol #box_productfilter .innerbox .producergroup,
.leftcol #box_productfilter .innerbox .promogroup,
.rightcol #box_productfilter .innerbox .promogroup {
    margin-top: 10px;
}

.leftcol #box_productfilter .innerbox .producergroup select,
.rightcol #box_productfilter .innerbox .producergroup select {
    margin-top: 5px;
}

.centercol #box_productfilter .innerbox .pricegroup,
.centercol #box_productfilter .innerbox .producergroup,
.centercol #box_productfilter .innerbox .promogroup,
.leftcol #box_productfilter .innerbox .pricegroup .divide,
.rightcol #box_productfilter .innerbox .pricegroup .divide {
    line-height: 28px;
}

.centercol #box_productfilter .innerbox .pricegroup,
.centercol #box_productfilter .innerbox .producergroup,
.centercol #box_productfilter .innerbox .promogroup {
    float: left;
    margin-right: 10px;
}

* html .centercol #box_productfilter .innerbox .pricegroup *,
* html .centercol #box_productfilter .innerbox .producergroup *,
* html .centercol #box_productfilter .innerbox .promogroup * { /* IE6 */
    zoom: 1;
}

*:first-child+html .centercol #box_productfilter .innerbox .pricegroup span { /* IE7 */
    display: inline-block;
}

.centercol #box_productfilter .innerbox .producergroup select {
    max-width: 120px;
    min-width: 80px;
}

* html .centercol #box_productfilter .innerbox .producergroup select  { /* IE6 */
    width: 120px;
}

*:first-child+html .centercol #box_productfilter .innerbox .producergroup select  { /* IE7 */
    width: 120px;
}

.centercol #box_productfilter .innerbox .pricelabel,
.centercol #box_productfilter .innerbox label.producer {
    font-weight: bold;
}

.centercol  #box_productfilter .innerbox .buttons {
    text-align: right;
    margin-top: 10px;
}

#box_productsearch .innerbox {
    padding: 0 20px;
}

#box_productsearch .innerbox fieldset {
    padding: 10px 0 0;
}

#box_productsearch .innerbox .shaded_inputwrap {
    height: 30px;
    overflow: hidden;
    vertical-align: middle;
}

#box_productsearch .innerbox td {
    vertical-align: middle;
    height: 30px;
}

#box_productsearch .innerbox br {
    height: 1px;
    clear: both;
}

#box_productsearch .innerbox label {
    margin-right: 10px;
}

#box_productsearch .boxhead .foldenbox_arrow {
    display: block;
    position: absolute;
    right: 10px;
    top: 0px;
    cursor: pointer;
}
#box_productsearch .formprotect .shaded_inputwrap{
    height: auto;
}


/* Box per ID END */



/* Main END */





/* Product Page */



#box_productfull .innerbox {
    padding: 0 5px;
}

#box_productfull table.maininfo {
    width: 100%;
}

* html #box_productfull table tr.bottomborder { /* IE6 */
    border-bottom: 0;
}

#box_productfull table.maininfo td.productimg {
    width: 50%;
}

#box_productfull table.maininfo td.productimg div.smallgallery,
#box_productfull table.maininfo td.productimg div.mainimg {
    position: relative;
    margin: 10px 0;
    border:1px solid #d9d9d9;
    padding: 10px;
    width: auto;
    height:auto;
    max-width: 350px;
    max-height: 350px;
}

#box_productfull table.maininfo td.productimg div img {
    border: none;
    display: block;
    margin: 0px auto;
}

#box_productfull table.maininfo td.productimg div.smallgallery {
    overflow: hidden;
}

#box_productfull table.maininfo td.productimg div.smallgallery .innersmallgallery {
    height: 48px;
    overflow: hidden;
}

#box_productfull table.maininfo td.productimg div.smallgallery ul li {
    float: left;
    padding: 1px 5px 1px 1px;
    text-align: center;
}

#box_productfull table.maininfo td.productimg div.smallgallery li a.current img {
    border-color: #2e73c0;
}

#box_productfull table.maininfo td.productimg .tags {
    position: absolute;
    right: 1px;
    top: 1px;
}

#box_productfull table.maininfo td.productimg .tags li {
    color: #fff;
    width: 58px;
    height: 17px;
    line-height: 15px;
    font-size: 11px;
    font-weight: bold;
    text-align: left;
    padding-left: 23px;
    margin-bottom: 3px;
}
#box_productfull table.maininfo td.productimg span{
    color:#0059a7;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
}
#box_productfull table.maininfo td.productimg h1{
    padding-bottom: 0;
}
#box_productfull table.maininfo .basket-box-product{
    display: block;
}

#box_productfull table.maininfo td.productimg .tags li.promo {
    background: transparent url('/images/promo.png') 0 0 no-repeat;
}

#box_productfull table.maininfo td.productimg .tags li.new {
    background: transparent url('/images/new.png') 0 0 no-repeat;
}

#box_productfull table.maininfo td.availability {
    height: 1px;
    padding:80px 10px 10px 30px;
}

#box_productfull table.maininfo td.availability dt {
    font-weight: bold;
}

#box_productfull table.maininfo td.availability span, #box_productfull table.maininfo td.availability span {
    font-size: 12px;
    color: #0059a7;
}

#box_productfull table.maininfo td.availability div {
	text-align: left;
	padding: 0 0 10px 10px;
    margin-bottom: 5px;
}

#box_productfull table.maininfo td.availability span.value {
    font-size: 14px;
}
#box_productfull table.maininfo td.availability span.value.shipping{
    color: #fff;
    background-color: #ea8b0a;
    padding:5px;
}
#box_productfull table.maininfo td.availability span.name {
	font-style: italic;
}
#box_productfull table.maininfo td.availability div.price-p span.name {
    font-style: normal;
    color: #ddd;
}

#box_productfull table.maininfo td.availability div.price-p{
    margin-top: 20px;
    width: 227px;
    border: 1px solid #0059a7;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
    padding-bottom: 5px;
    position: relative;
}


#box_productfull table.maininfo td.availability .hr{
    width:217px;
    display: block;

    border-bottom: 1px dotted #a3b8d6;
}

#box_productfull .price {
    font-size: 28pt !important;
    padding: 0;
    font-weight: normal;
}

* html #box_productfull .price span.label, * html #box_productfull .nettoprice span.label { /* IE6 */
    float: left;
}

*:first-child+html #box_productfull .price span.label, *:first-child+html #box_productfull .nettoprice span.label { /* IE7 */
    float: left;
}

#box_productfull .nettoprice, #box_productfull .otherprice {
    padding: 10px;
}

* html #box_productfull .price, * html #box_productfull .nettoprice { /* IE6 */
    clear: both;
    display: block;
}

*:first-child+html #box_productfull .price, *:first-child+html #box_productfull .nettoprice { /* IE7 */
    clear: both;
    display: block;
}

#box_productfull .price em, #box_productfull .price del {
    float: right;
}

#box_productfull .nettoprice em, #box_productfull .otherprice em {
    float: right;
    font-weight: normal;
}

#box_productfull .price del {
    font-size: 66%;
    clear: both;
    color: #888;
}

#box_productfull .innerbox{
    padding-bottom: 20px;
}

#box_productfull .basket fieldset {
    padding: 10px 10px 20px 30px;
    text-align: left;
}

#box_productfull .basket button.addtobasket {
    display: inline;
}
#box_productfull .basket .unit{
    display: block;
    font-size: 11px;
    color:#c6c6c6;
}

#box_productfull .basket .stocks {
    background: #f1f1f1;
    padding: 3px 10px 3px 20px;
}

#box_productfull .basket .stocks table {
    width: 100%;
}

#box_productfull .basket .stocks td {
    width: 50%;
    line-height: 1;
}

#box_productfull .basket .stocks label {
    font-weight: bold;
    margin-right: 10px;
}

#box_productfull .basket .stocks select {
    max-width: 120px;
}

#box_productfull .basket .stocks td.select {
    padding-top: 5px;
}

* html #box_productfull .basket .stocks select { /* IE6 */
    width: 120px;
}

*:first-child+html #box_productfull .basket .stocks select { /* IE7 */
    width: 120px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) { /* Chrome */
    #box_productfull .basket .stocks dl dd {
        float: left;
        width: 50%;
        display: inline-block;
    }

    #box_productfull .basket .stocks dl dt .label {
        line-height: 2em;
    }
}

#box_productfull .description {
    padding: 0px;
    padding-right: 26px;
    padding-top: 10px;
	color: #2E82AF;
}

#box_productfull .description h5.productfiles {
    font-weight: bold;
    font-size: 1em;
    margin: 20px 0 0 10px;
}

#box_productfull .description ul.productfiles li {
    margin: 10px 0 10px 20px;
}

#box_productfull .description ul.productfiles li img {
    background: url('/images/productfile.png') no-repeat 0 0;
    width: 16px;
    height: 16px;
    margin: 0 0 3px 0;
}

#box_productfull .additionalinfo dl {
    width: 66%;
    float: left;
    margin-right: 20px;
}

#box_productfull .additionalinfo dd, #box_productfull .additionalinfo dt {
    padding: 8px 0;
    float: left;
    line-height: 21px;
}

#box_productfull .additionalinfo dt {
    width: 45%;
}

#box_productfull .additionalinfo dd {
    width: 55%;
}

* html #box_productfull .additionalinfo dt { /* IE6 */
    width: 45%;
    height: 21px;
    display: block;
    float: left;
    zoom: 1;
}

*:first-child+html #box_productfull .additionalinfo dt { /* IE7 */
    width: 45%;
    height: 21px;
    display: block;
    float: left;
}

* html #box_productfull .additionalinfo dd { /* IE6 */
    width: 54%;
    height: 21px;
    display: block;
    float: left;
    zoom: 1;
}

*:first-child+html #box_productfull .additionalinfo dd { /* IE7 */
    width: 54%;
    height: 21px;
    display: block;
    float: left;
}

* html #box_productfull .additionalinfo dd img {
    display: block;
    float: left;
    padding-right: 3px;
}

#box_productfull .additionalinfo dt em {
    margin: 0 10px;
}

#box_productfull .additionalinfo dt.evaluation, #box_productfull .additionalinfo dt.code,
#box_productfull .additionalinfo dd.evaluation, #box_productfull .additionalinfo dd.code {
    border-bottom: 1px solid #e1e1e1;
}

#box_productfull .additionalinfo li {
    margin: 10px 0;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px
}

#box_productfull .additionalinfo li:last-of-type {
    margin-right: 0;
}

#box_productfull .additionalinfo li a img {
    width: 16px;
    height: 16px;
}

#box_productfull .additionalinfo li a.addtofav img {
    background: url('/images/add2fav.png') no-repeat 0 0;
}

#box_productfull .additionalinfo li a.mailfriend img {
    background: url('/images/mailfriend.png') no-repeat 0 0;
}

#box_productfull .additionalinfo li a.comment img {
    background: url('/images/comment.png') no-repeat 0 0;
}

#box_productfull .additionalinfo li a.zagiel img {
    background: url('/images/percent.png') no-repeat 0 0;
}

#box_productfull .additionalinfo li a.lukas img {
    background: url('../../../../../public/images/lukas.png') no-repeat 0 0;
}

#box_productfull .additionalinfo .votestars img {
    margin: 0 0 1px 0;
    height: 22px;
    width: 22px;
    vertical-align: middle;
}

#box_productfull .additionalinfo .votestars img.star0 {
    background: url('/images/smile1.png') no-repeat 0 0;
}

#box_productfull .additionalinfo .votestars img.star0-5 {
    background: url('/images/smile3.png') no-repeat 0 0;
}

#box_productfull .additionalinfo .votestars img.star1 {
    background: url('/images/smile2.png') no-repeat 0 0;
}

#box_productfull .additionalinfo ul {
    float: right;
    margin-right: 26px;
    margin-bottom: 10px;
}


#box_productdata .innerbox {
    padding: 0 5px 10px;
}

#box_productdata table {
    width: 100%;
}

#box_productdata td {
    padding: 3px 0 3px 24px;
    border-bottom: 1px solid #e1e1e1;
}

#box_productdata td.name {
    font-weight: bold;
    border-right: 1px solid #e1e1e1;
    width: 33%;
}

#box_productdata td.value input {
    margin: 0;
    vertical-align: middle;
}

#box_productrelated{
    border-top: 1px solid #bfbfbf;
}
#box_productrelated .productrow a img {
    float: left;
    margin-right: 20px;
    border: none;
}
.mb30{
    margin-bottom: 30px!important;
} 
.mt20{
    margin-top: 20px!important;
}
#box_productrelated .productrow a .productname, #box_productrelated .productrow .description {
    margin-bottom: 0.5em;
    min-height: 1em;
    text-align: left;
}

#box_productrelated .productrow .price {
    font-weight: bold;
    float: left;
}

#box_productrelated .productrow .price .label {
    display: block;
}

#box_productrelated .productrow .price em {
    color: #2E73C0;
    font-size: 1.3em;
}

#box_productrelated .productrow .price del {
    font-size: 1em;
    color: #da0719;
    display: block;
    clear: both;
    position:absolute;
    top: -15px;
    right: 0;
}

#box_productrelated .productrow .basket {
    float: right;
    margin: 5px 0 0 0;
    height: 45px;
}

* html #box_productrelated .productrow .basket { /* IE6 */
    width: 1px;
    overflow: visible;
}

#box_productgallery .innerbox ul.gallery li {
    display: inline;
    vertical-align: top;
    padding: 5px;
    float: left;
    display: block;
    text-align: center;
}

#box_productgallery .innerbox ul.gallery li a img {
    border: none;
}

#box_productcomments .productcomment h5 {
    font-size: 1em;
    font-weight: bold;
    float: left;
}

#box_productcomments .productcomment div.date {
    float: right;
    font-size: 0.9em;
}

#box_productcomments .productcomment div.date {
    float: right;
}

#box_productcomments .productcomment p {
    text-align: justify;
    margin: 5px 0 15px;
}

/* Product Page END */



/* Login Page */

#box_login .boxhead {
    padding: 0;
}

#box_login .boxhead h3 {
    width: 50%;
    float: left;
}

#box_login .boxhead h3 span {
    margin-left: 20px;
}

#box_login .innerbox {
    padding: 0 5px;
    overflow: hidden;
}

#box_login .innerbox h3 {
    font-size: 120%;
    font-weight: bold;
    margin: 0 0 15px 0;
}

#box_login fieldset {
    padding: 8px 15px;
}

#box_login label {
    display: block;
    margin: 5px 0 2px 0;
}

#box_login .checkbox {
    margin: 5px 3px;
}

#box_login .left50 {
    width: 50%;
}

#box_login .shaded_text {
    width: 200px;
}

#box_login .right50 {
    float: right;
    width: 49%;
}

#box_login .left50 p {
    text-align: left;
    padding: 10px 15px;
}

#box_login .left50 ul {
    list-style-type: disc;
    list-style-position: inside;
    padding-left: 20px;
}

#box_login .formwrapper1 {
    position: relative;
    left: -50%;
    border-right: 1px solid #ddd;
}

#box_login .formwrapper2 {
    position: relative;
    left: 50%;
}
/* Login Page END */



/* Register Page */

#box_register .innerbox table {
    width: 100%;
    margin: 10px 0;
    table-layout: fixed;
}
#box_register .innerbox{
    margin-top: 15px;
}
#box_register .innerbox .box-law table{
    margin-top: 0;
}
.info-content{
    margin: 31px 0 80px 0;
    display: block;
    width: 100%;
    font-size: 13px;
    color: #585858;
    line-height: 22px;
    padding: 0 20px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}
.box-content{
    display: inline-block;
    float: left;
    width: 385px;
}
#box_register .innerbox tbody td.label {
    font-family: 'Open Sans', sans-serif;
    width: 270px;
    text-align: left;
    padding-left: 10px;
    vertical-align: middle;
    font-size: 12px;
    color: #787878;
}
.box-content button.button{
    margin: 0 0 110px 0;
}
.contact-information{
    display: inline-block;
    float: left;
    width: 275px;
    padding-left: 20px;
}
.text-box .boxhead h3{
    margin-bottom: 30px;
}
.text-box .resetcss > p{
    color:#585858;
    font-size: 13px;
    line-height: 22px;
    margin-bottom: 20px
}
.text-box ul>li,
.contact-information ul>li{
    color:#585858;
    font-size: 13px;
    line-height: 22px;
}
.contact-information ul>li>small{
    font-size: 11px;
}
.contact-information ul>li>a{
    text-decoration: underline;
}
.text-box ul,
.contact-information ul{
    margin-bottom: 25px;
}
#box_register .innerbox tbody td.input {
    padding: 0;
    vertical-align: middle;
    width: 385px;
    display: block;
}
#box_register .innerbox tbody td.input.width100p{
    width: 100%;
    color: #585858;
    font-size: 12px;
}
* html #box_register .innerbox tbody td.input { /* IE6 */
    border-color: #fff;
}
#box_register .innerbox tbody .input_additional_1{
    width: 88%;
    position: relative;
    top: 19px;
    display: inline-block;
    line-height: 20px;
}
.box-law{
    margin-top: 30px;
    display:block;
    float: left;
    width: 100%;
    border-top:1px solid #dbdbdb;
}
* html #box_register fieldset { /* IE6 */
    position: relative;
}

#box_register .innerbox tbody td.error {
    padding: 0 10px;
    vertical-align: middle;
}

#box_register .innerbox tbody td.hint {
    background-color: #ececec;
    font-size: 9px;
    padding: 0 8px;
    color: #555;
    vertical-align: middle;
    border-bottom: 4px solid #fff;
}

#box_register .innerbox tbody #address_type2 {
    margin-left: 20px;
}

#box_register .singlebutton {
    background-image: none;
    padding-top: 0;
    padding-bottom: 10px;
}

/* Register Page END */




/* Password Change Page */

#box_passchange .innerbox {
    padding-top: 8px;
}

#box_passchange label {
    display: block;
    margin: 5px 0 2px;
}


#box_passchange .shaded_text {
    width: 200px;
}

/* Password Change Page END */



/* Newsletter Page */

#box_newsletterunsign fieldset {
    padding: 8px;
}

#box_newsletterunsign label {
    display: block;
    margin-bottom: 10px;
}

/* Newsletter Page END */




/* Product List */
#box_mainproducts{
    font-family: 'Open Sans', sans-serif;
}
#box_mainproducts .boxhead span.sortlinks {
    font-size: 13px;
    float: left;
    margin:10px 0 20px 0;
}

#box_mainproducts .boxhead ul.prodview {
    float: right;
    margin-left: 20px;
}

* html #box_mainproducts .boxhead ul.prodview { /* IE6 */
    margin-right: -7px;
}

#box_mainproducts .boxhead ul.prodview li {
    float: left;
    line-height: 37px;
    margin-right: 4px;
}

#box_mainproducts .boxhead ul.prodview li img {
    border: 2px solid transparent;
    width: 16px;
    height: 15px;
}

#box_mainproducts .boxhead ul.prodview li.name img {
    background: url('/images/view_name.png') 0 0 no-repeat;
}

#box_mainproducts .boxhead ul.prodview li.desc img {
    background: url('/images/view_desc.png') 0 0 no-repeat;
}

#box_mainproducts .boxhead ul.prodview li.photo img {
    background: url('/images/view_photo.png') 0 0 no-repeat;
}

#box_mainproducts .boxhead ul.prodview li.full img {
    background: url('/images/view_full.png') 0 0 no-repeat;
}

* html #box_mainproducts .boxhead ul.prodview li img { /* IE6 */
    border-color: #ccc;
    margin: 8px -4px 10px 0px;
    background-position: 2px 2px;
    filter: progid:DXImageTransform.Microsoft.Chroma(color='#CCCCCC');
}

#box_mainproducts .boxhead ul.prodview li.selected img {
    border-color: #fff;
}

#box_mainproducts .boxhead ul.prodview li span {
    display: none;
}

#box_mainproducts ul.paginator {
    left: -50%;
    position: relative;
}

#box_mainproducts .innerbox ul.paginator {
    margin-top: 20px;
}

#box_mainproducts ul.paginator li {
    float: left;
    margin: 0 4px;
}

#box_mainproducts ul.paginator li.selected {
    font-weight: bold;
    color: #2E73C0;
    cursor: default;
}

#box_mainproducts ul.paginator li.stick {
    color: #aaa;
}

/* Product List END */



/* Price List HTML */

#box_htmlpricelist .innerbox {
    padding: 4px;
}

#box_htmlpricelist table.pricelist {
    width: 100%
}

#box_htmlpricelist table.pricelist thead tr th {
    text-align: right;
    font-weight: normal;
    color: #444;
    padding-bottom: 5px;
    padding-right: 20px;
    width: 20%;
}

#box_htmlpricelist table.pricelist .first {
    text-align: left;
    padding-left: 20px;
    width: 60%;
}

#box_htmlpricelist table.pricelist tbody tr td {
    text-align: right;
    color: #444;
    padding: 5px 20px 5px 20px;
}

#box_htmlpricelist table.pricelist tbody tr.product {
    border-bottom: #eee 1px solid;
}

#box_htmlpricelist table.pricelist tbody tr.product td a {
    font-weight: bold;
    color: #000000;
}

#box_htmlpricelist table.pricelist tbody tr.category td {
    text-align: left;
    text-transform: uppercase;
}

/* Price List HTML END */




/* Basket Page */
#box_basketlist h3{
    font-size: 19px;
}
#box_basketlist .innerbox form{
    margin-right: 15px;
}
#box_basketlist .innerbox table.productlist h3{
    font-size: 16px;
}
#box_basketlist .innerbox table.productlist .product-in-basket{
    border-bottom: 1px solid #dbdbdb;
}
#box_basketlist .innerbox table.productlist .product-in-basket .time{
    color:#dc091a;
    font-size: 14px;
}
#box_basketlist .innerbox table.productlist .product-in-basket .price{
    font-size: 15px;
    color:#0059a7;
}
#box_basketlist .innerbox table.productlist .product-in-basket .sum{
    font-size: 18px;
    color:#0059a7;
    font-weight: 700;
}
#box_basketlist .innerbox table.productlist tfoot  tr.deliveryhead em.fold a {
    display: none; /* change to "inline" to enable folden delivery and payment */
}

#box_basketlist .innerbox table.productlist {
    width: 100%;
}

#box_basketlist .innerbox table.productlist td.actions {
    border-right: 0;
    text-align: center;
}
#box_basketlist .innerbox table.productlist thead td.actions{
    display: none;
}
#box_basketlist .innerbox table.productlist thead td.name{
    text-align: left;
}

#box_basketlist .innerbox table.productlist thead td {
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    font-size: 12px;
    padding: 5px 0;
    color: #585858;
    text-align: center;
}

#box_basketlist .innerbox table.productlist tbody td {
    color: #555;
    min-height: 40px;
    height: auto !important;
    height: 40px;
    padding: 5px;
    vertical-align: middle;
    border-top: 1px solid #dbdbdb;
    border-right: none;
}
#box_basketlist .innerbox table.productlist tbody td.actions{
    padding-right: 0;
}
#box_basketlist .innerbox table.productlist tbody td.actions>a{
    margin-left: 28px;
    float: right;
}

#box_basketlist .innerbox table.productlist tbody td.img {
    border-right: 0;
}

#box_basketlist .innerbox table.productlist tbody td.name a {
    font-weight: 400;
    font-size: 14px;
    color: #0059a7;
}

#box_basketlist .innerbox table.productlist tbody td.name span.variant {
    font-weight: normal;
    font-size: 0.9em;
    margin-left: 5px;
}

#box_basketlist .innerbox table.productlist tbody td.quantity {
    white-space: nowrap;
}

#box_basketlist .innerbox table.productlist tbody td.sum {
    text-align: right;
}

#box_basketlist .innerbox table.productlist tbody td.actions a.prodremove span {
    display: none;
}

#box_basketlist .innerbox table.productlist tbody td.actions a.prodremove img {
    width: 15px;
    height: 15px;
    background: url('/images/remove.png') no-repeat 0 0;
}

#box_basketlist .innerbox table.productlist tbody td .shaded_inputwrap {
    vertical-align: middle;
}


#box_basketlist .innerbox table.productlist tfoot tr.recount td {
    border-top: none;
}

#box_basketlist .innerbox table.productlist tfoot tr.recount td.button button{
    margin-top: 20px;
    padding:12px 16px;
}
#box_basketlist .innerbox table.productlist tfoot tr.recount td.button>div>span{
    display: block;
    float: left;
    margin-top: 21px;
    position: relative;
}
#box_basketlist .innerbox table.productlist tfoot tr.recount td.button span>em{
    color: #c2c2c2;
    font-size: 11px;
    margin: 0 5px 0 20px;
}
#box_basketlist .innerbox table.productlist tfoot tr.recount td.button span>em.color{
    font-size: 22px;
    color: #0059a7;
    position: relative;
    top: 4px;
    margin: 0;
    text-align: right;
}
#box_basketlist .innerbox table.productlist tfoot tr.recount td.button div{
    width: 320px;
    float: right;
}
#box_basketlist .innerbox table.productlist tfoot tr.recount td.sum {
    padding: 5px;
    font-size: 1.2em;
    text-align: right;
}

#box_basketlist .innerbox table.productlist tfoot tr.recount td.desc {
    text-align: right;
    padding: 5px 10px 5px 5px;
    font-size: 11px;
    color: #cacaca;
}
#box_basketlist .innerbox table.productlist tfoot tr.recount td.sum{
    color:#0059a7;
    font-size: 22px;
}


#box_basketlist .innerbox table.productlist tfoot td {
    vertical-align: middle;
}

#box_basketlist .innerbox table.productlist tfoot tr.recount td button {
    float: left;
}
#box_basketlist .innerbox table.productlist tfoot tr.recount td button.button.refresh>span{
    padding-left: 28px;
    background: url("/images/refresh.png") no-repeat left center;
}


#box_basketlist .innerbox table.productlist tfoot tr.deliveryspacer td {
    height: 30px;
    /*border-bottom: 1px solid #ececec;*/
}

#box_basketlist .innerbox table.productlist tfoot tr.paymentspacer {
    display: none;
}

#box_basketlist .innerbox table.productlist tfoot tr.deliveryhead td,
#box_basketlist .innerbox table.productlist tfoot tr.deliverycountry td,
#box_basketlist .innerbox table.productlist tfoot tr.paymenthead td {
    background: #d2f4fc;
    height: 43px;
    overflow-y: hidden;
    padding: 0;
}

#box_basketlist .innerbox table.productlist tfoot tr.deliveryhead td.desc,
#box_basketlist .innerbox table.productlist tfoot tr.deliverycountry td.desc,
#box_basketlist .innerbox table.productlist tfoot tr.paymenthead td.desc {
    padding: 0px 5px;
}

#box_basketlist .innerbox table.productlist tfoot tr.deliveryhead td.desc em.color,
#box_basketlist .innerbox table.productlist tfoot tr.paymenthead td.desc em.color {
    margin: 0 10px;
}

#box_basketlist .innerbox table.productlist tfoot tr.deliveryhead td.actions img,
#box_basketlist .innerbox table.productlist tfoot tr.paymenthead td.actions img {
    cursor: pointer;
}


#box_basketlist .innerbox table.productlist tfoot tr.deliveryhead td.cost,
#box_basketlist .innerbox table.productlist tfoot tr.deliverycountry td.select,
#box_basketlist .innerbox table.productlist tfoot tr.delivery td.value,
#box_basketlist .innerbox table.productlist tfoot tr.deliveryhead td.value {
    padding: 0px 5px;
    text-align: right;
}
#box_basketlist .innerbox table.productlist tfoot tr.delivery td.value{
    font-weight: bold;
}
#box_basketlist .innerbox table.productlist tfoot tr.delivery td {
    height: 29px;
    border-bottom: 1px solid #ececec;
}

#box_basketlist .innerbox table.productlist tfoot tr.delivery td,
#box_basketlist .innerbox table.productlist tfoot tr.payment td {
    height: 29px;
    /*background: #d2f4fc;*/
    border-bottom: 1px solid #dbdbdb;
}

#box_basketlist .innerbox table.productlist tfoot tr.delivery td.name input,
#box_basketlist .innerbox table.productlist tfoot tr.payment td.name input {
    margin-left: 10px;
}

#box_basketlist .innerbox table.productlist tfoot tr.delivery.first td,
#box_basketlist .innerbox table.productlist tfoot tr.payment.first td {
    /*background: #d2f4fc;*/
}

#box_basketlist .innerbox table.productlist tfoot tr.delivery td.name input,
#box_basketlist .innerbox table.productlist tfoot tr.delivery td.name label,
#box_basketlist .innerbox table.productlist tfoot tr.payment td.name input,
#box_basketlist .innerbox table.productlist tfoot tr.payment td.name label {
    cursor: pointer;
}

#box_basketlist .innerbox table.productlist tfoot tr.delivery.selected td.name label,
#box_basketlist .innerbox table.productlist tfoot tr.delivery.selected td.value label,
#box_basketlist .innerbox table.productlist tfoot tr.payment.selected td.name label {
    /*font-weight: bold;*/
}

#box_basketlist .innerbox table.productlist tfoot tr.delivery td.name span.description,
#box_basketlist .innerbox table.productlist tfoot tr.payment td.name span.description {
    margin-left: 20px;
    font-size: 0.9em;
}

#box_basketlist .innerbox table.productlist tfoot tr.payment .name .popupsmall,
#box_basketlist .innerbox table.productlist tfoot tr.paymenthead .desc .popupsmall {
    font-weight: normal;
    font-size: 0.9em;
}

#box_basketlist .innerbox table.productlist tfoot tr.promospacer td {
    height: 20px;
}

#box_basketlist .innerbox table.productlist tfoot tr.sum,
#box_basketlist .innerbox table.productlist tfoot tr.promocode,
#box_basketlist .innerbox table.productlist tfoot tr.promo {
    height: 30px;
}

#box_basketlist .innerbox table.productlist tfoot tr.promocode td.desc,
#box_basketlist .innerbox table.productlist tfoot tr.promo td.desc,
#box_basketlist .innerbox table.productlist tfoot tr.sum td.desc {
    text-align: right;
    padding-right: 10px;
    font-weight: normal;
    font-size: 14px;
    color:#c2c2c2;
}

#box_basketlist .innerbox table.productlist tfoot tr.promocode td.action .button {
    padding: 0 0.2em;
    height: 43px;
    margin-top: -7px;
    width: 47px;
}

#box_basketlist .innerbox table.productlist tfoot tr.sum td.desc,
#box_basketlist .innerbox table.productlist tfoot tr.sum td.value {
    font-size: 1.3em;
}
#box_basketlist .innerbox table.productlist tfoot tr.sum td.value{
    font-size: 29px;
    color: #0059a7;
    font-weight: 600;
}
#box_basketlist .innerbox table.productlist tfoot tr.sum td.desc{
    font-size: 14px;
}

#box_basketlist .innerbox table.productlist tfoot tr.promocode td.action {
    font-size: 1.2em;
    font-weight: bold;
}

#box_basketlist .innerbox table.productlist tfoot tr.promocode td.action img.tick {
    width: 16px;
    height: 16px;
    background: url('/images/tick.png') no-repeat 0 0;
}

#box_basketlist .innerbox table.productlist tfoot tr.promocode .shaded_inputwrap {
    vertical-align: middle;
}

#box_basketlist .innerbox table.productlist tfoot tr.promocode td.input,
#box_basketlist .innerbox table.productlist tfoot tr.promo td.value,
#box_basketlist .innerbox table.productlist tfoot tr.sum td.value {
    font-weight: bold;
    padding-right: 5px;
    text-align: right;
}


#box_basketlist .innerbox table.productlist tfoot tr.promocode td.input .shaded_inputwrap {
    margin-right: 0;
}

#box_basketlist .innerbox table.productlist tfoot tr.promo td.value {
    color: #808080;
}

#box_basketlist .innerbox table.productlist tfoot tr.sum {
    color: #2E73C0;
}

#box_basketlist .innerbox table.productlist tfoot tr.buttons td {
    padding-top: 20px;
}

#box_basketlist .innerbox table.productlist tfoot tr.buttons td.back input {
    margin-left: 10px;
}

#box_basketlist .innerbox table.productlist tfoot tr.buttons td.back .back {
    float: left;
    margin-left: 10px;
}

#box_basketlist .innerbox table.productlist tfoot tr.buttons td.forward .order {
    float: right;
    margin-right: 10px;
}

#box_basketstep2 .boxhead h3{
    font-size: 19px;
    font-weight: bold;
}
#box_basketstep2 .boxhead.boxsecondhead h3{
    font-size: 16px;
}
#box_basketstep2 .innerbox {
    font-family: 'Open Sans', sans-serif;
    padding: 20px;
    color:#585858;
}

#box_basketstep2 .innerbox p{
    font-size: 13px;
    line-height: 22px;
}

#box_basketstep2 .innerbox .important {
    float: right;
    margin-top: 20px;
}

#box_basketstep2 .innerbox ul {
    list-style-type: disc;
    list-style-position: inside;
    margin: 30px 5px ;
}

#box_basketstep2 .innerbox ul>li{
    list-style: none;
    padding-left: 24px;
    background: url("/images/tick-blue.png")no-repeat left center;
    font-size: 13px;
    margin-bottom: 5px;
}

#box_basketstep2 .innerbox form.register .button{
    margin-top: 0;

}
#box_basketstep2 .innerbox .button{
    width: 160px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box; 
    padding: 12px 0;
    text-align: center;
}


#box_basketstep2 .innerbox hr.separator {
    margin: 20px auto;
}

#box_basketstep2 .innerbox form.register,
#box_basketstep2 .innerbox form.order {
    float: right;
}

* html #box_basketstep2 .innerbox form.register,
* html #box_basketstep2 .innerbox form.order { /* IE6 */
    width: 1px;
    overflow: visible;
}

#box_basketstep2 .innerbox fieldset .important {
    margin: 0 0 0 10px;
}

#box_basketstep2 .innerbox fieldset label {
    line-height: 29px;
}


#box_basketaddress .innerbox table .button {
    padding: 0 0.2em;
}

#box_basketaddress .innerbox table {
    width: 100%;
    margin: 10px 0;
    table-layout: fixed;
}

#box_basketaddress .innerbox tbody td.label {
    width: 100px;
    text-align: right;
    padding-right: 10px;
    vertical-align: middle;
}

#box_basketaddress .innerbox tbody td.input {
    padding: 0 10px;
    border-bottom: 4px solid transparent;
    vertical-align: middle;
}

* html #box_basketaddress .innerbox tbody td.input { /* IE6 */
    border-color: #fff;
}

* html #box_basketaddress fieldset { /* IE6 */
    position: relative;
}


#box_basketaddress .innerbox tbody td.error {
    padding: 0 10px;
    vertical-align: middle;
}

#box_basketaddress .innerbox tbody td.hint {
    background-color: #ececec;
    font-size: 9px;
    padding: 0 8px;
    color: #555;
    vertical-align: middle;
    border-bottom: 4px solid #fff;
}

#box_basketaddress .innerbox tbody tr.nip2 {
    display: none;
}

#box_basketaddress .innerbox tbody #address_type2 {
    margin-left: 20px;
}

#box_basketaddress .innerbox hr {
    width: 90%;
}

#box_basketaddress button.summary {
    float: right;
    margin: 10px;
}

#box_basketaddress button.back {
    float: left;
    margin:0 10px 10px 10px;
}

#box_basketaddress .innerbox select, #box_address .innerbox select {
    width: 100%;
}



#box_basketsummary .innerbox table.productlist {
    width: 100%;
    border-bottom: 6px solid #6c94d9;
}

#box_basketsummary .innerbox table.productlist td.sum {
    border-right: 0;
}

#box_basketsummary .innerbox table.productlist thead td {
    font-weight: bold;
    font-size: 1em;
    padding: 5px 0;
}

#box_basketsummary .innerbox table.productlist tbody td {
    min-height: 40px;
    height: auto !important;
    height: 40px;
    padding: 5px;
    vertical-align: middle;
    border-top: 1px solid #ededed;
    border-right: 1px solid #ededed;
}

#box_basketsummary .innerbox table.productlist tbody td.img {
    border-right: 0;
}

#box_basketsummary .innerbox table.productlist tbody td.name a {
    font-weight: bold;
    display: block;
}

#box_basketsummary .innerbox table.productlist tbody td.name span.variant {
    font-weight: normal;
    font-size: 0.9em;
}

#box_basketsummary .innerbox table.productlist tbody td.quantity {
    white-space: nowrap;
}

#box_basketsummary .innerbox table.productlist tbody td.sum {
    text-align: right;
}

#box_basketsummary .innerbox h4.delivery,
#box_basketsummary .innerbox h4.invoice,
#box_basketsummary .innerbox h4.invoice2 {
    display: none;
}

#box_basketsummary .innerbox h4.both span.delivery {
    float: left;
    display: block;
    width: 50%;
}

#box_basketsummary .innerbox div.delivery {
    float: left;
    display: block;
    width: 50%;
}

#box_basketsummary .innerbox div.delivery p,
#box_basketsummary .innerbox div.invoice p,
#box_basketsummary .innerbox dl {
    margin: 0 5px;
}

#box_basketsummary .innerbox dl dt {
    float: left;
    line-height: 1.3em;
    margin-right: 10px;
}

#box_basketsummary .innerbox dl dd {
    line-height: 1.3em;
}

#box_basketsummary .innerbox p.sum {
    padding: 20px 5px 10px;
    color: #299a26;
    font-size: 1.3em;
    font-weight: bold;
    text-align: right;
}

#box_basketsummary .innerbox p.sum span.sum {
    margin-left: 10px;
}

#box_basketsummary .innerbox form button.undo {
    float: left;
    margin: 10px;
}

#box_basketsummary .innerbox form button.order {
    float: right;
    margin: 10px;
}




#box_basketfinished .innerbox {
    padding: 30px 20px;
}

#box_basketfinished .innerbox p {
    text-align: justify;
}

#box_basketfinished .innerbox button {
    float: right;
    margin: 0 30px 30px 20px;
}



/* Basket Page END */














/* Off Page */

#box_shopoff {
    width: 300px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -38px 0 0 -150px;
}

#box_shopoff .innerbox {
    min-height: 0;
}

#box_shopoff .innerbox p {
    padding: 15px 10px;
    text-align: center;
    font-size: 1.2em;
    font-weight: bold;
}

body.off #shoper-foot {
    position: absolute;
    left: 0;
    bottom: 1em;
    width: 100%;
    text-align: center;
}

/* Off Page END */








/* NewsSmall */

#box_articlelistsmall .article_name {
    font-size: 1.1em;
    font-weight: bold;
    margin: 0.5em 0 0;
}

#box_articlelistsmall .article_date {
    font-size: 0.9em;
    font-weight: normal;
    float: right;
    margin: 0.2em 0 1em;
}

#box_articlelistsmall a.readmore {
    font-weight: bold;
    font-size: 0.9em;
    text-align: right;
    display: block;
    width: 100%;
}

/* NewsSmall END */



/* News */

#box_articlelist .article_name {
    font-size: 1.2em;
    font-weight: bold;
    margin: 0.5em 80px 0.5em 0;
    float: left;
}

#box_articlelist .article_date {
    font-size: 0.9em;
    font-weight: normal;
    float: right;
    margin: 0.7em 5px 0.7em 5px;
}

#box_articlelist a.readmore {
    font-weight: bold;
    font-size: 1em;
    text-align: right;
    display: block;
    width: 100%;
}

*:first-child+html #box_articlelist .innerbox .floatfix { /* IE7 */
    display: none;
}

*:first-child+html #box_articlelist .innerbox .resetcss { /* IE7 */
    display: block;
    clear: both;
}

#box_article .boxhead h3, #box_article .boxhead h1 {
    float: left;
}

#box_article .boxhead h5.article_date {
    font-size: 0.9em;
    font-weight: bold;
    float: right;
}

/* News END */


/* Pricelist */

* html #box_pricelist .floatfix {
    display: none;
}

*:first-child+html #box_pricelist .floatfix {
    display: none;
}

#box_pricelist ul.listwithicons li.html a img {
    width: 16px;
    height: 16px;
    background: url('/images/html.png') no-repeat 0 0;
    margin: 0 2px 0 0;
}

#box_pricelist ul.listwithicons li.excel a img {
    width: 16px;
    height: 16px;
    background: url('/images/excel.png') no-repeat 0 0;
    margin: 0 2px 0 0;
}

#box_pricelist ul.icons li.html a img {
    width: 28px;
    height: 32px;
    background: url('/images/htmlbig.png') no-repeat 0 0;
    margin: 0 0 2px 0;
}

#box_pricelist ul.icons li.excel a img {
    width: 28px;
    height: 32px;
    background: url('/images/excelbig.png') no-repeat 0 0;
    margin: 0 0 2px 0;
}

/* Pricelist END */



/* Links */

#box_links ul.links img {
    float: right;
    margin: 0 10px 5px 10px;
}

#box_links ul.links a {
    font-size: 1.2em;
    font-weight: bold;
}

#box_links ul.links p {
    font-size: 0.9em;
    margin: 5px 10px 0 0;
    text-align: justify;
}

/* Links END */




/* Panel */

#box_panel .innerbox h4.first {
    margin-top: 0;
    border-top: 0;
}

#box_panel .innerbox table.orders {
    width: 100%;
}

#box_panel .innerbox table.orders thead td {
    background: #eee;
    height: 3em;
    text-align: center;
    vertical-align: middle;
}

#box_panel .innerbox table.orders tbody td {
    height: 4em;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    vertical-align: middle;
    text-align: center;
}

#box_panel .innerbox table.orders tbody td.parcels {
    border-right: 0;
}

#box_panel .innerbox table.orders tbody td.status span,
#box_panel .innerbox table.orders tbody td.status a {
    display: block;
    float: left;
    clear: both;
    line-height: 1.2em;
    width: 100%;
    text-align: center;
}

#box_panel .innerbox table.orders tbody .smalldate {
    display: block;
    margin: 0 auto;
    font-size: 0.8em;
}

#box_panel .innerbox table.orders tbody a {
    margin: 0.75em auto 0;
    display: block;
}

#box_panel .innerbox table.orders tbody a:first-child {
    margin: 0 auto;
}

#box_panel .innerbox ul.address li {
    float: left;
    width: 48%;
    margin: 5px 0;
}

#box_panel .innerbox ul.address b {
    margin-bottom: 5px;
    display: block;
}

#box_panel .innerbox a.button {
    float: left;
    margin: 10px;
}






#box_orders .innerbox table.orders {
    width: 100%;
    margin: 10px 0;
}

#box_orders .innerbox table.orders td {
    vertical-align: middle;
    text-align: center;
}

#box_orders .innerbox table.orders thead td {
    height: 3em;
    background: #eee;
}

#box_orders .innerbox table.orders tbody td {
    height: 4em;
    padding: 0 10px;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

#box_orders .innerbox table.orders tbody td.actions {
    border-right: 0;
}

#box_orders .innerbox table.orders tbody td.actions a {
    display: block;
    clear: both;
    float: left;
    line-height: 20px;
    width: 100%;
    text-align: left;
}

#box_orders .innerbox table.orders tbody td.actions a img {
    width: 16px;
    height: 16px;
}

#box_orders .innerbox table.orders tbody td.actions a.details img {
    background: url('/images/details.png') 0 0 no-repeat;
}

#box_orders .innerbox table.orders tbody td.actions a.invoice img {
    background: url('/images/invoice.png') 0 0 no-repeat;
}

#box_orders .innerbox table.orders tbody td.actions a.payment img {
    background: url('/images/payment.png') 0 0 no-repeat;
}

#box_orders .innerbox table.orders tbody td.actions a.monit img {
    background: url('/images/monit.png') 0 0 no-repeat;
}

#box_orders .innerbox table.orders tbody td.paid {
    color: #0a0;
}
#box_orders .innerbox table.orders tbody td.notpaid,
#box_orders .innerbox table.orders tbody td.status span.notconfirmed {
    color: #f00;
    font-weight: bold;
}

#box_orders .innerbox table.orders tbody td.status img.notconfirmed,
#box_orders .innerbox table.orders tbody td.status span.confirmed {
    display: none;
}

#box_orders .innerbox table.orders tbody td.status img.confirmed {
    width: 14px;
    height: 14px;
    background: url('/images/tick.png') no-repeat 0 0;
    margin-bottom: -2px;
}



#box_order .innerbox dl.details {
    clear: both;
}

#box_order .innerbox dl.details dt {
    font-weight: bold;
    float: left;
    clear: left;
    width: 200px;
    margin: 2px 0;
}

#box_order .innerbox dl.details dd {
    float: left;
    margin: 2px 10px;
}

* html #box_order .innerbox dl.details { /* IE6 */
    margin-top: 3em;
}

* html #box_order .innerbox h4.addresses { /* IE6 */
    margin-top: -3em;
}

* html #box_order .innerbox dl.details dt { /* IE6 */
    margin-top: -1.5em;
}

* html #box_order .innerbox dl.details dd { /* IE6 */
    clear: left;
    position: relative;
    top: -1.5em;
    height: 0;
    left: 200px;
}

*:first-child+html #box_order .innerbox dl.details dd { /* IE7 */
    clear: left;
    position: relative;
    top: -1.5em;
    height: 0;
    left: 200px;
    zoom: 1;
}

#box_order .innerbox dl.details dd.confirm img.notconfirmed,
#box_order .innerbox dl.details dd.confirm span.confirmed {
    display: none;
}

#box_order .innerbox dl.details dd.confirm span.notconfirmed {
    color: #f00;
    font-weight: bold;
}

#box_order .innerbox dl.details dd.confirm img.confirmed {
    width: 14px;
    height: 14px;
    background: url('/images/tick.png') no-repeat 0 0;
    margin-bottom: -2px;
}

#box_order .innerbox dl.details dd.parcel .date {
    font-size: 0.9em;
}

#box_order .innerbox ul.address li {
    float: left;
    width: 48%;
    margin: 5px 0;
}

#box_order .innerbox ul.address b {
    margin-bottom: 5px;
    display: block;
}

#box_order .innerbox table.products {
    width: 100%;
    margin: 10px 0;
}

#box_order .innerbox table.products thead td {
    background: #eee;
    height: 3em;
    text-align: center;
    vertical-align: middle;
}

#box_order .innerbox table.products tbody td {
    vertical-align: middle;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    text-align: center;
    height: 4em;
}

#box_order .innerbox table.products tbody td.sum {
    border-right: 0;
}

#box_order .innerbox table.products tfoot td {
    vertical-align: middle;
    height: 2em;
    padding: 2px 4px;
    text-align: center;
}

#box_order .innerbox table.products tfoot td.label {
    text-align: right;
}

#box_order .innerbox table.products tfoot tr.topay {
    font-size: 1.2em;
    font-weight: bold;
}

#box_order .innerbox form.pay {
    float: right;
    clear: both;
    margin-right: 20px;
}





#box_favourites .innerbox table.favourites {
    width: 100%;
    margin: 10px 0;
}

#box_favourites .innerbox table.favourites td {
    vertical-align: middle;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    text-align: center;
    padding: 0 10px;
}

#box_favourites .innerbox table.favourites thead td {
    height: 3em;
    background: #eee;
    vertical-align: middle;
    text-align: center;
}

#box_favourites .innerbox table.favourites tbody td {
    height: 4em;
}

#box_favourites .innerbox table.favourites tbody td.name {
    text-align: left;
}

#box_favourites .innerbox table.favourites tbody td.name span.variant {
    font-weight: normal;
    font-size: 0.9em;
    margin-left: 5px;
    clear: both;
    display: block;
}

#box_favourites .innerbox table.favourites tbody td.actions {
    border-right: 0;
    width: 130px;
}

#box_favourites .innerbox table.favourites tbody td.actions a {
    display: block;
    clear: both;
    float: left;
    text-align: left;
    width: 100%;
    line-height: 20px;
}

#box_favourites .innerbox table.favourites tbody td.actions a img {
    width: 16px;
    height: 16px;
}

#box_favourites .innerbox table.favourites tbody td.actions a.addtobasket img {
    background: url('/images/basket.png') 0 0 no-repeat;
}

#box_favourites .innerbox table.favourites tbody td.actions a.remove img {
    background: url('/images/remove.png') 0 0 no-repeat;
}


#box_addresses .innerbox a.add {
    display: block;
    margin: 15px 0 5px 0;
    line-height: 16px;
}

#box_addresses .innerbox a.add img {
    width: 16px;
    height: 16px;
    background: url('/images/address.png') no-repeat 0 0;
}

#box_addresses ul.addresses {
    margin-top: -10px;
}

#box_addresses ul.addresses li {
    margin-bottom: 10px;
    padding-bottom: 20px;
    margin-top: 20px;
    position: relative;
    width: 100%;
    border-bottom: 1px solid #ccc;
}

#box_addresses ul.addresses li p {
    margin: 0 3px 2px;
}

#box_addresses ul.addresses li .links {
    position: absolute;
    top: 0px;
    right: 0px;
}

#box_addresses ul.addresses li .links a,
#box_addresses ul.addresses li .links em {
    display: block;
    text-align: left;
    margin-right: 10px;
    font-weight: normal;
}

#box_addresses ul.addresses li .links a img,
#box_addresses ul.addresses li .links em img {
    width: 16px;
    height: 16px;
    vertical-align: middle;
}

#box_addresses ul.addresses li .links a.remove img {
    background: url('/images/remove.png') 0 0 no-repeat;
}

#box_addresses ul.addresses li .links a.edit img {
    background: url('/images/edit.png') 0 0 no-repeat;
}

#box_addresses ul.addresses li .links .default img {
    background: url('/images/address_default.png') 0 0 no-repeat;
}

#box_addresses ul.addresses li .links .shipping img {
    background: url('/images/address_shipping.png') 0 0 no-repeat;
}




#box_address .innerbox table {
    width: 100%;
    margin: 10px 0;
    table-layout: fixed;
}

#box_address .innerbox tbody td.label {
    width: 100px;
    text-align: right;
    padding-right: 10px;
    vertical-align: middle;
}

#box_address .innerbox tbody td.input {
    padding: 0 10px;
    border-bottom: 4px solid transparent;
    vertical-align: middle;
}

* html #box_address .innerbox tbody td.input { /* IE6 */
    border-color: #fff;
}

* html #box_address fieldset { /* IE6 */
    position: relative;
}

#box_address .innerbox tbody td.error {
    padding: 0 10px;
    vertical-align: middle;
}

#box_address .innerbox tbody td.hint {
    background-color: #ececec;
    font-size: 9px;
    padding: 0 8px;
    color: #555;
    vertical-align: middle;
    border-bottom: 4px solid #fff;
}

#box_address .innerbox tbody td.spacer {
    height: 20px;
}

#box_address .innerbox button.save {
    float: right;
    margin: 10px;
}

#box_address .innerbox button.undo {
    float: left;
    margin: 10px;
}

#box_useredit .innerbox {
    padding-top: 8px;
}

#box_useredit label {
    display: block;
    margin: 5px 0 2px;
}

#box_useredit .shaded_text {
    width: 200px;
}

/* Panel END */




/* Facebook */

#box_facebooklike {
    margin: 6px 3px 0;
}

#box_facebooklike iframe {
    background: url("/images/box_inner.png") repeat-x 0 0 #fff;
}

#box_productfull .fb_buttons {
    display: inline-block;
    margin: 5px auto;
    margin-top: 10px;
    width: 171px;
}

#box_facebookchat {
    margin: 5px 3px;
    border-left: 1px solid #aaa;
    border-right: 1px solid #aaa;
}

#box_facebookchat > *{
    border-top: 1px solid #315c99;
    border-bottom: 1px solid #aaa;
    background: #fff;
}

/* Facebook END */








/* Messages */

.flash_message {
    padding: 0;
    position: relative;
    z-index: 100;
    margin: 0;
    min-height: 25px;
}

.success_message {
    color: #fff;
    background: #a2db2c;
}

.error_message {
    color: #fff;
    background: #f28c01;
}

.info_message {
    border-color: #5073d9;
    color: #2E73C0;
    background: #d6e1f4;
}

.warning_message {
    /* border-color: #ebce0d;
    color: #ebce0d;
    background: #fffde8; */
    border-color: #e74715;
    color: #e74715;
    background: #fff3f3;
}

.flash_message .container {
    display: table;
    width: 100%;
    height: 50px;
}

.flash_message p {
    display: table-cell;
    vertical-align: middle;

    text-align: center;
    font-size: 12px;
    line-height: 1.2em;
    margin: 0px;
    padding: 6px 50px;
    font-weight: bold;
}

* html .main .flash_message p { /* IE6 */
    clear: expression( style.marginTop = "" + (offsetHeight < parentNode.offsetHeight ? parseInt((parentNode.offsetHeight - offsetHeight) / 2) + "px" : "0"), style.clear = "none", 0 );
}

*:first-child+html .main .flash_message p  { /* IE7 */
    clear: expression( style.marginTop = "" + (offsetHeight < parentNode.offsetHeight ? parseInt((parentNode.offsetHeight - offsetHeight) / 2) + "px" : "0"), style.clear = "none", 0 );
}

.flash_message .close {
    position: absolute;
    right: 4px;
    top: 6px;
    color: #fff;
    font-size: 80%;
    display: none;
} 
.container.pagewidth>.success_message.flash_message .close{
    display: block;
}

.flash_message .close img {
    width: 11px;
    height: 11px;
    background: url('/images/close.png') no-repeat 0 0;
    margin: 0 0 2px 0;
}

/* Messages END */











/* ToolTip */

.tool-tip {
    color: #fff;
    width: 139px;
    z-index: 2000;
    font-size: 1em;
    display: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: url('/images/tooltip.png') 0 0 repeat;
}

.tool-tip .tip-top {
    display: none;
}

.tool-tip .tip-title {
    font-weight: bold;
    margin: 0;
    color: #9FD4FF;
    padding: 4px 8px 4px;
}

.tool-tip .tip-text {
    font-size: 1em;
    padding: 4px 8px 8px;
}


/* ToolTip END */









/* Skin preview */

.skinpreview {
    position: absolute;
    top: 0;
    right: 10px;
    width: 170px;
    height: 25px;
    background: url('/images/skinpreview.png') 0 0 no-repeat;
    overflow: hidden;
    cursor: move;
    text-align: center;
    z-index: 1000;
}

body > .skinpreview {
    position: fixed;
}

.skinpreview a {
    color: #fff;
    font-size: 1em;
    font-weight: bold;
    line-height: 25px;
    cursor: pointer;
    padding: 5px 0;
    font-size: 11px;
}

.skinpreview a img {
    background: url('/images/skinpreview_close.png') no-repeat 0 0;
    width: 12px;
    height: 12px;
    padding: 0 3px 1px 0;
}

.skinpreview a:hover span {
    text-decoration: none;
}

/* END Skin preview */




/* Page Slider */

.pageslider {
    position: relative;
}

.pageslider ul.slides {
    position: relative;
    display: block;
    left: 0;
    overflow: hidden;
}

.pageslider ul.slides li {
    float: left;
    padding: 0 20px 0 0;
}

.pageslider ul.pages {
    position: absolute;
    height: 28px;
    bottom: 0;
}

.pageslider ul.pages li {
    float: left;
    padding: 2px 0px;
}

.pageslider.bullets ul.pages li a {
    display: block;
    width: 24px;
    height: 24px;
    background: url('/images/dot.png') transparent 0 0 no-repeat;
}

.pageslider.bullets ul.pages li a:hover {
    background-image: url('/images/dot_over.png');
}

.pageslider.bullets ul.pages li.current a {
    background-image: url('/images/dot_active.png');
}

.pageslider.bullets ul.pages li span {
    display: none;
}

.pageslider.numbers ul.pages li {
    background: #fff;
}

.pageslider.numbers ul.pages li a {
    display: block;
    min-width: 16px;
    width: auto;
    height: 16px;
    padding: 0 2px;
    margin: 2px 4px 2px 0;
}

.pageslider.numbers ul.pages li:first-child a {
    margin-left: 4px;
}

* html .pageslider.numbers ul.pages li a {
    width: 16px;
}

.pageslider.numbers ul.pages li span {
    font-size: 11px;
    display: block;
    margin: 0 auto;
    text-align: center;
    color: #2e73c0;
    position: relative;
    top: 1px;
}

.pageslider.numbers ul.pages li.current a {
    background: none #023d80;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3856ce', endColorstr='#2e76be');
    background: -webkit-gradient(linear, center top, center bottom, from(#3856ce), to(#2e76be));
    background: -moz-linear-gradient(center top, #3856ce, #2e76be);
}

.pageslider.numbers ul.pages li.current a span {
    font-weight: bold;
    color: #fff;
}

/* END Page Slider */







/* CSS restore */

.resetcss ul {
    list-style: disc;
}

.resetcss fieldset, .resetcss h1, .resetcss h2, .resetcss h3,
.resetcss h4, .resetcss h5, .resetcss ul, .resetcss ol,
.resetcss li, .resetcss dl, .resetcss dd,
.resetcss dt, .resetcss p {
    margin: auto;
    padding: auto;
    border: auto;
    color: #585858;
    font-size: 13px;
    line-height: 22px;
}
.resetcss ol li,
.resetcss ul li{
    margin-bottom: 10px;
}

.resetcss p {
    margin: 0;
}

.resetcss > p {
    margin-top: 0;
}

.resetcss ul, .resetcss ol {
    padding-left: 20px;
}

.resetcss table, .resetcss th, .resetcss td {
    border-collapse: separate;
    border-color: auto;
    border-spacing: auto;
    border-width: auto;
    table-layout: auto;
}

.resetcss td {
    padding: 1px;
}

.resetcss em {
    font-weight: normal !important;
    font-style: italic !important;
    color: inherit !important;
}

/* END CSS restore */

.main .hbox .boxhead *, .main .hbox .boxhead h3 * {
    zoom: 1;
}





.imagezoom {
    z-index: 50;
    position: absolute;
    background: #fff url('/images/loading.gif') center center no-repeat;
    overflow: hidden;
    cursor: move;
    border: 1px solid #e1e1e1;
}

.imagezoom_shade {
    position: absolute;
    background: #fff;
    cursor: move;
    border: none;
    overflow: hidden;
}

.imagezoom_transbox {
    position: absolute;
    background: #fff;
    cursor: move;
    border: 0px solid #e1e1e1;
}



.boximgsize, .mainimgsize, .productlistimgsize, .productdetailsimgsize,
.productdetailsgalleryimgsize, .productdetailsminigalleryimgsize {
    margin: 0 auto;
    border: 0px;
    display: block;
    line-height: 150px;
}

* html .productlistimgsize { /* IE6 */
    margin: 0;
}

*:first-child+html .productlistimgsize { /* IE7 */
    margin: 0;
}

.table-navigator ul {
    line-height: 18px;
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

	.table-navigator li {
	    display: inline;
	    font-weight: 700;
	    padding: 3px 5px;
	}
		.table-navigator li.stick {
		    display: none;
		}
	
		.table-navigator li a {
		    color: #2f6fc7;
		}
		
.banners {
    padding: 20px;
}

.banners img {
    width: 220px;
}

/*
mootools carousel
*/
.slide{
    position: relative;
    padding: 10px;
    padding-top: 0;
}
#slide {
    margin: 0 auto;
    position: relative;
    height: 237px;
    width: 100%;
    overflow: hidden;
    /*background: url(/images/car_bg.png);*/
}

div.tabs a.selected {
    text-decoration: underline;
}

#slide div {
    position: relative;
    display: inline-block;
    width: 980px;
}


@media screen and (max-width:768px) {
    #slide div {
        width: 760px;
    }
}

@media screen and (max-width:486px) {
    #slide div {
        width: 630px;
    }
}
    
#slide span {
    position: absolute;
    bottom: 2px;
    left: 2px;
    padding: 5px;
    width: 829px;
    color: #fff;
    background: rgba(0, 0, 0, .6);
    display: none;
}

#slide img {
    border: white solid 2px;
    width:100%

}

#page-p {
    width: 52px;
    height: 237px;
    line-height: 237px;
    text-align:center;
    font-size: 32px;
    font-weight: bold;
    float: left;
    text-indent: -6666666px;
    background: url("/images/prev-slide.png") no-repeat left center;
    z-index: 55;
    position: absolute;
    left: 20px;
}

#page-n {
    z-index: 55;
    right:20px;
    text-indent: -6666px;
    position: absolute;
    width: 52px;
    height: 237px;
    line-height: 237px;
    text-align:center;
    font-weight: bold;
    font-size: 32px;
    float: right;
    background: url("/images/next-slide.png") no-repeat left center;
}
#box_productrelated{
    margin-right: 30px;
    margin-left: 5px;
}
#box_productrelated .boxhead,
#box_productrelated .innerbox{
    padding-left: 0;
}
#box_productrelated .boxhead h3{
    font-size: 19px;
    color:#0059a7;
}
#box_productrelated .innerbox .productrow .price{
    position: absolute;
    bottom: 50px;
}
#box_productrelated .innerbox .productrow .basket .addtobasket{
    bottom: 10px;
    position: absolute;
    margin: 0 auto;
    left:0;
    right: 0;
}
#box_productrelated .innerbox .productrow{
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
    width: 215px;
    margin:0 0 20px 5px;
    display: inline-block;
    float: left;
    border-bottom: 1px solid #bebebe;
    border-right: 1px solid #bebebe;
    height: 290px;
    padding-left:22px;
    position: relative;
}
#box_productrelated .innerbox .productrow .basket{
    float: left;
}
#box_productrelated .innerbox .productrow .price>em,
#box_productrelated .innerbox .productrow .price>span{
    display: inline-block;
    float: left;
}
#box_productrelated .innerbox .productrow .price>span{
    clear: both;
    color: #c2c2c2;
    font-size: 11px;
    text-transform: lowercase;
    margin-top: 7px;
}
#box_productrelated .innerbox .productrow .price>em{
    color: #0059a7;
    font-size: 18px;
    font-weight: 600;
    margin-left: 5px;
}
#box_productrelated a.details{
    display: block;
    float: left;
    height: 180px;
    width: 170px;
}
#box_productrelated a.details img{
    margin:0 auto;
    vertical-align: middle;
}
table.productlist{
    font-family: 'Open Sans', sans-serif;
}
table.productlist tfoot{
    font-size: 13px;
}
.mb20{
    margin-bottom: 20px;
}
#box_basketstep2 .innerbox hr.separator,
.mt50{
    margin-top: 50px;
}
.width50{
    display: inline-block;
    float: left;
    width: 50%;
}
.wrapper-footer{
    font-family: 'Open Sans', sans-serif;
    display: block;
    float: left;
    width: 100%;
    padding-bottom: 30px;
}
.wrapper-footer>.content{
    width: 1000px;
    display: block;
    margin:0 auto;
    padding: 30px 0;
}
.wrapper-footer>.content>.box{
    display: inline-block;
    float: left;
}
.wrapper-footer>.content>.box.logo-box{
    width: 100px;
}
.wrapper-footer>.content>.box.box-text{
    width: 235px;
}
.wrapper-footer>.content>.box.box-right{
    width: 200px;
    float:right;
    padding-top: 10px;
}
.wrapper-footer>.content>.box.logo-box a{
    width: 100%;
    display: block;
    float: left;
    background: url("/images/logo-footer.png")no-repeat left center;
    padding: 20px 0;
}
.wrapper-footer>.content>.box.box-right,
.wrapper-footer>.content>.box.box-text ul>li{
    font-size: 12px;
    color: #939b9f;
}
.wrapper-footer>.content>.box.box-text ul>li>a,
.wrapper-footer>.content>.box.box-text ul>li>a:hover,
.wrapper-footer>.content>.box.box-text ul>li>a:focus{
    color: #939b9f;
    text-decoration: none;
}
.wrapper-footer>.content>.box.box-right a{
    float: right;
}
.wrapper-footer>.content>.box.box-right span{
    position: relative;
    top: 7px;
}


#box_productcomments{
    float: left;
    width: 100%;
}

/********** facebook box **************/

.facebook-box:hover {
    z-index: 14999999999999;
}

.facebook-box{
    padding-left: 37px;
    z-index: 66666666;
    position: fixed;
    width: 281px;
    height: 200px;
    background-position: left center;
    background-repeat: no-repeat;
    right: 0;
    margin-right: -281px;
    /*background: url("/images/facebook-pic.gif") 4px top no-repeat;*/
    top: 20%;
       -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.facebook-box iframe{
    background-color: #fff;
}
.facebook-box:hover {
    margin-right: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
} 

/*#facebook-box {
    height: 290px;
    margin: 0;
    overflow: hidden;
    position: fixed;
    right: -292px;
    text-align: left;
    top: 0;
    width: 329px;
    z-index: 1000;
} */

.facebook-box div#fb-open {
    background: #3B5997 url("/images/facebook-pic.gif") 4px top no-repeat;
    border-bottom-left-radius: 8px;
    border-top-left-radius: 8px;
    display: block;
    float: left;
    width: 37px;
    height: 95px;
    left: 0;
    overflow: hidden;
    padding: 4px 0;
    position: absolute;
}

.facebook-box div#fb-open:hover {
    cursor: pointer;
}

iframe.fb-iframe {
    margin-top: 11px;
}

.fb-header {
    position: absolute;
    right: -172px;
    top: -50px;
}

.fb-header:hover {
    cursor: pointer;
}

/******** odpowiada za kolor buttonu dodaj do koszyka ***********/

#box_basketlist .productlist tfoot .buttons .addtobasket,
.main .innerbox button.addtobasket {
    width: 185px;
    text-align: center;
    background-repeat: no-repeat;
    background-position: 10px center;
    float:left;
    width:100%;
    margin: 10px 0;
    /*background-color: #995197;*/
}

.back label {
    display: block;
    margin-bottom: 10px;
}

.table-resposive{
    width:100%;
    display: block;
    float: left;
    overflow-y:hidden;
    overflow-x:auto;
    position: relative;
}
.logo a.menu--button{
    display: inline-block;
    width: 35px;
    height: 25px;
    float: right;
    position: relative;
    z-index: 120;
    top: 0;
    right: 0;
    position: absolute;
    margin: 22px 20px 12px 10px;
}
.logo a.menu--button.active{
    position: fixed;
    top: 0;
    right: 0;
    top: 6px;
}
.logo a.menu--button span{
    display: block;
    width: 100%;
    height: 3px;
    background-color: white;
    position: relative;
    margin-bottom: 6px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.logo a.menu--button.active span:first-of-type {
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: 0;
    top: 3px;
}
.logo a.menu--button.active span:nth-of-type(2) {
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.logo a.menu--button.active span:last-of-type {
    display: none;
}
.wrappe-fixed-menu>.content>.box.content-basket-rwd{
    display: none;
}
#box_mainproducts .innerbox table.products tr.fewperrow td.empty{
    display: none;
}

/*RWD*/

@media screen and (max-width:1020px){
    body{
        float: left;
    }
    .container{
        float: left;
    }
    .facebook-box{
        display: none;
    }
    .pagewidth{
        width: 100%!important;
    }
    .wrapper-footer>.content{
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding-left:15px;
        padding-right:15px;
    }
    .wrappe-fixed-menu.show{
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 15px;
        padding-right: 15px;
    }
    .logo h1.logo{
        margin-left:15px;
    }
    .logo .search-box{
        margin-left:15px;
    }
    .logo .basket-box{
        float:right;
        margin-right:15px;
    }
    .logo .search-info .box-info{
        margin-left:25px;
    }
    .logo h1.logo a {
        background-position: -26px -22px;
    }
    .wrappe-fixed-menu>.content>.box.logo{
        width:130px;
        display: none;
    }
    .wrappe-fixed-menu>.content>.box.content-basket{
            padding-left: 0;
        /* background: none; */
        margin: 14px 0 0 15px;
        padding: 12px 0 12px 42px;
        width: 120px;
    }
    .wrappe-fixed-menu>.content>.box.btn-show-basket{
        position: absolute;
        right:15px;
        display: none;
    }
    .leftside .formprotect fieldset .centertext button{
        float: left;
    }
    #box_productfilter .innerbox .centertext, #box_productsearch .innerbox .centertext{
        float: left;
    }
    
    
    .wrappe-fixed-menu>.content>.box.content-basket{
        display: none;
    }

    .wrappe-fixed-menu>.content>.box.content-basket.content-basket-rwd{
        display: block;
    }
}
@media screen and (max-width:985px){
    .logo .search-box{
        width:65%;
    }
    .logo .basket-box{
        width:35%;
    }
    .logo .search-box, .logo .basket-box{
        display:inline-block;
        float: left;
        margin-left:0;
        margin-right:0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-border-radius: 0;
        border-radius: 0;
    }
    .logo form.search input.search{
        width:70%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .logo form.search button{
        width:30%;
    }
    .main .leftcol, .main .centercol{
        width: 100%;
        display: block;
        float: left;
    }

    .info_message{
        float: left;
        width: 100%;
    }
     #box_basketlist h3{
        padding-left:20px;
    }
    #box_basketlist .innerbox table.productlist h3{
        padding-left:0px;
    }
}
@media screen and (max-width:992px){
    #box_productrelated {
        margin-right: 5px!important;
        margin-left: 5px!important;
    }
    #box_productrelated .innerbox{
        padding:0;
    }
    #box_productrelated .innerbox .productrow {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 215px;
        margin: 0 0 20px 0px;
        display: inline-block;
        float: left;
        border: 1px solid #bebebe;
        border-right: 1px solid #bebebe;
        padding: 1%;
        height: 250px;
        padding: 10px;
        position: relative;
        width: 32.1%;
        margin: 0 1% 1% 0;
    }
    #box_productrelated a.details {
        width: 100%;
        text-align: center;
        line-height: 145px;
    }
    #box_productrelated .productrow a .productname, #box_productrelated .productrow .description{
        text-align:center;
        line-height: 17px;
    }
    #box_productrelated .productrow a img{
        float: none;
    }
    #box_productrelated .innerbox .productrow .basket .addtobasket {
        bottom: 10px;
        right: 10px;
        left: auto;
    }
    #box_productrelated .innerbox .productrow .price {
        bottom: 10px;
            width: 21%;
    }
    #box_productrelated .innerbox .productrow .price>em {
        margin-left: 0px;
    }
    #box_productrelated .innerbox .productrow .price>span{
        margin-right:5px;
    }
}
@media screen and (max-width:768px){
    #box_productrelated .innerbox .productrow {
        width: 49%;
    }
    @media screen and (min-width:520px){
        .logo div.rightside
        {
                max-width: 300px;
        }
    }
}

@media screen and (max-width:720px){
    .wrappe-fixed-menu>.content>.box.content-basket{
    padding: 7px 0 5px 42px;
    background-size: 29px;
    margin-top: 5px;
    }
    .wrappe-fixed-menu{
        height: auto;
        background-size:cover;
        padding-bottom:5px;
    }
    .wrappe-fixed-menu>.content>.box.search-box input{
        width: 63%;
        margin:5px 0 0 0;
        height:30px;
        font-size:11px;
        line-height:30px;
    }
    .wrappe-fixed-menu>.content>.box.search-box button{
        width: 37%;
        margin:5px 0 0 0;
        font-size:12px;
        height:30px;
        line-height:30px;
    }
    .wrappe-fixed-menu>.content>.box.search-box input, .wrappe-fixed-menu>.content>.box.search-box button{
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: inline-block;
        float: left;
    }
    .logo form.search input.search{
        font-size:15px;
        padding:5px 0 5px 15px;
        height:34px;
    }
    .logo form.search button{
        height: 34px;
        font-size:15px;
        line-height:15px;
    }
    .logo .search-box, .logo .basket-box{
        width: 100%;
        margin:0;
    }
    .logo .basket-box{
        padding-top:3px;
        padding-bottom:5px;
    }
    .logo .search-info .box-info{
        margin-bottom: 5px;
    }
    .logo .search-info{
        margin-top:35px;
    }
    #box_mainproducts .innerbox table.products{
        display: block;
        float:left;
        width:100%;
    }
    #box_mainproducts .innerbox table.products tbody{
        display:block;
    }
    .footer .innerfooter li.col3, #box_mainproducts .innerbox table.products tr.fewperrow td.col3{
        width: 49%;
        display: inline-block;
        float: left;
        height: 265px;
        position: relative;
        
        position: relative;
       border: 1px solid #bebebe;
       margin: 0 1% 1% 0;
       padding: 1%;
       box-sizing: border-box;
    }
    .innerbox table.products tr.fewperrow{
        display: inline;
    }
    #box_mainproducts .innerbox table.products tr.fewperrow td{
        border-right: 1px solid #bebebe;
    }
    .mainimgsize{
        width: 80px;
        height: 80px;
    }
    .main .innerbox span.productname{
        min-height: 30px;
    }
    #box_basketlist .productlist tfoot .buttons .addtobasket, .main .innerbox button.addtobasket{
        position: absolute;
        bottom: 10px;
        right: 10px;
    }
    #box_mainproducts .innerbox table.products tr.fewperrow .product{
        position: static;
    }
    #box_mainproducts .innerbox table.products tr.fewperrow .product .price{
        position: absolute;
        margin: 0;
        left: 10px;
        bottom: 8px;
        width: 34%;
        z-index: 99;
        background-color: white;
    }
    .wrapper-footer>.content>.box.box-right{
        width:100%;
        text-align: center;
    }
    .wrapper-footer>.content>.box.box-right a{
        float: none;
    }
    #slide{
        width: 100%;
        float: left;
    }
    .logo .topbanner1, .logo .topbanner3, .logo .topbanner4, .logo .innerlogo{
        background-size:cover;
        background-position: center top;
    }
    .main .innerbox .basket .basket-box-product button.addtobasket{
        position:static;
    }
    #box_productfull table.maininfo td.availability{
        padding-top:50px;
    }
    #box_basketlist .productlist tfoot .buttons .addtobasket{
        /*position: static;*/
        bottom: 0px;
    }
    .address p{
        font-size:12px;
    }
    .innerbox dl{
        font-size: 12px;
    }
    p.sum{
        font-weight:700;   
    }
    #box_register .innerbox tbody td.label{
        display: none;
    }
    #box_register .innerbox tbody td.input{
        width: 100%;
    }
    #box_register .innerbox tbody td.input{
        vertical-align: top;
    }
    #box_address .innerbox tbody td.label{
        font-size:12px;
    }
    #box_address .innerbox tbody tr>td:nth-of-type(3n),
    #box_address .innerbox tbody td.hint{
        display: none;
    }
}
@media screen and (max-width:610px){
    .main #box_basketlist .innerbox, #box_basketlist .innerbox form{
        display: block;
        width: 100%;
        float: left;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    #box_basketlist .innerbox form{
        overflow-y:auto;
        overflow-x:scroll;
        position: relative;
        margin:0;
        height: auto;
        min-height:800px;
    }
    #box_basketaddress .innerbox tbody td.label{
        font-size:12px;
    }
    #box_basketaddress .innerbox tbody td.hint{
        display:none;
    }
    #box_basketaddress .innerbox tbody .maindata tr>td:nth-of-type(3n){
        display: none;
    }
    #box_basketaddress .innerbox tbody td.input{
        width: 100%;
    }
    .table-resposive{
       overflow:auto;
       min-height: 150px;

    }
    #box_basketlist .innerbox table.productlist thead td.time,
    #box_basketlist .innerbox table.productlist .product-in-basket .time{
        width: 0px;
        font-size: 0px;
        padding: 0px;
        margin: 0px;
    }
}
@media screen and (max-width:590px){
    .logo h1.logo a{
        background-size:cover;
    }
    .logo h1.logo{
        width:140px;
        height:70px;
    }
    .logo .form-login input{
        padding-top:4px;
        padding-bottom:4px;
        font-size:12px;
    }
    .logo .form-login button{
        width: 42px;
        height:28px;
        background-position: center -3px;
    }
    .fb-header{
        right: -205px;
        top: -10px;
    }
    .logo .search-info .box-info h2, .logo .search-info .box-info h2>a{
        font-size:21px;
    }
    .wrapper-footer>.content>.box.box-text,
    .wrapper-footer>.content>.box.logo-box{
        width: 100%;
        text-align: center;
    }
    .wrapper-footer>.content>.box.logo-box a{
        background-position:center;
    }
    #box_basketlist .innerbox table.productlist tfoot td{
        font-size:12px;
    }
}
@media screen and (max-width:570px){
    .maininfo{
        display: block;
        float: left;
        width: 100%;
    }
    #box_productfull table.maininfo td.basket,  #box_productfull table.maininfo td.availability div,
    #box_productfull table.maininfo td.availability,
    #box_productfull table.maininfo td.productimg{
        display: block;
        float: left;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    #box_productfull .description{
        display: block;
        float: left;
        width: 100%;
    }
    #box_productfull table.maininfo td.availability{
        height: auto;
        padding:20px 0 0 0;
    }
    #box_productfull table.maininfo td.availability .hr{
        width: 100%;
    }
    #box_productfull .basket fieldset{
        padding-left:0;
    }
    #box_productfull table.maininfo td.productimg div.smallgallery, #box_productfull table.maininfo td.productimg div.mainimg{
        width: 100%;
        max-width:100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    #box_productfull .description{
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
}
@media screen and (min-width:521px){
    .logo a.menu--button {
        display: none;
    }
    .show-mobile{
        display: none;
    }
}
@media screen and (max-width:520px){
    .hide-mobile{
        display: none;
    }
    .lang-link{
        display: none;
    }
    .lang-link.active{
        position: fixed;
        z-index: 111;
        top: 75px;
        display: block;
    }
    .logo h1.logo{
        z-index: 120;
        position: relative;
        width: 150px;
        height: 80px;
    }
    .logo h1.logo a {
        background-position: -10px -10px;
    }
    .logo h1.logo.active{
        position: fixed;
        top: 0;
        left: 0;
    }
    .logo div.rightside{
        width:100%;
    }
    .logo div.rightside{
        text-align: center;
        padding-right: 0;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #92d1f4;
        padding-top: 115px;
        z-index: 110;
        display: none;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        color: transparent;
        font-size: 0px;
        line-height: 0px;
    }
    .logo div.rightside a{
        font-size: 22px;
        display: block;
        line-height: 48px;
        text-align: left;
        margin-left: 10%;
    }
    .logo div.rightside.active{
        display: block;
    }
    .logo .form-login{
        display:none;
    }
    .logo .login-rwd{
        display: block;
    }
    .logo .form-login button{
        display: inline;
        float:none;
    }
    .logo .basket-box{
        position: absolute;
        /* background: transparent; */
        /* background: url(/images/icon-basket.png) no-repeat 15px center rgba(0,0,0, 0.3); */
        /* color: black; */
        background-color: transparent;
        width: 140px;
        top: 0;
        right: 50px;
        padding-top: 15px;
        padding-bottom: 15px;
        padding-left: 55px;
    }
    .main .box .floatcenterwrap, .main .hbox .floatcenterwrap{
        left:0;
        text-align: center;
        width: 100%;
        display: block;
    }
    #box_mainproducts ul.paginator{
        text-align: center;
        left:0;
        width: 100%;
    }
    #box_mainproducts ul.paginator li{
        float:none;
        display: inline;
    }
    #box_productsearch .innerbox label{
        font-size: 12px;
        line-height:16px;
    }
    #box_basketstep2 .innerbox .button{
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }
    #box_basketstep2 .innerbox form.register, #box_basketstep2 .innerbox form.order{
        width: 100%;
        display: block;
    }
    .width50,
    .main .innerbox .shaded_inputwrap{
        width: 100%;
        display: block;
    }
    .width50{
        margin:10px 0;
    } 
    .main .innerbox .shaded_inputwrap input{
        padding-left:10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    #box_basketfinal p{
        font-size:12px;
    }
    #box_basketfinal .innerbox{
        font-size:12px;
    }
    #box_passchange label{
        font-size:12px;
    }
    .logo .box-info h2 a,
    .logo .box-info h2{
        font-size:15px!important;
    }
    .logo .basket-box span.head-text {
        font-size: 12px;
        line-height: 33px;
    }
    .fb-header {
        top: 20px;
    }
    .logo .search-info {
        margin-top: 0px;
        margin-bottom: 0px;
    }
    #box_menu .innerbox ul.standard{
        display: none;
    }
    #box_menu .innerbox div.promotion-box{
        display: none;
    }
    #box_menu .innerbox div{
        z-index: 14;
    }
    #box_menu .boxhead p{
        cursor: pointer;
    }
    #box_menu .boxhead p::after{
        display: inline-block;
        width:10px;
        height:10px;
        position: relative;
        content:'';
        margin-left:5px;
        background:url("../img/menu_arrow_down.png")no-repeat center center;
        background-size:cover;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }
    #box_menu .boxhead p.active::after{
        -moz-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    .main .box .innerbox {
        padding: 0px 20px 0px 20px;
        height: auto;
        min-height: 0px;
    }
    .slide {
        padding: 0px;
    }
    #box_statistics{
        display: none;
    }
}
@media screen and (max-width:490px){
    
    .wrappe-fixed-menu.show{
        padding-left: 5px;
        padding-right: 5px;
    }
    .footer .innerfooter li.col3, #box_mainproducts .innerbox table.products tr.fewperrow td.col3{
        width: 100%;
    }
    .main .innerbox span.productname{
        text-align: center;
    }

    .fb-header{
        display:none;
    }
    .main .box{
        display: block;
        float: left;
        width: 100%;
    }
    .main .innermain{
        display: block;
        float: left;
    }
    #slide img{
        max-width:100%;
    }
    .main{
        display: block;
        float:left;
        width: 100%;
    }
    .innermain>tbody{
        float: left;
    }
    #box_basketaddress button.back, #box_basketaddress button.button{
        width: 100%;
        display: block;
        float: left;
        margin:0 0 10px 0!important;
    }
    body, input{
        font-size:13px;
    }
    #box_basketaddress .innerbox tbody #address_type2{
        margin-left: 5px;
    }
    .unibox form button.button, .unibox form fieldset div{
        width:100%;
        display: block;
        float: left;
        margin:0;
    }
    .unibox form fieldset div{
        margin-top:10px;
    }
     #box_basketfinal .important{
        width: 100%;
        margin-top:5px;
     }
     #box_address .innerbox tbody td.label{
        font-size:11px;
    }
    #box_panel .innerbox a.button{
        margin:10px 0 0 0;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    #box_basketlist .innerbox tr.buttons button.button{
        width: 170px;
        margin:40px auto 0;
    }
}
@media screen and (max-width:468px){

    .wrappe-fixed-menu>.content>.box.content-basket{
        width: 70px;
    }
    .wrappe-fixed-menu>.content>.box.search-box {
        width: calc(100% - 90px);
    }
    #box_productrelated .innerbox .productrow {
        width: 97%;
    }
    .wrappe-fixed-menu>.content>.box.content-basket .hide-rwd{
        display: none;
    }
/*    #box_basketlist .innerbox table.productlist thead{
        display: none;
    }
    #box_basketlist .innerbox table.productlist tbody,#box_basketlist .innerbox table.productlist tbody tr{
        display: block;
    }
    #box_basketlist .innerbox table.productlist tbody td{
        display: inline-block;
        border:none;
    }
    #box_basketlist .innerbox table.productlist tfoot{
        display: table;
    }*/
}
@media screen and (max-width:400px){

    #box_productfull table.maininfo td.productimg div img{
        width:100%;
    }
}
@media screen and (max-width:350px){

    #box_basketlist .productlist tfoot .buttons .addtobasket, .main .innerbox button.addtobasket {
        width: 150px;
         background-image: none; 
    }
}
@media screen and (min-width:1020px){
    .wrappe-fixed-menu{
        width: 100%;
        z-index: 105;
        font-family: 'Open Sans', sans-serif;
        display: none;
        float: left;
        top: 0;
        left: 0;
        position: fixed;
        background:url("/images/bg-fixed-menu.png")repeat-x left top;
        height: 68px;
        border-bottom: 1px solid #0494c6;
        -webkit-box-shadow: 0 1px 3px 0 rgba(190,190,190,0.9);
        box-shadow: 0 1px 3px 0 rgba(190,190,190,0.9);
    }
    .wrappe-fixed-menu.show{
        display: block;
    }
    .wrappe-fixed-menu>.content>.box.btn-show-basket a,
    .wrappe-fixed-menu>.content>.box.search-box input, .wrappe-fixed-menu>.content>.box.search-box button,
    .wrappe-fixed-menu, .wrappe-fixed-menu>.content>.box, .wrappe-fixed-menu>.content>.box.content-basket{
        -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
        -moz-box-sizing: border-box;    /* Firefox, other Gecko */
        box-sizing: border-box;
    } 
    .wrappe-fixed-menu>.content{
        display: block;
        margin: 0 auto;
        width: 1000px;
    }
    .wrappe-fixed-menu>.content>.box{
        display: inline-block;
        float: left;
    }
    .wrappe-fixed-menu>.content>.box.logo{
        width: 178px;
    }
    .wrappe-fixed-menu>.content>.box.search-box{
        width: 430px;
    }
    .wrappe-fixed-menu>.content>.box.content-basket{
        width: 250px;
    }
    .wrappe-fixed-menu>.content>.box.btn-show-basket{
        width: 100px;
        float: right;
        margin-top: 20px;
    }
    .wrappe-fixed-menu>.content>.box.logo>h1>a{
        display:block;
        float: left;
        background: url("/images/logo-menu-fixed.png") no-repeat left top;
        width: 100%;
        padding: 30px 0;
    }
    .wrappe-fixed-menu>.content>.box.search-box input{
        width: 280px;
        padding-left:13px;
        -webkit-border-radius: 5px 0 0 5px;
        border-radius: 5px 0 0 5px;
        border: none;
        font-size: 17px;
        color: #a3a3a3;
        font-weight: 300;
        height: 40px;
        line-height: 40px;
    }
    .wrappe-fixed-menu>.content>.box.search-box button{
        -webkit-border-radius: 0 5px 5px 0;
        border-radius:0 5px 5px 0;
        font-size: 18px;
        height: 40px;
        background: url("/images/search-btn.png") repeat-x left top;
        color: #fff;
        font-weight: 600;
        text-shadow: 0 -1px 0 #00417a;
        width: 145px;
        text-align: center;
        border: none;
        margin:14px 0 0 -3px;
        line-height: 40px;
    }
    .wrappe-fixed-menu>.content>.box.search-box button:active,
        .wrappe-fixed-menu>.content>.box.search-box button:focus,
        .wrappe-fixed-menu>.content>.box.search-box button:hover{
        background: no-repeat;
        background-color: #004b8c;
    }
    .wrappe-fixed-menu>.content>.box.content-basket{
        padding-left: 45px;
        background: url("/images/icon-basket.png") left center no-repeat;
        color: #fff;
        text-shadow: 0 -1px 0 #0b86b0;
        font-size: 12px;
        margin:9px 0 0 35px;
    }
    .wrappe-fixed-menu>.content>.box.content-basket h2{
        font-size: 18px;
        font-weight: 600;
        margin:0;
        padding: 0;
        color: #fff;
    }
    .wrappe-fixed-menu>.content>.box.btn-show-basket a{
        width: 100%;
        text-align: center;
        border: 1px solid #fff;
        padding: 5px 0;
        color: #fff;
        text-decoration: none;  
        display: block;
        float: right;
        font-size: 11px;  
    }
    .wrappe-fixed-menu>.content>.box.btn-show-basket a:active,
        .wrappe-fixed-menu>.content>.box.btn-show-basket a:focus,
        .wrappe-fixed-menu>.content>.box.btn-show-basket a:hover{
        background-color: rgba(255,255,255, 0.2);
    }
}
.col-md-2{
    width: 16.33%;
    display: inline-block;
    box-sizing: border-box;
    float: left;
}
.row{
    width: 100%;
    float: left;
}
.lang-content{
    font-size:12px;
    padding: 10px 10px 0 10px;
    display:block;
    text-align: center;
}
.lang-content img{
    width: 100%;
    margin-bottom: 10px;
}
@media screen and (max-width:992px) {
    .col-md-2 {
        width: 49%;
    }
    .lang-content p {
        font-size: 22px;
    }
}

@media screen and (max-width:468px) {
    .col-md-2 {
        width: 99%;
    }
}
@media screen and (max-width:590px) {
    .logo .search-info {
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .logo h1.logo {
        z-index: 120;
        position: relative;
        width: 150px;
        height: 80px;
    }
    .logo h1.logo a {
        background-position: -10px -10px;
    }
}
@media screen and (max-width:992px) {
}