﻿@import url('ContentStyles.css'); /* Old CMS styles */

img
{
    border: 0px;
}
a
{
    color: #000;
}
h1, h1 a
{
    font-size: 23px;
    font-weight: bold;
    color: #cd1f02;
    text-decoration: none;
    margin: 0 0 5px 0;
}
h2, h2 a
{
    font-size: 16px;
    font-weight: bold;
    color: #cd1f02;
    text-decoration: none;
    margin: 0 0 5px 0;
}
h3, h3 a
{
    font-size: 16px;
    font-weight: bold;
    color: #727272;
    margin: 18px 0 8px 0;
    padding: 0;
    text-decoration: none;
}
h4, h4 a
{
    font-size: 14px;
    font-weight: bold;
    color: #000;
    margin: 18px 0 8px 0;
    padding: 0;
    text-decoration: none;
}

p
{
    margin: 5px 0 20px 0;
}

a:hover
{
    color: #cd1f02;
}

.fl { float: left; }
.fr { float: right; }

.cb { clear: both; }
.cr { clear: right; }
.cl { clear: left; }

.dn { display: none }

.red { color: #cd1f02; }

/* HEADERS */
/* ======= */

.header1
{
    width: 767px;
    height: 29px;
    background: url(/gfx/header1-bg.jpg) no-repeat;
    margin-bottom: 8px;
}
    .header1 span
    {
        display: block;
        color: #fff;
        font-size: 12px;
        padding: 6px 10px 0 10px;
    }
    .header1 a
    {
        font-size: 12px;
        color: #fff;
    }    
    .header1 list
    {
        margin: 5px 10px 0 0;
        font-size: 10px;
    }
    
.header2
{
    font-size: 36px;
}    
.header3
{
    font-size: 36px;
    background: url(/gfx/usa-flag.jpg) no-repeat;
    display: block;
    height: 64px;
    padding: 0 0 0 100px;
    position: relative;
    left: -17px;
}    
.header4
{
    margin: 0 0 20px 0;
    padding: 0;
}

/* PARAGRAFER */
/* ========== */

.para2
{
    width: 560px;
    margin: 0 0 30px 0;
    padding: 0;
}
.para3
{
    padding: 7px 7px 7px 7px;
    margin: 0;
    border: solid 1px #ccc;
}
.para4
{
    margin: 6px 0 6px 0;
}
.para5
{
    padding: 25px;
    margin: 0;
    border: solid 1px #ccc;
}

/* KOLUMNER */
/* ======== */

.col1
{
    float: left;
    margin-right: 12px;
}
.col2
{
    padding: 18px;
}
.col3
{
    margin-left: 20px;   
}
.col4
{
    padding: 18px 0 0 18px;
    width: 520px;
}
.col5 /* Sida med vänstermeny */
{
    /*background: url('/gfx/col5-bg.jpg') no-repeat top left;*/
}
.col6
{
    width: 200px;
}
.col7
{
    width: 700px;
    /*background: url('/gfx/grad2.jpg') repeat-y right;*/
}
    .col7 .content
    {
        margin: 25px 50px 25px 25px;        
    }
    .col7 h1
    {
    }
    .col7 h2
    {
        margin: 15px 0 5px 0;
    }    
.col8
{
    float: right;
}    
.col9
{
    text-align: right;
}  
.col10
{
    width: 210px;
    height: 500px;
    background: url('/gfx/col10-bg.jpg') no-repeat left;
}
.col11
{
    margin-right: 15px;
}
.col12
{
    margin-bottom: 35px;
}
.col13
{
    width: 650px;
}
.col14
{
    width: 300px;
}
.col15
{
    padding: 18px 0 0 0;
    width: 560px;
}
.col16
{
    margin-bottom: 35px;
    width: 210px;
}

/* BLOBBAR */
/* ======= */

.blob1
{
    width: 460px;
    margin: 10px 0 4px 0;
}
.blob2
{
    width: 440px;
    margin: 10px 0 4px 0;
}
.blob3
{
    width: 100%;
    margin: 0 0 4px 0;
}

.blob1,
.blob2,
.blob3
{
    height: 29px;
    background: #393939;
    color: #fff;
}
    .blob1 a,
    .blob2 a,
    .blob3 a
    {
        color: #fff;
    }
    .blob1 .left,
    .blob2 .left,
    .blob3 .left
    {
        width: 100%;
        height: 100%;
        background: url('/gfx/blob1-left.gif') no-repeat left;
    }
    .blob1 .right,
    .blob2 .right,
    .blob3 .right
    {
        width: 100%;
        height: 100%;
        background: url('/gfx/blob1-right.gif') no-repeat right; 
    }
    .blob1 span,
    .blob2 span,
    .blob3 span
    {
        color: #fff;
        display: block;
        float: left;
        padding: 6px 10px 0 10px;
    }
    .blob2 select,
    .blob3 select
    {
        margin: 5px 5px 0 0;
    }
    
.blob4
{
    width: 158px;
    height: 70px;
    background: url('/gfx/blob4-bg.png') no-repeat; 
    margin: 20px 0 0 14px;
    text-align: center;
}
.blob4-done
{
    width: 158px;
    height: 70px;
    background: url('/gfx/blob4-done-bg.png') no-repeat; 
    margin: 20px 0 0 14px;
    text-align: center;
}
    .blob4 span,
    .blob4-done span
    {
        color: #fff;
        text-transform: uppercase;
        font-weight: bold;
        padding-top: 9px;
        display: block;
    } 

/* TEXT STYLES */
/* ========== */

.text1, .text1 a
{
    font-size: 12px;
}
.text2, .text2 a
{
    font-size: 9px;
    margin-left: 8px;
    text-transform: uppercase;
}
.text3
{
    line-height: 10px;
}

/* BUTTONS */
/* ======= */

.button1
{
    display: block;
    width: 133px;
    height: 29px;
    background: url('/gfx/button1-bg.jpg') no-repeat;
    text-decoration: none;
    font-weight: bold;
}
    .button1 span
    {
        display: block;
        color: #000;
        font-size: 12px;
        padding: 5px 0 0 38px;
    }
    
.button2
{
    display: block;
    height: 29px;
    background: url('/gfx/arrow-right.png') no-repeat;
    text-decoration: none;
    font-weight: bold;
}
    .button2 span
    {
        display: block;
        color: #000;
        font-size: 12px;
        padding: 1px 0 0 27px;
    }   
    
.button3
{
    display: block;
    height: 29px;
    background: url('/gfx/arrow-right.png') no-repeat;
    text-decoration: none;
    font-weight: bold;
}
    .button3 span
    {
        display: block;
        color: #fff;
        font-size: 12px;
        padding: 1px 0 0 27px;
    }    

.sortfields a
{
    display: block;
    width: 118px;
    height: 29px;
    text-decoration: none;
    font-weight: bold;
    margin: 4px 0 0 0;
}
.sortfields a.asc
{
    background: url('/gfx/arrow-down.png') no-repeat;
}
.sortfields a.desc
{
    background: url('/gfx/arrow-up.png') no-repeat;
}
    .sortfields a span
    {
        display: block;
        color: #fff;
        font-size: 12px;
        padding: 3px 0 0 0px;
    } 

    .sortfields a.asc span,
    .sortfields a.desc span
    {
        padding: 3px 0 0 27px;
    } 

.sortfields .payment
{
    width: 87px;
    margin: 6px 15px 0 0;
}    
    
.arrow2-left
{
    display: block;
    width: 19px;
    height: 19px;
    background: url('/gfx/arrow2-left.gif') no-repeat;
    cursor: pointer;
}
.arrow2-right
{
    display: block;
    width: 19px;
    height: 19px;
    background: url('/gfx/arrow2-right.gif') no-repeat;
    cursor: pointer;
}


/* START */
/* ===== */

#carSearch
{
    width: 360px;
    height: 171px;
    float: left;
}
    .carSearch1
    {
        background: url('/gfx/carsearch-bg1.gif') no-repeat;
    }
    .carSearch2
    {
        background: url('/gfx/carsearch-bg2.gif') no-repeat;
    }  
    #carSearch .flaps
    {
        margin-left: 15px;
        overflow: hidden;
    }
        #carSearch a.flap
        {
            color: #fff;
            display: block;
            float: left;
            width: 117px;
            font-size: 11px;
            font-weight: bold;
            text-decoration: none;
            margin-right: 2px;
        }
            #carSearch a.flap span
            {
                margin: 5px 0 0 7px;
                display: block;
            }
        #carSearch .link1
        {            
            margin: 3px 0 0 0;
            display: block;
            float: left;
        }
    #carSearch .content
    {
        color: #fff;
        padding: 22px 0 0 22px;
    }
    #carSearch h2
    {
        color: #fff;
    }      
    #carSearch2
    {
        display: none;
    }          
    #carSearch .sign
    {
        width: 200px;
        height: 48px;
        margin-top: 10px;
        background: url('/gfx/carsearch-sign-bg.jpg') no-repeat;
    }      
        #carSearch .sign .content
        {
            padding: 3px 0 0 22px;
        }
        #carSearch .sign input
        {
            width: 70px;
            float: left;
            margin: 0 15px 0 0;
            padding: 0;
            font-family: Arial, Helvetica;
            font-size: 32px;
            font-weight: bold;
            letter-spacing: 0.5px;
            text-transform: uppercase;
            border: none;
            background: transparent;
        }
        #carSearch .sign input.black
        {        
            color: #000;
        }
        #carSearch .sign input.gray
        {        
            color: #999999;
        }        
    #carSearchError        
    {
        height: 58px;
        margin: 0 10px 0 0;
    }
    #carSearch select
    {
        width: 200px;
        clear: both;
        margin-top: 6px;
    }  
        
.button-hitta
{
    background: url('/gfx/button-hitta.gif') no-repeat;
    width: 89px;
    height: 29px;
    border: none;
    float: right;
    margin-top: 22px;
    cursor: pointer;
}        
    
            
.offers
{
    width: 533px;
    height: 171px;
    background: url('/gfx/offers-bg1.gif') no-repeat;
    float: right;
}
    .offers .flaps
    {
        margin-left: 15px;
        overflow: hidden;
    }
        .offers a.flap
        {
            color: #000;
            display: block;
            float: left;
            width: 133px;
            font-size: 11px;
            font-weight: bold;
            text-decoration: none;
            margin-right: 2px;
            cursor: pointer;
        }
            .offers a.flap span
            {
                margin: 5px 0 0 14px;
                display: block;
            }       
        .offers .arrow2-left
        {
            float: left;
            margin: 67px 0 0 5px;
        }
        .offers .arrow2-right
        {
            float: right;
            margin: 67px 5px 0 0;
        }        
        .offers .content
        {
            float: left;
            position: relative;
            left: 12px;
            top: 14px;
            width: 470px;
            overflow: hidden;
        }            
            a.product
            {
                display: block;
                width: 220px;
                height: 132px;
                margin-right: 10px;
                background: #fff url('/gfx/productblob1-bg.gif') no-repeat;
                color: #000;
                text-decoration: none;
                float: left;
                cursor: pointer;
            }
            a.product:hover
            {
                color: #000;
            }
            .offers .content .product .image
            {
                display: block;
                height: 77px;
                overflow: hidden;
            }
                .offers .content .product .image img
                {
                    margin: 10px;
                }
            .productprice1, .productprice2
            {
                float: right;
                width: 125px;
                font-size: 12px;
                font-weight: bold;
                letter-spacing: -1px;
                color: #fff;
                margin: 28px 15px 0 0;
                padding: 5px 0 5px 0;
                text-align: center;
            }
            .productprice1 {
                background: #e42102 url(/gfx/productprice1-bg.gif) no-repeat;
            }
            .productprice2 {
                background: #737373 url(/gfx/productprice2-bg.gif) no-repeat;
            }
            .productprice3, .productprice4
            {
                float: right;
                width: 97px;
                font-size: 12px;
                font-weight: bold;
                letter-spacing: -1px;
                color: #fff;
                margin: 26px 15px 0 0;
                padding: 5px 0 5px 0;
                text-align: center;
            }
            .productprice3 {
                background: #d52002 url(/gfx/productprice3-bg.gif) no-repeat;
            }
            .productprice4 {
                background: #737373 url(/gfx/productprice4-bg.gif) no-repeat;
            }            
                .offers .content .product .productprice3
                {
                    margin-top: 52px;
                } 
                .productprice1 .small,
                .productprice2 .small,
                .productprice3 .small,
                .productprice4 .small                                
                {            
                    font-size: 11px;
                    font-weight: normal;
                }
            .offers .content .product .name
            {
                display: block;
                font-size: 13px;
                font-weight: bold;
                padding-top: 3px;
                border-top: solid 3px #4e9bd3;                
            }
                .offers .content .product .name span
                {
                    margin-left: 9px;
                }
            .offers .content .product .type
            {
                display: block;
                font-weight: bold;
                margin: 0 0 2px 9px;
            }
            .offers .content .product .extra
            {
                display: block;
                margin: 0 0 3px 9px;
            }                        
     
.startleft
{
    float: left;
    width: 618px;
}
.start-borjahar
{
    position: absolute;
    width: 900px;
}
.start-borjahar div
{
    width: 132px;
    height: 97px;
    position: relative;
    top: -170px;
    left: -100px;
    background: url('/gfx/borjahar.png') no-repeat left;
}         
.welcome
{
    width: 419px;
    height: 313px;
}
    .welcome .content
    {
        padding: 20px 0 0 20px;
    }
    .welcome img.company
    {
        margin: 10px 10px 20px 0;
        float: left;
    }
    .welcome p
    {
        margin: 12px 0 0 0;
    }
.hitta-verkstad
{
    display: block;
    margin-bottom: 10px;
} 
    .hitta-verkstad img
    {
        display: block;
        cursor: pointer;
    }
.avbetalning
{
    
}       
.leverantorer
{
    float: left;
    margin-top: 10px;
}    
.nyheter
{
    float: right;
    width: 274px;
    height: 342px;
    background: url('/gfx/nyheter-bg.gif') no-repeat;
}              
    .nyheter .content
    {
        padding: 20px;
    }
    .nyheter h2
    {
        margin-bottom: 15px;
    }
    .nyheter h3
    {
        font-size: 11px;
        font-weight: bold;
        color: #000;
        margin: 0 0 5px 0;
    }
    .nyheter p
    {
        font-size: 11px;
        margin: 0 0 15px 0;
    }    
    
/* VÄLJ KATEGORI */
/* ============= */   

h2.listheader
{
    display: block;
    width: 171px;
    height: 49px;
    background-repeat: no-repeat;
    background-position: bottom;
    overflow: hidden;
}
    h2.listheader span
    {
        display: block;
        color: #fff;
        font-size: 12px;
        margin: 26px 0 0 15px;
        overflow: hidden;
    }
    
    h2.listheader-dack      { background-image: url('/gfx/listheader-dack.jpg'); }
    h2.listheader-falgar    { background-image: url('/gfx/listheader-falgar.jpg'); }
    h2.listheader-hjul      { background-image: url('/gfx/listheader-hjul.jpg'); }
    h2.listheader-tillbehor { background-image: url('/gfx/listheader-tillbehor.jpg'); }
    
/* MENYER */
/* ====== */       
    
ul.list1
{
    margin: 0 0 5px 0;
    padding: 0;
    list-style-type: none;
    overflow: hidden;
}
    ul.list1 li
    {     
        margin-top: 6px;
    }   
        ul.list1 li a
        {
            display: block;
            color: #4d4d4d;
            width: 171px;
            height: 29px;
            background-repeat: no-repeat;
            margin: 0;
            font-size: 12px;
            font-weight: bold;
            text-decoration: none;        
            overflow: hidden;    
        }
        ul.list1 li a:hover,
        ul.list1 li a.on
        {
            color: #000;
        }        
            ul.list1 li a span
            {        
                display: block;
                margin: 7px 0 0 15px;
            }
            
        ul.list1 li a.red  { background-image: url('/gfx/listitem-red.jpg'); }
        ul.list1 li a.green { background-image: url('/gfx/listitem-green.jpg'); }
        ul.list1 li a.blue  { background-image: url('/gfx/listitem-blue.jpg'); }
        ul.list1 li a.gray  { background-image: url('/gfx/listitem-gray.jpg'); }
        ul.list1 li a.usa  { background-image: url('/gfx/listitem-usa.jpg'); }
        
ul.list2
{
    list-style-type: none;
}      
    ul.list2 li
    {     
        margin-top: 6px;
    }     
    
    
.loading1
{
    text-align: center;
    margin: 50px 0 50px 0;
}    
       
        
        
/* PRODUKTLISTA */
/* ============ */     

.products
{
    background: url('/gfx/grad1.jpg') repeat-y right;
}

.products .row
{
    border-bottom: solid 3px #82be1c;
    margin: 0;
    padding: 0;
}
    .products .row .td1
    {
        width: 130px;
        height: 90px;
        overflow: hidden;
        white-space: nowrap;
        float: left;
        padding: 0 0 0 10px;
    }       
    .products .row .td1-wide
    {
        width: 210px;
        height: 90px;
        overflow: hidden;
        white-space: nowrap;
        float: left;
        padding: 0 0 0 10px;
    }      
        .products .row .td1-wide .plus
        {
            font-size: 20px;
            font-family: Arial Black, Arial;
            font-weight: normal;
            color: #666;
            position: relative;
            top: -30px;
            width: 30px;
        }                               
        .products .row .td1 img,
        .products .row .td1-wide img
        {
            position: relative;
            top: 15px;
        }
    .products .row .td2
    {
        width: 300px;
        float: left;
        padding-top: 15px;
    }                  
        .products .row .td2 h2
        {
            margin: 0;
            padding: 0;
        }
              .products .row .td2 h2 a
              {
                  margin: 0;
              }                
        .products .row .td2 h3
        {
            margin: 0;
            padding: 0;
        }       
              .products .row .td2 h3 a
              {
                  font-size: 12px;
                  margin: 0;
                  padding: 0 0 10px 0;
                  display: block;
              }
        .products .row .td2 .dimension
        {
            margin-right: 10px;
        }                  
        .products .row .td2 .offer
        {
            font-style: italic;
            color: #cd1f02;
        }              
        .products .row .td2 a
        {
            margin: 0;
            padding: 0;   
            color: #000; 
            text-decoration: none;                   
        }
    .products .row .td3,
    .products .row .td4
    {
        width: 130px;
        height: 80px;
        float: left;
    }
        .products .row .td3 .productprice1
        {
            margin-top: 32px;
            height: 58px;
        }   
        .products .row .td4 .productprice2
        {
            margin-top: 6px;
            height: 58px;
        }        
        .products .row .td4 .klarna
        {
            display: block;
            margin-top: 8px;
            margin-left: 12px;
        }
        
    .products .row .td5
    {
        padding-top: 60px;
        margin-right: 20px;
        white-space: nowrap;
        float: right;
    }      
    .products .row .td6
    {
        width: 100px;
        padding-top: 60px;
        text-align: right;
        float: left;
    }    
        .amount
        {
            width: 25px;
        }
        
.altdim
{
    width: 462px;
    height: 146px;
    margin-left: 50px;
    line-height: 25px;
    background: url('/gfx/altdim-bg.gif') no-repeat;
}      
    .altdim .list
    {
        margin: 60px 0 0 20px;
        width: 230px;
        display: block;
        overflow: hidden;
    }    
    .altdim .info
    {
        width: 170px;
        font-size: 11px;
        line-height: 16px;
        margin: 23px 30px 0 0;
    }   
        .altdim .info p
        {
            padding: 0;
            margin: 0 0 5px 0;
        }    
            
/* PRODUKTSIDA */
/* =========== */  

.productinfo    
{
    background: url('/gfx/grad2.jpg') repeat-y right;   
    border-bottom: solid 3px #82be1c; 
}           
    .productinfo h1
    {
        color: #000;
        font-size: 28px;
        padding: 0 0 5px 0;
        border-bottom: solid 3px #82be1c;
    }
    .productinfo h3
    {
        margin: 25px 0 5px 0;
        font-size: 13px;
    }    
    .productinfo .infotext
    {
        /*height: 150px;*/
        margin-bottom: 20px;
        line-height: 18px;
    }
    .productinfo .productimage1
    {
        width: 291px;
        border-bottom: solid 3px #82be1c; 
    }      
    .productinfo .productprice1
    {
        margin-top: 25px;
    }        
    .productinfo .delbetalning
    {
        margin-right: 15px;
        padding-top: 25px;
    }        
    .productinfo .addtocart
    {
        margin-right: 10px;
        padding-top: 22px;
    }    
    
    .dimensions
    {
        border-collapse: collapse;
        width: 100%;
        margin-bottom: 20px;
    }
        .dimensions thead td
        {
            padding: 3px;
            font-weight: bold;
        }        
        .dimensions tr td
        {
            background: #dfdfdf;
            padding: 3px;
            white-space: nowrap;
        }
        .dimensions tr.alt td
        {
            background: #fff;
        }        
        
/* VARUKORG */

.shoppingcart table
{
    border-collapse: collapse;
    width: 100%;
    margin: 20px 0 10px 0;
}
    .shoppingcart table .header td
    {
        padding: 8px;
        font-weight: bold;
        background: #fff;
    }        
    .shoppingcart table tr td
    {
        background: #dfdfdf;
        padding: 8px;
        white-space: nowrap;
    }
    .shoppingcart table tr.alt td
    {
        background: #fff;
    }     
    .shoppingcart .footer
    {
        margin: 10px 0 20px 0;
        text-align: right;
    }
        .shoppingcart .footer .sum
        {    
            color: #cd1f02;
            font-weight: bold;
        }
        
/* FORM */

.form1
{
    width: 210px;
    margin-left: 100px;
}        
    .form1 .row
    {
        margin-bottom: 10px;
    }
    .form1 h2
    {
        margin: 0 0 15px 0;
    }
    .form1 .text
    {
        width: 210px;
    }