/*
 Profile 'de Fietsspecialist'
 Collectie Stylesheet
 06-06-2007 i-Aspect B.V.
*/

/* collectie content */
      li.collectionblock strong{ color:#0d7cc6; }
      li.collectionblock p{
         line-height:18px;
         overflow:auto;
      }
      li.collectionblock p.description{
         width:300px;
         float:left;
         display:block;
      }
      li.collectionblock p.price{
         width:90px;
         display:block;
         padding-top:4px;
         float:right;
         margin-bottom:0px;
      }
         li.collectionblock p.price strong{ color:#585959; }
      h3.price{
         height:40px;
         width:90px;
         float:right;
         margin-top:0px;
      }
      li.collectionblock h4{
         height:20px;
         margin:0px;
         margin-bottom:5px;
      }
         div.hr {
            clear:both;
            margin:10px 0px 10px 0px;
            height: 1px;
            background:url(/images/pdf/dots-horizontal.gif) repeat-x;
         }
         div.hr hr { display: none; }

   div#product_holder {
      background-image: url(/images/pdf/bg_titlebar-wide.png);
      background-repeat: repeat-x;
      width:418px;
      float:left;
      clear:both;
      min-height:800px;
   }


/* navigatie knoppen */
   ul.segmentnavi{
      margin:0px;
      margin-top:0px;
      padding:0px;
      list-style:none;
      background:url(/images/pdf/bg_titlebar-wide.png) repeat-x;
      height:28px;
   }
      ul.segmentnavi li{
         float:left;
         overflow:hidden;
      }
         ul.segmentnavi li.vorige, ul.segmentnavi li.volgende{
            width:118px;
            padding-top:2px;
         }
         ul.segmentnavi li.huidige{
            width:175px;
            text-align:center;
            padding-top:5px;
            font-size:0.9em;
         }
         ul.segmentnavi li.noresult{
            padding:3px;
            padding-left:20px;
            color:#e40033;
            font-weight:bold;
         }
            ul.segmentnavi li a{
               padding:4px;
               display:block;
               text-decoration:none;
               color: #3983ba;
            }
               ul.segmentnavi li a:hover{ text-decoration:underline; }
            ul.segmentnavi li a.prev{
               background: url(/images/pdf/btn_segment-prev.png) no-repeat center left;
               width:80px;
               padding-left:20px;
               margin-left:15px;
            }
            ul.segmentnavi li a.next{
               background: url(/images/pdf/btn_segment-next.png) no-repeat center right;
               width:85px;
               padding-left:10px;
               padding-right: 20px;
               text-align:right;
            }

/* collectie sidebar */
   ul.sidecollection{
      padding-top:0px;
      margin-top:0px;
      border:0px solid #00ff00;
      list-style:none;
   }
   ul.sidebar li ul.segmenten {
     list-style:none;
   }
      ul.sidecollection li{
        border:0px;
        background:none transparent;
      }
      ul.sidecollection li.segmentzoek{
         background:url(/images/pdf/bg_sidebar-block.png) bottom repeat-x #fdfdfd;
         overflow:auto;
         padding-bottom:10px;
      }
      ul.sidecollection li h3{
         display:block;
         line-height:1px;
         height:17px;
         padding:0px;
         margin:0px;
      }
         ul.sidecollection li div.titlebar{
            background:url(/images/pdf/bg_titlebar-wide.png) repeat-x;
            height:16px;
            padding:6px;
            padding-left:10px;
            clear:both;
         }
         ul.sidecollection li select{
            width:100%;
            font:1em arial;
            margin-top:2px;
            padding-left:10px;
            color:#5f5f5f;
         }
         ul.sidecollection li input{ float:right; }

/* segmenten in sidebar met kleuren */
   ul.sidecollection li ul li{
      list-style:none;
      padding:0px;
      margin:1px;
   }
   ul.segmenten{
      list-style:none;
      padding-left:0px;
      padding:0px;
      margin:0px;
   }
      ul.segmenten li{
         margin:0px;
         padding:0px
      }
         ul.segmenten li a {
            margin:0px;
            display:block;
            height:auto;
            color:#7c7c7c;
            text-decoration:none;
            padding:3px;
            padding-left:10px;
            background:url(/images/pdf/bg_segmentlist.png) bottom repeat-x;

            border-left: 6px solid #3983ba;
         }

/* segment kleuren */
/* gebruikt in het collectie segment menu */
   ul.segmenten li.dagelijks-gebruik a{ border-left:6px solid #79b32b; }
   ul.segmenten li.elektrische-fietsen a{ border-left:6px solid #970069; }
   ul.segmenten li.vrije-tijd a{ border-left:6px solid #009fe7; }
   ul.segmenten li.sportief a{ border-left:6px solid #ffa217; }
   ul.segmenten li.speciaal a{ border-left:6px solid #e50110; }
   ul.segmenten li.kinderen a{ border-left:6px solid #e7016e; }


            ul.segmenten li a:hover{
               background:url(/images/pdf/bg_segmentlist.png) bottom repeat-x;
               text-decoration:underline;
            }
               ul.segmenten li a.active{
                  color:#585959;
                  font-weight:bold;
                  background-color:#fdfdfd;
               }
                  ul.segmenten li a.active:hover{ text-decoration:none; }

         ul.segmenten li ul{
            padding:0px;
            margin:0px;
            list-style:none;
         }
         ul.segmenten li ul li{ background:url(/images/pdf/bg_segmentlist.png) bottom repeat-x; }
         ul.segmenten li ul a, ul.segmenten li ul a:hover{
            border-left:0px !important;
            background: url(/images/pdf/bullet_subsegmenten.gif) no-repeat;
            padding-left:15px;
         }

