<style type="text/css">
<!--

html, body
{ 
  scrollbar-face-color: #000000;
  scrollbar-highlight-color: #000000;
  scrollbar-3dlight-color: #999999;
  scrollbar-darkshadow-color: #000000;
  scrollbar-shadow-color: #999999;
  scrollbar-arrow-color: #999999;
  scrollbar-track-color: #000000;
  color: #FFFFFF;
}

body, body p, body li, body ul, body td
{
  font-family:  Verdana, Arial, Helvetica, sans-serif; 
  font-size: 8pt;
  font-style: normal; 
  font-weight: normal; 
  color: white;
}

h1, h1 a
{ 
  text-decoration: none; 
  font-family: Arial, Helvetica, sans-serif, Verdana; 
  font-size: 12pt; 
  font-style: normal; 
  font-weight: bold; 
  color: #FFFFFF; 
  margin: 0em;
  margin-top: 0em; 
  margin-bottom: 0.75em;
}

h2, h2 a
{ 
  text-decoration: none; 
   font-family:  Verdana, Arial, Helvetica, sans-serif; 
   font-size: 10pt; 
   font-style: normal; 
   font-weight: bold; 
   color: #FFFFFF; 
   margin: 0em; 
   margin-top: 1em; 
   margin-bottom: 0.5em;
}

h3, h3 a
{ 
  text-decoration: none; 
  font-family:  Verdana, Arial, Helvetica, sans-serif; 
  font-size: 8pt; 
  font-style: normal; 
  font-weight: bold; 
  color: #FFFFFF; 
  margin: 0em; 
  margin-top: 1em; 
  margin-bottom: 0.5em;
}

/* If anchors within header, first use the same styles as the headers,
   then override with these attributes, and finally use the standard
   anchor styles */
h1 a, h2 a, h3 a
{
  text-decoration: underline;
  color: #cccccc;
  font-weight: normal;
}

hr 
{ 
  height: 0; 
  border-style: solid; 
  border-width: 1px 0 0 0; 
  border-color: #eee; 
  width: 550px;
}

td 
{ 
  vertical-align: top; 
}

a 
{
  text-decoration: underline; 
  font-family:  Verdana, Arial, Helvetica, sans-serif; 
  font-size: 8pt; 
  font-style: normal; 
  font-weight: normal; 
  color: #cccccc;
}

a:hover 
{ 
  color: #ffffff;
}


a img {
  border: none;
}

/* Border specifics:
  .border: White border with hover effect
  .noborder: No border
*/
.border { border-width: 1px; border-color: #FFFFFF}
.border:hover { border-color: #bbbbbb}
.noborder { border-width: 0px; border-color: #FFFFFF;}


/* Used in alerts, such as e-mail response forms */
.hilight {
  background-color: #440000;
  color: white;
  border: 1px solid white;
  padding: 10px;
  margin: 10px;
}

/* Used in inline alerts <span>-tags. On checkout and demo */
.red {
     color: red;
     font-weight: bold;
}

.red a {
     color: red;
     text-decoration: underline;
     font-weight: bold;
}

/* Cart specific styles. Also used in the installers-table */
.cart {
 font-family:  Verdana, Arial, Helvetica, sans-serif;
 font-size: 10px;
 color: #FFFFFF;
 border: 0px;
}

.cart_button_add 
{
 font-size: 10px;
 color: #FFFFFF;
 background-color: #000044;
 border: 1px solid #666666

}
.cart_button_add:hover {
 background-color: #880000
}

.cart_button {
 font-size: 10px;
 color: #FFFFFF;
 background-color: #440000;
 border: 1px solid #666666
}

.cart_button:hover {
 background-color: #880000
}
.cart_button:focus {
 background-color: #880000;
}

table.cart {
  font-family:  Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #FFFFFF;
  border-width: 0px;
  border-spacing: 0px;
  border-style: outset;
  border-color: gray;
  border-collapse: collapse;
}

table.cart td, th {
  border-width: 0px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  padding: 5px;
  padding-top: 3px;
  padding-bottom: 2px;
  border-style: solid;
  border-color: gray;
}

table.cart th {
  font-weight: bold;
  font-size: 12px;
}

input.cart {
 font-size: 10px;
 color: #FFFFFF;
 background-color: #000000;
 border: 1px solid #666666
}

table.cart a {
  font-family:  Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #FFFFFF;
}

table.cart a:hover {
  font-family:  Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #aaaaaa;
}

/* Standard form styles:
   This is just a mess right now. Should be sorted out. */
.input_a {
 font-size: 10px;
 color: #FFFFFF;
 background-color: #000000;
 border: 1px solid #666666
 }

.input_a:hover, .input_a:focus {
 background-color: #444444
 }

select {
 font-size: 10px;
 color: white;
 background-color: black;
 border: 1px solid #666666
}

.select_a {
 font-size: 10px;
 color: white;
 background-color: black;
 border: 1px solid #666666;
 }

.checkbox_a {
 font-size: 10px;
 background-color: #440000;
}

.submit_a {
 font-size: 10px;
 color: #FFFFFF;
 background-color: #440000;
 border: 1px solid #666666
}

.submit_a:hover, .submit_a:focus {
 background-color: #880000
}

input {
 font-size: 10px;
 color: #FFFFFF;
 background-color: #000000;
 border: 1px solid #666666
}

input:hover, input:focus{
 background-color: #444444
}

textarea {
 font-size: 10px;
 color: #000000;
 background-color: #eeeeee;
 border: 1px solid #666666
}

.submit_change {
 font-size: 10px;
 color: #FFFFFF;
 background-color: #440000;
 border: 1px solid #666666

}

.submit_change:hover {
 background-color: #880000
}

/* Used for change logs */
.inst {
    margin-left: 2em;
    margin-right: 2em;
    margin-bottom: 2em
}


/* Newsitem on news-pages */
div.newsitem {
    text-decoration: none;	  
    color: white;
}

div.newsitem h3 {
  text-align: right;
  font-size: 8pt;
  font-weight: normal;
  font-family: Arial, Helvetica, sans-serif;
  margin: 1px 1px 1px 1px;
  padding: 1px 1px 1px 1px;
}

div.newsitem h2 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  text-align: left;
  vertical-align: middle; 
  padding: 5px 10px 5px 10px;
  margin: 1px 1px 1px 1px;
  background-color: #220000;
  border: 1px solid black;
}

div.newsitem p {
 padding: 0px 10px 0px 15px;
}

/* Used only in old installer pages */
.indent { 
    text-decoration: none; 
    font-family:  Verdana, Arial, Helvetica, sans-serif; 
    font-size: 8pt; 
    font-style: normal; 
    font-weight: normal; 
    color: #FFFFFF; 
    padding-left: 1em; 
    padding-right: 1em; 
    padding-bottom: 0.1em;
    margin-top: 0em; 
}

/* Used on links to avoid underline */
.dohover { 
    color: white;
    text-decoration: none
}

.dohover:hover { 
    color: grey
}

/* Use to get a smaller text */
.footnotesize a, .footnotesize p, .footnotesize {
  font-size: 7pt;
  /*  font-family: Arial, Helvetica, sans-serif;*/
}


/* Only used in sound example pages */
.soundexamples { 
     font-family:  Verdana, Arial, Helvetica, sans-serif; 
     font-size: 8pt; 
     font-style: normal; 
     font-weight: normal; 
 color: #FFFFFF;
}

table.soundexamples tr {
  vertical-align: middle;
}

table.soundexamples td {
     border-bottom: 1px solid #666666;
  /*     padding: 0px;
	 margin: 0px;*/
  padding-left: 10px;
  padding-right: 10px;
}

table.soundexamples {
     width: 500px;
     margin-left: 25px;
     margin-right: 25px;
}

/* Used in products and buy-pages*/
.rubrik 
{  
  font-family:  Verdana, Arial, Helvetica, sans-serif; 
  font-size: 11pt; 
  font-style: normal; 
  font-weight: bold; 
  color: #FFFFFF; 
  text-decoration: none; 
}

a.rubrik:hover 
{
 color: grey;
}

/* Används för att betona länkar. Ordentligt. 
   Finns på localized buy-sidor */
div.anchorhilight p {
 margin: 4px;
}

div.anchorhilight a {
 display: block;
 text-align: center;
 text-decoration: none;
 color: #ffffff;
 background-color: #440000;
 padding: 2px;
 margin: 0px;
 text-decoration: none;
 border: 1px solid #666666;
}

div.anchorhilight a:hover {

 background-color: #880000;
 cursor: pointer;
 color: #ffffff;
 border: 1px solid #666666;
}

/* Används till quotes-sidorna */ 
.quote {
    font-style: italic;
}

.quote i {
    font-style: normal;
}

.quote_source {
    margin-left: 2em; 
    margin-right: 2em;
    margin-bottom: 3em;
}

/* Används till inline-quotes */
.quote2 {
    font-style: italic;
    color: #b18f50;
}

.quote2 i {
    font-style: normal;
}

.quote2 a {
    font-style: italic;
    color: #b18f50;
    text-decoration: none;
}

.quote2 a:hover {
    font-style: italic;
    color: #e1bf80;
    text-decoration: none;
}

.quote_source2 {
    color: #b18f50;
    text-align: right;
}

.quote_source2 a {
    color: #b18f50;
    text-decoration: none;
}

.quote_source2 a:hover {
    color: #e1bf80;
    text-decoration: none;
}


div.figure {
/*  width: 25%; */
  border: thin solid #222;
  margin: 10px;
  padding: 5px;
}

.right {
  float: right;
}

.left {
  float: left;
}

.black {
  background-color: black;
}

.nopadding {
  padding: 0px;
}

div.figure p {
  text-align: center;
  font-style: italic;
/*  font-size: smaller;*/
  text-decoration: none;
  text-indent: 0;
}

div.figure p a:hover img {
  opacity: 0.8;
  text-decoration: none;
}

div.figure p a{
  text-decoration: none;
  font-style: italic;
}

.topbanner {
  margin-left: -30px;
  margin-top: -30px;
  border-bottom: 1px solid #333;
background-color: black;
  width:850px;
}

.bottombanner {
  margin-left: -30px;
  margin-bottom: -30px;
  border-top: 1px solid #333;
  background-color: black;
}

div.youtube {
  float:left;
  overflow:hidden;
  margin: 10px;
  border:1px solid #ccc;
  position:relative;
}

div.youtube:hover {
  border:1px solid #777;
}
div.youtube a img {
  padding:0px;
/*  margin:-23px 0px -23px 0px;*/
}

img.playbutton:hover {opacity:1;}
img.playbutton {opacity:0.6;}

#floating_quote {
  float: right;
  width: 200px;
  padding: 10px;
}

#floating_quote_left {
  float: left;
  width: 200px;
  padding: 10px;
}

#topmenu td {
    background-color: green;
}

#topmenu td:hover {
    background-color: #444;
}

div.dealer_login {
    position: absolute;
    top: 60px; left: 550px;
    float: right;
    width: 350px;
    height: 20px;
    background-color: black;
    padding: 10px;
    border: 1px solid white;
    clear: both;
}

.dealer_login input {
    float: right;
    color:white;
    background-color: #444;
}
.dealer_login input:hover {
    background-color: #aaa;
}

.dealer_cart {
   margin-bottom: 25px;
}
.dealer_cart table {
    border-collapse: collapse; 
    width: 790px;
}
.dealer_cart th {
    background-color: #444; 
    color:white; 
    padding:5px;
}
.dealer_cart td {
    padding:5px;
    border-bottom: 1px solid #444;
}
.dealer_cart form + form{
    float: right;
    padding:10px;
}


.dealer_products table {
    border-collapse: collapse; 
    width: 790px;
    margin-top: 20px;
}
.dealer_products th {
    background-color: #444; 
    color:white; 
    padding:5px;
}
.dealer_products td {
    padding:5px;
    border-bottom: 1px solid #444;
    vertical-align: middle;
}
.dealer_products td img {
    padding-right: 5px;
    float: left;}
-->
</style>
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
