@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
}
html, body {
	height: 100%;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -38px; /* the bottom margin is the negative value of the footer's height */
}
.footer, .push {
	height: 35px; /* .push must be the same height as .footer */
	clear:both;
}

#namn{
	display:none;
}

#auktion{
	width: auto;
	margin-bottom: 10px;
}

#funktest{
	position:absolute;
	right: 5px;
	top: 0px;
}

#prodbild, #prodinfo, #prodinfo_woPic, #prodbud{
	float: left;
	margin-right: 8px;
	margin-top: 3px;
}

#prodbild{
	width: 119px;
	padding-left: 3px;
	margin-top: 5px;
	margin-bottom: 2px;
}

#prodinfo{
	width: 285px;
	font-size:11px;
}

#prodinfo_woPic{
	padding-left: 3px;
	width: 415px;
	margin-bottom: 2px;
}

#prodbud{
	width: 180px;
	margin-right: 3px;
}

#pris{
	float: left;
}

#budgivare{
	float: left;
}



#kategori{
	width: 160px;
	height: auto;
	background-color: #fcf8c1;
	border: solid 1px black;
	padding:0;
	
	
	   -moz-box-shadow: 1px 1px 4px #ccc; /* FF3.5+ */
  -webkit-box-shadow: 1px 1px 4px #ccc; /* Saf3.0+, Chrome */
          box-shadow: 1px 1px 4px #ccc; /* Opera 10.5, IE9, Chrome 10+ */
}

.leftside{
	width: 160px;
	float: left;
	margin-top: 45px;
	margin-left: 5px;
}

.rightside{
	width: 195px;
	float: left;
	margin-top: 45px;
	margin-right: 5px;
}

#oppet{
	width: 195px;
	height: auto;
	background-color: #fcf8c1;
	border: solid 1px black;
	margin-top: 5px;
	
	-moz-box-shadow: 1px 1px 4px #ccc;
  -webkit-box-shadow: 1px 1px 4px #ccc;
    box-shadow: 1px 1px 4px #ccc;
}

#info{
	clear: both;
	width: 195px;
	height: auto;
	background-color: #fcf8c1;
	border: solid 1px black;
	margin-top: 5px;
	
	-moz-box-shadow: 1px 1px 4px #ccc;
  -webkit-box-shadow: 1px 1px 4px #ccc;
    box-shadow: 1px 1px 4px #ccc;
}

#senaste{
	width: 195px;
	height: auto;
	background-color: #fcf8c1;
	border: solid 1px black;
	margin-bottom: 5px;
	padding:0;
	
	   -moz-box-shadow: 1px 1px 4px #ccc; /* FF3.5+ */
  -webkit-box-shadow: 1px 1px 4px #ccc; /* Saf3.0+, Chrome */
          box-shadow: 1px 1px 4px #ccc; /* Opera 10.5, IE9, Chrome 10+ */
}


.main{
	position:relative;
	width: 615px;
	float: left;
	margin: 45px 8px 0 8px;
	
}

/*Utloggad login, nytt konto*/
.login{
	position:absolute;
	top: 23px;
	right: 57px;
}

.login p{
	margin-bottom: 5px;
	font-weight:bold;
	color:#666;
	font-size: 15px;
}

.login a, login a:visited{
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
	color: black;
}

.login a:hover{
	background-position: bottom right;
    color: #000;
    outline: none;
}
/*Utloggad login, nytt konto slut*/
/*Inloggad header-layout*/
.member{ 
	position:absolute;
	width: 230px;
	height: 80px;
	top: 15px;
	right: 0px;
}

.back{
	width: 100px;
	font-weight:bold;
	position:absolute;
	right: 0;
	top: 10px;
}


#STAY{
	position:fixed;
	margin-left: 50px;
	bottom: 50px;
	display: none;
	z-index:0;
}
