/* CSS Document   for Boxes*/

/* title*/

.boxes_title_L
{
  float           : left;
  width           : 14px;
  max-width       : 14px;
  height          : 20px;
  background      : url(../ressources/images/btn/grey_btn_L.png) no-repeat;
}
.boxes_title_R
{
  float           : left;
  width           : 5px;
  max-width       : 5px;
  height          : 20px;
  background      : url(../ressources/images/btn/grey_btn_R.png) no-repeat;
}
/* content*/

.boxes850_title_M h1, .boxes830_title_M h1
{
  font-size   : 18px;
  font-weight : bold;
  color       : #ffdd00;
  line-height : 20px;
  margin:0;
}
.boxes850_content h2, .boxes830_content h2
{
  font-size   : 14px;
  font-weight : bold;
  color       : #0033ff;
  line-height : 30px;
}

.boxes850_content , .box850_content p ,.boxes830_content , .boxes830_content p
{
  font-size   : 12px;
  color       : #222222;
}
.boxes850_content a , .boxes830_content a
{
  font-size   : 12px;
  color       : #0033ff;
}
/*BOXES 300*/
.box300
{
  margin-bottom   : 10px;
  padding:0;
  width: 300px;
  height: auto;
  overflow:hidden;
}

.boxes300_top
{
  
  height          : 3px;
  width           : 300px;
  background      : url(../ressources/images/box/box300_T.png) no-repeat;
  overflow        : hidden;
}
.boxes300_middle
{
  height          : auto;
  width           : 296px;
  background      : url(../ressources/images/box/box300_M.png) repeat-y;
  padding         : 0px 2px;
  width           : expression(document.body.clientWidth > 300? "300px": "300px");

}

.boxes300_title
{
  width           : 296px;
  height          : 20px;
}


.boxes300_title_M
{
  font-size       : 10px;
  line-height     : 20px;
  float           : left;
  width           : 277px;
  height          : 20px;
  background      : url(../ressources/images/btn/grey_btn_M.png) repeat-x;
  color           : #ffff00;
  font-weight     : bold;
}
.boxes300_content
{
  width           : 286px;
  height          : auto;
  padding         : 0px 5px 20px 5px;
  font-size       : 11px;
  color           : #555555;
  width           : expression(document.body.clientWidth > 296? "296px": "296px");
}
.box300_img
{
  max-width       : 285px;
  margin          : 5px 0 0 0;
  padding         : 0;
  border          : none;
  width           : expression((document.body.clientWidth > 285)? "285px" : document.body.clientWidth);
}

.div_box_mehr
{
  color           : #1D4AFF; 
  text-decoration : underline;
  font-size       : 10px;
  text-align      : left;
  padding-right   : 20px;
  float           : right;
  background 		  : url(../ressources/images/arrow_mehr.png) no-repeat right; 
  background-position : right;
  cursor          : pointer;
  margin-right    : 10px;
}

.boxes300_bottom
{
  height          : 3px;
  width           : 300px;
  background      : url(../ressources/images/box/box300_B.png) no-repeat;
  overflow        : hidden;
 /* height          : expression(document.body.clientWidth > 3? "3px": "3px");
  */
}
/*BOXES 830*/
.box830
{
  margin-bottom   : 10px;
  padding         : 0;
  width           : 830px;
  height          : auto;
  overflow        : hidden;
}

.boxes830_top
{
  height          : 3px;
  width           : 830px;
  background      : url(../ressources/images/box/box830_T.png) no-repeat;
  overflow        : hidden;
  
}
.boxes830_bottom
{
  height          : 3px;
  width           : 830px;
  background      : url(../ressources/images/box/box830_B.png) no-repeat;
  overflow        : hidden;
}
.boxes830_middle
{
  height          : auto;
  width           : 826px;
  padding         : 0px 2px;
  background      : url(../ressources/images/box/box830_M.png) repeat-y;
  width           : expression(document.body.clientWidth > 830? "830px": "830px");
}

.boxes830_title
{
  width           : 826px;
  height          : 20px;
}

.boxes830_title_M
{
  float           : left;
  width           : 807px;
  height          : 20px;
  background      : url(../ressources/images/btn/grey_btn_M.png) repeat-x;
  color           : #ffffff;
  font-weight     : bold;
}

.boxes830_content
{
  width           : 816px;
  height          : auto;
  margin          : 0px 2px;
  padding         : 0px 5px 30px 5px;
  font-size       : 11px;
  color           : #555555;
  width           : expression(document.body.clientWidth > 826? "826px": "826px");
}




/*BOXES 850*/
.box850
{
  margin-top      : 20px;
  margin-bottom   : 10px;
  padding         : 0;
  width           : 850px;
  height          : auto;
  overflow        : hidden;
}

.boxes850_top
{
  height          : 3px;
  width           : 850px;
  background      : url(../ressources/images/box/box850_T.png) no-repeat;
  overflow        : hidden;
}

.boxes850_bottom 
{
  height          : 3px;
  width           : 850px;
  background      : url(../ressources/images/box/box850_B.png) no-repeat;
  overflow        : hidden;
}
.boxes850_middle
{
  height          : auto;
  width           : 846px;
  padding         : 0px 2px;
  background      : url(../ressources/images/box/box850_M.png) repeat-y;
  width           : expression(document.body.clientWidth > 850? "850px": "850px");
}

.boxes850_title
{
  width           : 846px;
  height          : 20px;
}

.boxes850_title_M
{
  float           : left;
  width           : 827px;
  height          : 20px;
  background      : url(../ressources/images/btn/grey_btn_M.png) repeat-x;
  color           : #ffffff;
  font-weight     : bold;
}

.boxes850_content
{
  width           : 836px;
  height          : auto;
  margin          : 0px 2px;
  padding         : 0px 5px 30px 5px;
  font-size       : 11px;
  color           : #555555;
  width           : expression(document.body.clientWidth > 846? "846px": "846px");
}
.box850_img
{
  width           : auto;
  max-width       : 835px;
  margin          : 5px 0 0 0;
  padding         : 0;
  border          : none;
  width           : expression(document.body.clientWidth > 835? "835px": document.body.clientWidth);                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           5px": document.body.clientWidth);
}

