hr {
	background-color: white;
	color: white;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: 1px solid #b4ce4e;
}


div#booksContainer {
	width: 716px;
	float: left;
	min-height: 400px;
	clear: left;
}

div#booksSidebarContainer {
	background-color: #f9faf2;
	width: 290px;
	min-height: 400px;
	float: right;
}

div#booksHandlekurvContainer {
	background-color: #f0f5de;
	padding: 5px 10px;
}

div#booksHandlekurv {
	background-color: white;
	border-top: 1px solid #b4ce4e;
	border-bottom: 1px solid #b4ce4e;
	min-height: 100px;
	margin: 5px 0px;
}

div.button {

	border: 1px solid #aeaeae;
	background-color: #b4ce4e;
	text-align: center;
	display: inline;
	padding: 2px 5px;
	margin: 2px 2px;

}
div.button a {
	color: #3f6018;
	text-decoration: none;
	text-transform: uppercase;
}
div.buttongray {

	border: 1px solid #aeaeae;
	background-color: #fefefe;
	text-align: center;
	display: inline;
	padding: 2px 5px;

	margin: 2px 2px;
}
div.buttongray a {
	color: #a5a5a5;
	text-decoration: none;
}


div#booksUtvalgtContainer {
	padding: 5px 10px;
}
div#booksUtvalgt {
	background-color: white;
}
div#portoContainer {
	margin: 5px 5px;
	border: 1px solid #cccccc;
	background-color: #efefef;
	padding: 5px 5px;
	font-size: 10px;
	color: #616161;
}


div.artikkel125x1, div.artikkel125x4, div.artikkel125x7, div.artikkel125x10 {
	clear: left;
}

div#divArtikkelSide125 a.lesmer {
	display: none;
}

div#divArtikkelSide125 div.artikkeltb {
	width: 220px;
	float: left;
}
div#divArtikkelSide125 .Overskrift {
	color: #3f6018;
	font-size: 12px;
}
div#divArtikkelSide125 .Uthevet {
	color: #6a992f;
	font-size: 12px;
}
div#divArtikkelSide125 .Normal {
	color: #888887;
	font-size: 11px;
}


div.booksLinksContainer {
	clear: both;
}


div.bokhandelProdukt {

}
div.bokhandelProdukt table {

}
div.bokhandelProdukt td {
	padding: 2px 2px;
	border-bottom: 1px dotted #b4ce4e;
}
div.bokhandelProdukt input {
	width: 30px;
	border: 1px solid #b4ce4e;
	text-align: center;
	font-size: 11px;
}


div#bokhandelProduktSummary {
	padding: 2px 2px;
	text-align: right;
}
div.leggihandlekurv {
	border: 1px solid #aeaeae;
	display: inline;
	padding: 2px 5px;
	background-color: #b4ce4e;
	margin-left: 13px;
}
div.leggihandlekurv a {
	color: #3f6018;
	text-decoration: underline;
}
div.booksLinksContainer img {
	vertical-align: middle;
}

div.bokhandelProdukt td.pris {
	font-size: 11px;
	color: #a5a5a5;
}

div#booksKasse {
	display: none;
	position: absolute;
	left: 20%;
	top: 113px;
	z-index: 99;
	
	width: 500px;
	
	border: 3px solid #b4ce4e;
	background-color: white;
	overflow: auto;
}

div#booksKasse table#kasseProdukter {
	border-top: 1px dotted #b4ce4e;
	border-bottom: 1px dotted #b4ce4e;
	width: 100%;
}
div#booksKasse table#kasseProdukter td {
	background-color: white;
	border-bottom: 1px dotted #efefef;
	padding: 2px 5px;
}
div#booksKasse table#kasseProdukter td.antall {
	text-align: center;
}
div#booksKasse table#kasseProdukter td.pris {
	text-align: center;
}
div#booksKasse table#kasseProdukter td.totalt {
	border-top: 1px dotted #b4ce4e;
	font-weight: bold;
}

div#booksKassenToolbar {
	padding: 10px 10px;
	text-align: center;
}
table#kasseKundeinfo td {
	padding: 2px 2px;
}
table#kasseKundeinfo input.imp {
	width: 250px;
}