.tabbed-pane * {
	margin: 0;
	padding: 0;
}
.tabbed-pane {
	width: 430px;
	
}

.tabbed-pane .tabs {
	list-style: none;
	clear: both;
	float: left;
	margin-bottom: -1px;
	
	
}
.tabbed-pane .tabs li a.active {
	background: white;
	border-bottom: 1px solid white;
	color: #c6168d;
}
.tabbed-pane .tabs li {
	float: left;
	margin: 0 3px 0 0;
}

.tabbed-pane .tabs li a {
	color: #336699;
	display: block;
	padding: 5px;
	background: #f0f0f0;
	border-color: #ccc;
	border-style: solid;
	border-width: 1px;
	text-decoration:none;
}
.tabbed-pane .pane {
	border: 1px solid #ccc;
	background-color:#FFFFFF;
	padding: 2px;
	clear: both;
	height: 100%;
}
.tabbed-container {
	position: relative;
	clear: both;
	min-height: 10em;
}
.tabbed-container .overlay {
	position: absolute;
	clear: both;
	border: 1px solid #333;
	padding: 5px;
	width: 488px;
	top: 0;
	left: 0;
	background: white url(/include/images/spinner.gif) center center no-repeat;
	text-align: center;
	z-index: 100;
	height: 100%;
}

/* ******************* */

.tilbodcontainer2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight: normal;
	width:100%;
	
	}
	
.productname {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight: bold;
	padding: 4px;
	
	}
	
.qty-unit {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight: normal;
	color: #79319c;
	
	}
	
.discount {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight: normal;
	color: #79319c;
	
	}
	
	
	
.price {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight: bold;
	width: 10%;
	
	}
	
.categorysplitter {
	border-top: 1px solid #b67dbd;
	font-weight: bold;
	font-size:12px;
	color: #852990;
	padding: 10px;
	background-color: #dba9e1;

}

#newcart {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}

#newcart tr {
	text-decoration:underline;
	background-color: #fff;
}

#MyPane_overlay {
	
	background-color: #fff;
	width:450px;
}

#shopping_cart{	/* Shopping cart */
	color:#333333;
	margin:0px;
	padding:0px;
	background-color:#f7f7f7;
	border: 1px solid #646464;
	width: 310px;
	height: 330px;
	
	position:fixed;
	z-index:1000;
	
	
}

#alltheline {
	height:186px;
	overflow-y:auto;
	overflow-x: hidden;
	/*width: 280px*/;
	}