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

body, html {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	border: none;
}

body {
	min-width: 980px;
	z-index: 0;
	background: #ccc;
	font-family: Arial, Helvetica, Sans-Serif;
	color: #666;
}

a {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: none;
	color: #000;
}
a.clean, a.clean:hover {
	text-decoration: none;
	border-bottom: none;
}
img, table, a img, a:hover img, a img:hover {
	border-bottom: none;
}
hr {
	border: none;
	border-top: 1px solid #ededed;
	color: #ededed;
	background-color: #ededed;
	height: 1px;
	margin: 10px 0 10px 0;
}
h2 {
	background: #ededed;
	color: #333;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 2px solid #ccc;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	padding: 5px 10px 3px 10px;
}
h3 i {
	margin-right: 7px;
}

.main {
	display: block;
	overflow: hidden;
	width: 980px;
	position: relative;
	left: 50%;
	margin: 0 0 0 -490px;
}

#header {
	display: block;
	overflow: hidden;
	margin: -10px -10px 0 -10px;
	background: #fff url(/images/bg_logo.png) no-repeat 0 0;
	box-sizing: border-box;
	padding: 10px;
}
#logo {
	position: relative;
	float: left;
	width: 300px;
}

#freedelivery {
	position: relative;
	display: block;
	overflow: hidden;
	float: left;
	margin: 5px 0 0 50px;
	padding: 0 0 0 75px;
	height: 36px;
	font-size: 12px;
	line-height: 18px;
	background: transparent url(/images/dpd.png) no-repeat left center;
	color: #666;
}
a#freedelivery:hover {
	color: #000;
}

#basket_content {
	position: absolute;
	top: 30px;
	right: 5px;
	font-size: 13px;
	line-height: 16px;
	display: block;
	overflow: hidden;
}
#basket_content div {
	float: left;
	margin-left: 20px;
}
#basket_content:hover {
	cursor:pointer;
}


#header #mainmenu_placeholder {
	height: 92px;
	display: block;
}

#page {
	position: relative;
	margin: 0;
	padding: 0 0 0 0;
	display: block;
	overflow: hidden;
}
#page .main {
	background: #fff;
	padding: 42px 10px 10px 10px;
	margin-left: -500px;
}
#page .main.notop {
	padding-top: 10px;
}

#menu {
	position: relative;
	background: #1a1a1a url(/images/bg_button.png) repeat-x top left;
	height: 54px;
	font-family: "Open Sans Condensed", "Arial Narrow", Sans-Serif;
	font-weight: 700;
	font-stretch: condensed;
	margin: 0 -10px 10px -10px;
}
#menu.textonly {
	height: 32px;
	font-size: 18px;
	line-height: 32px;
}
#menu.textonly span {
	padding-left: 10px;
	border: none;
}
#menu a {
	display: table-cell;
	overflow: hidden;
	font-size: 16px;
	line-height: 22px;
	text-transform: uppercase;
	color: #fff;
	min-width: 104px;
	height: 44px;
	padding: 5px 10px;
	text-align: center;
	border-right: 1px solid #333;
	vertical-align: middle;
	transition: .2s ease-in-out;
}
#menu a:hover {
	color: #fcda00;
	background: #000;
}
#menu span {
	font-size: 18px;
	line-height: 32px;
	text-transform: uppercase;
	color: #fff;
	padding: 4px 5px;
	border-right: 1px solid #333;
}

h1 {
	float: right;
	display: block;
	overflow: hidden;
	position: relative;
	color:  #999;
	line-height: 15px;
	font-size: 11px;
	font-weight: normal;
	letter-spacing: -0.5px;
	margin: 0;
	padding: 1px 2px 0 2px;
	text-transform: lowercase;
	font-style: italic;
	font-family: Trebuchet MS, Sans-Serif;
}
h2.maintitle {
	position: relative;
	padding: 9px 80px 2px 0;
	color:  #000;
	line-height: 24px;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: -1px;
	/*background: #fff url(/images/bg_h1.gif) no-repeat right 9px;*/
	background: #fff;
	border: none;
}
h2.maintitle.filter {
	padding-top: 0;
	margin-top: 0;
}
h2.maintitle span {
	color: #ccc;
	padding: 0 10px 0 10px;
}
h2.maintitle b.discount {
	display: inline-block;
	background: #000;
	color: #fff;
	margin-left: 20px;
	border-radius: 3px;
	padding: 2px 5px 2px 5px;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0px;
	font-family: "Open Sans Condensed", "Arial Narrow", Sans-Serif;
	font-weight: 700;
}
h2.maintitle b.discount span {
	color: #fcda00;
	padding: 0;
}
h3 {
	color: #1a1a1a;
	font-size: 16px;
	line-height: 20px;
	font-family: "Open Sans Condensed", "Arial Narrow", Sans-Serif;
	font-weight: 700;
}
h3.hilited {
	background: #ededed;
	color: #333;
	border-bottom: 2px solid #ccc;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	padding: 5px 10px 3px 10px;
}
h3.bottomspace {
	margin-bottom: 5px;
}
h4 {
	color: #1a1a1a;
	font-size: 14px;
	line-height: 18px;
	font-family: "Open Sans Condensed", "Arial Narrow", Sans-Serif;
	font-weight: 700;
}
h4 a {
	color: #1a1a1a;
}
h4 a:hover {
	color: #000;
}


#column_left {
	width: 170px;
	display: block;
	overflow: hidden;
	position: relative;
	padding: 10px 0 0 0;
}
#content_wrapper {
	float: right;
	width: 800px;
	display: block;
	overflow: hidden;
}
#content {
	display: block;
	overflow: hidden;
	float: left;
	width: 470px;
}
#content.full {
	width: 800px;
}
#column_right {
	float: right;
	display: block;
	overflow: hidden;
	width: 300px;
	padding: 0 0 10px 0;
}
#content_wrapper.old #content {
	width: 570px;
}
#content_wrapper.old #column_right {
	width: 200px;
}

#content_full {
	display: block;
	overflow: hidden;
	width: 800px;
	float: none;
	clear: both;
}


#column_left .box {
	display: block;
	overflow: hidden;
	background: #ededed;
	margin: 0 10px 10px 0;
	padding: 0 0 5px 0;
	position: relative;
}
#column_left .box h4 {
	background: #000;
	color: #fff;
	font-size: 16px;
	font-family: "Open Sans Condensed", "Arial Narrow", Sans-Serif;
	font-weight: 700;
	line-height: 20px;
	padding: 3px 5px;
	margin: 0 0 5px 0;
}
#column_left .box h4.hilite {
	color: #fcda00;
}
#column_left .box h4 i.fa {
	float: right;
	font-weight: normal;
	margin: 2px 0px 0 0;
}

#column_left .box p {
	color: #333;
	font-size: 11px;
	line-height: 14px;
	padding: 0px 5px 2px 5px;
}
#column_left .box .row {
	display: block;
	overflow: hidden;
	padding: 5px;
	color: #333;
	font-size: 13px;
	line-height: 20px;
}
#column_left .box .row a {
	color: #333;
	font-size: 13px;
	padding: 0;
	line-height: 16px;
}
#column_left .box .row a.nopad {
	color: #333;
}
#column_left .box .row a i {
	color: #666;
	margin-right: 2px;
}
#column_left .box .row a:hover {
	color: #000;
}
#column_left .box .row a:hover i {
	color: #000;
}

#column_left .box select#sel_store_country {
	width: 100%;
}

#column_left .box ul li {
	display: block;
	overflow: hidden;
}

#column_left .banner {
	position: relative;
	margin: 0 0 10px 0px;
}





#footer {
	display: block;
	overflow: hidden;
	padding: 0;
}
#footer .main {
	background: #ededed;
	padding: 10px;
	margin-left: -500px;
	border-top: 10px solid #ccc;
}
#footer .fcolumn {
	position: relative;
	float: left;
	display: block;
	overflow: hidden;
	width: 230px;
	margin-left: 40px;
}

#footer #pageinfo {
	width: 170px;
	font-size: 12px;
	line-height: 16px;
	padding: 0;
	margin: 0;
}
#footer #pageinfo.other {
	background: transparent;
	padding: 0 0 0 0;
}
#footer #pageinfo p {
	padding: 0 10px 4px 10px;
	color: #666;
}
#footer #pageinfo p.bigger {
	font-size: 14px;
	font-weight: 700;
	letter-spacing: -1px;
	color: #333;
}
#footer #pageinfo p.smaller {
	font-size: 11px;
	margin-top: -7px;
}
#footer #pageinfo p a {
	color: #333;
}
#footermenu {
	padding: 5px 0 0 0;
}
#footernews {
	padding: 5px 0 0 0;
}
#footer #payment_info {
	position: relative;
	float: right;
	text-align: right;
}
#payment_info .methods {
	margin: 5px 0 10px 0;
	padding: 0;
	display: block;
	overflow: hidden;
}
#payment_info .methods img {
	margin: 0 0 3px 3px;
}
#footer h4 {
	font-size: 12px;
}
#footer p.menu {
	font-size: 11px;
	line-height: 14px;
	padding: 6px 0 0 0;
}
#footer p.menu a {
	color: #454545;
}
#footer p.menu a:hover {
	color: #000;
}
#footer .bisnode {
	display: block;
	overflow: hidden;
	position: relative;
	width: 168px;
	height: 168px;
	margin: 20px 0 0 0;
}
#footer .bisnode img {
	position: absolute;
	left: -1px;
	top: -1px;
	width: 170px;
	height: 170px;
}

#bottom_categories {
	display: block;
	overflow: hidden;
	padding: 10px 0 5px 0;
	background: #ccc;
	font-family: Tahoma,Trebuchet MS, Sans-Serif;
}
#bottom_categories .main {
	margin-left: -500px;
	width: 1000px;
}
#bottom_categories p {
	font-size: 10px;
	margin: 0;
	padding: 0 0 3px 0;
	line-height: 14px;
}
#bottom_categories p a {
	color: #666;
	padding-right: 10px;
}
#bottom_categories p a.first {
	color: #333;
	text-transform: uppercase;
}
#bottom_categories p a:hover {
	color: #000;
}
#bottom_categories div.psilon {
	color: #999;
	padding: 3px 0 0 0;
	font-size: 10px;
	line-height: 15px;
	text-align: right;
}
#bottom_categories div.psilon a {
	color: #999;
}
#bottom_categories div.psilon a.psilon {
	background: url(/images/icons/sprites.png) no-repeat 0px -160px;
	padding: 0 0 0 20px;
	color: #666;
}
#bottom_categories div.psilon a:hover {
	color: #1a1a1a;
}
#bottom_categories div.psilon a.id3 {
	background: url(/images/icons/sprites.png) no-repeat 0px -200px;
	padding: 0 0 0 16px;
	margin-left: 3px;
}
#bottom_categories .delimiter {
	color: #bababa;
}


#toprow {
	position: fixed;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 32px;
	background: #afafaf;
	box-shadow: 0 0 3px #333;
	font-size: 12px;
	overflow: hidden;
	display: block;
	z-index: 3;
}
#toprow .main {
	font-size: 12px;
	overflow: hidden;
	display: block;
	width: 1000px;
	margin-left: -500px;
}
#toprow div.noborder {
	border: none;
	padding-left: 0px;
}

#toprow #flags {
	float: left;
	border: none;
	padding: 6px 0 0 10px;
	overflow: hidden;
}
#toprow #flags a {
	margin: 2px 5px 0 0;
	transition: .2s ease-in-out;
}
#flags a img {
	opacity: 0.6;
	width: 20px;
	height: auto;
	border-radius: 2px;
	transition: .2s ease-in-out;
}
#flags a.sel img {
	opacity: 1;
}
#flags a:hover img {
	opacity: 1;
}
#topmenu {
	display: block;
	overflow: hidden;
	float: left;
	line-height: 32px;
	font-size: 11px;
}
#topmenu a {
	margin-left: 15px;
	color: #454545;
	transition: .2s ease-in-out;
}
#topmenu a:hover {
	color: #000;
}

#toprow form {
	float: left;
	margin: 6px 5px 0 5px;
	padding: 0;
	border-radius: 3px;
	border: none;
	background: #fff url(/images/icons/sprites.png) no-repeat right -80px;
	height: 20px;
}
input#srch_query {
	width: 120px;
	text-align: left;
	margin: 0;
	padding: 2px 0 0 0;
	border: none;
	box-shadow: none;
	color: #b2b2b2;
	font-size: 12px;
}
#srch_query.white {
	color: #fff;
}
#srch_query:focus, #srch_query.white:focus  {
	color: #333;
}

#srch_submit {
	width: 20px;
	height: 18px;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
	padding: 0;
	background: transparent;
	border: none;
	transition: .2s ease-in-out;
}
#srch_submit:hover {
	cursor: pointer;
}
#topbasket {
	float: left;
	display: block;
	overflow: hidden;
	color: #454545;
	line-height: 32px;
	font-size: 12px;
	padding: 0 10px 0 18px;
	background: transparent url(/images/icons/basket_small.png) no-repeat 0 8px;
	margin-left: 10px;
	transition: .2s ease-in-out;
}
#topbasket.b2b {
	padding: 0 10px 0 0;
	background: transparent;
}
#topbasket span, #topbasket b, #topbasket i {
	font-size: 12px;
}
#topbasket.b2b b.forpay {
	display: block;
	background: url(/images/icons/basket_small_green.png) no-repeat 0 8px;
	padding-left: 17px;
	margin-left: 5px;
	float: right;
	color: #390;
}
#topbasket.b2b b.inprog {
	display: block;
	background: url(/images/icons/basket_small_yellow.png) no-repeat 0 8px;
	padding-left: 17px;
	margin-left: 5px;
	float: right;
	color: #960;
}
#toprow #topbasket.b2b b.forappr {
	display: block;
	background: url(/images/icons/basket_small_red.png) no-repeat 0 8px;
	padding-left: 17px;
	margin-left: 5px;
	float: right;
	color: #900;
}
#topbasket:hover {
	cursor:pointer;
	color: #000;
}
#basket_popup {
	display: none;
	position: fixed;
	top: 24px;
	left: 50%;
	margin: 0 0 0 -5px;
	font-size: 12px;
	line-height: 18px;
	max-width: 280px;
	background: #afafaf;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	padding: 8px;
	box-shadow: 0 3px 3px #999;
	z-index: 4;
}
#basket_popup a.quicklink {
	line-height: 18px;
	background: #333;
	padding: 0px 5px;
	color: #fff;
	font-family: "Open Sans Condensed", "Arial Narrow", Sans-Serif;
	font-weight: 700;
	font-size: 12px;
	text-transform: uppercase;
	border-radius: 3px;
	margin: 0 2px;
	transition: .2s ease-in-out;
}
#basket_popup a.quicklink:hover {
	background: #000;
	color: #fcda00;
}
#usrbox {
	line-height: 32px;
	position: relative;
	font-size: 12px;
	float: left;
	display: block;
	overflow: hidden;
}
#usrbox #usrinfo {
	position: relative;
	display: inline-block;
	overflow: hidden;
	color: #454545;
	border-left: 1px solid #999;
	padding: 0 8px;
	margin: 0;
}
#usrbox a {
	position: relative;
	display: inline-block;
	overflow: hidden;
	color: #333;
	text-transform: uppercase;
	font-family: "Open Sans Condensed", "Arial Narrow", Sans-Serif;
	font-size: 14px;
	font-weight: 700;
	padding: 0 8px;
	border-left: 1px solid #999;
	margin: 0;
	transition: .2s ease-in-out;
}
#usrbox a:hover {
	color: #000;
}
a#toplogin {
	background: #390;
	line-height: 32px;
	font-size: 14px;
	border: none;
	color: #fff;
	text-transform: uppercase;
	font-family: "Open Sans Condensed", "Arial Narrow", Sans-Serif;
	font-weight: 700;
	transition: .2s ease-in-out;
}
a#toplogin:hover {
	color: #fcda00;
	background-color: #000;
}
a#toplogout {
	background-color: #933;
	color: #fff;
	transition: .2s ease-in-out;
}
a#toplogout:hover {
	background-color: #633;
	color: #fff;
}
#usrbox i.fa {
	font-size: 13px;
}



#mainmenu {
	position: relative;
	background: #ededed;
	width: 100%;
	box-shadow: 0 0 5px #999;
}
#mainmenu .main {
	padding: 0;
}
#mainmenu .item {
	float: left;
	margin: 5px 0 5px 10px;
	background: url(/images/bg_mainmenu_item.png) no-repeat center top;
	width: 112px;
	min-height: 82px;
	display: block;
	position: relative;
	font-family: "Open Sans Condensed", "Arial Narrow", Sans-Serif;
	font-weight: 700;
}
#mainmenu .item a {
	position: absolute;
	left: 6px;
	bottom: 10px;
	width: 100px;
	color: #fcda00;
	font-size: 14px;
	line-height: 15px;
	text-transform: uppercase;
	text-align: center;
}
#mainmenu .item a.sel, #mainmenu .item a:hover, #mainmenu .item:hover a {
	color: #fff;
}
#mainmenu .item:hover {
	cursor: pointer;
}

#warningline {
	position: absolute;
	left: 50%;
	margin: 0 0 0 -490px;
	bottom: 3px;
	width: 980px;
	display: block;
	overflow: hidden;
}

#cookieinfo {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	display: block;
	overflow: hidden;
	padding: 30px 0 30px 30px;
	color: #fff;
	background: transparent url(/images/bg_cookie.png) repeat left top;
	z-index: 2;
	min-width: 300px;
}
#cookieinfo b {
	float: left;
	display: block;
	padding: 10px;
	line-height: 20px;
	font-size: 12px;
}
#cookieinfo a {
	color: #999;
	font-size: 11px;
	font-weight: normal;
}
#cookieinfo a:hover {
	color: #fff;
}
#cookieinfo button#cookieok {
	border: none;
	border-radius: 3px;
	background: #390;
	color: #fff;
	font-size: 14px;
	line-height: 24px;
	font-weight: bold;
	padding: 5px 5px 5px 5px;
	width: auto;
	margin: 0 15px 0 15px;
	font-family: Arial, helvetica, Sans-Serif;
}
#cookieinfo button#cookieok:hover {
	cursor: pointer;
	background: #6c0;
	color: #fff;
}
#cookieinfo a#closecookieinfo {
	position: absolute;
	top: 10px;
	right: 40px;
	color: #fff;
	opacity: 0.5;
}
#cookieinfo a#closecookieinfo:hover {
	opacity: 1;
}



.social_like {
	display: block;
	overflow: hidden;
	margin-bottom: 20px;
	font-size: 10px;
	color: #ccc;
}
.social_like #button_fb {
	position: relative;
	float: left;
	overflow:hidden;
}
.social_like #button_twitter {
	position: relative;
	float: left;
	width: 100px;
	overflow: hidden;
	margin-right: 10px;
}
.social_like #button_gplusone {
	position: relative;
	float: left;
	width: 90px;
	display: block;
	overflow: hidden;
	margin-right: 10px;
}

#social_share {
	display: block;
	overflow: hidden;
	height: 32px;
	color: #dfdfdf;
	margin: 10px 0 10px 0;
	text-align: right;
}
#social_share a {
	margin-left: 10px;
	float: right;
}
#social_share span {
	float: right;
	line-height: 32px;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: -3px;
	margin-right: 10px;
}



.paginator {
	text-align: center;
	display: block;
	overflow: hidden;
	padding: 5px;
	color: #999;
	font-size: 16px;
	line-height: 20px;
	position: relative;
	text-transform: uppercase;
	margin: 10px 0;
}
.paginator .pages {
	margin: 0 120px 0 120px;
	text-align: center;
	position: relative;
}
.paginator a {
	position: relative;
	color: #666;
	padding: 0 7px 0 7px;
	font-family: "Open Sans Condensed", "Arial Narrow", Sans-Serif;
	font-weight: 700;
}
.paginator a:hover {
	color: #000;
}
.paginator span {
	position: relative;
	color: #000;
	padding: 0 7px 0 7px;
	background: #ededed;
	border-radius: 3px;
	font-family: "Open Sans Condensed", "Arial Narrow", Sans-Serif;
	font-weight: 700;
}
.paginator .prev {
	float: left;
	text-align: left;
	color: #999;
	position: relative;
	width: 150px;
	font-size: 14px;
	font-family: "Open Sans Condensed", "Arial Narrow", Sans-Serif;
	font-weight: 700;
}
.paginator .prev a {
	color: #333;
	padding-left: 4px;
}
.paginator .prev i {
	font-size: 16px;
	margin-right: 5px;
}
.paginator .prev:hover a {
	color: #000;
}
.paginator .next {
	float: right;
	text-align: right;
	color: #999;
	position: relative;
	width: 150px;
	font-size: 14px;
	font-family: "Open Sans Condensed", "Arial Narrow", Sans-Serif;
	font-weight: 700;
}
.paginator .next a {
	color: #333;
	padding-right: 4px;
}
.paginator .next i {
	font-size: 14px;
	margin-left: 5px;
}
.paginator .next:hover a {
	color: #000;
}
.paginator .prev span, .paginator .next span {
	position: relative;
	color: #999;
	padding: 0;
	background: transparent;
	border-radius: 0;
}
.paginator .prev a span, .paginator .next a span {
	position: relative;
	color: #333;
	padding: 0;
	background: transparent;
	border-radius: 0;
}


.formrow {
	display: block;
	overflow: hidden;
	border-bottom: 1px solid #ededed;
	padding: 2px;
	margin: 5px 0 5px 0;
	max-width: 800px;
}
#content.full .formrow {
	width: 795px;
}
.formrow .label {
	float: left;
	width: 200px;
	padding: 5px 0 0 0;
	display: block;
	overflow: hidden;
	line-height: 120%;
}
.formrow span.text {
	line-height: 24px;
}
input, textarea, select {
	border: solid 1px #cccccc;
	border-radius: 3px;
	padding: 2px;
	font-family: Arial, Helvetica, Sans-Serif;
}
textarea.trans {
	border: solid 1px #ffffff;
	overflow: hidden;
}
input:focus, textarea:focus, select:focus {
	border: solid 1px #666666;
}
input[type=text]:disabled,input[type=password]:disabled {
	background: #ededed;
	border-color: #ddd;
}
input[type=text]:disabled:hover,input[type=password]:disabled:hover {
	cursor: not-allowed;
}
textarea.trans:focus {
	overflow: auto;
}
textarea {
	font-size: 12px;
	overflow: auto;
}
.formrow input, .formrow textarea, .formrow select {
	width: 490px;
	background: #fff;
	border: 1px solid #ccc;
	box-shadow: 0px 0px 2px #fff;
	-webkit-box-shadow: 0px 0px 2px #fff;
	padding: 2px;
	margin: 0;
}
.formrow input:focus, .formrow textarea:focus, .formrow select:focus {
	border: 1px solid #666;
	box-shadow: 0px 0px 2px #ccc;
	-webkit-box-shadow: 0px 0px 2px #ccc;
}
.formrow input, .formrow textarea, .formrow select {
	margin-bottom: 5px;
}
.content_detail .formrow {
	font-size: 12px;
	line-height: 16px;
	width: 470px;
}
.content_detail .formrow .label {
	width: 160px;
}
.content_detail .formrow input, .content_detail .formrow textarea {
	width: 300px;
}
.formrow input.medium {
	width: 240px;
}
.formrow input.small {
	width: 190px;
}
.formrow input.smaller {
	width: 100px;
}
.formrow input.tiny {
	width: 50px;
}
input.calendar, .formrow input.calendar {
	width: 90px;
	background: url(/images/icons/calendar.png) no-repeat right center;
}
input.calendar_time, .formrow input.calendar_time {
	width: 150px;
	background: url(/images/icons/calendar.png) no-repeat right center;
}

.formrow i {
	color: #999;
	font-size: 11px;
	float: right;
}
input.button, button {
	color: #000;
	background:  #fcda00;
	border: 1px solid #fcda00;
	border-radius: 5px;
	padding: 2px 10px 2px 10px;
	font-size: 14px;
	line-height: 18px;
	font-family: "Open Sans Condensed", "Arial Narrow", Sans-Serif;
	font-weight: 700;
	text-transform: uppercase;
	transition: .2s ease-in-out;
}
input.smaller, button.smaller {
	font-size: 11px;
	line-height: 14px;
	letter-spacing: -0.3px;
	padding: 1px 5px 1px 5px;
}
.formrow input.button, .formrow select, .formrow input[type=checkbox], .formrow input[type=radio],
.formrow button, .formrow input[type=button], .formrow input[type=submit] {
	width: auto;
}

input.button:hover, button:hover {
	background-color: #000;
	border: 1px solid #000;
	color: #fcda00;
	cursor: pointer;
}
input[type=button]:hover, input[type=submit]:hover {
	cursor: pointer;
}

#frm_msg {
	font-weight: bold;
	font-size: 13px;
	line-height: 18px;
	display: none;
	margin-bottom: 20px;
}
#frm_msg p.error {
	color: #c00;
	border: 1px solid #c00;
	padding: 10px 10px 8px 10px;
}





#popup_menu {
	/*background: #666 url(/images/bg_popup_menu.png) repeat-x left top;*/
	background: #1a1a1a;
	width: 1000px;
	display: none;
	overflow: hidden;
	position: absolute;
	top: 0px;
	left: 50%;
	margin: 0 0 0 -500px;
	box-shadow: 0 5px 5px #999;
	z-index: 2;
}
#popup_menu_container {
	background: #f9f9f9;
	margin: 0px 5px 5px 5px;
	display: block;
	overflow: hidden;
	min-height: 140px;
	padding: 10px;
}
#popup_menu_container h3 {
	color: #000;
	font-size: 14px;
	line-height: 17px;
	padding: 0;
	margin-bottom: 10px;
}
#popup_menu_container table {
	border: none;
	margin: 0;
	padding: 0;
	width: 740px;
}
#popup_menu_container table td {
	font-size: 11px;
	color: #333;
	text-align: left;
	vertical-align: top;
	padding: 0;
	margin: 0;
	min-width: 150px;
}
#popup_menu_container table td ul {
	padding: 0 0 0 15px;
	margin: 0 20px 0 0;
	list-style-type: disc;
}
#popup_menu_container table td ul li {
	line-height: 13px;
	padding: 0 0 2px 0px;
	margin: 0 0 0 -2px;
	color: #999;
}
#popup_menu_container table td ul li.first {
	font-weight: bold;
	border-bottom: 1px solid #ededed;
	margin: 0 0 3px -15px;
	padding: 0 0 3px 0;
	list-style-type: none;
	color: #333;
}
#popup_menu_container table td ul li:hover {
	text-shadow: 0 0 1px #999;
	list-style-type: circle;
	cursor: pointer;
}
#popup_menu_container table td ul li.first:hover {
	list-style-type: none;
}
#popup_menu_container table td a {
	color: #333;
}
#popup_menu_container table td a:hover {
	color: #000;
}
#popup_menu_container .brands {
	float: right;
	width: 200px;
	display: block;
	overflow: hidden;
	color: #000;
	padding-top: 27px;
}
#popup_menu_container div.hilite a {
	color: #000;
	font-weight: bold;
	line-height: 24px;
	padding: 0 8px 0 8px;
	text-transform: uppercase;
}


#popup_filter {
	display: none;
	overflow: hidden;
	position: absolute;
	z-index: 11111;
	background: transparent url(/images/bg_filter_arrow.png) no-repeat 0 5px;
	padding: 0 0 0 29px;
}
#popup_filter_body {
	background: #999;
	color: #000;
	border: 1px solid #999;
	border-radius: 5px;
	padding: 3px;
	font-size: 11px;
	line-height: 15px;
	width: 200px;
	min-height: 20px;
	overflow: hidden;
	box-shadow: 2px 2px 5px #333;
	margin: 0 5px 5px 0;
}


#popup_login {
	position: fixed;
	top: 60px;
	color: #fff;
	background:  #333;
	border: 1px solid  #333;
	border-radius: 5px;
	box-shadow: 0 0 10px #000;
	max-width: 350px;
	z-index: 5;
	display: none;
}
#popup_login #frmlogin {
	padding: 10px;
}
#popup_login #frmlogin h3 {
	color: #fcda00;
	padding-bottom: 10px;
}
#popup_login #frmlogin .formrow {
	border: none;
	width: 350px;
}
#popup_login #frmlogin .formrow .label {
	width: 120px;
	font-size: 12px;
}
#popup_login #frmlogin .formrow input[type="text"],
#popup_login #frmlogin .formrow input[type="password"] {
	width: 200px;
	box-shadow: none;
	border: 1px solid #ccc;
	background: #ccc;
}
#popup_login #frmlogin .formrow input:focus {
	border: 1px solid #fff;
	background: #fff;
}
#popup_login #button_login {
	margin-left: 120px;
	width: auto;
	letter-spacing: 0;
	font-size: 16px;
	font-family: "Open Sans Condensed", "Arial Narrow", Sans-Serif;
	font-weight: 700;
}
#popup_login input#button_resend_password, #popup_login button#button_goregister {
	width: auto;
	letter-spacing: 0;
	font-size: 12px;
	font-family: "Open Sans Condensed", "Arial Narrow", Sans-Serif;
	font-weight: 700;
	width: auto;
}
#popup_login p {
	padding: 20px 0 5px 0;
	font-size: 12px;
	line-height: 15px;
}
#popup_login a {
	color: #fcda00;
}
#popup_login a:href {
	color: #fff;
}

#errorbox {
	display: none;
	position: fixed;
	z-index: 200;
	top: 150px;
	left: 50%;
	min-width: 300px;
	max-width: 480px;
	border: 1px solid #1a1a1a;
	border-radius: 10px;
	box-shadow: 0px 0px 15px #000;
	color: #fff;
	font-size: 12px;
	padding: 10px;
	background: #1a1a1a;
}
#errorbox_title {
	color: #fcda00;
	font-family: "Open Sans Condensed", "Arial Narrow", Sans-Serif;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 24px;
	padding: 0px;
	margin: 0 24px 10px 0;
}
#errorbox_msg {
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 12px;
	overflow: hidden;
	line-height: 16px;
}
#errorbox_msg a {
	color: #ffc;
}
#errorbox_msg a:hover {
	color: #fcda00;
}

.left {
	float: left;
}
.right {
	float: right;
}
.centralizer {
	text-align: center;
}
.rightalizer {
	text-align: right;
}
.spacer {
	display: block;
	height: 10px;
	line-height: 10px;
}
.fixator {
	display: block;
	overflow: hidden;
}
.wider {
	letter-spacing: 1px;
}
.delimiter {
	padding: 0 10px 0 10px;
}
.bottom_spacer {
	margin-bottom: 10px;
}
.p5 {
	padding: 5px;
}
.p10 {
	padding: 10px;
}
.mt {
	margin-top: 10px;
}
.mb {
	margin-bottom: 10px;
}
.mr {
	margin-right: 10px;
}
.ml {
	margin-left: 10px;
}
.lite, p.lite {
	color: #999;
}
.dark {
	color: #000;
}
.darker {
	color: #333;
}
.yellow {
	color: #fcda00;
}
.uppercase {
	text-transform: uppercase;
}
.font_oscb {
	font-family: "Open Sans Condensed", "Arial Narrow", Sans-Serif;
	font-weight: 700;
}
.info, p.info, #content p.info {
	background: url(/images/icons/info.png) no-repeat 0 0;
	padding-left: 20px;
}



a.reload {
	background: url(/images/icons/reload.png) no-repeat left center;
	padding: 0 5px 0 22px;
}
a.close {
	background: url(/images/icons/close.png) no-repeat left center;
	padding: 0 5px 0 18px;
}
a.down {
	background: url(/images/icons/down.png) no-repeat left center;
	padding: 0 5px 0 20px;
}
a.pdf {
	background: url(/images/icons/toolbar.png) no-repeat 0px 0px;
	padding: 0 0 0 20px;
}
a.lock {
	background: url(/images/icons/lock.png) no-repeat left center;
	padding: 0 5px 0 18px;
}
a.loading {
	background: url(/images/loading_16.gif) no-repeat 0px 0px;
	padding: 0 0 0 20px;
}
a.back span {
	background: url(/images/icons/filters.png) no-repeat 0px -38px;
	line-height: 16px;
	padding-left: 12px;
}
a.back:hover span {
	background: url(/images/icons/filters.png) no-repeat -120px -38px;
}
a.add span {
	background: url(/images/icons/filters.png) no-repeat 0px -98px;
	line-height: 16px;
	padding-left: 12px;
}
a.add:hover span {
	background: url(/images/icons/filters.png) no-repeat -120px -98px;
}

#column_left .boxlite .row a.user {
	background: url(/images/icons/admin/user_black.png) no-repeat left center;
	padding: 0 0 0 20px;
}
#column_left .boxlite .row a.folder_next {
	background: url(/images/icons/admin/folder_next.png) no-repeat left center;
	padding: 0 0 0 20px;
}

.button_yellow {
	background: #fe0;
	max-width: 300px;
	line-height: 30px;
	font-family: "Open Sans Condensed", "Arial Narrow", Sans-Serif;
	font-weight: 700;
	font-size: 20px;
	display: block;
	overflow: hidden;
	color: #1a1a1a;
	border-radius: 5px;
	margin: 2px;
	padding: 3px 10px 5px 10px;
}
input.button_yellow, button.button_yellow, submit.button_yellow {
	display: inline-block;
	border: none;
}
.button_yellow.small {
	padding: 0 5px 0 5px;
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
}
.button_yellow.next {
	background: #fe0 url(/images/bg_button_right.png) no-repeat right center;
	padding-right: 25px;
}
.button_yellow:hover {
	cursor: pointer;
	background: #ff3;
	color: #000;
}
.button_yellow.next:hover {
	background: #ff3 url(/images/bg_button_right.png) no-repeat right center;
}
.button_dark, .formrow input.button_dark {
	background: #1a1a1a url(/images/bg_button_dark.png) repeat-x left top;
	border: 1px solid #1a1a1a;
	border-radius: 5px;
	max-width: 300px;
	line-height: 24px;
	font-size: 13px;
	letter-spacing: 0px;
	color: #fff;
	margin: 2px;
	padding: 1px 7px 1px 7px;
	font-family: "Open Sans Condensed", "Arial Narrow", Sans-Serif;
	font-weight: 700;
	text-transform: uppercase;
}
.button_dark.big {
	background: #1a1a1a url(/images/bg_button.png) repeat-x left -10px;
	border: none;
	border-radius: 3px;
	max-width: 300px;
	line-height: 30px;
	font-family: "Open Sans Condensed", "Arial Narrow", Sans-Serif;
	font-weight: 700;
	font-size: 20px;
	text-transform: none;
	color: #fff;
	margin: 2px;
	padding: 3px 10px 5px 10px;
}
.button_dark.back, .formrow input.button_dark.back {
	padding-left: 2px;
}
.button_dark.next, .formrow input.button_dark.next {
	padding-right: 2px;
}
.button_dark.big.next {
	border: none;
	background: #1a1a1a url(/images/bg_button_right.png) no-repeat right center;
	padding-right: 25px;
}

.button_dark:hover, .formrow .button_dark:hover {
	background: #000;
	color: #fcda00;
	cursor: pointer;
	border: 1px solid #000;
}
.button_dark.big:hover {
	border: none;
	color: #fcda00;
}
.button_dark.big.next:hover {
	background: #000 url(/images/bg_button_right.png) no-repeat right center;
	color: #fff;
}
.button_dark.redhover:hover {
	color: #f66;
}
.button_dark.greenhover:hover {
	color: #9f3;
}
button i {
	margin: 0 6px 0 -3px;
	font-weight: normal;
}
button i.onright {
	margin: 0 -3px 0 6px;
}
button.button_yellow i, submit.button_yellow i {
	font-size: 16px;
}
button.button_dark i {
	font-size: 16px;
}
button.button_dark.big i {
	font-size:18px;
}
button.button_dark:hover i {

}

button.button_dark.smaller {
	padding: 1px 5px 0 5px;
	font-size: 13px;
	line-height: 18px;
	letter-spacing: 0;
	text-transform: uppercase;
}

button.fullsize {
	background: #1a1a1a url(/images/bg_button.png) repeat-x left top;
	border: none;
	border-radius: 3px;
	width: 100%;
	margin: 0;
	line-height: 32px;
	font-family: "Open Sans Condensed", "Arial Narrow", Sans-Serif;
	font-weight: 700;
	font-size: 24px;
	text-transform: none;
	color: #fff;
	text-align: center;
	padding: 3px 10px 5px 10px;
}
button.fullsize:hover {
	border:none;
	background: #000;
	color: #fcda00;
}

table.listed {
	margin: 0;
	padding: 0;
	border-left: 1px solid #ededed;
	width: 100%;
}
table.noheader {
	border-top: 1px solid #ededed;
}
table.listed tr.hilite td {
	color: #000;
	background: #ffc;
}
table.listed th {
	text-align: center;
	color: #333;
	font-size: 10px;
	text-transform: uppercase;
	padding: 3px;
	border-right: 1px solid #ededed;
	background: #ededed;
}
table.listed th.new {
	font-family: "Open Sans Condensed", "Arial Narrow", Sans-Serif;
	font-weight: 700;
	text-transform: none;
	text-align: left;
	font-size: 13px;
	line-height: 15px;
}
table.listed th.new.rightalizer {
	text-align: right;
}
table.listed th.new.centralizer {
	text-align: center;
}
table.listed td {
	color: #666;
	font-size: 12px;
	line-height: 16px;
	padding: 3px;
	border-bottom: 1px solid #ededed;
	border-right: 1px solid #ededed;
}
table.listed tr.odd td {
	background: #ededed;
}
table.listed td span.delimiter {
	color: #ccc;
}
table.listed.frameonly {
	border: 1px solid #ededed;
}
table.listed.noborder, table.listed.noborder td, table.listed.frameonly td {
	border: none;
	color: #333;
}

table.netview {
	border:none;
	padding: 0;
	margin: 0;
	width: 100%;
	position: relative;
}
table.netview tr td {
	border-top: 1px solid #ededed;
	border-left: 1px solid #ededed;
	font-size: 12px;
	line-height: 16px;
}
table.netview tr.first td {
	position: relative;
	border-top: 0;
	padding: 0;
	margin: 0;
}
table.netview tr td.first {
	border-left: 0;
}
table.netview tr td.notop {
	border-top: 0;
}
table.netview.c3 tr td {
	width: 33.33%;
}
table.netview.c4 tr td {
	width: 25%;
}
table.netview.c5 tr td {
	width: 20%;
}
table.netview tr td .holder {
	position: relative;
	display: block;
	overflow: hidden;
}
table.netview.c3 tr td .holder {
	margin: 20px;
}
table.netview.c4 tr td .holder {
	margin: 15px;
}
table.netview.c5 tr td .holder {
	margin: 10px;
}
table.netview.c3 tr td .holder.nomargin,
table.netview.c4 tr td .holder.nomargin,
table.netview.c5 tr td .holder.nomargin {
	margin-top: 0;
	margin-bottom: 0;
}
table.netview.c3 tr td .holder.nobottom,
table.netview.c4 tr td .holder.nobottom,
table.netview.c5 tr td .holder.nobottom {
	margin-bottom: 0;
}
table.netview.c3 tr td .holder.notop,
table.netview.c4 tr td .holder.notop,
table.netview.c5 tr td .holder.notop {
	margin-top: 0;
}
table.netview tr td h4 {
	padding-bottom: 5px;
}
table.netview tr td .alert {
	font-family: "Open Sans Condensed", "Arial Narrow", Sans-Serif;
	font-weight: 700;
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	background: #1a1a1a;
	border-radius: 3px;
	padding: 0 4px 2px 4px;
	text-transform: uppercase;
	width: auto;
	display: inline;
	position: absolute;
	left: 5px;
	bottom: 0;
}
table.netview tr td .alert span {
	padding: 0 0 0 5px;
	font-size: 16px;
	color: #fcda00;
}
table.netview tr td .thumb {
	margin: 10px 0 10px 0;
	height: 120px;
	display: block;
	overflow: hidden;
	text-align: center;
	position: relative;
}
table.netview tr td .thumb img {
	position: relative;
	top: 60px;
	margin-top: -25%;
}
table.netview tr td img.mtb {
	margin: 10px 0 10px 0;
}
table.netview tr td .holder.hover:hover {
	cursor:pointer;
}
table.netview tr td .holder.hover:hover p,
table.netview tr td .holder.hover:hover h4 {
	color: #000;
}


tr.selector:hover td {
	cursor: pointer;
	color: #000;
	background: #ededed;
}


#advanced_search {
}
#advanced_search .formrow, #advanced_search .formrow .label {
  font-size: 14px;
}
#advanced_search .formrow i {
  float: none;
  font-size: 12px;
}

#button_check_vat {
	display: none;
	margin-left: 10px;
}


.boxedinfo {
	background: #ededed;
	padding: 7px;
	border-radius: 5px;
	font-size: 13px;
	line-height: 17px;
	color: #1a1a1a;
}

.redinfo {
	background: #ffc9c9;
	padding: 7px;
	border-radius: 5px;
	font-size: 13px;
	line-height: 17px;
	color: #1a1a1a;
}



#toploading {
	display: none;
	overflow: hidden;
	width: 168px;
	height: 55px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin: -89px 0 0 -47px;
	background: transparent url(/images/bg_cookie.png) repeat center center;
	color: #fff;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	border-radius: 5px;
}
#toploading img {
	margin: 20px;
}

#tooltip {
	position: absolute;
	display: none;
	overflow: hidden;
	max-width: 150px;
	background: #1a1a1a;
	border-radius: 3px;
	color: #fff;
	font-size: 11px;
	line-height: 15px;
	padding: 3px 5px;
	box-shadow: 0 0 3px #333;
	z-index: 99;
}

/* piktogrami */
#pictograms, #pictograms_small {
	position: relative;
	display: block;
	overflow: hidden;
}
#pictograms div, #pictograms_small div {
	position: relative;
	float: left;
	display: block;
	overflow: hidden;
	margin: 2px;
}
#pictograms_small div img {
	position: relative;
	height: 30px;
	width: auto;
}
#pictograms_small:hover {
	cursor: pointer;
	cursor: zoom-in;
}
#pictograms {
	display: none;
}
#pictograms div img {
	height: 50px;
	width: auto;
}
#pictograms:hover {
	cursor: pointer;
	cursor: zoom-out;
}

/* product & fp banners */
#banner_products {
	width: 800px;
	overflow: hidden;
	display: none;
	font-size: 11px;
	background: transparent url(/images/loading_medium.gif) no-repeat center center;
}
a.fpban, div.fpban {
	display: block;
	overflow: hidden;
	float: left;
	margin: 0 0 0 10px;
}
a.fpban.first, div.fpban.first {
	margin-left: 0;
}
#ban_imgbox_wrapper {
	position: relative;
	display: block;
	overflow: hidden;
}
#ban_imgbox {
	margin-top: 5px;
	position: relative;
	width: 800px;
	height: 400px;
	overflow: hidden;
	display: block;
	text-align: right;
}
#banner_products #ban_imgbox {
	margin-top: 0;
	width: 800px;
	height: 200px;
	overflow: hidden;
	display: block;
	text-align: right;
}
#ban_imgbox_wrapper a.navi {
	position: absolute;
	top: 50%;
	margin-top:-20px;
	display: block;
	width: 20px;
	border-radius: 5px;
	padding: 0;
	color: #000;
	background: #fff;
	text-align: center;
	opacity: .7;
	font-size: 24px;
}
#ban_imgbox_wrapper a#naviback {
	left: -5px;
	padding: 10px 5px 10px 10px;
}
#ban_imgbox_wrapper a#navinext {
	right: -5px;
	padding: 10px 10px 10px 5px;
}
#ban_imgbox_wrapper a.navi:hover {
	opacity: 1;
}

.fixator {
	font-size: 12px;
	color: #666;
}
#bancount {
	line-height: 16px;
	font-size: 11px;
	color: #999;
	padding: 10px 20px 0 2px;
}
#ban_pagin {
	overflow: hidden;
	display: block;
	float: right;
	margin: 3px 0 3px 10px;
}
#ban_pagin a {
	display: block;
	float: left;
	width: 15px;
	text-align: center;
	background: #fff;
	border-radius: 3px;
	padding: 0px;
	margin: 1px 0 0 5px;
	font-size: 13px;
	line-height: 15px;
	color: #666;
	font-family: "Open Sans Condensed", "Arial Narrow", Sans-Serif;
	font-weight: 700;
}
#ban_pagin a.sel {
	color: #000;
	background: #fe3;
}
#ban_pagin a:hover {
	background: #fff;
	color: #000;
}
#ban_pagin #resume_rotation {
	float: left;
	margin: 1px 0 0 5px;
	width: 15px;
	font-size: 15px;
	height: 12px;
	text-align: center;
	color: #666;
}
#ban_pagin #resume_rotation:hover {
	cursor: pointer;
	color: #000;
}
#ban_pagin #resume_rotation2 {
	margin: 1px 0 0 5px;
	float: left;
	width: 12px;
	height: 12px;
	background: url(/images/icons/filters.png) no-repeat -100px 0;
}
#ban_pagin #resume_rotation2:hover {
	cursor: pointer;
	background: url(/images/icons/filters.png) no-repeat -40px 0;
}


/* SUBSCRIBE */
a#emailsubscribe {
	display: inline-block;
	margin-left: 20px;
	box-sizing: border-box;
	background: #333;
	padding: 5px 10px;
	font-family: "Open Sans Condensed", "Arial Narrow", Sans-Serif;
	color: #fff;
	font-weight: 700;
	font-size: 14px;
	line-height: 22px;
	transition: all 0.3s ease;
}
a#emailsubscribe:hover {
	color: #fcda00;
	background: #000;
}



/* MAP */
#map {
	width: 800px;
	height: 400px;
	display: block;
	overflow: hidden;
}
#map .balon {
	width: 200px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	text-align: left;
}
#map .balon p {
	font-family: Arial, Helvetica, Sans-Serif;
	margin: 0;
	font-size: 12px;
	line-height: 15px;
	padding: 2px 0;
	text-align: left;
	color: #333;
}
#map .balon p b {
	font-weight: bold;
	font-size: 14px;
	line-height: 18px;
}


/*	COLORBOX
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden; -webkit-transform: translate3d(0,0,0);}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/*
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#000; opacity: 0.9; filter: alpha(opacity = 90);}
#colorbox{outline:0;}
    #cboxContent{margin-top:20px;background:#000;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{border:5px solid #000; background:#fff;}
        #cboxTitle{position:absolute; top:-20px; left:0; color:#ccc;}
        #cboxCurrent{position:absolute; top:-20px; right:0px; color:#ccc;}
        #cboxLoadingGraphic{background:url(/images/loading.gif) no-repeat center center;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }

        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

        #cboxSlideshow{position:absolute; top:-20px; right:90px; color:#fff;}
        #cboxPrevious{position:absolute; top:50%; left:5px; margin-top:-32px; background:url(/images/controls.png) no-repeat top left; width:28px; height:65px; text-indent:-9999px;}
        #cboxPrevious:hover{background-position:bottom left;}
        #cboxNext{position:absolute; top:50%; right:5px; margin-top:-32px; background:url(/images/controls.png) no-repeat top right; width:28px; height:65px; text-indent:-9999px;}
        #cboxNext:hover{background-position:bottom right;}
        #cboxClose{position:absolute; top:5px; right:5px; display:block; background:url(/images/controls.png) no-repeat top center; width:38px; height:19px; text-indent:-9999px;}
        #cboxClose:hover{background-position:bottom center;}




/* AUTOCOMPLETE */
.ac_results { padding: 0; margin: 5px 0 0 -5px; background-color: #fff; overflow: hidden;	z-index: 99999;	color: #333;	border: 1px solid #ededed;	box-shadow: 0px 0px 10px #666; border-radius: 5px;}
.ac_results ul { width: 100%;	list-style-position: outside;	list-style: none;	padding: 0;	margin: 0;}
.ac_results li {	margin: 0px;	padding: 2px 10px 2px 2px;	cursor: default;	display: block;	border-bottom: 1px solid #ededed; font-size: 12px; line-height: 16px;	overflow: hidden;}
.ac_results li:hover {	cursor: pointer;	}
.ac_loading {	background: #fff url('/images/loading_16.gif') right center no-repeat;}
.ac_odd {}
.ac_over {color: #000;	background-color: #ff9;}
.ac_results li div {	padding: 3px;	background: no-repeat left center;	display: block;}



/* MEDIA DETECTION */
div#atb-mediatype { border-width: 0; padding: 0; margin: 0; }
@media print      {#atb-mediatype {margin-top:1px;}}
@media embossed   {#atb-mediatype {margin-right:1px;}}
@media braille    {#atb-mediatype {margin-bottom:1px;}}
@media aural      {#atb-mediatype {margin-left:1px;}}
@media tty        {#atb-mediatype {border-top:1px;}}
@media screen     {#atb-mediatype {padding-top:1px;}}
@media projection {#atb-mediatype {padding-right:1px;}}
@media handheld   {#atb-mediatype {padding-bottom:1px;}}
@media tv         {#atb-mediatype {padding-left:1px;}}


/* MOBILE DETECTION */
#mobile_detector {
	display: none;
}
@media screen and (max-width: 810px) {
	#mobile_detector {
		display: block;
	}
}
#mobile_info {
	display: none;
	overflow: hidden;
	background: rgb(0,0,0, 0.85);
	color: #fff;
	box-sizing: border-box;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding: 20px 10px;
	min-height: 160px;
	z-index: 100;
}
#mobile_info p {
	position: relative;
	color: #fff;
	font-size: 100%;
	line-height: 130%;
	max-width: 400px;
	margin: 0 auto;
	padding: 0 0 0 24px;
}
#mobile_info p span {
	color: #ffd900;
}
#mobile_info p i.fa {
	position: absolute;
	left: 0;
	top: 2px;
}
#mobile_info a {
	display: inline-block;
	color: #fff;
	padding: 5px 10px;
	font-weight: bold;
	font-size: 150%;
	line-height: 130%;
	margin: 10px 30px;
	font-family: "Open Sans Condensed", "Arial Narrow", Sans-Serif;
}
#mobile_info a.mobile_yes {
	background: #0c0;
}
#mobile_info a.mobile_no {
	background: #930;
}
#mobile_info a:hover {
	background: #ffd900;
	color: #000;
}

#mobile_info_icon {
	position: absolute;
	left: 10px;
	top: 10px;
	width: 40px;
	font-size: 400%;
	color: #fff;
	text-align: center;
}

.product_list {
	display: block;
	overflow: hidden;
}

.product_list .text {
	font-size: 12px;
	line-height: 15px;
	margin: 0;
	padding: 0;
}
.search_info {
	font-size: 13px;
	line-height: 20px;
	color: #000;
	margin: 0;
	padding: 5px 0 5px 5px;
	display: block;
	overflow: hidden;
}

#search_again {
	float: right;
	margin:0;
	padding: 0;
}
#search_again_query {
	width: 130px;
	text-align: left;
	margin: 0 0 0 5px;
	padding: 3px 25px 3px 5px;
	color: #000;
	font-size: 14px;
	box-sizing: border-box;
}	
button#search_again_submit {
	width: 20px;
	height: 20px;
	margin: 0 10px 0 -25px;
	padding: 0;
	background: #fff;
	border: none;
	text-align: center;
}
button#search_again_submit i {
	padding: 0 3px;
	font-size: 18px;
}
#search_again_submit:hover {
	cursor: pointer;
	border:none;
	
}


.breadcrumbs {
	font-size: 12px;
	line-height: 20px;
}
.breadcrumbs a {
	background: url(/images/icons/sprites.png) no-repeat 0 -276px;
	padding: 0 0 0 12px;
	margin: 0 0 0 7px;
	color: #666;
	font-weight: normal;
}
.breadcrumbs a.first {
	background: none;
	padding: 0;
	margin: 0;
}
.breadcrumbs a:hover {
	color: #000;
}

#product_list_description {
	padding: 2px 2px 5px 2px;
}
#product_list_description p {
	font-size: 14px;
	line-height: 18px;
}

.product_toolbar {
	display: block;
	overflow: hidden;
	padding: 3px;
	margin: 5px 0 10px 0;
	border: 3px solid #ededed;
	border-radius: 5px;
	text-align: right;
	background: #ededed;
}
.product_toolbar .tools {
	float: right;
	padding: 1px;
}
.product_toolbar a {
	color: #333;
	font-size: 12px;
	line-height: 16px;
	padding: 0 0 0 20px;
}
.product_toolbar a.pdf {
	background: url(/images/icons/toolbar.png) no-repeat 0px 0px;
	margin-left:0px;
}
.product_toolbar a.print {
	background: url(/images/icons/toolbar.png) no-repeat 0px -20px;
	margin-left: 20px;
}
.product_toolbar a.compare_add {
	background: url(/images/icons/toolbar.png) no-repeat 0px -39px;
	padding: 0 0 0 16px;
	margin-left: 20px;
}
.product_toolbar a.compare_remove {
	background: url(/images/icons/toolbar.png) no-repeat 0px -79px;
	padding: 0 0 0 16px;
}
.product_toolbar a.favourite_add {
	background: url(/images/icons/toolbar.png) no-repeat 0px -39px;
	padding: 0 0 0 16px;
	margin-left: 20px;
}
.product_toolbar a.favourite_del {
	background: url(/images/icons/toolbar.png) no-repeat 0px -79px;
	padding: 0 0 0 16px;
}
.product_toolbar a:hover {
	color: #000;
}
.product_toolbar a.compare_add:hover {
	background: url(/images/icons/toolbar.png) no-repeat 0px -59px;
}
.product_toolbar a.compare_remove:hover {
	background: url(/images/icons/toolbar.png) no-repeat 0px -99px;
}
.product_toolbar a.favourite_add:hover {
	background: url(/images/icons/toolbar.png) no-repeat 0px -59px;
}
.product_toolbar a.favourite_del:hover {
	background: url(/images/icons/toolbar.png) no-repeat 0px -99px;
}
.product_toolbar .navigation {
	float: left;
	width: 50px;
	display: block;
	overflow: hidden;
}
.product_toolbar .navigation div {
	width: 20px;
	height: 20px;
	display: block;
}
.product_toolbar .navigation .back {
	background: url(/images/icons/toolbar.png) no-repeat 0px -140px;
	float: left;
}
.product_toolbar .navigation .back:hover {
	background: url(/images/icons/toolbar.png) no-repeat 0px -160px;
	cursor: pointer;
}
.product_toolbar .navigation .back.inactive {
	background: url(/images/icons/toolbar.png) no-repeat 0px -120px;
}
.product_toolbar .navigation .next {
	background: url(/images/icons/toolbar.png) no-repeat 0px -200px;
	float: right;
}
.product_toolbar .navigation .next:hover {
	background: url(/images/icons/toolbar.png) no-repeat 0px -220px;
	cursor: pointer;
}
.product_toolbar .navigation .next.inactive {
	background: url(/images/icons/toolbar.png) no-repeat 0px -180px;
}
.product_toolbar .navigation .back.inactive, .product_toolbar .navigation .next.inactive {
	cursor: auto;
}
.product_toolbar .navigation #popup_navigation {
	display: none;
}


#product_image {
	display: block;
	overflow: hidden;
	text-align: center;
	padding: 0 0 10px 0;
}
#product_image img {
	max-height: 315px; 
	max-width: 420px;
}
#product_image a {
	cursor: zoom-in;
}

.product_detail {
	padding-top: 3px;
}
.product_detail .row {
	display: block;
	overflow: hidden;
	font-size: 12px;
	color: #333;
	line-height: 16px;
	padding: 0 0 5px 0;
}
.product_detail .row.hilite {
	background: #fe9;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	line-height: 18px;
	border-radius: 5px;
	padding: 2px;
	margin-bottom: 5px;
}

a.brandlogo {
	display: block;
	overflow: hidden;
	float: right;
	margin: 0 0 5px 10px;
}


#product_pricing {
	margin-top: 5px;
}
#product_pricing .topbar {
	background: #ededed;
	border-bottom: 2px solid #ccc;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	display: block;
	overflow: hidden;
	padding: 0;
}
#product_pricing .topbar a {
	float: left;
	width: 50%;
	font-size: 12px;
	line-height: 30px;
	text-align: center;
	color: #666;
	display: block;
}
#product_pricing .topbar a.sel {
	background: #ccc;
	color: #000;
	font-weight: bold;
	font-size: 14px;
}
#product_pricing .topbar a:hover {
	color: #000;
}
#product_pricing .topbar a.sel:hover {
	cursor: auto;
	color: #000;
}

#product_pricing .row {
	display: block;
	overflow: hidden;
	font-size: 12px;
	color: #333;
	line-height: 16px;
	margin: 5px 0 0 0;
	padding: 0 5px 0 5px;
}
#product_pricing .row .price_store {
	text-decoration: line-through;
}
#product_pricing .row.hilite {
	font-weight: bold;
	padding: 5px;
	background: #fcda00;
	color: #000;
	font-size: 14px;
}
#product_pricing .row.hilite.action {
	background: #fcda00;
	border-radius: 5px;
}
#product_pricing .row.hilite.lastitem {
	background: #fcda00;
	border-radius: 5px;
}
#product_pricing .row.lite {
	background: #fff;
	color: #666;
}
#product_pricing .row.discounts .label {
	float: left;
	width: 150px;
}
#product_pricing .row.discounts .discount_percent {
	float: left;
	width: 60px;
	text-align: right;
}
#product_pricing .row.discounts .discount_price {
	float: right;
	text-align: right;
}

.discount_label_box {
	background-color: #B8D589;
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 3px;
	margin: 0 5px 2px 0;
	vertical-align: middle;
}

#pricing_table_title {
	margin: 10px 0 0 0;
	background: #ccc;
	font-size: 14px;
	font-weight: bold;
	padding: 7px;
	color: #000;
	text-align: left;
}
#pricing_table_title.loading {
	background: #ccc url(/images/loading_16_grey.gif) no-repeat 275px center;
}

#product_pricing table {
	border: none;
	width: 100%;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
#product_pricing table th {
	background: #ccc;
	font-size: 14px;
	font-weight: bold;
	padding: 7px;
	color: #000;
	text-align: left;
}
#product_pricing table th.loading {
	background: #ccc url(/images/loading_16_grey.gif) no-repeat 275px center;
}
#product_pricing table tr.even td {
	background-color: #ededed;
}
#product_pricing table tr.odd td {
	background-color: #fff;
}
#product_pricing table td {
	font-size: 12px;
	color: #333;
	border-bottom: 1px solid #ccc;
	vertical-align: middle;
	padding: 2px;
}
#product_pricing table td.nopad {
	padding: 0px;
}
#product_pricing table td .stock {
	line-height: 16px;
	margin: 0;
}
#product_pricing table td.stockicon {
	width: 15px;
	text-align: center;
}
#product_pricing table td.stockicon i.fa {
	font-size: 13px;
}
#product_pricing table td.stockstore {
	text-align: center;
	width: 10px;
}
.stock {
	width: 12px;
	height: 12px;
	display: block;
	overflow:hidden;
	background: url(/images/icons/stock.png) no-repeat 0 0;
}
.stock.soon {
	background-position: 0 -120px;
}
.stock.some {
	background-position: 0 -20px;
}
.stock.none {
	background-position: 0 -40px;
}
.stock.unknown {
	background-position: 0 -60px;
}
.stock.btc {
	width: 20px;
	text-align: right;
	background-position: 0 -78px;
}
.stock.qmb {
	width: 20px;
	text-align: right;
	background-position: 0 -138px;
}
.stock.zkp {
	width: 12px;
	text-align: right;
	background-position: 0 -158px;
}
.stock.wgz {
	width: 12px;
	text-align: right;
	background-position: 0 -178px;
}
.stock.eu {
	width: 16px;
	text-align: right;
	background-position: 0 -199px;
}
.stock.qnm {
	width: 20px;
	text-align: right;
	background-position: 0 -218px;
}
.stock.zms {
	width: 20px;
	text-align: right;
	background-position: 0 -238px;
}
.stock.zgm {
	width: 20px;
	text-align: right;
	background-position: 0 -258px;
}
.stock.sce {
	width: 20px;
	text-align: right;
	background-position: 0 -278px;
}
.stock.min {
	width: 20px;
	text-align: right;
	background-position: 0 -98px;
}
.stock.hide {
	background: none;
	font-size: 12px;
	width: auto;
	height: auto;
}
.check_stock {
	padding: 1px 0 0 20px;
	line-height: 16px;
	background: url(/images/icons/update.png) no-repeat left center;
}
input.check_stock {
	padding: 3px 5px 3px 25px;
	line-height: 16px;
	background: #ededed url(/images/icons/update.png) no-repeat 5px center;
	width: auto;
}
input.check_stock:hover {
	border: 1px solid #000;
	background-color: #ffc;
}
input.basket_back {
	padding: 3px 5px 3px 25px;
	line-height: 16px;
	background: #ededed url(/images/icons/basket_black.png) no-repeat 5px center;
	width: auto;
}
input.basket_back:hover {
	border: 1px solid #000;
	background-color: #ffc;
}
input.basket_pdf {
	padding: 3px 5px 3px 25px;
	line-height: 16px;
	background: #ededed url(/images/icons/pdf_black.png) no-repeat 5px center;
	width: auto;
}
input.basket_pdf:hover {
	border: 1px solid #000;
	background-color: #ffc;
}



#product_pricing table td input {
	font-size: 13px;
	width: 30px;
	height: 14px;
	padding: 1px;
}
#product_pricing table td.price {
	text-align: right;
}
#product_pricing table td.sum {
	text-align: right;
	font-weight: bold;
}
#product_pricing table tr.head td {
	font-size: 10px;
	background: #fff;
	text-transform: uppercase;
}

#product_pricing .basket_row {
	background: #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	display: block;
	overflow: hidden;
	padding: 0;
}
#product_pricing .basket_row.hilite {
	background-color: #fcda00;
}
#product_pricing .basket_row p {
	float: left;
	font-weight: bold;
	font-size: 14px;
	line-height: 18px;
	color: #333;
	padding: 5px;
}
#product_pricing .basket_row p.normal {
	float: none;
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
}
#product_pricing .basket_row #price_total {
	float: right;
	color: #000;
	text-align: right;
	padding: 5px 5px 5px 10px;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
}

#product_pricing #vatinfo {
	display: block;
	overflow: hidden;
	margin: 3px 1px 10px 1px;
	
}

#product_pricing #button_basket_add span, #product_pricing #button_buy span {
	float: left;
	display: block;
	width: 32px;
	height: 32px;
	margin: 0 15px 0 -10px;
	background-image: url(/images/icons/basket_add_yellow.png);
	background-repeat: no-repeat;
	background-position: 10px center;
}
#product_pricing #button_basket_add:hover span, #product_pricing #button_buy:hover span {
	background-image: url(/images/icons/basket_add_white.png);
}

#product_pricing .stock_description {
	font-size: 12px;
	line-height: 16px;
	color: #000;
	float: none;
	display: block;
	overflow:hidden;
	clear: both;
}
#product_pricing .stock_description .fixator p {
	font-size: 12px;
	line-height: 16px;
	color: #000;
	padding: 5px 15px 3px 0;
	display: block;
	overflow: hidden;
}
#product_pricing .stock_description .fixator p.left {
}
#product_pricing .stock_description .fixator p .stock {
	margin: 2px 5px 0 0;
}

#product_options {
	display: block;
	overflow: hidden;
	margin: 8px 0 0 0;
	background: #f6f6f6;
	line-height: 36px;
}
#product_options a.tab {
	font-size: 14px;
	font-weight: bold;
	padding: 0px 10px 0 10px;
	display: inline-block;
	color: #1a1a1a;
	transition: .2s ease-in-out;
}
#product_options a.tab:hover {
	background: #ccc;
	color: #000;
}
#product_options a.tab.sel {
	background: #fcda00;
	color: #000;
}
#product_options .sorting {
	float: right;
	font-size: 12px;
	color: #000;
	display: block;
	overflow: hidden;
	padding: 0 5px 0 0;
}
#product_options .sorting div {
	position: relative;
	display: inline-block;
	margin-left: 15px;
}
#product_options .sorting div:hover {
	cursor: pointer;
}
#product_options .sorting div.txt:hover {
	cursor: auto;
}
#product_options .sorting div a {
	color: #666;
	font-size: 12px;
	line-height: 16px;
}
#product_options .sorting div a i {
	margin-right: 3px;
	font-size: 12px;
}
#product_options .sorting div.sel a {
	color: #1a1a1a;
	font-weight: bold;
}
#product_options .sorting div:hover a {
	color: #000;
}
#product_options .sorting div .icon {
	background: #fff url(/images/icons/filters.png) no-repeat -100px -20px;
	display: block;
	overflow: hidden;
	width: 12px;
	height: 12px;
	margin: 2px 3px 0 0;
}
#product_options .sorting div.sel .icon {
	background: #fff url(/images/icons/filters.png) no-repeat -80px -20px;
}
#product_options .sorting div.sel .icon.desc {
	background: #fff url(/images/icons/filters.png) no-repeat -80px -60px;
}
#product_options .sorting div:hover .icon {
	background: #fff url(/images/icons/filters.png) no-repeat -40px -20px;
}
#product_options .sorting div.sel:hover .icon {
	background: #fff url(/images/icons/filters.png) no-repeat -40px -60px;
}
#product_options .sorting div.sel:hover .icon.desc {
	background: #fff url(/images/icons/filters.png) no-repeat -40px -20px;
}




.product_list .productbox {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin: 0px;
	padding: 10px;
	width: calc(33% - 20px);
	min-height: 200px;
	box-sizing: border-box;

}
.product_list .productbox .thumb {
	position: relative;
	margin: 40px 0 0 0;
	text-align: center;
	height: 160px;
	overflow: hidden;
}
.product_list .productbox .thumb img {
	opacity: 0.9;
	max-height: 160px;
	max-width: 220px;
}
.product_list .productbox .alert {
	position: absolute;
	bottom: 10px;
	left: 0;
	font-family: "Open Sans Condensed", "Arial Narrow", Sans-Serif;
	font-weight: 700;
	font-size: 14px;
	line-height: 24px;
	color: #000;
	border-radius: 3px;
	padding: 0 6px 0 6px;
	text-transform: uppercase;
	display: block;
	box-sizing: border-box;
}
.product_list .productbox .alert.act {
	background: #1a1a1a;
	color: #fff;
}
.product_list .productbox .alert span {
	padding: 0 0 0 10px;
	font-size: 16px;
	color: #fcda00;
}
.product_list .productbox a.title {
	position: absolute;
	top: 0;
	left: 0;
	margin: 5px 10px 0 10px;
	display: block;
	overflow: hidden;
	font-family: "Open Sans Condensed", "Arial Narrow", Sans-Serif;
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
	color: #1a1a1a;
	background: #fff;
}
.product_list .productbox .body {
	display: block;
	overflow: hidden;
	font-size: 12px;
	line-height: 15px;
	color: #454545;
	padding: 3px 0 0px 0;
}

.product_list .productbox .price_wrapper {
	position: relative;
	background: #f0f0f0;
	border-radius: 5px;
	padding: 3px 5px;
	margin: 0 -5px;
	display: block;
	overflow: hidden;
}
.product_list .productbox.hilite .price_wrapper {
	background: #fcda00;
}
.product_list .productbox .price_wrapper div {
	position: relative;
	display: block;
	overflow: hidden;
	font-size: 11px;
	line-height: 18px;
	color: #000;
}
.product_list .productbox .price_wrapper div b,
.product_list .productbox .price_wrapper div span {
	float: right;
	font-size: 14px;
}

.product_list .productbox a.overbox {
	position: absolute;
	z-index:1;
	opacity: 0;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: -20px;
	width: 100%;
	background: #fff;
	box-shadow: 0 0 20px 10px #fff;
	transition: opacity .3s linear, height .3s linear;
	box-sizing: border-box;
	padding: 10px;
	border: 1px solid #fcda00;
	display: block;
	overflow: hidden;
}
.product_list .productbox a.overbox .title {
	position: relative;
	display: block;
	font-family: "Open Sans Condensed", "Arial Narrow", Sans-Serif;
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
	color: #000;
	background: #fff;
	text-align: left;
	margin: -6px -1px 0 -1px;
}
.product_list .productbox a.overbox .img {
	position: absolute;
	left: 0;
	top: calc(50% - 100px);
	text-align: center;
	width: 100%;
	height: calc(100% - 60px);
	display: block;
	overflow: hidden;
	color: #fff;
}
.product_list .productbox a.overbox .img img {
	position: relative;
	max-width: 100%;
	max-height: 100%;
}

.product_list .productbox a.overbox .alert {
	bottom: 0;
	left: 0;
	width: 100%;
	font-size: 16px;
	line-height: 30px;
	border-radius: 0;
	padding: 0 10px;
	text-align: center;
	background: #fcda00;
	color: #000;
}
.product_list .productbox a.overbox .alert span {
	font-size: 24px;
	color: #000;
}
.product_list .productbox a.overbox .overicon {
	position: absolute;
	display: block;
	width: 100%;
	text-align: center;
	top: calc(50% - 20px);
	left: 0;
	color: #fff;
	text-shadow: 0 0 5px #666;
	z-index: 1;
}
.product_list .productbox:hover a.overbox {
	opacity: 1;
	cursor: pointer;
}



.product_list .product {
	position: relative;
	display: block;
	overflow: hidden;
	float: left;
	margin: 0 0 13px 13px;
	padding: 0;
	background: #fff;
	min-height: 150px;
	width: 190px;
}
.product_list .product.first {
	margin-left: 0px;
}
.product_list .product .product_outer {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 10px;
}
.product_list .product .title {
	min-height: 45px;
	display: block;
	overflow: hidden;
	margin: -5px -5px 0 -5px;
	font-family: "Open Sans Condensed", "Arial Narrow", Sans-Serif;
	font-weight: 700;
	font-size: 14px;
	line-height: 17px;
}
.product_list .product .title a {
	display: block;
	background: #f6f6f6;
	color: #333;
	padding: 3px 7px;
	border-radius: 3px;
	font-weight: bold;
	text-transform: uppercase;
	transition: .3s ease-in-out;
}
.product_list .product.action .title a,
.product_list .product.lastitem .title a {
	background: #fcda00;
	color: #000;
}
.product_list .product .thumb {
	width: 170px;
	height: 150px;
	display: block;
	overflow: hidden;
	margin: 0;
	font-size: 11px;
	color: #ccc;
	text-align: center;
	position: relative;
}
.product_list .product .thumb img {
	opacity: 0.9;
	max-width: 170px;
	height: auto;
	transition: opacity .5s ease-in-out;
}
.product_list .product .thumb .alert {
	position: absolute;
	bottom: 10px;
	left: 0;
	font-family: "Open Sans Condensed", "Arial Narrow", Sans-Serif;
	font-weight: 700;
	font-size: 14px;
	line-height: 24px;
	color: #000;
	border-radius: 3px;
	padding: 0 6px 0 6px;
	text-transform: uppercase;
	display: block;
}
.product_list .product .alert.act {
	background: #1a1a1a;
	color: #fff;
}
.product_list .product .alert span {
	padding: 0 0 0 10px;
	font-size: 16px;
	color: #fcda00;
}
.product_list .product .alert.lit {
	background: #1a1a1a;
	color: #fcda00;
}
.product_list .product .alert.lit span {
	color: #fff;
}

.product_list .product .body {
	display: block;
	overflow: hidden;
	font-size: 11px;
	line-height: 14px;
	color: #666;
	padding: 3px 0 5px 0;
	transition: .3s ease-in-out;
}
.product_list .product .price_wrapper {
	position: relative;
	background: #ededed;
	border: 1px solid #ededed;
	border-radius: 5px;
	padding: 2px 5px 2px 5px;
	margin: 0 -6px 0 -6px;
	display: block;
	overflow: hidden;
	transition: .3s ease-in-out;
}
.product_list .product.action .price_wrapper {
	background: #ff9;
	border: 1px solid #ff9;
}
.product_list .product.lastitem .price_wrapper {
	background: #ccc;
	border: 1px solid #ccc;
}
.product_list .product .price_wrapper div {
	position: relative;
	display: block;
	overflow: hidden;
	font-size: 11px;
	line-height: 18px;
	color: #000;
}
.product_list .product:hover {
	cursor:pointer;
}
.product_list .product:hover .title a {
	color:  #000;
	background: #fcda00;
}
.product_list .product:hover .body {
	color:  #000;
}
.product_list .product:hover .thumb img {
	opacity: 1;
}
.product_list .product:hover .price_wrapper {
	border: 1px solid #fcda00;
	background: #fcda00;
}
.product_list .product .price_wrapper .price .price_em {
	font-size: 11px;
}


.product_list .product .price_wrapper .price b {
	font-size: 14px;
}

.product_list .product .price_wrapper .price .price_tag {
	display: inline-block;
}
.product_list .product .price_wrapper .pricevat .price_tag {
	display: inline-block;
	font-size: 11px;
}
.product_list .product .price_wrapper .price .smaller {
	font-size: 11px;
}
.product_list .product .saleicon {
	position: relative;
	width: 64px;
	height: 64px;
	margin: -70px 0 6px 110px;
}
.product_list .product .price_wrapper div b, .product_list .product .price_wrapper div span {
	position: relative;
	font-size: 12px;
	float: right;
}

.product_list .product .price_wrapper div.discount {
	display: block;
	overflow: hidden;
	font-size: 11px;
	line-height: 18px;
	color: #000;
}
.product_list .product .price_wrapper div.discount b {
	float: none;
	font-size: 11px;
}

.product_list .product_small {
	position: relative;
	display: block;
	overflow: hidden;
	float: left;
	margin: 0 0 20px 10px;
	padding: 0;
	height: 170px;
	width: 150px;
	background: no-repeat center center;
}
.product_list .product_small.first {
	margin-left: 0px;
}
.product_list .product_small:hover {
	cursor:pointer;
}
.product_list .product_small .title {
	background: #fff;
	box-shadow: 0 0 12px #ccc;
}
.product_list .product_small .title a {
	font-size: 12px;
	line-height: 15px;
	color: #333;
}
.product_list .product_small:hover .title a {
	color:  #0e56a5;
	background: #fff;
}
.product_list .product_small .price {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 150px;
	display: block;
	overflow: hidden;
	font-size: 14px;
	font-weight: bold;
	padding: 3px 0 3px 0;
	color: #000;
	text-align: right;
	background: #fff;
	box-shadow: 0 0 12px #999;
}
.product_list .product_small .price.sale {
	background-color: #c33;
	color: #fff;
}
.product_list .product_small .price.lastitem {
	background-color: #6f6f6f;
	color: #fff;
}
.product_list .product_small .price.new {
	background-color: #693;
	color: #fff;
}
.product_list .product_small .price .price_tag {
	text-transform: uppercase;
	letter-spacing: -0.3px;
	float: left;
	padding-left: 5px;
	font-size: 13px;
}
.product_list .product_small .price .smaller {
	font-size: 11px;
	padding-right: 5px;
}
.product_list .product_small .saleicon {
	position: absolute;
	bottom: 25px;
	left: 5px;
	width: 48px;
	height: 48px;
}






.product_detail {
	display: block;
	overflow: hidden;
}
.product_detail p {
	font-size: 13px;
	line-height: 17px;
	padding: 0 0 5px 0;
}
.product_detail .detail {
	font-size: 12px;
	line-height: 20px;
	display: block;
	color: #333;
	margin-bottom: 3px;
}
.product_detail .detail.bigger {
	font-size: 14px;
	font-weight: bold;
}
.product_detail .detail .label {
	float: left;
	font-weight: bold;
	width: 150px;
	text-align: left;
}

.product_filters {
	display: block;
	overflow: hidden;
}
.product_filters p {
	font-size: 13px;
	line-height: 17px;
	padding: 0 0 4px 0;
}
.product_filters p i.fa {
	color: #ccc;
	margin-right: 5px;
}

#product_pricebox {
	display: block;
	overflow: hidden;
	padding: 10px;
}
#product_pricebox .product_onstock {
	display: block;
	text-align: center;
	font-size: 12px;
	text-transform: uppercase;
	color: #999;
}
#product_pricebox .product_onstock img {
	margin-bottom: 5px;
}
#product_pricebox .prices {
}
#product_pricebox .detail {
	font-size: 12px;
	line-height: 20px;
	display: block;
	overflow: hidden;
	color: #333;
	margin-bottom: 3px;
	padding: 0 3px 0 3px;
}
#product_pricebox .detail.pricing {
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	display: block;
	color: #333;
	margin-bottom: 3px;
	padding: 2px 5px 2px 5px;
	text-align: right;
}

#product_pricebox .detail .label {
	float: left;
	font-weight: bold;
	width: 70px;
	text-align: left;
}
#product_pricebox .detail .values {
	text-align: left;
	margin-left: 70px;
	display: block;
}
#product_pricebox .pricing .label {
	width: 150px;
	text-align: left;
}
#product_pricebox .detail .price {
	color: #999;
	text-decoration: line-through;
}
#product_pricebox .price_web {
	background: #ededed;
	color: #0e56a5;
}
#product_pricebox .detail .smaller {
	font-size: 12px;
	font-weight: normal;
}
#product_pricebox .detail .saving {
	background-color: #693;
	color: #fff;
	font-weight: bold;
	padding: 3px 5px 3px 5px;
	margin-right: -5px;
}
#product_pricebox .detail.sale {
	background: #c33;
	color: #fff;
}
#product_pricebox  .detail.lastitem {
	background: #6f6f6f;
	color: #fff;
}
#product_pricebox  .detail.new {
	background: #693;
	color: #fff;
}
#product_pricebox p.smaller {
	color: #999;
	font-size: 11px;
}
#product_pricebox .product_quantity {
	display: block;
	overflow: hidden;
	background: #ededed no-repeat 3px center;
	padding: 2px 5px 2px 22px;
	font-size: 13px;
	letter-spacing: -0.3px;
	line-height: 24px;
	color: #333;
	margin-bottom: 3px;
}
#product_pricebox .product_quantity .label {
	float: left;
	width: 80px;
}
#product_pricebox .product_quantity input {
	width: 30px;
}

#product_pricebox .summary_row {
	color: #0e56a5; 
	background: #ccc;
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
}
#current_sum {
	float: right;
	padding-right: 5px;
}
#product_pricebox .summary_row a#addtobasket {
	background: #0e56a5 url(/images/trolley_add.png) no-repeat 5px center;
	padding: 5px 10px 5px 30px;
	font-size: 16px;
	color: #fff; 
	letter-spacing: -1px;
}
#product_pricebox .summary_row a#addtobasket:hover {
	background-color: #0097da;
}


#product_pricebox .productaddbuy a {
	width: 100%;
	display: block;
	color: #fff;
}
#product_pricebox p {
	font-size: 12px;
	line-height: 15px;
	color: #333;
	padding: 1px 0 2px 0;
}


#content_full .product_list {
	margin: 0;
	padding: 0;
}
.singlerow {
	display: block;
	overflow: hidden;
	width: 800px;
}
.singlerow .row {
	display: block;
	overflow: visible;
	margin-left: 0px;
}
.singlerow .product_list .product {
	margin: 0 0 0 13px;
}
.singlerow .product_list .product.first {
	margin: 0;
}
.singlerow_title {
	background: #ededed;
	display: block;
	overflow: hidden;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom: 2px solid #ccc;
	padding: 5px 5px 3px 10px;
	line-height: 20px;
}
.singlerow_title h3 {
	float: left;
	color: #000;
}
.singlerow_title .navigation {
	float: right;
	width: 45px;
	display: block;
	overflow: hidden;
}
.singlerow_title .navigation div {
	width: 20px;
	height: 20px;
	display: block;
}
.singlerow_title .navigation .back {
	background: url(/images/icons/toolbar.png) no-repeat 0px -140px;
	float: left;
}
.singlerow_title .navigation .back:hover {
	background: url(/images/icons/toolbar.png) no-repeat 0px -160px;
	cursor: pointer;
}
.singlerow_title .navigation .back.inactive {
	background: url(/images/icons/toolbar.png) no-repeat 0px -120px;
}
.singlerow_title .navigation .next {
	background: url(/images/icons/toolbar.png) no-repeat 0px -200px;
	float: right;
}
.singlerow_title .navigation .next:hover {
	background: url(/images/icons/toolbar.png) no-repeat 0px -220px;
	cursor: pointer;
}
.singlerow_title .navigation .next.inactive {
	background: url(/images/icons/toolbar.png) no-repeat 0px -180px;
}
.singlerow_title .navigation .back.inactive, .product_toolbar .navigation .next.inactive,
.singlerow_title .navigation .back.inactive:hover, .product_toolbar .navigation .next.inactive:hover,
.singlerow_title .navigation .inactive:hover {
	cursor: auto;
}










.basket_list {
	display: block;
	overflow: hidden;
}
.basket_list table {
	border: 0;
	width: 100%;
}

.basket_list table tr th {
	font-size: 11px;
	font-weight: normal;
	text-align: right;
	padding: 1px 5px 1px 1px;
	border-bottom: 1px solid #ededed;
	background: #fe9;
}

.basket_list table tr td {
	text-align: right;
	padding: 2px;
	font-size: 12px;
	color: #333;
}
.basket_list table tr.data td {
	border-bottom: 1px solid #ccc;
	font-size: 13px;
	line-height: 18px;
}
.basket_list table tr.datasmall {
	border-bottom: 1px solid #ccc;
	background-color: #ededed;
}
.basket_list table tr.datasmall td {
	font-size: 11px;
	line-height: 15px;
	color: #666;
}
.basket_list table tr td.smaller {
	font-size: 11px;
	color: #666;
}
.basket_list table tr td.title {
	padding: 0;
	margin: 0;
}
.basket_list table tr td.title h3 {
	color: #000;
	background-color: #ededed;
	font-size: 16px;
	line-height: 24px;
	padding: 2px 5px 2px 5px;
	margin: 20px 0 0 0;
	text-align: left;
}
.basket_list table tr.mobiledata {
	display: none;
}

.basket_list table tr td input {
	width: 30px;
	margin: 0 0 0 5px;
}
.basket_list table tr td input[type=radio] {
	border: none;
}
.basket_list .a.basket_remove {
	float: left;
	line-height: 22px;
	background: url(/images/icons/delete.png) no-repeat 4px center;
	padding: 0 0 0 16px;
}
.basket_list .row .data .sum {
	float: right;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	width: 80px;
	text-align: right;
}
.basket_list .row .smaller {
	font-size: 11px;
}
.basket_list .total {
	background: #ccc;
	padding: 0 5px 0 0;
	font-size: 14px;
	line-height: 32px;
	color:  #000;
	display: block;
	overflow: hidden;
	text-align: right;
	margin-bottom: 15px;
}
.basket_list .total .links {
	float: left;
	font-size: 12px;
	color: #666;
	display: block;
	overflow: hidden;
}
.basket_list .total .links div {
	float: left;
	border-right: 1px solid #ededed;
}
.basket_list .total .links a {
	color: #333;
	font-weight: bold;
	padding: 0 10px 0 10px;
}
.basket_list .total .links a:hover {
	color: #000;
}
.basket_list .total .button_dark {
	margin: 3px 0 3px 5px;
	padding: 0 5px 0 5px;
	font-size: 13px;
	font-family: "Open Sans Condensed", "Arial Narrow", Sans-Serif;
	font-weight: 700;
	letter-spacing: 0;
	text-transform: uppercase;
}
.basket_list .total input.button_dark.back {
	padding-left: 2px;
}
.basket_list .total input.button_dark.next {
	padding-right: 2px;
}
.basket_list .couponrow {
	text-align: right;
	font-size: 12px;
	margin: 0 0 15px 0;
}
#couponbox {
	font-size: 12px;
	margin-left: 10px;
	color: #333;
	line-height: 20px;
}
#couponbox input.small {
	width: 100px;
}
.couponinfo {
	display: block;
	overflow: hidden;
	color: #454545;
	font-size: 12px;
	line-height: 16px;
	margin: 0 0 10px 0;
}
.couponinfo p {
	padding: 5px 0;
}

.additional_info {
	font-size: 12px;
	line-height: 16px;
}

.basket_list .basket_sum_row {
	display: block;
	overflow: hidden;
	padding: 10px 0 10px 0;
}
.basket_list .basket_sum_row input {
	float: left;
	margin: 5px 20px 0 0;
}
.basket_list .basket_sum_row .sum_to_pay {
	float: right;
	font-size: 16px;
	color: #333;
	padding: 5px 15px 5px 15px;
	background: #ededed;
	border: 1px solid #ccc;
}
.basket_list .basket_sum_row .sum_to_pay b {
	color: #000;
}

.basket_list .details {
	padding: 5px 5px 0 5px;
	font-size: 14px;
	line-height: 18px;
	color:  #333;
	display: block;
	overflow: hidden;
	text-align: right;
	margin-bottom: 5px;
}
.basket_list .details.leftalizer {
	text-align: left;
}
.basket_list .details span.smaller {
	font-size: 12px;
}
.basket_list .details p {
	font-size: 12px;
	line-height: 15px;
}
.basket_list .details p.red {
	color: #c00;
	font-size: 13px;
	line-height: 16px;
	padding: 5px;
	border: 1px solid #ccc;
	border-radius: 5px;
	margin: 10px 0 10px 0;
}
.basket_list .basket_buttons {
	display: block;
	overflow: hidden;
	padding-top: 5px;
}
.basket_list .basket_buttons  a {
	font-size: 12px;
	line-height: 16px;
	padding: 3px 5px 3px 30px;
	line-height: 16px;
	border-radius: 3px;
}



#button_basket_empty, #button_basket_update, #button_basket_back {
	float: left;
	margin-right: 15px;
	padding-left: 0;
	padding-right: 0;
}
#button_basket_empty a {
	margin-left: 5px;
	padding: 0 10px 0 40px;
	background: url(/images/icons/basket_empty.png) no-repeat left center;
	text-align: right;
	line-height: 30px;
	font-size: 14px;
}
#button_basket_update a {
	margin-left: 5px;
	padding: 0 10px 0 40px;
	background: url(/images/icons/reload.png) no-repeat left center;
	text-align: right;
	line-height: 30px;
	font-size: 14px;
}
#button_basket_back a {
	margin-left: 5px;
	padding: 0 10px 0 40px;
	background: url(/images/icons/basket_add.png) no-repeat left center;
	text-align: right;
	line-height: 30px;
	font-size: 14px;
}

a.basket_remove {
	font-size: 18px;
	padding: 0 0 0 5px;
	color: #c00;
	vertical-align: text-bottom;
}
a.basket_remove:hover {
	color: #f33;
}
a.basket_update {
	font-size: 18px;
	padding: 0 0 0 5px;
	color: #090;
	vertical-align: bottom;
}
a.basket_update:hover {
	color: #3c0;
}

#basket_additional {
	display: block;
	overflow: hidden;
	font-size: 12px;
	line-height: 16px;
	color: #333;
}
#basket_additional div {
	float: left;
	display: block;
	overflow: hidden;
	margin: 5px 20px 5px 0;
}
#basket_additional div input.small {
	width: 200px;
}

#basket_delivery {
	display: block;
	overflow: hidden;
}
#basket_delivery table {
	float: left;
	width: 350px;
}
#basket_delivery #body_ship {
	float: right;
	display: block; 
	overflow: hidden; 
	font-size: 12px; 
	padding: 10px 0 0 0; 
	line-height: 16px; 
	width: 400px; 
	height: auto;
}
#basket_delivery #delivery_dates {
	display: none;
	overflow: hidden;
	padding: 5px;
}
#basket_delivery #sel_shipto {
	width: 399px;
}




.buy_list {
	display: block;
	overflow: hidden;
}
.buy_list .row {
	display: block;
	overflow: hidden;
	margin-bottom: 20px;
}
.buy_list .row h3 {
	color: #000;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
}
.buy_list .row .data {
	display: block;
	overflow: hidden;
	padding: 3px 0 3px 0;
	font-size: 12px;
	line-height: 22px;
	color: #666;
}
.buy_list .row .data .title {
	float: left;
	width: 300px;
}
.buy_list .row .data .price {
	float: left;
	width: 70px;
	text-align: right;
}
.buy_list .row .data .price b {
	color: #000;
}
.buy_list .row .data .sum {
	float: right;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	width: 80px;
	text-align: right;
}
.buy_list .row .smaller {
	font-size: 11px;
}
.buy_list .total {
	background: #ccc;
	padding: 5px;
	font-size: 14px;
	line-height: 18px;
	color:  #0e56a5;
	display: block;
	overflow: hidden;
	text-align: right;
	margin-bottom: 15px;
}
.buy_list .details {
	padding: 5px;
	font-size: 14px;
	line-height: 18px;
	color:  #333;
	display: block;
	overflow: hidden;
	text-align: right;
	margin-bottom: 5px;
}
.buy_list .details span.smaller {
	font-size: 12px;
}


.basket_warning {
	display: block;
	overflow: hidden;
	border-radius: 5px; 
	padding: 10px;
	background: #f66;
	color: #fff;
	font-size: 14px;
	line-height: 18px;
}
.payment_methods {
	display: block;
	overflow: hidden;
}
.payment_methods div {
	float: left;
	width: 115px;
	height: 120px;
	background: no-repeat center top;
}
.payment_methods div p {
	text-align: center;
	font-size: 11px;
	line-height: 14px;
	text-transform: uppercase;
	color: #666;
	padding-top: 90px;
}
.payment_methods div:hover {
	cursor: pointer;
}
.payment_methods div:hover p {
	color: #0e56a5;
	text-shadow: 0 0 1px #333;
}















#column_left .boxlite .row a.pdf {
	background: url(/images/icons/toolbar.png) no-repeat 0px 0px;
}
#column_left .boxlite .row a.print {
	background: url(/images/icons/toolbar.png) no-repeat 0px -20px;
}
#column_left .boxlite .row a.pageinfo {
	background: url(/images/icons/page_info.png) no-repeat 0 0;
}
#column_left .boxlite .row a.compare_add {
	background: url(/images/icons/toolbar.png) no-repeat 2px -39px;
}
#column_left .boxlite .row a.compare_remove {
	background: url(/images/icons/toolbar.png) no-repeat 2px -79px;
}
#column_left .boxlite .row a.favourite_add {
	background: url(/images/icons/toolbar.png) no-repeat 2px -39px;
}
#column_left .boxlite .row a.favourite_del {
	background: url(/images/icons/toolbar.png) no-repeat 2px -79px;
}

#column_left .boxlite .row a.compare_add:hover {
	background: url(/images/icons/toolbar.png) no-repeat 2px -59px;
}
#column_left .boxlite .row a.compare_remove:hover {
	background: url(/images/icons/toolbar.png) no-repeat 2px -99px;
}
#column_left .boxlite .row a.favourite_add:hover {
	background: url(/images/icons/toolbar.png) no-repeat 2px -59px;
}
#column_left .boxlite .row a.favourite_del:hover {
	background: url(/images/icons/toolbar.png) no-repeat 2px -99px;
}

#column_left .boxlite .row .navigation {
	float: right;
	width: 45px;
	display: block;
	overflow: hidden;
	margin-right: 5px;
}
#column_left .boxlite .row .navigation div {
	width: 20px;
	height: 20px;
	display: block;
}
#column_left .boxlite .row .navigation .back {
	background: url(/images/icons/toolbar.png) no-repeat 0px -140px;
	float: left;
}
#column_left .boxlite .row .navigation .back:hover {
	background: url(/images/icons/toolbar.png) no-repeat 0px -160px;
	cursor: pointer;
}
#column_left .boxlite .row .navigation .back.inactive {
	background: url(/images/icons/toolbar.png) no-repeat 0px -120px;
}
#column_left .boxlite .row .navigation .next {
	background: url(/images/icons/toolbar.png) no-repeat 0px -200px;
	float: right;
}
#column_left .boxlite .row .navigation .next:hover {
	background: url(/images/icons/toolbar.png) no-repeat 0px -220px;
	cursor: pointer;
}
#column_left .boxlite .row .navigation .next.inactive {
	background: url(/images/icons/toolbar.png) no-repeat 0px -180px;
}
#column_left .boxlite .row .navigation .back.inactive, .product_toolbar .navigation .next.inactive {
	cursor: auto;
}
#column_left .boxlite .row .navigation #popup_navigation {
	display: none;
}


#column_left .box ul.subkat {
	line-height: 16px;
	font-size: 12px;
	margin: 0;
	padding: 0px 10px 2px 5px;
}
#column_left .box ul.subkat.parent {
	padding-bottom: 2px;
	border-bottom: 1px solid #ededed;
	margin-bottom: 5px;
}
#column_left .box ul.subkat li {
	margin: 0;
	padding: 0;
}
#column_left .box ul.subkat li:hover {
	cursor: pointer;
}
#column_left .box ul.subkat li span {
	background: url(/images/icons/filters.png) no-repeat 0px 2px;
	width: 16px;
	height: 15px;
	line-height: 12px;
	float: left;
}
#column_left .box ul.subkat li a {
	color: #333;
	line-height: 15px;
	padding: 0 0 5px 0;
	display: block;
	margin: 0 0 0 16px;
}
#column_left .box ul.subkat li:hover a {
	color: #000;
	text-shadow: 0 0 1px #999;
}
#column_left .box ul.subkat li:hover span {
	background: url(/images/icons/filters.png) no-repeat -20px 2px;
}
#column_left .box ul.subkat li.sel a {
	color: #000;
	font-weight: bold;
}
#column_left .box ul.subkat li.sel span {
	background: url(/images/icons/filters.png) no-repeat -40px 2px;
}
#column_left .box ul.subkat li.sel:hover span {
	background: url(/images/icons/filters.png) no-repeat -60px 2px;
}
#column_left .box ul.subkat li.up a {
	color: #333;
	font-weight: bold;
}
#column_left .box ul.subkat li.up span {
	background: url(/images/icons/filters.png) no-repeat 0px -18px;
}
#column_left .box ul.subkat li.up:hover a {
	color: #000;
}
#column_left .box ul.subkat li.up:hover span {
	background: url(/images/icons/filters.png) no-repeat -20px -18px;
}
#column_left .box ul.subkat li.up_sel a {
	color: #000;
	font-weight: bold;
}
#column_left .box ul.subkat li.up_sel span {
	background: url(/images/icons/filters.png) no-repeat -60px -18px;
}
#column_left .box ul.subkat li.up_sel:hover span {
	background: url(/images/icons/filters.png) no-repeat -80px -18px;
}
#column_left .box ul li.favourites {
	margin-top: 10px;
	font-weight: bold;
}
#column_left .box ul li.favourites span {
	background: url(/images/icons/filters.png) no-repeat -20px -78px;
}
#column_left .box ul li.favourites:hover span {
	background: url(/images/icons/filters.png) no-repeat -60px -78px;
}


#column_left .box ul.filters {
	line-height: 16px;
	font-size: 12px;
	margin: 0;
	padding: 0px 10px 2px 5px;
}
#column_left .box ul.filters li {
	margin: 0;
	padding: 0;
}
#column_left .box ul.filters li.title {
	line-height: 16px;
	color: #000;
	display: block;
	font-size: 14px;
	font-family: "Open Sans Condensed", "Arial Narrow", Sans-Serif;
	font-weight: 700;
	padding-bottom: 3px;
}
#column_left .box ul.filters li:hover {
	cursor: pointer;
}
#column_left .box ul.filters li.title:hover {
	cursor: auto;
}
#column_left .box ul.filters li a {
	color: #333;
	line-height: 15px;
	padding: 0 0 5px 0;
	display: block;
	margin: 0 0 0 16px;
}
#column_left .box ul.filters li span.icon {
	background: url(/images/icons/filters.png) no-repeat 0px -79px;
	width: 16px;
	height: 15px;
	line-height: 12px;
	float: left;
}
#column_left .box ul.filters li:hover a {
	color: #000;
	text-shadow: 0 0 1px #999;
}
#column_left .box ul.filters li:hover span.icon {
	background: url(/images/icons/filters.png) no-repeat -20px -79px;
}
#column_left .box ul.filters li.sel a {
	color: #000;
	font-weight: bold;
}
#column_left .box ul.filters li.sel span.icon {
	background: url(/images/icons/filters.png) no-repeat -60px -79px;
}
#column_left .box ul.filters li.sel:hover span.icon {
	background: url(/images/icons/filters.png) no-repeat -80px -79px;
}
#column_left .box ul.filters li.reset {
	margin-top: 10px;
}
#column_left .box ul.filters li.reset span.icon {
	background: url(/images/icons/filters.png) no-repeat -40px -79px;
}
#column_left .box ul.filters li.reset:hover span.icon {
	background: url(/images/icons/filters.png) no-repeat -80px -79px;
}
#column_left .box ul.filters li span.body {
	display: none;
}







.popup_navigation {
	display: none;
	overflow: hidden;
	position: absolute;
	z-index: 22222;
	border: 1px solid #ccc;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 0 10px #666;
	padding: 5px;
	width: 180px;
	font-size: 12px;
	line-height: 15px;
}
.popup_navigation div {
	text-align: left;
	padding: 5px 0 5px 50px;
	background: no-repeat left 10px;
	color: #000;
	min-height: 30px;
}
.popup_navigation div:hover {
	color: #000;
	text-shadow: 0 0 1px #666;
	cursor: pointer;
}


table.baskets_b2b {
	border: none;
	width: 100%;
}
table.baskets_b2b tr.sel:hover {
	cursor: pointer;
	background: #ededed;
}
	
table.baskets_b2b td {
	font-size: 14px;
	line-height: 17px;
	color: #333;
	padding: 2px;
	border-bottom: 1px solid #ededed;
}
table.baskets_b2b td.status {
	font-family: "Open Sans Condensed", "Arial Narrow", Sans-Serif;
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
	color: #1a1a1a;
	padding: 5px 0 5px 30px;
	background: no-repeat left center;
	border-bottom: 1px solid #ededed;
}
table.baskets_b2b td.info {
	font-size: 12px;
	color: #333;
	line-height: 15px;
}
table.baskets_b2b td.noborder {
	border: none;
}


#popup_cancel_reason {
	position: absolute;
	display: none;
	overflow: hidden;
	background: #ededed;
	border: 1px solid #999;
	border-radius: 5px;
	box-shadow: 0 0 10px #999;
	padding: 10px 0 10px 0;
}
#popup_cancel_reason textarea {
	width: 380px;
	height: 100px;
	margin: 0 10px 10px 10px;
}
#popup_cancel_reason p {
	font-size: 12px;
	line-height: 16px;
	color: #000;
	padding: 0 10px 0 10px;
}



#hint_buy_more {
  padding: 5px;
  background: #fe9;
  color: #000;
  font-size: 13px;
  line-height: 18px;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
#hint_buy_more a {
  color: #000;
}
#hint_buy_more b {
	font-size: 14px;
}


#basket_header {
	display: block;
	overflow: hidden;
	padding: 0;
	margin: 0;
	font-family: "Open Sans Condensed", "Arial Narrow", Sans-Serif;
	font-weight: 700;
}
#basket_header .step {
	margin: 0;
	padding: 5px 0 5px 0;
	float: left;
	display: block;
	background: #ededed url(/images/bg_basket_header.png) no-repeat right center;
	color: #999;
	font-size: 16px;
	line-height: 20px;
	width: 24%;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}
#basket_header .step.done {
	background: #ccc url(/images/bg_basket_header.png) no-repeat right center;
}
#basket_header .step.sel {
	font-size: 18px;
	line-height: 20px;
	color: #000;
	background: #fcda00 url(/images/bg_basket_header.png) no-repeat right center;
	width: 28%
}
#basket_header .step.last {
	background-image: none;
	border-radius: 3px;
}
#basket_header .step a, #basket_header .step span, #basket_header .step b {
	padding: 0 10px 0 10px;
}
#basket_header .step a {
	color: #454545;
}
#basket_header .step a:hover {
	color: #000;
}
#basket_header h2 {
	position: relative;
	padding: 0;
	margin: 0;
	color:  #000;
	line-height: 24px;
	font-size: 18px;
	letter-spacing: 0;
	background: transparent;
	border: none;
}