/******************************************************************************
 * Scriptname: rte_fe.css
 * Description: Honda Lucas FRONTEND RTE CONTENT styles.
 * Version: 1.0
 * Date: 2010/04/09
 * Author: pixelmutant
 * Author URI: http://www.pixelmutant.de/
 ******************************************************************************/

/************/
/* GENERAL: */
/************/
p, td, th, li {
  font-family: verdana, helvetica, sans-serif;
  font-size:12px;
  color:#666666;
  line-height:16px;
}
h1 {
  margin:0;
  padding:8px 0 18px 0;
  font-size:18px;
  font-weight:normal;
  color:#ED1A2F;
}
h2 {
  margin:0;
  padding:0 0 8px 0;
  font-size:14px;
  font-weight:bold;
  color:#666666;
}
h3 {
  margin:0;
  padding:0 0 8px 0;
  font-size:14px;
  font-weight:bold;
  color:#ED1A2F;
}
h4 {
  margin:0;
  padding:0;
  font-size:14px;
  font-weight:bold;
  color:#666666;
}
h5 {
  margin:0;
  padding:0;
  font-size:14px;
  font-weight:bold;
  color:#ED1A2F;
}
p {
  margin:0;
  padding:0;
  padding-bottom:12px;
}
.align-left { text-align: left; }
.align-center { text-align: center; }
.align-right { text-align: right; }
.align-justify { text-align:justify; }

/*************
* BLOCKSTILE *
**************/
p.cr_box1 {
  margin:0;
  padding:0;
	color:#ED1A2F;
}

/************
* TEXTSTILE *
*************/
span.cr_box1 {
  color: #ED1A2F;
}

/************************
* CONTENT FRAME CR_BOX1 *
*************************/
.cr_box1_bg {
  width:199px;
  background:transparent url('../images/cr_box1_bg.png') top left repeat-y;
  margin-bottom:25px;
}
.cr_box1_top {
  width:199px;
  min-height:66px;
  background:transparent url('../images/cr_box1_top.png') top left no-repeat;
}
.cr_box1_bottom {
  width:199px;
  min-height:7px;
  padding-bottom:12px;
  background:transparent url('../images/cr_box1_bottom.png') bottom left no-repeat;
}
.cr_box1 {
  width:167px;
  padding:16px;
}
.cr_box1 h1, .cr_box1 h2, .cr_box1 h3, .cr_box1 h4, .cr_box1 h5, .cr_box1 h6 {
  margin:0;
  padding:0;
  padding-bottom:12px;
  font-size:14px;
  font-weight:normal;
  color:#ED1A2F;
}
.cr_box1 a {
  color:#ED1A2F;
}
