@charset "utf-8";
/* CSS Document for module Butikk only */

/* Author: Bjarte Lund Rolland */

/* FRONT */

.productFront {
	background: #ededed url(../gfx/bgNav.jpg) repeat-x bottom;
/*	width:125px;
	height:150px;
	float:left;
	padding:8px 8px 0 8px;
	margin: 0 10px 10px 0;*/
	width:160px;
	height:200px;
	float:left;
	margin: 0 10px 10px 0;
	padding:8px 9px 0 9px;
	text-align: center;
}

	.productFront img {
/*		width:121px;
		height:100px;
		margin:0;*/
		width:156px;
		height:129px;
		margin:0;
	}
	
	.productFront p {
	}
	
	.productFront a:link,
	.productFront a:active,
	.productFront a:visited {
		text-decoration:none;
	}

/* FANCY CART / CHECKLIST */

#cart p {
	margin:5px 5px 0px 39px
}

/* ADD TO CART BUTTONS */

.product_cartWrapper {
	height:25px;
	margin-top:10px;
}

	.product_cartWrapper input {
		border:none;
		padding:0;
	}

.product_quantity {
	height: 17px;
	width: 17px;
	padding: 4px;
	background:#EA832D;
	border:none;
	border-bottom:2px #b73b06 solid;
	float:left;
}

	.product_quantity input:focus {
		border-bottom:2px white solid;
	}

.product_cartSmall {
	width:39px;
	height: 25px;
	background:#EA832D;
	border-right:2px black solid;
	border-bottom:2px black solid;
	float:left;
}

.product_cartBig {
/*	width:180px;*/
	height: 25px;
	background:#EA832D;
	border:none;
	border-right:2px #b73b06 solid;
	border-bottom:2px #b73b06 solid;
	float:left;
}

	.product_cartBig a {
		text-decoration:none;
		color:black;
		font-size:12px;
		float:left;
	}
	
	.product_cartBig img,.png {
		float:left;
		height: 25px;
	}
	
	.product_cartBig p {
		float:left;
		height: 22px;
		margin-top: 3px;
	}

.product_cartSmall:hover,
.product_cartBig:hover {
	background:#6b737c;
	border-right:2px #4b5157 solid;
	border-bottom:2px #4b5157 solid;

}

/* LISTING THE PRODUCTS
Styles for view_list.cfm with three different ways of displaying products:

[      ]
[      ]
[      ]
Lots of products with little description and pics
HEADER
PIC
DETAILS
PRICE/ADD
MORE
*/

.productList {
	width:772px;
}

.product_display {
	float: left;
	position:relative;
	z-index:1;
	overflow: hidden;
	height: 300px;
	width: 227px;
	margin: 0 7px 9px 0;
	border: 1px solid white;
	padding: 5px;
	background: #ededed;
	text-align: center;
}
	.product_displayHeader {
		height: 55px;
		overflow: hidden;
		}
		.product_displayHeader h2 {
			*line-height: 1em;/*for IE7 and down*/
			}

	.product_displayImg {
		width: 224px;
		height: 168px;
		float: left;
		border:2px solid white;
		margin: 0 10px 0 0; 
	}
	.product_display h2 {
		margin-top: 10px;
		}
	.product_display h2 a:link,
	.product_display h2 a:active,
	.product_display h2 a:visited {
		text-decoration:none;
	}
	
	.product_display h2 a:hover {
		color:black;
	}
	.product_display h3 {
		margin-top: 10px;
	}

/*	.product_display p {
		font-size:0.8em;
		margin-bottom:0px;
	}

.product_wideWrapper {
	float:left;
	width:480px;
}

.product_wideWrapperRight {
	width:150px;
	float:right;
}*/


/* SELECTED PRODUCT
Styles for view_product_inline.cfm
---------------------------------------- */

#product_left {
	/*float:left;
	width: 300px;*/
}

#product_right {
	/*xfloat:left;
	width: 420px;
	width:100%;*/
	padding:8px;
	background:#ededed;
}

#product_right .box {
	/*margin-right:10px;*/
	margin-top:0;
	/*padding-bottom:0;*/
	background:white;
	/*width:402px;*/
}

	#product_right .box a:link,
	#product_right .box a:active,
	#product_right .box a:visited {
		color: #000;
	}
	#product_right .box a:hover {
		color:#EA832D;
	}
	#product_right .box a.orangeLink:link,
	#product_right .box a.orangeLink:active,
	#product_right .box a.orangeLink:visited {
		color: #EA832D!important;
	}
	#product_right .box a.orangeLink:hover {
		color: #000!important;
	}
	

#product_right .box .box {
	/*margin-right:10px;
	margin:10px 0 0 0 ;
	padding:5px 10px;*/
	background:#EA832D;
	width:150px;
}
	#product_right .box .box h4 a:link,
	#product_right .box .box h4 a:active,
	#product_right .box .box h4 a:visited {
		color:white;
		text-decoration:none;
	}
	
	#product_right .box .box h4 a:hover {
		color:#ededed;
		
	}

.imgBig img{
	width:282px;
	width:100%;
	margin-bottom:8px;
	padding:2px;
}

.imgThumb img{
	width:83px;
	margin:0 8px 8px 0;
	float:left;
	height: 65px;
	cursor: pointer;
	border:2px #ededed solid;
	padding: 2px;
}

.imgThumb img:hover,
.product_display img:hover {
	border:2px #EA832D solid;
}
.productimages {overflow:hidden;}