@charset "UTF-8";
/* Testbutiken CSS */

body {
	background-color: #3b382f;
	margin: 0;
	color: #3a382e;
	font-size: 14px;
	font-family: Trebuchet MS, helvetica, arial;
}

a {
	color: #3a382e;
	text-decoration: underline;
}

a:hover {
	color: #3a382e;
	text-decoration: none;
}

h1 {
	margin-top:20px;
	margin-bottom:20px;
	padding:15px 25px 15px 15px;
	font-size:28px;
	color:#f1f1f1;
	letter-spacing:-2px;
	font-weight:bold;
	background-color:#24221c;
	display:inline-block;
}

h2 {
	margin-top:20px;
	margin-bottom:20px;
	padding:8px 12px 8px 8px;
	font-size:20px;
	color:#f1f1f1;
	letter-spacing:-2px;
	font-weight:bold;
	background-color:#24221c;
	display:inline-block;
}

h3 {
	margin-top:10px;
	margin-bottom:10px;
	padding:6px 8px 6px 6px;
	font-size:14px;
	color:#f1f1f1;
	letter-spacing:-2px;
	font-weight:bold;
	background-color:#24221c;
	display:inline-block;
}

p {
	margin: 0;
	padding-bottom: 7px;
	padding-top: 0;
}

#page {
	background-image: url(/images/bgtestbutiken.jpg);
	padding-bottom: 15px;
	background-repeat: no-repeat;
}

.border1 {
	height: 9px;
	background-color: #3b382f;
}

.border2 {
	margin-top: 2px;
	height: 1px;
	background-color: #3b382f;
}

.logo {
	float: left;
	padding: 0px;
	margin: 0px;
}

#meny li {
	padding-left: 11px; 
	padding-right: 11px; 
	display: block;
	float: left;
	height: 30px;
	line-height: 30px;
	list-style-type: none;
	text-align: left;
	margin-right: 2px;
	background: black;
}

#meny li a {
	font-size: 14px;
	color: white;
	font-weight: normal;
	margin: 0;
}

#meny li a:hover {
	text-decoration: none;
}

.left_block {
	float: left;
	width: 270px;
	padding-top: 13px;
}

.right_block {
	padding: 25px;
	background: rgb(255,255,255);
	background: rgba(255,255,255, 0.75);
	-webkit-box-shadow: 5px 5px 20px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 5px 5px 20px 0px rgba(0,0,0,0.75);
	box-shadow: 5px 5px 20px 0px rgba(0,0,0,0.75);
}

.bottom {
	padding-left: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.errmsg { 
	color: red; 
}

div.errfield input { 
	background-color: #faa; 
}

div.mallvisning {
	width: 1200px;
	height: 300px;
	margin: 30px;
}

.mallbild {
	float: left;
	width: 260px;
	height: 270px;
	margin: 0 0 60px 30px;
}

.mallbild img {
	border: 3px solid #554f41;
	margin-bottom: 5px;
	position: absolute;
}

div.forhand {
	z-index: 999;
	position: relative;
	top: 260px;
	left: 0px;
	width: 260px;
	height: 44px;
	line-height: 44px;
	font-size: 21px;
	letter-spacing: -1px;
	text-align: center;
	border: none;
}

input.button {
	background-color: #5f8500;
	-webkit-border-top-left-radius: 2px;
	-moz-border-radius-topleft: 2px;
	border-top-left-radius: 2px;
	-webkit-border-top-right-radius: 2px;
	-moz-border-radius-topright: 2px;
	border-top-right-radius: 2px;
	-webkit-border-bottom-right-radius: 2px;
	-moz-border-radius-bottomright: 2px;
	border-bottom-right-radius: 2px;
	-webkit-border-bottom-left-radius: 2px;
	-moz-border-radius-bottomleft: 2px;
	border-bottom-left-radius: 2px;
	border: 1px solid #677a47;
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	height: 36px;
	line-height: 36px;
	text-align: center;
}

input.button:hover, input.button:focus, button.button:hover {
	background-color: #7eb000;
}