﻿
/* CSS Document for the products*/

/* PRODVISNING */
.prodItem{
	width:33%;
	float: left;
	text-align: center;}
	
.prodItem_inner {
	margin: 10px 0px;
	width: 180px;
	height: 197px;
	background: url(../bilder_losning/productBgIdle.jpg) no-repeat;}
.prodItem_inner:hover {
	background: url(../bilder_losning/productBgHover.jpg) no-repeat;}

.prodItem_inner .prodItem_title {
	padding: 6px 0px 0px 0px;
	margin: 0px;
	color: #fff;
	font-weight: bold;
	text-transform:uppercase;
	font-size: 11px;
	line-height: 12px;
	background: url(../bilder_losning/productBgIdle_titleBot.jpg) no-repeat bottom;}
.prodItem_inner:hover .prodItem_title {
	background: url(../bilder_losning/productBgHover_titleBot.jpg) no-repeat bottom;}
	
.prodItem_titleText {
	height: 32px;
	padding:0 10px;
	margin-bottom: 10px;}

.prodImage, .prodImage img{
	/*width:170px;
	height:110px;*/
	position:relative;
}
.prodImage .hack{
	/*width:170px;*/
	height:8px;
	overflow:hidden;
	background:url(../gfx/hack.gif) no-repeat;
	position:absolute;
	bottom:0;
	left:0;
}
.prodDesc{
	width:160px;
	height:50px;
	margin:10px 5px;
}
.prodLinx{
	font-size:11px;
	font-weight:bold;
	background:url(../gfx/redDott.gif) no-repeat;
	padding-left:7px;
	display:block;
	line-height:10px;
	color:#0758a3;
	margin:10px 5px;
}
.prodLinx a{}
.prodLine{
	clear:left;
	height:20px;
	border-top:1px solid #dddddd;
	width:98%;
	display:block;
}

/* SKRUER, ETC */
form.productSearch {
	margin: 25px 0px;
	background: url(../bilder_losning/search_form.jpg) no-repeat;
	width: 500px;
	height: 35px;}
	
form.productSearch #search, form.productSearch #search:focus {
	float: left;
	border: 1px solid #ccc;
	width: 138px;
	height: 16px;
	margin: 5px 10px 0px 40px;
	background: #fff;}
	
form.productSearch #submit {
	float: left;
	width: 37px;
	margin: 1px 0px 0px 3px;}
	
table.skruerList {
	margin-top: 35px;
	width: 100%;
	border-collapse:collapse;}
	
table.skruerList th {
	padding: 2px 5px;
	text-align: left;
	background: #000;
	color: #fff;}
	
table.skruerList tr.alt {
	background: #eee;}
	
table.skruerList td.col1 {
	text-align: left;
	vertical-align: top;
	width: 88%;
	padding: 5px;}
table.skruerList td.col2 {
	text-align: center;
	vertical-align: top;
	width: 12%;}

/* INLINE VIEW */
.inlineTittel{
	font-size:1.8em;
	color:#6b6b6b;
	margin-bottom:10px;
	text-transform:uppercase;
}
#inlineLeft{
	float:left;
	width:380px;
	overflow:hidden;
	margin: 0px;}
	
#inlineLeft.eiendom {
	width: 382px;}
	
#inlineRight{
	float:left;
	width:260px;
	overflow:hidden;
	margin: 0px 25px 0px 0px;}
	
#documents{
	width: 380px;
	background:#eee;
	padding:10px;
	margin-top:20px;
	text-align: center;
}

#documents a {
	overflow: hidden;
	display: block;
}

#documents a:hover {
	text-decoration:none;
}

#documents .productDocument {
	float: left;
	width: 88px;
	margin: 1px;
}
	
#inlineRight.eiendom {
	width: 265px;
	margin: -8px 0px 0px 20px;}

#inlineRight h2 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;}

div.jcarousel-control a {
 	float: left;
 	display: block;
 	width: 70px;
 	border: 1px solid #DBE0E3;
 	margin: 8px 8px 0px 0px;
 	padding: 0px;}
 
div.jcarousel-control a img {
 	width: 70px;
 	/*height: auto;*/
 	border: 0px;}
	
div.jcarousel-control a.eiendomThumb, div.jcarousel-control a.eiendomThumb img {
 	width: 80px;}
	
.subtext {
	color: #bababa;
	clear:both;
}
.inlineKortBeskrivelse{
	font-weight:bold;
	margin:15px 0;
	font-size:110%;
}
.inlineBeskrivelse{}
