@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background: url('/images/design/bg.gif') repeat-x;
	font-family: Arial;
	color: #333333;
	font-size: 12px;
}

a:link { color: #cc0000; }
a:visited { color: #cc0000; }

td.ContentLeft {
	width: 235px;
	}
td.ContentMiddle {
	width: 505px;
	padding-right: 15px;
	line-height: 1.6em;
	}

td.masterContentPlaceholder {
	width: 755px;
	}
td.masterContentRight {
	/* background: url('/images/design/bar_dash_vert.gif') left repeat-y; */
	width: 225px;
	}

td.leftShade, td.rightShade { width: 17px; }

td.leftShade { background: url('/images/design/bgFrameLeft.gif') no-repeat; }
td.rightShade { background: url('/images/design/bgFrameRight.gif') no-repeat; }

td.masterContent {
	background: white;
	}

.menuBar {
	height: 27px;  font-family: Arial; font-size: 11px;
	background: url('/images/design/bgMenuBar.gif');
	}
.menuBar a {
	color: white; font-weight: bold; text-decoration: none;
	display: block; line-height: 27px; padding-left: 10px; padding-right: 10px;
	}
.menuBar a:hover {
	color: #dddddd; font-weight: bold;
	background: url('/images/design/bgMenuBarHover.gif'); }

td.menuSeparator {
	height: 27px; width: 4px;
	background: url('/images/design/bgMenuBarSeparator.gif');
	}
	
div.masterFoot {
	background: url('/images/design/bar_dash_horiz.gif') top repeat-x;
	margin: 40px; margin-bottom: 20px; height: 1px;padding:10px;
	text-align: center; color: #aaaaaa; font-size: 11px;
	}
div.masterFoot a { text-decoration: none; color: #aaaaaa; }
	
.headerLinks a {
	color: #cc0000; font-weight: bold; text-decoration: none;
	}

span.price
{
	font-size: 13px;
	font-weight: bold;
	font-family: Tahoma;
	color: #333333;
}

/* Varukorg: panel */
div.shoppingCartPopup
{
    background-color:#E4DFF2;
    width:600px;
    border:1px #B7B6B6 solid;
    padding:5px;
    font-size:11px;
    position: absolute;
    left: 50%;
    top: 120px;
    color: #000000;
    text-align: left;
    margin-left: -300px;
}

