/*
 * Web Fonts from fontspring.com
 *
 * All OpenType features and all extended glyphs have been removed.
 * Fully installable fonts can be purchased at http://www.fontspring.com
 *
 * The fonts included in this stylesheet are subject to the End User License you purchased
 * from Fontspring. The fonts are protected under domestic and international trademark and 
 * copyright law. You are prohibited from modifying, reverse engineering, duplicating, or
 * distributing this font software.
 *
 * (c) 2010 Fontspring
 *
 *
 *
 *
 * The fonts included are copyrighted by the vendor listed below.
 *
 * Vendor: 		FontSite Inc.
 * License URL: http: //www.fontspring.com/fflicense/fontsite
 *
 *
 */

@font-face {
	font-family: 'AlternateGothicFSNo3';
	src: url('fonts/AlternateGothicNo3-webfont.eot');
	src: local('☺'), url('fonts/AlternateGothicNo3-webfont.woff') format('woff'), url('fonts/AlternateGothicNo3-webfont.ttf') format('truetype'), url('fonts/AlternateGothicNo3-webfont.svg#webfonttvBCWiRH') format('svg');
	font-weight: normal;
	font-style: normal;
}


/* Note: this file may use CSS 3 properties that currently may cause errors when run through the W3C CSS validator. */
@media all {

/* RESET
 * Resets and basic typography and colors
============================================================================================================================ */
blockquote,body,caption,div,dl,dt,dd,form,fieldset,h1,h2,h3,h4,h5,h6,html,li,ul,ol,p,pre,textarea,table,td,th {
	margin: 0;
	padding: 0;
}
address,dl,fieldset,p,pre,ul,ol,table {margin: 0 0 1em;}
ul,ol,dd {margin-left: 40px;}
td ul,td ol {margin-left: 15px;}
ol ul,ul ol,ul ul,ol ol,td ul,td ol {margin-bottom: 0;}
blockquote {
	margin: 1em 40px;
	font-style: italic;
}
dt {font-weight: bold;}
table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
table,th,td {border: 0;}
th,td {
	vertical-align: top;
	padding: 2px 3px;
}
caption,th {
	color: #525252;
	font-weight: bold;
	text-align: left;
}
caption {
	padding: 0 0 6px 20px;
	font-size: 1.167em;
	text-transform: uppercase;
}
thead tr {background: #e5e5e5;}
img {border: none;}
html,body {
	color: #fff;
	background: #000;
}
html {font: 76%/1 Helvetica, Arial, sans-serif;}
body {
	font-size: 1em;
	line-height: 1.4em;
	color: #555;
	background-repeat: no-repeat;
	background-position: 50% 0;
}
code,
kbd,
pre {font-family: Monaco, Courier, "Courier New", Tahoma;}
h1,h2,h3,h4,h5,h6 {
	margin: 1em 0 0.2em;
	font-weight: normal;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child {margin-top: 0;}
h1 {
	color: #666;
	font-size: 2.1em;
	line-height: 1.1667em;
}
h2 {
	font-size: 1.6em;
	line-height: 1.25em;
}
h3 {
	font-size: 1.4615em;
	line-height: 1.3158em;
}
h4 {font-size: 1.2308em;}
h5,
h6 {
	font-weight: bold;
	font-size: 1em;
}
legend {
	color: #333;
	white-space: normal;
}
a:link {color: #09c;}
a:visited {color: #069;}
a:hover,
a:hover h2,
a:hover h3,
a:focus,
a:focus h2,
a:focus h3,
a:active,
a:active h2,
a:active h3 {color: #000;}
.negative a:hover,
.negative a:hover h2,
.negative a:hover h3,
.negative a:focus,
.negative a:focus h2,
.negative a:focus h3,
.negative a:active,
.negative a:active h2,
.negative a:active h3 {color: #fff;}
input,textarea,select {
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
}

/* GLOBAL CLASSES
============================================================================================================================ */

/* Easy clearing of floats
 * See http: //positioniseverything.net/easyclearing.html
-------------------------------------------------------------- */

.cf:after {
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: " ";
	font-size: 0;
}


/* Structural elements
 * Not visible when CSS is enabled but visible for screen readers
-------------------------------------------------------------- */

.structural,
.structural * {
	position: absolute;
	left: -9999px;
}


/* Hidden elements
 * Hidden even for screen readers
-------------------------------------------------------------- */

.hidden {
	display: none;
	visibility: hidden;
}


/* Images
-------------------------------------------------------------- */

.image {overflow: hidden;}
#content .image:first-child {border-bottom: 1px solid #999;}
.layout-5 #content .image:first-child {border-bottom: 0;}
.image img {
	display: block;
	width: 100%;
}
.left,
.right,
.left-dec,
.right-dec {
	float: left;
	width: auto;
	margin: 3px 18px 10px 0;
}
.right,
.right-dec {
	float: right;
	margin: 3px 0 10px 18px;
}
img.fullwidth,
img.fullwidth-dec,
span.fullwidth img,
span.fullwidth-dec img {
	display: block;
	margin: 3px 0 10px;
}
img.dec,
img.left-dec,
img.right-dec,
img.fullwidth-dec,
span.dec img,
span.left-dec img,
span.right-dec img,
span.fullwidth-dec img {
	padding: 4px;
	border: 1px solid #cfcfcf;
	background: #fff;
}
.caption,
.caption em {display: block}
.caption em {
	font-style: normal;
	font-size: 0.916em;
}
.caption p,
.caption em {margin-bottom: 0;}
.caption sup {bottom: 3px;}


/* END @media all */
}


@media screen, projection {


/* LAYOUT
 * Common layout and specific layouts based on body layout classes
============================================================================================= */

#body {
	width: 960px;
	margin: 0 auto;
	-moz-box-shadow: 0 0 5px #666;
	-webkit-box-shadow: 0 0 5px #666;
	box-shadow: 0 0 5px #666;
	background: #fff;
}
#header {
	position: relative;
	background: #102544 url(/i/header-bg.png) repeat-x;
}
#footer {
	clear: both;
	border-top: 3px solid #fee00e;
	color: #fff;
	background: #102544 url(/i/footer-bg.png) repeat-x;
}
#footer a {color: #fff;}
#footer .wrap {
	width: 960px;
	margin: 0 auto;
	padding: 1em 0;
}
#footer .col {
	float: left;
	width: 12.5%;
	margin: 1em 0;
	padding: 0 2%;
	min-height: 8em;
}
#footer .col-2 {width: 14%;}
#footer .col-3 {width: 15%;}
#footer .col-4 {width: 17%;}
#footer .col-5 {width: auto;}
#footer .col-5 img {margin-left: 10px;}
#footer .col + .col {
	border-left: 1px solid #ddd;
}
#footer .col h3 {
	font-weight: bold;
	font-size: 1.25em;
}
#footer .col ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#footer .col li: before {content: "- ";}
#footer .col li,
#footer .col a {
	color: #ddd;
}
#footer .col a {text-decoration: none;}
#footer .col a:hover,
#footer .col a:focus,
#footer .col a:active {text-decoration: underline;}

#content-3 {
	clear:both;
}

/* Layout-1
 * Regular page
-------------------------------------------------------------- */

.layout-1 #main {
	background: #f2f2f2 url(/i/nav-sub-bg.png) repeat-y;
}
.layout-1 #content {
	float: right;
	width: 83.36%;
	max-width: 800px;
}
.layout-1 #content-primary {
	float: left;
	width: 49%;
}
.layout-1 #content-primary > .article {padding-right: 0;}
.layout-1 #content-secondary {
	float: right;
	width: 49%;
}
.layout-1 #content-secondary > .box {margin: 25px 20px 20px 0;}
.layout-1 #nav-sub {
	float: left;
	width: 16.64%;
	max-width: 160px;
}


/* Layout-2
 * Home page
-------------------------------------------------------------- */

.layout-2 #content-primary {
	float: none;
	width: auto;
}
.layout-2 #content-secondary {
	float: none;
	width: auto;
}


/* Layout-3
 * Content page with sub navigation and no right column)
-------------------------------------------------------------- */

.layout-3 #main {
	background: #f2f2f2 url(/i/nav-sub-bg.png) repeat-y;
}
.layout-3 #nav-sub {
	float: left;
	width: 16.64%;
	max-width: 160px;
}
.layout-3 #content {
	float: right;
	width: 83.36%;
	max-width: 800px;
}


/* Layout-4
 * Content page with right column and no sub navigation)
-------------------------------------------------------------- */

.layout-4 #content-primary {
	float: left;
	width: 68%;
}
.layout-4 #content-secondary {
	float: right;
	width: 29%;
}

/* Layout-5
* Full-width content page
-------------------------------------------------------------- */
.layout-5 #content {
	float: left;
	width: 100%;
}

/* Login form
-------------------------------------------------------------- */

body.login {text-align: center;}
.login #wrap {
	width: 350px;
	margin: 50px auto;
	padding: 10px;
	text-align: left;
	background: #fff;
	border: 1px solid #ccc;
}
.login #login {margin: 0;}
.login #logo {margin: 0 0 10px;}
.login .form-general .form-content div {margin-left: 0;}


/* LAYOUT CLASSES
============================================================================================================================ */

/* System messages
-------------------------------------------------------------- */
.system-info {
	margin: 1em 0;
	padding: 0 12px;
	border: 2px solid;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.btn + .system-info {
	clear: both;
	margin-top: 55px;
}
.system-info h2,
.system-info h3 {
	margin: 0 -12px;
	padding: 2px 4px;
	font-size: 1.1em;
}
.system-info p {margin: 1em 0;}
/* Error message */
.error-message,
.error {
	color: #a9261a;
	border-color: #a9261a !important; /* Overrides other border colors later down */
}
.error-message h2,
.error-message h3,
.error h2,
.error h3 {
	color: #fff;
	background: #a9261a;
}
/* Confirmation */
.confirmation {color: #276600;}
.confirmation h2,
.confirmation h3 {
	color: #fff;
	background: #276600;
}


/* Read more-links
-------------------------------------------------------------- */

.read-more {text-align: right;}
.read-more a span {
	position: absolute;
	left: -9999px;
}


/* Paging
-------------------------------------------------------------- */

.paging {margin: 0 0 2em;}
.paging h2,
.paging h3 {margin: 0 0 0.5em;}
.paging strong {
	float: left;
	padding: 4px 0;
}
.paging a:link,
.paging a:visited,
.paging em {
	float: left;
	width: 1.5em;
	margin: 0 0 3px 0;
	padding: 0.4em 0;
	border-right: 1px dotted #999;
	color: #000;
	text-decoration: none;
	text-align: center;
}
.paging a:hover,
.paging a:focus,
.paging a:active {background: #fff;}
.paging em {
	font-weight: bold;
	font-style: normal;
}
.paging span {
	position: absolute;
	left: -9999px;
}

/* Favorites
-------------------------------------------------------------- */

#m-favorites {
	min-height: 430px;
	padding: 0;
	background: url(/i/stripes-bg.png);
}
#m-favorites .m-h {
	padding: 15px 100px 20px 20px;
	background: url(/i/top5.png) no-repeat 102% -4px;
	line-height: 1.2;
}
#m-favorites .m-h h2 {
	float: left;
	width: 7em;
	margin: 0 10px 0 0;
	padding-right: 10px;
	border-right: 1px solid;
}
#m-favorites .m-h h2 strong {
	display: block;
	font-size: 1.45em;
	line-height: 0.9;
}
#m-favorites .m-h p {margin: 0;}
#m-favorites .m-c {
	float: left;
	width: 219px;
	margin: 0 -1px 10px 10px;
	min-height: 274px;
	border: 1px solid #999;
	border-right: none;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
	background: #fff;
}
#m-favorites .m-c a {
	display: block;
	padding-top: 40px;
	background: url(/i/top5-numbers.png) no-repeat 0 0;
}
#m-favorites .m-c img {
	display: block;
	margin: 0 auto;
	background: #fff;
}
#m-favorites .tab-navigations {
	float: right;
	width: 239px;
	margin: 0 10px 10px 0;
	border: 1px solid #999;
	background: #fff;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topright: 8px;
	border-top-right-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	border-bottom-right-radius: 8px;
}
#m-favorites .tab-navigations li {margin: 0;}
#m-favorites .tab-navigations li + li a {border-top: 1px solid #999;}
#m-favorites .tab-navigations li:first-child {
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topright: 8px;
	border-top-right-radius: 8px;
}
#m-favorites .tab-navigations li:last-child {
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	border-bottom-right-radius: 8px;
}
#m-favorites .tab-navigations li:hover {
	margin-left: -10px;
	padding-left: 10px;
	background: url(/i/top5-sel.png) no-repeat 0 50%;
}
#m-favorites .tab-navigations li a {
	display: block;
	margin: 0;
	padding: 10px 8px 10px 42px;
	color: #555;
	background: url(/i/top5-numbers.png) no-repeat 0 0;
	text-decoration: none;
}
#m-favorites .tab-navigations li a:hover,
#m-favorites .tab-navigations li a:focus,
#m-favorites .tab-navigations li a:active {color: #000;}
#m-favorites .tab-navigations li + li a {background-position: 0 -67px;}
#m-favorites .tab-navigations li + li + li a {background-position: 0 -134px;}
#m-favorites .tab-navigations li + li + li + li a {background-position: 0 -201px;}
#m-favorites .tab-navigations li + li + li + li + li a {background-position: 0 -268px;}
#m-favorites .m-c + .m-c a {background-position: 0 -67px;}
#m-favorites .m-c + .m-c + .m-c a {background-position: 0 -134px;}
#m-favorites .m-c + .m-c + .m-c + .m-c a {background-position: 0 -201px;}
#m-favorites .m-c + .m-c + .m-c + .m-c + .m-c a {background-position: 0 -268px;}

/* Slideshows
-------------------------------------------------------------- */

#splash {
	clear: both;
	min-height: 360px;
}
.slideshow .slide {
	position: relative;
	margin: 0;
	min-height: 360px;
}
.slide > a {
	min-height: 170px;
}
.slide > a,
.slide > p {
	display: block;
	color: #000;
	text-decoration: none;
}
.slide.left > a,
.slide.left > p {
	padding: 160px 550px 30px 40px;
}
.slide.right > a,
.slide.right > p {
	padding: 160px 40px 30px 550px;
}
.slide.negative {background-color: #000;}
.slide.negative > a,
.slide.negative > p {color: #fff;}
.slideshow .slide + .slide {display: none;} /* will be replaced by floats using js (see below) */
.js .slideshow {overflow: hidden;}
.js .pager-wrap .slide {
	display: block; /* show when js is on */
	float: left;
	border: none;
}
.js .pager-paging {
	clear: both;
}
.pager-paging a {
	float: left;
	margin-right: 1px;
	padding: 3px 10px;
	cursor: pointer;
	color: #000;
	background: #bbb url(/i/gradient-grey.png) repeat-x 0 50%;
	font-size: 1.1em;
	font-family: AlternateGothicFSNo3, Helvetica, Arial, sans-serif;
	text-decoration: none;
}
.pager-paging a:hover,
.pager-paging a:focus,
.pager-paging a:active,
.pager-paging a.sel {
	color: #fff;
	background: #333;
	outline: none;
}
.page-prev,
.page-next {
	display: block;
	position: absolute;
	bottom: 30px;
	z-index: 2;
	width: 14px;
	height: 24px;
	padding: 5px;
	outline: none;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.page-prev {
	right: 30px;
}
.page-next {
	right: 3px;
}
.page-next:focus,
.page-next:active {right: 2px;}
.page-prev:focus,
.page-prev:active {right: 31px;}

/* Boxes
-------------------------------------------------------------- */
.box {
	margin: 5px 0;
	padding: 10px;
	border: 1px solid #bbb;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background: -webkit-gradient(linear, left top, left bottom, from(#d1d1d1), to(#efefef));
	background: -moz-linear-gradient(top, #d1d1d1, #efefef);
	-pie-background: linear-gradient(#d1d1d1, #efefef);
	behavior: url(/css/PIE.htc);
}
.box img {
	display: block;
}
.box p {margin-bottom: 0;}
.box p + p {margin-top: 10px;}
.box ul {
	margin: 0 0 0 10px;
}

/* Columns
-------------------------------------------------------------- */
.columns {padding: 20px}
.columns > h1 {max-width: 50%;}
.columns .column-1 {
	float: left;
	width: 49%;
}
.columns .column-2 {
	float: right;
	width: 49%;
}
.column-1 + .cf,
.column-2 + .cf {clear: left;}
.layout-5 .column-1,
.layout-5 .column-2 {width: 45%;}

/* FORMS
============================================================================================================================ */

.form-general {
	margin: 1em 0;
	padding: 6px 0;
	border-width: 2px 0;
}
.form-general label {
	display: block;
	margin: 0 4px 0 0;
}
label strong {
	display: block;
	color: #900;
}
.disabled label {color: #999;}
label span,
label em {
	margin: 0;
	color: #666;
	font-size: 0.94em;
	font-weight: normal;
	font-style: normal;
}
.form-general input,
.form-general select,
.form-general textarea {margin: 0 0 6px;}
.form-general .text input,
.form-general .pwd input,
.form-general .text textarea {
	position: relative;
	padding: 4px;
	border: 1px solid #aaa;
	position: relative;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	behavior: url(/css/PIE.htc);
	color: #666;
}

.form-general .alt {
	display: inline;
	margin: 0 12px 0 0;
}
.text,
.radio,
.checkbox,
.select {margin: 0 0 3px;}
.text textarea {height: 120px;}
.small input,
.small textarea {width: 91px;}
input,
.medium input,
.medium textarea {width: 211px;}
.large input,
.large textarea {width: 330px;}
.full input,
.full textarea {width: 450px;}
input[type=reset],
input[type=submit] {width: auto !important;}
.form-general fieldset {
	margin: 1em 0;
	padding: 5px 8px;
	border: 1px solid #ddd;
}



/* Form columns
-------------------------------------------------------------- */

form .row {margin-bottom: 10px;}
form .col {
	float: left;
	width: 219px; /* This should correspond to the chosen "standard" width, e.g. "medium" */
	margin: 0 20px 0 0;
}
.row .small {width: 150px;}
.row .medium {width: 220px;}
.row .large {width: 350px;}
.row .full {width: 800px;}
/* Fieldset cols have padding, so they get smaller widths. */
form fieldset.col,
.row fieldset.large {width: 320px;}
.row fieldset.small {width: 83px;}
.row fieldset.medium {width: 201px;}
/* Fieldset cols are large as default */
.row .hr {width: 100%;}
.cols-1 .col-1,
.cols-2 .col-2,
.cols-3 .col-3,
.cols-4 .col-4,
.cols-5 .col-5,
.cols-6 .col-6 {margin-right: 0;}
.row .submit-area {margin-top: 1em;}
.submit-area,
.cols-1 .submit-area {
	margin: 0;
	width: 100%;
}

/* Generated forms
-------------------------------------------------------------- */
.cms .row .text input,
.cms .row textarea,
.cms .row select,
.cms .row fieldset {
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.cms .row .text input,
.cms .row textarea,
.cms .row select {width:100%;}
.cms .row {margin-bottom:10px;}
.cms .col {
	float:left;
	width:48%; /* This should correspond to the chosen "standard" width, e.g. "medium" */
	margin:0;
	margin-right:2%;
}
/* Widths have 2% subtracted for column margins */
.cms .row .small {width:23%;}
.cms .row .medium {width:48%;}
.cms .row .large {width:73%;}
.cms .row .full {width:98%;}
.cms .row .hr {width:98%;}
.cms .cols-1 .col-1,
.cms .cols-2 .col-2,
.cms .cols-3 .col-3,
.cms .cols-4 .col-4,
.cms .cols-5 .col-5,
.cms .cols-6 .col-6 {margin-right:0;}
.cms .row .submit-area {margin-top:1.3em;}
.cms .cols-1 .submit-area {
	margin:0;
	width:98%;
}

.checkbox,
.radio {white-space: nowrap;}
.checkbox input,
.radio input {
	width: auto !important;
	vertical-align: middle;
}
.checkbox label,
.radio label {
	display: inline;
	margin-left: 4px;
	vertical-align: middle;
	white-space: normal;
}
.alt label {
	display: inline;
}
.text.error label,
.error legend {color: #900;}
.text.error input,
.text.error textarea {
	border:2px solid #900;
}
/* Styled button element */
button.button {
	width: auto;
	overflow: visible;
	margin: 0 6px 0 0;
	padding: 5px 7px;
	border: 2px solid;
	border-color: #ddd #bbb #bbb #ddd;
	color: #000;
	background-color: #f9f9f9;
	font-size: 1em;
	line-height: 17px;
	font-weight: bold;
	cursor: pointer;
}
button.previous {
	padding-left: 14px;
	background: #f9f9f9 url(/i/icons/resultset_previous.gif) no-repeat 0 50%;
}
button.next {
	padding-right: 14px;
	background: #f9f9f9 url(/i/icons/resultset_next.gif) no-repeat 100% 50%;
}
button.link {
	margin: 0;
	padding: 5px 0;
	border: 0;
	background: transparent;
	cursor: pointer;
}
button.link span {text-decoration: underline;}
/* Styled input button */
.cms input[type=submit],
input.btn,
#print-link {
	position: relative;
	width: auto;
	overflow: visible;
	margin-top: 2px;
	padding: 4px 12px;
	border: 1px solid;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 2px 2px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.5);
	box-shadow: 0 2px 2px rgba(0,0,0,0.5);
	background-clip: padding-box;
	behavior: url(/css/PIE.htc);
	text-align: center;
	cursor: pointer;
}
.cms input[type=submit],
input.btn-1,
#print-link {
	border-color: #999;
	color: #444;
	background: #ccc url(/i/gradient-grey.png) repeat-x 0 50%;
	text-shadow: 1px 1px 0 #ddd;
}
input[type=reset].btn {
	font-weight: normal;
	margin-right: 15px;
	padding-left: 20px;
	background: url(/i/reload.png) no-repeat 0 50%;
	text-transform: uppercase;
}
.cms input[type=submit]:hover,
.cms input[type=submit]:focus,
input.btn:hover,
input.btn:focus {
	border-color: #777;
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.5);
	box-shadow: 0 1px 2px rgba(0,0,0,0.5);
	background-clip: padding-box;
	opacity: 1.0;
}
a.btn {
	float: left;
	padding: 10px 20px;
	color: #fff;
	background-color: #000;
	-webkit-background-clip: padding-box;
	text-decoration: none;
}
a.btn-1 {
	position: relative;
	font-size: 1em;
	padding: 5px;
	border: 1px solid #bbb;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	color: #000;
	background: -webkit-gradient(linear, left top, left bottom, from(#efefef), to(#d1d1d1));
	background: -moz-linear-gradient(top, #efefef, #d1d1d1);
	-pie-background: linear-gradient(#efefef, #d1d1d1);
	behavior: url(/css/PIE.htc);
}
a.btn-2 {
	position: relative;
	padding-left: 40px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	-webkit-box-shadow: 0px 0px 5px #999;
	-moz-box-shadow: 0px 0px 5px #999;
	box-shadow: 0px 0px 5px #999;
	behavior: url(/css/PIE.htc);
	background:#000 url(/i/btn2.png) no-repeat 0 50%;
	font-size: 1.15em;
	font-weight: bold;
}
.column-2 a.btn-2 {float: right;}

/* Fieldset + legend without border */
.form-general fieldset.no-border {
	padding: 0 9px;
	border: none;
}
.no-border legend {padding: 0;}
/* Datepicker (jQuery UI) */
.dates .text {
	float: left;
	margin-right: 1em;
}
.dates .small {width: 160px;}
.dates .small input {width: 120px;}
.dates img {
	margin-left: 3px;
	vertical-align: middle;
}
.ui-datepicker-trigger {
	padding: 0;
	border: none;
	background: transparent;
}


/* MODULES
============================================================================================================================ */

.layout-2 .cols-3 .col {background: #eee;}
.layout-2 .cols-3 .col-2 {background: #f5f5f5;}
.layout-2 .cols-3 > a {
	float: left;
	width: 320px;
}
.layout-2 .cols-3 > .col {
	float: left;
	width: 289px;
}
.layout-2 .cols-2 .col {
	float: left;
	width: 480px;
}
.layout-2 .col.m,
.layout-2 .col .m {
	padding: 15px;
}
.layout-2 #content-primary .col {border-left: 1px solid #ddd;}
.layout-2 .row > .col:first-child,
.layout-2 .row > a:first-child .col {border-left:none;}
.layout-2 .col .m .m-i {
	margin-top: -15px;
	margin-bottom: -20px;
}
.m-i.left {margin-left: -15px;}
.m-i.right {margin-right: -15px;}
.m h2 {
	margin: 0 0 3px;
	text-transform: uppercase;
	line-height: 1.11;
}
.m h3 {
	margin: 0 0 8px;
	text-transform: uppercase;
}
.m ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.m li {margin: 0 0 6px;}
.m-c h3 {
	margin: 0;
	font-size: 1.2em;
}
/* Reset links on linked modules */
.row a {
	color: #555;
	text-decoration: none;
}
/* Style parts of module headers */
.m-c h2 {
	font-size: 1.2em;
}
.m-c h2 strong {
	display: block;
	font-style: normal;
	font-size: 1.55em;
}
.m-c h2 em {
	font-style: normal;
	font-size: 1.35em;
}
a .m-c h2 em {
	padding-right: 16px;
	background: url(/i/arrow-grey.png) no-repeat 100% 50%;
}
/* Inverted module */
.negative {
	color: #eee;
	background: #000 url(/i/bg-blackblur.jpg) no-repeat 0% 50%;
}
.negative a {color: #eee;}
.negative a:hover,
.negative a:focus,
.negative a:active {color: #fff;}
.layout-2 .negative h2 {font-size: 2.4em;}
.layout-2 .negative h2 strong {font-size: 1em;}


/* SKIP LINKS
============================================================================================================================ */
#skip {
	position: absolute;
	top: 0;
	left: -9999px;
	z-index: 100;
	width: 100%;
	margin: 0;
}
#skip a:focus,
#skip a:active {
	display: block;
	position: absolute;
	top: 0;
	left: 9999px;
	width: 100%;
	padding: 8px 0;
	border: 2px solid #000;
	border-width: 2px 0;
	color: #fff;
	background: #102544;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1.0;
	text-align: center;
}


/* LOGO
============================================================================================================================ */

#logo a,
#logo img {float: left;}
#logo img {
	margin: 30px 30px 0;
	padding-bottom: 30px;
	font-size: 2em;
}
#logo a:focus,
#logo a:active {
	outline: 1px solid #333;
	background: transparent;
}


/* MAIN NAVIGATION
============================================================================================================================ */

#nav-main {
	position: relative;
	clear: both;
	background: #000 url(/i/nav-main-bg.png) repeat-x;
}
#nav-main ul {
	float: left;
	margin: 0;
	list-style: none;
	border-right: 1px solid #000;
	font: 1.1em/1.2 AlternateGothicFSNo3, Helvetica, Arial, sans-serif;
	white-space: nowrap;
	letter-spacing: 1px;
	text-transform: uppercase;
}
#nav-main li {
	float: left;
	margin: 0;
}
#nav-main li:first-child a {border-left: none;}
#nav-main li a {
	float: left;
	padding: 6px 8px;
	border-right: 1px solid #5977a1;
	border-left: 1px solid #000;
	color: #fff;
	text-decoration: none;
	text-align: center;
}
#nav-main li a:hover,
#nav-main li a:focus,
#nav-main li a:active,
#nav-main li.sel a {
	color: #000;
	background: #fee00e url(/i/nav-main-bg.png) repeat-x 0 -60px;
}
#nav-main li.sel strong {font-weight: normal;}


/* SUPPLEMENTAL NAVIGATION
============================================================================================================================ */

#nav-supp {
	position: absolute;
	top: 0;
	right: 20px;
	padding: 6px 8px;
	color: #fff;
	font: 1.1em/1.2 AlternateGothicFSNo3, Helvetica, Arial, sans-serif;
	white-space: nowrap;
	letter-spacing: 1px;
	text-transform: uppercase;
}
#nav-supp strong {
	font-weight: normal;
	float: left;
}
#nav-supp .facebook,
#nav-supp .youtube {
	float: left;
	width: 30px;
	height: 30px;
	margin: -7px 0;
	overflow: hidden;
	text-indent: 30px;
}
#nav-supp .facebook {
	background: url(/i/icons/facebook.png) no-repeat;
}
#nav-supp .youtube {
	background: url(/i/icons/youtube.png) no-repeat;
}

/* SEARCH
============================================================================================================================ */

/* Main search form
-------------------------------------------------------------- */
#search {
/*	float: right;
	margin: 60px 30px -10px;*/
	position: absolute;
	min-width: 210px;
	top: 60px;
	right: 30px;
	padding: 7px 0 8px 40px;
	background: #777 url(/i/search-bg.png) no-repeat;
}
#search label {
	position: absolute;
	margin-left: -32px;
	top: -20px;
	color: #fff;
}
#search input {
	width: 156px;
	border: none;
	background: none;
}
#search .submit {
	width: auto;
	margin: -7px 0 -8px 15px;
	padding: 8px 12px 8px 2px;
	color: #fff;
	background: url(/i/search-bg.png) no-repeat 100% 0;
	font-size: 1.14em;
	line-height: 1.4;
	font-family: AlternateGothicFSNo3, Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#main-search .control-group {
	float: left;
	margin: 0;
}
#main-search label {display: inline;}
#main-search .text input {width: 30em;}
#main-search .checkbox {
	display: inline;
	padding-right: 1em;
}
#main-search .submit-area {
	float: left;
	margin: 6px 0 0;
}


/* Search results
-------------------------------------------------------------- */

#search-results {
	margin: 20px;
	list-style: none;
}
#search-results li {margin-bottom: 1em;}
#search-results p {margin: 0;}


/* BREADCRUMBS
============================================================================================================================ */

#breadcrumbs {
	position: relative;
	padding: 7px;
	border-bottom: 1px solid #999;
	line-height: 1;
	background: #fff;
}
#breadcrumbs a {color: #000;}

/* PARTNER LOGIN
============================================================================================================================ */
#loggedin {
	position: absolute;
	top: 10px;
	left: 50%;
	color: #fff;
	text-align: right;
}
#loggedin a {
	margin-left: 10px;
	padding-left: 15px;
	color: #fff;
}
/* Image bank
-------------------------------------------------------------- */
#image-bank {padding: 0 10px;}
#image-bank .teaser {
	position: relative;
	min-height: 230px;
	margin-bottom: 10px;
	padding-bottom: 5em;
	overflow: hidden;
	border: 1px solid #ddd;
	background: #fff;
	text-align: center;
}
#image-bank .teaser img {
	display: block;
	margin: 0 auto;
	padding: 5px 0;
}
#image-bank .teaser ul {
	position: absolute;
	bottom: 0;
	width: 100%;
	margin: 0;
	list-style: none;
	background: #eee;
	border-top: 1px solid #ddd;
	text-align: left;
}
#image-bank .teaser ul a {
	display: block;
	padding: 5px 5px 5px 25px;
	background-position: 5px 50%;
	background-repeat: no-repeat;
}
#image-bank .teaser .more a {background-image: url(/i/icon-more.gif);}
#image-bank .teaser .download a {background-image: url(/i/icon-download.gif);}

#image-bank .teaser-group {margin: 0 0 20px;}
#image-bank .tg-2 .teaser {
	float: left;
	width: 47%;
}
#image-bank .tg-3 .teaser {
	float: left;
	width: 30%;
}
#image-bank .tg-3 .first {margin-right: 4.5%;}
#image-bank .tg-2 .last,
#image-bank .tg-3 .last {float: right;}



/* SUB NAVIGATION
============================================================================================================================ */

#nav-sub h2 {
	margin: -1px 0 5px;
	padding: 4px 15px;
	border: 1px solid #999;
	color: #777;
	background: #ccc url(/i/gradient-grey.png) repeat-x 0 50%;
	font: normal 1.1em/1.2 AlternateGothicFSNo3, Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#nav-sub ul {
	margin: 0;
	padding-left: 5px;
	list-style: none;
}
#nav-sub ul ul {padding-left: 0;}
/* Level one */
#nav-sub li a {
	display: block;
	padding: 3px 15px;
	color: #333;
	text-decoration: none;
	background-repeat: no-repeat;
}
/* Level two */
#nav-sub li li a {
	padding-left: 30px;
	background-position: 0 6px;
}
/* Level three */
#nav-sub li li li a {
	padding-left: 45px;
	background-position: 30px 6px;
}
/* Level four */
#nav-sub li li li li a {
	padding-left: 60px;
	background-position: 45px 6px;
}
#nav-sub li a:hover,
#nav-sub li a:focus,
#nav-sub li a:active {background-color: #e0e0e0;}
/* Page with subpages */
#nav-sub li.has-children > a {background-image: url(/i/nav-sub-arrows.png);}
#nav-sub li.has-children > a {background-position: -200px 6px;}
#nav-sub li li.has-children > a {background-position: -185px 6px;}
#nav-sub li li li.has-children > a {background-position: -170px 6px;}
#nav-sub li li li li.has-children > a {background-position: -155px 6px;}
/* Page with expanded subpages */
#nav-sub li.expanded > a {
	font-weight: bold;
	text-decoration: underline;
	background-image: url(/i/nav-sub-arrows.png);
}
#nav-sub li.expanded > a {background-position: 0px 6px;}
#nav-sub li li.expanded > a {background-position: 15px 6px;}
#nav-sub li li li.expanded > a {background-position: 30px 6px;}
#nav-sub li li li li.expanded > a {background-position: 45px 6px;}
/* Selected page link */
#nav-sub li a.sel {
	font-weight: bold;
	text-decoration: underline;
}


/* ADDRESS
============================================================================================================================ */

#address {
	clear: both;
	padding-left: 20px;
}


/* Microformats
-------------------------------------------------------------- */

.vcard div {
	display: inline;
	padding-right: 1em;
}
.vcard .org {font-weight: bold;}
.vcard {margin: 1em 0;}
.vcard .post-office-box: after {content: ", ";}
#content .vcard div {
	display: block;
	padding: 0;
}
#content .vcard .org {font-weight: normal;}


/* CONTENT STYLING
============================================================================================================================ */

/* Article
-------------------------------------------------------------- */

.article {
	min-height: 20em;
	padding: 20px;
}
.intro {
	color: #666;
	font-weight: bold;
}
.article-info {
	clear: both;
	margin: 1em 0;
	padding: 20px;
}
.article-info p {
	margin: 0;
	font-size: 0.94em;
}
tbody tr:nth-child(even),
tbody tr.odd {background: #e5e5e5;}
th,
td {min-width: 9em;}
td.contact {min-width: 16em;}
th:first-child,
td:first-child {
	padding-left: 20px;
	min-width: 10em;
}
.stores th:first-child,
.stores td:first-child {min-width: 6.8em;}
.sizes th,
.materials th {color: #666;}
.sizes th,
.sizes td {
	width: 45px;
	min-width: 0;
}
.materials th,
.materials td {
	width: 265px;
	min-width: 0;
}
.sizes th:first-child,
.sizes td:first-child {
	width: 140px;
	min-width: 0;
}
.sizes tbody th:first-child {
	color:#555;
	font-weight:normal;
}
.materials th:first-child,
.materials td:first-child {width: 80px;}
.sizes th:last-child,
.sizes td:last-child,
.materials th:last-child,
.materials td:last-child {width: auto;}


/* Flash
-------------------------------------------------------------- */

.flash {margin: 0 0 1em;}
.flash img {
	display: block;
	width: 100%;
}
.flash object {display: block;}

/* Contest
-------------------------------------------------------------- */
.contest-article {
	min-height: 20em;
	padding: 20px;
}
.layout-2 .contest {
	width: 700px;
}
.dialog #content-1 {
	float: left;
	width: 54%;
}
.dialog #content-1 .contest-article {padding: 0;}
.dialog #content-2 {
	float: right;
	width: 285px;
}
#contest .cols-3 .col,
#contest .cols-3 .col-2 {
	background-color: #f3f3f3;
}
#contest .cols-2 .col {
    float:left;
	width:48%;
	margin:0;
	margin-right:2%;
}
#content-3 .contest-conditions {
	padding: 20px;
}
#content-3 .conditions-link {
	background: #000 url(/i/toggle-btn-close.png) no-repeat 10px 50%;
	color: #fff;
	display: block;
	padding: 7px 0 7px 40px;
}
#content-3 .exp {
	background: #000 url(/i/toggle-btn-open.png) no-repeat 10px 50%;
}
.dialog #content-3 .conditions-link {
	margin: 0 -20px 0;
}
.dialog #content-3 {
	margin-bottom: -20px;
}

.fb-like {
	margin: 0 0 15px;
}

/* Products
-------------------------------------------------------------- */

.bar {
	clear: both;
	position: relative;
	min-height: 20px;
	padding: 5px 10px;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #999;
	background: #bbb url(/i/gradient-grey.png) repeat-x 0 50%;
	line-height: 1;
}
.bar h2,
.bar p {
	margin: 5px 0 0;
	font-size: 1em;
	line-height: 1;
}
.bar h2 {font-weight: bold;}
.bar .paging {
	position: absolute;
	top: 0;
	right: 10px;
	margin: 0;
}

#filter form,
#filter .row {
	margin: 0;
	padding: 0;
}
#filter form {
	background: -moz-linear-gradient(top, #f2f2f2, #dddddd);
	background: -webkit-gradient(linear, center top, center bottom, from(#f2f2f2), to(#dddddd));
	background: -o-linear-gradient(top, #f2f2f2, #dddddd);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='#dddddd');
	/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='#dddddd')";
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	background: linear-gradient(top, #f2f2f2, #dddddd);
	/*--IE9 DOES NOT SUPPORT GRADIENT BACKGROUNDS--*/
}
#filter fieldset {
	margin:0;
	padding:0;
	border:0;
}
#filter legend,
#filter form h3,
.products h3 {
	margin: 0;
	padding: 5px 10px;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	border-left: 1px solid #fff;
	font: normal 1.1em/1 AlternateGothicFSNo3, Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#filter legend {
	display: block;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	width:100%;
	color:#555;
}
#filter h3 strong,
#filter legend strong {font-weight: normal;}
#filter .col h3,
#filter .col legend {border-right: 1px solid #fff;}
#filter .col {margin: 0;}
#filter .col:first-child {width: 430px;}
#filter .col > div,
#filter .col fieldset > div {
	min-height: 160px;
	padding: 4px 5px 1px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
}
#filter .col + .col > h3,
#filter .col + .col > div,
#filter .col + .col legend,
#filter .col + .col fieldset > div {border-left: 1px solid #bbb;}
#filter .col:first-child > div,
#filter .col:first-child fieldset > div,
#filter .col:first-child h3,
#filter .col:first-child legend {border-left: none;}
#filter .col + .col + .col > h3,
#filter .col + .col + .col > div,
#filter .col + .col + .col legend,
#filter .col + .col + .col fieldset > div {border-right: none;}
#filter .col-1 .checkbox {
	float: left;
	width: 33%;
}
#filter .col-3 .radio {
	float: left;
	width: 50%;
}
#filter .focus label {outline: 1px dotted #666;}
#filter .submit-area {
	clear: both;
	min-height: 0 !important;
	margin-top: -41px;
	padding:0 !important;
	border: 0 !important;
	text-align: right;
}
#filter .submit-area input {
	margin-top:0;
	margin-bottom:0;
}
form .checkbox input,
form .radio input {
	position: absolute;
	left: -9999px;
}
form .checkbox label,
form .radio label {
	padding: 0 0 0 18px;
	background-repeat: no-repeat;
	font-size: 0.94em;
	line-height: 1.6;
	cursor: pointer;
}
form .checkbox label {background-image: url(/i/custom-checkbox.png);}
form .radio label {background-image: url(/i/custom-radio.png);}
form .checkbox.checked label,
form .radio.checked label {
	background-position: 0 -100px;
}

/* PRODUCTS
============================================================================================================================ */

.products {
	float: left;
	width: 800px;
	min-height: 497px;
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
#results.loading .products {
	background: url(/i/loading.gif) no-repeat 50% 10%;
}
#results.loading li {
	display: none;
}
.products li {
	position: relative;
	float: left;
	width: 200px;
}
.products a {
	display: block;
	color: #000;
	text-decoration: none;
}
.products a img {
	display: block;
	width: 200px;
	height: 200px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.products li:nth-child(4n+4) a img {border-right: none;}
.products .remove {
	position: absolute;
	bottom: 2px;
	left: 2px;
	padding: 1px;
}
.products .remove img {
	width: 17px;
	height: 17px;
	border: none;
}
.products a:hover,
.products a:focus,
.products a:active {background-color: #e0e0e0;}
.products a.remove:hover,
.products a.remove:focus,
.products a.remove:active {background-color: #f2f2f2;}
.products h3 {
	margin: 0 -1px 0 0;
	padding: 5px 15px 5px 10px;
	border: none;
	border-right: 1px solid #ccc;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.category {
	padding: 4px 10px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #bbb;
	line-height: 1;
	color: #fff;
	background-color: #000;
	text-transform: uppercase;
}
.category.cat-1 {border-bottom-color: #e2001a;} /* Hantverk */
.category.cat-2 {border-bottom-color: #e2001a;} /* Garden */
.category.cat-3 {border-bottom-color: #707173;} /* Murare/Målare */
.category.cat-4 {border-bottom-color: #054998;} /* Industri Service */
.category.cat-5 {border-bottom-color: #764b2a;} /* Flamskydd */
.category.cat-6 {border-bottom-color: #e75012;} /* Varsel */
.category.cat-7 {border-bottom-color: #a2805c;} /* Profil */
.category.cat-8 {border-bottom-color: #008bcf;} /* Vind/Väta/Kyla */
.category.cat-9 {border-bottom-color: #008bcf;} /* Regn */
.category.cat-10 {border-bottom-color: #e2007a;} /* Dam */
.category.cat-11 {border-bottom-color: #894689;} /* Barnkläder */
.category.cat-12 {border-bottom-color: #007e9e;} /* Skor */
.category.cat-13 {border-bottom-color: #7e8525;} /* Handskar */
.category.cat-14 {border-bottom-color: #007734;} /* Accessoarer */

.product .wrap {
	padding: 20px 25px;
}
.product .wrap:first-child {background-color: #fff;}
.product .bar {
	padding-left: 25px;
}
.product-name {
	float: left;
	width: 375px;
}
.product-name h1 {
	margin-top: 20px;
	font-weight: bold;
	text-transform: uppercase;
}
.product-name h1 span {
	display: block;
	font-weight: normal;
}
#zoomer {
	position: relative;
	width: 750px;
}
#small {
	position: relative;
	width: 100%;
}
#large {
	position: relative;
	width: 750px;
}
#large img {
	display: block;
	width: 750px;
	margin: 0 auto;
}
#mover {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 146px;
	height: 146px;
	background: #fff;
	z-index: 200;
	overflow: hidden;
}
#overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 144px;
	height: 144px;
	border: 1px solid #000;
	z-index: 300;
	cursor: none;
}

.product-viewer {
	float: left;
	width: 375px;
}
.product-specifics,
.product-extras {
	clear: left;
	float: left;
	width: 375px;
}
.product-images,
.product-colors,
.product-tools {
	position: relative;
	clear: right;
	float: right;
	width: 372px;
	margin: 5px 0;
	border: 1px solid #bbb;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background: -webkit-gradient(linear, left top, left bottom, from(#d1d1d1), to(#efefef));
	background: -moz-linear-gradient(top, #d1d1d1, #efefef);
	-pie-background: linear-gradient(#d1d1d1, #efefef);
	behavior: url(/css/PIE.htc);
}
.product-images ul,
.product-colors ul,
.product-tools ul {
	margin: 0;
	padding: 5px;
	list-style: none;
}
.product-images li,
.product-colors li,
.product-tools li {
	float: left;
	padding: 3px;
}
.product-images .sel,
.product-colors .sel {
	position: relative;
	padding: 2px;
	border: 1px solid #999;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: -webkit-gradient(linear, left top, left bottom, from(#bfbfbf), to(#d1d1d1));
	background: -moz-linear-gradient(top, #bfbfbf, #d1d1d1);
	-pie-background: linear-gradient(#bfbfbf, #d1d1d1);
	-webkit-box-shadow: inset 0px 5px 8px #999;
	-moz-box-shadow: inset 0px 5px 8px #999;
	box-shadow: inset 0px 5px 8px #999;
	behavior: url(/css/PIE.htc);
}
.product-tools li {
	width: 48%;
	margin: 5px 0;
}
.product-tools li li {margin: 0;}
.product-tools li a {
	padding: 2px 0 2px 20px;
	color: #333;
	background-repeat: no-repeat;
	background-position: 0 50%;
	text-decoration: none;
}
.download-hi > a,
.download-low > a {background-image: url(/i/icons/download.png);}
.download-pdf > a {background-image: url(/i/suffix/small/icon-pdf.png);}
.add-favorite > a,
.share > a {background-image: url(/i/icons/add.png);}
.send-feedback > a {background-image: url(/i/icons/info.png);}
.remove-favorite > a {background-image: url(/i/icons/trash.png);}
a.close {background-image: url(/i/icons/close.png);}

.product-features {
	float: right;
	width: 374px;
}
.product-features ul {
	margin-left: 20px;
}
.product-features li {
	list-style-image: url(/i/icons/raquo.png);
}
.product-extras ul {
	margin-left: 0;
	list-style: none;
}
.product-extras li {
	float: left;
	margin: 0 5px 0 0;
	padding: 5px;
	border: 1px solid #bbb;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background: -webkit-gradient(linear, left top, left bottom, from(#efefef), to(#d1d1d1));
	background: -moz-linear-gradient(top, #efefef, #d1d1d1);
	-pie-background: linear-gradient(#efefef, #d1d1d1);
	behavior: url(/css/PIE.htc);
}
.product-images li img,
.product-colors li img,
.product-extras li img {
	display: block;
}
.product-specifics h2,
.product-features h2 {
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1.4;
}
.product-specifics dt {
	clear: left;
	float: left;
	margin-right: 0.5em;
}
.product-specifics dd {margin-left: 0;}

/* Markets
-------------------------------------------------------------- */

#markets {padding: 0 0 35px 20px;}
#markets + p {
	padding-left: 20px;
	text-transform: uppercase;
}
#markets ul {
	margin: 0;
	list-style: none;
}
#markets li {
	float: left;
	width: 26px;
	height: 19px;
	margin-right: 10px;
	background-image: url(/i/flags.png);
}
#markets li strong,
#markets li a.sel,
#markets li a {
	float: left;
	width: 22px;
	height: 15px;
	margin: 0;
	padding: 2px;
	overflow: hidden;
	text-indent: -9999px;
}
#markets li strong,
#markets li a.sel,
#markets li a:hover,
#markets li a:focus,
#markets li a:active {background-image: url(/i/flags-bg.png);}
#markets .lang-en-gb {background-position: 0px 0;}
#markets .lang-fr {background-position: 478px 0;}
#markets .lang-sv {background-position: 448px 0;}
#markets .lang-en-ie {background-position: 418px 0;}
#markets .lang-es {background-position: 388px 0;}
#markets .lang-de-ch {background-position: 358px 0;}
#markets .lang-en-ca {background-position: 328px 0;}
#markets .lang-de-at {background-position: 298px 0;}
#markets .lang-da,
#markets .lang-dk {background-position: 268px 0;}
#markets .lang-en-us {background-position: 238px 0;}
#markets .lang-it {background-position: 208px 0;}
#markets .lang-de {background-position: 178px 0;}
#markets .lang-en {background-position: 238px 0;}
#markets .lang-nl {background-position: 148px 0;}
#markets .lang-fi {background-position: 118px 0;}
#markets .lang-ro {background-position: 88px 0;}
#markets .lang-no {background-position: 58px 0;}
#markets .lang-nl-be {background-position: 28px 0;}


/* LISTS
============================================================================================================================ */

/* Contact list
-------------------------------------------------------------- */

.contact-list {
	margin: 0;
	list-style: none;
}
.contact-list li {
	float: left;
	width: 100%;
	margin: 0 0 18px;
}


/* Article listing
-------------------------------------------------------------- */

.article-list {
	margin-left: 0;
	list-style: none;
}
.article-list li {margin: 0 0 1.5em;}
.article-list h2 {margin: 0 0 0.5em;}
.article-list p {margin: 0;}
.article-list .meta {
	margin: 3px 0 0;
	padding: 3px 0 0;
	border-top: 1px solid #ddd;
	color: #555555;
}
.meta .date,
.meta .category {font-weight: bold;}


/* File list
-------------------------------------------------------------- */

.file-list {
	margin: 0 0 20px;
	list-style: none;
}
.file-list li {
	margin-bottom: 10px;
	padding: 4px 0 4px 40px;
	background-position: 0 50%;
	background-repeat: no-repeat;
}
.file-list li a span {
	display: block;
	margin: 2px 12px 6px -32px;
	color: #666;
}
.file-list li a {text-decoration: none;}
.file-list li:hover {background-color: #ffc;}
.file-list li a strong {display: block;}
.file-list.three-cols li {
	float: left;
	width: 26%;
	background-position: 0 97%;
}
.file-list.three-cols img {
	display: block;
	margin: 2px 0 5px -32px;
}
/* Filetypes */
.file-list li.ai {background-image: url(/i/suffix/icon-ai.gif);}
.file-list li.bmp {background-image: url(/i/suffix/icon-generic.gif);}
.file-list li.chm,
.file-list li.db,
.file-list li.config,
.file-list li.css,
.file-list li.js,
.file-list li.xml {background-image: url(/i/suffix/icon-txt.gif);}
.file-list li.doc {background-image: url(/i/suffix/icon-doc.gif);}
.file-list li.asp,
.file-list li.htm,
.file-list li.html {background-image: url(/i/suffix/icon-html.gif);}
.file-list li.eps {background-image: url(/i/suffix/icon-eps.gif);}
.file-list li.fla {background-image: url(/i/suffix/icon-fla.gif);}
.file-list li.gif {background-image: url(/i/suffix/icon-gif.gif);}
.file-list li.jpg,
.file-list li.jpeg {background-image: url(/i/suffix/icon-jpeg.gif);}
.file-list li.mmap {background-image: url(/i/suffix/icon-mmap.gif);}
.file-list li.mov {background-image: url(/i/suffix/icon-mov.gif);}
.file-list li.pdf {background-image: url(/i/suffix/icon-pdf.gif);}
.file-list li.png {background-image: url(/i/suffix/icon-png.gif);}
.file-list li.ppt {background-image: url(/i/suffix/icon-ppt.gif);}
.file-list li.psd {background-image: url(/i/suffix/icon-psd.gif);}
.file-list li.rtf {background-image: url(/i/suffix/icon-rtf.gif);}
.file-list li.swf {background-image: url(/i/suffix/icon-swf.gif);}
.file-list li.txt {background-image: url(/i/suffix/icon-txt.gif);}
.file-list li.xls {background-image: url(/i/suffix/icon-xls.gif);}
.file-list li.zip {background-image: url(/i/suffix/icon-zip.gif);}
/* Generic files */
a.file {
	padding: 5px 0 5px 20px;
	background-image: url(/i/suffix/small/icon-generic.png);
	background-position: 0 50%;
	background-repeat: no-repeat;
}
/* Folders */
a.folder {background-image: url(/i/suffix/small/icon-folder.png);}
/* Images */
a.bmp,
a.gif,
a.jpg,
a.jpeg,
a.png,
a.psd {background-image: url(/i/suffix/small/icon-image.png);}
/* Vector graphics */
a.ai,
a.eps {background-image: url(/i/suffix/small/icon-vector.png);}
/* Text */
a.asp,
a.chm,
a.config,
a.css,
a.db,
a.htm,
a.html,
a.js,
a.txt,
a.xml {background-image: url(/i/suffix/small/icon-text.png);}
/* Rich text */
a.doc,
a.docx,
a.rtf {background-image: url(/i/suffix/small/icon-rich-text.png);}
/* Powerpoint */
a.ppt,
a.pptx {background-image: url(/i/suffix/small/icon-ppt.png);}
/* Flash */
a.fla,
a.swf {background-image: url(/i/suffix/small/icon-flash.png);}
/* Video */
a.mov,
a.wmv {background-image: url(/i/suffix/small/icon-video.png);}
/* PDF */
a.pdf {background-image: url(/i/suffix/small/icon-pdf.png);}
/* Spreadsheet */
a.xls,
a.xlsx {background-image: url(/i/suffix/small/icon-spreadsheet.png);}
/* Compressed */
a.zip {background-image: url(/i/suffix/small/icon-zip.png);}
/* File meta */
a.file span {
	display: inline-block;
	padding-left: 4px;
	color: #555;
	background: #fff;
	text-decoration: none;
}


/* PRINT LINK
============================================================================================================================ */

#print-link {
/*	position: absolute;
	top: 0;
	right: 0;*/
	clear:both;
	float: left;
	margin: 0 0 1em;
	padding: 4px 8px 2px;
	line-height: 1;
	text-decoration: none;
}
/*#print-link img {display: block;}*/
#print-link:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 22px;
	height: 20px;
	margin: -2px 0 0 -4px;
	background: url(/i/icon-print.png) no-repeat 0 50%;
}
.news #print-link {margin-left:20px;}


/* NEW WINDOW IMAGE LINK
============================================================================================================================ */

a.nw-image {
	padding-right: 18px;
	background: url(/i/icons/new-window.gif) no-repeat 100% 50%;
}


/* DIALOG WINDOW
============================================================================================================================ */

#dialogs {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
	width: 100%;
}
.dialog {
	position: absolute;
	min-width: 500px;
	max-width: 650px;
	margin: 0 auto;
	padding: 20px;
	outline: 0;
	background: #f3f3f3;
	-moz-box-shadow: 0 0 15px #333;
	-webkit-box-shadow: 0 0 15px #333;
	box-shadow: 0 0 15px #333;
}
.dialog-content form {margin-bottom: 0;}
.dialog-close {
	position: absolute;
	top: -15px;
	right: -15px;
}

/* SITEMAP
============================================================================================================================ */

#sitemap > li {margin: 0 0 1em;}
#sitemap > li > a {
	font-weight: bold;
	font-size: 1.1em;
}

/* CONTACT PAGES
=========================================================================================================================== */
/* Contact form
-------------------------------------------------------------- */
td.contact h2 {
	font-weight: bold;
	font-size: 1em;
}
#contact-form .full input,
#contact-form .full textarea {
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.email-form {margin: 0 0 1em;}
.email-form label {display: block;}
.numbers {
	color: #626262;
	font-weight: bold;
}
.numbers h2 {
	font-weight: bold;
	font-size: 1.2em;
}
.numbers p {
	margin-bottom: 0;
	font-size: 1.6em;
	line-height: 1.3;
}
/* Regions
-------------------------------------------------------------- */
.counties {
	float: left;
	width: 40%;
}
.counties ul {
	margin: 8px;
	list-style: none;
	line-height: 1.6;
}
.counties a {
	color: #555;
	text-decoration: none;
}
.counties a:hover,
.counties a:focus,
.counties a.active {
	color: #000;
	font-weight: bold;
	text-decoration: underline;
}
.tooltip {
	position: absolute;
	width: 175px;
	padding: 2px 3px 20px 2px;
	color: #555;
	background: url(/i/tooltip.png) no-repeat 0 100%;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1;
	text-align: center;
}
.tooltip span {
	display: block;
	min-height: 21px;
	padding: 8px 4px 0;
	background: #fff url(/i/tooltip.png) no-repeat -180px 100%;
}

/* Sweden
-------------------------------------------------------------- */
.area-map {
	float: right;
	position: relative;
	width: 186px;
	height: 484px;
	margin: 0 10px 35px;
	background: url(/i/sweden.png) no-repeat 0 0;
	font-style: normal;
}
.map-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(/i/areas.png) no-repeat 0 0;
}

/* Norway
-------------------------------------------------------------- */
.norway .column-1 {width: 25%;}
.norway .column-2 {width: 72%;}
.norway .counties {width: 23%;}
.norway .area-map {
	width: 463px;
	height: 467px;
	margin-right: 0;
	margin-left: 0;
	background-image: url(/i/norway.png);
}
.norway .map-overlay {background-image: url(/i/areas-norway.png);}

/* Finland
-------------------------------------------------------------- */
.finland .column-2 {width: 51%;}
.finland .counties {width: 32%;}
.finland .area-map {
	width: 257px;
	height: 450px;
	margin-right: 0;
	margin-left: 0;
	background-image: url(/i/finland.png);
}
.finland .map-overlay {background-image: url(/i/areas-finland.png);}

/* Google map (stores)
-------------------------------------------------------------- */
#map-container {
	position: relative;
	width: auto;
	height: 350px;
	overflow: hidden;
	margin: 10px 10px 20px;
	padding: 10px;
}
#map-container .map {
	width: 100%;
	height: 350px;
}
.reseller {text-align:right;}
.reseller .name {float:left;}
.show-on-map img {
	margin-left: 6px;
	vertical-align:middle;
}
.bubble {
	min-width: 15em;
	height: auto;
}

/* US Store locator
-------------------------------------------------------------- */
.store-locator td[bgcolor] {
	width:auto;
	height:auto;
	background-color:#ccc;
}
.store-locator td[bgcolor] p {
	margin:0;
	color:#333;
}
.store-locator img {
	padding:2px;
	border:1px solid #999;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	background:#fff;
	vertical-align:middle;
}
.store-locator font {
	font:inherit !important;
}
.poweredby {
	text-align:right;
}

/* NEWS
================================================================================ */
th.date {
	width:10%;
}

/* TAG CLOUD
============================================================================================================================ */

.tag-cloud {
	padding: 10px 0 30px;
	font-family: Arial, sans-serif;
	line-height: 2.3077em;
}
.tag-cloud ul {margin: 0;}
.tag-cloud li {display: inline;}
.tag-cloud a:link,
.tag-cloud a:visited {
	text-decoration: none;
	white-space: nowrap;
}
#main .tag-cloud a:hover,
#main .tag-cloud a:focus,
#main .tag-cloud a:active {
	color: #000;
	background: none;
	text-decoration: underline;
}
.tag-cloud .tag-1 a:link,
.tag-cloud .tag-1 a:visited {
	font-size: 1.5385em;
	padding: 2px 5px;
	background-color: #d4d4d4;
}
.tag-cloud .tag-2 a:link,
.tag-cloud .tag-2 a:visited {
	font-size: 1.3846em;
	padding: 2px 5px;
	background-color: #d9d9d9;
}
.tag-cloud .tag-3 a:link,
.tag-cloud .tag-3 a:visited {
	font-size: 1.1538em;
	padding: 2px 5px;
	background-color: #e2e2e2;
}
.tag-cloud .tag-4 a:link,
.tag-cloud .tag-4 a:visited {
	font-size: 1em;
	padding: 2px 5px;
	background-color: #ececec;
}


/* BLOG
============================================================================================================================ */

.blogs,
.blog-entries {
	margin: 0;
	list-style: none;
}
.blogs li {
	float: left;
	width: 100%;
	margin: 0 0 18px;
}
.blog-entries li {margin: 0 0 18px;}


/* SHARE ON SOCIAL MEDIA
============================================================================================================================ */

.share {position: relative;}
.share #share {
	position: absolute;
	top: 1.8em;
	left: 0;
	width: 352px;
	padding: 5px;
	z-index: 1;
	border: 1px solid #ccc;
	background: #eee;
}
#share h2 {
	font-size: 1.2em;
	line-height: 1;
	margin: 0;
}
.services ul {
	margin-left: 0;
	list-style: none;
}
.services li {
	float: left;
	width: 50%;
	padding: 3px 0;
}
.services a {
	padding: 2px 0 2px 22px;
	background: none no-repeat 0 50%;
}
.services a.service-google {background-image: url(/i/share-services/google.png);}
.services a.service-delicious {background-image: url(/i/share-services/delicious.png);}
.services a.service-facebook {background-image: url(/i/share-services/facebook.png);}
.services a.service-linkedin {background-image: url(/i/share-services/linkedin.png);}
.services a.service-twitter {background-image: url(/i/share-services/twitter.png);}
.services a.service-digg {background-image: url(/i/share-services/digg.png);}
.services a.service-live {background-image: url(/i/share-services/live.png);}
.services a.service-add-favourite {background-image: url(/i/share-services/favourites.png);}

/* SEND FEEDBACK
============================================================================================================================ */
.send-feedback {
	position: relative;
}
.send-feedback #send-feedback {
	position: absolute;
	top: 1.8em;
	left: -180px;
	width: 362px;
	z-index: 2;
	border: 1px solid #ccc;
	background: #eee;
}

/* Rating tool
-------------------------------------------------------------- */
.send-feedback .form-general {
	margin: 0;
	padding: 5px;
}
.send-feedback .close {
	position: absolute;
	top: 8px;
	right: 6px;
}
.rating-tool .label {
	float: left;
	margin: 1px 6px 0 0;
}
.rating-tool .star-container {
	float: left;
	width: 100px;
	height: 16px;
	background: url(/i/rating-stars.png) no-repeat 0 0;
}
.rating-tool .star-container a {
	width: 10px;
	height: 16px;
	float: left;
	border: 0;
	padding: 0;
}
.rating-tool .star-container a:active,
.rating-tool .star-container a:focus {outline: 0;}
.rating-tool .votes {
	float: right;
	margin: 0;
	padding: 1px 5px;
	border: 1px solid #ccc;
	font-size: 0.77em;
}


/* EVENTS
============================================================================================================================ */

.upcoming-events h4 {padding: 6px 0 3px;}
.upcoming-events ul {
	margin-left: 0;
	list-style: none;
}
.upcoming-events .meta {
	display: block;
}
.upcoming-events .meta * {
	color: #666;
	font-weight: normal;
}
.upcoming-events .category {
	padding: 1px 2px;
	background: #ffd0b0;
}
.upcoming-events h3 a {
	padding: 0;
	font-size: 1.2em;
}
.event-meta {
	padding: 6px;
	border-top: 1px solid #f39400;
	background: #faf5f2;
}
.event-meta dd {margin-left: 12px;}


/* EPiServer Edit/Admin Bar
============================================================================================================================ */

/*
=EPiServer Edit/Admin Bar
*/
html.logged-in {
	margin-top: 2.14em;
	padding-top: 1px;
}
#epibar {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	height: 2.14em;
	margin: 0;
	padding: 0 10px 0 0;
	border-bottom: 1px solid #aaa;
	list-style: none;
	background: #f5f5f5;
	line-height: 2.14;
}
#epibar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#epibar li {
	float: left;
	margin-left: 10px;
}
#epibar li a {
	display: block;
	padding: 0 8px 0 25px;
	background-position: 5px 50%;
	background-repeat: no-repeat;
}
#epibar li a:hover,
#epibar li a:focus {background-color: #eee;}
#epibar .quickedit a {background-image: url('/i/icons/episerver/icon-quickedit.png');}
#epibar .new a {background-image: url('/i/icons/episerver/icon-new.png');}
#epibar .editmode a {background-image: url('/i/icons/episerver/icon-editmode.png');}
#epibar .adminmode a {background-image: url('/i/icons/episerver/icon-adminmode.png');}
#epibar .online-center a {background-image: url('/i/icons/episerver/icon-onlinecenter.png');}
#epibar li.editmode,
#epibar li.adminmode {float: right;}

/* END @media screen, projection */
}
