﻿/* store */

.visible
{
    visibility:visible;
    height:100px;
}
.hidden
{
    visibility:hidden;
    height:0px;
    overflow:hidden;
    
}

/* links and fonts */
body,html
{
    margin: 0;
    padding: 0;
}
#main-content-store a
{
    color:#F19E2E;
    font-size:11px;
    text-decoration:none;
}
.offer
{
    font-style:italic;
    font-weight:bold;
}
/* end links and fonts */
/* rows and containers */
#main-content-store
{
    text-align:center;
    color:#5F5F5F;
    font-size:11px;
}



#main-content-store #first-row
{
    margin-bottom:34px;
    width:768px;
    margin:auto;
}
#centering
{
    background: url(/system_images/buy-flow/top-gradient-repeat.gif) repeat-x;
    width:850px;
    margin:auto;
    text-align:center;
}
#main-content-store #card-row
{
    width:768px;
    margin:auto;
    margin-bottom:50px;
}
#main-content-store #product-row
{
    width:768px;
    margin:auto;
    
}
#left-border,
#right-border
{
    float:left;
    width:2px;
}
/* end rows*/

/* products */
#main-content-store #first-row .product
{
    width:256px;
    float:left;
}
#main-content-store #card-row .product
{
    width:153px;
    float:left;
}
#main-content-store #product-row .product
{
    width:189px;
    float:left;
}
#left-border
{
    width:2px;
    float:left;
    height:716px;
}
#middle
{
    float:left;
    width:846px;
    text-align:left;
}

#main-content-store #first-row .product .product-info
{
    margin-left:43px;
    
}
#main-content-store #card-row .product .product-info
{
    margin-left:20px;
}
#main-content-store #product-row .product .product-info
{
    margin-left:27px;
}
#main-content-store #first-row .product ul,
#main-content-store #card-row .product ul,
#main-content-store #product-row .product ul
{
    margin-left:10px;
    margin-top:5px;
    padding-bottom:0px;
    
}


.buy
{
    color:#5F5F5F;
    margin-top:5px;
}
.buy .price
{
    margin-top:3px;
    margin-right:5px;
    float:left;
    font-size:13px;
    font-weight:bold;
}


/* end products */

/* product box */
#product-box-container
{
    position:absolute;
    width:712px;
    height:300px;
    left:50%;
    top:100px;
    margin-left:-356px;
    display:none;
    z-index: 10;
}
#product-box-container{position:fixed;}
/* product box end */

/* end store */

/* CSS Document */

a{
outline: none;
}

#produkt-info-wrapper
{
    width: 712px;
    height: 440px;
}
#container-top
{
    background:url(/system_images/buy-flow/wrapper_bg_top.png) 0 0 no-repeat; 
    width: 712px;
    height: 10px;
}
#container-left
{
    background:url(/system_images/buy-flow/wrapper_bg_left.png) 0 0 repeat-y; 
    width: 9px;
    height: 100%;
    float:left;
}
#container-right
{
    background:url(/system_images/buy-flow/wrapper_bg_right.png) 0 0 repeat-y; 
    width: 9px;
    height: 100%;
    float:left;
}
#container-bottom
{
    background:url(/system_images/buy-flow/wrapper_bg_bottom.png) 0 0 no-repeat; 
    width: 711px;
    height: 5px;
    clear: both;
}
#container
{
    background: url(/system_images/buy-flow/content_bg_fade_top.png) 0 0 repeat-x #fff;
    width: 664px;
    float:left;
    padding: 30px 0 30px 30px;
    position: relative;
    height:380px;
    z-index: 7;
}
#bild-container
{
    width: 200px;
    height: 300px;
    float:left;
}
#close-btn
{
    background: url(/system_images/buy-flow/close-knapp.png) 0 0 no-repeat;
    height:24px; 
    width:24px;
    float: right;
    margin: 10px 10px 0 0;
    position: absolute;
    right: 0;
    top: 0;
    cursor:pointer;
}
a img{
border: none;
}
#buy-knapp{
    margin: 30px 0px 0px 20px ;
    padding: 0;
}
#buy-knapp img{
    margin: 0;
    padding: 0;
}
#bild
{
    margin: 0px 0 0 30px;
    height: 100%;
}
h1{
}

.rubrik{
height: 33px;
float: left;
margin-left: 10px;
width:auto;
}

ul#menu
{
    float:left;
    list-style: none;
    height: 29px;
    width: 402px;
    margin: 10px 0 0 0;
    padding: 0;
    border-bottom: 1px solid #e1e1e1;
}
ul#menu li{
    float: left;
    width: 119px;
height: 29px;
}
ul#menu li a{
width: 119px;
height: 29px;
display: block;
}
ul#menu li a#t1{width: 119px;}
ul#menu li a#t2{width: 119px;}
ul#menu li a#t3{width: 152px;}

.a {background:url(/system_images/buy-flow/nav_bg.png) 0px 0px no-repeat;}
.b {background:url(/system_images/buy-flow/nav_bg.png) -119px 0px no-repeat;}
.c {background:url(/system_images/buy-flow/nav_bg.png) -238px 0px no-repeat;}

.a.active {background:url(/system_images/buy-flow/nav_bg.png) 0px -29px no-repeat;}
.b.active {background:url(/system_images/buy-flow/nav_bg.png) -119px -29px no-repeat;}
.c.active {background:url(/system_images/buy-flow/nav_bg.png) -238px -29px no-repeat;}

ul#menu li a span{
display: none;
}
#content
{
    float:left;
    height: 100%;
    width: 400px;
    height:310px;
    overflow:auto;
    margin:10px 0 0 0;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    color: #5f5f5f;
}
#content ul
{
    margin: 10px 0 0 20px;
    line-height: 18px;
}
#content p
{
    margin: 10px 20px 10px 20px;
}
#content table
{
    border-collapse:collapse;
}
#content .list-odd
{
    background-color: #f2f2f2; 
}
#content td
{
    padding:2px 0 2px 5px;
}

#thank-you
{
    font-size:13px;
    color: #5F5F5F;
}
#thank-you a
{
    text-decoration:none;
}
#thank-you h1
{
    margin-bottom:10px;
}
#thank-you p
{
    
    line-height:22px;
}

#thank-you
{
    margin:auto;
    text-align:left;
    width:850px;
    
}
#order-confirm
{
    float:left;
    width:402px;
    margin-right:42px;
    position:relative;
    z-index:0;
}
#promotion-space
{
    width:406px;
    float:left;
    min-height:400px;
    background-color:Gray;
}
#bought-card
{
    height:20px;
    margin-bottom:25px;
}
.small-divider
{
    border-top:solid 1px #e5e5e5;
    margin-bottom:13px;
}
.cufon-canvas,
.cufon-vml-canvas
{
    z-index: 5;
}