@charset "utf-8";
/* CSS Document */

body {
	margin: 0px; padding: 0px;
	font-family: Verdana; font-size: 10px; color: black;
	background: #E1E1E1;
}
div { font-family: Verdana; font-size: 10px; color: black; margin: 0px; padding: 0px; }
a:link { color: black; }
a:visited { color: black; }
a:active { color: black; }
a:hover { color: black; }

/*** grundplatta som innehåller allting annat ***/
div.basicPanel {
	margin: 8px;
	width: 800px; height: 600px;
	background: url('/images/design/flatBg.jpg');
}

div.flagPanel {
	margin-left: 35px;
	padding-top: 5px;
	width: 450px;
	text-align: left;
}
div.flagPanel a { font-weight: bold; color: white; }

div.buyNow {
	margin-left: 167px; margin-top: 77px;
	width: 210px; height: 15px; font-weight: bold;
	text-align: center;
}
div.buyNow a { color: #E1E1E1; }

div.menuPanel {
	float: left;
	margin-left: 20px; margin-right: 16px; 
	width: 130px; padding: 5px;
	text-align: center; font-weight: bold;
	line-height: 16px;
	}
div.contentPanel {
	margin-top: 40px;margin-left: 178px;
	padding: 10px; width: 392px; height: 395px;
	}
div.shopPanel {
	margin-top: 38px;margin-left: 178px;
	background: #E1E1E1;
	padding: 10px; width: 600px; min-height: 413px;
	border: solid 1px #888888;
	}

span.price
{
	font-size: 22px;
	font-weight: bold;
	font-family: Verdana;
	color: #555555;
}
ul, ol {
	list-style-image: none;
}
div.ikanoPanel {
	position: absolute;
	top: 110px;
	left: 624px;
	width: 158px;
	margin-right: 25px;
	margin-top: 100px;
}
div.adobePanel {
	width: 158px;
	float: right;
	margin-right: 25px;
	margin-top: 340px;
}
