/* 
-------------------------------------------------------------
Site:			Electra - B2B, Kalmar, Sweden
Author:   	A&O Media Design, Henrik Eklund, Kalmar, Sweden
Version:  	2010.10
-------------------------------------------------------------
*/


/* General styles */

html
{
    font: normal 87.5%/18px arial, 'helvetica neue' , helvetica, sans-serif;
    color: #534741; /* background: #fff url(../images/main-bg.png) repeat-y left top;*/
    min-width: 983px;
}
body
{
    /*width: 983px;*/
    margin: 0 60px;
    padding: 0 0 2em 1em;
    position: relative;
    background: white;
}

p
{
    line-height: 150%;
    padding-bottom: 0.75em;
}

a:link, a:active, a:visited
{
    color: #534741;
    text-decoration: none;
}

a:hover
{
    color: #8b8886;
    text-decoration: none;
}

h1, h2, h3, h4
{
    padding-bottom: 0.5em;
}


fieldset
{
    margin: 10px 0 20px 0;
}

/* Sidhuvud */

.branding
{
    height: 109px;
    position: relative;
    clear: both;
}
.logo
{
    padding-top: 18px;
}
#nav
{
    position: absolute;
    left: 0;
    bottom: 0;
}
#nav li
{
    float: left;
}
#nav li a
{
    display: block;
    width: 85px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-top: 1px solid #ddd;
    background: #eee;
    margin-right: 3px;
    padding: 6px 9px;
}
#nav li a.active
{
    border-left: 1px solid #666;
    border-right: 1px solid #666;
    border-top: 1px solid #666;
    background: #666;
    background: -moz-linear-gradient(100% 100% 90deg, #666, #888);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#888), to(#666));
    text-shadow: -1px -1px 0 #555;
    border: 1px solid #666;
    font-weight: bold;
    color: white;
}

#nav li ul
{
    position: absolute;
    width: 105px; /* 1+9+85+9+1 */
    left: -999em;
    z-index: 9999;
    border-bottom: 1px solid #ddd;
}

#nav li:hover ul, #nav li.sfhover ul
{
    left: auto;
}

.cart, .cp
{
    position: absolute;
    right: 0;
    bottom: 35px;
    font-size: 78.6%;
}
.cart a, .cp a
{
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    padding: 4px;
    background: #666;
    background: -moz-linear-gradient(100% 100% 90deg, #666, #888);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#888), to(#666));
    text-shadow: -1px -1px 0 #555;
    border: 1px solid #666;
    font: bold 100%/normal arial, 'helvetica neue' , helvetica, sans-serif;
    color: white;
    margin: 0 0 0 3px;
}

.cp
{
    bottom: 75px;
}


/* Misc */

.content
{
    clear: both;
    overflow: hidden;
}
.maincontent
{
    float: left;
    /*margin: 1em 0 0.5em;*/
    width: 981px;
}
.maincontent h1
{
    font-size: 128.6%;
    /*margin: 1em 0 0.5em 20px;*/
    border-bottom: 1px solid #eee;
}


.thin h2
{
    padding: 1em 100px 0.25em 20px;
}
.thin p
{
    padding: 0 100px 0.75em 20px;
}
.thin ul
{
    list-style: disc;
    padding: 5px 0 1em 36px;
    line-height: 100%;
    margin-bottom: 0;
}
.thin ul li
{
    padding: 0.25em 0;
}


/* Topbar */

.topline
{
    background: #666;
    height: 3px;
    overflow: hidden;
}

.topbar
{
    background: #666;
    background: -moz-linear-gradient(100% 100% 90deg, #444, #666);
    height: 43px;
    overflow: hidden;
}
.topbar p
{
    float: left;
    padding: 12px 0 0 20px;
    font-size: 92.9%;
    color: white;
}
.topbar a
{
    color: white;
    padding: 0 4px;
}
.topbar a:hover
{
    color: #848484;
}
.topbar .bold
{
    padding-left: 4px;
}
.sok
{
    background: #eee;
    float: left;
    margin-top: 3px;
    height: 39px;
    width: 198px;
    border-bottom: 1px solid #c1d6ea;
}
.sok .input
{
    width: 136px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    padding: 4px;
    font: bold 100%/normal arial, 'helvetica neue' , helvetica, sans-serif;
    margin: 7px 0 0 6px;
    border: 1px solid #ddd;
}
.sok .btn
{
    border-width: 0;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    padding: 3px 4px;
    background: #666;
    background: -moz-linear-gradient(100% 100% 90deg, #666, #888);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#888), to(#666));
    text-shadow: -1px -1px 0 #555;
    border: 1px solid #666;
    font: bold 100%/normal arial, 'helvetica neue' , helvetica, sans-serif;
    color: white;
    margin: 0 0 0 3px;
    width: 36px;
}


/* Submenu */

.submenu
{
    width: 199px;
    float: left;
    min-height: 800px;
    background: transparent url(images/submenu-bg.png) repeat-y right top;
}
.submenu ul
{
    font-size: 92.9%;
}
.submenu ul li
{
    display: inline;
}
.submenu ul li a
{
    display: block;
    padding: 8px 13px;
    background: transparent url(images/arrow.png) no-repeat left 50%;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #ddd;
}
.submenu ul li a.active
{
    border-right: 1px solid #fff;
    color: black;
    font-weight: bold;
}

.submenu ul li ul li a
{
    display: block;
    padding: 8px 13px 8px 26px;
    background: transparent url(images/arrow.png) no-repeat 13px 50%;
    font-size: 11px;
}

.submenu ul li ul li ul li a
{
    display: block;
    padding: 8px 13px 8px 39px;
    background: transparent url(images/arrow.png) no-repeat 26px 50%;
}

.submenu ul li ul li ul li ul li a
{
    display: block;
    padding: 8px 13px 8px 52px;
    background: transparent url(images/arrow.png) no-repeat 39px 50%;
}


.submenu p
{
    font-size: 78.6%;
    padding-right: 1em;
    margin-top: 1em;
}

/* Produktlista */

.productlist-items li
{
    position: relative;
    width: 170px;
    height: 355px;
    text-align: center;
    float: left;
    padding: 0 12px;
    border: 1px solid transparent;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.productlist-items img
{
    padding: 1em 0 0.5em;
}
.productlist-items a
{
    display: block;
    color: #534741;
}
.productlist-items h2 a:hover
{
    text-decoration: underline;
}
.productlist-items h2
{
    font-size: 78.6%;
    font-weight: normal;
    line-height: 18px;
}
.productlist-items h3
{
    font-size: 114.3%;
}
.productlist-items .input
{
    width: 18px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    padding: 4px;
    font: bold 78.6%/normal arial, 'helvetica neue' , helvetica, sans-serif;
    margin: 0;
    border: 1px solid #ddd;
    text-align: center;
}
.productlist-items .btn
{
    border-width: 0;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    padding: 3px 4px;
    background: #666;
    background: -moz-linear-gradient(100% 100% 90deg, #666, #888);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#888), to(#666));
    text-shadow: -1px -1px 0 #555;
    border: 1px solid #666;
    font: bold 78.6%/normal arial, 'helvetica neue' , helvetica, sans-serif;
    color: white;
    margin: 0 0 0 3px;
    min-width: 100px;
}
.productlist-items label
{
    font: normal 78.6%/normal arial, 'helvetica neue' , helvetica, sans-serif;
    margin: 0 0 0 3px;
}
.productlist-items .lager
{
    position: absolute;
    right: 0;
    top: 0;
    /*background: black;*/
    /*color: white;*/
    font-size: 78.6%;
    font-weight: bold;
    padding: 3px;
    margin: 3px;
}

.filter
{
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
    padding: 5px 8px 5px 20px;
    font-size: 12px;
    background: #fbf9e5;
}
.filter label
{
    margin-right: 0.5em;
}

.flikar
{
    border-right: 1px solid #eee;
    background: #fbf9e5;
    margin-bottom: 0px;
    position: relative;
}
.flikar h1
{
    font-size: 128.6%;
    padding: 1em 8px 0.5em 0;
    font-size: 128.6%;
    margin: 0 0 0 20px;
    border-bottom-width: 0;
}
.flikar h1 span
{
    color: #666;
    font-weight: normal;
}
.flikar ul
{
    overflow: hidden;
    background: transparent url(images/flikar-bg.png) repeat-x left bottom;
    padding: 0.5em 0 0 20px;
}
.flikar ul li
{
    display: inline;
    padding: 0 10px 0 0;
}
.flikar ul li a
{
    display: block;
    float: left;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    background: white;
    font-size: 85.7%;
    padding: 8px 6px;
    margin-right: 3px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    color: #534741;
}
.flikar ul li a:hover
{
    color: #848484;
}
.flikar ul li a.active
{
    border-bottom: 1px solid #fff;
    font-weight: bold;
    color: #000;
}

.flikar ul li a.disabled
{
    border-bottom: 1px solid #fff;
    color: #A9A9A9;
}

.description
{
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 20px;
    font-size: 85.7%;
    min-height: 240px;
}
.description ul
{
    list-style: disc;
    padding: 5px 0 0 18px;
    line-height: 100%;
    margin-bottom: 1em;
}
.description ul li
{
    padding: 0.5em 0;
}
.description p.summary
{
    font-size: 116.7%;
}
.description .photo
{
    float: right;
    padding: 0 30px;
}
.description .photo img
{
    padding-bottom: 1em;
}
.description .photo .input, table .input
{
    width: 18px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    padding: 4px;
    font: bold 91.7%/normal arial, 'helvetica neue' , helvetica, sans-serif;
    margin: 0;
    border: 1px solid #ddd;
    text-align: center;
}
.description .photo .btn, table .btn
{
    border-width: 0;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    padding: 3px 4px;
    background: #666;
    background: -moz-linear-gradient(100% 100% 90deg, #666, #888);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#888), to(#666));
    text-shadow: -1px -1px 0 #555;
    border: 1px solid #666;
    font: bold 91.7%/normal arial, 'helvetica neue' , helvetica, sans-serif;
    color: white;
    margin: 0 0 0 3px;
    min-width: 100px;
}

.description p.price
{
    font-size: 171.4%;
    font-weight: bold;
    text-align: center;
    line-height: normal;
}
.description p.price span
{
    font-weight: normal;
}

.description table th
{
    font-weight: normal;
}
.description table th, .description table td
{
    padding: 4px;
    line-height: 18px;
    vertical-align: middle;
}
.description tr.odd
{
    background-color: #eee;
}
.description table.tillbehor td.price
{
    font-size: 150%;
    font-weight: bold;
}
.description table.tillbehor td
{
    padding: 4px 12px 4px 4px;
    border-bottom: 1px dotted #ddd;
}

.adress
{
    float: left;
    padding: 0 15px;
    margin: 10px 0 0 0px;
    width: 100%;
}
.adress table th
{
    padding: 6px 6px 6px 0;
    font-size: 85.7%;
    min-width: 100px;
}
.adress table td
{
    padding: 6px;
    font-size: 85.7%;
}
.adress table input.avvik
{
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    padding: 4px;
    font: normal 100%/normal arial, 'helvetica neue' , helvetica, sans-serif;
    border: 1px solid #ddd;
}

table.sum
{
    margin: 1em 0 0.5em 20px;
}
table.sum th
{
    padding: 6px;
    font-size: 85.7%;
    border-bottom: 1px solid #eee;
}
table.sum td
{
    padding: 6px;
    font-size: 85.7%;
    border-bottom: 1px solid #eee;
}

table.list
{
    margin: 2em 0 0.5em 0;
}
table.list th
{
    padding: 6px;
    font-size: 85.7%;
    border-bottom: 1px solid #eee;
}
table.list th a
{
    color: #534741;
}
table.list td
{
    padding: 6px;
    font-size: 85.7%;
    border-bottom: 1px solid #eee;
}

.order
{
    border-top: 3px solid #ccc;
    clear: both;
    text-align: right;
    margin: 0 0 0 20px;
    padding: 1em 0 0 0;
}
.order button
{
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    padding: 4px;
    font: bold 114.3%/normal arial, 'helvetica neue' , helvetica, sans-serif;
    border-width: 0;
    background: -moz-linear-gradient(100% 100% 90deg, #666, #888);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#888), to(#666));
    text-shadow: -1px -1px 0 #555;
    border: 1px solid #666;
    color: #fff;
}
.order span
{
    font-size: 78.6%;
}


.adress-wide
{
    padding: 0 15px;
    margin: 40px 0 20px 5px;
    width: 600px;
    font-size: 85.6%;
}
.adress-wide h2
{
    font-size: 128.6%;
    margin: 1em 0 0.5em 0;
    border-bottom: 1px solid #eee;
}
.adress-wide ul
{
    list-style: disc;
    padding: 5px 0 1em 18px;
    line-height: 100%;
    margin-bottom: 0;
}


button
{
    cursor: pointer;
}
.bold
{
    font-weight: bold;
}
.right
{
    text-align: right;
}
.left
{
    text-align: left;
}

.login
{
    border: 1px solid #ddd;
    float: none;
    padding: 0px;
    margin: 120px auto 20px auto;
    width: 370px;
}
.login table
{
    margin: 15px;
}
.login table th
{
    padding: 6px 6px 6px 0;
    font-size: 85.7%;
    min-width: 100px;
}
.login table td
{
    padding: 6px;
    font-size: 85.7%;
}
.login table input.avvik
{
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    padding: 4px;
    font: normal 100%/normal arial, 'helvetica neue' , helvetica, sans-serif;
    border: 1px solid #ddd;
}

.divider
{
    float: left;
    border-top: 1px solid #eee;
    margin: 15px 0 0 0;
    padding: 15px 0 20px 0;
    width: 100%
}

.requiredField
{
  font-weight: bold;
}

.preInput
{
    font-style: normal;
    color: #000;
    width: 149px;
}
.preInputEmpty
{
    font-style: italic;
    color: #aaa;
    width: 149px;
}

.helpText 
{
  padding-left: 4px;
}