@charset "utf-8";
/* CSS Document for module Butikk only */

/* Author: Bjarte Lund Rolland */

/* NAVIGATION */

#rightSmall ul li {
	list-style:square;
	margin-left:15px;
	margin-bottom:10px;
}

#rightSmall ul li a:link,
#rightSmall ul li a:active,
#rightSmall ul li a:visited {
	text-decoration:none;

}

/* SELECTED PRODUCT
---------------------------------------- */

#product_left {
	float:left;
	width: 470px;
	padding-right:40px;
}

#product_right {
	float:left;
	width: 470px;
}

	/*#product_right img {
		width:470px;
	}*/
	
	#product_right h2 a:link,
	#product_right h2 a:active,
	#product_right h2 a:visited {
		color:#008bc5;
		text-decoration:none;
		float:right;
		font-size:0.9em;
		font-weight:normal;
	}
	
	#product_right h2 a:hover {
		color:#db002f
	}
	
.imgBig img{
	width:470px;
	margin-bottom:10px;
}
/*
.imgThumb img{
	width:140px;
	margin:0 10px 10px 0;
	float:left;
	height: 100px;
}
*/
