body, div, span, dl, dd, dt, ul, ol, li, p, h1, h2, h3, form, fieldset {
	border:none;
	padding:0;
	margin:0;
}
body {
	font-family:"trebuchet ms" arial, "lucida Grande","Lucida Sans unicode", verdana, arial,sans-serif;
	font-size:62.5%;
	line-height:1.4;
	background-color:#F4F3E8;
}
h1 {
	font-size:160%;
	font-weight:bold;
	margin-bottom:.4em;
}
h2 {
	font-size:140%;
	font-weight:bold;
	margin-bottom:.3em;
}
h3 {
	font-size:120%;
}
p {
	margin-bottom:.8em;
}
#wrapper {
	font-size:1.3em;
}
a {
	color:#71211C;
	text-decoration:none;
}
#header-wrapper {
	background:url(/css/img/header.png) no-repeat top center;
}
#header {
	width:726px;
	height:77px;
	margin:0 auto;
	position:relative;
	/*background:url(/css/img/header.png) no-repeat top center;*/
	font-size:11px;
}
#header #logo {
	text-indent:-999em;
	position:absolute;
}
#dropdown {
	overflow:hidden;
	padding:.5em 0;
	background:url(/css/img/dropdown.png) no-repeat bottom center;
}
#dropdown a {
	color:#FFF;
}
#content {
	width:764px;
	margin:24px auto;

}
#main {
	width:552px;
	float:left;
	padding-bottom:2em;
}
#sidebar {
	width:140px;
	float:right;
	padding-left:12px;
	margin-right:18px;
}
#sidebar div {
	width:140px;
	margin-bottom:12px;
}
#intro {
	color:#FFFFFF;
	width:564px;
	padding-right:200px;
	padding-bottom:1em;
	margin:0 auto;
}
#nav {
	position:absolute;
	right:0px;
	top:46px;
	text-transform:uppercase;
	font-weight:bold;
}
#nav a {
	margin-left:10px;
	color:#FFFFFF;
	text-decoration:none;
}
#nav a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}

/* Inloggning */
#logged-in {
	background:url(/css/img/logged-in.png) no-repeat top center;
	position:absolute;
	padding-left:20px;
	padding-top:5px;
	height:32px;
	width:330px;
	top:0px;
	right:-10px;
	color:#FFF;
	text-transform:uppercase;
	font-weight:bold;
}
#logged-in a {
	margin-right:10px;
	color:#FFF;
}
#logged-in a:hover {
	text-decoration:underline;
}
#login {
	background:url(/css/img/login.png) no-repeat top center;
	position:absolute;
	height:37px;
	width:350px;
	top:0px;
	right:-10px;
	color:#FFF;
	font-size:11px;
}
#login fieldset {
}
#login label {
	margin:0 6px 4px 4px;
	float:left;
	text-indent:-999em;
}
#login input {
	position:absolute;
	font-size:11px;
	font-family:calibri,arial,sans-serif;
	background-color:transparent;
	border:0;
	padding:0;
}
#login .username {
	top:7px;
	left:118px;
	width:54px;
}
#login .password {
	top:7px;
	left:248px;
	width:54px;
}
#login input#button-login {
	text-indent:-999em;
	font-size:1px;
	top:4px;
	left:312px;
	width:22px;
	height:18px;
	cursor:pointer;
}
/* registrering */
.signup {
	position:relative;
	display:none;
	width:530px;
}
#wrapper .hold {
	display:block;
}
.signup label {
	position:relative;
	display:block;
	padding:4px 0;
	font-weight:bold;
	width:260px;
}
.signup label span {
	position:absolute;
	right:-6px;
	top:.6em;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}
#username, #pwd, #email, #zip {
	width:100%;
	border:solid #5a1a16 1px;
	padding:2px 3px;
}
.signup input.button {
	float:right;
	margin-right:268px;
}
.signup #info {
	width:250px;
	position:absolute;
	top:1.4em;
	right:0px;
}
#showform {
	cursor:pointer;
}
#hideform {
	float:left;
	cursor:pointer;
}
/* Detaljsida */
#details {
	overflow:hidden;
}
#prodinfo {
	float:left;
	width:320px;
}
#variants {
	float:left;
	margin-top:1em;
	width:320px;
}
#more {
	float:left;
	margin-top:1em;
	width:320px;
}
#you {
	float:right;
	width:214px;
	margin-top:3em;
}
#you>div {
	position:relative;
	margin-bottom:1em;
	background:url(/css/img/boxbak.png) no-repeat top center;
	background-color:#EBEADF;
	border:solid #D8D7CC 1px;
	padding:6px 12px 12px 12px;
}
#you .fade {
	border-color:#FF0000;
}
#you #saved {
	color:#FF0000;
	position:absolute;
	bottom:0px;
	right:12px;
}
#you h2 {
	font-size:1.1em;
}
#you .button {
	clear:both;
	margin-top:6px;
}
table#prodinfo {
	border-collapse:collapse;
}
table#prodinfo td {
	border-bottom:solid #D8D7CC 1px;
	padding:2px;
	vertical-align:top;
}
table th {
	text-align:left
}
h1 span {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
}
#details textarea {
	width:100%;
}
label {
	display:block;
}
.stars label {
	display:inline;
	width:6em;
}
.stars {
	overflow:hidden;
}
.stars * {
	float:left;
}
/* START taggar */
.i0 { font-size:80%; }
.i1 { font-size:90%; }
.i2 { font-size:100%; }
.i3 { font-size:110%; }
.i4 { font-size:120%; }
.i5 { font-size:130%; }
.i6 { font-size:140%; }

/* END taggar */

/* Listor */
.list {
	width:100%;
	background:url(/css/img/listbak.png) no-repeat top right;
	border:0;
	border-spacing:0;
	margin-bottom:1em;
	padding-right:5px;
}
.no-legend {
	background-image:none;
	padding-top:0;
}
.list th {
	padding-top:36px;
}
.list td {
	vertical-align:bottom;
}
td.kvalitet {
	border-left:solid #D8D7CC 1px;
	width:50px;
}
td.prisvard {
	border-left:solid #D8D7CC 1px;
	border-right:solid #D8D7CC 1px;
	width:48px;
}
td.pris {
	font-size:90%;
	color:#666666;
	vertical-align:bottom;
}
.second td {
	padding-bottom:.4em;
	line-height:1;
}
.list img {
	vertical-align:bottom;
}
.list .second img {
	vertical-align:middle;
}
#pagination {
	margin:12px 0;
}
/* Sök mm */
#filter {
	width:764px;
	overflow:hidden;
	margin:0 auto;
	color:#FFF;
	font-size:11px;
	font-weight:bold;
	padding-bottom:2em;
}
#filter h2 {
	border-bottom:solid #FFF 1px;
	font-size:10px;
	text-transform:uppercase;
	margin-bottom:.3em;
}
#filter h2.space {
	margin-top:.8em;
}
#filter label {
	display:block;
	margin-bottom:.4em;
}
select, label input {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	width:300px;
}
label input {
	width:295px;
}

#search {
	width:300px;
	float:left;
	border-right:solid #FFF 1px;
	padding-right:12px;
	margin-right:12px;
}
#search form {
	margin-top:.5em;
}
#cloud {
	width:420px;
	float:left;
}
#cloud a{
	margin:0 2px;
}
#cloud a:hover {
	text-decoration:underline;
} 
#varugrupp {
	text-transform:lowercase;
}
/* Infosidor */
form input#fylleri {
	display:none;
}
form .button {
	margin-top:6px;
}
#mess {
	width:100%;
}
#new-mess {
	position:relative;
	margin-bottom:1em;
	background:url(/css/img/boxbak.png) repeat-x top center;
	background-color:#EBEADF;
	border:solid #D8D7CC 1px;
	padding:6px 12px 12px 12px;
}
table#scale {
	border-collapse:collapse;
	margin-bottom:1em;
}
table#scale td {
	padding-right:1em;
}
