@charset "UTF-8";

body {
	font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
	background: #ededed;
	margin: 0;
	padding: 0;
	background-image: url(../images/background.jpg);
}

*:focus {
    outline: none;
}

.clear {
	clear: both;
}

.button,.buy_btn{
	cursor: pointer !important;
}
h1 {
	color: #666666;
	font-weight: 600;
	font-size: 20px;
	line-height: 40px;
	margin: 0;
	padding: 0;
}

h2 {
	color: #666666;
	font-weight: 600;
	font-size: 14px;
	line-height: 22px;
	margin: 0;
	padding: 0;
	height:45px;
	/*white-space:nowrap;*/
	overflow:hidden;
	text-overflow:elipsis;
}

h2 a {
	color: #666666;
	text-decoration: none;
}

h2 a:hover {
	color:#165381;
}

h2 a:active {
	color: #86c142;
}

h3 {
	color: #595959;
	font-weight: 700;
	font-size: 18px;
	line-height: 22px;
	margin: 0;
	padding: 0;
}

.smallPrice {
	color: #808080;
	font-size: 12px;
	font-weight: 400;
	line-height: 10px;
	margin:0;
	padding: 0;
	padding-top:5px;
	margin-bottom:10px;
}

.smallPrice a {
	color: #808080;
	text-decoration: none;
}

.largePrice {
	color: #808080;
	font-size: 18px;
	font-weight: 300;
	margin: 0;
	padding: 0;
	margin-bottom: 5px;
}

.productPic {
	border: 1px solid #e5e5e5;
	border-radius: 10px;
}

.productPicThumb {
	width: 206px;
	height: 206px;
	/*border: 1px solid #e5e5e5;*/
	border-radius: 10px;
}

.product img {
	border-radius: 10px;
}

.strong {
	font-weight: 600;
}

hr {
	border: none;
	width: 100%;
	color: #f2f2f2;
	background-color: #f2f2f2;
	height: 1px;
	margin: 5px 0 5px 0;
	padding: 0;
}

input {
	padding: 0 0 0 10px;
	font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
	font-weight: 500;
	color: #808080;
	font-size: 12px;
}

form {
	margin: 0;
	padding: 0;
}

.breadcrumb, .breadcrumb a {
	margin: 0;
	padding: 0;
	color: #808080;
	font-weight: 500;
	font-size: 12px;
	text-decoration: none;
	margin-bottom: 10px;
}

p {
	margin: 5px 0 5px 0;
	padding: 0;
	width:95%;
	font-size: 13px;
}

#wrapper {
	width: 940px;
	margin: 0 auto;
}

.one_col {
	width: 660px;
	color: #808080;
	font-size: 13px;
	font-weight: 400;
}

table {
	border-width: 1px;
	border-collapse: collapse;
	border-color: #FFF;
	color: #808080;
	font-size: 14px;
}

td {
	border-width: 1px;
	border-collapse: collapse;
	border-color: #CCC;
	border-style: inset;
	padding-left: 10px;
	padding-right: 10px;
}


/* HEADER START */

#header {
	width: 940px;
	height: 100px;
}

#header #logo {
	width: 480px;
	height: 80px;
	padding-top: 20px;
	float: left;
}

#header #benefits {
	width: 460px;
	height: 90px;
	float: right;
	text-align: right;
	padding-top: 10px;
}

#header #benefits ul, #header #benefits li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}

#header #benefits li {
	width: 200px;
	height: 20px;
	padding-left: 30px;
	text-align: left;
	margin-top: 10px;
}

#header #benefits .benefit1 {
	background: url(../images/truck_icon.png) no-repeat top left;

}

#header #benefits .benefit2 {
	background: url(../images/credit_card.png) no-repeat top left;
}

#header #benefits .benefit3 {
	background: url(../images/thumbs_icon.png) no-repeat top left;

}

#header #benefits .benefit4 {
	background: url(../images/phone_icon.png) no-repeat top left;
}

/* HEADER END */


/* MAIN NAV START */

#mainNav {
	width: 940px;
	height: 51px;
	background: url(../images/main_nav_bg.png) no-repeat;
}

#mainNav #list {
	width: 720px;
	height: 51px;
	float: left;
}

#mainNav #search {
	width: 220px;
	height: 51px;
	float: right;
}

#mainNav ul, #mainNav ul li {
	/*list-style: none;*/
	margin: 0;
	padding: 0;
}

#mainNav ul li {
	float: left;
	padding: 13px 0 0 20px;
	display: block;
}

#mainNav ul li a {
	display: block;
	text-decoration: none;
	font-size: 14px;
	color: #808080;
	font-weight: 500;
}

#mainNav .current li a {
	color: 666666;
	font-weight: 600;
}

#mainNav li a:active {
	color: #00529b;
	font-weight: 600;
}

#mainNav li a:hover {
	color: #00529b;
	font-weight: 600;
}

ul#mainNav li a:active {
	color: #00529b;
	font-weight: 600;
}

ul.subcats, li.subcats a:active {
	color: #00529b;
	font-weight: 600;
}

#mainNav #search {
	width: 200px;
	height: 31px;
	background: url(../images/input_search.png) no-repeat;
	border: none;
	margin: 9px 9px 0 0;
	position: relative;
}

#mainNav #search .input {
	width: 165px;
	height: 31px;
	background: url(../images/input_search.png) no-repeat;
	border: none;
	margin: 0;
	position: absolute;
	left: 0px;
	top: 0px;
}

#mainNav #search .submit {
	width: 31px;
	height: 31px;
	background: url(../images/btn_search.png) no-repeat;
	border: none;
	margin: 0;
	margin-left: -10px;
	position: absolute;
	right: 0px;
	top: 0px;
}

/* MAIN NAV END */


/* CONTENT START */

#main {
	width: 940px;
	margin-top: 20px;
}

#content {
	width: 700px;
	float: right;
}

#content .top {
	width: 720px;
	height: 9px;
	background: url(../images/content_bg.png) no-repeat top left;
}

#content .middle {
	width: 100%;
	background: url(../images/content_bg_middle.png) repeat-y;
	padding: 0 10px 10px 15px;
}

#content .bottom {
	width: 720px;
	height: 9px;
	background: url(../images/content_bg.png) no-repeat bottom left;
}

#content #products {
	width: 700px;
	margin-top: 30px;
}

#content #products .product {
	width: 205px;
	float: left;
	text-align: center;
	margin: 0 7px 10px 0;
	height: 330px;
	margin-bottom:50px;
	position:relative;
	border:1px solid #e5e5e5;
	padding:5px 7px 15px 7px;
	border-radius:10px;
}

#content #products a {
	text-decoration: none;
}

#content #products .buy_btn, .buy_btn {
	width: 109px;
	height: 34px;
	background: url(../images/btn_buy.png);
	display: block;
	font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
	text-align: center;
	color: #FFF;
	font-size: 16px;
	font-weight: 500;
	text-decoration: none;
	text-shadow: 0 1px 1px rgba(0,0,0,.25);
	border: none;
	padding-top: 7px;
	margin: 0 auto;

}

#content #products a.buy_btn:hover {
	background: url(../images/btn_buy.png) 0px -41px;
}

/* CONTENT END */


/* PRODUCT PAGE START */

#two_col {
	width: 660px;
}

#two_col #product_image {
	width: 360px;
	float: left;
	margin-right: 20px;
	margin-top: 15px;
}

#two_col #product_image #thumbnails {
	width: 360px;
	margin-top: 10px;
}

#two_col #product_image #thumbnails .thumbnail {
	float: left;
	margin-right: 10px;
}

#two_col #product_info {
	width: 280px;
	float: right;
	margin-top: 15px;
}

#product_info {
	color: #808080;
	font-size: 13px;
	font-weight: 400;
}

#product_info #buy_info {
	width: 250px;
	margin-left: auto;
	text-align: right;
	margin-top: 20px;
}

#product_info select {
	width: 100%;
}

#product_info #units {
	width: 71px;
	height: 31px;
	float: left;
	padding-top: 5px;
	margin-top: 10px;
}

#product_info #units input {
	width: 61px;
	height: 31px;
	background: url(../images/input_units2.png) no-repeat;
	border: none;
	padding-left: 12px;
}

#product_info #basket_btn {
	width: 168px;
	height: 41px;
	float: right;
	margin-top: 10px;
}

#product_info #basket_btn .button {
	width: 168px;
	height: 41px;
	background: url(../images/btn_basket.png) no-repeat;
	border: none;
	display: block;
	font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
	text-align: center;
	color: #FFF;
	font-size: 15px;
	font-weight: 500;
	text-decoration: none;
	text-shadow: 0 1px 1px rgba(0,0,0,.25);
}

#product_info #basket_btn input.button:hover {
	background: url(../images/btn_basket.png) no-repeat 0px -41px;
}

/* PRODUCT PAGE END */


/* BASKET START */

#basket input {
	width: 50px;
    height: 30px;
    /* background: url(../images/input_units2.png) no-repeat; */
    border: none;
    text-align: right;
    margin: 5px 10px;
    padding-right: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

#two_col #giftcard {
	width: 360px;
	margin-right: 20px;
	float: left;
	margin-top: 20px;
}

#two_col #continue {
	width: 280px;
	float: right;
	text-align: right;
	margin-top: 20px;
}

#two_col #continue input {
	width: 198px;
	height: 41px;
	background: url(../images/btn_nextstep.png) no-repeat;
	border: none;
	display: block;
	margin-top: 15px;
	margin-left: auto;
	font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
	text-align: center;
	color: #FFF;
	font-size: 16px;
	font-weight: 500;
	text-decoration: none;
	text-shadow: 0 1px 1px rgba(0,0,0,.25);
}

#two_col #continue input:hover {
	background: url(../images/btn_nextstep.png) no-repeat 0px -41px;
}

#two_col #giftcard input {
	width: 170px;
	height: 31px;
	background: url(../images/input_giftcard.png) no-repeat;
	border: none;
}

#two_col #giftcard button {
	width: 180px;
	height: 41px;
	background: url(../images/btn_giftcard.png) no-repeat;
	border: none;
	font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
	text-align: center;
	color: #FFF;
	font-size: 16px;
	font-weight: 500;
	text-decoration: none;
	text-shadow: 0 1px 1px rgba(0,0,0,.25);
	margin-top: 10px;
}

#two_col #giftcard button:hover {
	background: url(../images/btn_giftcard.png) no-repeat 0px -41px;
}

/* BASKET END */


/* ADDRESS START */

.address-page.one_col {
	color: #000000;
}

#paymentaddress {
	width: 660px;
	margin-right: 30px;
	margin-top: 20px;
}

#paymentaddress h1 {
	margin-bottom: 5px;
}

#paymentaddress label {
	display: block;

}

#paymentaddress .input {
	width: 300px;
	height: 31px;
	background: url(../images/input_address.png) no-repeat;
	border: none;
	margin-bottom: 10px;
	margin-top: 4px;
}

#paymentaddress button {
	width: 178px;
	height: 41px;
	background: url(../images/btn_giftcard.png) no-repeat;
	border: none;
	font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
	text-align: center;
	color: #FFF;
	font-size: 16px;
	font-weight: 500;
	text-decoration: none;
	text-shadow: 0 1px 1px rgba(0,0,0,.25);
	margin-top: 20px;
}

#paymentaddress button:hover {
	background: url(../images/btn_giftcard.png) no-repeat 0px -41px;
}

#paymentmethod {
	margin-top: 30px;
	margin-bottom: 15px;
}

#paymentmethod h3 {
	margin-bottom: 10px;
}

.shippingmodule  h3{
	margin-bottom: 10px;
}

#deliveryaddress {
	width: 660px;
	margin-top: 15px;
}

#deliveryaddress h1 {
	margin-bottom: 5px;
}

#deliveryaddress label {
	display: block;
}

#deliveryaddress .input {
	width: 300px;
	height: 31px;
	background: url(../images/input_address.png) no-repeat;
	border: none;
	margin-bottom: 10px;
	margin-top: 4px;
}

#deliveryaddress .button {
	width: 198px;
	height: 41px;
	background: url(../images/btn_nextstep.png) no-repeat;
	border: none;
	font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
	text-align: center;
	color: #FFF;
	font-size: 16px;
	font-weight: 500;
	text-decoration: none;
	text-shadow: 0 1px 1px rgba(0,0,0,.25);
	margin-left: 111px;
	margin-top: 20px;
}
.prev-button {
	width: 178px;
	height: 41px;
	background: url(../images/btn_giftcard.png) no-repeat;
	border: none;
	font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
	text-align: center;
	color: #FFF;
	font-size: 16px;
	font-weight: 500;
	text-decoration: none;
	text-shadow: 0 1px 1px rgba(0,0,0,.25);
	margin-top: 20px;
}
.prev-button:hover {
	background: url(../images/btn_giftcard.png) no-repeat 0px -41px;
}
.next-button {
	width: 198px;
	height: 41px;
	background: url(../images/btn_nextstep.png) no-repeat;
	border: none;
	font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
	text-align: center;
	color: #FFF;
	font-size: 16px;
	font-weight: 500;
	text-decoration: none;
	text-shadow: 0 1px 1px rgba(0,0,0,.25);
	margin-left: 111px;
	margin-top: 20px;
}

.next-button:hover {
	background: url(../images/btn_nextstep.png) no-repeat 0px -41px;
}
#deliveryaddress input.button:hover {
	background: url(../images/btn_nextstep.png) no-repeat 0px -41px;
}
#form label.error {
	color: red;
	margin-top: -8px;
	margin-bottom: 8px;
	position: relative;
}
#checkbox-error {
	margin-top: 0 !important;
}

/* ADDRESS END */


/* SUCCESS START */

h1.success {
	font-size: 22px;
	color: #390;
}

/* SUCCESS END */


/* SIDEBAR START */

#sidebar {
	width: 220px;
	float: left;
}

#sidebar .top {
	width: 220px;
	height: 9px;
	background: url(../images/sidebar_bg.png) no-repeat top left;
}

#sidebar .middle {
	width: 220px;
	background: url(../images/sidebar_bg_middle.png) repeat-y;
	padding: 0 20px 12px 20px;
}

#sidebar .bottom {
	width: 220px;
	height: 9px;
	background: url(../images/sidebar_bg.png) no-repeat bottom left;
	margin-bottom: 20px;
}

#sidebar .item {
	width: 180px;
	color: #808080;
	font-weight: 500;
	font-size: 12px;
}

#sidebar .item .name {
	width: 110px;
	float: left;
}

#sidebar .item .price {
	width: 70px;
	float: right;
	text-align: right;
}

#sidebar hr {
	width: 180px;
}

#sidebar #basket a {
	width: 178px;
	height: 34px;
	background: url(../images/btn_gotobasket.png) no-repeat;
	display: block;
	text-align: center;
	padding-top: 7px;
	margin-top: 14px;
	color: #FFF;
	font-size: 16px;
	font-weight: 500;
	text-decoration: none;
	text-shadow: 0 1px 1px rgba(0,0,0,.25);
}

#sidebar #basket a:hover {
	background: url(../images/btn_gotobasket.png) no-repeat 0px -41px;;
}

#sidebar #categories a {
	text-decoration: none;
	font-size: 14px;
	color: #808080;
	font-weight: 500;
}
#sidebar #categories ul{width: 180px;}
#sidebar #categories ul ul{width: 180px;}
#sidebar #categories ul ul ul {width: 170px;}
#sidebar #categories ul ul ul ul{width: 160px;}

#sidebar #categories ul, #sidebar #categories ul li {
	/*list-style: none;*/
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

#sidebar #categories ul li a:active {
	color:#86c142;
	font-weight:400;

}

#sidebar #categories ul li a:hover {
	color:#00529b;
}

#sidebar #categories ul li {
	background: url(../images/li_bg.png) no-repeat;
	display: block;
	padding: 5px 20px 5px 0;
	position: relative;
}

/* Submenus */

.foldme{
	position: absolute;
	right: 0;
	top: 10px;
	font-size: 110%;
	transform:rotate(90deg);
	border:0 none;
	width: 16px;
	height: 16px;
	background: transparent;
	line-height: 16px;
	text-align: center;
	cursor: pointer;
	padding:0;
	margin: 0;
	transition:all 200ms ease;
}
li.active > .foldme{
	transform:rotate(-90deg);
}
.subcats{
	margin-top: 5px !important;
}
.subcats li:last-child{
	padding-bottom: 0 !important;

}
#sidebar #categories ul ul{
	padding-left:10px;
	display: none;
}
#sidebar #categories li.active > ul{
	display: block;
}




#sidebar #newsletter .input {
	width: 180px;
	height: 31px;
	background: url(../images/input_newsletter.png) no-repeat top left;
	border: none;
}

#sidebar #newsletter .button {
	width: 178px;
	height: 41px;
	background: url(../images/btn_newsletter.png) no-repeat;
	border: none;
	font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
	margin-top: 10px;
	padding-right: 10px;
	color: #FFF;
	font-size: 16px;
	font-weight: 500;
	text-decoration: none;
	text-shadow: 0 1px 1px rgba(0,0,0,.25);
}

#sidebar #newsletter input.button:hover {
	background: url(../images/btn_newsletter.png) no-repeat 0px -41px;
}

/* SIDEBAR END */


/* FOOTER START */

#footer {
	width: 700px;
	text-align: center;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 15px;
	margin-bottom: 15px;
	text-decoration:none;
	padding-top: 10px;
}

#footer .middle {
	padding: 5px 10px 10px 0px;
}

#footer .top {
	margin-top: -10px;
}

#footer a {
	color: #999999;
}

/* FOOTER END */

.pct25 {
	float:left;
	width:25%;
}

.pct50 {
	float:left;
	width:50%;
}

.pct25 a, .pct50 a {
	color:#000;
	text-decoration:none;
}

.pct25 h3 {
	line-height:20px;
}

.pct50 .buy_btn {
	float:left;
	color:#fff;
}

#tilbageknap {
  display: inline-block;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  cursor: pointer;
  padding: 3px 5px;
  border: 2px solid rgba(50,116,140,1);
  -webkit-border-radius: 6px;
  border-radius: 6px;
  font: normal 10px/normal Arial Black, Gadget, sans-serif;
  color: rgba(90,90,90,1);
  -o-text-overflow: clip;
  text-overflow: clip;
  letter-spacing: 2px;
  white-space: nowrap;
  word-spacing: 6px;
  background: #f4f4f4;
  -webkit-box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2) ;
  box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2) ;
  -webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
}

a:-webkit-any-link {
	text-decoration:none;
}

.undermenuer-ul {
	width: 97%;
	margin: 0px;
	padding: 0px;
	color: #000000;
	font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	letter-spacing: normal;
	line-height: normal;
	orphans: auto;
	text-align: start;
	text-indent: 0px;
	text-transform: none;
	white-space: normal;
	widows: 1;
	word-spacing: 0px;
	list-style-type: circle;
}

.undermenuer-li {
	margin: 5px;
	list-style-type: circle;
	display:inline-block;
	text-align:center;
}

.undermenuer-li a {
	text-decoration: none;
	font-size: 14px;
	color: #808080;
	font-weight: 500;
	list-style-type: circle !important;
	padding: 20px 10px 10px 10px;
	height: 30px;
	display:block;
	list-style-type: circle;
	border:solid 1px #E0E0E0;
	border-radius: 7px;
}

.undermenuer-li a:hover{
	color:#195282;
	border:solid 1px #85C341;

}

.undermenuer-li a:active{
	background-color:#195282;
	color:#85C341;

}

.undermenuer-ul a {
	list-style-type: circle;
}

#sidebar #categories ul li a:active {
	color:#0C6;
}

/* Hide cat images */
#content #products.hidecatimgs .product{
	height: 165px;
	width: 640px;
	border-bottom: 1px solid #f5f5f5;
	padding: 10px;
	height: auto;
	margin: 0;
}

#content #products.hidecatimgs .product:nth-child(odd){
	background: #f5f5f5;

}
#content #products.hidecatimgs .product h2{
	float: left;
	width: 240px;
	text-align: left;
	margin-top: 10px;
}

#content #products.hidecatimgs .buy_btn{
	float: right;
    vertical-align: middle;
    height: 41px;
	padding-top: 0px;
	padding: 0;
	margin-top:10px;
}

#content #products.hidecatimgs .smallPrice{
	text-align: right;
	float: left;
	width: 120px;
	vertical-align: middle;
	margin-top: 10px;
}


#content #products.hidecatimgs .product .productPicThumb{
	float: left;
	width: 60px;
	height: 60px;
	margin-right: 10px;
	border-radius: 2px;
	overflow:hidden;
}


#content #products.hidecatimgs .product .productPicThumb img{
	width: 100%;
	height: auto;
	border-radius: 0;

}

.product a:hover h2,
.product a:hover span{
	color:#00529b;
}
.amount_input{
    width: 42px;
    float: left;
    margin-left: 10px;
    height: 39px;
    vertical-align: middle;
    margin-top: 10px;
    border-radius: 5px;
    border:1px solid #ccc;
}

#content #products.hidecatimgs .product .buy_btn_small{
	width: 73px;
	background: url(../images/btn_buy_small.png);
}

#content #products.hidecatimgs .product .buy_btn_small:hover {
	background: url(../images/btn_buy_small.png) 0px -41px;
}

.product-readmore{
	display: block;
	float: left;
	font-size: 12px;
	width: 60px;
	line-height: 40px;
	height: 40px;
	margin: 7px 0 0 10px;
	color: #333;
}

.breadcrumbs{
	font-size:12px;
	width: 95%;
}
.breadcrumbs a{
	color:#999;
	text-decoration:none;
}

.breadcrumbs a:hover{
	color:#00529b;
}

input[type=submit]{
cursor:pointer;
}

a.active {
    font-weight: bold !important;
    color: #86c142 !important;
}

#content #products .product:hover {
	border: 1px solid #86c142; 
}

#sidebar #categories > div.middle > ul > li:nth-child(2) > a {
    color: #ea0000;
    font-weight: 600;
}
/*
#sidebar #categories > div.middle > ul > li:nth-child(3) > a {
    color: #6e7276;
    font-weight: 600;
}*/

/*
#sidebar #categories > div.middle > ul > li:nth-child(4) > a {
    color: #bcba23;
    font-weight: 600;
}

#sidebar #categories > div.middle > ul > li:nth-child(5) > a {
    color: #6e7276;
    font-weight: 600;
	/*text-shadow: -0.1px 0 grey, 0 0.1px grey, 0.1px 0 grey, 0 -0.1px grey;
	
} 
*/ 
/*
#sidebar #categories > div.middle > ul > li:nth-child(4) > a {
    color: #bcba23;
    font-weight: 600;
}*/

.shipping_module {
	margin-top: 20px;
}
