/********************************************************************/
/* NEC Scandinavia - CSS Document - 2006-06-20 						*/
/* Author: Petri Heinikoski - Know IT Mälardalen					*/
/********************************************************************/
html, body {
	margin:0;
	padding:0 0 10px 0;
	}
* { /* nollställer alla marginaler och padding */
   margin:0; 
   padding:0;
   } 
body {
	background:#fff;
	font:11px/130% Arial, Helvetica, sans-serif;
	color:#000;
	}
/********************************************************************/
/* BACKGROUND AREAS 												*/
/********************************************************************/
#wrapper_start {
	margin:10px auto;
	width:957px;
	background-image: url(/templates/images/bg_startpage_purple.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	}
#wrapper_start_blk {	
	margin:10px auto;
	width:957px;
	background-image:url(/templates/images/bg_startpage_black.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	}
#wrapper_subpage {
	margin:10px auto;
	width:957px;
	background-image: url(/templates/images/bg_subpage_purple.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	}
#wrapper_subpage_comparison {
	margin:10px auto;
	width:957px;
	background-image: url(/templates/images/bg_subpage_comparison.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	}
/********************************************************************/
/* LAYOUT STRUCTURE													*/
/********************************************************************/
#page_left {
	width:719px;
	float:left;
	display:inline;
	}
#page_right {
	width:235px;
	float:right;
	display:inline;
	}
#subpage_right {
	width:235px;
	margin:5px 0 0 0;
	float:right;
	display:inline;
	background-image:url(/templates/images/bg_subpage_right.gif);
	background-repeat: no-repeat;
	background-position: top;
	}
#subpage_special {
	width:948px;
	float:left;
	display:inline;
	}
/********************************************************************/
/* P, H1, H2, H3, H4, H5, H6, INGRESS, IMGDESC, A, A:HOVER, BILDER	*/
/********************************************************************/
p {
	margin:0 0 16px 0;
	padding:0 0 0 0;
	line-height:15px;
	}
h1 { /* No background-color with color, doesn't validate right */
	margin:0 0 0 0;
	font-size:21px;
	font-weight:bold;
	line-height:100%;
	color:#6262b7;
	}
h2 { /* No background-color with color, doesn't validate right */
	margin:0 0 12px 0;
	font-size:18px;
	line-height:100%;
	color:#6262b7;
	}
h3 {
	margin:5px 0 2px 0;
	font-size:12px;
	font-weight:bold;
	display:block;
	}
h4 { 
	margin:20px 0 14px 0;
	font-size:11px;
	font-weight:bold;
	line-height:100%;
	}
h5 {
	margin:20px 0 14px 0;
	font-size:10px;
	line-height:100%;
	}
h6 {
	margin:20px 0 14px 0;
	font-size:9px; /* Doesn't work with Arial, Verdana is needed */
	line-height:100%;
	}
pre { /* ingress = preamble, introduction */
	font: 100%/146% Arial, Helvetica, sans-serif;
	font-weight:bold;
	white-space: normal;
	margin:0 0 12px 0;
	padding:0 0 0 0;
	display:block;
	}
a {
	text-decoration:underline;
	}
a:hover {
	text-decoration:none;
	}
img {
	border:none;
}
/********************************************************************/
/* MISC																*/
/********************************************************************/	
.clr {
	height:1px;
	overflow:hidden;
	clear:both;
	}
.clearfloat {
	display:inline;
	}
.underline a {
	text-decoration:underline;
	}
.underline a:hover {
	text-decoration:none;
	}
/********************************************************************/
/* TOPLOGOTYPE, LANGUAGE AREAS										*/
/********************************************************************/
#toplogo {
	float:left;
	width:400px;
	padding:0 0 0 65px;
	}
#toplogo a img {
	border:none;
	}
#language {
	float:right;
	display:inline;
	width:50px;
	margin:0 9px 0 0;
	}
#language a img {
	border:none;
	}
/********************************************************************/
/* GLOBAL LINKS AREA												*/
/********************************************************************/
ul#global, ul#global li {
	list-style-type:none;
	}
ul#global {
	margin:0 10px 0 0;
	text-align:right;
	}
ul#global li {
	margin:0 0 0 5px;
	color:#2020cc;
	background:#fff;
	display:inline;
	}
ul#global li a {
	background:#fff;
	color:#2020cc;
	text-decoration:none;
	}
ul#global li a:hover {
	text-decoration:underline;
	}
/********************************************************************/
/* TOP NAVIGATION AREA	/ WITH SUBNAV								*/
/********************************************************************/
#topnav_bg_top {
	height:4px;
	background:url(/templates/images/topnav_bg_top.gif) no-repeat;
	overflow:hidden;
	}
#topnav_bg_center {
	height:18px;
	background:url(/templates/images/topnav_bg_center.gif) repeat-y;
	}
#topnav_bg_bottom {
	height:9px;
	background:url(/templates/images/topnav_bg_bottom.gif) no-repeat;
	overflow:hidden;
	}
#topnav_bg_subcenter {
	height:26px;
	background:url(/templates/images/topnav_bg_subcenter.gif) no-repeat;
	overflow:hidden;
	}
ul#topnav, ul#topnav li {
	list-style-type:none;
	}
ul#topnav {
	margin:0 0 0 65px;
	padding:1px 0 0 0;
	width:700px;
	float:left;
	display:inline;
	}
ul#topnav li {
	margin:0 10px 0 0;
	display:inline;
	text-align:left;
	background:#1e1ec8;
	color:#fff;
	}
ul#topnav .highlight {
	font-weight:bold;
	}
ul#topnav li a {
	background:#1e1ec8;
	color:#fff;
	text-decoration:none;
	}
ul#topnav li a:hover {
	text-decoration:underline;
	}
ul#topnav li a.current {
	font-weight:bold;
	color:#afaffa;
	background:#1e1ec8;
	}
/* subnav */
ul#topnav_sub, ul#topnav_sub li {
	list-style-type:none;
	}
ul#topnav_sub {
	margin:0 0 0 65px;
	padding:0 0 0 0;
	width:700px;
	float:left;
	display:inline;
	}
ul#topnav_sub li {
	margin:0 10px 0 0;
	display:inline;
	text-align:left;
	color:#000;
	background:#fff;
	}
ul#topnav_sub .highlight {
	font-weight:bold;
	}
ul#topnav_sub .current {
	color:#000;
	background:#fff;
	}
ul#topnav_sub li a {
	color:#1e1ec8;
	background:#fff;
	text-decoration:none;
	}
ul#topnav_sub li a:hover {
	text-decoration:underline;
	}
/********************************************************************/
/* SEARCH AREA														*/
/********************************************************************/
ul#search, ul#search li {
	list-style-type:none;
	text-transform: uppercase;
	}
ul#search {
	margin:0 5px 0 0;
	float:right;
	}
ul#search li {
	margin:0 1px 0 2px;
	display:inline;
	}
ul#search li input {
	font-size:11px;
	}
.searchfield {
	width:100px;
	height:12px;
	}
.searchbutton {
	background:url(/templates/images/search_btn_bg.gif) no-repeat;
	color:#fff; /* Most for W3C CSS Validation */
	}
ul#search a {
	margin:0 8px 0 0 !important; /* FF Hack */
	margin:0;
	padding:0;
	border:0;
	color:#000;
	background:none;
	text-decoration:none;
	}
/********************************************************************/
/* STARTPAGE MEDIA LARGE AREA										*/
/********************************************************************/
#media_large {
	width:719px;
	height:266px;
	}
#media_large a img {
	border:none;
	}
/********************************************************************/
/* STARTPAGE PRODCUTS AREA											*/
/********************************************************************/
#products_large {
	height:231px;
	margin:2px 0 0 0;
	/*background:url(/templates/images/img_products_large.jpg) no-repeat;*/
	color:#000;
	}
ul#products_startpage, ul#products_startpage li {
	list-style-type:none;
	}
ul#products_startpage {
	margin:0 0 0 0;
	text-align:left;
	}
ul#products_startpage li {
	height:100px;
	width:146px;
	margin:120px 0 0 25px;
	float:left;
	display:inline;
	}
ul#products_startpage li a {  /* No background-color with color, doesn't validate right */
	color:#000;
	text-decoration:none;
	}
ul#products_startpage li a:hover {
	text-decoration:underline;
	}
ul#products_startpage li .products_header {
	font-weight:bold;
	text-transform: uppercase;
	display:block;
	}
/********************************************************************/
/* STARTPAGE SUPPORT AREA											*/
/********************************************************************/
#support_large {
	height:95px;
	margin:5px 0 0 0;
	/*background:url(/templates/images/img_support_large.jpg) no-repeat;*/
	color:#000;
	}
#support_left {
	height:70px;
	width:300px;
	margin:14px 0 0 124px;
	float:left;
	display:inline;
	}
#support_right {
	height:70px;
	width:260px;
	margin:14px 20px 0 0;
	float:right;
	display:inline;
	}
.support_header {
	font-weight:bold;
	margin:0 0 3px 0;
	display:block;
	}
.support_redirect a { /* No background-color with color, doesn't validate right */
	margin:3px 0 0 0;
	font-weight:bold;
	display:block;
	color:#0f15c3;
	float:left;
	text-decoration:none;
	}
.support_redirect a:hover {
	text-decoration:underline;
	}
ul#support_products, ul#support_products li {
	list-style-type:none;
	}
ul#support_products {
	float:left;
	margin:0 0 0 0;
	}
ul#support_products li {
	margin:0 0 0 0;
	padding:0;
	display:inline;
	}
ul#support_products li select {
	font-size:90%;
	}
ul#support_products li input {
	font-size:100%;
	}
ul#support_products li select option{
	padding:0 2px 0 2px;
	}
.support_products_list {
	width:190px;
	}
/********************************************************************/
/* NEWS/NEWSFEED AREA												*/
/********************************************************************/
#news {
	background:url(/templates/images/news_bg.gif) repeat-x;
	color:#000;
	margin:0 7px 0 0;
	height:261px;
	}
ul#newsfeed, ul#newsfeed li {
	list-style-type:none;
	}
ul#newsfeed {
	margin:0 5px 0 0;
	padding:14px 0 0 0;
	overflow:hidden;
	}
ul#newsfeed li {
	margin:0 14px 0 14px;
	font-size:12px;
	display:block;
	}
ul#newsfeed .current {
	margin:0 0 14px 0;
	padding:0 0 0 14px;
	font-weight:bold;
	}
ul#newsfeed a { /* No background-color with color, doesn't validate right */
	color:#000; 
	text-decoration:none;
	}
ul#newsfeed a:hover {
	text-decoration:underline;
	}
/********************************************************************/
/* NEWS/NEWSFEED BLACK AREA											*/
/********************************************************************/
#news_blk {
	background:#000;
	color:#fff;
	margin:0 7px 0 0;
	height:261px;
	}
ul#newsfeed_blk, ul#newsfeed_blk li {
	list-style-type:none;
	}
ul#newsfeed_blk {
	margin:0 5px 0 0;
	padding:14px 0 0 0;
	overflow:hidden;
	}
ul#newsfeed_blk li {
	margin:0 14px 0 14px;
	font-size:12px;
	display:block;
	}
ul#newsfeed_blk .current {
	margin:0 0 14px 0;
	padding:0 0 0 14px;
	font-weight:bold;
	}
ul#newsfeed_blk a {
	background:#000;
	color:#fff;
	text-decoration:none;
	}
ul#newsfeed_blk a:hover {
	text-decoration:underline;
	}
/********************************************************************/
/* AD BANNER AREA													*/
/********************************************************************/
#ad_banner {
	margin:8px 0 0 0;
	}
#ad_banner a img {
	border:none;
	}
/********************************************************************/
/* HIGHTECH INFORMATION AREA										*/
/********************************************************************/
ul#hightech, ul#hightech li {
	list-style-type:none;
	}
ul#hightech {
	width:160px;
	height:72px;
	margin:12px 0 10px 12px !important; /* FF Hack */
	margin:15px 0 10px 12px;
	color:#000;
	background:#d4d4fa;
	}
ul#hightech li {
	margin:0 0 4px 0;
	font-size:12px;
	font-weight:bold;
	line-height:130%;
	display:block;
	}
ul#hightech .header {
	font-weight:normal;
	}
ul#hightech a {
	background:#d4d4fa;
	color:#000;
	text-decoration:none;
	}
ul#hightech a:hover {
	text-decoration:underline;
	}
/********************************************************************/
/* HIGHTECH BLACK INFORMATION AREA										*/
/********************************************************************/
ul#hightech_blk, ul#hightech_blk li {
	list-style-type:none;
	}
ul#hightech_blk {
	width:160px;
	height:72px;
	margin:10px 0 10px 12px !important; /* FF Hack */
	margin:15px 0 10px 12px;
	color:#fff;
	background:#000;
	}
ul#hightech_blk li {
	margin:0 0 4px 0;
	font-size:12px;
	font-weight:bold;
	line-height:130%;
	display:block;
	}
ul#hightech_blk .header {
	background:#000;
	font-weight:normal;
	color:#fff;
	}
ul#hightech_blk a {
	background:#000;
	color:#fff;
	text-decoration:none;
	}
ul#hightech_blk a:hover {
	text-decoration:underline;
	}
/********************************************************************/
/* FOOTER AREA														*/
/********************************************************************/
ul#footer, ul#footer li {
	list-style-type:none;
	}
ul#footer {
	padding:0 0 14px 0;
	text-align:left;
	}
ul#footer li {
	margin:0 0 0 5px;
	color:#000;
	background:#fff;
	display:inline;
	}
ul#footer li a {
	background:#fff;
	color:#2020cc;
	text-decoration:none;
	}
ul#footer li a:hover {
	text-decoration:underline;
	}
/********************************************************************/
/* NOTHING HERE AREA / NOTHING HERE FOR SUBPAGE - READ BELOW		*/
/********************************************************************/
.nothinghere {
	height:5px; /* IMPORTANT - Keep this settings for startpage BG padding, all content are in fixed positions */
	overflow:hidden;
	clear:both;
	}
.nothinghere_for_subpage {
	height:50px; /* IMPORTANT - Keep this settings, othervise the content in .subright_content will overlap the #wrapper_subpage BG */
	overflow:hidden;
	clear:both;
	}
.nothinghere_for_subpage_comparison {
	height:100px; /* IMPORTANT - Keep this settings, othervise the content in .subright_content will overlap the #wrapper_subpage BG */
	overflow:hidden;
	clear:both;
	}
/********************************************************************/
/* BUTTONS	- there are more - search								*/
/********************************************************************/	
.button {
   background:url(/templates/images/bg_button.gif) repeat-x;
   color:#6262b7;
   font-weight:bold;
   /*text-transform:uppercase;*/
   padding:1px 6px 1px 6px;
   width:auto;
   border-top:1px solid #f9f9fe;
   border-right:1px solid #9e9ecd;
   border-bottom:1px solid #9e9ecd;
   border-left:1px solid #9e9ecd;
   overflow:visible;
}
.deletebutton {
	background:url(/templates/images/bg_button.gif) repeat-x;
	color:#6262b7;
	font-weight:bold;
	/*text-transform:uppercase;*/
	padding:1px 6px 1px 6px;
	width:auto;
	border-top:1px solid #f9f9fe;
	border-right:1px solid #9e9ecd;
	border-bottom:1px solid #9e9ecd;
	border-left:1px solid #9e9ecd;
	overflow:visible;
	font-size: 11px;
}
/********************************************************************/
/* HR																*/
/********************************************************************/
hr {
	border-width: 1px 0 0 0 !important;  /* FF Hack */
	border-style: solid !important;  /* FF Hack */
	border-color: #b9b9dd;
	height:1px;
	overflow:hidden;
}
/********************************************************************/
/* CSS FOR SUBPAGES
/********************************************************************/
/* SUBHEADER AREA													*/
/********************************************************************/
#subheaderarea {
	height:70px;
	background:url(/templates/images/topnav_bg_subbottom.gif) no-repeat;
	overflow:hidden;
	}
/********************************************************************/
/* BREADCRUMBS AREA													*/
/********************************************************************/
ul#breadcrumbs, ul#breadcrumbs li {
	list-style-type:none;
	}
ul#breadcrumbs {
	padding:2px 0 0 60px;
	text-align:left;
	}
ul#breadcrumbs li {
	margin:0 0 0 5px;
	display:inline;
	}
ul#breadcrumbs li a {
	background:#fff;
	color:#9999cc;
	text-decoration:none;
	}
ul#breadcrumbs li a:hover {
	text-decoration:underline;
	}
/********************************************************************/
/* SUBPAGE HEADER AREA												*/
/********************************************************************/
#subheader {
	height:28px;
	margin:26px 0 0 63px;
	}
#subheader_left {
	float:left;
	display:inline;
	}
/* start - for news page */
#subheader_news {
	height:28px;
	margin:12px 0 0 63px;
	}
#subheader_left_news {
	height:28px;
	width:470px;
	float:left;
	display:inline;
	padding-top: 12px;
	}
#subheader_right_news {
	width:170px;
	line-height:19px;
	margin:0 10px 0 0;
	text-align:right;
	float:right;
	display:inline;
	}
/* end - for news page */
#subheader_center {
	width:200px;
	line-height:26px;
	margin:0 0 0 10px;
	float:left;
	display:inline;
	}
#subheader_searchresult_center, #subheader_news_center {
	width:560px;
	line-height:23px;
	margin:0 0 0 10px;
	font-size:16px;
	color:#6462b6;
	float:left;
	display:inline;
	background:#fff;
	}
#subheader_right {
	width:220px;
	line-height:23px;
	margin:0 10px 0 10px;
	text-align:right;
	float:right;
	display:inline;
	}
#subheader_center_special {
	width:300px;
	line-height:26px;
	margin:0 0 0 10px;
	color:#66c;
	background:#fff;
	float:left;
	display:inline;
	}
#subheader_right_special {
	width:300px;
	line-height:23px;
	margin:0px 10px 8px;
	text-align:left;
	float:left;
	display:inline;
	padding-top: 8px;
	}
#subheader_right_special select, #subheader_right_special input {
	font-size:11px;
	}
#subheader_right_special .button {
	font-weight:normal;
	}
/********************************************************************/
/* SUBPAGE MEDIA LARGE AREA											*/
/********************************************************************/
#sub_media_large {
	width:710px;
	height:126px;
	margin:4px 0 0 6px;
	}
#sub_media_large a img {
	border:none;
	}
#sub_media_large_no_height {
	width:710px;
	margin:4px 0 0 6px;
	}
#sub_media_large_no_height a img {
	border:none;
	}
/********************************************************************/
/* SUBPAGE FEATURE AREA												*/
/********************************************************************/
.sub_feature {
	width:620px;
	font-size:16px;
	text-align:left;
	line-height:120%;
	color:#9999cc;
	background:#fff;
	margin-top: 10px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: 65px;
	}
.sub_feature a {
	color:#9999cc;
	background:#fff;
	text-decoration:underline;	
	}
.sub_feature a:hover {
	text-decoration:none;	
	}
/********************************************************************/
/* PRODUKTVÄLJAREN AREA												*/
/********************************************************************/
#produktvaljaren {
	width:232px;
	margin:10px 0 10px 0;
	background-image:url(/templates/images/bg_produktvaljaren_top.gif);
	background-repeat: no-repeat;
	background-position: top;
	float:left;
	display:inline;
	}
#produktvaljaren .footer {
	width:232px;
	height:26px;
	background-image:url(/templates/images/bg_produktvaljaren_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	}
#produktvaljaren .content {
	margin:0 16px 0 16px;
	font-weight:bold;
	color:#6262b7;
	background:#d4d4fa;
	}
#produktvaljaren .header {
	padding:20px 0 10px 0;
	font-size:18px;
	display:block;
	}
#produktvaljaren .divider {
	height:0px;
	margin:6px 4px 6px 0;
	border-top:1px solid #6262b7;
	border-bottom:1px solid #fff;
	overflow:auto;
	}
/* list */
ul#products, #products li {
	list-style-type:none;
	}
ul#products {
	margin:4px 0 0 0;
	}
ul#products li {
	margin:6px 0 0 0;
	padding:0 0 4px 0;
	display:block;
	}
ul#products li select,#produktvaljaren select {
	font-size:90%;
	}
ul#products li input, #produktvaljaren input  {
	font-size:90%;
	}
ul#products li select option {
	padding:0 2px 0 2px;
	font-weight:bold;
	}
.products_list {
	width:180px;
	}
.products_list15 {
	margin:6px 0 0 0;
	}
.products_list2 {
	margin:6px 0 0 0;
	width:143px !important; /* FF Hack */
	width:147px;
	}

/* butttons - */
.button1 {
	margin:0 0 0 15px;
	padding:1px 3px 0px;
	/*text-transform:uppercase;*/
	background:url(/templates/images/bg_button.gif) repeat-x;
	color:#6262b7;
	width:auto;
	border-top:1px solid #f9f9fe;
	border-right:1px solid #9e9ecd;
	border-bottom:1px solid #9e9ecd;
	border-left:1px solid #9e9ecd;
	overflow:visible;
	}
.button2 {
	margin:0 0 0 5px;
	padding:1px 3px 1px 5px;
	/*text-transform:uppercase;*/
	background:url(/templates/images/bg_button.gif) repeat-x;
	color:#6262b7;
	font-weight:bold;
	width:125px !important; /* FF Hack */
	width:132px;
	border-top:1px solid #f9f9fe;
	border-right:1px solid #9e9ecd;
	border-bottom:1px solid #9e9ecd;
	border-left:1px solid #9e9ecd;
	overflow:visible;
	}
.button3 {
	margin:0 0 0 16px;
	padding:1px 3px 1px 3px;
	/*text-transform:uppercase;*/
	background:url(/templates/images/bg_button.gif) repeat-x;
	color:#6262b7;
	font-size:90%;
	font-weight:bold;
	width:178px;
	border-top:1px solid #f9f9fe;
	border-right:1px solid #9e9ecd;
	border-bottom:1px solid #9e9ecd;
	border-left:1px solid #9e9ecd;
	overflow:visible;
	}
.button4 {
	margin:0 0 0 0;
	padding:1px 3px 1px 3px;
	/*text-transform:uppercase;*/
	background:url(/templates/images/bg_button.gif) repeat-x;
	color:#6262b7;
	font-weight:bold;
	width:auto;
	border-top:1px solid #f9f9fe;
	border-right:1px solid #9e9ecd;
	border-bottom:1px solid #9e9ecd;
	border-left:1px solid #9e9ecd;
	overflow:visible;
	}

/********************************************************************/
/* PRIOGUIDE AREA													*/
/********************************************************************/
#prioguide {
	margin:10px 0 10px 10px;
	padding:18px 17px 0 17px;
	width:437px;
	background-image:url(/templates/images/bg_prioguide.gif);
	background-repeat:repeat-x;
	background-position: top;
	float:left;
	}
/********************************************************************/
/* PRODUCT CATEGORY AREA											*/
/********************************************************************/
/* headermenu */
.headermenu_left {
	height:30px;
	color:#6162b4;
	background:#fff;
	float:left;
	font-size: 11px;
}
.Compare {
	float: left; }
.CompareText{
	float: left;
	width: 150px;
	margin-top: 3px;
}
.headermenu_right{
	height:30px;
	color:#6162b4;
	background:#fff;
	float:right;
	}
.headermenu_bottom{
	margin:10px 0 0 0;
	height:30px;
	color:#6162b4;
	background:#fff;
	}
.headermenu_left input, .headermenu_right input, .headermenu_bottom input {
	font-size:11px;
	}
.headermenu_list {
	width:160px;
	font-size:11px;
	}
/* vertical-list */
ul#productcategory, ul#productcategory li {
	list-style-type:none;
	}
ul#productcategory {
	margin:0 0 0 10px;
	padding:14px 0 0 0;
	width:472px;
	float:left;
	}
ul#productcategory li {
	margin:0;
	width:100%;
	font-size:12px;
	border-bottom:1px solid #bbbbdf;
	float: left;
	}
/* horizontal content-list */
ul#productcategory li ul.productcategory_content, ul#productcategory li ul.productcategory_content li {
	list-style-type:none;
	}
ul#productcategory li ul.productcategory_content {
	margin:0;
	padding:10px 0;
	width: 100%;
	float: left;
	clear: left;
	}
ul#productcategory li ul.productcategory_content li {
	margin:0 6px 0 0;
	display:block;
	}
ul#productcategory li ul.productcategory_content .checkbox {
	width:12px;
	float:left;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
/*	border:none;*/
	}
ul#productcategory li ul.productcategory_content .desc {
	width:320px !important; /* FF Hack */
	width:310px;
	float:left;
	border:none;
	}
ul#productcategory li ul.productcategory_content .img {
	width:120px;
	/*overflow:hidden;*/
	margin:0;
	border:1px solid #bbbbdf;
	}
ul#productcategory li ul.productcategory_content .img a img {
	border:none;
	}
ul#productcategory li ul.productcategory_content .header {
	margin:0 0 1px;
	font-size:14px;
	font-weight:bold;
	color:#000;
	background:#fff;
	display:block;
	padding-top: 0px !important; /* FF Hack */
	padding-top: 4px;
	}
ul#productcategory li ul.productcategory_content .header a:link, ul#productcategory li ul.productcategory_content .header a:visited {
	text-decoration:none;
	color:#000;
 }
ul#productcategory li ul.productcategory_content .subheader {
	margin:0 0 1px 0;
	display:block;
 }
ul#productcategory li ul.productcategory_content .content {
	margin:0 0 1px 0;
	display:block;
 }
/********************************************************************/
/* SUBCOLUMN RIGHT INFORMATION AREA									*/
/********************************************************************/
.subright_content {	
	padding:20px 20px 0 20px;
	color:#6262b7
	}
.subright_content_bandy {
	padding:26px 20px 0;
	background-image:url(/templates/images/bg_subpage_right_bandy.gif);
	background-repeat:no-repeat;
	background-position:top;
	color:#6262b7;
	margin-top: 5px;
	}
.subright_header {
	margin:0 0 12px 0;
	font-size:14px;
	color:#6262b7;
	}
.subright_content h3 a, .subright_content_bandy h3 a, .subright_content p a, .subright_content_bandy p a {	
	color:#6262b7;
	text-decoration:none;
	}
.subright_content h3 a:hover, .subright_content_bandy h3 a:hover, .subright_content p a:hover, .subright_content_bandy p a:hover {	
	color:#6262b7;
	text-decoration:underline;
	}
/********************************************************************/
/* SUBPAGE TEXT COLUMN AREA											*/
/********************************************************************/
#subpage_text {
	width:400px;
	margin:20px 0 0 63px;
	font-size:12px;
	float:left;
	display:inline;
	}
#subpage_text LI{
	margin-left:10px;
	list-style-position:inside;
	}
#subpage_text_img {
	width:220px;
	margin:20px 10px 0 10px;
	font-size:12px;
	float:right;
	}
/********************************************************************/
/* SEARCH RESULT AREA												*/
/********************************************************************/
ul.search_result, ul.search_result li {
	list-style-type:none;
	}
ul.search_result {
	width:530px;
	margin:14px 0 14px 0;
	padding:0 0 0 64px;
	font-size:12px;
	text-align:left;
	}
ul.search_result li {
	margin:2px 4px 0 0;
	}
ul.search_result li a {
	background:#fff;
	color:#9999cc;
	text-decoration:none;
	}
ul.search_result li a:hover {
	text-decoration:underline;
	}
ul.search_result .header a {
	color:#6461b8;
	background:#fff;
	font-weight:bold;
	text-decoration:none;
	}
ul.search_result .file {
	color:#999;
	background:#fff;
	}
ul.search_result .header a:hover {
	text-decoration:underline;
	}
/* List depth */
ul.search_result ul.depth, ul.depth li {
	list-style-type:none;
	}
ul.search_result ul.depth {
	margin:4px 0 0 0;
	text-align:left;
	color:#6461b8;
	}
ul.search_result ul.depth li {
	display:inline;
	}
ul.search_result ul.depth li a {
	background:#fff;
	color:#6163b8;
	text-decoration:underline;
	}
ul.search_result ul.depth li a:hover {
	text-decoration:none;
	}
ul.search_result ul.depth .date {
	color:#999;
	background:#fff;
	}
/********************************************************************/
/* PAGING AREA														*/
/********************************************************************/
ul#paging, ul#paging li {
	list-style-type:none;
	}
ul#paging {
	margin:10px 0 0 0;
	padding:2px 0 0 60px;
	font-size:12px;
	color:#6461b8;
	text-transform:uppercase;
	text-align:left;
	}
ul#paging li {
	margin:0 0 0 5px;
	display:inline;
	}
ul#paging li a {
	background:#fff;
	color:#6461b8;
	text-decoration:none;
	}
ul#paging li a:hover {
	text-decoration:underline;
	}
ul#paging li .current {
	font-weight:bold;
	color:#000;
	background:#fff;
	}
ul#paging .bold {
	font-weight:bold;
	}
/********************************************************************/
/* ADVANCED SEARCH AREA												*/
/********************************************************************/
ul#advanced_search, ul#advanced_search li {
	list-style-type:none;
	}
ul#advanced_search {
	margin:0 0 10px 0;
	}
ul#advanced_search li {
	margin:0 1px 4px 0;
	display:inline;
	}
ul#advanced_search li input {
	font-size:11px;
	}
.advanced_searchfield {
	width:170px;
	height:12px;
	padding:2px;
	border:1px solid #6263b6;
	}
ul#advanced_search .searchbutton {
	background:url(/templates/images/advanced_search_btn_bg.gif) no-repeat;
	color:#fff; /* Most for W3C CSS Validation */
	}
ul#advanced_search a {
	margin:0 8px 0 0 !important; /* FF Hack */
	margin:0;
	padding:0;
	border:0;
	color:#000;
	background:none;
	text-decoration:none;
	}
ul#advanced_search .options {
	margin:2px 0 0 0;
	display:block;
	}
/********************************************************************/
/* PREVIEW AREA														*/
/********************************************************************/
#previewarea {
	margin:10px 10px 0 60px;
	font-size: 12px;
	}
#previewbox {
	width:213px;
	margin:0 20px 0 0;
	float:left;
	background:#fff;
	border:1px solid #b9b9dd;
	text-align:center;
	}
#preview_nav {
	height:20px;
	margin:3px auto;
	padding:10px 0 0 0;
	border-top:1px solid #b9b9dd;
} 
#preview_nav a, #preview_nav a img {
	color:#3333cc;
	text-decoration:underline;
	border:none;
} 
#preview_nav a:hover {
	text-decoration:none;
} 
.storbild_left{
	width:50px;
	display:inline;
	}
.storbild_text {
	padding:0 50px 0 50px;
	display:inline;
	}
.storbild_right {
	width:50px;
	display:inline;
	}
/********************************************************************/
/* SPECIFIKATION AREA												*/
/********************************************************************/
#sub_specifikation_list {
	margin:20px 0 0 0 !important; /* FF Hack */
	margin:0 0 0 0; /* Double-Margin IE Bug */
	height:26px;
	background:url(/templates/images/bg_specifikations_lista.gif);
	clear:left;
	}
#sub_specifikation {
	background:url(/templates/images/bg_spec_content.gif) repeat-x;
	padding:20px;
	font-size:12px;
	line-height:147%;
	height:auto !important; /*FF-hack - höjdinställning för att skapa mellanrum till skriv ut*/
	height:300px; 
	min-height:300px;
}
#sub_specifikation_nobg {
	padding:20px;
	font-size:12px;
	line-height:147%;
	height:auto !important; /*FF-hack - höjdinställning för att skapa mellanrum till skriv ut*/
	height:300px; 
	min-height:300px;
}
#sub_specifikation_nobg Table {
	width:100%;
	font-size:10px;
}
#sub_specifikation_nobg .tablecolumn_left_border {
	border-left:1px solid #cbcbcb;
	width:370px;
}
/* specifikation list nav */
ul#sub_specifikation_list_nav, ul#sub_specifikation_list_nav li {
	list-style-type:none;
	}
ul#sub_specifikation_list_nav {
	margin:5px 0 0 25px;
	padding:0 0 0 0;
	float:left;
	display:inline;
	}
ul#sub_specifikation_list_nav li {
	margin:0 10px 0 0;
	display:inline;
	text-align:left;
	color:#000;
	background:#fff;
	}
ul#sub_specifikation_list_nav .highlight {
	font-weight:bold;
	}
ul#sub_specifikation_list_nav .current {
	color:#000;
	background:#fff;
	}
ul#sub_specifikation_list_nav li a {
	color:#1e1ec8;
	background:#fff;
	text-decoration:none;
	}
ul#sub_specifikation_list_nav li a:hover {
	text-decoration:underline;
	}
/********************************************************************/
/* COMPARISON AREA													*/
/********************************************************************/
#sub_comparison {
	width:934px;
	height:730px;
	margin:10px 0 0 0;
	padding:0 0 0 10px;
	overflow:auto;
	clear:left;
	}
/********************************************************************/
/* COMPARISON TABLE-DATA AREA										*/
/********************************************************************/
#tabledata {
	table-layout:fixed;
	}
#tabledata tr td {
	padding:4px;
	}
.tabledata_header_container {
	width:164px;
	}
.tabledata_header_select {
	float:left;
	display:inline;
	}
.tabledata_header {
	margin:0px;
	font-size:14px;
	font-weight:bold;
	color:#000;
	float:left;
	padding:0 !important; /* FF Hack */
	padding:4px 0 0 0;
	width: 99%;
	}
.tabledata_header_small {
	font-size:12px;
	font-weight:bold;
	color:#000;
	}
.tabledata_header_small_blue {
	font-size:12px;
	font-weight:bold;
	color:#6666cc;
	background:#fff;
	}
.tablerow_color {
	background:#ccccff;
	}
.tablecolumn_start {
	width:120px;
	color:#6666cc;
	}
.tablecolumn_left_border {
	border-left:1px solid #cbcbcb;
	width:170px;
	}
.tablerow_divider  {
	border-top:2px solid #ccccff;
	border-left:1px solid #cbcbcb;
	}
#tabledata a {
	color:#6666cc;
	text-decoration:none;
	}
#tabledata a:hover {
	color:#6666cc;
	text-decoration:underline;
	}
#tabledata img {
	border:1px solid #cbcbcb;
	}
/********************************************************************/
/* NYTT fr o m	2006-06-27											*/
/********************************************************************/
/********************************************************************/
/* SUBMANUAL AREA - SPECIFIKATION									*/
/********************************************************************/
ul#sub_manual, ul#sub_manual li {
	list-style-type:none;
	}
ul#sub_manual {
	margin:10px 0 0 0;
	padding:2px 0 0 0;
	font-size:12px;
	color:#000;
	}
ul#sub_manual li {
	margin:0 0 30px 5px;
	display:block;
	float:left;
	}
ul#sub_manual li a {
	color:#1f1dc9;
	text-decoration:none;
	}
ul#sub_manual li a:hover {
	text-decoration:underline;
	}
/* sub manual content */ 
ul#sub_manual ul.sub_manual_content, ul#sub_manual ul.sub_manual_content li {
	list-style-type:none;
	}
ul#sub_manual ul.sub_manual_content {
	margin:0 0 0 0;
	padding:0 0 0 0;
	}
ul#sub_manual ul.sub_manual_content li {
	margin:0 20px 0 0;
	display:block;
	float:left;
	vertical-align:top;
	}
ul#sub_manual ul.sub_manual_content .imgbox{
	width:77px;
	padding:4px 0 0 0;
	float:left;
	display:inline;
	}
ul#sub_manual ul.sub_manual_content .imgbox a img {
	border:none;
	}
ul#sub_manual ul.sub_manual_content .textbox{
	width:500px;
	float:left;
	display:inline;
	}
ul#sub_manual ul.sub_manual_content .textbox a img {
	border:none;
	}
/********************************************************************/
/* SUBPICTURE AREA - SPECIFIKATION									*/
/********************************************************************/
ul#sub_picture, ul#sub_picture li {
	list-style-type:none;
	}
ul#sub_picture {
	margin:10px 0 0 0;
	padding:2px 0 0 0;
	font-size:12px;
	color:#000;
	}
ul#sub_picture li {
	margin:0 0 30px 5px;
	display:block;
	float:left;
	}
ul#sub_picture li a {
	color:#1f1dc9;
	text-decoration:underline;
	}
ul#sub_picture li a:hover {
	text-decoration:none;
	}
ul#sub_picture li h3 {
	margin:0 0 10px 0;
	}
/* sub picture content */ 
ul#sub_picture ul.sub_picture_content, ul#sub_picture ul.sub_picture_content li {
	list-style-type:none;
	}
ul#sub_picture ul.sub_picture_content {
	margin:0 0 0 0;
	padding:0 0 0 0;
	}
ul#sub_picture ul.sub_picture_content li {
	margin:0 20px 0 0;
	display:block;
	float:left;
	vertical-align:top;
	}
ul#sub_picture ul.sub_picture_content .imgbox{
	width:124px;
	border:1px solid #bbbbdf;
	background:#fff;
	float:left;
	display:inline;
	}
ul#sub_picture ul.sub_picture_content .imgbox a img {
	border:none;
	}
ul#sub_picture ul.sub_picture_content .textbox{
	width:500px;
	float:left;
	display:inline;
	}
ul#sub_picture ul.sub_picture_content .textbox a img {
	border:none;
	}
ul#sub_picture ul.sub_picture_content .textbox span {
	margin:0 0 10px 0;
	display:block;
	}
/********************************************************************/
/* RESELLER AREA - SPECIFIKATION									*/
/********************************************************************/
ul#reseller_list, ul#reseller_list li {
	list-style-type:none;
	}
ul#reseller_list {
	margin:0 0 22px 0;
	padding:2px 0 0 0;
	text-align:left;
	}
ul#reseller_list li {
	margin:0 2px 0 0;
	display:inline;
	}
ul#reseller_list li select {
	margin:0 10px 0 0;
	width:180px;
	font-size:12px;
	}
ul#reseller_list li input {
	font-size:12px;
	}
ul#reseller_list li a {
	color:#1c1ec8;
	text-decoration:underline;
	}
ul#reseller_list li a:hover {
	text-decoration:none;
	}
/********************************************************************/
/* RESELLER RESULT AREA - SPECIFIKATION								*/
/********************************************************************/
ul.reseller_result_list, ul.reseller_result_list li {
	list-style-type:none;
	}
ul.reseller_result_list {
	margin:0 0 12px 0;
	padding:2px 0 0 0;
	text-align:left;
	}
ul.reseller_result_list li {
	margin:0 2px 0 0;
	display:inline;
	}
ul.reseller_result_list li a {
	color:#1c1ec8;
	text-decoration:underline;
	}
ul.reseller_result_list li a:hover {
	text-decoration:none;
	}
.resellers {
	font-size:16px;
	color:#6462b5;
	}
.reseller_header {
	font-weight:bold;
	text-transform:uppercase;
	}
/********************************************************************/
/* NEWS LIST AREA													*/
/********************************************************************/
ul.news_list, ul.news_list li {
	list-style-type:none;
	}
ul.news_list {
	width:530px;
	margin:14px 0 14px 0;
	padding:0 0 0 64px;
	font-size:12px;
	text-align:left;
	}
ul.news_list li {
	margin:2px 4px 0 0;
	}
ul.news_list li a {
	background:#fff;
	color:#9999cc;
	text-decoration:none;
	}
ul.news_list li a:hover {
	text-decoration:underline;
	}
ul.news_list .header a {
	color:#6461b8;
	background:#fff;
	font-weight:bold;
	text-decoration:none;
	}
ul.news_list .header a:hover {
	text-decoration:underline;
	}
ul.news_list .date {
	color:#999;
	background:#fff;
	}
/********************************************************************/
/* SCANDINAVIA AREA													*/
/********************************************************************/
ul#scandinavia, ul#scandinavia li {
	list-style-type:none;
	}
ul#scandinavia {
	padding:0 0 0 0;
	text-align:left;
	}
ul#scandinavia li {
	margin:0 0 0 5px;
	display:block;
	}
ul#scandinavia li a {
	background:#fff;
	color:#9999cc;
	text-decoration:none;
	}
ul#scandinavia li a:hover {
	text-decoration:underline;
	}
ul#scandinavia .date {
	color:#656565;
	font-size:12px;
	background:#fff;
	text-align:right;
	}
/* Da Flaaaaaags */
ul#scandinavia ul#flag_list, ul#scandinavia ul#flag_list li {
	list-style-type:none;
	}
ul#scandinavia ul#flag_list {
	margin:0 0 0 0;
	padding:0 0 0 0;
	text-align:right;
	}
ul#scandinavia ul#flag_list li {
	margin:0 0 0 5px;
	display:inline;
	}
ul#scandinavia ul#flag_list li a {
	background:#fff;
	color:#9999cc;
	text-decoration:none;
	}
ul#scandinavia ul#flag_list li a:hover {
	text-decoration:underline;
	}
ul#scandinavia ul#flag_list li a img {
	border:none;
	}
/********************************************************************/
/* NETWORK AREA														*/
/********************************************************************/	
#sub_network {
	background:url(/templates/images/bg_spec_content.gif) repeat-x;
	padding:20px;
	font-size:12px;
	line-height:147%;
	}
ul#sub_network_list, ul#sub_network_list li {
	list-style-type:none;
	}
ul#sub_network_list {
	margin:10px 0 0 0;
	padding:2px 0 0 0;
	font-size:12px;
	color:#000;
	}
ul#sub_network_list li {
	margin:0 0 10px 5px;
	display:block;
	float:left;
	}
ul#sub_network_list li a {
	color:#1f1dc9;
	text-decoration:none;
	}
ul#sub_network_list li a:hover {
	text-decoration:underline;
	}
/* sub manual content */ 
ul#sub_network_list ul.sub_network_content, ul#sub_network_list ul.sub_network_content li {
	list-style-type:none;
	}
ul#sub_network_list ul.sub_network_content {
	margin:0 0 0 0;
	padding:0 0 0 0;
	}
ul#sub_network_list ul.sub_network_content li {
	margin:0 20px 10px 0;
	display:block;
	float:left;
	vertical-align:top;
	}
ul#sub_network_list ul.sub_network_content .imgbox{
	width:174px;
	padding:4px 0 0 0;
	float:left;
	display:inline;
	}
ul#sub_network_list ul.sub_network_content .imgbox a img {
	border:none;
	}
ul#sub_network_list ul.sub_network_content .textbox{
	width:450px;
	float:left;
	display:inline;
	}
ul#sub_network_list ul.sub_network_content .textbox a img {
	border:none;
	}
ul#sub_network_list ul.sub_network_content .textbox a:link, ul#sub_network_list ul.sub_network_content .textbox a:visited {
	text-decoration:none;
	color:#000;
	}
/********************************************************************/
/* IMAGE VAULT AREA													*/
/********************************************************************/
ul#image_vault, ul#image_vault li {
	list-style-type:none;
	}
ul#image_vault {
	margin:0 0 22px 0;
	padding:2px 0 0 0;
	text-align:left;
	}
ul#image_vault li {
	margin:0 2px 0 0;
	display:inline;
	}
ul#image_vault li select {
	margin:0 10px 0 0;
	width:180px;
	font-size:12px;
	}
ul#image_vault li input {
	font-size:12px;
	}
ul#image_vault li a {
	color:#1c1ec8;
	text-decoration:underline;
	}
ul#image_vault li a:hover {
	text-decoration:none;
	}
/********************************************************************/
/* SOMETHING AREA													*/
/********************************************************************/	
.something {
	width:232px;
	margin:10px 0 10px 0;
	float:left;
	display:inline;
	}
/********************************************************************/
/* LensCalcArea														*/
/********************************************************************/
#LensCalcArea {
	width:650px;
	margin:20px 0 0 63px;
	font-size:12px;
	float:left;
	display:inline;
}
#LensCalcArea H3{
	clear:both;
	padding-left: 1px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-bottom: 3px;
	padding-bottom: 3px;
}
#LensCalcArea P {
	display:block;
	float: left;
	width: 100%;
	padding-bottom: 5px;
	margin-bottom: 0px;
}
#LensCalcArea em {
	font-size:10px;
}
.ResTable {
	border-top:solid 1px #ccc;
	border-left:solid 1px #ccc;
	margin-bottom: 10px;
	width: 100%;
	clear:both;
}
.ResTable caption {
	font-weight:bold;
	text-align:left;
	font-size: 13px;
}
.ResTable th {
	text-align:left;
	font-size:11px;
	padding:3px;
	border-bottom:solid 1px #ccc;	
	border-right:solid 1px #ccc;	
}
.ResTable td {
	text-align:left;
	font-size:11px;
	padding:3px;
	border-bottom:solid 1px #ccc;	
	border-right:solid 1px #ccc;	
}
.Screen {
	width:10%;
	padding-top:4px;
}
/*Vänster area*/
.PrjAreaLeft {
	float:left;
	width: 40%;
}
.PrjAreaLeft span {
	float:left;
}
.PrjAreaLeft .List {
	width:65%;
}
.PrjAreaLeft .LaberHolder {
	width:40%;
	padding-top: 4px;
}
.PrjAreaLeft .List {
	width:55%;
	padding-top:3px;
}
P.image
{
	padding-top:10px;
}

/*Höger area*/
.PrjAreaRight {
	float:right;
	width: 55%;
}
.PrjAreaRight span {
	float:left;
}
.PrjAreaRight .LaberHolder {
	width:35%;
	padding-top: 4px;
}
.PrjAreaRight .List {
	width:45%;
	padding-top:3px;
}
.PrjAreaRight .ListSmall {
	width:10%;
	padding-top: 4px;
}
.SubGroup {
	float:left;
	width:45%;
	padding-right: 8px;
}