﻿BODY 
{
	margin:0;
	background-color: #000000;
	background-image: url(images/bg.gif);
	background-repeat:repeat-y;
	background-position:center top;
	font-size:11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    color:#333333;
}
FORM
{
	margin:0;
	padding:0;
}
TEXTAREA, INPUT, SELECT
{
	font-size:1.0em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border:solid 1px #CFD0D1;
}
input.button
{
    /*background-color: #e9e254;
    color:#FFFFFF;*/
    border-top: solid 1px #DDDDDD;
    border-right: solid 1px #888888;
    border-bottom: solid 1px #888888;
    border-left: solid 1px #DDDDDD;
    padding: 2px 10px;
    cursor:pointer;
}
IMG 
{
    border: 0;
}
P
{
    margin:0 0 1em 0;
    padding:0;
}
A:link, A:visited
{
	color:#6b92a0;
	text-decoration:none;
}
A:hover, A:active
{
	color:#004b95;
	text-decoration:none;
}
DIV.mainframe
{
	width:980px;
	background-color:#FFFFFF;
	margin:0 auto;
	padding:0;
}


/* topp */

#topp
{
    height:95px;
	background-image: url(images/bg_topp.gif);
	background-repeat:repeat-x;
	background-position:left bottom;
}
A.logo:link, A.logo:visited
{
    display:block;
    float:left;
    width:166px;
    height:76px;
}
#topplinker
{
    display:block;
    float:left;
    width:814px;
}
DIV.countrylinks
{
    text-align:right;
    padding:22px 20px 0 0;
    color: #6b92a0;
    font-size:10px;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
DIV.accountlinks
{
    text-align:right;
    padding:25px 0 0 0;
    color: #6b92a0;
    font-size:12px;
}
DIV.accountlinks a.register:link, DIV.accountlinks a.register:visited
{
    display:block;
    float:right;
    background-image: url(images/icon_register.gif);
	background-repeat:no-repeat;
	padding: 0px 25px 0 15px;
}
DIV.accountlinks a.myaccount:link, DIV.accountlinks a.myaccount:visited
{
    display:block;
    float:right;
    background-image: url(images/icon_myaccount.gif);
	background-repeat:no-repeat;
	padding: 0px 25px 0 15px;
}

DIV.accountlinks a.mycollection:link, DIV.accountlinks a.mycollection:visited
{
    display:block;
    float:right;
    background-image: url(images/icon_mycollection.gif);
	background-repeat:no-repeat;
	padding: 0px 20px 0 15px;
}

/* bunn */

#bunn
{
    clear:both;
    border-top:solid 5px #ececec;
    padding: 8px 0 45px 9px;
}

.copyright
{
	width:180px;
	float:left;
	color:#999999;
	font-size:10px;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	line-height:16px;
}
.copyright a:link, .copyright a:visited
{
	color:#999999;
}
.copyright a.increo:link, .copyright a.increo:visited
{
	color:#6b92a0;
}
.copyright a:hover, .copyright a:active
{
	text-decoration:underline;
}
.bunnlinker
{
    padding-top:2px;
    width:772px;
    float:left;
    text-align:right;
    color: #999999;
    font-size:10px;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

/* content */

#contentheader
{
    background-image: url(images/bg_contentheader2.gif);
	background-repeat:repeat-x;
	height:65px;
	
}
#contentheader #search
{
    width:180px;
    height:65px;
    float:left;    
    background-color:#FFFFFF;
}
#contentheader #header, #contentheader #productheader
{
    width:798px;
    height:65px;
    float:left;
    border-left:solid 1px #ececec;    
}
#contentheader #header H1
{
    font-size: 30px;
    color: #000000;
    font-weight:normal;
    margin: 20px 0 0 20px;
    padding: 0px;
}
#contentheader #productheader H1
{
    font-size: 30px;
    color: #000000;
    font-weight:normal;
    margin: 14px 0 0 20px;
    padding: 0px;
}
#contentheader #productheader H1 span
{
    font-size:18px;
    padding-left:1px;
}
#productdesigner
{
    font-size:11px;
    color:#999999;
    text-transform:uppercase;
    margin: -2px 0 0 20px;
}

DIV.columnheader
{
    clear:both;
    float:left;
    width:180px;
    height:18px;
    padding-top:2px;
    background-color:#ececec;
    font-size:13px;
    color:#000000;
}
DIV.columnheadersearch
{
    clear:both;
    float:left;
    width:180px;
    height:15px;
    margin:0 0 0 0;
    background-color:#ececec;
    font-size:13px;
    color:#000000;
}
DIV.columnheader DIV
{
    padding: 0 0 0 10px;
}
DIV.columnheadersearch DIV
{
    margin:-3px 0 0 0;
    padding: 0 0 0 10px;
}
div.columncontent
{
    clear:both;
    float:left;
    width:180px;
}
div.columncontent div.searchbox
{
    padding:10px ;
}
div.searchfields
{
    margin:7px 0 0 0;
}
div.searchfields div
{
    padding:0;
    margin:0;
    float:left;    
}
div.searchfields div input.search
{
    padding:2px;
    line-height:10px;
    font-size:10px;
    width:133px;
}
div.columncontent select
{
    padding:2px;
    line-height:10px;
    font-size:10px;
    width:160px;
}
div.contenttoolbar
{
    float:left;
    width:798px;
    height:20px;
    border-left:solid 1px #ececec;    
    background-image: url(images/bg_toolbar.gif);
	background-repeat:repeat-x;
}
DIV.contenttoolbar a:link, DIV.contenttoolbar a:visited
{
    display:block;
    float:left;
	background-repeat:no-repeat;
	margin: 3px 0 0 21px;
	padding: 0 0 1px 15px;
	font-size:10px;
}

DIV.contenttoolbar a.downloadcad:link, DIV.contenttoolbar a.downloadcad:visited
{
    background-image: url(images/icon_download.gif);
}
DIV.contenttoolbar a.print:link, DIV.contenttoolbar a.print:visited
{
    background-image: url(images/icon_print.gif);
}
DIV.contenttoolbar a.findretailer:link, DIV.contenttoolbar a.findretailer:visited
{
    background-image: url(images/icon_search.gif);
}

a.addtocollection:link, a.addtocollection:visited
{
    background-image: url(images/icon_download.gif);
    background-repeat:no-repeat;
	display:block;
	text-align:left;
	margin: 7px 0 3px 0;
	padding: 0 0 1px 15px;
	line-height:13px;
	font-size:9px;
}

div.productframe
{
    float:left;
    padding:0px;
    width:798px;
    border-left:solid 1px #ececec;    
}
div.productheightadjuster
{
    width:20px;
    height:420px;
    float:left;
}
div.productimage
{
    width:460px;
    float:left;
    text-align:center;
}
div.productimage img
{
    padding:20px 0 20px 0;
}
div.productimage table
{
    width:440px;
    height:440px;
}
div.producttabs
{
    clear:both;
    background-image: url(images/bg_productmenu.gif);
	background-repeat:no-repeat;
}
H2
{
    font-size:18px;
    font-weight:normal;
    padding: 10px 0 10px 0;    
    margin:0;
}
.news_cell h2
{       
    line-height:18px;
    padding:0 0 1px 0;
}
td.news_cell
{
    width:500px;
}
td.news_imagecell
{
    width:139px;
}
div.productcolumn1
{
    width:160px;
    float:left;
    
}
div.productcolumn2
{
    width:158px;
    float:left;
    
}

div.producttabheightadjuster
{
    width:1px;
    height:150px;
    float:right;
    clear:both;
}
table.productthumbnail
{
    border: solid 1px #ececec;
    width:63px;
    height:63px;
}
td.productthumbnail
{
    width:73px;
    height:73px;
}
img.productcolor
{
    display:block;
    margin: 0 10px 10px 0;
}
div.relatedproduct
{
    padding-bottom:10px;
}
div.relatedproduct div
{
    font-size:10px;
    clear:left;
    float:left;
    width:45px;
    height:45px;
    border:solid 1px #ececec;
    margin:0 10px 10px 0;    
}
div.relatedproduct div table
{
    width:100%;
    height:100%;
}
div.relatedproduct a:link,div.relatedproduct a:visited
{
    font-size:10px;
    display:block;
    float:left;
    width:90px;
    margin: 0 0 10px 0;
}
div.productinfo
{
    padding: 0 20px 10px 20px;    
    clear:left;    
}

div.contentframe
{
    float:left;
    width:650px;
    padding:20px;
    border-left:solid 1px #ececec;    
}
div.contentframe_solution
{
    float:left;
    width:798px;
    overflow:hidden;
    background:#000;
    color:#fff;
    font-size:13px;
    border-left:solid 1px #ececec;   
}
div.solution_details
{
    width:758px;
    float:left;
    padding:23px 20px 10px 20px;
}
#solution_description
{
    float:left;
    width:579px;
    line-height:22px;
    padding:0 20px 0 0;
}
#featured_products
{
    float:left;
    line-height:22px;
    width:159px;
    
}
div.contentframe div.content
{
    width:610px;
    float:left;
    line-height:22px;
    font-size:13px;
    color:#666666;
}
div.heightadjuster
{
    width:5px;
    height:400px;
    float:left;
}
div.ingress
{
    font-size:13px;
}
div.forsidebanner
{
    width:980px;
    height:290px;
    position: relative;
    border-bottom:solid 5px #ECECEC;
    background-color:#000000;
}
div.leftcolumn
{
    float:left;
    width:180px;
    height:195px;
    overflow:hidden;
}
div.centercolumn
{
    float:left;
    width:620px;
    height:195px;
    overflow:hidden;
    
}
div.rightcolumn
{
    float:left;
    width:180px;
    height:195px;
    
}
div.rightcolumnIE6
{
    float:left;
    width:170px;
    overflow:hidden;
    height:195px;
}
div.personalize
{
    padding:40px 0 0 10px;
    font-size:13px;
    clear:both;
    float:left;
    width:170px;
    height:200px;
}
div.personalize div
{
    padding:2px 0 0 0;
    margin:0;
    float:left;    
}
div.personalize div select
{
    padding:2px;
    line-height:10px;
    font-size:10px;
    width:138px;
}
div.news
{
    clear:both;
    float:left;
    width:160px;    
    margin:0;
    /*margin: 10px 0 0 10px;*/
    padding:10px 0 0 10px;
}
div.centercolumn h1
{
    font-size: 18px;
    color: #000000;
    font-weight:normal;
    margin: 15px 0 15px 20px;
    padding: 0px;    
}
div.centercolumn div.content
{
    width:580px;
    margin-left:20px;
    font-size:13px;
    color:#666666;
}


div.designerproduct div.designerproductinfo
{
    
    width:300px;
    text-align:left;
    color:#FFFFFF;
    font-size:13px;
}
div.designerproduct div.designerproductinfo img
{
    float:left;
}

div.productgroups div.designerproduct
{
    float:left;
    width:305px;
    height:300px;    
    text-align:center;
    background-position:top center;
    background-repeat:no-repeat;
}
div.productgroups div.designerproductIE6
{
    float:left;
    width:270px;
    overflow:hidden;
    height:300px;    
    text-align:center;
    background-position:top center;
    background-repeat:no-repeat;
}

div.productgroups
{
    border-top:solid 5px #ECECEC;
    clear:both;
    width:980px;
    height:165px;
    background-color:#000000;
}
div.productgroups div.list
{
    float:left;
    width:960px;
    height:150px;
    margin-left:25px;
    overflow:hidden;
}
div.productgroups div.list a:link, div.productgroups div.list a:visited
{
    float:left;
    display:block;
    width:190px; 
    margin-top:21px;   
    height:35px;
    /*background: url(http://www.luxo.com/App_themes/standard/images/bg_productgroup2.gif);
    background-repeat:no-repeat;*/
}
div.productgroups div.list a:link img, div.productgroups div.list a:visited img
{
    float:left;
    display:block;
    height:35px;
    width:43px;
    overflow:hidden;
    margin-top:10px;
}
div.productgroups div.list a:link span, div.productgroups div.list a:visited span
{
    float:left;
    display:block;
    padding:20px 0 0 4px;
    width:142px;
    overflow:hidden;
    font-size:12px;
    color:#aac4cb;
}
div.news_date
{
    font-size:10px;
    color:#999999;
}
div.news_intro
{
    margin-top:11px;
    font-size:13px;
    line-height:22px;
    color:#666666;
}
div.nyheter_prikker
{
    height:15px;
    font-size:4px;
    margin-bottom:25px;
    background:url(images/prikk_horisontal.gif) bottom left repeat-x;
}
div.nyhetsbilde
{
    font-size:0.8em;
    float:right;
    margin:0 0 1.6em 3.3em;
    width:220px;
}
div.standardbilde
{
    font-size:0.8em;
    float:right;
    margin:5px 0 1.6em 3.3em;
    width:280px;
}
div.nyhetsbilde img
{
    clear:both;
}
div.nyhetsbilde div
{
    padding:5px;
}
div.nyhetsingress
{
    font-size:13px;
    line-height:22px;
    color:#333333;
}
div.news_body
{
    line-height:22px;
    padding:21px 0 0 0;
    font-size:13px;
    color:#666666;
}
div.productdescription
{
    clear:left;
    float:left;
    width:570px;
    line-height:22px;
    margin-right:35px;
    padding:15px 0 0 0;
    font-size:13px;
    color:#666666;    
}
div.productawards
{
    padding:18px 0 0 0;
    margin:0;
    width:144px;
    float:left;
    font-family:Trebuchet MS, Sans-Serif;
    font-size:11px;
    font-weight:bolder;
}

span.news_published
{
    display:block;
    padding: 4px 0 0 21px;
    font-size:10px;
}
div.rss
{
    padding-left:20px;
    float:left;
}
a.rss:link, a.rss:visited
{
    padding-left:18px;
    line-height:14px;
    display:block;
    width:40px;
    background: url(images/feed-icon-14x14.png) no-repeat;
}
ul.sitemap
{
    font-size:12px;    
}
ul.sitemap li
{
    padding: 2px 0;
}

div.solutionsmenu
{
    position:absolute;
    top:120px;
    left:0px;
    border:solid 1px red;
    width:900px;
    height:200px;
}
div.imagestrip
{
    background:#232323;
    height:12px;
    clear:both;
}
div.imagestrip div
{
    border-right:3px solid #000;
    float:left;
}
div.imagestrip a:link, div.imagestrip a:visited
{
    display: block;
    float:left;
    background:#aac3cc;    
    color:#000;
    padding:0 6px;
    font-size:10px;
}
div.imagestrip a:hover, div.imagestrip a:active, div.imagestrip a.selected:link, div.imagestrip a.selected:visited
{
    background:#fff;
}
div.solution_images_header
{
    clear:both; 
    float:left; 
    padding-top:30px; 
    padding-bottom:3px;
}

div.featured_products
{

}
div.featured_products a:link, div.featured_products a:visited
{
    background:url(images/solution_punkt.gif) no-repeat left;
    padding:0 0 0 20px;
    display:block;    
    color:#aac3cc;
}
div.featured_products a:hover, div.featured_products a:active
{
    color:#fff;
}

/* Dropdowns */
#solutionsmenu, #productgroupsmenu, #designersmenu
{
    visibility:hidden;
    position:absolute;
    top:120px;
    left:0px;
    width:980px;
    background-image:url(images/layerbg5.png);
    background-repeat:no-repeat;
    background-position: bottom left;
    z-index:9999;
    
}
a.hoverlink:link, a.hoverlink:visited
{
    display:block;
    float:left;
    padding: 0 0 20px 0;
    margin: 0 18px 0 0;
    width:200px;
    background-image:url(images/menuprikker_bg.gif);
    background-repeat:repeat-x;
    color:#aac3cb;
}
a.solution:link, a.solution:visited
{
    display:block;
    clear:left;
    padding-bottom:13px;
    font-size:10px;
    font-weight:bolder;
    color:#aac3cb;
}
div.category
{
    width:159px;
    margin-right:18px;
    float:left;
    overflow:hidden;
}
div.menu
{
    margin:20px 18px 40px 18px;
    width:900px;
}
img.layerbunn
{
    clear:left;
    margin-top:30px;
}
span.req
{
    color:#999999;
    font-weight:bold;
}
#solution_architect
{
    margin:1px 0 0 21px;
    color:#333333;
}
#contentheader #header H1.searchresult
{
    font-size:18px;
    margin-top:41px;
}
div.searchresult
{
    margin:3px 0 0 21px;
}
H3
{
    font-weight:normal;
    font-size:13px;
    padding:16px 0 5px 0;
    margin:0;
}
/* /Dropdowns */

div.articlecolors img
{
    float:left;
    width:11px;
    margin: 1px 4px 0 0;
}

div.zoom
{
    text-align:center;
    padding:0 0 5px 0;
}
div.zoom a:link, div.zoom a:visited
{
    color:#6b92a0;
    padding-left:10px;
    background-image:url(images/zoom.gif);
    background-repeat:no-repeat;
    font-size:10px;
    font-weight:bolder;
}
div.certifications 
{
    float:right;
    width:380px;
    padding-top:18px;
    padding-right:18px;
    text-align:right;
}
div.certifications img
{
    float:right;
    margin-right: 5px;
    
}
td.itemlist_image
{
    width:139px;
    
}
td.itemlist_image div
{
    width:117px;
    text-align:center;
}



td.itemlist_detail, td.productlist_detail
{
    width:520px;    
}
.maillist_detail
{
    width:470px;
    
}

td.productlist_detail div
{
    height:92px;
    overflow:hidden;
}
td.itemlist_detail h2, td.productlist_detail h2, .maillist_detail h2
{
    font-size:18px;
    font-weight:normal;
    padding:0 0 2px 0;
    margin:0;
    
}
div.itemlist_separator
{
    height:1px;
    width:650px;
    background:url(images/prikk_horisontal.gif) bottom left repeat-x;
    margin-top:5px;
    margin-bottom:15px;
}
div.mailitemlist_separator
{
    height:1px;
    width:400px;
    background:url(images/prikk_horisontal.gif) bottom left repeat-x;
    margin-top:5px;
    margin-bottom:15px;
}

tr.tableheader th
{
    color:#333333;
    font-weight:bolder;
}
tr.tablerow 
{
	background-color:#f1f1f1;
}
tr.tablerow td
{
    color:#666666;
}
tr.altrow
{
	background-color:#FFFFFF;
}
tr.altrow td
{
    color:#666666;
}
div.optionseparator
{
    height:30px;
    font-size:1px;
    
}
div.optionheader
{
    clear:left;
    padding:10px 0 0 8px;
    margin:0 1em 0.5em 0;
    text-transform:uppercase;
    font-weight:bolder;
    color:#333333;
    border-bottom:solid 1px #333333;
}
.newproduct
{
    color:#444444;
    font-weight:normal;
    padding: 0 30px 0 44px;
    background:url(images/newbg.gif) no-repeat;
    background-position:center left;
    font-family: Trebuchet, Verdana, Arial, Helvetica, sans-serif;
    line-height:16px;
    font-size:16px;
}

.flashbanner
{
    z-index:9;
    position: absolute;
    top:0;
    left:0;
    height:290px;
    width:980px;
}
#linklayer
{
   z-index:900;
   position: absolute;
   top: 0;
   left:0px;
   width: 100%;
   color:#FFFFFF;
}
