#main{
		text-align:center;
		background:#efefef;
		padding-top:60px;
		padding-bottom:100px;
		font-size:18px;}
		
.number{background:#000;
	color:#fff;
	border: none;
	font-size:20px;
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:5px;
	}
	
	
	p{
		text-align:left;
		max-width:600px;
		font-size: 18px;
	}

	a{
		color:#ff3c37;
		text-decoration:none;
	}
	
	.itemlist{
		margin-top:20px;
		margin-bottom:20px;
		text-align:center;
	}
	
	.question{
		padding-bottom:30px;
		font-size: 26px;
	}
#cartfooter{
	height:200px;
	padding-top:50px;
	font-size: 18px;
	
}

#cartheader{
	height:200px;
	padding-top:50px;
}

.underline{
	border-top: 2px solid black;
	height:6px;
	border-bottom: 2px solid black;
	background:none;
	margin-bottom:40px;
	width:400px;
}

.toperlik{
	border-top: 2px solid black;	
	background:none;
	width:400px;
}
.pieceprice{
	color:#888;
}
#sjekkutknapp{
	text-decoration:none;
	background:#ff3c37;
	color:#fff;
	margin-top: 10px;
	border:none;
font-family: 'Droid Sans Mono', sans-serif;
	font-size:24px;
	padding-left:18px;
	padding-right:18px;
	padding-top:12px;
	padding-bottom:12px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-transition: all 60ms linear;
	-moz-transition: all 60ms linear;
	-ms-transition: all 60ms linear;
	-o-transition: all 60ms linear;
	transition: all 60ms linear;
	text-shadow: 0px -1px 0px rgba(50, 50, 50, 1);
	border-bottom:1px solid #960303;
}

#sjekkutknapp:hover{padding-left:30px;
padding-right:30px;}