  body
        {
            margin:0px;
            padding:0px;
            font-family:Arial;
            font-size:12px;
            background-color:#3d516c;
            margin-bottom:20px;
            margin-top:20px;
            }
        h1
        {
            font-size:14px;
            
            }
        #wrapper
        {
            width:1000px;
            display:block;
            margin:0 auto; 
            position:relative;
            background-color:#fff;
            border:5px solid #fff;
            
            }
        #header
        {
            display:block;
            height:172px;
            position:relative;
            background-image:url('/images/top.jpg');
            position:relative;
            }
        #horzMenu
        {
            height:35px;
            background-color:#3b3636;
            position:relative;
            display:block;
            padding-left:20px;
            line-height:35px;
            
            }
        #horzMenu a
        {
            text-decoration:none;
            color:#fff;
            font-size:14px;
            padding-right:10px;
            
            }
        #search
        {
            float:right;
            display:inline-block;
            position:relative;
            padding-top:6px;
            padding-right:10px;
            
            
            }
        #contentContainer
        {
            display:block;
            overflow:hidden;
            position:relative;
            }
        #vertMenu
        {
            display:block;
            width:198px;
            float:left;
            overflow:hidden;
            position:relative;
            border-right:1px solid #e2e2e2;
            border-left:1px solid #e2e2e2;
            }
        #content
        {
            width:759px;
            float:left;
            display:block;
            overflow:hidden;
            position:relative;
            padding:20px;
            border-right:1px solid #e2e2e2;
            }
        #footer
        {
            display:block;
            height:35px;
            text-align:center;
            position:relative;
            clear:both;
            background-color:#3b3636;
            line-height:35px;
            }
        .txt
        {
            font-size:12px;
            }
        .white
        {
            color:#fff;
            }
        .bold
        {   
            font-weight:bold;
            
            }
            
        /* Menu */ 
        .products {
    width: 100%;
}
.products ul {
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
}
.products a {
    border-bottom: 1px solid #EEEEEE;
    display: block;
    height: 25px;
    line-height: 25px;
    padding: 0 0 0 10px;
}
.products a:link, .products a:visited {
    color: #000000;
    text-decoration: none;
}
.products a:hover {
    background-color: #0078B6;
    color: #FFFFFF;
}
.products a.selected {
    background-color: #0078B6;
    color: #FFFFFF;
}
.productSub {
    background-color: #FFFFFF;
    text-indent: 20px;
}
.productSub li {
    background-color: #E2E2E2;
    list-style-type: disc;
}

/* Product part */
.productQty
{
    width:60px;
    border:1px solid #e2e2e2;
    
    margin-left:10px;
    
    }
.showGroups_productContainer {
    border: 1px solid #E2E2E2;
    border-collapse: collapse;
    height: 120px;
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
    width: 99%;
}
.showGroups_productContainer a:link {
    text-decoration: none;
}
.showGroups_productContainer a:hover {
    text-decoration: none;
}
.showGroups_productContainer a:visited {
    text-decoration: none;
}
.showGroups_image {
    left: 5px;
    position: absolute;
    top: 5px;
    width: 110px;
}
.showGroups_name {
    font-size: 12px;
    font-weight: bold;
    height: 15px;
    left: 120px;
    overflow: hidden;
    position: absolute;
    top: 5px;
    width: 60%;
}
.showGroups_shortDescription {
    font-size: 12px;
    position: absolute;
    right: 10px;
    text-align: left;
    top: 5px;
}
.showGroups_LongDescription {
    font-size: 12px;
    height: 70px;
    left: 120px;
    overflow: hidden;
    position: absolute;
    text-align: left;
    top: 25px;
}
.showGroups_price {
    bottom: 5px;
    font-size: 12px;
    left: 120px;
    position: absolute;
    text-align: center;
}
.showProduct_container {
    min-height: 450px;
    width: 600px;
}
.showProduct_ItemHeader {
    border-bottom: 1px solid #000000;
    font-size: 14px;
    width: 600px;
}
.showProduct_picture {
    float: left;
    min-height: 250px;
    padding: 10px;
    width: 200px;
}
.showProduct_description {
    float: left;
    min-height: 250px;
    padding: 10px;
    width: 200px;
}
.showProduct_description h3 {
    color: #FE0000;
    font-size: 14px;
}
.showProduct_description_number {
    background-color: #F7F7F7;
    border: 1px solid #000000;
    height: 18px;
    text-align: center;
    width: 20px;
}
.showProduct_description_addtobasket {
    background-color: #F7F7F7;
    border: 1px solid #000000;
    height: 22px;
    text-align: center;
    width: 80px;
}
.showProduct_param {
    background-color: #F7F7F7;
    height: 20px;
    width: 80px;
}
.showProduct_description p {
}

#showProductHeader
{
    display:block;
    position:relative;
    height:25px;
    margin-top:5px;
    }
    
#showProductSubHeader
{
    display:block;
    position:relative;
    height:15px;
    clear:left;
    margin-top:5px;
    }    

#showProductMain
{
    clear:left;
    display:block;
    position:relative;
    height:140px;
    }
    
#showProductAlternativeImages
{
    clear:both;
    display:block;
    position:relative;
    height:86px;
    overflow:hidden;
    margin-top:10px;
    }
#showProductAlternativeImages img
{
    border:0px;
    }
#showProductDescriptionTxt
{
    clear:both;
    display:block;
    position:relative;
    overflow:hidden;
    height:auto;
    }   

.showProductProductName
{
    display:block;
    position:relative;
    float:left;
    width:100%;
    
 }  
.showProductProductName h1
{
    padding:0px;
    margin:0px;
    color:#0078b6;
    font-size:20px;
    font-weight:bold;
    }
.showProductPriceExVat
{
    display:block;
    position:absolute;
    float:right;
    padding:0px;
    margin:0px;
    color:#0078b6;
    font-size:12px;
    font-weight:bold;
    top:35px;
    right:10px;
    }
.showProductPrice
{
    display:block;
    position:absolute;
    float:right;
    padding:0px;
    margin:0px;
    color:#0078b6;
    font-size:20px;
    font-weight:bold;
    top:10px;
    right:10px;
}

.showProductItemNo
{
    display:block;
    position:relative;
    float:left;
    font-weight:bold;
    }
.showProductVatExTxt
{
    display:block;
    position:absolute;
    float:right;
    font-weight:bold;
    font-style:italic;
    left:10px;
    top:35px;
    }
.showProductVatTxt
{
    display:block;
    position:absolute;
    float:right;
    font-weight:bold;
    font-style:italic;
    left:10px;
    top:20px;
    }

.showProductPrimaryImage
{
    
    display:inline-block;
    position:relative;
    float:left;
    width:50%;
    }
.showProductPrimaryImage img
{
    border:0px;
    
    }
.showProductRightPlaceHolder
{
    background-repeat:repeat;
    min-height:140px;
    width:50%;
    display:inline-block;
    position:relative;
    float:right;
    overflow:hidden;
    }
.showProductShortIntroText
{
    display:block;
    padding:10px;
    position:relative;
    
    }
.showProductShortAddBasket
{
    display:block;
    color:White;
    width:93px;
    height:23px;
    border:0px;
    margin:0px;
    padding:0px;
    background-image:url(/images/design/button/button-continue.png);
    font-weight:bold;
    text-decoration:none;
    position:relative;
    float:right;
    padding:4px;
    cursor:pointer;
    
    }
.showProductClear
{
    display:block;
    position:relative;
    clear:both;
    
    }

.showProductH3
{
    padding:0px;
    margin:0px;
    color:#0078b6;
    font-size:18px;
    font-weight:bold;
    display:block;
    position:relative;
    clear:both;
    
    }
.description
{
    display:block;
    padding:0px;
    margin:0px;
    color:#0078B6;
    font-size:16px;
    font-weight:bold;
    border-bottom:1px solid #BBBDBE;
    border-top:1px solid #BBBDBE;
    padding-top:2px;
    padding-bottom:2px;
    margin-bottom:10px;
    margin-top:10px;
    position:relative; 
    clear:both;
    }   
    
.showProduct_param
{
    position:relative;
    float:left;
    margin-top:80px;
        
    }
    
    #cartsteps{border-bottom:1px solid #DDDDDD;border-top:1px solid #DDDDDD;display:block;height:30px;list-style-image:none;list-style-position:outside;list-style-type:none;margin:0 0 0 0;padding:20px;width:920px;line-height:16px;}
#cartsteps li.active .csnumber{color:#6E9E2C;}
#cartsteps li.active{color:#6E9E2C;}
#cartsteps li .csnumber{display:block;float:left;font-size:34px;margin:-6px 10px 0 0;padding:6px 0 4px;}
#cartsteps li.csarrow{-moz-background-clip:border;-moz-background-inline-policy:continuous;-moz-background-origin:padding;padding-right:64px;}
#cartsteps li{color:#DDDDDD;display:block;float:left;font-size:21px;font-weight:bold;margin:0;padding:6px 28px 14px;}

.firstlevel
{
    text-indent:15px;
    
    }
.selected 
{
    background-color:#0078b6;
    color:#fff;
    
    }
    
a
{
    color:#000;
    
    
    }#basketInfo{
	height:30px;
	position:relative;
}

	
#basketInfo h1{
	font-size:30px;
	float:left;
	position:relative;
	padding:0px;
	margin:0px;
	}	

#basketInfo p{
	float:right;
	line-height:30px;
	position:relative;
	padding:0px;
	margin:0px;
	vertical-align:middle;
	}	
#basketInfo .creditcards{
	background-image:url(/datastore/kortlogoer.png);
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	display:inline-block;
	height:20px;
	margin:0 2px -5px 12px;
	width:199px
	}	

#basketTable{
	width:100%;
	border-spacing:0px;

}
#basketTable .delete{
	background-image:url(/images/checkout/delete.jpg);
	border:0px;
	width:15px;
	height:14px;
	margin:0 0px -2px 3px;
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	display:inline-block;
	
	}
#basketTable p{
	margin:0px;
	padding:0px;
	}

#basketTable .bold{
	font-weight:bold;
	}
#basketTable .price{
	}

#basketTable .saving{
	color:#D07C00;
	font-weight:bold;
	}
#basketTable .regularprice{
	color:#ccc;
	}

#basketTable .delivery{
	}
#basketTable .totalamount{
	font-weight:bold;
	font-size:14px;
	}
#basketTable .vat{
	color:#CCC;
	}

#basketTable tr.header{
	color:#FFF;
	font-weight:bold;
	height:29px;
	background-image:url(/images/checkout/cart-title-backing.gif);
	background-repeat:no-repeat;
}
#basketTable tr.headerSumup{
	color:#FFF;
	font-weight:bold;
	height:29px;
	background-image:url(/images/checkout/opsummeringtop.png);
}


#basketTable td.header{
	vertical-align:middle;
	padding:5px;
	}

#basketTable td{
	vertical-align:text-top;
	padding:5px;
}

#basketTable .image{
	width:100px;
	float:left;	
	}
#basketTable .border{
	border-top:1px solid #e8e8e8;
	height:50px;
	vertical-align:middle;
	
	}
label.error {
	overflow:hidden;
	color: red;
	font-size:12px;
	position:relative;
	margin:0px;
	display:block;
	padding:0px;
	height:14px;
	margin-left:5px;
	width:300px;
}
input.success {
	border: 1px solid #49c24f;
	background: #bcffbf;
}
input.error {
	border: 1px solid #c24949;
	background: #ffbcbc;
}

#validator fieldset {
	padding:20px;
	position:relative;
	padding-top:10px;
	margin-bottom:20px;
	border:1px solid #dfdfdf;
}
#validator fieldset legend {
	border:0px solid #f8f8f8;
	padding:5px;
	font-size:14px;
	font-weight:bold;
}
#validator fieldset p {
	line-height:15px;
	height:15px;
	padding:0px;
	margin:0px;
	font-size:12px;
}
#validator input {
	padding:1px;
	border:1px solid #a1a1a1;
	margin-bottom:4px;
	width:200px;
}
#validator textarea {
	padding:1px;
	border:1px solid #a1a1a1;
	margin-bottom:10px;
	width:200px;
	height:60px;
}
#validator label
{
    width:110px;
    display:inline-block;
    
    }.heading{
	font-size:15px;
	font-weight:bold;
	}
