

/* PRODUKTINFORMASJON ARTIKKEL */

.item_thumb { /* Produktbilde i produktartikkel */
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}
#designbutton120 {
	float:left;
	padding-right:5px;
}
#designbutton120 a:link {
	color:#FFFFFF;
	height: 23px;
	display: block;
	line-height: 23px;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	width: 120px;
	background-image: url(../Img/button_120.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#designbutton120 a:hover {
	color:#CCCCCC;
	height: 23px;
	display: block;
	line-height: 23px;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	width: 120px;
	background-image: url(../Img/button_120.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#designbutton120 a:visited {
	color:#FFFFFF;
	height: 23px;
	display: block;
	line-height: 23px;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	width: 120px;
	background-image: url(../Img/button_120.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

/* HANDLEKURV LITEN - ALLE SIDEMALER */

.handlekurv_tittel {
	font-size: 14px;
	font-weight:bold;
	color: #666666;
	margin-bottom: 7px;
}
.betalingsmaater {
	margin-top: 10px;
}
.produktover {
	background-color: #99CC00;
	height: 30px;
	width: 150px;
	position: absolute;
	top: 163px;
}

/* HANDLEKURV STOR */

#handlekurvstor {
	background-color: #FFFFFF;
}
#handlekurvstor .cartHeaders {
	display:none;
}
#handlekurvstor .style1 {	color: #A4A242}
#handlekurvstor .style2 {
	color: #333333;
	font-weight: bold;
}
#handlekurvstor #Legghandlekurv ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#handlekurvstor .simpleCart_shelfItem .item_add {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
#handlekurvstor .tilbake {
	margin-top: 22px;
	margin-bottom: 22px;
	margin-right: 0px;
	margin-left: 0px;
	padding: 0px;
}
#handlekurvstor .style3 {
	margin-top: 22px;
	margin-bottom: 22px;
	margin-right: 0px;
	margin-left: 0px;
	padding: 0px;
	font-size: 14px;
	font-weight: bold;
}
#handlekurvstor .itemPrice {
	font-size: 12px;
}
#handlekurvstor .itemName { /* Produktnavnet */
	font-weight: bold;
	font-size:14px;
	color:#333333;
	padding-top:45px;
}
#handlekurvstor .itemQuantity {
	color:#333333;
	float:left;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 3px;
	padding-right: 3px;
	margin-right:7px;
	border:solid 1px #CCCCCC;
	font-weight: normal;
	font-size:12px;
}
#handlekurvstor .simpleCart_items { /* Selve containeren for handlekurv produkt-opplistingen */
	font-size:12px;
	font-weight:normal;
}
#handlekurvstor .itemTotal { /* Totalsum pr.produkt i handlekurven */
	font-size: 12px;
	color:#999999;
	padding-bottom:5px;
}
#handlekurvstor .itemdecrement A { /* Denne fjerner ett produkt */
	float:left;
	margin-right:12px;
	font-size:16px;
	font-weight: bold;
}
#handlekurvstor .itemincrement A { /* Denne legger til ett produkt */
	float:left;
	margin-right:9px;
	font-size:16px;
	font-weight: bold;
}
#handlekurvstor .itemremove { /* Denne sletter alle spor etter dette produktet */
	margin-right:9px;
	margin-bottom:30px;
	font-size:12px;
}
#handlekurvstor .simpleCart_items img { /* Produktbilde som vises i handlekurven */
	width: 130px;
	height: auto;
	float:left;
	clear:left;
	margin-right:15px;
	padding-top:15px;

}
#handlekurvstor .item_thumb {
	float: left;
	margin-top: 30px;
	margin-right: 15px;
	margin-bottom: 300px;
}

/* Produktopplisting horisontal (nedover) */

.horizprod_opplisting {
	width: 460px;
	padding-top: 20px;
	background-image: url(../Img/prod_skille.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-bottom: 20px;
}
.horizprod_thumbnail {
	width: 210px;
}
.horizprod_title {
	font-size: 16px;
	font-weight: bold;
}
.horizprod_ingress {
	color: #666666;
}
.horizprod_kjop {
	font-weight: bold;
}

/* Produktopplisting vertikal (rutenett) */

.produkt_table {
	float: left;
	width: 210px;
	text-align: center;
	margin-top: 20px;
	margin-right: 20px;
	position: relative;
}
.produkt_table_foto {
	height: 200px;
	width: 220px;
}
.produkt_table_foto img {
	border:none;
}
.produkt_table_title a {
	color: #A4A242;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}
.produkt_table_ingress a {
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
}
.produkt_pris_artikkel {
	color: #666666;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
}