@charset "utf-8";
/* CSS Document for module Butikk only */

/* Author: Bjarte Lund Rolland */

/* ADD TO CART BUTTONS */

.product_cartWrapperList {
	height:25px;
	width:270px;
	float:right;
}

	.product_cartWrapperList span {
		text-transform:lowercase;
	}
	
	.product_cartWrapperList strong {
		font-size:1.2em;
	}
.product_cartWrapper {
	height:25px;
	margin-top:10px;
	/*width:130px;*/
}

.product_quantityForm {
	height: 17px;
	width: 17px;
	padding: 4px;
	background:white;
	border:none;
	border-bottom:2px #ae7a30 solid;
	float:left;
}

	input:focus {
		background:#ae7a30;
		border-bottom:2px #726530 solid;
	}

.product_cartSmall {
	width:39px;
	height: 25px;
	background:#91b261;
	border-right:2px #ae7a30 solid;
	border-bottom:2px #ae7a30 solid;
	float:left;
	text-decoration:none;
}

.product_cartBig {
	width:180px;
	height: 25px;
	background:#91b261;
	border:none;
	border-right:2px #ae7a30 solid;
	border-bottom:2px #ae7a30 solid;
	float:left;
	text-decoration:none;
}

	.product_cartBig a,
	.product_quantity a{
		text-decoration:none;
		color:white;
		float:left;
		cursor:pointer;
	}
	
	.product_display .product_cartBig img,
	.product_cartBig img,
	.png{
		float:left;
		height: 25px;
		border:none;
	}
	
	.product_cartBig p,
	.product_quantity p{
		float:left;
		height: 22px;
		margin-top: 3px;
	}

.product_quantity {
	height: 25px;
	background:#91b261;
	border:none;
/*	border-right:2px #ae7a30 solid;*/
	border-bottom:2px #ae7a30 solid;
	float:left;
	text-decoration:none;
	width:auto;
	padding:0 5px;
	color:white;
	font-size:12px;
}

.product_cartSmall:hover,
.product_cartBig:hover {
	background:#ae7a30;
	border-right:2px #726530 solid;
	border-bottom:2px #726530 solid;
	text-decoration:none;
	

}

/* ---------------------------------------- 
[      ]
[      ]
[      ]
Lots of products with little description and pics
HEADER
PIC
DETAILS
PRICE/ADD
MORE
*/

.product_display {
	width:748px;
	float:left;
	border:1px solid white;
	margin: 0 0 5px 0;
	height: 65px;
	padding: 5px;
	border:2px #eff8ee solid;
}

	.product_pic {
		width:60px;
		height:60px;
		float: left;
		margin: 0 10px 0 0;
	}

	.product_display img {
		/*width: 60px;
		height: 60px;*/
		float: left;
		border:1px solid white;
		padding:1px;
	}
	
	.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 p {
		font-size:0.8em;
		margin-bottom:0px;
	}

.product_cartWrapper {
	float:right;
	margin-top:0;
}

.product_wideWrapper {
	float:left;
	width:400px;
}

.product_wideWrapper p {
/*	line-height:1.5em; 
	margin:0;*/
	font-size: 1.2em;
}



/* SELECTED PRODUCT
Styles for view_product_inline.cfm:
---------------------------------------- */

.inlinePrice {
	text-transform:lowercase;
	color:#ae7a30;
	margin-bottom:5px;
}

#product_left {
	float:left;
	width: 300px;
}

#product_right {
	float:left;
	width: 465px;
}

#product_right .box{
	margin-right:8px;
	overflow: hidden;
}
#product_right .box h4{
	font-size: 1.2em;
}

.imgBig img{
	width:286px;
	margin-bottom:10px;
}

.imgThumb img{
/*	height: 100px;*/
	width:136px;
	margin:0 10px 10px 0;
	float:left;
	cursor: pointer;
	border:2px #eff8ee solid;
}

.imgThumb img:hover,
.product_display img:hover {
	border:2px #ae7a30 solid;
	padding:0;
}


