div.NavProductSmall {
	display: block;
	border:1px solid #ccc;
	padding:2px 5px;
	width:120px;
	color:#626262;
	margin: 10px;
	text-align: center;
	height: 140px;
	float: left;
}

div.NavProductSmall:hover {
	border: 1px solid black;
}

div.NavProductSmall img {
	max-width: 110px;
	height: 100px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
div.NavProductSmall a {
	color: #626262;
	text-decoration: none;
}

div.NavProductSmall:hover a {
	color: black;
}

div.ProductChoiceGroup {
	height:30px;
	background: url(../../../images/bgsubmenu.png) repeat-x top left;
	border-top: 1px solid #ccc;
	margin-left: 410px;
}

div.ProductChoiceGroup strong {
	float: left;
	line-height: 30px;
}

div.ProductChoice {
	display:block;
	float:left;
	height:30px;
	color:#626262;
	font-size:12px;
	line-height:30px;
	padding:0 0 0 9px;
	text-decoration:none;
	cursor: pointer;
}

div.ProductChoice span {
	display:block;
	float:left;
	height:30px;
	color:#626262;
	line-height:30px;
	padding:0 18px 0 8px;
	cursor: pointer;
}

div.ProductChoice:hover {
	display:block;
	float:left;
	background:url(../../../images/subbutton_left.png) no-repeat left;
	height:30px;
}

div.ProductChoice:hover span {
	display:block;
	float:left;
	background:url(../../../images/subbutton_right.png) no-repeat right;
	color:#333;
	height:30px;
}


div.ProductChoiceSelected {
	display:block;
	float:left;
	height:30px;
	color:#626262;
	font-size:12px;
	background:url(../../../images/subbutton_left.png) no-repeat left;
	line-height:30px;
	padding:0 0 0 9px;
	text-decoration:none;
}

div.ProductChoiceSelected span {
	display:block;
	float:left;
	background:url(../../../images/subbutton_right.png) no-repeat right;
	height:30px;
	color:#626262;
	line-height:30px;
	padding:0 18px 0 8px;
}
div#VennligstVelg {
	display: block;
	float: left;
}

div#EksistererIkke {

	display: none;
	float: left;
	font-weight: bolder;
	color: red;
}

div#LeggTil {
	display: none;
	float: left;
}

img#produktbilde {
	float: left;
	margin-right: 20px;
}

input#variantid {
	display: none;
}

input#str {
	display: none;
}

input#farge {
	display: none;
}

div#produktvisning {
	margin-left: 150px;
}

div#minicart {
	max-width: 150px;
}


.NavActiveFilter {
	color: black;
}

.NavActiveFilter:after {
	background: url( '/templates/admin/images/icons/sign_tick.png' ) no-repeat top left;
	width: 16px;
	height: 16px;
	content: ".";
	color: white;
	display: inline-block;
}

.NavProductList {
	margin-left: 180px;
	padding-top: 5px;
}

img.NavProductListCategoryImage {
	margin-left: 10px;
}

div#produktsidebar input {
	border:1px solid #ccc;
}

div.FargeBilde {
	display: block;
	border:1px solid #ccc;
	padding:2px 5px;
	width:120px;
	color:#626262;
	margin: 10px;
	text-align: center;
	height: 140px;
	float: left;
	cursor: pointer;
}

div.FargeBilde:hover {
	border: 1px solid black;
}

div.FargeBilde img {
	max-width: 110px;
	height: 100px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}


