/**
 *
 * Profile `de Fietsspecialist`
 * Stylesheet Segmenten
 * 11-01-2006 i-Aspect B.V.
 *   
 * @version    $Id: segments.css 7830 2009-02-03 08:32:14Z  $
 */

/* gebruikt op frontpagina */

/* standaard segment definities */
.segment{
   font-family:Arial,Verdana,Helvetica;
   color:#fff;
}
   .segment table{
      border:0px;
      padding:0px;
      margin:0px;
      border-collapse:collapse;
   }
      .segment table td{
         padding:8px;
      }
         .segment table td a{
            text-decoration:none;
         }
         .segment table td a:hover{
            text-decoration:underline;
         }

      .segment table th{
         text-align:left;
         padding:4px;
         padding-left:8px;
         vertical-align:bottom;
         color:#fff;
      }
         .segment table th a{
            color:#fff;

            font-size:14px;
            text-decoration:underline;
         }
         .segment table th a:hover{
            text-decoration:none;
         }

			.segment table td {
			width: 220px;
			}

      .segment table td.price{
         font-weight:bold;
         padding-bottom:4px;
         color:#fff;
         height:30px;
         text-align:right;
      }

      .segment table td.price strong{
         font-size:22px;
      }

      .segment table td.omschrijving{
         height:50px;
         vertical-align:top;
      }
		
      .segment table td.price h5{
         margin:0px;
         padding:0px;
         height:32px;
         float:left;
         font-size:22px;
      }


/* sidebar segment producten (o.a. op zoek winkels pagina ) */
/* toevoeging op segment class */
ul.smallsegments{
   margin:0px;
   padding:0px;
}
ul.smallsegments li{
   margin:0px;
   padding:0px;
   width:278px;
   padding-top:1px;
   margin-left:3px;
   margin-top:10px;
   border-top:1px solid #ccc;
}
li.smallsegment img{
   float:left;
}

   .smallsegment table{
      margin:0px;
      height:auto;
      width:179px;
      width:100%;
   }
      
      .smallsegment table th{
         vertical-align:middle;
      }
      .smallsegment table th a{
         color:#fff;
         text-decoration:underline;
         font-size:13px;
         margin-top:0;
      }
         .smallsegment table th a:hover{
            text-decoration:none;
         }
      .smallsegment table td.price{
         font-weight: normal;
         width:40%;
         padding:5px;
         text-align:right;
      }
         .smallsegment table td.price h5{
            margin:0;
            padding:5px;
            height:auto;
         }


/* kleur segment definities */
   .segment table{ background-color:#0085dc; }
      .segment table td,
      .segment table td a{ color:#71bbeb; }
      .segment table td.price{ background-color:#4ba3dc; }
      
   .elektrische-fietsen table{ background-color:#f76f17; }
      .elektrische-fietsen table td,
      .elektrische-fietsen table td a { color:#fdbc9e; }
      .elektrische-fietsen table td.price{ background-color:#f78d49; }

   .vrije-tijd table{ background-color:#79b32b; }
      .vrije-tijd table td,
      .vrije-tijd table td a{ color:#d8ffa4; }
      .vrije-tijd table td.price a{ color:#4a780c; }
      .vrije-tijd table td.price{ background-color:#94c84e; }

   .dagelijks-gebruik table{ background-color:#0085dc; }
      .dagelijks-gebruik table td,
      .dagelijks-gebruik table td a{ color:#71bbeb; }
      .dagelijks-gebruik table td.price{ background-color:#4ba3dc; }

   .kinderen table{ background-color:#e7016e; }
      .kinderen table td,
      .kinderen table td a{ color:#fe8cc2; }
      .kinderen table td.price{ background-color:#ff439c; }

   .sportief table{ background-color:#e50110; }
      .sportief table td,
      .sportief table td a{ color:#fd8b8b; }
      .sportief table td.price{ background-color:#fe4949; }

   .speciaal table{ background-color:#e50110; }
      .speciaal table td,
      .speciaal table td a{ color:#fd8b8b; }
      .speciaal table td.price{ background-color:#fe4949; }


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



/*
   groen - vrije-tijd
   #79b32b

   paars ?
   #970069

   blauw - dagelijks-gebruik
   #009fe7

   oranje - comfort (geel volgens B) elektrische-fietsen dus
   #ffa217

   rood - sportief
   #e50110

   roze - kinderen
   #e7016e
*/
