/* PREDEFINED HTML TAGS
----------------------------------------
Author: Christer
Email: christer@inbusiness.no
----------------------------------------*/

/* Category View
---------------------------------------- */
.category_view {
	width:460px;
}
.category_view p {
	padding:0;
	margin:0;
	display:inline;
}
.category_view h1 {
	display:inline;
	text-transform:uppercase;
	color:#333333;
	font-weight:bold;
	padding:0;
	margin:0;
	font-size:1.09em;
	font-family:"Trebuchet MS", Arial, Verdana;
}
.category_description {
	font-size:1.00em;
	color:#333333;
	display:inline;
}
.category_whitebox {
	font-size:1em 0;
	color:#333333;
}
.category_whitebox p {
	padding:0;
	margin:1.00em;
	display:block;
}
.category_info {
	padding:25px 10px 10px 15px;
	background: url(../gfx/categorybox2.jpg) no-repeat;
	color:#333333;
	width:439px;
	height:313px;
	overflow:hidden;
}
.category_title {
	display:inline;
	text-transform:uppercase;
	color:#333333;
	font-weight:bold;
	padding:0;
	margin:0;
	font-size:1.27em;
	font-family:"Trebuchet MS", Arial, Verdana;
}

/* Product View
---------------------------------------- */
.product_view {
	width:464px;
}
.product_view p {
	padding:0;
	margin:0;
	display:inline;
}
.product_view h1 {
	display:inline;
	text-transform:uppercase;
	color:#333333;
	font-weight:bold;
	padding:0;
	margin:0;
	font-size:1.09em;
	font-family:"Trebuchet MS", Arial, Verdana;
}
.product_view img { /*
	width:464px;
	height:348px; */
}
.product_description {
	font-size:1.00em;
	color:#333333;
	display:inline;
}

.product_info {
	padding:25px 10px 10px 15px;
	background: url(../gfx/categorybox2.jpg) no-repeat;
	color:#333333;
	width:439px;
	height:313px;
	overflow:hidden;
}
.product_title {
	display:inline;
	text-transform:uppercase;
	color:#333333;
	font-weight:bold;
	padding:0;
	margin:0;
	font-size:1.27em;
	font-family:"Trebuchet MS", Arial, Verdana;
}

/* Product List
---------------------------------------- 
.product_list {
	padding-bottom:9px;
}
.product_list .left {
	width:228px;
	height:140px;
	float:left;
	background:#E6E7E8;
}
.product_list .right {
	width:210px;
	height:112px;
	padding:18px 10px 10px 18px;
	float:left;
	background:#E6E7E8;
}
.kort_beskrivelse {
	color:#000000;
}*/

/* Product Inline
---------------------------------------- */
#product_inline {}
#product_inline .leftside {
	width:650px;
	float:left;
	overflow:hidden;
}
#product_inline .rightside {
	width:280px;
	padding-left:10px;
	float:left;
	overflow:hidden;
}
#product_inline .short_description {
	font-size:1.00em;
}
#leftside_teknisk {
	width:638px;
	min-height:478px;
	height:auto !important;
	height:478px;
	border:1px solid #000;
	display:none;
	background:#FFFFFF;
}
#leftside_ekstra {
	width:638px;
	min-height:478px;
	height:auto !important;
	height:478px;
	border:1px solid #000;
	display:none;
	background:#FFFFFF;
}
.teknisk_info {
	background:#BCBDC0;
	color:#333;
	font-family:"Trebuchet MS", Arial, Verdana;
	height:40px;
	line-height:40px;
	width:50%;
	font-size:1.64em;
	font-weight:normal;
	padding-left:15px;
}
.ekstra_utstyr {
	background:#BCBDC0;
	color:#333;
	font-family:"Trebuchet MS", Arial, Verdana;
	height:40px;
	line-height:40px;
	width:50%;
	font-size:1.64em;
	font-weight:normal;
	padding-left:15px;
}
.beskrivelse {
	padding:15px;
}

/* BIG PICS, LITTLE DESCRIPTION */
.imgBig img {
	width:640px;
	height:480px;
}
.imgThumb {}
.imgThumb img {
	width:125px;
	height:94px;
	margin:0px 0 10px 15px;
	float:left;
}

.inner-left-box {
	padding-bottom:10px;
}
.inner-right-box {
	padding-bottom:10px;
	padding-left:12px;
}