/**
 *  
 *
 */
html, body {
	height: 100%;
}
/* changes */
body {
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.4em;
	color: #000;
	
	padding-bottom: 170px; /* footer height */
}

p { margin: 0 0 1.6em 0; }

h1, h2, h3, h4 {
	font-family: "HelveticaNeueW01-95Blac", "Arial Black" ,Helvetica, sans-serif;
	line-height: 1.2em;
	text-transform: uppercase;
	font-weight: normal;
}

h1 { font-size: 52px; letter-spacing: -.04em; line-height: 52px; padding-top: 8px;}
h2 { font-size: 16px; }
h4 { margin: 0 0 5px 0; padding: 0;}

a{color: #00C4E0; text-decoration: none;}
a:hover{text-decoration: none; color: #009eb5;}

a.unactive, a.unactive:hover, a.unactive:visited{display: none; cursor: default;}
a.unactive.sent, a.unactive.sent:hover, a.unactive.sent:visited{color: #000; display: inline; cursor: default;}



/** Color themes **/
.bottom_border { border-bottom:6px solid #000; padding-bottom:20px; margin-bottom:30px;}

img.heroimage {
	width: 100%;
	display:none;
}

img.heroimage.abs{
	height: 324px;
	width: 529px;
	position: absolute;
	top: 0px;
}

.theme_canvas #banner, .theme_canvas #related_info{
	position: relative;
	background: url(../images/layout/header_canvas_bkg.gif);
	border-bottom: solid thin #CCCCCC;
	color: #000000;
	width: 100%;
}

.theme_canvas #related_info{
	padding: 0 25px;
}

.theme_canvas #related_info{
	margin-left: -25px;
}
#related_info h1, #related_info h2 {
	border-bottom: solid 7px #000000;
}

#related_info .container{
	padding:0px;
}

#product_header .container
{
	overflow:visible;
}
.theme_black #banner {
	background: #131313;

	color: #FFFFFF;
	background-image: url(../images/layout/header_hl_bkg_50.png);
	background-position: center top;
	background-repeat: no-repeat;
}

.theme_black #header h1, .theme_black #header h2 {
	border-bottom: solid 7px #ffffff;
}

.inverted_text, .inverted_text p,
.inverted_text h1, .inverted_text h2, .inverted_text h3,
.theme_black #topnav li a, .inverted_text #topnav li a {
	color: #FFFFFF;
}



.text_black h1, .text_black h2, .text_black h2 a, .text_black h3, .text_black p, .text_black p a, .text_black input{color:#000 !important;}

h2.make_it_big{ font-size: 30px; }

.searchstring{font-weight:bold;}
.no_link_color a{color: #333; text-decoration:none;}

.splitter
{
	width:100%;
	clear: both;
	display: block;	
}

/** 
 * Basic layout 
 *
 */
@-webkit-keyframes rotate {
	from {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
  	}
  	to { 
    	-webkit-transform: rotate(360deg);
    	-moz-transform: rotate(360deg);
    	-o-transform: rotate(360deg);
  	}
}

#loader{
	position:fixed;
 	width: 120px;
 	height: 120px;
 	top: 50%;
 	left: 50%;
 	margin: -100px 0 0 -100px;
 	background: #000;
 	display:none;
 	-moz-border-radius: 100px;
-webkit-border-radius: 100px;
border-radius: 100px;
	padding:10px;
}
#reseller_list #loader{
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin: 20px auto;
}

#pen{
 	width: 120px;
 	height: 120px;
 	background: url('../images/layout/loader.gif') no-repeat;
 	-webkit-animation-name:             rotate; 
 	-moz-animation-name:             rotate; 
 	-o-animation-name:             rotate; 
    
    -webkit-animation-duration:         1.5s; 
    -moz-animation-duration:         1.5s; 
    -o-animation-duration:         1.5s; 
   
    -webkit-animation-iteration-count:  infinite;
    -moz-animation-iteration-count:  infinite;
    -o-animation-iteration-count:  infinite;

    animation-timing-function:linear;
	-webkit-animation-timing-function:linear;
	-moz-animation-timing-function:linear;
	-o-animation-timing-function:linear;

 }
 
.hr_top { border-top: solid 5px #000000; }

.hide {
	display:none;	
}
 
.showmore {
	margin-top: 10px;
	text-align: right;
}
.showmore .label { display: inline-block; margin-right: 20px; }

.hu .showmore .label{
	display: none;
}

.list.filter li a {
	display: block;
	line-height: 28px;
	color: #333 ;
	text-decoration: none;
	border-bottom: solid thin #D6D6D6;
	background: url('../images/layout/list_nav_bkg.png');
	background-position: right -999px;
	background-repeat: no-repeat;
}
.list.filter li a:hover {
	background-position: right top;
	text-indent: 8px;
}
.list.filter li a:active, .list.filter li.active a {
	color: #FFFFFF;
	text-shadow: #027088 1px 1px 1px;
	background-position: right -28px;
	text-indent: 8px;
}
#main {
	min-width: 1044px;
}
.container {
	width: 1024px; /* 1024 + marginarer för paddan */	

	padding: 0 10px;
	
	margin: 0 auto 0 auto;
	min-height: 100%;
	
	overflow: hidden;
	position: relative;
}

.space {
	padding-top: 35px;
	padding-bottom: 40px;
}
.space.bottom {
	padding-bottom: 40px;
}
.head_space {
	padding-top:100px;
	padding-bottom:0px;	
}
.head_space.bg_image{

}


.head_space.bg_image .header_left_col{
	max-width: 550px
}


span.download_image a{
	color: #666;
	font-size: 12px;
	display: block;
	margin-top: 5px;
	font-style: italic;	
}

span.download_image a:hover{color: #333;}

.container h1:first-child, .container, h2:first-child { margin-top: 0; }

ul.clean, ul.clean li {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.clean { overflow: hidden; margin-bottom: 20px; }

/** Filter boxes **/
.filter_container {
	width: 240px;
	padding-top:20px;
}
.filter_container input { width: 196px; }
.filter_container .label { margin-right: 0; }
.filter_box {
	float: left;
	margin-bottom: 0px;
}
.right .filter_box {
	margin-left: 16px;
}
.filter_list h3 {
	padding-bottom: 2px;
	border-bottom: solid 5px #000000;
	margin-bottom: 10px;
}
.filter_list { margin-bottom: 20px; margin-top: 20px; }
.filter_list h2:first-child { margin-top:0; }

.filter_list input[type=checkbox] {
	display: none;
}

/* Åf filter */
ul#af_filter {
	
	text-transform: capitalize;
	
	margin:0;
	padding:0;
}
ul#af_filter li {
	list-style: none;
	padding-left: 15px;
	
	background: url('/website/res/images/layout/list_plus.png');
	background-repeat: no-repeat;
	background-position: left 5px;
	
	cursor: pointer;
}
ul#af_filter li.active {
	list-style: none;
	padding-left: 15px;
	
	background: url('/website/res/images/layout/list_minus.png');
	background-repeat: no-repeat;
	background-position: left 5px;
	
}
ul#af_filter ul {	
	display: none;
	margin-top: 2px;
	margin-bottom: 5px;
	
	padding-left: 10px;
}

ul#af_filter ul.level-3 li {
	padding-left: 0px;
	background: none;
}

/** Form elements **/
.search_input, input[type=password], input[type=text]:not(.x-form-field), textarea:not(.x-form-field), input[type=date]:not(.x-form-field) {

	line-height: 20px;
	height: 21px;
	padding: 12px 30px 12px 12px;
	
	border: none;
	
	background: url(/website/res/images/layout/input_bkg.png);
	background-color: #FFF;
	background-repeat: repeat-x;
	background-position: left 0px;
	
	-webkit-appearance: none !important;
	-moz-appearance: none;
	-moz-user-focus: none;
	-moz-outline: none;
	
	border-top: solid thin #949494;
	border-left: solid thin #d9d9d9;
	border-right: solid thin #d9d9d9;
	border-bottom: solid thin #ededed;
	
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px; 
	border-radius: 3px;
}



textarea:not(.x-form-field) {
	background: url(/website/res/images/layout/textarea_bkg.png);
	background-repeat: repeat-x;
}

input.tagico {
	background-repeat: no-repeat;
	background-position: left -135px;
	text-indent: 30px;
}

/* - - --  -- - - - - - - --*/
.select_wrap {
	width: 280px;
	height: 45px;
	overflow: hidden;

	background: url(/website/res/images/layout/input_bkg.png);
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position: right -45px;

	border-top: solid thin #949494;
	border-left: solid thin #d9d9d9;
	border-right: solid thin #d9d9d9;
	border-bottom: solid thin #ededed;
	
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px; 
	border-radius: 3px;
}

.select_wrap select {
	-webkit-appearance: none !important;
	-moz-appearance: none;
	-moz-user-focus: none;
	-moz-outline: none;
	border:none;
	background: transparent;
	width: 330px;
	height: 45px;
	padding: 12px 30px 12px 12px;
	text-align: left;
}
/* - -- - - -- ---- - -- ---*/

.select_wrap:hover::not(.x-form-field) {
	background-position: right -180px;
}
.select_wrap:active:not(.x-form-field) {
	background-position: right -225px;
}

input#find_dealer_input.search_input {
	width: 380px;
}
#reseller_search #find_dealer_input { width: 175px; }

#submit_location_form {
	margin-left: -8px;
}
/**
 * Flexslider
 *
 */
#header_slider {
	overflow: visible;
}
.flex_container {
	position: relative;
	top:0;
}

.article .flex_container {
	margin-top: 10px;
	margin-bottom: 20px;
}
.article .flexslider li { 
	height: 370px;
	background: #CCC;
}
.article .flex-control-nav {
	bottom: 24px;
}

.flexslider {
	background: none;
	border: none;
	position: relative;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	zoom: 1;
	overflow: visible; 
}
.flexslider .slides .slide .slide_hightlight {
	background-image: url(/website/res/images/layout/header_hl_bkg.png);
	background-position: center top;
	background-repeat: no-repeat;
	
	padding-top: 100px;
	height: 420px; /* För att täcka med bakgrund utan js */
}

.article .flex-direction-nav li a {
	width: 28px; 
	height: 44px; 
	margin: 0; 
	display: block; 
	background: url(../images/layout/article_direction_nav.gif) no-repeat; 
	position: absolute; 
	top: 50%;
	cursor: pointer; 
	text-indent: -999em;
}
.article .flex-direction-nav li .prev {
	left: 0px;
}
.article .flex-direction-nav li .next {
	background-position: -28px top;
	right: 0px;
}

.flex-direction-nav li a {
	width: 52px; 
	height: 110px; 
	margin: -55px 0 0 0; 
	display: block; 
	background: url(../images/layout/flex_direction_nav.png) no-repeat; 
	position: absolute; 
	top: 50%; 
	cursor: pointer; 
	text-indent: -999em;
}

#start_header_content .flexslider{
	min-height: 520px;
}

#header {
	/*overflow: hidden;*/
	
}
#header .container.space {
	margin: 20px auto;
}

.flex-direction-nav li .prev {
	left: 0px;
}
.flex-direction-nav li .next {
	background-position: -52px 0;
	right: 0;
}
.flex-direction-nav li a:hover {
	background-position-y: -110px;
}
.flex-direction-nav li a.disabled:hover {
	background-position-y: top;
}



.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: 28px;
	text-align: center;
}
.flex-control-nav li a {
	width: 26px; 
	height: 26px; 
	display: block; 
	background: url(../images/layout/flex_control_nav.png) no-repeat; 
	cursor: pointer; 
	text-indent: -999em;
}
.flex-control-nav li a:hover { background-position: 0 -26px;}
.flex-control-nav li a.active { background-position: 0 -52px; cursor: default;}

/** Buttons **/
.buttons .button { margin-left: 8px; }
.buttons .button:first-child { margin-left: 0; }

.button, .button:visited {
	font-family: 'BasicCommercialW01-Blk', "Arial Black", "Helvetica Neue",Helvetica, sans-serif;
	font-size: 16px;
	line-height: 45px;
	color: #000;
	text-transform: uppercase;
	
	background: url(../images/layout/button_nav_bkg.png);
	background-position: left -999px;
	background-repeat: repeat-x;
	
	background-color: #FFF;
	
	text-decoration: none;
	
	display: inline-block;
	
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px; 
	border-radius: 3px;
	
	-moz-box-shadow: 0px 1px 2px #949494;
	-webkit-box-shadow: 0px 1px 2px #949494;
	box-shadow: 0px 1px 2px #949494;
	
	padding: 0 1em;
	margin-bottom: 2px;
	
	-webkit-appearance: none;
	outline: none;
	border: none;
}

.button:hover { 
	background-position: left -276px;
}
.button:active {
	color: #FFF;
	background-position: left -230px;
}

.button.light_grey {
	background: #e5e5e5;
}
.button.light_grey:hover {
	background: #FFF;
}
.button.blue {
	color: #FFFFFF;
	text-transform: uppercase;
	
	text-shadow: #007e91 2px 1px 1px;
	
	background-position: right -138px;
	
	border-bottom: solid thin #027088;
}
.button.blue:hover {
	background-position: right -184px;
}
.button.blue:active, .button.blue.active {
	background-position: right -230px;
}
.button.black, .button.fill {
	color: #FFFFFF;
	text-transform: uppercase;

	background: url(../images/layout/button_nav_bkg.png);
	background-position: left top;

}

.button.black:hover, .button.fill:hover {	background-position: left -46px; }
.button.black:active, .button.fill:active { background-position: left -138px; }

.button.categories {
	color: #000000;
	text-transform: uppercase;
	text-align: left;

	width: 100%;
	padding: 0;
	margin-top: 15px;

	background-color: #e5e5e5;
	background-position: left -9999px;
}

/* L�gger till pilen i knappen */
.button.categories span {
	background-image: url(../images/layout/button_arrow_bkg.png);
	background-position: right top;
	background-repeat: no-repeat;
	text-indent: 18px;

	width: 100%;
	display: inline-block;
}
.product_item:hover .button.categories,
.button.categories:hover {
	background-position: left -322px;
}
.product_item:active .button.categories,
.button.categories:active {
	color: #FFF;
	background-position: left -230px;
}

.product_item:active .button.categories span,
.button.categories:active span {
	background-position: right -46px;
	background-repeat: no-repeat;
}

.button.toggle:hover,
.product_item:hover .product_tn {
	background-color: #ededed;
}

.button.toggle:active,
.product_item:active .product_tn {
	background-color: #cdcdcd;
}

.button.fill {
	width: 100%;
	padding: 0;
	text-align: center;
	color: #FFFFFF;
	
	-moz-border-radius: 0; 
	-webkit-border-radius: 0; 
	border-radius: 0;
}
.button.rounded {
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px; 
	border-radius: 3px;
}
.button.toggle_up, .button.toggle_down {
	background: #e5e5e5;
	color: #000000;
	display: block;
	text-transform: uppercase;

	background-image: url(../images/layout/toggle_arrows_ico.png);
	background-repeat: no-repeat;
	background-position: right top;
	
	display: block	;
}
.button.toggle_down {
	background-position: right -45px;
}
/** Textbuttons **/
.textbutton.next, .textbutton.prev {
	color: #000000;
	background: transparent;
	line-height: 30px;
	
	display: inline-block;
	
	background: url(../images/layout/next_prev_btn.png);
	background-repeat: no-repeat;
	background-position: left -30px;
	
	text-decoration: none;
}
.textbutton.next {
	background-position: right top;
	float: right;
	padding: 0 42px 0 10px;
}
.textbutton.next:hover {
	background-position: right -60px;
}
.textbutton.next:active {
	background-position: right -120px;
}
.textbutton.prev {
	padding: 0 10px 0 42px;
	
}
.textbutton.prev:hover {
	background-position: left -90px;
}
.textbutton.prev:active {
	background-position: left -150px;
}
/*
.style_black .textbutton.next,
.style_black .textbutton.prev {
	color: #FFF;
}
*/

.textbutton.next,
.textbutton.prev {
	color: #FFF;
}



/**
 *  Header
 *
 */

#header{
  padding-top: 15px;
  position: relative;
  z-index: 1;
}
#banner{
  min-height: 140px;
  z-index: 0;
  margin-top: -100px;
}

#banner h1, #banner h2 {
	margin: 0;
	padding-bottom: 8px;
	border-bottom: solid 7px #000000;
	margin-bottom: 20px;
}
.inverted_text #banner h1, .inverted_text #banner h2,
#banner.inverted_text h1, #banner.inverted_text h2,
#banner .slide.inverted_text h1, #banner .slide.inverted_text h2{
	border-bottom: solid 7px #FFFFFF !important;
}
.theme_black #language{
	color: #fff !important;
}

.header_content {
	margin-top: 0px;
	/* padding-top: 40px; */
}
#start_header_content {
	margin:0;
}
#banner { 
	background:#56a6a6;
	padding: 0 0 0 0;
	height:auto;
	
	color: #FFFFFF; 	
	
	background-image: url(/website/res/images/layout/header_hl_bkg.png);
	background-position: center top;
	background-repeat: no-repeat;
	position: relative;
}

.bigbanner_left_col, .header_left_col { 
	float: left;
	overflow-x: hidden; 
	max-width: 520px; 
}
#banner p { font-size: 14px;  }
#banner p.arrow { 
	background: url(../images/layout/arrow_black_ico.png);
	background-position: left center;
	background-repeat: no-repeat;
	margin-bottom: 30px;
	padding-left: 50px;
}
#banner.inverted_text p.arrow,
#banner .slide.inverted_text p.arrow,
.theme_black #banner p.arrow {

	background: url(../images/layout/arrow_white_ico.png);
	background-position: left center;
	background-repeat: no-repeat;
}
.bigbanner_right_col, .header_right_col {
	float: right;
	width: 450px;
}

.box_canvas {
	background: url(../images/layout/header_canvas_bkg.gif);
	border-bottom: solid thin #CCCCCC;
}

.header_content_wrap { float: left; }

.fleft {
	float: left;
}
.fright {
	float: right;
}
#movie_header .header_right_col {
	width: 670px;
	margin-left: 26px;
	padding-bottom:20px;
}

#movie_header .header_left_col {
	width: 300px;
	text-shadow: 1px 1px 2px #000000;
	overflow: visible;

}
#movie_header .header_left_col h1 {
	font-size: 45px;
	line-height: 45px;
}

#movie_header.listview .header_left_col {
	width: 580px;
	max-width: none;
	text-shadow:none;	
}

#movie_header.listview .header_right_col {
	width: 418px;
	max-width: none;
	text-shadow:none;	
	padding: 0;
	margin-bottom: 0;
}

#movie_header .container{
	padding-bottom: 0px;
}

.related_products .container { padding: 0; }
.movie_container {
	width: 100%;
	height: 375px;
	margin-bottom: 20px;
	background: #dedede;
}

#movie_header.listview .header_right_col .movie_container {
	background: none;
	margin: 0;
	padding: 0;
	height: auto;
}

#related_info .container{
	padding:0px;
	background: none;
}

#related_info h2{
	padding-top: 30px;
	margin-bottom: 10px;
	border-bottom: none !important;
	color: #000;
}

.product_related h2 {
	margin-bottom: 0px;
}


/** Logo **/
.logo { float: left; margin-left: -4px; margin-top: 4px; }
.logo a {
	cursor: pointer; 
	text-indent: -999em;
	
	width: 190px;
	height: 40px;
	
	display: block;
	background: url(../images/layout/anza_logo.png);
	background-position: center top;
	background-repeat: no-repeat;
}
.logo a:hover { background-position: center -40px; }

.theme_black .logo a {
	background: url(../images/layout/anza_logo_neg.png);
}
#footer .logo a { background: url(../images/layout/anza_logo.png); margin-bottom: 20px; }
.logo a:hover, .logo.neg a:hover { background-position: center -40px; }

/** Sharenav **/
#header .sharenav {
	border-top: solid 7px #FFFFFF;
	padding-top: 20px;
}
.sharenav ul, .sharenav ul li {
	margin: 0;
	padding: 0;
}
.sharenav ul li { 
	line-height: 38px;
	height: 38px;
	overflow:hidden;
}
.sharenav ul {
	list-style: none;
	overflow: hidden;
	margin-bottom: 18px;
}
.sharenav ul li a.ico {
	font-size: 14px;
	color: #FFF;
	line-height: 42px;
	text-decoration: none;
	
	display: inline-block;
	
	height: 38px;

	padding: 0 10px 0 36px;
	
	background: url(../images/layout/sharenav_icons.png);
	background-repeat: no-repeat;
}

.sharenav ul li a.ico.tip_a_friend { background-position: left top; }
.sharenav ul li a.ico.fb_share { background-position: left -42px; }
.sharenav ul li a.ico.fb_like {	background-position: left -42px; }

/** Topnav **/
#topnav { display: block; overflow:hidden; }
#topnav ul, #topnav ul li {
	margin: 0;
	padding: 0;
}
#topnav ul {
	float:right;
	list-style: none;
	overflow: hidden;
	margin-bottom: 18px;
}
#topnav ul li { float: left; }
#topnav ul li a {
	font-family: 'BasicCommercialW01-Blk',"Arial Black","Helvetica Neue",Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	
	text-decoration: none;
	text-transform: uppercase;
	
	padding: 0 10px;
	
	border-right: solid thin #000;
}

.theme_black #topnav ul li a{border-right: solid thin #fff;}

.inverted_text #topnav ul li a, .style_black #topnav ul li a { color: #FFFFFF; border-right: solid thin #FFFFFF; }

#topnav ul li:last-child a { border: none; padding-right: 0; }

#topnav ul li a:hover { color: #2e2e2e; text-decoration: underline; }
#topnav ul li a:active { color: #000; }

/** Language **/

#language { 
	float: right; 
	font-family: 'BasicCommercialW01-Blk',"Arial Black","Helvetica Neue",Helvetica, sans-serif;
	font-size: 13px;
	color: #fff;
	margin-left: 20px;
	text-decoration: none;
	text-transform: uppercase;
	position: relative;
	margin-top: -5px;
}

#language a{
	color: #fff;
	font-weight: normal;
}

#language a label{
	margin-left: -3px;
	line-height: 20px !important;
	margin-left: 4px;
}

#language .flag{
	position: absolute; 
	right: 0px; 
	width: 27px; 
	height: auto;
	overflor:hidden;
	z-index: 3000;
	margin-right: 10px;
	top: 0px;
}

#language:hover .flag{
	background-color:rgba(0,0,0,0.1);
}

#language:hover, #language.open .flag{
	height: auto;
}

#language .flag ul{
	margin: 0;
	padding: 0;
	list-style: none;	
	display:inline-block;
	height: 23px;
	overflow: hidden;
}

#language:hover .flag ul{
	height: auto;
}

#language .flag ul li{padding:3px 4px 5px 5px; margin: 0; display:block;}
#language .flag ul li:hover{background-color:rgba(0,0,0,0.05); cursor:pointer;}

/** Cart **/

#cart{
	float: right; 
	color: #FFFFFF;
	text-transform: uppercase;

	background: url(../images/layout/button_nav_bkg.png);
	background-position: left top;
	font-family: 'BasicCommercialW01-Blk',"Arial Black","Helvetica Neue",Helvetica, sans-serif;
	margin-left: 10px;
	margin-top: -3px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	min-height: 10px;
}

#cart p {
	margin: 0;
	padding: 4px 8px 4px 27px;
	font-size: 13px;
	background: url(/website/res/images/layout/cart.png) no-repeat left center;
}

#form-cart .cols_right {
	display: table-cell;
	width: 663px;
	
}
#form-cart .cols_right .inner{
	margin: 0;
}

#form-cart .col_product{
	overflow: hidden;
	margin-right: 20px;
}
#form-cart .update-product,
#form-cart .delete-product {
	display: block;
 	text-indent: -9999px;
	
	opacity: .6;
	
	width: 30px;
	height: 70px;
	float: left;
	
	border: none;
 	outline: none;
}
#form-cart .update-product:hover,
#form-cart .delete-product:hover {
	opacity: 1;
}
#form-cart .header {
	
	border-bottom: 1px solid #DADADA;
	overflow: hidden;
}
 .update-product {	
 	background: url(../images/layout/update_ico.png);
 	background-position: center center;
	background-repeat: no-repeat;
 }
 
 .delete-product {
 	background: url(../images/layout/remove_ico.png);
 	background-position: center center;
	background-repeat: no-repeat;
 }

.cols_left {
	text-align: left;
	float: left;
	width: 320px;
}

.cols_right {
	text-align: right;
	/*float: right;*/
	right: 534px;
}

.cols_right .inner{
	position: relative;
	padding-bottom: 10px;
}
.header, .row { width: 100%; }


.row .col_image {
	display: table-cell;
	vertical-align: middle;
	float: left;
	
	height: 60px; /* 70 - 10 padding */
	
	padding-top: 10px;
	padding-right: 10px;
}
.header .col_products { 
	float: left; 
	line-height: 60px;	
}
.col_image a {
	display: block;
}
.col_product h1 {
	white-space: nowrap;
}
.col_id {
	width: 140px;
	
	line-height: 60px;
	color: #666;
	text-align: left;
	
	float: left;
}

.col_qpu {
	width: 170px;
	min-height: 40px;
	line-height: 60px;
	text-align: left;
	
	float: left;
}


.col_amount {
	text-align: left;
	width: 100px;
	float: left;
	line-height: 60px;
}

.col_price {
	color: #666;
	text-align: left;
	
	line-height: 60px;
	float: left;
	padding: 0 20px;
	
	width: 100px;
}
.col_tools {
	width: 60px;
	
	float: left;
	padding-right: 10px;
}

.cart_info {

	width:600px;
	margin-bottom: 20px;
}

.header .col_product,
.header .col_id,
.header .col_amount,
.header .col_price,
.header .col_tools {
	color: #000;
	
}
.price_container { float: right; }
.price_container .price_sum { float: right; text-align: right; margin: 20px 10px; }
.price_container .price_sum h2 { display: inline; }
.price_container .price_sum span {
	display: block;
	float: left;
	margin-right: 20px;
}
.message {
	margin: 20px 40px;
	float: right; 
}
.message label {
	
	display: block;
}
.message label h2 {
	margin-bottom: 5px;
}
.message textarea {
	width: 240px;
	height: 84px;
}

/** Search **/

input.search_input, input.search {
	background-position: left -90px !important;
}

input.search_input{text-indent: -9999px;}

#header .search_container {
	position: relative;
}
#header .search_container input.search_input {
	width: 143px; /* kompencerar 3 pixlar för att täcka under knappen */
	margin-right: 0px;
}
#header .search_container .button { 
	float: left;
	margin-left: -3px;
	
	border-top: solid thin #949494;
	line-height: 44px;
	
	/*
	-moz-border-top-left-radius: 0;
	-moz-border-bottom-left-radius: 0;
	
	-webkit-border-top-left-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	*/
}
input.search_input:focus,
input.search_input.focus {
	/*
	-moz-box-shadow: 0px 0px 5px #00cfe9;
	-webkit-box-shadow: 0px 0px 5px #00cfe9;
	box-shadow: 0px 0px 5px #00cfe9;
	outline: none;
	*/
	
	background: #f2f6d9;
	text-indent: 0;
}

#header .search_container { float: right; margin-left: 15px; }
.search_container .search_input { 
	float: left;
	-moz-border-top-right-radius: 0;
	-moz-border-bottom-right-radius: 0;
	
	-webkit-border-top-right-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

/**
 *
 * Återförsäljare
 */
 #gmap {
 	width: 100%;
 	height: 500px;
 }

/**
 * Breadcrumbs nav
 *
 */
.breadcrumb_nav {
	overflow: hidden;
	width: 1024px;
	margin: 15px auto 15px;
	
}
.breadcrumb_nav ul, .breadcrumb_nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.breadcrumb_nav li {
	font-family: 'BasicCommercialW01-Blk',"Arial Black","Helvetica Neue",Helvetica, sans-serif;
	font-size: 14px;
	display: inline;
	color: #00c4e0;
}
.breadcrumb_nav li a {
	text-decoration: none;
	color: #000000;
}

/* Mainnav */
#navigation_container { 
/*	position: absolute;
	top: 15px;
	width: 100%; */
}

#navigation_container .container{
	overflow: visible !important;	
}

#mainnav { float: right; }
#mainnav ul {
	list-style: none;
	overflow: hidden;
	display: block;

	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px; 
	border-radius: 3px;
}
#mainnav ul, #mainnav ul li {
	margin: 0;
	padding: 0;	
}
#mainnav ul li { display:inline; float: left; }

#mainnav ul li a {
	display: block;

	font-family: 'BasicCommercialW01-Blk',"Arial Black","Helvetica Neue",Helvetica, sans-serif;
	font-size: 16px;
	line-height: 46px;
	
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: #2b2b2b 2px 1px 1px;
	
	padding: 0 20px;
	
	border-right: solid thin #000;
	border-left: solid thin #4e4e4e;
	
	background: url(../images/layout/button_nav_bkg.png);
	background-position: left top;
}
#mainnav ul li:first-child a { border-left: none; }
#mainnav ul li:last-child a { border-right: none;  }

#mainnav ul li a:hover {	background-position: left -46px; }
#mainnav ul li a:active, #mainnav ul li a.active { background-position: left -138px; text-shadow: #00a0c5 2px 1px 1px; }

/** Direction nav **/
.dirnav {
	width: 100%;
	margin-bottom: 25px;
	overflow: hidden;
}

.dirnav a.textbutton span{
	color: black;
}

/** Subnav **/
#subnav{
	margin-bottom:20px;	
}

.paitingmovie #subnav.filter{
	position: absolute;
	top: 0;
	right: 0px;
	margin: 0 0 0 0;
}


.paitingmovie #subnav.filter ul li {
	margin-right: 0;
	margin-left: 8px;
}

#subnav ul {
	list-style: none;
	overflow: hidden;
}
#subnav ul, #subnav ul li {
	margin: 0;
	padding: 0;
	
	
}
#subnav ul li {	
	float: left; 
	margin-right: 8px;
}

#subnav ul li a {
	display: block;

	font-family: 'BasicCommercialW01-Blk', "Arial Black","Helvetica Neue",Helvetica, sans-serif;
	font-size: 15px;
	line-height: 46px;
	
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: #2b2b2b 2px 1px 1px;
	
	padding: 0 20px;
	
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px; 
	border-radius: 3px;
	
	background: url(../images/layout/button_nav_bkg.png);
	background-position: left top;
}
#subnav ul li:first-child a { border-left: none; }
#subnav ul li:last-child a { border-right: none;  }

#subnav ul li a:hover {	background-position: left -46px; }
#subnav ul li a:active, #subnav ul li a.active { 
	border-bottom: solid thin #027088;
	text-shadow: #027088 2px 1px 1px;
	background-position: left -138px; 
}

/**
 * Nyhetslista
 *
 */
.news_content .normal_col { width: 750px; }
#news_list .news_item {
	margin-bottom: 46px;
}
#news_list .news_item .news_text h2 {
	margin-top: 0;
}
#news_list .news_item .news_text h2 a {
	color: #000000;
	text-decoration: none;
}
#news_list .news_item .news_image {
	float: left;
	background: #E5E5E5;
	overflow: hidden;
}
#news_list .news_item .news_image img {
	margin: 6px;
}
#news_list .news_item .news_text {
	float: left;
	margin-left: 25px;
	width: 480px;
}
.news_date {
	color: #999999;
	font-style: italic;
}

/**
 * Product table
 *
 */
 
table.versions{ width: 100%; }

table.versions th, td{
	text-align:left;
 	padding: 4px 5px;
 	font-size: 13px;
 	line-height: 20px;
}
 
table.versions td:first-child, table.versions th:first-child{border-left:none;}
table.versions td:first-child{font-weight: bold}
table.versions tr:nth-child(2n+0){
	background: #e5e5e5;
}

table.versions tr:nth-child(1n+0) tr:nth-child(2n+0) {
	background: #f5f5f5;
}

table.versions tr:nth-child(2n+0) td:nth-child(2n+0) {
}

/**
 * Product list
 *
 */

/** Frågor och svar **/
#faq_container {
	border-top: solid thin #3795a7;
	background: #40adc3;
	overflow: hidden;
	color: #FFFFFF;
}
#faq_container .awnser_container a { color: #FFF; }
#faq_container .awnser_container a:hover { text-decoration: underline; }
#faq_container h2, #faq_container h3 { margin:0; } 
#faq_container h2 {
	font-size: 30px;
	color: #FFFFFF;
}
#faq_container .container.space {
	padding-top: 40px;
}
.question_container { width: 480px;}
.question_list {
	padding-top: 30px; 
	border-top: solid 5px #FFFFFF; 
	overflow: hidden;
	margin-bottom: 46px;
	margin-top: 8px;
}

.question_list select {
	margin-bottom: 20px;	
}

.question_list .buttons{ margin-top: 30px; }

.question_list h3 a {
	display: block;
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: none;
	line-height: 30px;
	margin:0;
}
.question_list h3 a:hover,
.question_list h3 a:active,
.question_list h3 a.active {
	color: #a4e8f4;
}
.awnser_container  {
	font-size: 14px;
	width: 480px;
}
#faq_container .awnser_container h2 {
	font-size: 20px;
	margin-bottom: 12px;
}
/** Related products **/
.related_products h2 { font-size: 20px; margin: 0 0 30px 0; }
.related_products h2.group_title { font-size: 20px; }
.related_products .container {
	background: url(../images/layout/container_arrow_ico.png);
	background-position: 5px top;
	background-repeat: no-repeat;
	padding-top: 24px;
	padding-bottom: 30px;
}
.related_products_list {
	overflow: hidden;
}
.more_related_products {
	display: none;
	clear: both;
}
.related_products_list .item {
	width: 15.8%;
	margin: 0 1% 20px 0;
	float: left;
	position: relative;
	height: 130px;
}

.related_products_list .product_item{
	float: left;
	width: 150px;
	margin-right: 10px;
	margin-bottom: 20px;
}

.related_products_list .product_item .product_tn{
	border: 2px solid #eee;
}

.related_products_list .product_item:hover .product_tn{
	border: 2px solid #ccc;
}

.product .related_products_list .product_item h2{
	text-transform: uppercase;
}

.related_tutorials .related_products_list .item {margin-right:0; }

.related_tutorials .related_products_list .product_item:nth-child(1n) {
	clear: none;
}
.related_tutorials .related_products_list .product_item:nth-child(3n+1) {
	clear: left;
}

.related_products_list  .item a{
	text-transform: uppercase;
}

.related_products_list .item.last_in_row{
	margin: 0px 0px 0px 0px;
}

.related_products_list .item:first-child {
	margin-left: 0;
}

.related_products_list .tn {
	overflow: hidden;
	margin-bottom: 8px;
	min-height: 0px;
	position: relative;
	background: #e3e3e3;
	margin-bottom: 10px;
}

.related_tutorials .related_products_list .tn {
	width: 162px;
}

.related_products_list .tn img {
	width: 100%;
}
.paitingmovie .related_products_list a{
	text-align: center;
	display: block;
	color: #222;
	font-weight: bold;
	margin-top: 10px;
	margin-left: 4px;
}

.paitingmovie .related_products_list a:hover{
	color: #ccc;
}


.related_products_list .item:hover h2 a{
	color: #333;
}

.related_products_list h2, 
.related_products_list h3 { line-height: 1em; margin: 0 0 0 0; }

.related_products_list h2,
.related_products_list h2 a{
	font-size: 12px;
	line-height: 1em;
	color: #555555;
	text-shadow:1px 1px 2px #fff;
	text-decoration: none;
	/*padding: 0 !important;
	margin: 0px !important;*/

	padding: 5px 0 0 0 !important;
	margin: 0px !important;
}
.related_products_list h3.category a {
  font-size: 12px;
color: #555555;
text-decoration: none;
overflow: hidden;
font-family: "Helvetica Neue", Helvetica, sans-serif;
}
/*
.related_products_list h2 a {font-family: 'BasicCommercialW01-Roma', "Helvetica Neue",Helvetica, sans-serif;}
*/
.related_products_list.smal .item:nth-child(5n+0) {
	margin-left: 0;
	
}
.related_products_list .product_item:nth-child(4n+1) {
  	clear: left;
}

.related_products_list.smal .item, .related_products_list.smal .tn  {
	width: 150px;
}

.related_products_list.smal img{
	width: 142px;	
}

table.related_data{	
	width: 100%;
}

table.related_data tr{
	background: #e5e5e5;
}

table.related_data tr:nth-child(2n+2){
	background: #fff;
}	

table.related_data td{
	padding: 10px;
}

table.related_data td.type{
	font-weight:bold;	
}

table.related_data td.title{
	width: 450px;
}

/** Paint shcool **/


/**
 * Content
 *
 */
#content {
	
}
#content h1 { line-height:52px; margin-bottom:20px; }
#content_inner, .content_inner {
	padding: 0;
	/* overflow: hidden; */
}

.normal_col, .right_col, .left_col { float: left; }
.normal_col { width: 640px; }

.right_col { width: 328px; margin-left: 56px; }
.fill { width: 100%; }

/** Startpage **/
#promo_container {
	margin-bottom: 40px;
	width: 100%;
}
#promo_container .promo_box {
	width: 328px;
	float: left;
	margin-left: 20px;
	cursor: pointer;
	
	position: relative;
	
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px; 
	border-radius: 3px;	
}

#promo_container .promo_box .background_image{
	height: 185px;
	overflow: hidden;
	position: relative;
}

.right_col #promo_container .promo_box {
	margin-left: 0;
	margin-bottom: 18px;
}

#promo_container .promo_box:first-child { margin-left: 0; }
#promo_container .promo_content {
	height: 185px;
	position: relative;
	background: gray;
	
	-moz-border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0; 
	border-radius: 3px 3px 0 0;	
}
#promo_container .promo_content_inner { padding: 0px; overflow: hidden; }
#promo_container .promo_text {
	color: #FFFFFF;
	padding: 16px 16px 20px;
	position: absolute;
	bottom: 0px;
}
#promo_container .background_image img {
	position: absolute;
	top: 0px;
	
	overflow: hidden;
	
	-moz-border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0; 
	border-radius: 3px 3px 0 0;	
}
#promo_container .promo_image {
	width: 295px;
	height: 80px;
	
	position: absolute;
	top: 16px;
	left: 16px;
}
#promo_container .promo_text h2, #promo_container .promo_text h2 a {
	font-family: 'BasicCommercialW01-Blk',"Arial Black","Helvetica Neue",Helvetica, sans-serif;
	font-size: 16px;
	line-height: normal;
	color: #FFFFFF;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.6);
	margin:0;
}
#promo_container .promo_text p, #promo_container .promo_text a { font-size: 14px; margin: 0; color: #fff;}

#promo_container .button.fill {
	-moz-border-radius: 0 0 3px 3px;
	-webkit-border-radius: 0 0 3px 3px; 
	border-radius: 0 0 3px 3px;
	
	
}

#promo_container .video_link {
	background: url(../images/layout/play_btn_promo.png);
	background-repeat: no-repeat;
	background-position: center 70px;
	
	position: absolute;
	top:0;
	left:0;
	
	width: 328px;
	height: 185px;
	
	overflow: hidden;
	
	display: block;
	
	text-indent: -9999px;
}

#promo_container > .news > .promo_content > .promo_content_inner > .promo_text{
	width: 40%;
	right: 0;
}

.news_ico {
	position: absolute;
	top: -6px;
	left: -6px; 
}
.news_ico.small {
	position: absolute;
	top: -4px;
	left: -4px; 
}

/** 
 * Contact form
 *
 */

#registration_form .vspace,
#login_form .vspace,
#contact_form .vspace {
	height: 20px;
 	line-height: 20px;
}

#registration_form select {
	width: 100%;
}

#registration_form .label {
    font-family: 'BasicCommercialW01-Blk',"Arial Black","Helvetica Neue",Helvetica, sans-serif;
    font-size: 12px;
    text-transform: uppercase;
}

#login_form input[type=text],
#login_form input[type=password],
#contact_form input[type=text],
#contact_form textarea {
	display: block;
	width: 265px;
}


#registration_form input[type=date],
#registration_form input[type=text] {
	display: block;
	width: 295px;
	height: 47px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

#contact_form textarea {
	height: 90px;
}
/*
#login_form select{
	display: block;
	width: 309px;
}
*/


#registration_form .left_col,
#registration_form .right_col,
#login_form .left_col,
#login_form .right_col,
#contact_form .left_col,
#contact_form .normal_col,
#contact_form .right_col {
	width: auto;
	float: left;
	margin-right: 20px;
}

#registration_form .right_col,
#login_form .right_col,
#contact_form .right_col {
	float: right; margin:0;
}

#contact_form .error{
	border: 1px solid red;	
}

/**
 * Resellers
 *
 */
 
#google_map {
	height: 500px;
} 
 
#reseller_header .header_right_col #reseller_search {
	text-align: right;
	right: 0;
}
#reseller_header .container {
	background: url(../images/layout/brush_black.png);
	background-repeat: no-repeat;
	background-position: right top;
	
}
.header_content .container {
	padding-bottom: 40px;
	padding-top: 40px;
	overflow: hidden;
}

.header_content .container.no-content{
	padding-bottom: 0px;
}

#reseller_list { margin-top: 30px; }
#reseller_list table {
	width: 100%;
	background: #e5e5e5;
	line-height: 30px;
}
#reseller_list table tr:nth-child(2n+0) {
	background: #FFFFFF;
}
#reseller_list table td {
	width: 20%;
	padding: 10px 10px;
}
#reseller_list table td.distance {
	width: 40px;
	text-align: right;
}
#reseller_search {
	/*
	position: absolute; 
	bottom: 20px;
	*/
}

/* Reseller promo box */
#find_reseller {
	background: url(../images/layout/find_reseller_bkg.jpg);
	height: 230px;
	color: #FFFFFF;
	font-size: 15px;
	cursor: auto !important;
	position: relative;
}
#find_reseller .promo_content_inner { padding: 16px; overflow: hidden; }
#find_reseller h2 { 
	font-size: 28px;
	color: #FFFFFF;
	
	margin:0;
}
#find_reseller_input { width: 170px; }
#find_reseller_submit { margin-left: 10px; }




/** List products **/
#product_bar {
	background: url(../images/layout/product_bar_bkg.gif);
	height: 56px;
	overflow: hidden;
	
	margin-bottom: 20px;
	
}
#product_bar_inner { height: 45px; margin: 0 20px; }

#product_bar h2 {
	display: inline;

	font-family: 'BasicCommercialW01-Blk',"Arial Black","Helvetica Neue",Helvetica, sans-serif;
	font-size: 16px;
	line-height: 45px;
	color: #FFFFFF;
	
	margin: 0;
}
#product_bar a.link_arrow_small {
	font-family: 'BasicCommercialW01-Blk',"Arial Black","Helvetica Neue",Helvetica, sans-serif;
	font-size: 16px;
	line-height: 45px;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	
	float: right;
	
	margin: 0 0 0 0;
	padding: 0 30px 0 0;
	
	background: url(../images/layout/arrow_white_small_ico.png);
	background-position: right center;
	background-repeat: no-repeat;
}

ul.product_list
{
	margin: 20px 0 0 0;
	padding: 0;
	list-style:none;
}

.product_list .product_item {
	width: 241px;
	max-width: 241px;
	margin: 10px 20px 0 0;
	float: left;
	position: relative;
	height: 260px;
}

.movie_list .product_list .product_item{
	height: 200px;
}

.movie_list .image_list{
	margin-top: 20px;
}
.product_list .product_item .button.fill { width: 266px; margin: 0  -10px 0 -10px; }

.product_list.horizontal .product_item {
	margin-top: 0; 
}
.product_list .product_item h2,
.product_list .product_item h3.category {
	margin: 0;
	line-height: normal;
}
.product_list .product_item h2 a,
.product_list .product_item h3.category a {
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	overflow: hidden;
}

.product_list .product_item h2.category {
	display: block;
	position: absolute;	
	top: -25px;
	left: 0px;
	border-left: 3px solid #000;
}

.product_list .product_item h3.category a {
	font-family: 'BasicCommercialW01-Roma',"Helvetica Neue",Helvetica, sans-serif;
}

.product_list .product_item:first-child {
	margin-left: 0;
}
.product_list .product_item .product_tn {
	margin-bottom: 10px;
	background: #eee;
	padding: 6px 0;
}

.product_container{ overflow:visible; display: block; position: relative;}
.product_container{ padding-bottom: 0px; padding-top:0px;}
.product_container.right { width: 756px; }
.product_item.last_in_row { margin-right: 0;}
.product_container.right .product_list .product_item { margin: 0 16px 0px 0; }
.product_related .product_list .product_item { margin-bottom: 40px; }
.product_container.right .product_list .product_item.last_in_row { margin-right: 0; }
.product_container .textbutton {
	font-family: 'BasicCommercialW01-Blk',"Arial Black","Helvetica Neue",Helvetica, sans-serif;
	font-size: 16px;
	text-transform: uppercase;
}
.product_container .textbutton .category {
	font-family: 'BasicCommercialW01-Roma',"Arial Black","Helvetica Neue",Helvetica, sans-serif;
	display: inline-block;
	margin-right: 10px;
}
.product_container .textbutton .name { display: inline-block; }

.product_list .product_item.active {
	width: 281px;
	
	float: left;
}


.products.product_list .product_item {
	height: 260px;
}
.product_container.movie_list li.product_item {
	margin-bottom: 20px;
}
.product_item .product_info	{
	height: auto;
	overflow: visible;
}

.product_list .product_item:hover .visibility { display: block; }

.product_list .product_item.active .product_wrapper,
.product_list .product_item:hover .product_wrapper {
	padding: 8px 10px;
	padding-bottom: 0;
	
	position: absolute;
	top: -10px;
	left: -10px;
	
	z-index: 999;
}

.product_list .product_item.active .product_wrapper,
.product_list .product_item:hover .product_wrapper {
			
	background: url(../images/layout/header_canvas_bkg.gif);
	border: solid thin #CCCCCC;
	color: #000000;
	
	-moz-box-shadow: 0px 1px 8px #cdcdcd;
	-webkit-box-shadow: 0px 1px 8px #cdcdcd;
	box-shadow: 0px 1px 8px #cdcdcd;
}



.product_list .property_list {
	margin-top: 10px;
}

.product_list .property_list {
	margin-top: 10px;
}


.product_list h3 { margin: 0; }
.product_list h3.info_text a {
	font-family: 'BasicCommercialW01-Roma',"Helvetica Neue",Helvetica, sans-serif;
	text-transform: none;

	margin:0; line-height: normal; 
	font-size: 14px;
	color: #000000;
	text-decoration: none;
}


.product_tn {
	overflow: hidden;
	text-align: center;
	position: relative;
}

/** Share **/

.fb-like, .twitter, .g-plus, .st_email_hcount{padding-bottom: 3px;}

/** Property list **/
.property_list {
	font-size: 13px;
	width: 100%;
	margin-top: 25px;
	margin-bottom: 20px;
	position: relative;
}

.property_list ul, property_list li {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: visible;
}
.property_list li {
	line-height: 20px;
	display: block;
	margin-left: 180px;
}
.property_list span.bold {
	display: inline-block;
	width: 180px;
	position: absolute;
	left: 0px;
	font-weight: bold;
}

.product_wrapper .property_list li{ margin-left: 140px; }

.product_wrapper .property_list span.bold{ width: 140px; }
 
.product_single .property_list li,
.product_single .property_list li span.bold {
	line-height: 30px;
	background: #e5e5e5;
}
.product_single.left .label,
.product_single.left .property_list li span.bold {
	text-indent: 8px;
}
.product_single .property_list li:nth-child(2n+0),
.product_single .property_list li:nth-child(2n+0) span { background: #FFF; }

.product_single.left { width: 522px; }
.product_single.right { width: 482px; margin-left: 20px; }


.product_single h1 { margin:0; font-size: 30px; line-height: 34px !important;}
.product_single.right h1 span.category { 
	font-size: 30px;
	margin: 0;
	padding: 0;
	font-family: 'BasicCommercialW01-Roma',"Helvetica Neue",Helvetica, sans-serif;
	font-weight: normal;
	display: block;
}

 .add-to-cart input[type="text"]{
 	line-height: 10px;
	height: 18px;
	padding: 5px 10px 5px 10px;
	width: 25px;
 }
 .add-to-cart .button.black { 	
 	line-height: 30px;
 	width: 42px;
 	height: 30px;
 	background: url(../images/layout/add_to_cart.jpg);
 	background-position: 0px 30px;
 }

 .add-to-cart .button.black:hover{
 	background-position: 0px 0px;
 }

 td.add-to-cart-retailer{
 	position: relative;
 	padding-bottom: 25px;
 }


 div.sumup{
 	text-align: right;
 	font-size: 10px;
 	right: 0px;
 	margin-bottom: -3px;
 	position: absolute;
 	bottom: 0px;
 	right: 5px;
 }
 
 #form-cart div.sumup{
 	right: 95px;
 	bottom: 4px;
 }
 
 table.versions td {
 	
 	line-height: 30px;
 }

 table.versions th.title_add_to_cart {
 	
 	text-align: right;
 }
/*
 * ER
 */
/** Property list **/
/*
.property_list {
	font-size: 13px;
	width: 100%;
	margin-top: 25px;
	margin-bottom: 20px;
	position: relative;
}

.property_list ul, property_list li {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: visible;
}
.property_list li {
	line-height: 20px;
	display: block;
	margin-left: 140px;
}
.property_list span.bold {
	display: inline-block;
	width: 140px;
	position: absolute;
	left: 0px;
	font-weight: bold;
}
.product_single .property_list li,
.product_single .property_list li span.bold {
	line-height: 30px;
	background: #e5e5e5;
}
.product_single.left .label,
.product_single.left .property_list li span.bold {
	text-indent: 8px;
}
.product_single .property_list li:nth-child(2n+0),
.product_single .property_list li:nth-child(2n+0) span { background: #FFF; }

.product_single.left { width: 522px; }
.product_single.right { width: 482px; margin-left: 20px; }


.product_single h1 { margin:0; font-size: 30px; line-height: 34px !important;}
.product_single.right h1 span.category { 
	font-size: 30px;
	margin: 0;
	padding: 0;
	font-family: 'BasicCommercialW01-Roma';
	font-weight: normal;
	display: block;
}
*/
/*
 * ER
 */

/** Product single **/
.product_image {
	background: #e5e5e5;
	padding: 8px;
	position: relative;
}

.product_image .batch{
	position: absolute;
	bottom: 8px;
	left: 8px;
}

.product_information{
	position: relative;
	/* min-height: 328px; */
}

.cta_area{
	text-align: right;	
	width: 482px;
}

/* Footer */
#footer {
	
	width: 100%;
	height: 170px;
	padding: 38px 0 40px 0;

	font-size: 15px;
	background: #eeeeee;
	border-top: solid thin #d9d9d9;
}

#footer li.list_header {
	margin-bottom: 20px;
}
#footer li.list_header {
	font-family: 'BasicCommercialW01-Blk',"Arial Black","Helvetica Neue",Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.5em;
	text-transform: uppercase;
	
	border-bottom: solid 5px #000000;
}

ul.contact_footer {
	font-family: 'BasicCommercialW01-Blk',"Arial Black","Helvetica Neue",Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	text-transform: uppercase;
	
	float: left;
}
ul.contact_footer li { display: block; }
ul.contact_footer .logo { float: none; }
ul.products_footer, ul.tutorials_footer {
	float: left;
	margin-left: 70px;
}

ul.products_footer { width: 200px; }
ul.tutorials_footer { width: 490px; }

ul.footernav a {
	display: block;
	
	line-height: 28px;
	color: #000000;
	text-decoration: none;
	
	border-top: solid thin #d6d6d6;
	
	background: url('../images/layout/list_nav_bkg.png');
	background-position: right -999px;
	background-repeat: no-repeat;
	/*
	background-position: right -999px;
	background-repeat: no-repeat;
	*/
}
ul.footernav a:hover {
	background-position: right top;
	text-indent: 8px;
}
ul.footernav a:active, ul.footernav a.active {
	color: #FFFFFF;
	text-shadow: #027088 1px 1px 1px;
	background-position: right -28px;
	text-indent: 8px;
}

ul.tutorials_left_col, ul.tutorials_right_col { 
	width: 195px;
	float:left; 
	
}
ul.tutorials_right_col { margin-left: 70px; }

ul.link_list{
	list-style: none;
	margin:40px 0 0 0;
	padding:0;
}

ul.link_list li{margin-bottom:7px; }

ul.link_list li a{font-size: 16px; color: #00bedb; margin-bottom:15px;}
ul.link_list li a:hover{font-style:none;}

/**
 * Common classes
 *
 */
.left { float: left;  }
.right { float: right; }
.visibility { display: none; visibility: none; }
.visible { overflow: visible; }

.tag_list {
	display: block;
	
	font-weight: bold;
	line-height: 20px;
	
	text-indent: 25px;
	
	background: url('../images/layout/tag_ico.png');
	background-position: left center;
	background-repeat: no-repeat;
}

.table_hr { 
	border-bottom: solid 5px black;
}
.table_hr h2 { 
	margin:0;
	font-size: 16px;
	line-height: 1.5em;
	text-transform: uppercase;
}
.label {
	font-family: 'BasicCommercialW01-Blk',"Arial Black","Helvetica Neue",Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.2em;
	text-transform: uppercase;
	margin-top: 0;
	font-weight: bold;
}

.label.underline{
	margin-top: 30px;
	padding-bottom: 5px;
	border-bottom: solid 5px #000000;
}
.label.nospace {
	margin-top: 0;
	
}
.right.inline .label { display: inline-block; margin-right: 20px; }


/* Language selector */
#language_container{padding-top: 20px; }

#language_container ul{
	margin: 0;
	padding: 0;
	list-style: none;
	width: 194px;
	float: left;
}

#language_container ul li{
	padding: 5px 6px 3px;
	border-top:1px solid #e5e5e5;
	font-size: 15px;
	background: url(/website/res/images/layout/lang_bg.gif) no-repeat;
}

#language_container ul li:hover{
	background-position: 0 -27px;	
}

#language_container ul li a{ color: #000;}
#language_container ul li:hover a{ color: #636363; }


#language_container ul li img{
	margin-right: 10px;
	border:1px solid #e5e5e5;	
	margin-top: -3px;
}



/* Login screen */

#page_fade{
	background: url(/website/res/images/layout/contentfade.png);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}

#login_screen{
	position: absolute; 
	width: auto; 
	height: auto;
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 
	border-radius: 10px;
	left: 0;
	border: solid thin #ccc;
	background: #fff;
	-webkit-box-shadow:  0px 5px 8px 2px rgba(0, 0, 0, 0.4);
    box-shadow:  0px 5px 8px 2px rgba(0, 0, 0, 0.4);
    overflow: hidden;
    top: -500px;
    left: 50%;
    margin-left: -320px;
    -webkit-transform-style: preserve-3d;
    z-index: 999;
}

#login_screen .panel{display: none; min-height: 400px;}
#login_screen .panel:first-child{display: block;}

#login_screen .container{
	width: auto;
	padding: 20px 20px 51px;	
	heihgt: auto;
}

#login_screen .left{ width: 290px; min-height: 100%}
#login_screen .right{ width: 350px;}
#login_screen .left p{font-size: 0.9em; line-height: 1.6em;}
#login_screen h2{font-size: 1.8em; line-height: 1.2em; margin-bottom:15px;}

#login_screen .right{
	border-left: 1px solid #ccc;
	
}
	

#login_screen label, #user-form label{
	font-family: 'BasicCommercialW01-Blk',"Arial Black","Helvetica Neue",Helvetica, sans-serif;
	font-size: 14px;
	display: block;
	line-height: 1.2em;
	text-transform: uppercase;
	margin-top: 0;
	font-weight: bold;	
	margin-bottom:5px;
}

#login_screen input, #login_screen .select_wrap, #user-form input{
	margin-bottom:20px;
}

#login_screen input[type="text"], #login_screen input[type="password"], #user-form input[type="text"], #user-form input[type="password"]
{
	width: 237px;
	display:block;
}

#login_screen .not-meber{
	background: #eee;
	border-top: 1px solid #ccc;
	padding: 20px;
	
	border-bottom-right-radius: 10px;
	-moz-border-bottom-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
}

input.error{border:solid 2px #910d03 !important;}

input.error + label {
	border-bottom:solid 2px #910d03 !important;
}

.cancel{margin-left: 10px;}

span.form_error{display:none; font-weight: bold; color: #910d03; margin-bottom: 10px;}
span.success{font-weight: bold; color: #333; padding-bottom: 10px; display:none;}

a.get_password{display: block; margin-top: -14px; margin-bottom: 20px; font-size:0.9em; color: #999;}

.for_retailer{}
.for_painter{display: none;}

#form-cart { display: table; width:100%; }
#form-cart p{margin: 0px!important;}
#form-cart h1.product { margin: 3px 0 0 0; font-size: 20px; line-height: 24px !important; margin-left: 10px;}
#form-cart h1.product span.category { 
	font-size: 20px;
	margin: 0;
	padding: 0;
	font-family: 'BasicCommercialW01-Roma',"Helvetica Neue",Helvetica, sans-serif;
	font-weight: normal;
	display: block;
}
#form-cart a{color:black;}
#form-cart input[type="text"]{width: 40px;}
#form-cart .product_buttons input[type="submit"] { float: left; }
#form-cart .product_buttons { float: right; margin-right: 10px; }
#form-cart img{border: 4px solid #e5e5e5;}
#form-cart .send-form {
	/*margin-top: 31px;*/
}
#form-cart label {
	/*font-family: 'HelveticaNeueW01-95Blac',"Helvetica Neue",Helvetica, sans-serif;*/
	font-weight: bold;
	font-size: 13px;
	/*text-transform: uppercase;*/
}	
#form-cart .row { width: 100%; clear: both; border-bottom: 1px solid #dadada; overflow: hidden; }

#form-cart .message{
	float: left;
	margin: 0px 0;
}

#form-cart .message textarea{
	width: 510px;
	height: 130px;
	background: #fff;
}

.checkout-row{
	margin-bottom: 40px;	
	position: relative;
}

.checkout-row .column{
	float: left;
	margin-right: 15px;
}


#form-cart .checkout-row .column input[type="text"] {
	width: 175px;
	height: 14px;
	margin-bottom: 20px;
}

#form-cart .checkout-row .column label {
	font-family: 'HelveticaNeueW01-95Blac',"Helvetica Neue",Helvetica, sans-serif;
	font-size: 14px;
	display: block;
	line-height: 1.2em;
	margin-top: 0;
	font-weight: bold;
	margin-bottom: 5px;
	color: #666;
}
#form-cart #address-details{
	/*display: none;*/
}
.show-details{
	color: #0000EE!important;
	text-decoration: underline;
	padding-bottom: 20px;
	display: block;
}

.checkout-row {
	background: #efefef;
}

.checkout-row .inner{
	float: left;
	margin: 20px;
	 width:96%;
}

.checkout-row .inner .column{
}

.checkout-row h2{
	color: #000;
	
}

#form-cart .send-button{
	bottom: 0px;
	right: 0px;
}

#form-cart .checkout-row label h2{
	margin-bottom: 0px;
	font-size: 18px;
	padding: 10px;
	background: #000;
	color: #fff;
}

.column-330{
	float: left; width: 330px;
}

.column-250{
	float: left;
	width: 250px;
	margin-right: 20px;
}

.c-1, .c-2, .c-3, .c-4, .c-5, .c-6, .c-7, .c-8, .c-9, .c-10, .c-11, .c-12 { float: left; }

.c-1, .c-2, .c-3, .c-4, .c-5, .c-6, .c-7, .c-8, .c-9, .c-10, .c-11, .c-12 { position: relative; min-height: 70px; padding: 0 0px; line-height: 70px;}

.c-1 { /*width: 8.333%;*/ width: 100px; }
.c-2 { width: 16.667%; width: 60px; }
.c-3 { width: 25%; }
.c-4 { width: 33.333%; }
.c-5 { width: 41.667%; }
.c-6 { width: 550px; }
.c-7 { width: 58.333%; }
.c-8 { width: 66.667%; }
.c-9 { width: 75%; }
.c-10 { width: 83.333%; }
.c-11 { width: 91.667%; }
.c-12 { width: 100%; }



#form-cart a.addproduct{
    margin-top: 18px;
    color: white;
}


#form-cart .input-extra{
    width: 100px!important;
    margin-right: 20px;
}

#form-cart #extraqty{
    width: 30px!important;
    margin-right: 20px;
}

#form-cart .error-message{
	display: none;
	margin-top: 10px;
	color: red;
	font-style: italic;
}

/*==== Mine page ============================================================================== */


#mypage h2{
	font-size: 28px;
	border-bottom: 4px solid #000;
	padding-bottom: 5px;
}

#mypage .top{
	clear: both;
	padding-bottom: 20px;
}

#mypage .left{
	width: 400px;
}

#mypage .right{
	width: 600px;
}


#mypage .column:first-child{
	margin-left: 0px;
	width: 28%;
}

#mypage .column{
	float: left;
	width: 33%;
	margin-left: 30px;
}

#mypage .column input[type="text"]{
	width: 295px;
}

table.order-view{
	width: 100%;
}

table.order-view th{
	margin: 0;
	padding: 0;
	text-align: left;
	padding-bottom: 4px;
}

table.order-view td.link{
	text-align: right;
	padding-right: 15px;
}

table.order-view td.number, table.order-view th.number{
	text-align: right;
}

table.order-view tbody tr:nth-child(odd){ background: #efefef; }

table.order-view tbody tr:hover{ background: #ddd; cursor: pointer; }

a.show-history{
	margin: 10px 0 30px;
	display: block;
}



div#order-view{
	width: 768px;
	height: auto;
	padding: 20px 30px 50px;
	position: absolute;
	background: #fff;
	top: -2000px;
	left: 50%;
	margin-left: -384px;
	box-shadow: #333 0px 5px 8px;
	display: none;
	z-index:999;
}

div#order-checkout {
	width: 768px;
	height: auto;
	padding: 20px 30px 50px 0px;
}
/*
 * Återförsäljare
 */
 


#order-view h1, #order-view h2, #order-checkout h1, #order-checkout h2{
	font-family: arial;
	text-transform: none;
	font-weight: bold;
}

#order-view h1, #order-checkout h1 {
	margin: 10px 0px 30px;
}

#order-view h2, #order-checkout h2{
	margin: 30px 0px 10px;
}

#order-view table.smal-facts,  #order-checkout table.smal-facts{
	width: 370px;
	padding: 0px;
}

#order-view table.smal-facts tr, #order-checkout table.smal-facts tr, #order-view table td, #order-checkout table td {
	padding: 1px 0;
	margin: 0;
}

#order-view table.smal-facts tr:nth-child(odd),
#order-checkout table.smal-facts tr:nth-child(odd)
{
	background: #efefef;
}

#order-view table.smal-facts td:first-child,
#order-checkout table.smal-facts td:first-child
{
	font-weight: bold;
}

div#order-rows{
	margin-top: 30px;
}

#order-view textarea, #order-checkout textarea{
	height: 200px;
	width: 727px;
}

#order-view #tools, #order-checkout #tools {
	position: absolute;
	width: auto;
	height: auto;
	top:20px;
	right: 20px;
}

#order-view #tools ul, #order-checkout #tools ul {
	margin: 0; 
	padding: 0;
	list-style: none;
}

#order-view #tools ul li, #order-checkout #tools ul li {
	float: left;
	margin-left: 10px;
}

#order-view #tools ul li img {
	width: 25px;
}

 .product_variations .add-to-cart {
 	text-align: right;
 }
 .product_variations .add-to-cart .button {
 	margin-left: 10px;
 }
.ui-effects-transfer { border: 2px dotted gray; }


ul#file-list{list-style: none; display: block;}
ul#file-list li{display: block; clear: both; margin-bottom: 10px; padding: 5px;}
ul#file-list li:nth-child(odd){background-color: #E5E5E5;}
ul#file-list .thumb{width: 100px; float: left;}
ul#file-list p{float: left; margin-top: 10px; font-size: 14px;}


ul.list-inline{
	list-style: none;
	margin: 10px 0 30px;
	padding: 0px;
}
ul.list-inline li{
	display: inline-block;
	margin: 0 0px;
}

ul.list-inline li a{
	font-size: 16px;
	color: #000;
}

/*
.show-details{
	padding-left: 15px;
	background-image: url('/website/res/images/layout/list_plus.png');
	background-repeat: no-repeat;
	background-position: left 6px;
}

.show-details.active{
	background-image: url('/website/res/images/layout/list_minus.png');
}
*/
@media print
{
	.no-print{display: none;}
	#header {display: none;}
	.breadcrumb_nav {display: none;}
	#mypage {display: none;}
	#tools {display: none;}
	#footer {display: none;}
	#print-order {display:block; font-family: Arial, Helvetica, sans-serif; padding: 0px; width: 600px;}
	
	div#order-checkout {
		display: block;
		width: 768px;
		height: auto;
		padding: 20px 30px 50px 30px;
	}
}

.campaign h1{
	font-size: 30px;
	margin-bottom: 0px!important;
}

.campaign .normal_col{
	margin-top: 45px;
	margin-bottom: 60px;
}

.campaign strong{
	/*clear: both;*/
}

.campaign{
	width: 1200px;
	margin: 0 auto;
}


.right_col.small{
	width: 300px;
	margin-left: 20px;
	margin-top: 30px;
}

.small_col{
	width: 46px;
	float: left;
	margin-right: 15px;
}

.movie_block{
	margin-top: 30px;
	float: right;
}

.number_plate{
	width: 45px;
	height: 50px;
	background: url(../images/layout/number_plate_empy.png);
	text-align: center;
	line-height: 45px;
	font-family: 'HelveticaNeueW01-95Blac', "Arial Black" ,Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
}

.movie_block label{
	text-transform: uppercase;
}

.movie_box{
	padding: 9px;
	background: #e5e5e5;
	clear: both;
	margin-bottom: 10px;
}

.horizontal_line{
	width: 1px;
	height: 200px;
	background: #ffdf52;
	margin: 20px auto 0;
}

.product_container.featured{
	margin: -20px auto 40px;
	width: 1117px;
	height: 266px;
	background: url(../images/layout/products_bg.png) no-repeat;
	padding: 0px;
	
}

.product_container.featured .inner{
	margin: 45px 42px 0;
	float: left;
}

.product_container.featured .related_products_list{
	overflow: visible;
}

.product_container.featured .related_products_list .pimcore_block_entry{
	float: left;
	clear: none;
	margin-right: 20px;	
}

#campaign_banner{
	margin: 0px;
}

#campaign_banner h1{
	font-size: 50px;
	margin-top: 5px;
}
.banner_container{
	 width: 1045px; min-height: 530px; 
	 margin: 0 auto;
}

.banner_inner{
	 padding-top: 140px;
}

.banner_content{
	 min-height: 330px; margin: 0 auto; background: white;
	 padding: 0px;
}

.banner_content .left_col{
	float: left; margin: 30px 0 0px 30px;
	width: 400px;
}
.banner_content .right_col{
	float: left; margin: 8px 8px 3px 27px;
	width: 580px;
}

.banner_shadow{
	width: 1045px; height: 18px;
	background: url(../images/layout/banner_shadow.png) center no-repeat;
}

.play_icon{
	width: 96px; height: 96px;
	display: block;
	text-indent: -999px;
	background: url(../images/layout/play_icon.png) center no-repeat;
	top: 50%;
	left: 50%;
	margin: -48px 0 0 -48px;
	position: absolute;
	cursor:pointer;
	overflow: hidden;
}

.video_container{
	position: relative;
}

.video_overlay{
	position: absolute;
	top: 0; left: 0;
	width: 580px; height: 320px;
	background: white;
	background: url(../images/layout/video_overlay_bg.png) center no-repeat;
}

li.slide{
	background-position: top center;
}

li.slide h1{
	border-bottom: none;
}

.slide_hightlight.no_space{
	padding-top: 0px!important;
	height: 520px!important;
}


.slide_hightlight.no_space .container{
	padding-bottom: 0px;
	padding-top: 0px;
}

.slide_hightlight .inner{
	max-width: 500px;
	margin: 150px 0px;
}


.slide.center h1{
	font-size: 48px;
	color: #7ccac4;
	border: none!important;
	line-height: 76px;
	padding: 0px!important;
	margin-bottom: 0px!important;
	text-shadow: 0px 1px 0px rgba(0,0,0, 0.3);
}

.slide.center .button{
	text-shadow: #fff 1px 1px 1px;
	text-shadow: 1px 1px 0px rgba(255,255,255, 0.7);
	text-transform: uppercase;
	margin-top: 20px;
}

.slide.center span{
	padding: 0 8px;
	background: white;
	box-shadow: 0px 1px 0px rgba(0,0,0, 0.3);
}

.slide.center.yellow h1{color: #f7d243;}

.slide.center.yellow .button{
	color: #111;
	border-bottom: solid thin #bcb078;
  	background-color: #efc820;
  	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffe891), to(#efc820));
 	background: -webkit-linear-gradient(top, #ffe891, #efc820);
  	background: -moz-linear-gradient(top, #ffe891, #efc820);
 	background: -ms-linear-gradient(top, #ffe891, #efc820);
  	background: -o-linear-gradient(top, #ffe891, #efc820);
}
.slide.center.yellow .button:hover{
	background-color: #ffe891;
  	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#efc820), to(#ffe891));
 	background: -webkit-linear-gradient(top, #efc820, #ffe891);
  	background: -moz-linear-gradient(top, #efc820, #ffe891);
 	background: -ms-linear-gradient(top, #efc820, #ffe891);
  	background: -o-linear-gradient(top, #efc820, #ffe891);
}

.slide.center.blue .button{
	color: #111;
	border-bottom: solid thin #027088;
	background-color: #1a82f7;
  	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#d5fefb), to(#7dcac5));
 	background: -webkit-linear-gradient(top, #d5fefb, #7dcac5);
  	background: -moz-linear-gradient(top, #d5fefb, #7dcac5);
 	background: -ms-linear-gradient(top, #d5fefb, #7dcac5);
  	background: -o-linear-gradient(top, #d5fefb, #7dcac5);
}
.slide.center.blue .button:hover{
	background-color: #7dcac5;
  	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#7dcac5), to(#d5fefb));
 	background: -webkit-linear-gradient(top, #7dcac5, #d5fefb);
  	background: -moz-linear-gradient(top, #7dcac5, #d5fefb);
 	background: -ms-linear-gradient(top, #7dcac5, #d5fefb);
  	background: -o-linear-gradient(top, #7dcac5, #d5fefb);
}

.slide.center.pinkg .button{
	color: #111;
	text-transform: uppercase;
	text-shadow: #fff 1px 1px 1px;
	border-bottom: solid thin #027088;
	text-shadow: 1px 1px 0px rgba(255,255,255, 0.7)
	background-color: #c7367a;
  	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e48fb4), to(#c7367a));
 	background: -webkit-linear-gradient(top, #e48fb4, #c7367a);
  	background: -moz-linear-gradient(top, #e48fb4, #c7367a);
 	background: -ms-linear-gradient(top, #e48fb4, #c7367a);
  	background: -o-linear-gradient(top, #e48fb4, #c7367a);
}

.slide.center.pinkg .button:hover{
	background-color: #c7367a;
  	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#c7367a), to(#e48fb4));
 	background: -webkit-linear-gradient(top, #c7367a, #e48fb4);
  	background: -moz-linear-gradient(top, #c7367a, #e48fb4);
 	background: -ms-linear-gradient(top, #c7367a, #e48fb4);
  	background: -o-linear-gradient(top, #c7367a, #e48fb4);
}

.slide.center.green h1{color: #a6c04e;}

.slide.green .button{
	color: #111;
	text-transform: uppercase;
	text-shadow: #fff 1px 1px 1px;
	border-bottom: solid thin #a6c04e;
	text-shadow: 1px 1px 0px rgba(255,255,255, 0.7)
	background-color: #c7367a;
  	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ebf6c5), to(#a6c04e));
 	background: -webkit-linear-gradient(top, #ebf6c5, #a6c04e);
  	background: -moz-linear-gradient(top, #ebf6c5, #a6c04e);
 	background: -ms-linear-gradient(top, #ebf6c5, #a6c04e);
  	background: -o-linear-gradient(top, #ebf6c5, #a6c04e);
}

.slide.green .button:hover{
	background-color: #c7367a;
  	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#a6c04e), to(#ebf6c5));
 	background: -webkit-linear-gradient(top, #a6c04e, #ebf6c5);
  	background: -moz-linear-gradient(top, #a6c04e, #ebf6c5);
 	background: -ms-linear-gradient(top, #a6c04e, #ebf6c5);
  	background: -o-linear-gradient(top, #a6c04e, #ebf6c5);
}


.edit-properties{
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 20px 10px 20px 23px;
	background: #fff;
	z-index: 2000;
	border: 1px solid #ccc;
	height: 630px;
}

#select-language{
	color: #fff;
	font-size: 12px;
	background: #111;
}

select#select-language{
	height: 25px;
	width: 220px;
	border:none;
	background: #111;
	overflow: hidden;
	font-weight: bold;
}

#select-language a.dd-selected{
	padding-left:5px;
	background: url(http://www.anza.se/website/res/images/layout/button_nav_bkg.png);
	font-weight: bold;
	text-align: left;
}

#select-language a.dd-option{
	background: #222;
	margin: 0;
	border:none;
	color: #e3e3e3;
}

#select-language a.dd-option:hover{
	background: #333;
	color: #e3e3e3;
}

#select-language a.dd-option-selected, #select-language a.dd-option-selected:hover{
	background: #333;
	color: #e3e3e3;
}


#select-language img {
	margin-top: 1px;
}
#select-language a.dd-selected img{
	margin-top: 3px;
}

#lang_selector{
	width: 100%; 
	height: 41px;
	background: url(../images/layout/lang_selector_bg.png);
	background-size: 1px 41px;
	clear: both;
	text-align: center;
	line-height: 40px;
	-webkit-box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
	   -moz-box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
            box-shadow: 0px 5px 10px rgba(0,0,0,0.5);
}


#lang_selector p{
	
	font-family: helvetica;
	color: white;
	font-size: 14px;
	letter-spacing: 1px;
	margin: 0px 0px;
	font-weight: 200;
	text-shadow: 1px 2px 5px rgba(0,0,0,0.4)
}
#lang_selector a{
	
	font-size: 12px;
	color: white;
	font-weight: 400;
	text-transform: uppercase;
	border-radius: 2px;
	padding: 7px 12px;
	background-color: #030303;
	margin-left: 3px;

	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#828282), to(#030303));
	background: -webkit-linear-gradient(top, #828282, #030303);
	background:    -moz-linear-gradient(top, #828282, #030303);
	background:     -ms-linear-gradient(top, #828282, #030303);
	background:      -o-linear-gradient(top, #828282, #030303);
	
	text-shadow: 1px 2px 5px rgba(0,0,0,0.6);
	
	-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.7);
	   -moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.7);
            box-shadow: 1px 1px 1px rgba(0,0,0,0.7);

}

#lang_selector a:hover{
	
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#030303), to(#828282));
	background: -webkit-linear-gradient(top, #030303, #828282);
	background:    -moz-linear-gradient(top, #030303, #828282);
	background:     -ms-linear-gradient(top, #030303, #828282);
	background:      -o-linear-gradient(top, #030303, #828282);
}

/* Update 2014-04 */


body.paitingmovie #main.theme_canvas #tutorial_container {
    width: auto;
    padding: 25px;
    background: #fff;
    margin: 40px 0;
}

body.paitingmovie #main.theme_canvas #tutorial_container h2{
    font-size: 28px;
    margin: 0;
}

#tutorial_container .subnav{
    margin: 0 0 25px;
}

ul.image_list
{
    margin: 0px 0 0 0;
    padding: 0;
    list-style:none;
    display: block;
}

.image_list .item {
    width: 24%;
    float: left;
    position: relative;
    margin-right: 1.3363%;
    margin-top: 2%;
}
.fi .image_list .item, .hu .image_list .item{
	height: 200px;
}

.image_list .item:first-child { margin-left: 0; }
.image_list .item.active { width: 281px; float: left; }
.image_list .item:nth-child(4n) { margin-right: 0; float:right;}



.image_list .item:nth-child(4n):after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.image_list .item:nth-child(4n) {
    display: inline-block;
}

html[xmlns] .image_list .item:nth-child(4n) {
    display: block;
}

* html .image_list .item:nth-child(4n) {
    height: 1%;
}

.image_list .item .tn {
    overflow: hidden;
    text-align: center;
    position: relative;
    height: 130px;
    margin-bottom: 10px;
    box-shadow: 0px 0px 0px rgba(0,0,0,0.25)
}

.image_list .item .tn:hover{
    box-shadow: 0px 2px 7px rgba(0,0,0,0.25)
}

.image_list .item .tn:hover img{
    opacity: .9;
}

.image_list .item .tn img{
    width: 100%;
}

.image_list .item .button.fill { width: 250px; margin: 30px  -10px 0 -10px;

    background: url(../images/layout/bg_header_mobile.jpg);
    background-position: left top;
    background-size: 26px;
    background-repeat: repeat-x;
    border: thin solid #e3e3e3;
    padding: 0 0 0 10px;
}

.image_list.horizontal .item {
    margin-top: 0;
}
.image_list .item h2,
.image_list .item h2 a,
.image_list .item h3.category a {
    font-size: 14px;
    line-height: 15px;
    color: #000;
    text-decoration: none;
    overflow: hidden;
    text-align: center;
}

.image_list .product_info h2,
.image_list .product_info h2 a{
    text-align: left;
    font-size: 15px;
}

.image_list .item h3.category {
    margin: 0;
    font-size: 14px;
    line-height: normal;
}

.image_list .item h2.category {
    display: block;
    position: absolute;
    top: -25px;
    left: 0px;
    border-left: 3px solid #D6D6D6;
}

.image_list .item h3.category a { font-family: 'BasicCommercialW01-Roma',"Helvetica Neue",Helvetica, sans-serif; }


#show_related_products{
    color: #333;
    display: block;
    text-align: center;
    margin-bottom: 15px;
    font-weight: bold;
}

.play_btn{ display: block; position: absolute; }
.play_btn.smal{width: 30px; height: 29px; top: 50%; left: 50%; margin: -15px 0 0 -15px; background:url(/website/res/images/layout/play_btn_smal.png); }
.play_btn.big{pointer-events: none; width: 46px; height: 47px; top: 50%; left: 50%; margin: -23px 0 0 -23px; background:url(/website/res/images/layout/play_btn.png); background-size: cover; }

#cookieinformation{
    display: none;
}

#cookieinformation .container{
    padding: 10px 0;
    background: url(../images/layout/cookie-message.jpg) no-repeat left center;
}

#cookieinformation span{
    padding: 8px 0px 8px 40px;
    float: left;
}

#cookieinformation a.button.blue{
    font-size: 14px;
    padding: 8px 20px;
    line-height: 14px;
    border-radius: 0;
    box-shadow: none;
    float: right;
}
/* Pro shop Ã…F */
.pro-shop section {
    margin: 22px 0;
}
.pro-shop .info {
    width: 50%;
}
.pro-shop .info h1 {
    margin: 0 0 20px 0;
}
.pro-shop nav.retailer-menu {
    font-family: 'BasicCommercialW01-Blk', "Arial Black", "Helvetica Neue",Helvetica, sans-serif;
    text-transform: uppercase;
    width: 100%;
    border-bottom: 4px solid #000;
}
.pro-shop nav.retailer-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.pro-shop nav.retailer-menu ul li {
    display: inline-block;
    margin-left: 6px;
    border: 1px solid #ccc;
    border-bottom: none;
    background: #c2bfbd;
    background-image: linear-gradient(to top, #c2bfbd, #e7e6e5);
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.pro-shop nav.retailer-menu ul li.current {
    background: #dbd9d8;
    background-image: linear-gradient(to top, #dbd9d8, #ffffff);
}
.pro-shop nav.retailer-menu ul li a {
    padding: 10px;
    line-height: 46px;
    color: #000;
}
.pro-shop nav.retailer-menu ul li:last-of-type {
    position: absolute;
    right: 20px;
}
/*
.pro-shop input[type=text]:not(.x-form-field){
    height: 42px;
}
*/
.pro-shop section .button {
    margin-top: 22px;
}
.pro-shop table td input[type=text]:not(.x-form-field) {
    height: 20px;
    padding: 0;
    padding-left: 5px;
    font-size: 12px;
    width: 100px;
}
.pro-shop table td input[type=checkbox] {
    margin-top: 4px;
}
.pro-shop textarea {
    height: 60px;
    width: 295px;
    margin-bottom: 20px;
}
.pro-shop #shipping {
    height: 20px;
    padding: 1px 3px;
    margin-bottom: 15px;
    margin-left: 10px;
}
.order .button {
    margin-bottom: 20px;
}
.order-info {
    display: block;
    margin-bottom: 15px;
    float: none;

}
.order-info::after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.order-info .info {
    width: 23%;
    margin-right: 1%;
    float: left;
}

.ru #banner h1, .hu #banner h1 {
    font-size: 35px;
    line-height: 38px;
}

.ui-datepicker {
	width: 225px;
	/*
      table {

        border: 1px solid #dfdfdf;

        width: 100%;

        thead tr {
          &:first-child {
            button.pull-left,
            button.pull-right {
              font-size: 12px;
              color: $color-primary;
            }

            button strong {
              font-family: $font-primary-regular;
              font-weight: normal!important;
              color: $color-primary;
              text-transform: none;
            }

            th {
              padding: 10px 0;
            }
          }
        }

        thead th {
          text-align: center;
          font-size: 12px;
          color: #959595;
          padding: 2px 0;
        }

        tbody tr {
          border-bottom: 1px solid #dfdfdf;

          &:first-child {
            border-top: 1px solid #dfdfdf;
          }

          &:last-child {
            border: none;
          }

          td {
            border-right: 1px solid #dfdfdf;

            &:last-child {
              border: none;
            }

            button {
              font-size: 12px;
              min-height: 26px;

              &:hover,
              &.active {
                background: $color-blue-alpha;
                color: white;
              }

              &[disabled] {
                opacity: 0.5;
              }
            }
          }
        }
      }
      */
}
.ui-datepicker  {
	width: 295px;
	background: white;
	border-left: 1px solid #dfdfdf;
	border-right: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
}
.ui-datepicker > p {
	font-size: 13px;
	padding: 15px 8px 15px 28px;
	position: relative;
	margin: 0;
}
.ui-datepicker > p:before {
	background: #f79595;
	position: absolute;
	content: ' ';
	width: 12px;
	height: 12px;
	border-radius: 6px;
	top: 19px;
	left: 10px;
}
.ui-datepicker .ui-datepicker-header {
	width: 100%;
	padding: 15px 0;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
	position: absolute;
	left: 25px;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev span {
	font-size: 12px;
	color: #282D39;
	cursor: pointer;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
	position: absolute;
	right: 25px;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next span {
	font-size: 12px;
	color: #282D39;
	cursor: pointer;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-title {
	font-family: "HelveticaNeueW01-95Blac", "Arial Black" ,Helvetica, sans-serif;
	font-size: 13px;
	text-align: center;
	width: 100%;
	text-transform: uppercase
}
.ui-datepicker .ui-datepicker-calendar {
	width: 100%;
}
.ui-datepicker .ui-datepicker-calendar thead {
	border-bottom: 1px solid #dfdfdf;
}
.ui-datepicker .ui-datepicker-calendar thead th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #999;
	padding: 3px 0;
}
.ui-datepicker .ui-datepicker-calendar tbody tr {
	border-bottom: 1px solid #dfdfdf;
}
.ui-datepicker .ui-datepicker-calendar tbody td {
	padding: 0;
	border-right: 1px solid #dfdfdf;
	text-align: center;
}
.ui-datepicker .ui-datepicker-calendar tbody td:last-child {
	border: none;
}
.ui-datepicker .ui-datepicker-calendar tbody td.highlight--grey {
	background: #dfdfdf;
	opacity: 0.4;
}
.ui-datepicker .ui-datepicker-calendar tbody td.highlight--red span,
.ui-datepicker .ui-datepicker-calendar tbody td.highlight--red a {
	background: #f79595;
	color: #e38282;
}
.ui-datepicker .ui-datepicker-calendar tbody span,
.ui-datepicker .ui-datepicker-calendar tbody a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #282D39;
	padding: 8px 0;
	display: block;
}
.ui-datepicker .ui-datepicker-calendar tbody a:hover, .ui-datepicker .ui-datepicker-calendar tbody a.ui-state-active {
	background: #00c4e0; !important;
	color: white !important;
}
.ui-datepicker .ui-datepicker-calendar tbody span.ui-state-default {
	opacity: 0.4;
	cursor: default;
}

