@charset "utf-8";
/* CSS Document for module Butikk only */

/* Author: Bjarte Lund Rolland */



/* ADD TO CART BUTTONS */

.product_cartWrapper {
	height:25px;
	margin-top:10px;
}

.product_quantity {
	height: 17px;
	width: 17px;
	padding: 4px;
	background:#6c8395;
	border:none;
	border-bottom:2px black solid;
	float:left;
}

	input:focus {
		background:#eceff1;
		border:1px solid #6c8395;
	}

.product_cartSmall {
	width:auto;
	height: 25px;
	background:#6c8395;
	border-right:2px black solid;
	border-bottom:2px black solid;
	float:left;
}

.product_cartBig {
	width:150px;
	height: 25px;
	background:#6c8395;
	background:red;
	border:none;
	border-right:2px #ff8585 solid;
	border-bottom:2px #ff8585 solid;
	float:left;
}

	.product_cartBig a:link,
	.product_cartBig a:active,
	.product_cartBig a:visited {
		text-decoration:none;
		color:white;
		font-size:12px;
		float:left;
		cursor:pointer;
	}
	
	.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:#6c8395;
	border-right:2px black solid;
	border-bottom:2px black solid;

}

/* LISTING THE PRODUCTS
Styles for view_list.cfm
--------------------------------------

[  ][  ]
[  ][  ]
[  ][  ]
Few products where pics and/ord descriptions are important
HEADER
PICS(SEVERAL??)
DESCRIPTION
DETAILS
PRICE/ADD
MORE*/


.product_display {
	margin:0 0 20px 0;
}

.product_display .tekstbox {
	float:left;
	width:545px;
	margin:0 0 0 20px;
}

.product_display h2 {
	background:url(../gfx/bgHeading.jpg) bottom;
	font-weigh:normal;
	font-size:1.2em;
	height:24px;
}

.product_display h2 a{
	color:#253746;
}

	.product_display img {
		width: 120px;
		height: 120px;
		float: left;
		border:2px solid #cfd7dd;
		margin: 0 10px 0 0;
	}
	
/*	.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:1em;
		margin-bottom:0px;
	}

.product_cartWrapper {
}


/* SELECTED PRODUCT
---------------------------------------- */

#product_left {
	float:left;
	width: 300px;
}

#product_right {
	float:right;
	width: 390px;
}


.imgBig img{
	width:286px;
	margin-bottom:10px;
	
}

.imgThumb img{
	width:136px;
	margin:0 10px 10px 0;
	float:left;
	height:130px;cursor:pointer;
}

.imgThumb img:hover,
.product_display img:hover {
	border:2px #ff0000 solid;
}

.imgBig img:hover{
	border:2px solid #cfd7dd;
}

