.cartbase { border: solid 1px #D5D5D5; background-color: #EFF9EF; }
.carttable { font-family: Verdana, Helvetica, Arial; font-size: 10px; color: #555555; line-height: 13px; }
.carttable_head { font-family: Verdana, Helvetica, Arial; font-size: 10px; color: #555555; line-height: 13px; background-color: #C0E3BF; }
.cartheadline { font-family: Verdana, Helvetica, Arial; font-size: 10px; font-weight: bold; color: #555555; text-align: left; margin-bottom: 4px; }
.shop_artlista { background: #D9F1D8; color: #555555; }
.shop_artlistb { background: #E6F6E6; color: #555555; }
.shop_artsumma { font-weight: bold; }
.shop_listhead	{ background-color: #B7DFB7; }
.shop_list { background: #E4EFE4; }

.button { font-family: Verdana, Helvetica, Arial; font-size: 10px; color: white; font-weight: bold; background: #559652 }

.cartdiv {
	position: absolute;
	top: 8px;
	left: 3px;
	width: 450px;
	height: 120px;
	overflow: auto;
	border: solid 1px #D5D5D5;
	/*background-color: #EFF9EF;*/
}
.cartdiv[class] {
	background-image: url(images/cart_divback.png);
	background-repeat: repeat;
	}

#cartcontent { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/cart_divback.png', sizingMethod='scale'); width: 100%; height: 100%; }

BODY
	{ 
		color: black;
		margin: 0px;
		background-image: url(images/cart_back.jpg);
		background-attachment: fixed;
	}

a:active { color: #206B22; text-decoration: underline; font-style: normal }
a:visited { color: #206B22; text-decoration: underline; font-style: normal }
a:link { color: #206B22; text-decoration: underline; font-style: normal }
a:hover { color: #606060; text-decoration: none; font-style: normal }