
@charset "utf-8";

/** * Start Customer specific () */

/*Trebuchet MS*/ 
/* Customer Color 227,0,27 */ 
/* Text in customer color rgb(227,0,27) */ 
/* Header white #FFFFFF */ 
/* Button text white #FFFFFF */ 
/* Not defined (black) #595959 */ 
/** * End Customer specific */ 
/* --- Color info Customername --- +\ 
(a) 227,0,27
(b) rgb(227,0,27)
(c) #FFFFFF
(d) #FFFFFF
\+ ------------------------------- */ 

/* Customize the color of the class: (a)*/ 
.colora {color: rgb(227,0,27);} 

/* Customize the color of the class: (b)*/
.colorb {color: rgb(227,0,27); } 

/* Customize the color of the class: (c)*/
.colorc {color: #FFFFFF; } 

/* Customize the color of the class: (d)*/
.colord {  color:#FFFFFF; } 

/* Customize the color of the class: (e)*/ 
.colore { color:#595959; } 

/* Customize the color of the headershape: (a)*/ 

#centersection { background-color: rgb(227,0,27); } 
/*
#centersection { background-color:rgb(255,255,255); COLOR: #595959; } 
*//*
#centersectionback { background-color: rgb(227,0,27); } 
*//*
#imggift { background-color: rgb(227,0,27); } 
*/


/* Logo bg */
/*
#logo { background-color: rgb(227,0,27); } 
*/

/* Customize the color of the topmenu links: (b)*/ 
#topmenu, #topmenu a { color:rgb(227,0,27); } 

/* Customize the color of the backmenu link: (c)*/
#backmenu a {  color:#FFFFFF; } 

/* Customize the color of the header text: (c)*/ 
#header { color:#FFFFFF; } 

/* Customize the color of the button text: (d)*/ 
/* OR if menu in customer-colors: (uncomment, also see main.css and ie6.css) */
/* Customize the color of the button text: (c)*/ 
/* color: #FFFFFF;  */
/* Customize the color of the buttonshape: (a)*/ 
/* background-color: rgb(227,0,27 ); */

#sidemenu a { color:#595959;   } 
/*
#sidemenu a { color:#FFFFFF;   } 
#sidemenu a.level1:hover { background-color: rgb(227,0,27);   } 
#sidemenu a.level1selected {background-color: rgb(227,0,27);}
*/

/* Customize the bordercolor of the contentshape: (a)*/
#content, #magazineForm {border-color: rgb(227,0,27); } 

/* Customize the bordercolor of the loginshape: (a)*/ 
#loginpage { border-color: rgb(227,0,27); } 

/* Customize the color of the footershape: (a)*/ 

/*#footer { background-color: rgb(227,0,27); } */
/*
#footer { background-color: rgb(255,255,255); } 
*/

/* Customize the color of the footer links: (b)*/ 
#footer, #footer a {color:rgb(227,0,27);} 

/* Customize the color of the contentheader text and links: (b)*/
.contentheader, .contentheader a {color:rgb(227,0,27);} 

/* Customize the color of the contentfooter text and links: (b)*/
.contentfooter, .contentfooter a {color: rgb(227,0,27);} 

/* Customize the color of the contentsection headers: (b)*/
.contentsection h1, .contentsection h2, .contentsection h3, .contentsection 
h4, .contentsection h5, .contentsection h6 {color:rgb(227,0,27); } 

/* Customize the color of the blocksection headers: (b)*/ 
.boxsection h1, .boxsection h2, .boxsection h3, .boxsection h4, .boxsection 
h5, .boxsection h6 { color:rgb(227,0,27); } 

/* Customize the color of the blocksection headers: (b)*/
.blocksection h1, .blocksection h2, .blocksection h3, .blocksection h4, 
.blocksection h5, .blocksection h6 {  color:rgb(227,0,27); } 

/* Customize the color of the blockitembutton text: (d)*/
.blockitembutton h1 {  color:#FFFFFF; } 

/* Customize the color of the bulksection headers: (b)*/
.bulksection h1, .bulksection h2, .bulksection h3, .bulksection h4, 
.bulksection h5, .bulksection h6 {  color:rgb(227,0,27); } 

/* Customize the bordercolor of the article image: (a)*/ 
.articlepic img { border-color: RGB(227,0,27); } 

/* Customize the color of the pickup km text: (b)*/ 
.pickupkm { color:rgb(227,0,27); } 

/* Customize the color of the form labels: (b)*/ 
.blocklabel { color:rgb(227,0,27); } 

/* Customize the color of the buttons text: (d)*/ 
.button { color:#FFFFFF; } 

/* Customize the color of the buttonised links text: (d)*/ 
.anchorbutton { color:#FFFFFF; } 
/*
A.anchorbutton { background-color: rgb(227,0,27);   } 
*/

/* Customize the color of the button text of the login form: (b)*/ 
.btlogin { color:rgb(227,0,27); } 

/* Customize the color of the buttonised link text of the login form: (b)*/ 
.abproblems { color:rgb(227,0,27); } 


/* Selectbox.css colors: */ 

/* Customize the color of the form select higlights: (b)*/
ul.selectOpen li:hover, ul.selectOpen li.hover, 
ul.selectOpen li.selected:hover {  color:rgb(227,0,27); } 

/* Customize the color of the form select higlights: (b)*/
ul.selectReplacement li.firstLi:hover{  color:rgb(227,0,27); } 

/* Class to reset the customised color */ 
h1.colorr, h2.colorr, h3.colorr, 
h4.colorr, h5.colorr, h6.colorr a.colorr { color: #595959; }

/*
#loginpage * .bt90 { background-color: rgb(227,0,27);   } 
#orderbutton { background-color: rgb(227,0,27);   } 
.formcontent #submit { background-color: rgb(227,0,27);   } 
*/