html,body {
	font-family:'Segoe UI', Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:1.5;
}

body {
	background-color: #fff;
	padding:0;
	margin:0;
	color:#222;
	padding-top:148px;
}

h1,h2,h3,h4,h5,h6 { margin:16px 0; line-height:1.2; }

hr {
	display: block;
	border:0;
	border-bottom:1px #eee solid;
}

img {border:none;}

a { text-decoration:none; color:#00a8cd; }
a:hover { text-decoration:underline; }
/*
::-webkit-input-placeholder { color: #fff; }
:-moz-placeholder { color: #fff; }
:-moz-placeholder { color: #fff; }
::-moz-placeholder { color: #fff; }
:-ms-input-placeholder { color: #fff; }
*/
.clear { clear:both; }

.seperator { border-top:1px #ddd solid; clear:both; margin:15px 0; }

.search-result {
	position: absolute;
	display: none;
	background: #fff;
	border: 1px #ccc solid;
	border-radius: 4px;
	font-size: 14px;
	font-weight: normal;
	color: #222;
	padding: 0;
	text-shadow: none;
	z-index: 1000;
	max-height:800px;
	overflow-x: hidden;
	overflow-y: auto;
}
.mobile-search .search-result {
	position: fixed;
	top: 130px;
	left: 0;
	right: 0;
	bottom: 0;
	font-size: 16px;
	border-radius: 0;
}

.search-result h3 {
	display: block;
	padding: 0 15px;
	margin: 10px 0;
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
}

.search-result a {
	text-decoration: none;
}

.search-result a:hover .search-result-content {
	text-decoration: underline;
}

.search-result .search-result-group {
	margin: 10px 0;
	display: flex;
	flex-direction: column;
}

.search-result .search-result-item {
	display: flex;
	flex-direction: row;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.search-result .search-result-content {
	display: flex;
	flex-grow: 1;
	padding: 5px 15px;
}

.search-result .search-result-image {
	display: flex;
	padding: 5px;
	width: 70px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.search-result .search-result-image img {
	max-width: 60px;
	max-height: 60px;
}

.search-result .search-result-price {
	display: flex;
	white-space: nowrap;
	padding: 5px 15px;
	text-decoration: none;
	color:#333;
}

input[type=text],textarea,select {
	font-family:'Segoe UI', Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:1.5;
}
input[type=text],
input[type=password],
select {
	margin:0;
}

input[type=text],
input[type=password],
textarea,
select {
	padding:7px 10px;
	outline:none;
	background:repeat-x;
	background:#fff;
}
select { height:auto; padding:5px; }
textarea { height:auto; resize: none; }

input[type=text]:hover,
input[type=password]:hover,
textarea:hover,
select:hover {
	/*box-shadow: 0px 0px 4px #ccc;
	border-color:#aaa;*/
}
input[type=text]:focus,
input[type=password]:focus,
textarea:focus,
select:focus {
	/*box-shadow: 0px 0px 4px #f4cdea;
	border-color:#ebb1dc;*/
}

.floatToCart {
	position:absolute;
	display:none;
	background:#fff;
	padding:4px;
	bordeR:1px #bbb solid;
}

.ul-bock {
	display:block;
	padding:0;
	margin:0;
}
.ul-bock li {
	display:block;
	background:url(../images/check.png) no-repeat;
	height:20px;
	padding:1px 2px 3px 35px;
	margin:10px 0;
}

.description { display:block; margin:15px 0; }
.description .wrap { max-height:130px; overflow:hidden; position:relative;}
.description .fade { display:none; position:absolute; bottom:0; width:100%; height:30px; background:url(../images/fade.png) repeat-x; }
.description .show-more { display:none; }

.tabs {
	display:block;
}
.tabs .tab_header {
	display:block;
	list-style-type:none;
	margin:0;
	padding:0 10px;
	border-bottom:1px #ccc solid;
	height:27px;
}
.tabs .tab_header li { float:left; max-width:30%; margin:0 5px 0 0; padding:0; border:1px #ddd solid; border-bottom:1px #bbb solid; border-radius: 3px 3px 0 0; font-size:11px; }
.tabs .tab_header li:hover { border-color:#bbb; }
.tabs .tab_header li a { color:#555; display:block; padding:5px 10px; cursor:pointer; white-space:nowrap; overflow:hidden; text-overflow: ellipsis; }
.tabs .tab_header li.active { background:#fff; border-color:#bbb; border-bottom:1px #fff solid; }
.tabs .tab_header li.active a { color:#222; }
.tabs .tab_container { clear:both; }
.tabs .tab_content { padding:10px 0; }

.message {
	background:top 10px left 10px no-repeat; min-height:90px; padding:10px 10px 10px 110px; margin:16px; display:block; border-radius:2px; font-size:16px;
}
.message.error {
	background-image:url(../images/icons/alert.png); background-color:#e6e310; border-bottom:2px #cfb818 solid;
}
.message.info {
	background-image:url(../images/icons/info.png); background-color:#48d0ee; border-bottom:2px #17a2dc solid; color:#fff;
}
.message .text {
	min-height:90px; display:table;
}
.message .text ul {
	margin:0;
	padding:0;
	display:table-cell;
	list-style-type:none;
	min-height:90px;
	vertical-align:middle;
}
.message .text ul li {
	margin:0;
	padding:0;
	display:block;
}

.checkout-radio-info {
	width:480px; float:left; font-size:13px;
}
.checkout-radio-info > ul { margin:0;padding:0 9px 0 0; list-style-type:none; width:185px; float:left; border-right:1px #ddd solid; }
.checkout-radio-info > ul > li { margin:4px 0; }
.checkout-radio-info .info-box { width:275px;padding-left:10px; height:100%; float:left; border-left:1px #ddd solid; margin-left:-1px; }
.checkout-radio-info label { display:block; cursor:pointer; }

.sub-menu-list {
	display: block;
	list-style-type: none;
	margin: -5px;
	padding: 0;
}
.sub-menu-list li {
	display: inline-block;
	list-style-type: none;
	margin: 5px;
	padding: 0;
}
.sub-menu-list li a {
	display: block;
	padding: 4px 8px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background:#eee;
	border-bottom:2px #ddd solid;
	color:#333;
}

.breadcrum-block {
	margin:0 16px;
}
.breadcrum-block ul {
	margin:0;
	padding:0;
	list-style-type:none;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	border-bottom: 1px #ddd solid;
}
.breadcrum-block li {
	margin-left: -8px;
	margin-right: 8px;
	display:inline-block;
}
.breadcrum-block a {
	display: inline-block;
	font-size:12px;
	color:#333;
}
.breadcrum-block span {
	display:block;
	padding:4px 8px 4px 13px;
	font-size:12px;
	color:#333;
	background:url(../images/breadcrum-arrow.png) no-repeat left center;
}
.breadcrum-block .start span {
	padding:3px 8px;
	background:none;
}

.brandlist ul {
	margin:0;
	padding:0;
	list-style-type:none;
}

.article .stock {
	float:left;
}
.article .stock img {
	float:left;
	padding:5px;
}
.article .stock span {
	display:block;
	float:left;
	padding:2px;
}
.article .price {
	float:right;
	display:block;
	font-size:24px;
	font-weight:bold;
	color:#000;
}
.article .price.red {
	color:#d00;
}
.article .ordprice {
	float:right;
	display:block;
	font-size:18px;
	padding:7px 10px 0 0;
	color:#000;
	text-decoration:line-through;
}

#art-image {
	text-align:center;
}

#art-image-thumbs {
	margin-top:8px;
	padding-top:8px;
	border-top:1px #ddd solid;
}
#art-image-thumbs .thumb {
	float:left;
	margin:2px;
}

.small-brands {
	list-style-type:none;
	display:inline-block;
	margin:0;
	padding:0;
	width:100%;
	height:50px;
	overflow:hidden;
}
.small-brands li {
	display:inline-block; height:50px; margin:0 10px;
}

.category-image {
	float:right;
	width:200px;
	height:200px;
	margin:0 0 16px 16px;
}
.category-image img {
	width:200px;
}
.category-menu {
	margin:16px 0 16px 16px;
	padding-right:10px;
	border-right:1px #ddd solid;
}
.category-menu ul {
	margin:3px 0;
	padding:0;
	padding-left:25px;
	list-style-type:none;
}
.category-menu ul ul {
	border-top:1px #ddd solid;
	border-bottom:1px #ddd solid;
}
.category-menu > ul {
	margin:0;
	padding:0;
}
.category-menu li {
	margin:0;
	padding:0;
}
.category-menu li.has-children {
	position: relative;
}
.category-menu li.has-children a {
	padding-right:25px;
}
.category-menu li.has-children span::after {
	position: absolute;
	top:-2px;
	right:0;
	content:'+';
	font-size: 1.4em;
	line-height: 1.2;
	font-weight: normal;
	font-family: Tahoma, Geneva, Verdana, sans-serif;
	color:#444;
}
.category-menu a {
	display: block;
	color:#000;
}
.category-menu span {
	font-size:13px;
	display:block;
	padding:1px 0;
	margin:0;
	overflow:hidden;
	white-space:nowrap;
	text-overflow: ellipsis;
}
.category-menu li.current span {
	font-weight:bold;
}

.content-slider {
	width:100%;
	height:auto;
	overflow:hidden;
	margin:16px;
	position:relative;
}
.content-slider ul.content {
	list-style-type:none;
	margin:0;
	padding:0;
}
.content-slider ul.content li {
	position:absolute;
	top:0;
	left:0;
	margin:0;
	padding:0;
}
.content-slider ul.browse {
	list-style-type:none;
	margin:0;
	padding:0;
	position:absolute;
	top:210px;
	right:10px;
}
.content-slider ul.browse li {
	margin:0;
	padding:0;
	float:left;
}
.content-slider ul.browse li a {
	display:block;
	padding:5px 10px;
	margin:3px;
	background:#bbb;
}
.content-slider ul.browse li a.active {
	background:#fff;
}

.colorbox {
	display:block;
	border-radius:3px;
	border-width:0;
	border-bottom-width:2px;
	border-style:solid;
	text-decoration:none;

	color:#333;
	background-color:#fff;
	border-color:#fff;

	font-weight:600;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}
button.colorbox {
	box-sizing: border-box;
	line-height: 1.5;
	padding:0;
	margin:0;
}
.colorbox > span { display:block; padding:0.3em 0.8em; text-align:center; }
.colorbox.cross > span { padding-right:1.8em; background:url(../images/cross.png) no-repeat center right 5px; }

.colorbox.green {
	color:#fff;
	background-color:#80d20b;
	border-color:#6caa06;
}
.colorbox.blue {
	color:#fff;
	background-color:#48d0ee;
	border-color:#3cb9dd;
}
.colorbox.white {
	color:#333;
	background-color:#ffffff;
	border-color:#ddd;
}

.colorbox.yellow {
	color:#fff;
	background-color:#f7eb3e;
	border-color:#dbce0c;
}
.colorbox.pink {
	color:#fff;
	background-color:#f167ce;
	border-color:#ee40c2;
}
.colorbox.grey {
	color:#333;
	background-color:#eee;
	border-color:#ddd;
}
.colorbox.inactive {
	opacity:0.5;
}
.colorbox.thin {
	font-weight:normal;
	text-shadow:none;
}


#base {
	position:relative;
}

#content-wrap {
	width:100%;
	max-width:1140px;
	margin:0 auto;
	padding-bottom:40px;
}

#header {
	position:relative;
	height:110px;
	max-width:1108px;
	margin:0 auto;
}
#header .logo { position:absolute; top:0; left:0; padding:6px 0; }
#header .header-menu { position:absolute; top:0; right:0; padding:6px 0; margin: 0; }
#header .header-menu ul { display:block; margin:0; padding:0; }
#header .header-menu ul li { display:inline-block; margin:0 5px;
	height: 30px; }
#header .header-menu ul  img {
	height: 30px; }

#header .header-info { position:absolute; top:0; left:236px; padding: 10px 0;
	font-size: 14px; color:#333; font-weight:500;
	text-transform: uppercase; }
#header .header-items { position:absolute; bottom:0; right: 0; left: 0; margin-left: 220px; padding:0 0 15px 0; font-size:24px; color:#e402ac; font-weight:bold; }
#header .header-items .col.last { margin:0; }

#main-wrap {
}

#header-wrap {
	background:#eee;
	position:fixed;
	top:0;
	left:0;
	right:0;
	z-index:100;
	border-bottom:1px #ddd solid;
}

.menu-wrap #sub-menu {
	display: none;
}

.menu-wrap:hover #sub-menu {
	display: block;
}

#menu {
	position:relative;
	max-width:1140px;
	margin:0 auto;
}
#menu ul { margin:0; padding:0; display:block; }
#menu ul li { display:block; float:left; list-style-type:none; }
#menu ul li a { display:block; padding:0 16px; color:#444; font-weight:bold; text-decoration:none; text-transform: uppercase; }
#menu ul li span { display:block; padding:8px 0; pointer-events: none; }
#menu ul li.current a { color:#e800ad; }
#menu ul li.current a span { border-bottom:4px #ddd solid; padding-bottom: 4px; }
#menu ul li a:hover { text-decoration:underline; }

#sub-menu {
	box-shadow: 0px 4px 12px rgba(0,0,0,.2);
	border-top:0px #ddd solid;
	border-bottom:0px #ddd solid;
	background:#fff;
}
#sub-menu .sub-menu-content {
	display: flex;
	flex-direction: row;
	max-width:1140px;
	margin:0 auto;
}
#sub-menu .sub-menu-grid {
	display: flex;
	flex-direction: column;
	padding: 16px 0;
	border-left: 1px #eee solid;
	box-sizing: border-box;
	width: 25%;
}
#sub-menu .sub-menu-grid .sub-menu-grid {
}
#sub-menu .sub-menu-grid .sub-menu-content-wrapper {
	z-index: 100;
	display: none;
	position: absolute;
	top:25px;
	left:50px;
}
#sub-menu .sub-menu-grid .sub-menu-grid {
	border:1px #ddd solid;
	border-radius: 3px;
	background:#fff;
	width: 200px;
}
#sub-menu .sub-menu-grid-item:hover > .sub-menu-content-wrapper {
	display: block;
}
#sub-menu .sub-menu-grid-item {
	display: flex;
	position: relative;
	width: 100%;
	border-right:1px #eee solid;
}
#sub-menu .sub-menu-grid-item a {
	display: flex;
	flex-grow: 1;
	line-height: 24px;
	padding: 3px 16px;
	color:#333;
	font-weight: 500;
	overflow: hidden;
	white-space: nowrap;
}
#sub-menu .sub-menu-grid-item a span {
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
#sub-menu .sub-menu-grid-item:hover > a {
	background:#fafafa;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#sub-menu .sub-menu-grid-item.has-children::after {
	position: absolute;
	display: block;
	top: 3px;
	right: 3px;
	content: '';
	width: 24px;
	height: 24px;
	background-image: url('/images/icons/chevron-right.svg');
	opacity: .9;
	pointer-events: none;
}

#content {
	min-height:450px;
}
.footer-wrap {
	background: #eee;
}
#footer {
	/*background:url('../images/layout/cloud-green.png') no-repeat #80d20b;*/
	padding-top:50px;
	padding-bottom:50px;
	overflow:hidden;
	height:170px;
	width: 100%;
	max-width: 1140px;
	margin: 0 auto;
}
#footer .col {
	margin:0;
	padding:0;
	color:#000000;
}
#footer .col .content {
	margin:0;
	padding:0 20px;
	border-left:1px #fff solid;
	border-right:1px #ddd solid;
	height:170px;
}
#footer .col h3 {
	margin:0;
	padding:0;
	font-size:14px;
	color:#000000;
}
#footer a { font-weight:normal; color:#000000; text-decoration:none; }
#footer a:hover { text-decoration:underline; }

#footer ul { margin:10px 0;padding:0;display:block; }
#footer ul li { display:block;padding:0;margin:0; }
#footer ul li.icon { padding-bottom:8px; background:no-repeat left top; }
#footer ul li.icon a { display:block; height:20px; padding:7px 0 9px 42px; }
#footer ul li.icon.facebook { background-image:url(../images/follow/facebook.png); }
#footer ul li.icon.blogg { background-image:url(../images/follow/blogg.png); }
#footer ul li.icon.instagram { background-image:url(../images/follow/instagram.png); }

ul.follow { margin:10px 0;padding:0;display:block; }
ul.follow li { display:block;padding:0;margin:0; }
ul.follow li.icon { padding-bottom:8px; background:no-repeat left top; }
ul.follow li.icon a { display:block; height:20px; padding:7px 0 9px 42px; }
ul.follow li.icon.facebook { background-image:url(../images/follow/facebook.png); }
ul.follow li.icon.blogg { background-image:url(../images/follow/blogg.png); }
ul.follow li.icon.instagram { background-image:url(../images/follow/instagram.png); }

#footer .footer-links {
	width:20%;
}
#footer .footer-follow {
	width:20%;
}
#footer .footer-newsletter {
	width:33%;
}
#footer .footer-contact {
	width:27%;
}
#footer .footer-links .content {
	border-left:none;
}
#footer .footer-contact .content {
	border-right:none;
}

#grass {
	position:absolute;
	bottom:0;
	height:193px;
	width:100%;
	background:url(../images/layout/grass.png) repeat-x;
}

.col {
	display:block;
	box-sizing: border-box;
	padding:0 16px 0 0;
	margin:0;
	float:left;
}
.col.last {
	padding:0;
}
.text-block .col {
	margin:0 0 15px 0;
}

.border-right {
	border-right:1px #ddd solid;
}

.item-block{
	margin:-7px;
}
.item-small {
	float:left;
}
.item-small-wrap{
	/*width:167px;*/
	background:#f4f4f4;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding:7px;
	margin:5px;
}
.item-small-wrap .art{
	position:relative;
	border:1px #ccc solid;
	background:#fff;
	height:300px;
	/*width:165px;*/
}
.item-small-wrap .cat{
	position:relative;
	display: block;
	border:1px #ccc solid;
	background:#fff;
}
.item-small-wrap .cat img{
	width:100%;
	float: left;
}
.item-small-wrap .cat .alder-title{
	display: block;
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background: #fff;
	text-align: center;
	padding-top: calc(50% - .75em);
	font-size: 48px;
}
.item-small-wrap .title{
	float:left;
	/*width:155px;*/
	width:100%;
	height:33px;
	overflow:hidden;
	padding:5px 0 0 0;
	margin:5px 0;
	border-top:1px #ddd solid;
	text-align:center;
}
.item-small-wrap .title h4{
	font-weight:bold;
	padding:0;
	margin:0 5px;
	color:#222;
	font-size:13px;
	font-weight:normal;
}
.item-small-wrap .img{
	padding:3px 0px;
	/*width:165px;*/
	height:160px;
	text-align:center;
}
.item-small-wrap .img img{
	max-width:100%;
	max-height:165px;
}
.item-small-wrap .bottom{
	position:absolute;
	bottom:0;
	/*width:165px;*/
	width:100%;
}
.item-small-wrap .bottom .price{
	font-size:18px;
	padding:0 10px;
	height:22px;
	float:right;
}
.item-small-wrap .bottom .price-def{
	font-weight:bold;
	float:right;
	color:#000;
}
.item-small-wrap .bottom .price-def.red{
	color:#e00;
}
.item-small-wrap .bottom .price-def.rabatt{
	float:right;
	color:#e00;
}
.item-small-wrap .bottom .price-ord{
	display:block;
	padding:4px 10px 0 0;
	font-size:14px;
	color:#000;
	overflow: hidden;
	white-space: nowrap;
}
.item-small-wrap .bottom .row{

}
.item-small-wrap .bottom .buy{
	padding:0 4px 4px 4px;
}
.item-small-wrap .bottom .buy .colorbox {
	font-size:14px;
	white-space:nowrap;
	overflow:hidden;
}
.item-small-wrap .bottom .buy button{ width:100%; }

.item-small-wrap .bottom .stock { font-size:12px; padding:5px; }
.item-small-wrap .bottom .stock img { float:left; }
.item-small-wrap .bottom .stock span { display:block; padding:0 5px; white-space:nowrap; overflow:hidden; text-overflow: ellipsis; }

.item-small-wrap .bottom .wish { float:right; font-size:12px; padding:4px 6px; width:20px; height:20px; overflow:hidden; }

.small-star { display:block; width:20px; height:20px; background:url(../images/star.png) no-repeat top left; }
.small-star.filled { background-position: top -20px left; }

.banderoll{
	position:absolute;
	top:10px;
	left:10px;
	width:70px;
	height:70px;
	background:no-repeat;
	z-index:90;
	border-radius: 40px;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 15px 0;
}
.banderoll.campain,
.banderoll.rea {
	background: #f3e73b;
	color:#ee1018;
}
.banderoll.new {
	background: #80d20b;
}
.banderoll .banderoll-percent {
	display: block;
	font-size: 25px;
	line-height: 28px;
}
.banderoll .banderoll-label {
	display: block;
	font-size: 12px;
	line-height: 12px;
}
.banderoll.new .banderoll-percent {
	display: none;
}
.banderoll.new .banderoll-label {
	display: block;
	font-size: 18px;
	line-height: 40px;
	color:#fff;
}
/*.item-small-wrap .campain{
	background-image:url(../images/banderoll/campain.gif);
}
.item-small-wrap .rea{
	background-image:url(../images/banderoll/rea.gif);
}
.item-small-wrap .paketpris{
	background-image:url(../images/banderoll/paketpris.gif);
}
.item-small-wrap .new{
	background-image:url(../images/banderoll/new.gif);
}
.item-small-wrap .outward{
	background-image:url(../images/banderoll/outward.gif);
}
.item-small-wrap .dont_forget{
	background-image:url(../images/banderoll/dont_forget.gif);
}
.item-small-wrap .tips{
	background-image:url(../images/banderoll/tips.gif);
}*/

#insp-thumbs {
	list-style-type:none;
	display:block;
	margin:0;
	padding:18px;
	/*width:944px;*/
	float:left;
}
#insp-thumbs li {
	display:block;
	width:110px;
	height:70px;
	padding:4px;
	float:left;
}
#insp-thumbs li a {
	display:block;
	padding:4px;
	width:100px;
	height:60px;
	float:left;
	overflow:hidden;
	border:1px #ddd solid;
}
#insp-thumbs li:hover a{
	border-color:#ddd;
	box-shadow: 0px 0px 4px #eee;
}
#insp-thumbs li.active a{
	border-color:#ebb1dc;
	box-shadow: 0px 0px 4px #f4cdea;
}

#big-pic img {
	max-height:800px;
	max-width:790px;
	width:100%;
	padding: 4px 4px 0 4px;
	box-sizing: border-box;
}

.insp-nav { display:block; width:90px; position:absolute; top:0; bottom:0; opacity:0.3; }
.insp-nav span { display:block; background:50% 50% no-repeat; width:90px; height:100%; }
.insp-nav.prev { left:0; }
.insp-nav.prev span { background-image:url(/images/insp/prev.png); }
.insp-nav.next { right:0; }
.insp-nav.next span { background-image:url(/images/insp/next.png); }

.insp-nav:hover { opacity:0.8; background-color:#f4f4f4; }
.insp-nav.next:hover { border-left:1px #ddd solid; }
.insp-nav.prev:hover { border-right:1px #ddd solid; }

#cart-list .stock-info { }
#cart-list .stock-info img { display:block; float:left; padding-right:3px; }
#cart-list .stock-info span { display:block; float:left; font-size:12px; }

.table-template {
}
.table-template td {
}
.table-template td.alt-header {
	font-style:italic;
}
.table-template tr.row_border > td {
	border-top:1px #ddd solid;
}
.table-template tr.header td { background:#f4f4f4; border-bottom:2px #eee solid; border-radius:2px; }
.table-template tr.alt-header td { font-weight:bold; border-bottom:1px #eee solid; }
.table-template tr.buttons td { border-top:1px #eee solid; }

#cookie_container {
	z-index:9999;
	position:fixed;
	bottom:0;
	left:0;
	right:0;
	padding:10px 0;
	color:#fff;
}
#cookie_container a {
	color:#fff;
}
#cookie_container .text {
	display: inline-block;
	font-size: 14px;
	line-height: 20px;
	padding: 7px 0;
}
#cookie_container .button {
	float:right;
}
