/**************************************************************************
	MAIN LAYOUT
**************************************************************************/
* {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100%;
}

html, body {
	height: 100%;
}

body {
	background-color: #fff;
	background-image: url('/pictures/body_background.jpg');
	background-position: top center;
	background-repeat: repeat-x;
}

#importantMessage {
	width: 100%;
	padding: 3px 0;
	background-color: #a00;
	text-align: center;
	color: #fff;
	font-size: 9pt;
	line-height: 10pt;
	border-bottom: 1px solid #333;
}

#importantMessage strong {
	font-size: 11pt;
	line-height: 16pt;
}	

#wrapper {
	width: 1000px;
	margin: 0 auto;
	background-color: #fff;
}

#header {
	width: 100%;
	height: 122px;
	background-color: #222;
}

#header img {
	border: none;
}

#languagebar {
	height: 30px;
	padding: 3px 8px;
	background-color: #fff;
	background-image: url('/pictures/languagebar_background.jpg');
	background-repeat: repeat-x;
	text-align: right;
}

#languagebar img {
	border: none;
}

#navigation {
	float: left;
	width: 170px;
	margin: 10px 0 100px 0;
	padding: 0 5px;
	font-size: 9pt;
}

#navigation a {
	cursor: pointer;
}

#navigation ul {
	font-weight: bold;
	border-bottom: 1px solid #ddd;
}

#navigation ul li {
	padding: 3px 0;
	list-style: none;
	border-top: 1px solid #ddd;
}

#navigation ul li#menu_current {
	background-image: url('/pictures/menu_current.gif');
	background-repeat: no-repeat;
	background-position: 0px 5.9px;	
}

#navigation ul li a {
	margin-left: 15px;
	text-decoration: none;
	color: #222;
	display: block;
}

#navigation ul li a:hover {
	color: #c00;
}

#navigation ul li a.submenu:hover {
	background-image: url('/pictures/submenu.gif');
	background-repeat: no-repeat;
	background-position: center right;
	border: none;
}

#navigation ul ul {
	padding: 0;
	margin: 0;
	margin-left: 1em; /* MARK */
	font-weight: normal;
	border: none;
}

#navigation ul ul li {
	border: none;
	padding: 0.2em 0; /* MARK */
}

#navigation ul ul li a {
	color: #444;
}

#content {
	float: right;
	margin-bottom: 50px;
	padding: 0px 15px 10px 15px;
	width: 790px;
	
}

#content #navigatorbar {
	margin-bottom: 10pt;
	font-size: 9pt;
	text-align: right;
	color: #999;
}

#content #navigatorbar a {
	text-decoration: none;
	border: none;
	color: #999;
}

#content #navigatorbar a:hover {
	border: none;
	color: #c00;
}

#content #navigatorbar #navigator_current {
	border-bottom: 1px solid #999;
}

#content #footer {
	clear: both;
	padding: 10px 20px;
	color: #777;
	border-top: 1px solid #ddd;
	font-size: 8pt;
}

#content #footer a {
	color: #777;
	text-decoration: underline;
	border: none;
}

#content #footer a:hover {
	border: none;
}

#content #footer #footerLeft {
	float: left;
}

#content #footer #footerRight {
	float: right;
	text-align: right;
}

/**************************************************************************
	IMPORTANT ID: textContent - Begins here
**************************************************************************/
#content #textContent {
	margin-bottom: 14pt;
	min-height: 24em;
	font-size: 10pt;
}

/********** Regular elements **********/
#content #textContent a {
	color: #c00;
	text-decoration: none;
	border-bottom: 1px solid #999;
	cursor: pointer;
}

#content #textContent a:hover {
	color: #c00;
	border-bottom: 2px solid #f00;
}

#content #textContent a.read_more {
	padding-right: 1.5em;
	font-weight: bold;
	background-image: url('/pictures/read_more.gif');
	background-repeat: no-repeat;
	background-position: center right;
}

#content #textContent a img {
	border: none;
	text-decoration: none;
}

#content #textContent a.zoomLink {
	border: none;
	text-decoration: none;
	cursor: url('/pictures/magnify.cur'), pointer;
}

#content #textContent a.read_more:hover {
	background-image: url('/pictures/read_more_hover.gif');
}

#content #textContent a.feedlink {
	border: 0;
}

#content #textContent a.feedlink img {
	position: relative;
	top: 11px;
	padding: 0 8px 0 0;
	border: 0;
}

#content #textContent fieldset {
	margin-bottom: 10pt;
	border: none;
}

#content #textContent h1 {
	clear: both;
	margin-bottom: 10pt;
	padding-left: 22px;
	font-family: "Arial", sans-serif;
	font-size: 14pt;
	font-weight: normal;
	letter-spacing: -1px;
	color: #000;
	border-bottom: 1px solid #ddd;
	background-image: url('/pictures/arrow.jpg');
	background-repeat: no-repeat;
	background-position: left center;
}

#content #textContent h2 {
	margin-bottom: 2pt;	
	font-size: 12pt;
	font-weight: normal;
	color: #000;
}

#content #textContent h3 {
	font-size: 10.5pt;
	font-weight: bold;
	color: #000;
}

#content #textContent img {
	margin: 0 0 10px 5px;
	clear: both;
}

#content #textContent input, #content #textContent textarea {
	padding: 2px;
	margin-bottom: 6pt;
	width: 28em;
	font-size: 10pt;
	color: #00d;
	font-style: italic;
}

#content #textContent label {
	display: block;
	font-size: 10pt;	
	font-weight: bold;
	color: #333;
}

#content #textContent option {
	padding: 0 14px 0 3px;
}

#content #textContent p {
	margin-bottom: 1em;
	font-size: 10pt;
	line-height: 13pt;
	color: #333;
}

#content #textContent p .redtext {
	color: #f00;
}

#content #textContent select {
	font-size: 10pt;
}

#content #textContent small {
	font-size: 9pt;
}

#content #textContent table {
	text-align: left;
	font-size: 10pt;
}

#content #textContent table .thH1 {
	font-size: 12pt;
	font-weight: normal;
	border: none;
	background: none;
	letter-spacing: 0;
}

#content #textContent table .thH2 {
	padding-left: 10px;
	font-weight: normal;	
}

#content #textContent ul {
	margin-left: 30px;
	margin-bottom: 10pt;
	line-height: 16pt;	
	color: #333;
	list-style: circle;
}

/********** textContent : Classes **********/

#content #textContent .twocolumnsleft {
	width: 385px;
	margin-bottom: 10pt;
	float: left;
}

#content #textContent .twocolumnsright {
	width: 385px;
	margin-bottom: 10pt;
	float: right;
}

#content #textContent .singlecolumn {
	margin-bottom: 10pt;
	clear: both;
}

#content #textContent button, #content #textContent .submitButton { /** TODO: A bit quirky **/
	padding: 3px 15px;
	width: auto;
	font-size: 11pt;
	color: #fff;
	background-color: #333;
	background-image: url('/pictures/button_back.gif');
	border: 1px solid #777;
	font-style: normal;
	font-weight: bold;
	cursor: pointer;
}

#content #textContent button .buttonIcon {
	padding: 0 6px;
	line-height: 16px;
}

/*
#content #textContent .regularButton {
	margin: 0;
	padding: 0;
	width: auto;
	font-size: 11pt;
	font-style: normal;
	font-weight: bold;
	cursor: pointer;
}
*/

#content #textContent .homeSpecial {
   margin-bottom: 6px;
}

#content #textContent .homeSpecial a {
   border: none;
}

#content #textContent .homeSpecial img {
   margin: 0;
   padding: 0;
   border: 1px solid #bbb;
}

#content #textContent .products_overview_product {
	clear: both; 
	min-height: 170px;
	margin-bottom: 10pt; 
	padding: 16px; 
	border: 1px solid #ddd;
	background-color: #ebebeb;
	background-image: url('/pictures/background_gradient.jpg');
	background-repeat: repeat-x;	
}

#content #textContent .products_overview_product h2 {
	margin-bottom: 8pt;
	font-size: 14pt;
	font-weight: bold;
	font-style: italic;
}

#content #textContent .products_overview_product h2 a {
	color: #000;
	border: none;
}

#content #textContent .products_overview_product h2 a:hover {
	color: #000;
	border: none;
}

#content #textContent .products_overview_product img {
	margin: 0 14px 0 0; 
	border: 1px solid #888;
	float: left;
}

#content #textContent .products_overview_product ul {
	padding-left: 215px; /** TODO: Wierd number. **/
}

#content #textContent .products_overview_product p.newProduct {
	margin-bottom: 4pt;
	color: #c00;
	font-size: 12pt;
	font-weight: bold;
}

#content #textContent .searchmodule_results_table {
	width: 100%;
	margin-bottom: 10pt;
}

#content #textContent .searchmodule_results_table td, #content .searchmodule_results_table th {
	padding-left: 12px;
}

#content #textContent .searchmodule_results_table thead {
	background-color: #333;
	font-size: 11pt;
	color: #eee;
}

#content #textContent .searchmodule_results_table thead th {
	padding: 3px 12px;
}

#content #textContent .searchmodule_results_table tbody a {
	color: #d10;
	border: none;
	text-decoration: underline;
}

#content #textContent .searchmodule_results_table tbody td {
	padding-bottom: 2px;
}

#content #textContent .searchmodule_results_table tbody tr.datarow {
	cursor: pointer;
}

#content #textContent .searchmodule_results_table .oddrow {
	background-color: #fff;
}

#content #textContent .searchmodule_results_table .evenrow {
	background-color: #f5f5f5;
}

#content #textContent .searchmodule_results_table .emptyrow td {
	background-color: #fff;
	padding-top: 10pt;
	border-top: 1px solid #ccc;
}

#content #textContent .searchmodule_results_table tbody tr.datarow:hover {
	background-color: #ffef59;
}

#content #textContent .modelproducts_model {
	height: 120px;
	padding: 15px 20px 10px 20px;
	margin: 0 0 10px 0;
	border: 8px solid #eaeaea;
}

#content #textContent .modelproducts_model h2 {
	margin-top: 10px;
	font-size: 16pt;
	font-weight: bold;
}

#content #textContent .modelproducts_model img {
	float: left;
	margin-right: 12px;
}

#content #textContent .modelproducts_product {
	margin: 5px 10px;
	width: 225px;
	border: 8px solid #eaeaea;
	border-top: none;
	float: left;
}

#content #textContent .modelproducts_product .modelproducts_product_top {
	margin-bottom: 10px;
	padding: 3px 0;
	background-color: #eaeaea;
	font-size: 9pt;
	font-style: italic; color: #777;
}

#content #textContent .modelproducts_product .modelproducts_product_content {
	padding: 0 7px;
	font-size: 9pt;
}

#content #textContent .modelproducts_product .modelproducts_product_content h2 {
	margin-bottom: 10pt;
	font-size: 14pt;
	font-weight: bold;
}

#content #textContent .modelproducts_product .modelproducts_product_content h2 a {
	color: #000;
	border: none;
}

#content #textContent .modelproducts_product .modelproducts_product_content img {
	margin-bottom: 10pt;
	border: none;
}

#content #textContent .modelproducts_product .modelproducts_product_content a img {
	border: none;
}

#content #textContent .modelproducts_product .modelproducts_product_content .modelproducts_product_content_text {
	min-height: 15em;
}

#content #textContent .modelproducts_product .modelproducts_product_content .modelproducts_product_content_text,
#content #textContent .modelproducts_product .modelproducts_product_content .modelproducts_product_content_text p
{
	font-size: 9pt;
	line-height: 11pt;
}

#content #textContent .modelproducts_product .modelproducts_product_content_image a {
	border: none;
}

#content #textContent .modelproducts_product .modelproducts_product_content_readmoreform {
	text-align: right;
}

#content #textContent .radiobuttonTable {
	margin: 10pt 0;
	color: #333;
}

#content #textContent .radiobuttonTable td {
	padding-bottom: 6pt;
}

#content #textContent .radiobuttonTable input {
	width: 20px;
}

#content #textContent .radiobuttonTable label {
	padding-left: 10px;
	font-weight: normal;
	font-size: 10pt;
}

#content #textContent .checkboxdiv {
	margin-bottom: 10pt;
	font-size: 10pt;
	color: #333;
}

#content #textContent .checkboxdiv input {
	margin-right: 16px;
	height: 14pt;
	width: auto;
	position: relative;
	top: 4pt;
}

#content .clearedBothDirectionsDiv {
	clear: both;
}

#content #extraNavigationContent .clearedBothDirectionsDiv {
	margin-bottom: 2em;
}

#content #extraNavigationContent .clearedBothDirectionsDiv img {
	margin-bottom: 2em;
}

/********** textContent : ID's **********/

#content #textContent #homeGrid td {
   padding-right: 2px;
   padding-bottom: 2px;
}

#content #textContent #searchbar {
	margin-bottom: 10pt;
	padding: 20px;
	background-color: #ebebeb;
	background-image: url('/pictures/search.jpg');
	background-position: top right;
	background-repeat: no-repeat;
	border: 1px solid #ccc;
}

#content #textContent #onlyInSwedish {
	width: 780px;
	padding: 5px;
	background-color: #ffee33;
	background-image: url('/pictures/order_back.jpg');
	background-repeat: repeat-x;
	text-align: center;
	border: 1px solid #a44;
}

#content #textContent #products_modules_infobox {
	background-color: #ebebeb;
	background-image: url('/pictures/background_gradient.jpg');
	background-repeat: repeat-x;
	border: 1px solid #ccc;
	padding: 18px;
}

#content #textContent #products_modules_infobox #hknmDetails {
	margin-bottom: 10pt;
	width: 310px;
	color: #333;
}

#content #textContent #products_modules_infobox #hknmDetails th {
	font-weight: normal;
}

#content #textContent #hknmDetails td {
	vertical-align: bottom;
}

#content #textContent #order-what-form {
	margin-bottom: 10pt;
	padding: 20px;
	width: 740px;
	border: 1px solid #aaa;
	border-left: 10px solid #810;
	font-size: 12pt;
	font-weight: bold;
	color: #d20;
	text-align: center;
}

#content #textContent #warningInformation {
	margin-bottom: 20pt;
	padding: 16px;
	background-color: #e20;
	color: #fff;
	font-weight: bold;
	text-align: center;
	border: 3px solid #000;
}

#content #extraNavigation {
	width: 220px; 
	float: right;
}

#content #extraNavigation #extraNavigationList {
	margin: 0;
	list-style-type: none; 
	line-height: 18pt;
}

#content #extraNavigationContent {
	width: 560px;
	float: left;
}

#content #textContent #contactTable th, td {
	vertical-align: top;
}

#content #textContent #contactTable small {
	padding-left: 10px;
	font-size: 8pt;
	color: #777;
}

#content #textContent #contactTable th {
	padding-right: 60px;
	padding-bottom: 4px;
}

#content #textContent #retailerSearchBox {
	width: 100%;
	background-color: #a00;
}

