
/*************************************************/
/*              language flags                   */

/*Note: Same css as rms_style.css*/

.lang-flag{
  width          : 150px;
  height         : 11px;
  margin-top     : 2px;
  padding-bottom : 5px;
  float          : left;
  border         : none;
  margin-bottom  : 10px;
  }

.lang-flag a{
  text-decoration : none;
  height          : 11px;
  width           : 16px;
  float           : left;
  margin          : 4px 14px 0 0;
  }

#en_flag{
  background : url(/richmorning/images/flag_EN_hover.png) no-repeat;
  }

#en_flag:hover, #en_flag_over{
  background : url(/richmorning/images/flag_EN.png) no-repeat;
  }

#fr_flag{
  background : url(/richmorning/images/flag_FR_hover.png) no-repeat;
  }

#fr_flag:hover, #fr_flag_over{
  background : url(/richmorning/images/flag_FR.png) no-repeat;
  }

#de_flag{
  background : url(/richmorning/images/flag_DE_hover.png) no-repeat;
  }

#de_flag:hover, #de_flag_over{
  background : url(/richmorning/images/flag_DE.png) no-repeat;
  }

#es_flag{
  background : url(/richmorning/images/flag_ES_hover.png) no-repeat;
  }

#es_flag:hover, #es_flag_over{
  background : url(/richmorning/images/flag_ES.png) no-repeat;
  }

/*              end language flags                */
/**************************************************/








/****** FORM ****/



.subscribe input, 
.subscribe select,
.subscribe textarea
{
  font-family      : Verdana;
  font-size        : 11px;
  background-color : #CCCCCC;
  color            : #444444;
  border           : 1px solid #999999;
  padding          : 2px;
  }

.subscribe input[type="text"],
.subscribe textarea{
  width : 200px;
  }

.subscribe select{
  color : #000000;
}

.subscribe input.small{
  width: 130px;
}

.subscribe input.filled{
    background-color : #999999;
    color: #000000;
  }

.subscribe input.error, 
.subscribe select.error{
  border : 2px solid red;
  color: #000000;
  }


/* form table  */

.form_small_interval{
  font-size:4px;
  line-height: 1px;
}


div.before_grey_form,
div.grey_form,
div.after_grey_form{
  width  : 620px;
  }

div.before_grey_form{
  font-size  : 14px;
  height     : 26px;
  padding    : 12px 0 0 50px;
  width      : 570px;
  background : url(/richmorning/images/form_box_top.png) no-repeat top left;
  }

div.grey_form{
  background    : url(/richmorning/images/form_box_middle.gif) repeat-y top left;
  padding: 10px;
  }

table.grey_form{
  width  : 600px;
  }

div.after_grey_form{
  font-size     : 10px;
  height        : 20px;
  background    : url(/richmorning/images/form_box_bottom.png) no-repeat top left;
  margin-bottom : 40px;
  }

table.grey_form td.form_label{
  text-align     : right;
  vertical-align : middle;
  padding        : 0 30px 0 0;
  width          : 200px;
  }

table.grey_form td.top{
  padding-top    : 5px;
  vertical-align : top;
  }


table#information td textarea{
  width  : 200px;
  height : 50px;
  }



/*******************   SHOP PRICE  *********************/
/* Use by website and rms shop                         */

#shop_price{
  font-family : Verdana,Helvetica,sans-serif;
  width       : 160px;
  text-align  : center;
  margin: -5px 0 0 95px;
}

#shop_price div{
  font-size : 18px;
  color     : #FFFFFF;
  padding   : 0px;
  line-height : 24px;
  height      : 50px;
  font-weight: bold;
}

#shop_price #not-reduced-price{
    font-size: 11px;
    color    : #FFFFFF;
}

#shop_price span{
  font-size : 14px;
  color     : #FFFFFF;
}

#shop_price span#currency{
  font-size : 30px;
}

#shop_price_banner{
  background : url(/richmorning/images/price_red_banner.png) no-repeat;
  margin     : 0 0 0px 0;
  height     : 140px;
}

#shop_price_banner ul{
    padding-left: 15px;
    margin      : 0px;
}

#shop_price_banner ul li{
  color           : black;
  list-style-type : disc;
  margin-left     : 0px;
}

