﻿body {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 87.5%;
	line-height: 1.5;
	margin: 0;
	padding: 0;
}

/*	Layout only	*/
div.footerstyle {
	padding-top: 10px;
	padding-left: 10px;
}
div.footerlogostyle {
	min-height: 170px;
	padding-top: 50px;
}
div.footerstyle h2.blockheads { /* Match with yahoomenu stuff */
	margin: 0;
	font-size: 100%;
	text-transform: uppercase;
}
div.footerstyle p { /* Address text block in footer */
	margin: 0;
}
div.footerstyle {
	line-height: 25px;
}
a.banner, img.banner, object.banner {
	display: inline-block;
}
div.loginblockstyle div.wrap_block {
	display: inline-block;
}
#powered {
	margin-bottom: 3px;
}
/* Box styles */
div.spaceabove {
	margin-top: 18px;
}
div.spacebelow {
	margin-bottom: 18px;
}
div.wrap_topseparator, div.topseparator {
	border-top: 1px solid;
	margin-top: 10px;
	padding-top: 15px;
}
div.wrap_topseparator > div.topseparator {
	border-top-width: 0;
	margin-top: 0;
	padding-top: 0;
}
div.topseparator > div > h2 {
	margin-top: 0;
}
div.toplogostyle a.banner img {
	width: 200px; /* High-DPR image */
}

div.paymentproblems {
	border: 2px solid red;
	padding: 1em;
	box-sizing: border-box;
	margin-top: 1em;
	margin-bottom: 1em;
}

/* Facebook, twitter, delivery in header as banner list */
div.headericons div.bannerlist { 
	margin-top: 2px;
	float: right;
}
div.headericons {
	text-align: right; 
}
div.headericons div.listmulti div.multislide {
	padding-left: 25px;
}

div.wrap_menubox {
	position: relative;
}
div.topbannerstyle {
	margin-top: 1px;
	padding-left: 0; /* Mobile wide */
	padding-right: 0;
}
div.topbannerstyle div.banner {
	margin: 0 auto;
}

h2.blockheads {
    font-family: "Oswald", sans-serif;
    font-size: 160%;
    font-weight: normal;
    margin: 0 0 5px 0;
}
div.block {
	padding: 12px;
}
div.sidebox {
	margin: 0 0 20px 0;
}

div.status, p.status {
	padding: 12px;
}
ul.breadcrumbs {
	margin: 1em 0;
}
div.countrypopup .wrap_block {
	margin: 0.3em 0;
	padding: 2px 5px;
	border: 1px solid #f0edcd;
	background-color: #fffcdf;
}
#toplogo div.cookie_asoverlay {
	text-align: center;
}

#wrap_pageblock {
	margin-bottom: 1em; 
}
#wrap_pageblock:after { /* Clear float images in articles */
	clear: both;
	display: block;
	height: 0;
	content: ""; 
	visibility: hidden;
}

/* Responsive to banner with two collections */
#topbanner > div.wrap_block:nth-child(2) {
	display: none;
}
@media screen and (max-width: 480px) {
	#topbanner > div.wrap_block:nth-child(1) {
		display: none;
	}
	#topbanner > div.wrap_block:nth-child(2) {
		display: block;
	}
}


/* Shop CSS */
h2.prod_name {
	font-weight: bold;
}
span.vol_save {
	color: #c4161c;
	text-transform: uppercase;
}
/* Shop product layout as John designed */
.col_multicol2 .prod_item {
	text-align: center;
}
h3.prod_name {
	font-size: 143%;
}
h3.prod_name a {
	text-decoration: none;
}
.col_multicol2 h2.prod_name {
	margin-top: 10px;
	margin-bottom: 5px;
	text-align: left;
}
.col_multicol2 a.prod_img {
	display: inline;
	float: none;
	margin-right: 0;
}
.col_multicol2 .prod_short {
	text-align: left;
    margin-bottom: 13px;
    margin-top: 5px;
}
.col_multicol2 div.prod_volume {
    float: none;
    margin: 13px 0;
}
table.shopcart td, table.shopcart th {
	padding-top: 2px;
	padding-bottom: 2px;
}
p.status {
	max-width: 500px;
	margin: 0 auto;
}
div.cat_main:after {
	clear:both;
	display:block;
	height:0;
	content:"";
	visibility:hidden;
}
table.shop-productproperties {
	border: none;
}

/* Small cart */
div.loginblockstyle div.cartbox_total,
div.loginblockstyle div.cartbox_total p,
div.loginblockstyle p.cartbox_cartlink {
	display: inline;
	padding-left: 10px;
	font-size: 95%; /* Match shortcuts */
}
div.loginblockstyle .cartbox_cartlink a {
	font-weight: bold;
	text-decoration: none;
}
div.loginblockstyle .cartbox_cartlink a:hover {
	text-decoration: underline;
}
div.loginblockstyle .cartbox_cartlink img {
	width: 25px; /* High-DPR image */
	height: 25px;
}
div.loginblockstyle .cartbox_empty {
    background-image: url(/Images/btns/cart.png);
    background-size: 20px 20px;
    background-position: 100% 0;
	background-repeat: no-repeat;
	padding-right: 30px;
	line-height: 21px;
}
/* Creditcard logos */
div.shop-payment {
	background-image: url(images/cards.png);
	background-position: top right;
	background-repeat: no-repeat;
}

/* popup (age verification, coupon, etc) */
div.popupbox {
	position: absolute;
	top: 200px;
	left: 25%;
	width: 50%;
	border: 2px solid #6f0000;
	border-radius: 10px;
	box-shadow: 2px 2px 2px rgba(0,0,0,130);
	background-color: #fff;
	font-size: 140%;
	padding: 30px;
	opacity: 0;
	display: none;
	transition: opacity 1s;
	-webkit-transition: opacity 1s;
	-moz-transition: opacity 1s;
	z-index: 999;
}
div.popupbox h2.blockheads {
  margin-top: 0;
  text-align: center;
}
@media screen and (max-width: 480px) {
  div.popupbox {
    position: absolute;
    top: 30px;
    left: 5%;
    width: 72%;
    font-size: 100%;
  }
  div.popupbox h2.blockheads {
    font-size: 110%;
  }
}



/* Responsive breaks */
@media screen and (max-width: 768px) {
	body {
		font-size: 100%;
	}
	div.topbannerstyle {
		font-size: 80%;
	}
	div.loginonregister.loginleft,
	form.regwithlogin.loginright,
	div.loginonregister.loginright,
	form.regwithlogin.loginleft {
		width: auto;
		float: none;
	}
	div.prod_volume {
		font-size: 90%;
	}
}
@media screen and (max-width: 640px) {
	div.toplogostyle {
		min-height: 180px; /* space for absolute shortcuts */
	}
	div.topbannerstyle {
		font-size: 60%;
	}
	div.loginblockstyle.bottomright {
		float: none;
		position: static;
		text-align: right;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	div.headericons {
		display: none;
	}
}

/* Mobile layout */
@media screen and (max-width: 480px) {
	div.toplogostyle {
		min-height: 0;
	}
	div.toplogostyle {
		font-size: 90%;
	}
	ul.shortcuts a,
	ul.loginmenu a {
		font-size: 100%;/* So that everything in this area is the same */
	}
	div.toplogostyle > div.wrap_block {
	  text-align: left;
	  position: absolute;
	  min-height: 96px; /* Match mobile banner! Also in inc_shortcuts.css! */
	}
	div.topright div.bannerlist { /* Cards and Facebook */
		margin-top: 2px;
		float: none;
		text-align: center;
	}
	div.topright div.bannerlist div.slide {
		display: inline-block;
		float: none;
	}
	div.topbannerstyle {
		font-size: 40%;
	}
	div.cat_list .col_column { /* One category and product per row */
		width: auto;
		float: none;
	}
	div.prod_list .col_column {
		width: auto;
		float: none;
	}
	table.shopcart td:first-child img {
		display: none;
	}
	ul.breadcrumbs {
		display: none;
	}
	/* No separators on mobile, because teasers add these */
	#healthblock > div.wrap_block  { border-top: none; }
	#articleteasers, #testimonialstitle, #newblockgroup { border-top: none; }
}
/* Top nav */

ul.topmenu {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-transform: uppercase;
	text-align: center;
}
ul.topmenu ul {
	margin: 0;
	padding: 0;
	left: 0;
	top: 100%;
	z-index: 102;
	list-style-type: none;
	text-transform: none;
}
ul.topmenu ul ul {
	left: 100%;
	top: 0;
}


ul.topmenu li {
	display: inline-block;
	margin: 0;
	padding: 0;
	position: relative; /* for submenu positioning */
}
ul.topmenu li:hover {
	z-index: 101;
}
ul.topmenu a {
	display: block;

	font-family: "Oswald", sans-serif;
	font-weight: 500;
	text-decoration: none;
	font-size: 140%;
	white-space: nowrap;

	padding: 0px 9px 0;
	margin: 0;
}
ul.topmenu ul li {
	display: block;
	float: none;
	width: 200px;
}
ul.topmenu ul li a {
	display: block;
	float: none;
	line-height: normal;
	white-space: normal;
	font-weight: normal;
	text-align: left;

	width: 90%;
	border-top: none;
	padding: 4px 5%;
	margin: 0;
}
ul.topmenu ul li a {
	display: inline-block; /* fix IE7 gap at bottom */
}

ul.topmenu ul {
	display: none;
}
ul.topmenu li:hover > ul {
	position: absolute; /* IE7 hasLayout only on :hover! */
	display: block;
}

ul.topmenu div.search form {
	padding: 0 5px 5px;
}


ul.topmenu li li.arrow > a:after {
	content: "›";
	font-weight: bold;
	position: absolute;
	right: 2px;
	top: 4px;
	bottom: 4px;
	left: auto;
	line-height: 1;
	vertical-align: top;
}

div.toggle_topmenu:hover + ul, /* noscript friendly mobile icon */
div.toggle_topmenu + ul:hover {
	display: block;
}

@media screen and (max-width: 480px) {
	ul.topmenu a { /* Squeeze menu on mobile */
		font-size: 100%;
		padding: 0 5px;
	}
	#navigation {
		padding-left: 3px;
		padding-right: 3px;
	}
}
/*	Shortcuts */
ul.shortcuts, ul.shortcuts ul,
ul.loginmenu, ul.loginmenu ul {
	margin: 0;
	padding: 0 ;
	list-style-type: none;
}
ul.shortcuts li, 
ul.loginmenu li {
	display: inline-block;
	margin: 0;
	padding: 5px 5px 5px 19px;
}
ul.shortcuts li:first-child,
ul.loginmenu li:first-child {
	padding-left: 0;
}
ul.shortcuts a,
ul.loginmenu a {
	display: block;
	font-size: 90%;
	font-weight: normal;
	font-weight: bold;
	text-decoration: none;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	transition: color 0.3s;
}

@media screen and (max-width: 640px) {
	ul.shortcuts li {
		display: block;
		float: none;
		text-align: right;
		background-image: none;
		padding: 0;
		line-height: 170%;
	}
}
@media screen and (max-width: 480px) {
	ul.shortcuts {
		min-height: 96px; /* Match mobile banner! Also in inc_layout.css! */
	}
}

/* Side Menu */

ul.smenu, ul.smenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul.smenu li {
	margin: 0;
}
ul.smenu > li a:after {
	content: "\203a";
	padding-left: 7px;
}

* html ul.smenu a
{ height: 1% } /* hasLayout */

ul.smenu a {
	text-decoration: none;
	display: block;
	line-height: 20px;
	padding: 5px 8px 5px 0;
	font-weight: bold;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	transition: color 0.3s;
}
ul.smenu ul a {
	padding-left: 26px;
	font-weight: normal;
}
ul.smenu ul a:before {
	content: "›";
	font-weight: bold;
	float: left;
	margin-left: -14px;
}
ul.smenu ul ul a {
	padding-left: 26px;
	font-style: italic;
}
ul.smenu ul ul a:before {
	content: "";
	display: none;
}
ul.smenu ul ul ul a {
	padding-left: 40px;
	font-style: normal;
}
ul.smenu ul ul ul ul a {
	padding-left: 52px;
	font-style: italic;
}
ul.smenu ul ul ul ul ul a {
}


ul.smenu div.search {
	display: none; /* hide unwanted search box */
}

ul.yahoomenu {
	margin: 0;
	padding: 0;
}
ul.yahoomenu:after {
	clear: both;
	display: block;
	height: 0;
	content: ""; 
	visibility: hidden;
}
ul.yahoomenu ul {
	margin: 0;
	padding: 0;
}
ul.yahoomenu li {
	list-style-type: none;
}
ul.yahoomenu li a {
	line-height: 25px;
	text-decoration: none;
}
ul.yahoomenu li a:hover {
	text-decoration: underline;
}
@media screen and (max-width: 480px) {
	ul.yahoomenu {
		margin-left: 10px;
	}
}

/* TeaserImg */
div.teaserimg {
	text-align: center;
}
div.teaserimg a.t_img {
	display: block;
	margin: 5px 0;
	max-width: 100%;
}
div.teaserimg a.t_img img {
	max-width: 100%;
	display: block;
	margin: 5px auto; /* Center smaller images */
	border: 0;
}
div.teaserimg div.t_text {
	margin: 5px 0;
	padding: 0;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
}
div.teaserimg div.t_text h3 {
	font-family: "Oswald", sans-serif;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 143%;
	padding: 0;
	margin: 5px 0;
}
div.teaserimg h3 a {
	color: inherit;
}
div.teaserimg div.t_text .t_desc {
	margin: 5px 0;
	padding: 0 2px;
}
div.teaserimg a {
	text-decoration: none;
}
div.teaserimg a:hover {
/*	text-decoration: underline;*/
}
div.teaserimg span.t_date {
	font-size: 80%;
	font-weight: bold;
	margin: 5px 0;
}
div.teaserimg div.t_readmore {
	font-size: 120%;
	text-transform: uppercase;
	margin: 10px 0 5px 0;
	position: relative;
}
div.teaserimg div.t_readmore a {
	padding: 3px 8px;
	display: inline-block;
}
@media screen and (max-width: 480px) {
	div.teaserimg a.t_img {
		display: inline-block;
	}
	div.teaserimg { /* Separator lines on mobile */
		border-bottom: 1px solid #6f0000; 
		padding-bottom: 0.5em;
	}
}

/* Testimonials */
div.testimonials {
	margin-bottom: 10px; /* for resonsive breaks */
}
div.testimonials h3 {
	font-size: 100%;
	font-weight: normal;
}
div.testimonials h3::first-line {
	font-size: 110%;
}
div.testimonials .t_desc {
	position: relative;
	padding: 20px 50px 20px 50px;
	margin-top: 0;
	margin-bottom: 45px;
	min-height: 7em;
	-webkit-border-radius: 17px;
	-moz-border-radius: 17px;
	border-radius: 17px;
	font-family: "Oswald", sans-serif;
	font-weight: 500;
	font-style: italic;
	font-size: 123%;
	background: url(images/quot1.png) 17px 10px no-repeat; /* Old browsers show one. */
	background: url(images/quot1.png) 17px 10px no-repeat, url(images/quot2.png) right 17px bottom 10px no-repeat;
}
div.testimonials .t_desc:before { /* Speach arrow */
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	display: block;
	bottom: -35px;
	left: 48px;
}
div.testimonials .t_desc:after { /* Speach arrow */
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	display: block;
	bottom: -31px;
	left: 52px;
}
div.testimonials .t_img {
	display: block;
	margin-right: 10px;
	margin-left: 50px;
	float: left;
	padding: 5px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}
div.testimonials .t_img img {
	display: block;
}
div.testimonials .t_text:after {
	clear: both;
	display: block;
	height: 0;
	content: ""; 
	visibility: hidden;
}

input[type=submit], input[type=button] {
	padding: 6px 16px;
	border-width: 0;
}
input[type=text], input[type=email], input[type=password], textarea {
	padding: 3px 0;
}
input[type=submit].incdecbtn,
input[type=button].incdecbtn {
  padding: 3px 6px;
  border-radius: 3px;
}

@media screen and (max-width: 480px) {
	/* Tighter form labels on mobile */
	.f_label {
		width: 140px;
	} 
	.f_fields {
		margin-left: 140px;
	}
}
#blogbanner div.bannertext {
	position: absolute;
	bottom: 1.5em;
	margin-left: 2em;
}
#blogbanner h1 {
	color: #fff;
	font-size: 300%;
	text-shadow: 2px 2px 1px rgba(0,0,0,0.4);
	margin: 0;
}

div.t_page div.teaserblog {
	width: 31.73%;
	float: left;
	margin: 20px 0;
	padding-left: 1.2%;
	padding-right: 1.2%;
}
div.t_page div.teaserblog:nth-child(3n+1) {
	padding-left: 0;
}
div.t_page div.teaserblog:nth-child(3n+3) {
	padding-right: 0;
}

@media screen and (max-width: 480px) {
	div.t_page div.teaserblog {
		width: 100%;
		float: none;
	}
	div.t_page div.teaserblog {
		padding: 1.2%;
	}

}

/*	Colors */
body {
	color: #000;
	background-color: #fff;
}
a, span.t_date, div.t_text h3 a:visited {
	color: #6f0000;
}
a:visited {
	color: #6f0000;
}
div.wrap_menubox {
	background-color: #6f0000;
}
div.sidebox h2.blockheads {
}
ul.topmenu, ul.topmenu a {
	color: #fff;
	background-color: #6f0000;
	border-color: #4a4b45;
}
div.menubox {
	color: #fff;
	background-color: #6f0000;
}
form.topsearch input.button {
	color: #fff;
	background-color: #6f0000;
}
ul.topmenu a.current, ul.topmenu li:hover > a {
	color: #fff;
	background-color: #989ba4;
	border-color: #809723;
}
ul.topmenu li li a, ul.topmenu ul {
/* 	color: [topmenu_dropdown_font]; */
/* 	background-color: [topmenu_dropdown_bg]; */
}
ul.topmenu li li a.current, ul.topmenu li li:hover > a {
/* 	color: [topmenu_dropdown_active_font]; */
/* 	background-color: [topmenu_dropdown_active_bg]; */
}
ul.smenu a {
	color: #6f0000;
}
ul.smenu a:hover {
	color: #000;
}
div.wrap_footerstyle {
	background-color: #989ba4;
}
div.footerstyle {
	color: #fff;
	background-color: #989ba4;
}
div.footerstyle a {
	color: #fff;
}
div.footerstyle h2.blockheads {
	color: #6f0000;
}
div.footerstyle ul.yahoomenu li a {
	color: #fff;
}
/* Blocks */
h2.blockheads {
	color: #6f0000;
}
ul.shortcuts a {
	color: #6f0000;
}
ul.shortcuts a:hover {
	color: #000;
}
ul.loginmenu a {
	color: #000;
}
div.news div.t_text h3:before {
	color: #5c615b;
}
ul.topmenu > li {
	border-color: #fff;
}
div.teaserimg h3 {
	color: #6f0000;
}
div.teaserimg div.t_text {
	color: #000;
}
div.testimonials h3 {
	color: #6d6e71;
}
div.testimonials h3::first-line {
	color: #333;
}
div.testimonials .t_img {
	border: 1px solid #cecfcd;
}
div.testimonials .t_desc {
	border: 3px solid #6f0000;
	color: #6f0000;
/* 	background-color: [testimonials_bg]; */
}
div.testimonials .t_desc:before {
	border-top: 35px solid #6f0000;
	border-left: 35px solid transparent;
	border-right: 35px solid transparent;
}
div.testimonials .t_desc:after {
	border-top: 31px solid #fff; /* fallback if testimonials_bg is empty */
/* 	border-top: 31px solid [testimonials_bg]; */
	border-left: 31px solid transparent;
	border-right: 31px solid transparent;
}
div.status, p.status {
	border: 1px solid #6f0000;
	background-color: #f4f5f8;
	color: #000;
}
/* Shop */
table.shopcart th {
	background-color: #f4f5f8;
	color: #000;
}
div.cart_section, table.cart_totals {
	background-color: #f4f5f8;
	border: 1px solid #6f0000;
}
h3.prod_name a {
	color: #6f0000;
}
/* Button and form */
input[type=submit], input[type=button], 
div.teaserimg div.t_readmore a,
.linkbutton2 {
	color: #fff;
	background: #6f0000;
/* 	background: -webkit-gradient(linear, left top, left bottom, from([button_gradient_begin]), to([button_gradient_end])); */
/* 	background: -moz-linear-gradient(top, [button_gradient_begin], [button_gradient_end]); */
/* 	background: -o-linear-gradient(top, [button_gradient_begin], [button_gradient_end]); */
/* 	background: -ms-linear-gradient(top, [button_gradient_begin], [button_gradient_end]); */
/* 	background: linear-gradient(to bottom, [button_gradient_begin], [button_gradient_end]) repeat-x; */
}
input[type=submit]:active, input[type=button]:active, 
div.teaserimg div.t_readmore a:active,
.linkbutton2:active {
/* 	background: -moz-linear-gradient(top, [button_gradient_begin], [button_gradient_end] 80%); */
/* 	background: -o-linear-gradient(top, [button_gradient_begin], [button_gradient_end] 80%); */
/* 	background: -ms-linear-gradient(top, [button_gradient_begin], [button_gradient_end] 80%); */
/* 	background: linear-gradient(to bottom, [button_gradient_begin], [button_gradient_end] 80%) repeat-x; */
}
.linkbutton2 {
	text-transform: uppercase;
	text-decoration: none;
	padding: 6px 16px;
}
.linkbutton2:visited {
	color: #fff;
}
input[type=text], input[type=email], input[type=password], textarea {
	border: 1px solid #6f0000;
}
.linkbutton {
	display: inline-block;
	color: #000;
	background: #6f0000 repeat-x content-box;
	background: -webkit-gradient(linear, left top, left bottom, from(#989ba4), to(#6f0000)) repeat-x content-box;
	background: -moz-linear-gradient(top, #989ba4, #6f0000) repeat-x content-box;
	background: -o-linear-gradient(top, #989ba4, #6f0000) repeat-x content-box;
	background: -ms-linear-gradient(top, #989ba4, #6f0000) repeat-x content-box;
	background: linear-gradient(to bottom, #989ba4, #6f0000) repeat-x content-box;
	border: 1px solid #6f0000;
	padding: 5px;
	line-height: 2;
	text-transform: uppercase;
}
.linkbutton:active {
	background: -moz-linear-gradient(top, #989ba4, #6f0000 80%) repeat-x content-box;
	background: -o-linear-gradient(top, #989ba4, #6f0000 80%) repeat-x content-box;
	background: -ms-linear-gradient(top, #989ba4, #6f0000 80%) repeat-x content-box;
	background: linear-gradient(to bottom, #989ba4, #6f0000 80%) repeat-x content-box;
}
.linkbutton:before, .linkbutton:after {
	content: "\a0\a0\a0";
}
.popupbutton {
	color: #fff;
	background-color: #6f0000;
	background: #618089 repeat-x content-box;
	background: -webkit-gradient(linear, left top, left bottom, from(#989ba4), to(#6f0000)) repeat-x;
	background: -moz-linear-gradient(top, #989ba4, #6f0000) repeat-x;
	background: -o-linear-gradient(top, #989ba4, #6f0000) repeat-x;
	background: -ms-linear-gradient(top, #989ba4, #6f0000) repeat-x;
	background: linear-gradient(to bottom, #989ba4, #6f0000) repeat-x;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 3px #333;
	box-shadow: 0 1px 3px #333;
	padding: 5px 5px 7px 7px;
/* 	border: 1px solid [popupbutton_border]; */
	text-align: center;
	text-shadow: 0 -1px 1px #000;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.8);
	text-decoration: none;
	display: inline-block;
	margin: 0 20px 8px 0;
	cursor: pointer;
}
.popupbutton:active {
	background: -moz-linear-gradient(top, #989ba4, #6f0000 80%) repeat-x;
	background: -o-linear-gradient(top, #989ba4, #6f0000 80%) repeat-x;
	background: -ms-linear-gradient(top, #989ba4, #6f0000 80%) repeat-x;
	background: linear-gradient(to bottom, #989ba4, #6f0000 80%) repeat-x;
}
.popupbutton:visited {
	color: #fff;
}
.popupbutton2 {
	color: #fff;
	background-color: #6d6e71;
	background: #618089 repeat-x content-box;
	background: -webkit-gradient(linear, left top, left bottom, from(#cecfcd), to(#6d6e71)) repeat-x;
	background: -moz-linear-gradient(top, #cecfcd, #6d6e71) repeat-x;
	background: -o-linear-gradient(top, #cecfcd, #6d6e71) repeat-x;
	background: -ms-linear-gradient(top, #cecfcd, #6d6e71) repeat-x;
	background: linear-gradient(to bottom, #cecfcd, #6d6e71) repeat-x;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 3px #333;
	box-shadow: 0 1px 3px #333;
	padding: 5px 5px 7px 7px;
/* 	border: 1px solid [popupbutton2_border]; */
	text-align: center;
	text-shadow: 0 -1px 1px #000;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.8);
	text-decoration: none;
	display: inline-block;
	margin: 0 20px 8px 0;
	cursor: pointer;
}
.popupbutton2:active {
	background: -moz-linear-gradient(top, #cecfcd, #6d6e71 80%) repeat-x;
	background: -o-linear-gradient(top, #cecfcd, #6d6e71 80%) repeat-x;
	background: -ms-linear-gradient(top, #cecfcd, #6d6e71 80%) repeat-x;
	background: linear-gradient(to bottom, #cecfcd, #6d6e71 80%) repeat-x;
}
.popupbutton2:visited {
	color: #fff;
}
div.topseparator, div.wrap_topseparator {
	border-color: #6f0000;
}
/* Mobile */
@media only screen and (max-width: 768px) {
	.section.hastyright .rightcol {
		background-color: #f4f5f8;
	}
	.section.hastyleft .leftcol {
		background-color: #f4f5f8;
	}
}
@media only screen and (max-width: 480px) { 
	.rightcol {
		background-color: #f4f5f8;
	}
	.leftcol {
		background-color: #f4f5f8;
	}
}

