/*
  $Id: stylesheet.css,v 1.56 2003/06/30 20:04:02 hpdl Exp $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/

html {
	margin: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
}
body {
	/* max-width: 1000px; */
    max-width: 100%;
	margin: 0 auto 0 auto;
	color: rgba(51,51,51,1.00);
	font-size: 1.3rem;
	line-height: 1.6rem;
	background-color: rgba(255,255,255,1.00);
}
#rating {
    width: 100%;
    position: relative;
	text-align:right;
}
header {
	height: 200px;
	max-width: 100%;
	box-sizing: border-box;
	margin: 0;
	color: rgba(255,255,255,1.00);
	font-weight: 500;
	text-align: center;
	background-color: #666600;
	background-bottom: 1px solid rgba(11,64,11,1.00);
}
header a img {
	position: absolute;
	top: 76px;
	left: calc(50% - 178px);
}
#headerCoockie {
	width: 100%;
	padding: 15px;
	box-sizing: border-box;
	color: #333333;
	text-align: left;
	background-color: #fafafa;
	border-bottom: 1px solid #DFDFDF
}
#headerCoockie a {
	color: #333333;
	font-weight:bold;
	text-decoration: none;
}
#headerCoockie a:hover {
	text-decoration: underline;
}
#headerCoockie a.underline {
	color: #333333;
	font-weight: normal;
	text-decoration: underline;
}
#headerCoockie a.underline:hover {
	text-decoration: none;
}
header div.slogan figure, header div.slogan figcaption, header div.slogan figcaption a {
	padding: 0;
	margin: 0;
	color: rgba(255,255,255,1.00);
	text-decoration: none;
}
.messageStackError, .messageStackSuccess, .messageStackWarning {
	display: block;
	border: none
}
.success, .warning {
	width: 100%;
	margin-top: 10px;
	padding: 5px;
	color: #000;
	font-weight: 500;
}
.success {
	box-sizing: border-box;
	border: 1px solid #b2ce96;
	border-radius: 4px;
	background-color: #d9edc2;
}
.warning {
	box-sizing: border-box;
	border: 1px solid #7cacdd;
	border-radius: 4px;
	background-color: #d3e1f0;
}
tr.messageStackError {
	background-color: #d3e1f0;
}
.fieldWrapper {
	width: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: flex-start;
	align-content: flex-start;
	-webkit-flex-direction: row;
	flex-direction: row;
	webkit-align-items: stretch;
	align-items: stretch;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	border: none;
}
hr.trans {
	height: 1px;
	margin: 10px 0;
	clear: both;
	border: none;
	border-top: 1px solid transparent;
}
.smallRed {
	color: rgba(196,30,33,1.00);
	font-size: 0.9rem;
}
.bigRed {
	color: rgba(196,30,33,1.00);
	font-size: 1.2rem;
}
.bigBlack {
	color: rgba(0,0,0,1.00);
	font-weight: bold;
	font-size: 1.2rem;
}
.moduleRow {
	height: auto;
	padding: 10px 0;
	vertical-align: top;
}
.moduleRowOver {
	height: auto;
	padding: 10px 0;
	background-color: rgba(215,233,247,1.00);
	vertical-align: top;
	cursor: pointer;
	cursor: hand;
}
.moduleRowSelected {
	height: auto;
	padding: 10px 0;
	background-color: rgba(233,244,252,1.00);
	vertical-align: top;
}
.checkoutBarFrom, .checkoutBarTo {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #8c8c8c;
}
.checkoutBarCurrent {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #000000;
}
.quantityReduced, .stockWarning, .minAmount {
	color: rgba(204,0,0,1.00);
	font-weight: bold;
	line-height: 2.5rem;
}
.quantityEqual {
	color: rgba(50,105,187,1.00);
	font-weight: bold;
	line-height: 2.5rem;
}
.pageResults {
	padding: 0 2px 0 2px;
	color: rgba(167,163,164,1.00);
	font-weight: 800;
}
a.pageResults {
	padding: 0 2px 0 2px;
	color: rgba(0,0,0,1.00);
	font-weight: normal;
}
div.sale {
	width: 100%;
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	top: 105px;
	right: -50%;
}
.product div.image div.sale img, .productg div.image div.sale img {
	width: auto;
	height: auto;
}
div.cart {
	width: 100%;
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: rgba(223,223,190,1.00);
}
span.green {
    width: 100%;
    display: inline-block;
    margin: 5px 0 5px 0;
	padding-left: 10px;
	float: left;
	color: rgba(24,134,15,1.00);
	font-weight: 400;
    font-family: Verdana, Arial, sans-serif;
    font-size: 1.1rem;
    text-shadow: 1px 1px 1px rgba(150, 150, 150, 0.10);
    border: none;	
}
span.red {
    width: 100%;
    display: inline-block;
    margin: 5px 0 5px 0;
	padding-left: 10px;
	float: left;
	color: rgba(197, 65, 65, 1);
	font-weight: 400;
    font-family: Verdana, Arial, sans-serif;
    font-size: 1.1rem;
    text-shadow: 1px 1px 1px rgba(150, 150, 150, 0.10);
    border: none;		
}
span.rot {
	color: rgba(197, 65, 65, 1);
	font-weight: bold;	
	font-size: 16px;
}
span.gruen {
	color: rgba(24,134,15,1.00);
	font-weight: bold;	
	font-size: 16px;
}
span.preisalarm {
    width: 100%;
    display: inline-block;
	padding: 0 0 10px 0;
	color: rgba(197, 65, 65, 1);
	font-weight: normal;
    font-family: Verdana, Arial, sans-serif;
    font-size: 1.25rem;
	line-height: 2.00rem;	
}
span.cart {
    width: 100%;
    display: inline-block;
    margin: 0;
	padding-right: 10px;
	text-align: right;
}
span.cart input[type="text"] {
	width: 20px;
	height: 20px;
	margin: 0;
	font-family: Verdana, Arial, sans-serif;
	font-size: 1.2rem;
	text-align: center;
}
span.cart input[type="image"] {
	display: inline-block;
	float: right;
	margin: 0px 10px 10px 10px;
}
.strikethrough {
  position: relative;
}
.strikethrough:before {
	position: absolute;
	content: "";
	left: 0;
	top: 50%;
	right: 0;
	border-top: 2px solid;
	border-color: rgba(203,21,21,1);
	-webkit-transform: rotate(-5deg);
	-moz-transform: rotate(-5deg);
	-ms-transform: rotate(-5deg);
	-o-transform: rotate(-5deg);
	transform: rotate(-5deg);
}
.placeholder {
	margin-top: 5px;
	border-bottom: 5px solid rgba(255,255,255,1);
}
header div.notice {
	margin: 0px;
	align: center;
	font-weight: 500;
	line-height: 2.85rem;
	color: rgba(255,255,255,1.00);
	background-color: #ff0000;
}

@media screen and (min-width: 1000px) {
header span.brand, header span.brand a {
	margin: 0;
	padding: 0;
	color: rgba(255,255,255,1.00);
	font-family: Gill Sans, Gill Sans MT, Calibri, sans-serif;
	font-weight: 300;
	font-size: 3.6rem;
	line-height: 8.2rem;
	text-shadow: 3px 3px 4px rgba(63,62,3,1.00);
	text-transform: uppercase;
	text-decoration: none;
}
header h1 {
	width: auto;
	max-width: 100%;
	display: block;
	position: relative;
	top: 90px;
	color: rgba(255,255,255,1.00);
	font-weight: 300;
	font-size: 1.2rem;
	line-height: 0rem;
	text-shadow: none;
}
header nav {
	width: 100%;
	height: 4.85rem;
	display: flex;
	flex-direction: row;
	align-items: stretch;
	flex-wrap: no-wrap;
	justify-content: space-between;
	align-content: flex-start;
	margin: 0px;
}
header nav ul.headLink {
	height: 4.85rem;
	width: 100%;
	margin: 0px 10px 0px 0px;
	padding: 0px;
	list-style-type: none;
	overflow: auto;
}
header nav ul.headLink li {
	height: 4.85rem;
	margin: 0px 0px 0px 5px;
	float: right;
	font-weight: 500;
	line-height: 4.85rem;
	color: rgba(103,111,15,1.00);
}
header nav ul.headLink li a {
	color: #fff;;
	text-decoration: none;
}
header nav ul.headLink li a:hover {
	text-decoration: underline;
}
.carth-14, .carth-15 {
	width: 15%;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 5px 0;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid rgb(51, 51, 51);
}
.carth-30 {
	width: 30%;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 5px 0;
	font-weight: bold;
	text-align: left;
	border-bottom: 1px solid rgb(51, 51, 51);
}
.carth-30-right {
	width: 30%;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 5px 0;
	font-weight: bold;
	text-align: right;
	border-bottom: 1px solid rgb(51, 51, 51);
}
.carth-40 {
	width: 40%;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 5px 0;
	font-weight: bold;
	text-align: left;
	border-bottom: 1px solid rgb(51, 51, 51);
}
.carth-50 {
	width: 50%;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 5px 0;
	font-weight: bold;
	text-align: left;
	border-bottom: 1px solid rgb(51, 51, 51);
}
.carth-21 {
	width: 20%;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 5px 0;
	font-weight: bold;
	text-align: right;
	border-bottom: 1px solid rgb(51, 51, 51);
}
.cart-14, .cart-15 {
	width: 15%;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px 0;
	vertical-align: top;
	text-align: center;
	border-bottom: 1px solid rgb(51, 51, 51);
}
.cart-50 {
	width: 50%;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px 0;
	vertical-align: top;
	text-align: left;
	border-bottom: 1px solid rgb(51, 51, 51);
}
.cart-21 {
	width: 20%;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px 0;
	vertical-align: top;
	text-align: right;
	border-bottom: 1px solid rgb(51, 51, 51);
}
.priceField {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
	padding: 5px 10px;
	border: 1px solid rgba(154,166,23,0.50);
	border-radius: 4px;
	background-color: rgba(223,223,190,0.15);
}
.priceFieldg {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
	padding: 5px 10px;
	border: 1px solid rgba(154,166,23,0.50);
	border-radius: 4px;
	background-color: rgba(247,202,13,0.25);
}
.priceField span.value, .priceFieldg span.value {
	width: 20%;
	display: block;
	padding: 5px 0;
    color: rgba(79,78,78,1.00);
    font-family: Verdana, Arial, sans-serif;
	font-weight: 700;
    font-size: 1.2rem;
    text-shadow: 1px 1px 1px rgba(150, 150, 150, 0.10);
}
.priceField span.valueSpecial, .priceFieldg span.valueSpecial {
	width: 40%;
	display: block;
	padding: 5px 0;
    color: rgba(79,78,78,1.00);
    font-family: Verdana, Arial, sans-serif;
	font-weight: 700;
    font-size: 1.2rem;
    text-shadow: 1px 1px 1px rgba(150, 150, 150, 0.10);
}
.priceField span.price, .priceFieldg span.price {
	width: 70%;
	text-align: right;
	display: block;
	padding: 5px 0;
	color: rgba(197, 65, 65, 1);
	font-weight: 700;
    font-size: 1.6rem;
}
.priceField span.priceSpecial, .priceFieldg span.priceSpecial {
	width: 60%;
	text-align: right;
	display: block;
	padding: 5px 0;
	color: rgba(197, 65, 65, 1);
	font-weight: 700;
    font-size: 1.6rem;
}
.priceField small, .priceFieldg small {
	font-size: 1.0rem;
	text-align: right;
	display: block;
	color: rgba(79,78,78,1.00);
	font-weight: normal;
}
.priceField smallText, .priceFieldg smallText {
	font-size: 1.1rem;
	text-align: left;
	display: block;
	color: rgba(79,78,78,1.00);
	font-weight: normal;
	letter-spacing: 0.003em;
	word-spacing: 0.2em;
	white-space:nowrap;
}
.smalltext {
	font-size: 1.1rem;
	text-align: left;
	display: block;
	color: rgba(79,78,78,1.00);
	font-weight: normal;
	letter-spacing: 0.003em;
	word-spacing: 0.2em;
}
#sale {
	margin-bottom: -114px;
	position: relative;
	top: -170px;
	left: -50px;
}
#search {
	display: none;
}
#search nav {
	display: none;
}
#search nav a {
	display: none;
}
#search nav a:hover {
	display: none;
}
#search nav ul {
	display: none;
}

#search nav ul ul {
	display: none;
}
#search nav ul li {
	display: none;
}
#search nav ul li:hover > ul {
	display: none;
}
#search nav ul ul li {
	display: none;
}
#search nav ul ul ul li {
	display: none;
}
#search nav ul ul ul li > a:after {
	display: none;
}
#search nav ul ul ul li > a:only-child:after {
	display: none;
}
#search nav:after {
	display: none;
}
#search ul.find {
	display: none;
}
#search ul.find li {
	display: none;
}
#search ul.find li button {
	display: none;
}
#search ul.find li button:hover {
	display: none;
}
#search ul.find li input[type="text"] {
	display: none;
}
main {
	width: 75%;
	height: 100%;
    display: block;
	box-sizing: border-box;
	margin: 0px;
	padding: 0px 10px;
	float: right;
}
main section {
	width: 100%;
	display: inline-block;
	box-sizing: border-box;
	margin: 0;
}
.product-filter {
	width: 100%;
	min-width: 100%;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0px;
	padding: 10px;
	text-align: left;
	background-color: rgba(255,255,255,1.00);
	border-bottom: 10px solid rgba(223,223,190,0.15);
	border-radius: 4px;
}
.product {
	width: 50%;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0px;
	padding: 10px;
	text-align: left;
	background-color: rgba(255,255,255,1.00);
	border-radius: 4px;
}
.productg {
	width: 50%;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0px;
	padding: 10px;
	text-align: left;
	background-color: rgba(255,255,255,1.00);
	border: 1px solid rgba(220,34,37,1.00);
	border-radius: 4px;
}
.product a, .productg a {
	text-decoration: none;
}
.product h3, .productg h3 {
	margin-top: 0;
	margin-bottom: 10px;
	color: rgba(11,64,11,1.00);
	font-family: Verdana, Geneva, sans-serif;
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 2.2rem;/*text-shadow: 1px 1px 1px rgba(150, 150, 150, 0.36);*/
}
.bottom {
	border-bottom: 5px solid rgba(223,223,190,0.15);
}
.center {
	border-top: 5px solid rgba(223,223,190,0.15);
	border-bottom: 5px solid rgba(223,223,190,0.15);
}
.middle {
	text-align: center;
}
.left {
	border-right: 5px solid rgba(223,223,190,0.15);
}
.right {
	border-left: 5px solid rgba(223,223,190,0.15);
}
.top {
	border-top: 5px solid rgba(223,223,190,0.15);
}
.product span.sonder, .productg span.sonder {
	margin: -5px 0px 5px 0px;
	display: block;
	color: rgba(197,65,65,1.00);
	font-weight: bold;
	font-size: 1.3rem;
	text-shadow: 1px 1px 1px rgba(150, 150, 150, 0.10);
}
.product div.image, .productg div.image {
 width="100%;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0px auto;
	position: relative;
}
.product div.image img, .productg div.image img {
	width: 70%;
	/*width: auto;*/
	height: auto;
	margin: 20px 15%;
}
/*
.product div.image img:hover {
	width: 100%;
	height: auto;
    -webkit-transform: rotate(-90deg) scale(1.1);
    -moz-transform: rotate(-90deg) scale(1.1);
    -ms-transform: rotate(-90deg) scale(1.1);
    -o-transform: rotate(-90deg) scale(1.1);
    transform: rotate(-90deg) scale(1.1);
	transform-origin: 25% 50%;
	transition: all 1s ease;
}
*/
.product img.gambero, .productg img.gambero {
	/*width: 30%;*/
	float: left;
	margin: 3px 0 0 0;
}
.product span.left, .productg span.left {
	width: 110px;
	display: inline-block;
	margin-top: 1px;
	vertical-align: top;
	color: rgba(79,78,78,1.00);
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	font-size: 1.1rem;
	text-shadow: 1px 1px 1px rgba(150, 150, 150, 0.10);
	border: none;
}
.product span.right, .productg span.right {
	width: 200px;
	max-width: 100%;
	display: inline-block;
	color: rgba(79,78,78,1.00);
	font-family: Verdana, Arial, sans-serif;
	font-size: 1.1rem;
	text-shadow: 1px 1px 1px rgba(150, 150, 150, 0.10);
	border: none;
}
.product span.description, .productg span.description {
	width: 100%;
	display: inline-block;
	margin: 15px 0 90px 0;
	color: rgba(79,78,78,1.00);
	font-family: Verdana, Arial, sans-serif;
	font-size: 1.2rem;
	text-shadow: 1px 1px 1px rgba(150, 150, 150, 0.10);
	border: none;
}
.product span.price, .productg span.price {
	width: 100%;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 4px 10px;
	color: rgba(197, 65, 65, 1);
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
	text-align: right;
	text-shadow: 1px 1px 1px rgba(150, 150, 150, 0.10);
	background-color: rgba(255,255,255,1.00);
}
.product span.base, .productg span.base {
	color: #333;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	line-height: 14px;
	font-weight: normal;
	letter-spacing: 0.002em;
	word-spacing: -0.2em;
}
.product span.price small, .productg span.price small {
	float: left;
	padding: 0;
	color: #333;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	text-shadow: 1px 1px 1px rgba(150, 150, 150, 0.10);
	letter-spacing: 0.002em;
	word-spacing: -0.2em;
}
aside {
	height: 100%;
	width: 25%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/*margin-bottom: -3000px;
	padding: 0px 2px 3000px 2px; */
	margin: 0px;
	padding: 0px 2px;
	float: left;
	/* border-left: 1px solid rgba(11,64,11,1.00);
	background-color: rgba(223,223,190,1.00); */
}
aside h4 {
	min-height: auto;
	padding: 0px 7px;
	color: rgba(255,255,255,1.00);
	font-weight: 500;
	font-size: 1.3rem;
	line-height: 2.6rem;
	text-transform: uppercase;
	border: 1px solid rgba(11,64,11,1.00);
	border-radius: 2px;
	background-image: url(images/bg-image.png);
	background-position: left top;
	background-repeat: repeat;
}
aside h4.delikatessen {
	min-height: auto;
	padding: 0px 7px;
	color: rgba(255,255,255,1.00);
	font-weight: 500;
	font-size: 1.3rem;
	line-height: 2.6rem;
	text-transform: uppercase;
	border: 1px solid rgba(143,30,30,1.00);
	border-radius: 2px;
	background-image: url(images/bgd-image.png);
	background-position: left top;
	background-repeat: repeat;
}
aside ul li {
	font-weight: 500;
	font-size: 1.3rem;
	line-height: 3.2rem;
	border-bottom: 2px solid rgba(255,255,255,1.00);
}
aside ul li.sub {
	font-weight: 500;
	font-size: 1.3rem;
	line-height: 3.2rem;
	border-bottom: 2px solid rgba(255,255,255,1.00);
	list-style-position: inside;
}
aside ul li:last-child {
     border-bottom: 2px solid rgba(223,223,190,1.00);
} 
aside ul li a {
	padding: 0px 7px;
	color: rgba(51,51,51,1.00);
	text-decoration: none;
}
aside ul li a:hover {
	color: rgba(221,5,0,1.00);
}
aside ul, ul.accountLinkList {
	max-width: 100%;
	margin-top: -15px;
	padding: 0px 0px;
	list-style-type: none;
	overflow: auto;
	background-color: rgba(223,223,190,1.00);
}
aside ul.delikatessen {
	max-width: 100%;
	margin-top: -15px;
	padding: 0px 0px;
	list-style-type: none;
	overflow: auto;
	background-color: rgba(244,207,207,1.00);
}
.item-100 {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
}
.item-right {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px 0;
	text-align: right;
}
.item-right a {
	color: rgba(103,111,16,1.00);
	font-weight: bold;
	text-decoration: none;
}
.item-right a:hover {
	color: rgba(171,28,8,1.00);
	text-decoration: none;
}
.item-right input[type="image"] {
	margin: 0;
    vertical-align: middle;
}
.item-right input[type="text"] {
	width: 26px;
	height: 20px;
	margin: 0;
	font-family: Verdana, Arial, sans-serif;
	font-size: 1.2rem;
	text-align: center;
}
.item-10, span.item-10 {
 width: 10%;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	padding: 10px 0;
}
.item-20, span.item-20 {
 width: 20%;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	padding: 10px 0;
}
.item-30, span.item-30 {
	width: 30%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	padding: 10px 0;
}
.item-30 img {
	width: auto;
	height: auto;
}
.img-30 {
	width: 35%;
	display: block;
	margin: 15px 0 0 0;
	float: left;
	text-align: center;
}
main section section:first-of-type  {
	width: calc(100% - 35%);
	display: inline-block;
	margin: 0 0 15px 0;
}
.item-30-estimator, span.item-30-estimator {
	width: 30%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	padding: 2px 0;
	text-align: right;
}
.item-30-right, span.item-30-right {
	width: 30%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	padding: 10px 0;
	text-align: right;
}
.item-40, span.item-40 {
	width: 40%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	padding: 10px 0;
}
.item-60, span.item-60 {
	width: 60%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	padding: 10px 0;
}
.item-70, span.item-70 {
	width: 70%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	padding: 10px 0;
}
.item-70-estimator, span.item-70-estimator {
	width: 70%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	padding: 2px 0;
	text-align: right;
}
.item-80, span.item-80 {
	width: 80%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	padding: 10px 0;
}
.height-25, .height-25 a {
	padding: 3px 0;
	color: rgba(79, 78, 78, 1);
}
.itm-20, span.itm-20 {
	width: 20%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	padding: 3px 0;
	color: rgba(79, 78, 78, 1);
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.2rem;
}
.itm-30, span.itm-30 {
	width: 30%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	padding: 3px 0;
	color: rgba(79,78,78,1.00);
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 1.1rem;
	text-shadow: 1px 1px 1px rgba(150, 150, 150, 0.10);
}
.itm-70, span.itm-70, span.itm-70 a {
	width: 70%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	padding: 3px 0;
	color: rgba(79,78,78,1.00);
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.1rem;
	text-shadow: 1px 1px 1px rgba(150, 150, 150, 0.10);
}
.itm-70-stars, span.itm-70-stars {
	width: 70%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	padding: 3px 0;
	color: rgba(8,171,16,1.00);
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 2.2rem;
	letter-spacing: 0.3rem;
}
.itm-70-stars, span.itm-70-black {
	width: 70%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	padding: 3px 0;
	color: rgba(0,0,0,1.00);
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 2.0rem;
}
.itm-70-stars, span.itm-70-red {
	width: 70%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	padding: 3px 0;
	color: rgba(171,28,8,1.00);
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 2.0rem;
}
.itm-80, span.itm-80 {
	width: 80%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	padding: 3px 0;
	color: rgba(79, 78, 78, 1);
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.2rem;
}
.itm-100, span.itm-100 {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	padding: 0;
	color: rgba(79, 78, 78, 1);
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.2rem;
	line-height: 2.0rem;
	text-shadow: 1px 1px 1px rgba(150, 150, 150, 0.10);
}
.itm-100-description, span.itm-100-description {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	padding: 0;
	color: rgba(79,78,78,1.00);
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.1rem;
	line-height: 2.0rem;
	text-shadow: 1px 1px 1px rgba(150, 150, 150, 0.10);
}
.itm-100-green, span.itm-100-green {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	padding: 3px 0;
	color: rgba(24,134,15,1.00);
	font-weight: bold;
	font-size: 1.2rem;
	line-height: 2.0rem;
}
.itm-100-red, span.itm-100-red {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	padding: 3px 0;
	color: rgba(164,24,24,1.00);
	font-weight: bold;
	font-size: 1.2rem;
	line-height: 2.0rem;
}
.itm-100-free, span.itm-100-free {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	padding: 0 0 10px 0;
	color: rgba(205,30,30,1.00);
	font-weight: bold;
	font-size: 1.2rem;
	line-height: 2.0rem;
}
}
p.e-description {
	color: rgba(79,78,78,1.00);
    font-family: Verdana, Arial, sans-serif;
    font-size: 1.5rem;
	line-height: 2.6rem;
    text-shadow: 1px 1px 1px rgba(150, 150, 150, 0.10);
}

@media screen and (min-width: 671px) and (max-width: 1000px) {
header span.brand, header span.brand a {
	margin: 0;
	padding: 0;
	color: rgba(255,255,255,1.00);
	font-family: Gill Sans, Gill Sans MT, Calibri, sans-serif;
	font-weight: 300;
	font-size: 3.6rem;
	line-height: 8.2rem;
	text-shadow: 3px 3px 4px rgba(63,62,3,1.00);
	text-transform: uppercase;
	text-decoration: none;
}
header h1 {
	width: auto;
	max-width: 100%;
	display: block;
	position: relative;
	top: 73px;
	color: rgba(255,255,255,1.00);
	font-weight: 300;
	font-size: 1.0rem;
	line-height: 0rem;
	text-shadow: none;
}
header nav {
	width: 100%;
	height: 4.85rem;
	display: flex;
	flex-direction: row;
	align-items: stretch;
	flex-wrap: no-wrap;
	justify-content: space-between;
	align-content: flex-start;
	margin: 0px;
}
header nav ul.headLink {
	height: 4.85rem;
	width: 100%;
	margin: 0px 10px 0px 0px;
	padding: 0px;
	list-style-type: none;
	overflow: auto;
}
header nav ul.headLink li {
	height: 4.85rem;
	margin: 0px 0px 0px 5px;
	float: right;
	color: rgba(103,111,15,1.00);
	font-weight: 500;
	line-height: 4.85rem;
}
header nav ul.headLink li a {
	color: #fff;
	text-decoration: none;
}
header nav ul.headLink li a:hover {
	text-decoration: underline;
}
#sale {
	margin-bottom: -114px;
	position: relative;
	top: -150px;
	left: -50px;
}
#search {
	display: none;
}
#search nav {
	display: none;
}
#search nav a {
	display: none;
}
#search nav a:hover {
	display: none;
}
#search nav ul {
	display: none;
}
#search nav ul ul {
	display: none;
}
#search nav ul li {
	display: none;
}
#search nav ul li:hover > ul {
	display: none;
}
#search nav ul ul li {
	display: none;
}
#search nav ul ul ul li {
	display: none;
}
#search nav ul ul ul li > a:after {
	display: none;
}
#search nav ul ul ul li > a:only-child:after {
	display: none;
}
#search nav:after {
	display: none;
}
#search ul.find {
	display: none;
}
#search ul.find li {
	display: none;
}
#search ul.find li button {
	display: none;
}
#search ul.find li button:hover {
	display: none;
}
#search ul.find li input[type="text"] {
	display: none;
}
main {
	height: 100%;
	width: 75%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/* margin-bottom: -3000px; 
	padding: 0px 10px 3000px 10px;*/
	margin: 0px;
	padding: 0px 10px;
	float: right;
	/* border-right: 1px solid rgba(11,64,11,1.00);*/
}
.carth-14, .carth-15 {
	display: none;
}
.carth-30 {
	display: none;
}
.carth-30-right {
	display: none;
}
.carth-40 {
	display: none;
}
.carth-50 {
	display: none;
}
.carth-21 {
	display: none;
}
.cart-14, .cart-15 {
	width: 100%;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px 0;
	vertical-align: top;
	text-align: center;
}
.cart-50 {
	width: 100%;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px 0;
	vertical-align: top;
	text-align: center;
}
.cart-21 {
	width: 100%;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px 0;
	vertical-align: top;
	text-align: right;
	border-bottom: 1px solid rgb(51, 51, 51);
}
.priceField {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
	padding: 5px 10px;
	border: 1px solid rgba(154,166,23,0.50);
	border-radius: 4px;
	background-color: rgba(223,223,190,0.15);
}
.priceField span.value {
	width: 30%;
	display: block;
	padding: 5px 0;
}
.priceField span.price {
	width: 70%;
	text-align: right;
	display: block;
	padding: 5px 0;
}
.priceField small {
	font-size: 1.0rem;
	text-align: right;
	display: block;
}
.product {
	width: 50%;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0px;
	padding: 10px;
	text-align: left;
	background-color: rgba(255,255,255,1.00);
	border-radius: 4px;
}
.productg {
	width: 50%;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0px;
	padding: 10px;
	text-align: left;
	background-color: rgba(255,255,255,1.00);
	border: 1px solid rgba(220,34,37,1.00);
	border-radius: 4px;
}
.product a, .productg a {
	text-decoration: none;
}
.product h3, .productg h3 {
	margin-top: 0;
	margin-bottom: 10px;
	color: rgba(11,64,11,1.00);
	font-family: Verdana, Geneva, sans-serif;
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 2.2rem;/*text-shadow: 1px 1px 1px rgba(150, 150, 150, 0.36);*/
}
.bottom {
	border-bottom: 5px solid rgba(223,223,190,0.15);
}
.center {
	border-top: 5px solid rgba(223,223,190,0.15);
	border-bottom: 5px solid rgba(223,223,190,0.15);
}
.middle {
	text-align: center;
}
.left {
	border-right: 5px solid rgba(223,223,190,0.15);
}
.right {
	border-left: 5px solid rgba(223,223,190,0.15);
}
.top {
	border-top: 5px solid rgba(223,223,190,0.15);
}
.product span.sonder, .productg span.sonder {
	margin: -5px 0px 5px 0px;
	display: block;
	color: rgba(197,65,65,1.00);
	font-weight: bold;
	font-size: 1.2rem;/*text-shadow: 1px 1px 1px rgba(150, 150, 150, 0.36);*/
}
.product div.image, .productg div.image {
 width="100%;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0px auto;
	position: relative;
}
.product div.image img, .productg div.image img {
	width: 70%;
	/*width: auto;*/
	height: auto;
	margin: 20px 15%;
}
/*.product div.image img:active {
    -webkit-transform: rotate(270deg) scale(1.1);
    -moz-transform: rotate(270deg) scale(1.1);
    -ms-transform: rotate(270deg) scale(1.1);
    -o-transform: rotate(270deg) scale(1.1);
    transform: rotate(270deg) scale(1.1);
	transform: rotate(270deg) scale(1.1);
}*/
.product img.gambero, .productg img.gambero {
	/*width: 30%;*/
	float: left;
	margin: 3px 0 0 0;
}
.product span.left, .productg span.left {
	width: 110px;
	display: inline-block;
	margin-top: 1px;
	vertical-align: top;
	color: rgba(79,78,78,1.00);
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 1.2rem;
	/*text-shadow: 1px 1px 1px rgba(150, 150, 150, 0.36);*/
	border: none;
}
.product span.right, .productg span.right {
	width: 200px;
	max-width: 100%;
	display: inline-block;
	color: rgba(79,78,78,1.00);
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.2rem;
	/*text-shadow: 1px 1px 1px rgba(150, 150, 150, 0.36);*/
	border: none;
}
.product span.description, .productg span.description {
	width: 100%;
	display: inline-block;
    margin: 15px 0;
	color: rgba(79,78,78,1.00);
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.2rem;
	/*text-shadow: 1px 1px 1px rgba(150, 150, 150, 0.36);*/
	border: none;
}
.product span.price, .productg span.price {
	width: 100%;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 10px 10px 10px 0px;
	color: rgba(197, 65, 65, 1);
	font-family: Verdana, Geneva, sans-serif;
	font-weight: 700;
	font-size: 1.8rem;
	text-align: right;
	text-shadow: 1px 1px 1px rgba(150, 150, 150, 0.10);
	background-color: rgba(255,255,255,1.00);
}
.product span.price small, .productg span.price small {
	float: left;
	padding-left: 10px;
	color: rgba(79,78,78,1.00);
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.2rem;
	text-shadow: 1px 1px 1px rgba(150, 150, 150, 0.10);
}
/*
aside {
	height: 100%;
	width: 20%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: -3000px;
	padding: 0px 2px 3000px 2px;
	float: left;

}
aside h4 {
	min-height: auto;
	padding: 0px 7px;
	color: rgba(255,255,255,1.00);
	font-weight: 500;
	font-size: 1.3rem;
	line-height: 2.6rem;
	text-transform: uppercase;
	border: 1px solid rgba(11,64,11,1.00);
	border-radius: 2px;
	background-image: url(images/bg-image.png);
	background-position: left top;
	background-repeat: repeat;
}
aside ul li {
	font-weight: 500;
	font-size: 1.3rem;
	line-height: 2.1rem;
}
aside ul li a {
	color: rgba(51,51,51,1.00);
	text-decoration: none;
}
aside ul li a:hover {
	color: rgba(221,5,0,1.00);
}
aside ul, ul.accountLinkList {
	max-width: 100%;
	margin-top: -10px;
	padding: 0px 7px;
	list-style-type: none;
	overflow: auto;
}
*/
aside {
	height: 100%;
	width: 25%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/* margin-bottom: -3000px;
	padding: 0px 2px 3000px 2px; */
	margin: 0px;
	padding: 0px 2px;
	float: left;
	/* border-left: 1px solid rgba(11,64,11,1.00);
	background-color: rgba(223,223,190,1.00); */
}
aside h4 {
	min-height: auto;
	padding: 0px 7px;
	color: rgba(255,255,255,1.00);
	font-weight: 500;
	font-size: 1.3rem;
	line-height: 2.6rem;
	text-transform: uppercase;
	border: 1px solid rgba(11,64,11,1.00);
	border-radius: 2px;
	background-image: url(images/bg-image.png);
	background-position: left top;
	background-repeat: repeat;
}
aside ul li {
	font-weight: 500;
	font-size: 1.3rem;
	line-height: 3.2rem;
	border-bottom: 2px solid rgba(255,255,255,1.00);
}
aside ul li.sub {
	font-weight: 500;
	font-size: 1.3rem;
	line-height: 3.2rem;
	border-bottom: 2px solid rgba(255,255,255,1.00);
	list-style-position: inside;
}
aside ul li:last-child {
     border-bottom: 2px solid rgba(223,223,190,1.00);
} 
aside ul li a {
	padding: 0px 7px;
	color: rgba(51,51,51,1.00);
	text-decoration: none;
}
aside ul li a:hover {
	color: rgba(221,5,0,1.00);
}
aside ul, ul.accountLinkList {
	max-width: 100%;
	margin-top: -15px;
	padding: 0px 0px;
	list-style-type: none;
	overflow: auto;
	background-color: rgba(223,223,190,1.00);
}
.item-100 {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
}
.item-right {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: right;
}
.item-right a {
	color: rgba(103,111,16,1.00);
	font-weight: bold;
	text-decoration: none;
}
.item-right a:hover {
	color: rgba(171,28,8,1.00);
	text-decoration: none;
}
.item-10, span.item-10 {
 width: 100%;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	padding: 10px 0;
}
.item-20, span.item-20 {
 width: 100%;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	padding: 10px 0 2px 0;
}
.item-30, span.item-30 {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	padding: 10px 0 2px 0;
}
.item-30 img {
	width: auto;
	height: auto;
}
.img-30 {
	width: 100%;
	display: block;
	margin: 15px 0 0 0;
	text-align: center;
}
main section section:first-of-type  {
	width: 100% - 35%;
	display: block;
	margin: 0 0 15px 0;
}
.item-30-estimator, span.item-30-estimator {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	padding: 10px 0 2px 0;
}
.item-30-right, span.item-30-right {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	padding: 10px 0 2px 0;
}
.item-40, span.item-40 {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	padding: 2px 0 10px 0;
}
.item-60, span.item-60 {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	padding: 2px 0 10px 0;
}
.item-70, span.item-70 {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	padding: 2px 0 10px 0;
}
.item-70-estimator, span.item-70-estimator {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	padding: 2px 0 10px 0;
}
.item-80, span.item-80 {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	padding: 2px 0 10px 0;
}
.height-25, .height-25 a {
	padding: 3px 0;
	color: rgba(79, 78, 78, 1);
}
.itm-20, span.itm-20 {
	width: 20%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	padding: 3px 0;
	color: rgba(79, 78, 78, 1);
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.2rem;
}
.itm-30, span.itm-30 {
	width: 30%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	padding: 3px 0;
	color: rgba(0, 0, 0, 1);
	font-family: Verdana, Geneva, sans-serif;
	font-weight: 600;
	font-size: 1.2rem;
}
.itm-70, span.itm-70, span.itm-70 a {
	width: 70%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	padding: 3px 0;
	color: rgba(79, 78, 78, 1);
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.2rem;
}
.itm-70-stars, span.itm-70-stars {
	width: 70%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	padding: 3px 0;
	color: rgba(8,171,16,1.00);
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 2.2rem;
	letter-spacing: 0.3rem;
}
.itm-70-stars, span.itm-70-black {
	width: 70%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	padding: 3px 0;
	color: rgba(0,0,0,1.00);
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 2.0rem;
}
.itm-70-stars, span.itm-70-red {
	width: 70%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	padding: 3px 0;
	color: rgba(171,28,8,1.00);
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 2.0rem;
}
.itm-80, span.itm-80 {
	width: 80%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	padding: 3px 0;
	color: rgba(79, 78, 78, 1);
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.2rem;
}
.itm-100, span.itm-100 {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	padding: 0;
	color: rgba(79, 78, 78, 1);
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.2rem;
	line-height: 2.0rem;
}
.itm-100-green, span.itm-100-green {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	padding: 3px 0;
	color: rgba(24,134,15,1.00);
	font-weight: bold;
	font-size: 1.2rem;
	line-height: 2.0rem;
	text-shadow: 1px 1px 1px rgba(150, 150, 150, 0.20);
}
.itm-100-red, span.itm-100-red {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	padding: 3px 0;
	color: rgba(164,24,24,1.00);
	font-weight: bold;
	font-size: 1.2rem;
	line-height: 2.0rem;
	text-shadow: 1px 1px 1px rgba(150, 150, 150, 0.20);
}
.itm-100-free, span.itm-100-free {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	padding: 0 0 10px 0;
	color: rgba(205,30,30,1.00);
	font-weight: bold;
	font-size: 1.2rem;
	line-height: 2.0rem;
}
}

@media screen and (max-width: 670px) {
header {
	height: 110px;
	max-width: 100%;
	box-sizing: border-box;
	margin: 0;
	color: rgba(255,255,255,1.00);
	font-weight: 500;
	text-align: center;
	background-image: url(images/header_mobil.png);
	background-position: left top;
	background-repeat: repeat-x;
	border-bottom: 1px solid rgba(11,64,11,1.00);
}
header span.brand, header span.brand a {
	margin: 0;
	padding: 0;
	color: rgba(255,255,255,1.00);
	font-family: Gill Sans, Gill Sans MT, Calibri, sans-serif;
	font-weight: 300;
	font-size: 1.9rem;
	line-height: 8.60rem;
	text-shadow: 3px 3px 4px rgba(63,62,3,1.00);
	text-transform: uppercase;
	text-decoration: none;
}
header h1 {
	width: auto;
	max-width: 100%;
	display: block;
	position: relative;
	top: 65px;
	color: rgba(255,255,255,1.00);
	font-weight: 300;
	font-size: 0.8rem;
	line-height: 0rem;
	text-shadow: none;
}
header nav {
	width: 100%;
	height: 5.85rem;
	display: flex; /* or inline-flex */
	flex-direction: row;
	align-items: stretch;
	flex-wrap: no-wrap;
	justify-content: space-between;
	align-content: flex-start;
	margin: 0px;
}
header nav ul.headLink {
	height: 5.85rem;
	width: 100%;
	margin: 0px 10px 0px 0px;
	padding: 0px;
	list-style-type: none;
	overflow: auto;
}
header nav ul.headLink li {
	height: 5.85rem;
	margin: 0px 0px 0px 5px;
	float: right;
	font-weight: 500;
/*	line-height: 5.85rem; */
	line-height: 30px;
	overflow: hidden;
	color: rgba(103,111,15,1.00);
}
header nav ul.headLink li a {
	color: #fff;
	text-decoration: none;
}
header nav ul.headLink li a:hover {
	text-decoration: underline;
}
header a img {
	width: 165px;
	height: 38px;
	position: absolute;
	top: 52px;
	left: calc(50% - 82px);
}
#sale {
	margin-bottom: -114px;
	position: relative;
	top: -150px;
	left: -50px;
}
#search {
	min-height: auto;
	min-width: 100%;
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-top: none;
	border-right: 1px solid rgba(11,64,11,1.00);
	border-bottom: 1px solid rgba(11,64,11,1.00);
	border-left: 1px solid rgba(11,64,11,1.00);
	background-image: url(images/bg-image.png);
}
#search nav {
	width: auto;
	margin-top: -13px;
}
#search nav a {
	display: block;
	padding: 0 10px;
	color: rgba(255,255,255,1.00);
	font-size: 1.3rem;
	line-height: 2.9rem;
	text-decoration: none;
}
#search nav a:hover {
	color: rgba(221,126,39,1.00);
}
#search nav ul {
	margin: 0px;
	padding: 0px;
	position: relative;
	list-style: none;
}
#search nav ul ul {
	display: none;
	position: absolute;
	/* has to be the same number as the "line-height" of "nav a" */
	top: 2.9rem;
}
#search nav ul li {
	width: 50%;
	margin: 0px;
	display: inline-block;
	float: left;
	font-weight: 500;
	text-transform: uppercase;
}
#search nav ul li:hover > ul {
	display: inherit;
}
#search nav ul ul li {
	width: 190px;
	display: list-item;
	margin-left: 0px;
	position: relative;
	float: none;
	font-weight: 500;
	text-transform: none;
	z-index: 20;
	background-color: rgba(223,223,190,1.00);
}
#search nav ul ul li a {
	color: rgba(0,0,0,1.00);
}
#search nav ul ul li a:hover {
	color: rgba(221,5,0,1.00);
}
#search nav ul ul ul li {
	position: relative;
	top: -60px;
	/* has to be the same number as the "width" of "nav ul ul li" */ 
	left: 170px;
}
#search nav ul ul ul li > a:after {
	content: ' +';
}
#search nav ul ul ul li > a:only-child:after {
	content: '';
}
#search nav:after {
	content: "";
	display: table;
	clear: both;
}
#search ul.find {
	min-width: 100%;
	min-height: auto;
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 0rem;
	clear: both;
	border-bottom: 1px solid rgba(11, 64, 11, 1.00);
	background-color: rgba(255,255,255,1.00);
}
#search ul.find li {
	min-width: 100%;
	min-height: 3.3rem;
	display: block;
	color: rgba(255,255,255,1.00);
	font-weight: 500;
	font-size: 1.2rem;
	line-height: 2.9em;
	text-align: center;
	text-transform: uppercase;
	list-style-type: none;
}
#search ul.find li button {
	margin-left: -6px;
	overflow: hidden;
	color: rgba(0,0,0,1.00);
	font-weight: 600;
	font-size: 1.2rem;
	line-height: 1.6em;
	text-transform: uppercase;
	border: none;
	background-color: Transparent;
	background-repeat: no-repeat;
	cursor: pointer;
	outline: none;
}
#search ul.find li button:hover {
	color: rgba(221,5,0,1.00);
	text-decoration: none;
}
#search ul.find li input[type="text"] {
	height: 16px;
	background-color: rgba(223,223,190,1.00);
	border: 1px solid rgba(11,64,11,1.00);
	border-radius: 3px;
}
main {
	height: 100%;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/* margin-bottom: -3000px;
	padding: 0px 10px 3000px 10px; */
	margin: 0px;
	padding: 0px 10px;
	float: right;
	/* border-right: 1px solid rgba(11,64,11,1.00);
	border-left: 1px solid rgba(11,64,11,1.00);*/
}
.carth-14, .carth-15 {
	display: none;
}
.carth-30 {
	display: none;
}
.carth-30-right {
	display: none;
}
.carth-40 {
	display: none;
}
.carth-50 {
	display: none;
}
.carth-21 {
	display: none;
}
.cart-14, .cart-15 {
	width: 100%;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px 0;
	vertical-align: top;
	text-align: center;
}
.cart-50 {
	width: 100%;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px 0;
	vertical-align: top;
	text-align: center;
}
.cart-21 {
	width: 100%;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px 0;
	vertical-align: top;
	text-align: right;
	border-bottom: 1px solid rgb(51, 51, 51);
}
.priceField {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
	padding: 5px 10px;
	border: 1px solid rgba(154,166,23,0.50);
	border-radius: 4px;
	background-color: rgba(223,223,190,0.15);
}
.priceField span.value {
	width: 30%;
	display: block;
	padding: 5px 0;
}
.priceField span.price {
	width: 70%;
	text-align: right;
	display: block;
	padding: 5px 0;
}
.priceField small {
	font-size: 1.0rem;
	text-align: right;
	display: block;
}
.product {
	width: 100%;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0px;
	padding: 10px;
	text-align: left;
	background-color: rgba(255,255,255,1.00);
	border-radius: 4px;
}
productg {
	width: 100%;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0px;
	padding: 10px;
	text-align: left;
	background-color: rgba(255,255,255,1.00);
	border: 1px solid rgba(220,34,37,1.00);
	border-radius: 4px;
}
.product a, .productg a {
	text-decoration: none;
}
.product h3, .productg h3 {
	margin-top: 0;
	margin-bottom: 10px;
	color: rgba(11,64,11,1.00);
	font-family: Verdana, Geneva, sans-serif;
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 2.2rem;/*text-shadow: 1px 1px 1px rgba(150, 150, 150, 0.36);*/
}
.bottom {
	border-bottom: 5px solid rgba(223,223,190,0.15);
}
.center {
	border-top: 5px solid rgba(223,223,190,0.15);
	border-bottom: 5px solid rgba(223,223,190,0.15);
}
.middle {
	text-align: center;
}
.left {
}
.right {
}
.top {
	border-top: 5px solid rgba(223,223,190,0.15);
}
.product span.sonder, .productg span.sonder {
	margin: -5px 0px 5px 0px;
	display: block;
	color: rgba(197,65,65,1.00);
	font-weight: bold;
	font-size: 1.2rem;/*text-shadow: 1px 1px 1px rgba(150, 150, 150, 0.36);*/
}
.product div.image, .productg div.image {
 width="100%;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0px auto;
	position: relative;
}
.product div.image img, .productg div.image img {
	width: 100%;
	/*width: auto;*/
	height: auto;
	margin: 10px;
}
/*.product div.image img:active {
    -webkit-transform: rotate(270deg) scale(1.1);
    -moz-transform: rotate(270deg) scale(1.1);
    -ms-transform: rotate(270deg) scale(1.1);
    -o-transform: rotate(270deg) scale(1.1);
    transform: rotate(270deg) scale(1.1);
	transform: rotate(270deg) scale(1.1);
}*/
.product img.gambero, .productg img.gambero {
	/*width: 30%;*/
	float: left;
	margin: 3px 0 0 0;
}
.product span.left, .productg span.left {
	width: 110px;
	display: inline-block;
	margin-top: 1px;
	vertical-align: top;
	color: rgba(79,78,78,1.00);
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 1.2rem;
	/*text-shadow: 1px 1px 1px rgba(150, 150, 150, 0.36);*/
	border: none;
}
.product span.right, .productg span.right {
	width: 200px;
	max-width: 100%;
	display: inline-block;
	color: rgba(79,78,78,1.00);
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.2rem;
	/*text-shadow: 1px 1px 1px rgba(150, 150, 150, 0.36);*/
	border: none;
}
.product span.description, .productg span.description {
	width: 100%;
	display: inline-block;
    margin: 15px 0;
	color: rgba(79,78,78,1.00);
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.2rem;
	/*text-shadow: 1px 1px 1px rgba(150, 150, 150, 0.36);*/
	border: none;
}
.product span.price, .productg span.price {
	width: 100%;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 10px 10px 10px 0px;
	color: rgba(197, 65, 65, 1);
	font-family: Verdana, Geneva, sans-serif;
	font-weight: 700;
	font-size: 1.8rem;
	text-align: right;
	text-shadow: 1px 1px 1px rgba(150, 150, 150, 0.10);
	background-color: rgba(255,255,255,1.00);
}
.product span.price small, .productg span.price small {
	float: left;
	padding-left: 10px;
	color: rgba(79,78,78,1.00);
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.2rem;
	text-shadow: 1px 1px 1px rgba(150, 150, 150, 0.10);
}
aside {
	display: none;
}
aside h4 {
	display: none;
}
aside ul li {
	display: none;
}
aside ul li a {
	display: none;
}
aside ul li a:hover {
	display: none;
}
aside ul, ul.accountLinkList {
	display: none;
}
.item-100 {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.item-right {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: right;
}
.item-right a {
	color: rgba(103,111,16,1.00);
	font-weight: bold;
	text-decoration: none;
}
.item-right a:hover {
	color: rgba(171,28,8,1.00);
	text-decoration: none;
}
.item-10, span.item-10 {
 width: 100%;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	padding: 10px 0 2px 0;
}
.item-20, span.item-20 {
 width: 100%;
   -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	padding: 10px 0 2px 0;
}
.item-30, span.item-30 {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	padding: 10px 0 2px 0;
}
.item-30 img {
	width: auto;
	height: auto;
}
.img-30 {
	width: 100%;
	display: block;
	margin: 15px 0 0 0;
	text-align: center;
}
main section section:first-of-type  {
	width: 100%;
	display: inline-block;
	margin: 0 0 15px 0;
}
.item-30-estimator, span.item-30-estimator {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	padding: 2px 0 10px 0;
}
.item-30-right, span.item-30-right {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	padding: 2px 0 10px 0;
}
.item-40, span.item-40 {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	padding: 2px 0 10px 0;
}
.item-60, span.item-60 {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 2px 0 10px 0;
}
.item-70, span.item-70 {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	padding: 2px 0 10px 0;
}
.item-70-estimator, span.item-70-estimator {
	width: 70%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	padding: 2px 0 10px 0;
}
.item-80, span.item-80 {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	padding: 2px 0 10px 0;
}
.height-25, .height-25 a {
	padding: 3px 0;
	color: rgba(79, 78, 78, 1);
	line-height: 40px;
}
.itm-20, span.itm-20 {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	padding: 3px 0 0 0;
	color: rgba(79, 78, 78, 1);
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.2rem;
}
.itm-30, span.itm-30 {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	padding: 3px 0 0 0;
	color: rgba(0, 0, 0, 1);
	font-family: Verdana, Geneva, sans-serif;
	font-weight: 600;
	font-size: 1.2rem;
}
.itm-70, span.itm-70, span.itm-70 a {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	padding: 2px 0 10px 0;
	color: rgba(79, 78, 78, 1);
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.2rem;
}
.itm-70-stars, span.itm-70-stars {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	padding: 3px 0;
	color: rgba(8,171,16,1.00);
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 2.2rem;
	letter-spacing: 0.3rem;
}
.itm-70-stars, span.itm-70-black {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	padding: 3px 0;
	color: rgba(0,0,0,1.00);
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 2.0rem;
}
.itm-70-stars, span.itm-70-red {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	padding: 3px 0;
	color: rgba(171,28,8,1.00);
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 2.0rem;
}
.itm-80, span.itm-80 {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	padding: 2px 0 10px 0;
	color: rgba(79, 78, 78, 1);
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.2rem;
}
.itm-100, span.itm-100 {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	padding: 0;
	color: rgba(79, 78, 78, 1);
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.2rem;
	line-height: 2.0rem;
}
.itm-100-green, span.itm-100-green {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	padding: 3px 0;
	color: rgba(24,134,15,1.00);
	font-weight: bold;
	font-size: 1.2rem;
	line-height: 2.0rem;
}
.itm-100-red, span.itm-100-red {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	padding: 3px 0;
	color: rgba(164,24,24,1.00);
	font-weight: bold;
	font-size: 1.2rem;
	line-height: 2.0rem;
}
.itm-100-free, span.itm-100-free {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	padding: 0 0 10px 0;
	color: rgba(205,30,30,1.00);
	font-weight: bold;
	font-size: 1.2rem;
	line-height: 2.0rem;
}
}
nav.breadcrumb {
	width: 100%;
	height: 3.4rem;
	display: flex; /* or inline-flex */
	flex-direction: row;
	align-items: stretch;
	flex-wrap: no-wrap;
	justify-content: space-between;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0px;
	border: 1px solid rgba(11,64,11,1.00);
	background-top: 1px solid rgba(11,64,11,1.00);
	background-image: url(images/bg-image.png);
	background-position: left top;
	background-repeat: repeat;
}

@media screen and (min-width: 671px) {
nav.breadcrumb div {
	min-width: 30%;
	padding-top: 6px;
	padding-right: 5px;
}
nav.breadcrumb div button {
	margin-left: -6px;
	overflow: hidden;
	color: rgba(255,255,255,1.000);
	font-weight: 600;
	font-size: 1.2rem;
	line-height: 1.6em;
	text-transform: uppercase;
	border: none;
	background-color: Transparent;
	background-repeat: no-repeat;
	cursor: pointer;
	outline: none;
}
nav.breadcrumb div button:hover {
	color: rgba(221,126,39,1.00);
}
nav.breadcrumb div input[type="text"] {
	height: 16px;
	background-color: rgba(255,255,255,1.00);
	border: 1px solid rgba(11,64,11,1.00);
}
}

@media screen and (max-width: 670px) {
nav.breadcrumb {
	display: none;
}
nav.breadcrumb div {
	display: none;
}
nav.breadcrumb div button {
	display: none;
}
nav.breadcrumb div button:hover {
	display: none;
}
nav.breadcrumb div input[type="text"] {
	display: none;
}
}
nav.breadcrumb ol {
	min-height: auto;
	max-width: 100%;
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0px;
	padding: 0px 0px 0px 10px;
}
nav.breadcrumb ol li {
	margin: 0px;
	padding: 0px 5px 0px 0px;
	display: block;
	float: left;
	color: rgba(255,255,255,1.00);
	font-weight: 500;
	font-size: 1.2rem;
	line-height: 2.6em;
	list-style-type: none;
}
nav.breadcrumb ol li a {
	color: rgba(255,255,255,1.00);
	font-size: 1.3rem;
	text-decoration: none;
}
nav.breadcrumb ol li a:hover {
	text-decoration: underline;
}
div.wrapper {
	/*width: 100%; */
	max-width: 1000px;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
}
span.tax {
	width: 100%;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin: 10px 0px;
	box-sizing: border-box;
	color: rgba(51,51,51,1.00);
	font-size: 1rem;
}
span.tax a {
	color: rgba(51,51,51,1.00);
	text-decoration: underline;
}
h1,h1 a, h2, h2 a {
	margin-bottom: 1.5rem;
	color: rgba(103,111,16,1.00);
	font-size: 2.0rem;
	line-height: 2.6rem;
	/*text-shadow: 2px 2px 2px rgba(150, 150, 150, 0.36);*/
	font-weight: 400;
}
p.promo {
	margin-bottom: 1.5rem;
	color: rgba(0,0,0,1.00);
	font-size: 1.6rem;
	line-height: 3.2rem;
	text-shadow: 2px 2px 2px rgba(150, 150, 150, 0.36);*/
}
h1.cat, h1.cat a, h2.cat, h2.cat a {
	display: inline;
	color: rgba(103,111,16,1.00);
	font-size: 2.0rem;
	line-height: 5.4rem;
	/*text-shadow: 2px 2px 2px rgba(150, 150, 150, 0.36);*/
	font-weight: 400;
}
h2.facts, h3.description {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	color: rgba(0,0,0,1.00);
	font-family: Verdana, Geneva, sans-serif;
	font-weight: 700;
	font-size: 1.4rem;
}
main a {
	text-decoration: none;
}
.flex {
	display: flex;
	flex-direction: row;
	align-items: stretch;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: flex-start;
}
main div.mainBox {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 10px;
	padding: 10px;
	background-color: rgba(223,223,190,0.15);
	border: 1px solid rgba(11,64,11,1.00);
	border-radius: 4px;
}
main div.mainBoxWhite {
	width: 100%;
	/*
	display: flex;
	flex-direction: row;
	align-items: stretch;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: flex-start;
*/
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 10px;
	padding: 10px;
	background-color: rgba(255,255,255,1.00);
	border: 1px solid rgba(11,64,11,1.00);
	border-radius: 4px;
}
main div.mainBoxRed {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 10px;
	padding: 10px;
	background-color: rgba(236,200,4,1.00);
	border: 1px solid rgba(173,16,19,1.00);
	border-radius: 4px;
}
main div.mainBox h3, main div.mainBoxWhite h3, main div.mainBox h2, main div.mainBoxWhite h2 {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	color: rgba(0,0,0,1.00);
	font-family: Verdana, Geneva, sans-serif;
	font-weight: 700;
	font-size: 1.5rem;
	text-shadow: 1px 1px 1px rgba(150, 150, 150, 0.10);
}
section {
	display:inline-block;
	margin: 0;
	padding: 0;
	width: 100%;
}
main div.mainBoxWhite section h3 {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 5px;
	color: rgba(0,0,0,1.00);
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 0.01em;
	line-height: 22px;
}
main div.mainBoxWhite h4 {
	width: 100%;
	margin-top: 20px;
	margin-bottom: 5px;
	color: rgba(0,0,0,1.00);
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 0.01em;
	line-height: 22px;
}
.item-30 a {
	display: inline-block;
	padding: 5px 0 15px 0;
	color: rgba(0,0,0,1.00);
    font-weight: normal;
	text-shadow: 2px 2px 2px rgba(150, 150, 150, 0.36);
}
div.mainBoxWhite table {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: rgba(255,255,255,1.00);
}
main div.mainBoxWhite table td.first {
	width: 30%;
	padding-left: 5px;
	min-height: 30px;
}
main div.mainBoxWhite table td.second {
	width: 70%;
	padding-left: 5px;
	min-height: 30px;
}
.even {
	background-color: rgba(255,255,255,1.00);
}
.odd {
	background-color: rgba(225,225,225,1.00);
}
.flagg {
	width: 20%;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0px;
	padding: 15px 10px 10px 10px;
	text-align: left;
	background-color: rgba(255,255,255,1.00);
	border-radius: 4px;
}
.flagg img {
	width: 100%;
}
.flaggDescription {
	width: 80%;
	max-width: 659px;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0px;
	padding: 10px;
	font-weight: normal;
	font-size: 1.1rem;
	line-height: 1.7rem;
	text-align: left;
	background-color: rgba(255,255,255,1.00);
	border-radius: 4px;
}
footer {
	width: 100%;
	height: auto;
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/* margin: 0px 0px 10px 0px; */
	margin: 0px 0px -10px 0px;
	padding: 0px 10px 0px 10px;
	clear: both;
	color: rgba(255,255,255,1.00);
	font-weight: 500;
	font-size: 1.2rem;
	line-height: 2.8rem;
    border-top: 1px solid rgba(11,64,11,1.00);
	background-color: rgba(255,255,255,1.00);
	background-image: url(images/bg-image.png);
	background-position: left top;
	background-repeat: repeat;
}
footer div {
	display: block;
	padding: 0px 0px 0px 5px;
	float: right;
}
footer div a {
	color: rgba(255,255,255,1.00);
	text-decoration: none;
}
footer div a:hover {
	color: rgba(255,255,255,1.00);
	text-decoration: underline;
}
footer div span.separrator {
	font-weight: 600;
}
footer div:nth-last-child(8) {
	display: block;
	padding: 0px 5px 0px 0px;
	float: left;
}
main div.outLink {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    align-content: flex-start;
    -webkit-flex-direction: row;
    flex-direction: row;
    webkit-align-items: stretch;
    align-items: stretch;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
main div.outLink span.light {
    display: inline-block;
    margin: 10px 0px;
    padding: 4px 20px;
    position: relative;
    font-size: 15px;
	font-weight: 700;
}
main div.outLink a.light {
	display: inline-block;
	margin: 10px 0px;
	padding: 4px 20px;
	position: relative;
	font-size: 15px;
	text-decoration: none;
	text-transform: uppercase;
	color: rgb(51, 51, 51);
	border: 1px solid rgb(200, 200, 200);
	border-radius: 5px;
	background-color: rgb(234,232,222);
	background-image: -webkit-linear-gradient(270deg, rgba(255,255,255,0.50) 0%, rgba(223,223,223,1.00) 100%);
	background-image: -moz-linear-gradient(270deg, rgba(255,255,255,0.50) 0%, rgba(223,223,223,1.00) 100%);
	background-image: -o-linear-gradient(270deg, rgba(255,255,255,0.50) 0%, rgba(223,223,223,1.00) 100%);
	background-image: linear-gradient(180deg, rgba(255,255,255,0.50) 0%, rgba(223,223,223,1.00) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient (startColorstr='#ffffff', endColorstr='#DFDFDF');
	-webkit-box-shadow: 2px 2px 5px -1px rgba(132, 124, 124, 0.73);
	box-shadow: 2px 2px 5px -1px rgba(132,124,124,0.73);
}
span.smallText {
	font-size: 10px;
	white-space:nowrap;
}
@keyframes marquee {
 0%   { text-indent: 100% }
 100% { text-indent: 0% }
}
.marquee {
 width: 100%;
 margin: auto;
 padding: 10px;
 overflow: hidden;
 white-space: nowrap;
 color:#000000;
 font-weight:bold;
 border: solid 1px #CCCCCC;
 background-color: rgba(236,200,4,1.00);
 animation: marquee 15s linear infinite;
}

.marquee:hover {
 animation-play-state: paused;
}
.responsive {
  max-width: 100%;
  height: auto;
}
#detail {
	width: 100%;
	border-spacing: 0px;
	border-collapse: collapse;
}
#detail th, #detail td {
	text-align: left;
}
#detail th:nth-child(2n+1), #detail td:nth-child(2n+1) {
	width: 30%;
	padding: 6px 0 6px 0;
	vertical-align:top;
	font-weight: bold;
}
#detail th:nth-child(2n), #detail td:nth-child(2n) {
	width: 70%;
	padding: 6px 0 6px 0;
	font-weight: normal;
}
#detail a {
	color: rgba(51,51,51,1.00);
}