html, body {
	margin:      0;
	padding:     0;
	width:       100%;
	font-family: Arial;
	background-color: #233224;
}
img {
	border: 0;
}

* {
	-webkit-appearance: none;
}

#container {
	padding-bottom:30px;
}

h1 {
	margin:         0 0 50px 0;
	text-align:     center;
	color:          #adaf40;
	font-size:      40px;
	text-transform: uppercase;
}
input {
	padding:        10px;
	font-size:      18px;
	border:         0;
	outline:        none;
	background-color: #e5cb85;
}
a.knap:link, a.knap:visited, input.submit {
	display: inline-block;
	background-color: #adaf40;
	color: #233224;
	font-size: 20px;
	padding:10px;
	border-radius: 20px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}
.clr {
	clear:both;
}
.error {
	margin:auto;
	margin-top:40px;
	color:#d00;
	font-weight: bold;
	display:block;
	background-color: #300;
	border:2px solid #600;
	width:200px;
	padding:10px;
	line-height:24px;
}
#loginfo {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	background-color: rgba(0,0,0,0.8);
	color: #adaf40;
	text-shadow: 0px 0px 4px #000;
	font-size:20px;
}
#loginfo .inside {
	padding: 10px 60px 10px 60px;
}
#loginfo .right {
	float: right;
}


/* LOGIN AND REGISTER */

.login,
.register {
	text-align: center;
	color: #adaf40;
	font-size: 20px;
}
.register {
	width: 450px;
	text-align: right;
	margin:auto;
}
.register > div {
	margin-bottom:10px;
}
.login input,
.register input {
	width:300px;
	border-radius: 20px;
}
.login input {
	width:150px;
	letter-spacing: 5px;
}

/* CHOOSE MEMBER */

a.user {
	display: block;
	color: #000;
	text-decoration: none;
	width:95%;
	margin:auto;
	margin-bottom:10px;
	text-align: left;
	background-color: #e5cb85;
	border-radius: 20px;
}
.userinside {
	padding:10px;
}
a.user .name {
	font-size: 20px;
}
.letterLink > a {
	display: block;
	padding: 20px;
	border-radius: 20px;
	margin-bottom:10px;
	background-color: #e5cb85;
	color: #000;
	text-decoration: none;
	font-size: 20px;
	font-weight: bold;
}
.letterLink.active > a {
	background-color: #eddbaa;
}
.letterList {
	display:none;
}


/* SHOP */

.slideinside {
	padding: 50px;
	text-align: center;
}
a.nominus, a.noplus,
a.checkoutminus, a.checkoutplus {
	display: inline-block;
	font-size: 18px;
	line-height: 30px;
	height:30px;
	width:30px;
	color:transparent;
	text-decoration: none;
}
.nominus, .checkoutminus {
	background-image:url(../img/nominus2.png);
}
.noplus, .checkoutplus {
	background-image:url(../img/noplus2.png);
}
#slide1 .nominus {
	background-image:url(../img/nominus.png);
}
#slide1 .noplus {
	background-image:url(../img/noplus.png);
}
.remove {
	color: #b00;
	text-decoration: none;
	font-weight: bold;
	font-size: 25px;
	margin-left:30px;
	vertical-align: middle;
}

#rabatwrap {
	display:none;
	width:0px;
	white-space: nowrap;
	overflow: hidden;
}
#rabat {
	background-color: #fff;
	text-align:right;
	width:100px;
	padding:4px;
	border-radius: 10px;
}
#rabatlink {
	display: inline-block;
	font-size: 18px;
	line-height: 30px;
	height:30px;
	padding-left:40px;
	padding-right:10px;
	color:#000;
	text-decoration: none;
	background:url(../img/noplus2.png) no-repeat left center;
}

#whiskytemplate {
	display: none;
}
#slide1 #whiskywrap > div {
	margin-bottom: 20px;
	position: relative;
}
#slide1 input.whiskyinput {
	width:100%;
}
#slide1 input.whiskyinput.results {
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}
#slide1 input.whiskyinput.noresults {
	border-radius:  20px;
}
#slide1 #whiskywrap .placeholder {
	display:    none;
	position:   absolute;
	font-size:  16px;
	border:     0;
	outline:    none;
	padding:    0 9px 5px 9px;
	width:      100%;
	background-color: #e5cb85;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	z-index: 999;
}
#slide1 #whiskywrap .placeholder > a {
	display: block;
	padding: 15px 0 15px 0;
	color:   #000;
	text-decoration: none;
}


input.antal {
	width:         40px;
	padding-left:  0;
	padding-right: 0;
	text-align:    center;
	background-color: transparent;
	color: #233224;
}
#slide1 input.antal {
	color: #d7da50;
}


.imglistwrap {
	width: 100%;
}
.imglist {
	margin-bottom:10px;
	padding:20px;
	background-color: #e5cb85;
	text-align: left;
	border-radius:  25px;
	position:relative;
}
.imglist div.antal {
	position:absolute;
	bottom:15px;
	right:25px;
}
.imglist .image {
	width:150px;
	height:150px;
	padding:10px;
	background-color: #fff;
	border-radius: 10px;
	text-align: center;
	float:left;
	margin-right:20px;
}
.imglist .name {
	margin-top:10px;
	font-size: 20px;
}
.imglist .price {
	margin-top:15px;
	font-size: 16px;
}