@charset "utf-8";
/* SHR Motors - content_style.css */

/* General */
#right_bar h1 {
	font-size:20px;
	font-weight:normal;
	letter-spacing:-1px;
	padding:0;
	margin:0;
	height:25px;
	font-family:Arial, Helvetica, sans-serif;
	color:#ea0000;
}

#right_bar h2 {
	font-size:15px;
	font-weight:bold;
	letter-spacing:-1px;
	padding:0;
	margin:10px 0 0 0;
	font-family:Arial, Helvetica, sans-serif;
	color:#ea0000;
}

#right_bar h3 {
	font-size:12px;
	font-weight:bold;
	letter-spacing:0px;
	padding:0;
	margin:0px 0 0 0;
	font-family:Arial, Helvetica, sans-serif;
	color:#a45a00;
}

#right_bar a {
	color:#a45a00;
	text-decoration:underline;
}

#right_bar p {
	text-align:justify;
	padding:0px;
	margin:5px 0px;
}

#right_bar ul {
	position:relative;
	left:-20px;
}

#right_bar .content_modul_heading {
	background:#2a7c71; 
	margin:0 auto; 
	width:414px; 
	padding:3px; 
	color:#FFFFFF;
}

#right_bar .content_modul_box {
	background:#f8f8f8; 
	margin:0 auto; 
	margin-bottom:5px; 
	width:416px; 
	padding:2px 2px 2px 0px; 
	border:1px solid #dfdfdf; 
	border-top:0;
}

#right_bar .validation_error {
	background:#e6b3ad; 
	padding:5px;
	margin:5px 0px;
	border:1px solid #d20000;
}

#right_bar .validation_error h2 {
	color:#d20000;
	position:relative;
	top:-5px;
}
/* END General */

/* Left bar */
#left_bar .left_module {
	width:232px;
	background:#fdcb15;
	margin:0px auto;
	margin-top:1px;
}

#left_bar .left_module_heading {
	width:232px;
	height:41px;
	margin:0px;
	padding:0px;
}

#left_bar .left_module_heading h2 {
	padding:0px;
	margin:0px;
}

#left_bar .left_module_heading h2 span {
	display:none;
}

#left_bar .left_module_heading h2 img {
	margin:0px;
	padding:0px;
	border:0px;
}

#left_bar .left_module_content {
	margin:5px 15px 15px 15px;
	width:202px;
	color:#ffffff;
	background:#fdcb15;
}

#left_bar .left_module_content h3 {
	color:#a45a00;
	font-size:11px;
	margin:0px 0px 3px 0px;
	padding:0px;
}

#left_bar .left_module_content h3 a {
	color:#a45a00;
}

#left_bar .left_module_content a {
	color:#a45a00;
}


/* END Left bar */

/* Contact */
#right_bar .contact_input {
	width:274px;
	overflow:auto;
}

#right_bar .contact_input_valid {
	width:274px;
	overflow:auto;
	background:url('../images/general/validation_star.gif') no-repeat top right;
}
/* END Contact */

/* Pagina */
#right_bar .more {
	width:100%;
	text-align:right;
	margin-top:5px;
	font-size:10px;
}
#right_bar .more a {
	text-decoration:none;
	color:#ffffff;
	background:#2a7c71;
	margin-left:2px;
}
#right_bar .more a:hover {
	text-decoration:none;
	color:#ffffff;
	background:#084d44;
	margin-left:2px;
}
/* END Pagina */
