@charset "utf-8";
/* CSS Document */

/*----------------------------------------accordian controll-------------------------------------------------*/
.honda_accord_body
{
	width:680px;
	height:auto;
	float:left;
}
.accord_container {
	width: 680px;
	margin: 0 auto;
}
.accord_container h1 {
	font: 4em normal Georgia, 'Times New Roman', Times, serif;
	text-align:center;
	padding: 20px 0;
	color: #aaa;
}
.accord_container h1 span { color: #666; }
.accord_container h1 small{
	font: 0.3em normal Verdana, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	letter-spacing: 0.5em;
	display: block;
	color: #666;
}

h2.acc_trigger {
	padding: 0;	margin: 0 0 5px 0;
	background:url(../images/green_arrow.png) left no-repeat #40a629;
	height: 46px;	line-height: 46px;
	width: 680px;
	font-size: 1em;
	font-weight: normal;
	float: left;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-o-border-radius:4px;
	-khtml-border-radius:4px;
	border-radius:4px;
	border-bottom:solid 2px #25880f;
}
h2.acc_trigger a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 0 0 0 50px;
}
h2.active a
{
	color:#fff;
}
h2.active a:hover
{
	color:#fff;
}
h2.active {background:url(../images/blue_arrow.png) no-repeat left #0678b4;border-bottom:solid 2px #016193;}
.acc_container {
	margin: 0 0 5px; padding: 0;
	font-size: 1.2em;
	width: 678px;
	overflow:hidden;
	clear: both;
	background: #f0f0f0;
	border: 1px solid #d6d6d6;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px; 
	position:relative;
}
.acc_container .block {
	padding: 20px;
}
.acc_container .block p {
	padding: 5px 0;
	margin: 5px 0;
}
.acc_container h3 {
	font:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#0678b4;
	margin: 0 0 10px;
	padding: 0 0 5px 0;
	border-bottom: 1px dashed #ccc;
}
.acc_container img {
	float: left;
	margin: 10px 15px 15px 0;
	padding: 5px;
}
.acc_datamanager
{
	width:680px;
	height:auto;
	float:left;
}
.acc_datamanager h1
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.8em;
	color:#0678b4;
	float:left;
	margin:0;
}
.acc_container h2
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.1em;
	color:#666;
	margin:10px 0px 10px 0px;
}
.acc_datamanager p
{
	clear:both;
	margin:0px 0px 20px 0px;
}
.creature
{
	width:678px;
	height:auto;
}
.creature ul 
{
	padding:0!important;
	margin:0!important;
	border:0!important;
}
.creature ul li
{
	width:600px;
	height:auto;
	font-size:12px;
	margin:5px 0px 10px 0px;
	color:#555;
	border-bottom:solid 1px #ccc;
	padding:5px 0px 10px 40px;
	overflow:hidden;
	background:url(../images/ticker.jpg) no-repeat left top;
}
.creature ul li span
{
	width:400px;
	height:auto;
	float:left;
	padding:10px 0px 10px 40px;
	border:0;
	background:url(../images/tickes.jpg) no-repeat left center;
	
}