﻿@charset "utf-8";
/* CSS Document */

/* Rammeverket
---------------------------------------- */
#product_inline_container {
	width:100%;
}

/* Leftside
---------------------------------------- */
.product_inline_leftside {
	float:left;
	width:220px;
	padding-top:21px;
}

.product_inline_picture {
	width:220px;
	height:220px;
	background:#FFFFFF;
}

.product_inline_leftside .prodLink {
	height:19px;
	line-height:normal;
	text-decoration:none;
}
.product_inline_leftside .prodLink img {
	vertical-align:middle;
}
.product_inline_leftside .prodLink a,
.product_inline_leftside .prodLink a:link,
.product_inline_leftside .prodLink a:visited,
.product_inline_leftside .prodLink a:hover,
.product_inline_leftside .prodLink a:active {
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
	font-size:0.93em;
	color:#999;
}

/* Rightside
---------------------------------------- */
.product_inline_rightside {
	float:left;
	width:227px;
	padding-top:30px;
	padding-left:15px;
}
.product_inline_tittel {
	background: #FFFFFF;
}
.product_inline_ingress {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
	color:#666666;
	margin-right:5px;
	margin-bottom:15px;
}
.product_inline_selectbox {
	width:200px;
	margin-bottom:5px;
}

/* Relaterte produkter
---------------------------------------- */
#product_inline_related_container {
	width:462px;
	background:#FF33CC;
}
.product_inline_related {
	width:88px;
	height:100px;
	float:left;
}
.product_inline_related_pic {
	width:88px;
	height:70px;
	float:left;
	overflow:hidden;
}
.product_inline_related_text {
	width:88px;
	height:30px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	line-height:13px;
}
.product_inline_related_text a,
.product_inline_related_text a:link,
.product_inline_related_text a:visited,
.product_inline_related_text a:hover,
.product_inline_related_text a:active {
	color:#666666;
	text-decoration:none;
}
