/* CSS Default Template */

html {
  background: white;
  color: black;
}

html, body, form, fieldset, table {
  margin: 0;
  padding: 0;
  font: 94%/1 Arial, Helvetica, sans-serif;
}

div,dt,dd,li,input,textarea,th,td {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
  margin: 0 0 0.2em 0;
  padding: 0;
}

p { padding: 0 0 0.4em 0; margin: 0 0 0.4em 0; }

li, dd, blockquote {
  margin: 0 0 0 1em;
  padding 0;
}

form label {
  cursor: pointer;
}
img, fieldset {
  border: none;
}
input, select, textarea {
  font: 100%/1.0 Arial, Helvetica, sans-serif;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	font: inherit;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
}

em { font-style: italic; }
strong, th { font-weight: bold; }

ol,ul {
	list-style: none;
}

caption, th {
	text-align: left;
}

h1,h2,h3,h4,h5,h6 {
	color: #E96D22;
	font-weight: bold;
	font-family: "trebuchet ms", sans-serif;
}

h1  { font-size: 1.6em; }
h2  { font-size: 1.4em; }
h3  { font-size: 1.2em; }
h4  { font-size: 1.1em; }

q:before,q:after {
	content: '';
}
abbr,acronym { border: 0; }

label {
  font-weight: bold;
}
.input {
  border: 1px solid silver;
  padding: 1px;
  margin:2px 0 5px 0;
}
.errormess {
  font-weight: bold;
  font-size: 1.3em;
  color: red;
  padding: 2px;
}
#wrapper {
  position: relative;
  width: 800px;
  margin: 0 auto;
  background: transparent url(grafik/tass.jpg) top left no-repeat;
  background-position: 80px 15px;
  padding: 4px 0 0;
}

#header {
  margin: 0;
  line-height: 1.0;
  background: #3c3c3c url(grafik/bg-header.jpg) top left repeat-x;
  height: 150px;
}

#logga {
  padding: 0;
  width: 800px;
  height: 150px;
  background: #3c3c3c url(grafik/logga.jpg) top left no-repeat;
  margin: 0 auto;
}

#logga a {
  display: block;
  position: relative;
  top: 20px;
  left: 0;
  width: 800px;
  height: 80px;
}

#logga a {
  outline: none;
}

#logga img {
  margin: 14px auto;
}

#navbar {
  font: normal 1.3em/1.1 "trebuchet ms", arial, sans-serif;
  margin-top: -39px;
}

#navbar ul {
  width: 760px;
  margin: 0 auto;
  padding: 3px 0;
  text-align: center;
}

#navbar li { display: inline; margin: 0 10px 0; }
#navbar a {
  color: white;
  text-decoration: none;
}
#navbar a:hover {
  color: #E96D22;
  text-decoration: none;
}
#navbar .current a {
  color: #E96D22;
}

.B_crumbBox {
  font: oblique 100%/1.1 arial, sans-serif;
  color: black;
  display: block;
  width: 760px;
  position: absolute;
  top: 4px;
  left: 0;
}

.B_crumbBox a {
  color: black;
  text-decoration: underline:
}
.B_currentCrumb { font-weight: bold; }


#sidebar {
  display: inline;
  width: 190px;
  float: left;
  margin-top: 20px;
  padding: 0;
  font: normal 1em/1.2 arial, sans-serif;
}

#sidebar .LCOS_box { /* underlänkar till vänster */
  margin-bottom: 20px;
}

#sidebar2 {
  display: inline;
  width: 190px;
  float: right;
  margin-top: 20px;
  padding: 0;
  font: normal 1em/1.2 arial, sans-serif;
}


#sidebar2 h1, #sidebar2 h2, #sidebar2 h3, #sidebar2 h4, #sidebar2 h5, #sidebar2 h6 {
  color: #3561B3;
}

#sidebar h2, #sidebar2 h2 {
  background: #EEEEEE;
  padding: 0 2px;
}

/*
.LCOS_list {
  border-top: 1px solid #D6D6D6;
  border-left: 1px solid #D6D6D6;
}*/

#sidebar ul { margin: 0; padding: 0;
  font: normal 1em/1.2 "trebuchet ms", arial, sans-serif;
}

#sidebar li {
  margin: 0 0 1px 0;
  padding: 4px 4px;
  background: #eeeeee;
}

#sidebar li li {
  margin: 2px 0;
  padding: 3px 4px;
  border-bottom: none;
}

#sidebar a {
  display: block;
  color: black;
  text-decoration: none;
  font: bold 1em/1.2 "trebuchet ms", arial, sans-serif;
}
#sidebar a:hover { text-decoration: underline; }

#sidebar #open {
  line-height: 1.3;
}

#content {
  display: inline;
  width: 590px;
  float: right;
  line-height: 1.3;
  padding-bottom: 15px;
  margin-top: 15px;
}

.fpcontent {
  width: 400px !important;
  float: left !important;
  margin-left: 20px;
}

#content a:link, #product a:link { color: blue; }
#content a:visited, , #product a:visited { color: darkmagenta; }
#content a:hover, #product a:hover { color: black; }
#content a:active, #product a:active  { color: black; }

#content ul, #content ol, #product ul, #product ol  {
  margin: 4px 0 10px 0;
  padding: 0 0 0 15px;
  list-style-type: square;
}

#content ol { list-style-type: decimal; }

#content li, #product li { padding: 2px 0; }

#listcontent, #product {
  line-height: 1.3;
  padding: 25px 0 0 0;
}
#listcontent a:link { color: black; }
#listcontent a:visited { color: black; }
#listcontent a:hover { color: gray; }
#listcontent a:active { color: black; }

.LCOS_description a { text-decoration: none; }
.productsbox h3 { font-size: 110%; }

.productsbox ul {
  margin: 10px 0;
  padding: 0;
  width: 100%;
}

.productsbox li {
  border: 1px solid silver;
  background: #f5f4f3;
  margin: 10px 0;
  padding: 5px;
}

.productsbox img {
  float: right;
  margin: 0 0 0 5px;
  border: 1px solid #494949;
}

.productschildren li {
  display: inline;
  margin-left: 0;
  margin-right: 10px;
  padding-left: 0;  
}
.productschildren a {
  font-weight: bold;
  color: black;
}

#product { }
#product h3 { color: black; }

#prod_main {
  width: 440px;
}

#prod_extra {
  width: 310px;
  float: right;
}


#prod_extra img, #gallery img { border: 1px solid #676767; }

#gallery {
  display: block;
  clear: both;
}

#gallery ul, #gallery li {
  margin: 0;
  padding: 0;
}

.mgbutton {
 position: absolute;
 top: 110px;
 left: -150px;
}

#gallery .thumbscontainer {
  border: 1px solid #E96D22;
  border-width: 1px 0 0 0;
  margin: 15px 0;
  padding: 0 0 3px 0;
  xxwidth: 800px;
  width: 100%;
  line-height: 1;
}



#spec {
  clear: both;
  padding: 5px;
  margin: 10px 0;
  font-size: 88%;
  color: #575757;
}

#spec tr, #spec th, #spec td {
  border-top: 1px solid silver;
}

#spec td { padding: 1px; }


#footer {
  clear: both;
  text-align: left;
  padding: 6px 0;
  border-top: 1px solid #E96D22;
  font-size: 0.96em;
  line-height: 1.4;
  color: #333;
  font-family: "trebuchet ms", sans-serif;
}

#footer .clear {
  padding-bottom: 14px;
}

#footer div {
  width: 266px;
  float: left;
}

#col1 {
  width: 290px;
  float: left;
}


#col2 {
  width: 290px;
  float: right;
}

#col2 h1, #col2 h2, #col2 h3, #col2 h4, #col2 h5, #col2 h6 {
  color: #3561B3;
}


.PJN_Menu { /* prevnext */
  font-weight: bold;
  color: #9A9D66;
  margin-bottom: 5px;
}
#product .PJN_Menu a, .PJN_Menu a {
  color: #9A9D66 !important;
  font-weight: normal;
  text-decoration: none;
}

.fpproducts {
  width: 100%;
}

.fpproducts td {
  vertical-align: top;
  padding-bottom: 10px;
}

.fpproducts h3 {
  color: #E96D22 !important;
  font-size: 110%;
}

.fpproducts a {
  color: black !important;
  font-size: 1em;
  text-decoration: none;
}

.fpproducts img {
  float: left;
  margin: 5px 5px 0 0;
  padding: 0;
  border: 1px solid #494949;
  width: 110px;
}

.tider td {
  padding: 1px 10px 1px 0;
}

.red {
  color: red;
}

.ajaxSearch_intro, .ajaxSearch_resultsInfo {
  margin: 10px 0;
}

.ajaxSearch_highlight {
  background: #FFFF00;
}

.clear {
  display: block;
  clear: both;
}

#erbjudanden {
  background: #FBF2E1;
  color: #E3624F;
  font-weight: bold;
  border: 1px solid #F8E8C9;
  font-size: 16px;
  line-height: 1.5;
  padding: 6px 10px 0 10px;
  margin: 10px 0;
}

#erbjudanden h2 { font-size: 1.2em; }

#content #erbjudanden a {
  color: black;
	font-family: "trebuchet ms", sans-serif;
}

#news {
  border: 1px solid #D2D2D2;
  border: 1px solid #EEE;
  margin-bottom: 20px;
}

#news ul {
  
}

#news h2 { color: black; }

#news h3, #news a {
  color: black;
  font-size: 1em;
}

#news li {
  font-size: 90%;
  margin: 0 0 0.2em 0;
  padding: 2px 4px 4px 4px;
}
