/* CSS Document */

#content_left h1{
	background-image:url(../images/framework/left_heading_back.png);
	height:36px;
	line-height:36px;
	font-size:1.6em;
	margin:0px;
	padding:0px;
	padding-left:20px;
	color:#1169A3;
}
#content_left h2{
	font-size:1.2em;
	color:#1169A3;
	font-weight:bold;
}
#content_left h3{
	font-size:1.2em;
	font-weight:bold;
	margin:0px;
	margin-top:5px;
}
#content_left .left_content_container{
	margin:20px;
}
#content_left .left_content_container a{
	color:#D01920;
	text-decoration:none;
	font-weight:bold;
	font-size:1.2em;
}
#content_left .left_content_container a:hover{
	color:#D01920;
	text-decoration:underline;
}
#content_left .right_image{
	float:right;
	width:172px;
	height:140px;
	margin-left:20px;
	margin-bottom:20px;
	background-color:#DFDBD3;
	padding:4px;
	position:relative;
}
#content_left .right_image .image_caption{
	text-align:right;
	padding-right:5px;
	font-size:0.8em;
	position:absolute;
	bottom:12px;
	right:2px;
	width:172px;
}
.company_name{
	color:#1169A3;
	font-weight:bold;
	font-size:1.2em;
}
.highlight{
	font-size:1.2em;
	font-weight:bold;
}
.view_article{
	float:right;
	width:100px;
	height:16px;
	line-height:22px;
	background-image:url(../images/framework/assets/accessories_small_arrow.png);
	background-repeat:no-repeat;
	background-position:103px 5px;
	padding-right:15px;
	text-align:right;
	font-size:0.8em;
}