﻿#topMenu{
	background-image: URL('/Files/System/layout/topMenuBackground.gif');
	background-repeat: repeat-x;
	padding: 0px;
	margin: 0px;
}

#topMenu IMG{
	margin-left: 15px;
	margin-right: 15px;
}

#topMenu TABLE{

}

/* product menu start */

.L2{
	margin: 0px;
	padding: 0px;	
}


#productTree{
	margin: 0px;
	padding:0px;
}

#productTree LI{
	margin: 0px;
	padding:5px 0px 5px 10px;
	background-image: url('/Files/System/layout/leftmenuBackground.gif');
	background-repeat: no-repeat;
	list-style:none;
	width: 165px;
/*	height:25px; */
	
	
}
.topProdukter{
	border-left: solid 1px #b7b7b7;
	border-right: solid 1px  b7b7b7;
	border-bottom: solid 1px #b8b8b8;
	background-color: #f0f0f0;
	width: 160px;
	height: 34px;
	padding-left: 10px;
	padding-top: 10px;
}

/* Product menu end */

/* product list */ 

.quantityField
{
	width: 25px;	
	height: 20px; 
	font-size: 11px;
	
	}

UL.horizontal
{
	margin: 0px;
	padding: 0px;	
	}

UL.horizontal LI
{
	list-style-type: none;
	margin-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: solid 1px #d1d1d1;
	}

.price
{
	font-size: 15px;
	font-weight: bold;

	}


/* Basket top*/

.basket{
	border: solid 1px #C4C4C4;
	padding: 10px;
	background-image: URL('/Files/System/layout/basket_background.gif');
	background-position: bottom;
	background-repeat: repeat-x;
	background-color: #f9f9f9;
	float:left;
	width:240px;
}

UL.basketTop{
	display: inline;
	margin : 0px;
	padding: 0px;
}

UL.basketTop LI
{
	float: left;
	display: inline;
	Padding: 5px 8px 5px 8px;
	margin: 0px;
	background-color: #f0f0f0;
	border-top: solid 1px #c4c4c4;
	border-right: solid 1px #c4c4c4;
	border-bottom: solid 1px #c4c4c4;
}

UL.basketTop LI.start
{
	border-left: solid 1px #c4c4c4;
}

UL.basketTop LI.basketTopSelected
{
	background-color: #00538e;
	color: White;
	border-top: solid 1px #999999;
	border-bottom: solid 1px #999999;
	}

/* Basket generelt*/
TR.total TD
{
	border-top: solid 1px #c4c4c4;
	border-bottom: solid 1px #c4c4c4;
	font-size: 13px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
}

TR.footer TD
{
	padding-top: 20px;
	}

TR.basketheader TD
{
	padding-top: 30px; 	
	}



