.button {
	font-size: 12px;
	padding: 4px;
	background-color: white;
	border: 1px solid #e2d68a;
	color: black;
}
	.button:hover {
		background-color: #ffe6f8;
		color: black;
	}
#vidare {
	margin-top: 12px;
	float: right;
}	

	
#kundkorg {
	position: absolute;
	right: 0;
	top: 0;
}
	#top-kundkorg {
		margin-bottom: 3px;
	}
		#top-kundkorg a {
			font-weight: 800;
			font-family: Arial;
			font-size: 10px;
			
			color: #000;
			text-decoration: none;
		}
			#top-kundkorg a:hover {
				color: #333;
				text-decoration: underline;
			}


.kundkorg {
	position: absolute; 
	
	top: 0;
	left: 50%;
	right: 50%;
	
	height: 130px;
	width: 340px;
	
	text-align: right;
}

.start {
	position: absolute; 
	
	top: 0;
	left: 50%;
	right: 50%;
	
	height: 80px;
	width: 220px;
	
	margin-left: -370px;
	margin-top: 80px;
}


.alt {
	background-color: #e8ffc7;
}
	.alt a {
		color: #000;
		text-decoration: none;
	}

.normal {
	background-color: #ffe7ec;	
}
	.normal a {
		color: #000;
		text-decoration: none;
	}

.head {
	color: white;
	background-color: #ffb51e;	
}
	.head a {
		color: #fff;
	}


h3{
	font-size: 12px;
}

p.error {
	font-size: 12px;
	color: red;
}

.form {
	margin-top: -5px;
	font-size: 12px;
}

a.sub_active {
	color: black;
	text-decoration: underline;
}