﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
body
{
    font-size: .75em;
    font-family: Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    
  -moz-background-clip:border;
  -moz-background-inline-policy:continuous;
  -moz-background-origin:padding;
  background:#FFFFFF url(../images/background.png) repeat-y scroll center center;
  outline-color:-moz-use-text-color;
  outline-style:none;
  outline-width:medium;
  padding-bottom:15px;
}

a:link
{
    color: black;
    text-decoration: underline;
}
a:visited
{
    color: black;
}
a:hover
{
    color: gray;
    text-decoration: none;
}
a:active
{
    color: #12eb87;
}

p, ul
{
  
    margin-top: 5px;
    margin-bottom: 10px;
    line-height: 1.4em;
}


#topwrapper
{
  background:white url(../images/top_bg.png) repeat-x scroll center top;
  height:150px;
}

#main
{
  -moz-background-clip:border;
  -moz-background-inline-policy:continuous;
  -moz-background-origin:padding;
  background:white url(../images/main_bg.png) repeat-x scroll center top;
  border:2px solid #FFFFFF;
  margin: -18px 0 0 0;
  padding: 10px 0 500px 0;
  
}

#logo
{
  position:absolute;
  top:-90px;
  left:-30px;
  width:645px;
  height:66px;
  background-image:url(../images/logo_upplevelsepresenter.png)
}

#left
{
  margin: 20px 0 0 15px;
}

#left a
{
  font-size:16px;
}

.noitems
{
  color:Silver;
}

.productitem
{
  background-image:url(../images/item_topbg.png);
  background-repeat:repeat-x;
  background-color:#ebf5f5;
  margin:0px 20px 0 0;
}
.productitembtn
{
  background-image:url(../images/item_bottombg.png);
  height:7px;
  margin: 0px 20px 20px 0;
  
}

.item
{
  background-image:url(../images/itemsmall_topbg.png);
  background-repeat:repeat-x;
  background-color:#ebf5f5;
  margin:0px 20px 0 0;
}
.itembtn
{
  background-image:url(../images/itemsmall_bottombg.png);
  height:7px;
  margin: 0px 20px 20px 0;
  
}

td
{
  vertical-align:top;
}

strong
{
  color:#646464;
}

.price
{
  color:Green;
  font-size:15px;
  font-weight:bold;
}

h3
{
  margin:0;
}
h1
{
  font-size:24px;
  color:#6583b6;
  font-style:italic;
  margin: 10px 0 10px 0;
}
