/* produktmenyn */

.treenav *
{
margin: 0px;
padding: 0px;
}
.treenav td
{
  margin: 0px;
padding: 0px;
width: 0px;  
}

.treenav img
{
	display: none;
	width: 0px;
	height: 0px;
	visibility: hidden;
}
.treenav a
{
   	text-decoration: none;
    color: #ffffff;
}
.treenav a.outlet
{
	margin-top:10px;
	margin-bottom: 10px;
	background-color:#cecece;
	color: #000;
	text-decoration: none;
	display: block;
	text-indent: 5px;
}

.rootNodeStyle td a
{
    background-color: #333;
	display: block;
	text-indent: 5px;
	margin-bottom: 1px;
	text-decoration: none;
    color: #ffffff;
}
.rootNodeStyle td a:hover
{
    background-color: #000;
}
.parentNodeStyle td a
{	
	background-color: #fff;
	text-decoration: none;
	display: block;
	text-indent: 25px;
	margin-bottom: 1px;
	text-decoration: none;
    color: #000;
}
.parentNodeStyle td a:hover
{
    background-color: #cecece;
}
.leafNodeStyle td a
{	
	background-color: #fff;
	text-decoration: none;
	display: block;
	text-indent: 45px;
	margin-bottom: 1px;
	text-decoration: none;
    color: #333;
}
.leafNodeStyle td a:hover
{
    text-decoration: underline;
}	
.Lastnode td a
{	
	background-color: #fff;
	text-decoration: none;
	display: block;
	text-indent: 45px;
	margin-bottom: 1px;
	text-decoration: none;
    color: #000;
}


.selectedNodeStyle
{

}



/* Kundvagnen*/
.wrapperWagonTop
{	
    display:block;
	height: 29px;
    margin: 0px;
    padding: 0px;
    width: 110px;
    background: url(Images/ride/cart3.png) no-repeat top right;
    margin-top: 15px;
   	padding-left: 40px;
   	padding-top: 1px;
   	text-align: center;
   	font-size: 10px;
}

.wagonInfo  /* för tom texten*/
{
    padding-top: 10px;
       	font-size: 10px;
}

.wagonTop .wagonCount
{	
	float: left; 
	   	font-size: 10px;
	
}
.wagonTop .wagonCountResult
{	
	clear: right;
	   	font-size: 10px;
	
}
.wagonTop .wagonSum
{	
	float: left; 
	   	font-size: 10px;
}
.wagonTop .wagonSumResult
{	
	clear: right;
	   	font-size: 10px;
}

.wagonTop img
{	
	 display:none;
	 width: 0px;
	 height: 0px;
}


/* Listproducts*/

div.productlist 
{   
    margin-left: -10px;
    margin-bottom: 15px;
    margin-top: 10px;
    width: 840px;

    
}


.ProductBox
{
    float: left;
    width: 177px;
    margin-left: 10px;
    margin-bottom: 10px;
    display: block;
    height: 260px;
    background: url(Images/ride/productbox.png) no-repeat;
    padding: 10px;
    overflow: hidden;
    font-size : 0.9em;
}


.ProductBox img
{
    height: 200px;
}
.ProductNameContainer
{
    display: block;
    height:25px;
    width: 100%;
    text-align:center;
}


.ProductRowTopLine
{
	clear: both;
	margin-top: 0px;
	height: 0px;
}

div.containerPaging
{
    height: 16px;
    color: #000;
    text-align: right;
    width: 250px;
    overflow: hidden;
    float: right;
    position: relative;
    top: -26px;
    right: 10px;
    margin-bottom: -26px;
    
}
.containerPaging a
{
   background-color: #fff;
   color: #000;
   padding: 2px 4px;
   font-size: 10px;
   text-align: center;
   line-height: 14px;

}
.containerPaging a.PagerSelected
{
   background-color: #999;
color: #fff;

}
.containerPaging a:hover 
{
    background-color: #666;
    color: #fff;
}

#ctl00_ContentPlaceHolder1_cpl_pagingBottom 
{
    position: relative;
    margin-top: 10px;
    margin-bottom: 0px;
    top: 0px;
    right: 10px;
    color: #cecece;

}
#ctl00_ContentPlaceHolder1_cpl_pagingBottom a
{
    
}
.price 
{
    font-size: 1.1em;
    text-align: center;
    width: 100%;
    display: block;
}
.priceStandard
{
    font-size: 1.1em;
    text-align: center;
    width: 100%;
    display: block;
}
.priceextra
{
    font-size: 1.1em;
    color: #ff0000;
    text-align: center;
    width: 100%;
    display: block;
}
/* Kategorisdan*/


.test
{
    width: 100px;
    overflow: hidden;
}

/* SHOW PRODUCT*/

div.prodblock
{
    width: 820px;
    height: 740px;
    overflow: hidden;
    margin-bottom: 20px;
}
#Prodwrap
{
        background: url(Images/ride/showprodbg.png) no-repeat;
        width: 800px;
        height: 720px;
        padding: 10px;
        overflow: hidden;
}
#Prodwrap td, #Prodwrap table
{
        margin: 0px;
        padding: 0px;
}
div.ProdImageWrap
{
    width: 530px;
    float: left;
}
div.ProdInfoWrap 
{
    float: left;
}

#Prodwrap h1
{
        font-size: 1.5em;
        margin-bottom: 140px;
        font-weight: bold;
        width: 255px;
}
div.containerItemImages
{
width: 490px;

}
div.containerItemMainImage
{
width: 490px;
height: 576px;
border-bottom: 1px solid #cecece;
}
div.containerItemThumbImages
{
height: 40px;
width: 470px;

}


.specificationTable 
{
    width: 200px;
    margin: 0px;
    padding: 0px;
}



.valuePriceNow
{
    height: 0px;
    visibility: hidden;
    display: none;
}
#Prodwrap select
{
width: 130px;
}
.wrapperOptions {
margin-bottom: 10px;
}
div.ProductDescription
{
clear: both;
width: 250px;
height: 360px;
overflow: hidden;
color: #222;
position: relative;
padding-top: 10px;
left: 530px;
top: -290px;
border-top: 1px solid #cecece;
}


.ProductUnit, .containerCountBuy, .lblPriceNow, containerPriceOld, .stockStatus
{
height: 0px;
visibility: hidden;
display: none;
}
div.productextended
{   
    position: relative;
    top: -690px;
    left: 540px;
    margin: 0px;
    padding: 0px;
    width: 250px;

}
div.productextended a
{   
     text-decoration: underline;
}
div.productshare {
	position: relative;
	top: -460px;
	left: 540px;
	margin: 0px;
	padding: 0px;
	width: 250px;
}
.sharebar 
{
    height: 115px;
    width: 250px;
}
#shareul li {
	float: left;
}
#shareul a * {
	display: none;
}
#shareul a.facebook {
	background-position: 0 0;
	width: 115px;
	height: 23px;
	position: relative;
	display: block;
	background: url(images/ride/fbshare.png) 0 0 no-repeat;
	margin-right: 20px;
}
#shareul a.sendtip{
	background-position: 0 0;
	width: 115px;
	height: 23px;
	position: relative;
	display: block;
	background: url(images/ride/sendtip.png) 0 0 no-repeat;
}


div.addinfo 
{
    font-style:italic;
    color: #33cc33;
}

/* sitemap*/
div.siteMapRight 
{
    float: right;
}
div.siteMapLeft
{
    float: left;
}


/* HIDES */

#ctl00_ContentPlaceHolder1_showProduct1_idProduct_lblImageText
{
    visibility: hidden;
    width: 0px;
    height: 0px;
}
.ProductSubTitle
{
    visibility: hidden;
    width: 0px;
    height: 0px;
}
.ProductShopButtons
{
    visibility: hidden;
    display: none;
    width: 0px;
    height: 0px;
}
.ProductBtnBuy
{
    visibility: hidden;
    display: none;
    width: 0px;
    height: 0px;
}
.ProductBtnInfo
{
    visibility: hidden;
    display: none;
    width: 0px;
    height: 0px;
}
.CatContentHeadText
{
    visibility: hidden;
    display: none;
    width: 0px;
    height: 0px;
}
.ProductOptions
{
    visibility: hidden;
    display: none;
}
.ProductOptionsName
{
    visibility: hidden;
    display: none;
}
.CartHeader
{
    visibility: hidden;
    display: none;
}
div.catcontentbox
{
    margin: 0px;
    padding: 0px;
    height: 16px;
}
div.catcontentbox *
{
    margin: 0px;
    padding: 0px;
}
.ProductkitBox {
	float: left;
	width: 202px;
	height: 412px;
	padding: 0px;
	margin-left: 4px;
	margin-bottom: 6px;
	display: block;
	background: url(Images/ride/kitproductbox.png) no-repeat;
	overflow: hidden;
	font-size : 0.8em;
}
.ProductkitBox img {
	width: 200px;
	height: 357px;
	margin-left: 1px;
	margin-right: 1px;
	margin-top: 3px;
	margin-bottom: 0px;
}
.ProductkitBox .kittext {
	display: block;
	height:52px;
	width: 200px;
	margin-right: 1px;
	margin-left: 1px;
	text-align:center;
}
.ProductkitBox .kittext p {
padding: 0px;
margin:0px;
margin-bottom: -4px;
font-weight: bold;
}
.ProductkitBox .kittext p.kitprice {
font-size: 1.2em;
font-weight: bold;
}

div.ProductkitList {
	margin-left: -4px;
	margin-bottom: 15px;
	margin-top: 10px;
	width: 840px;
}
div.ProductkitFilter 
{
   width: 814px;
   height: 25px;
   clear: both; 
   color: #fff;
   margin: 0px;
   padding: 0px;
   margin-bottom: 5px;
   padding-top: 3px;
   padding-left: 10px;
   border-top: 1px solid #333;
   border-bottom: 1px solid #333;
}
div.ProductkitFilter  *
{
   margin: 0px;
   padding: 0px;
}
div.kitproductrelated
{
width: 404px;
margin-left: 10px;
margin-top: 10px;
}

.pagerSC {
	height: 1%; /* Fixes double padding in IE */
	margin: 0px;
	font-size: 0.8em;
	font-family: Tahoma, Arial, Helvetica, Sans-serif;
}

.pagerSC a, .pagerSC span {
    display: block;
    float: left;
    padding: 0.3em 0.5em;
    margin-right: 0.1em;
	text-decoration: none;
	background: #3E3E3E;
	color: #ffffff;
}

.pagerSC span {
	color: #868686;
}

.pagerSC .currentSC {
	background: #313131;
}

.pagerSC a:hover {
	background: #EC5210;
}

.pagertop {
	border-top: 0 none;
}

.pagerbottomSC {
	border-bottom: 0 none;
}

.pagerSC ul {
	margin: 0;
	padding: 0;
}


.pagerSC li {
	margin: 0;
	padding: 0;
}
.pkleft 
{
    float:left;
}
.pkright
{
    float:right;
}
.kitheader {
	width: 404px;
	height: 20px;
	background-image: url(Images/ride/kitheader.png);
	background-repeat:no-repeat;
	margin-bottom: 10px;
	margin-left: 10px;
}
.kitdelbet {
	width: 304px;
	height: 29px;
	background-image: url(Images/ride/kitdelbet.png);
	background-repeat:no-repeat;
	margin-bottom: 30px;
	font-size: 14px;
	color: #ff3333;
	padding-top: 20px;
	padding-left: 100px;
		margin-left: 10px;
font-weight: bold;
}
.kitotherproducts {
	width: 404px;
	height: 20px;
	background-image: url(Images/ride/kitotherproducts.png);
	background-repeat:no-repeat;
	margin-bottom: 10px;
	margin-left: 10px;
}