/*
In the CSS, a class selector is a name preceded by a full stop ( . ) 
and an ID selector is a name preceded by a hash character ( # ).
*/

.price 			{ font-size: 24pt; font-style:italic; }
.cents 			{ font-size: 12pt; vertical-align:super;}

#divSchulp {
  display: none;
}

#divOrder {
  PADDING-RIGHT: 0px; 
  BORDER-TOP: #043592 1px solid; 
  MARGIN-TOP: 12px; 
  DISPLAY: block; 
  PADDING: 0 0 8px 0;
  BORDER-BOTTOM: #043592 1px solid; 
  BACKGROUND-COLOR: #fff6b7;
}

#tabMain {
  BORDER-RIGHT: #043592 5px solid; 
  BORDER-BOTTOM-COLOR: #043592; 
  BORDER-BOTTOM-STYLE: solid;
  BORDER-LEFT: #043592 3px solid; 
  BORDER-TOP-STYLE: solid; 
  BORDER-TOP-COLOR: #043592; 
  BACKGROUND-COLOR: white; 
  padding-right:8px; 
  padding-top:7px; 
  padding-bottom:7px;
}

.headOrder {
  background-color:#55A2D6;
  font-weight:bold;
}

.stepTitle {
  font-weight:bold;
  font-size:18px;
  color:#55A2D6;
  border-bottom:2px solid black;
  margin-bottom:8px;
}

.schulpFoto {
  border:3px solid #043592;
  margin-left:5px;
}

/* Rolgordijn */
.smallColour {
  width:60px;
  height:30px;
  border:solid 1px black;
}

.smallColour2 {
  width:60px;
  height:30px;
  /*margin:4px 4px 4px 4px;*/
  border:solid 1px black;
}

.rgColourImg {
  width:300px; 
  height:400px; 
  border:1px solid black; 
  BACKGROUND-COLOR: #fbfefd;
  background-position:top;
}

/* Multishade */
.msColourImg {
  width:300px; 
  height:450px; 
  border:1px solid black; 
  background-image:url('imagesgroot/Multishade/NORMALWHITE.jpg');
}

.mssmallColour {
  width:40px;
  height:58px;
  border:solid 1px black;
}

/* Houten jal */  
.hjColourImg {
  width:380px; 
  height:136px; 
  border:1px solid black; 
  background-image:url('imagesgroot/Houten_jal2/antique_white_25-50.jpg');
  background-position:top;
}

.hjsmallColour {
  width:40px;
  height:58px;
  border:solid 1px black;
  background-position:top;
}

.hjimgLadderband {
  width:87px;
  height:211px;
}

.ajimgLadderband {
  width:112px;
  height:238px;
}

.hjcolLadderband {
  width:180px;
  vertical-align:top;
}

.ajcolLadderband {
  width:180px;
  vertical-align:top;
}

#tabLadderband {
}

/* Aluminium jal */
.ajColourImg {
  width:440px; 
  height:117px; 
  border:1px solid black; 
  background-image:url('imagesgroot/Alujal/9370.jpg');
  background-position:top;
}

/* Plisses */  
.psColourImg {
  width:440px;
  height:60px;
  border:1px solid black; 
  background-image:url('imagesgroot/Plisses/dessin_1049_1.jpg');
  background-position:top;
  background-repeat: repeat
}

.pssmallColour {
  width:40px;
  height:58px;
  border:solid 1px black;
  background-position:top;
}

/* Verticale lamellen */  
.vlColourImg {
  width:210px;
  height:330px;
  border:1px solid black; 
  background-image:url('imagesgroot/Vertlam/abrikoos_2.jpg');
  background-position:center;
  background-repeat: no-repeat;
}

.vlsmallColour {
  width:40px;
  height:58px;
  border:solid 1px black;
  background-position:center;
  background-repeat: no-repeat;
}

/* Vouwgordijnen */  
.vgColourImg {
  width:400px;
  height:200px;
  border:1px solid black; 
  background-image:url('imagesgroot/Vouwgordijnen/KAL.jpg');
  background-position:center;
  background-repeat: no-repeat;
}

.vgsmallColour {
  width:60px;
  height:40px;
  border:solid 1px black;
  background-position:center;
  background-repeat: no-repeat;
}
