@charset "utf-8";
/* CSS Document */
/* FRONTPAGE */
.frontpageColumn {
	position:relative;
	float:left;
	width:200px;
/*	border-right: solid #CCC 1px; */
	margin-right: 5px;
	margin-bottom: 12px;
}

.frontpageColumn ul {
	display: block ;
	list-style:none;
	margin:0px;
	padding:0px;
}

.frontpageColumn ul li {
	/* display: inline-block;		 */
	display:block ;
	clear: both;
	min-height: 43px;
	padding-bottom: 6px;
	padding-top: 6px;
	border-bottom: dotted #eaeaea 1px;
}

.frontpageImage {
	display: inline;
	width: 40px;
	height: 40px;
	float:left;
	border: solid #eaeaea 1px;
	margin-right: 3px;
	overflow:hidden;
}

.frontpagePrice {	

	display: block;
	/*width: 200px;*/
	float: left;
	/* clear:both; */
	margin-top: 3px;
	margin-left: 6px;
	/*padding-left: 3px;*/
	font-size: 10px;
	font-weight: normal;
}

a.frontpageLink {
	/*padding-left: 3px;*/
	font-size: 11px;
	font-weight:bold;
}

a.frontpageTitle {
	display:block;
	border-bottom: solid #EAEAEA 2px;
	max-width: 207px;
	color: #999;
	font-size: 16px;
}

a.frontpageTitle:hover {
	border-bottom: solid #000 2px;
	color: #000;
}

.frontpageColNameLink {
	height: 26px;
	overflow:hidden ;
}

.frontpageBuyButton {
	position:relative ;
	
	display: block;
	/*width: 200px;*/
	float: left;
	/* clear:both; */
	margin-top: 1px;	
	margin-left: 3px;
	margin-right: 3px; /* for right alignment */
	/*padding-left: 3px;*/
	font-size: 10px;
	font-weight: normal;
}

.article {
	
}

.articleFunctions {
	width: 100%;
	height: 24px;
}

.articleFunctionRight {
	float: right;
}

.articleFunctionLeft {
	float: left;
	width: 400px;
}

.articleHead {
	font-size: 24px;
	font-weight: bold;
	
}

.articleBody {

	height: 100% ;
	min-height: 100%;
}

.articleInfo {
	width: 200px;
	float: right;
	background-color:#eaeaea;
	border: solid #eaeaea 1px;
	margin-left: 5px;
	margin-bottom: 5px;
	padding: 5px;
}

.frontButtons {
	width: 150px;
	padding-top: 5px;	
	float: left ;
}

.frontPrice {
	position:relative;
	left: 4px;
	padding-top: 5px;
	float:left;
	/*width: 80px;*/
	
}

#BUYBTN, #DETAILBTN  {
	margin-bottom: 2px;	
}

.frontHeader {
	padding-top: 5px;
}

.frontBody {
	width: 100%;
	clear: both ;
}

.frontImage{
	float: left ;
	margin: 1px;
	border: solid #eaeaea 1px;
}

.imgPreview {
	border: solid #999 1px;
	width: 35px;
	height: 35px;
	overflow:hidden;
	float:left;
	margin: 1px;
}

.frontFooter {
	clear: both;
	width: auto ;
	/*clear: both ;*/
}

.BUYBOX {
	left: 4px;
	position:relative;
	width: 74px;
	float:left;
	
}

.PRICEBOX {
	float:left;
	position:relative;	
	left: 0px;
	width: 74px;
	height: 25px;
	background-image:url(/images/_buttons/PRICEBG.png) ;
	color: #fff ;
	font-size: 11px;
	font-weight: bold;
	line-height: 25px;
	text-align:center ;
}

.veiledende, .discount {
	font-size: 10px;
	color: #9c9c9c;
}

.discount {
	color: #cc0000 ;
	font-weight: bold;
}

.veiledende {
	text-decoration:line-through;
}

.product_leftside {
	border-right: solid #eaeaea 1px;
	padding-right: 5px;
}

.product_rightside {
	padding-left: 5px;
}

.topline {
	border-top: solid #eaeaea 1px;
}

.readmore {
	font-weight:bold ;
}

a.front {
	color: #000;
}

a.front:hover {
	color: #595959;
}

.inventoryStatus {
	font-size: 10px;
}

.inventoryTable {
	display: block;
	float: left;
	clear:both ;
}