/**
author: raduga http://mambasana.ru
**/

.componentheading{
  font-family      : Arial, Verdana, Helvetica, sans-serif;
  width            : auto;
  font-size        : 18px;
  font-weight      : bold;
  line-height      : 22px;
  text-transform   : uppercase;
  text-align       : left;
  color            : #616161;
  background       : #f0f0f0;
  padding          : 0 3px;
  }
.componentheading h1 {
color            : #616161;
margin           : 0;
padding          : 2px;
margin-bottom    : 10px;

}
.contentheading{
  font-family      : Arial, Verdana, Helvetica, sans-serif;
  width            : 100%;
  font-size        : 15px;
  font-weight      : bold;
  line-height      : 19px;
  text-align       : left;
  color            : #8B1C00;
  padding          : 3px;
  margin           : 3px 0;
  background       : url(../images/bg_ch.jpg) repeat-y top left;
  
  }
.contentheading h2 {
color            : #8B1C00;
margin           : 0;
padding          : 0;
background       : url(../images/bg_ch.jpg) repeat-y top left;
}

.button-left,
.button-left div{
 float: left;
}

.button-left a:link, .button-left a:visited
{
	display: block;
	height: 22px;
	float: left;
	line-height: 22px;
	font-size: 11px;
	color: #666;
	cursor: pointer;
  text-decoration:none;
  float:none;
}



.button-left a:hover
{
	text-decoration: none;
	color: #A42100;
}

.button-left a{
	padding: 0px 30px 0px 6px;

}

.button-left {
	background: url(../images/j_button_left.png) no-repeat;


	float: left;


	margin: 10px 0;
}

.button-left .readmore {

}
