@charset "utf-8";
/* CSS Document 
----------------------------------------
Author: Christer
Email: christer@inbusiness.no
----------------------------------------*/

/* Produkt utlistning - view_list.cfm
----------------------------------------*/

.prodItem {
	width:155px;
	height:190px;
	background:url(../gfx/polaroid.png) no-repeat;
	margin:0 5px;
	float:left;
}
.prodLast {}
/* Category Title & Text */
.qKatBrodtekst {
	margin-bottom:15px;
}
/* Picture */
.prodImage {
	width:145px;
	height:140px;
	margin:12px 5px 0 5px;
	background:#000;
	text-align:center;
	overflow:hidden;
}
.prodImage img {
	max-width:145px;
	max-height:140px;
}
/* Title */
.prodHeader,
.prodHeader a,
.prodHeader a:link,
.prodHeader a:visited,
.prodHeader a:hover,
.prodHeader a:active {
	width:145px;
	height:30px;
	padding:8px 5px;
	text-align:center;
	color:#000;
	text-decoration:none;
	overflow:hidden;
	text-transform:uppercase;
	font-weight:bold;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
}
/* Seperator */
.prodLine {
	clear:left;
	height:5px;
	width:98%;
	display:block;
}

/* Produkt visning - view_product_inline.cfm
---------------------------------------------*/
#product_info {}
#product_info h2 {
	font-size:1.73em;
	font-weight: normal;
	margin:5px 0;
	padding:4px 0;
	text-decoration:none;
	text-transform:uppercase;
	letter-spacing: .15em;
	font-stretch: narrower;

}
.pinkparty {
	font-size:1em;
	color:#F0A497;
	font-weight:normal;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
}
.greyparty {
	font-size:1em;
	color:#DDD;
	font-weight:normal;
	text-transform:none;
	font-family:Arial, Helvetica, sans-serif;
}
.input_quantity {
	width:50px;
}
.spaceinvaders {
	padding:10px 0;
}
.inlineTittel {
	font-size:1.6em;
	color:#6b6b6b;
	margin-bottom:10px;
	text-transform:uppercase;
}
#inlineLeft {
	float:left;
	width:342px;
}
#inlineRight {
	float:left;
	width:350px;
	height:1000px;
	padding:9px 0 0 0;
	margin-left:25px;
}
#inlineLeft ul li,
#inlineRight ul li /* due to mainContent ul li */ {
	margin:0;
	list-style-image:none;
}
.inlineKortBeskrivelse{
	font-weight: normal;
	margin:15px 0;
	font-size:110%;
}
.inlineBeskrivelse{}