/* Main Content (center column) */

	#container #content,
	#container #content-main { 
		float: none !important;
		margin-left: 0 !important; 
		width: auto !important;
		font-size: 12px;
	}
	
	#content h2 {
		margin-left: 0 !important;
		background-color: #00375E;
		color: #fff;
		font-size: 13px;
		line-height: 13px;
		background-image: none;
		border-top: 1px solid #fff;
		margin-bottom: 0;
		margin-top: 0;
		padding: 5px;
	}
	#content div.h2 {
		border-top: 2px solid #438cca;
	}
/* main columns */
	div.column {
		margin: 0px auto;
		border-left:  1px solid #BCC7D6;
		border-right:  1px solid #BCC7D6;
		border-bottom:  1px solid #BCC7D6;
	}
	div.column .content{
		padding: 10px;
	}
div.height10  {
	height: 10px;
}

/* nav classes */

.col-mo {
	color:#550000 !important;
}
/*.current { */
	/*background-color:#b63605;  color:#fff; padding:2px 5px;*/
/*	padding:2px 6px 4px 6px;
	border: 1px solid #FF0000;
	background-color:#FFD7D5;
	font-weight: bold;
} */

.align-right {
	text-align:right; 
}
table.std {
	width:100%;
}
table.std tr.odd {
	background-color:#EEEEEE;
}
table.std td.pre_prod {
	color:#FF0000;
	font-family: verdana,arial,helvetica;
	font-size: 10px;
}
span.pre_prod_vin {
	color:#FF0000;
	font-weight: bold;
}
table.std td, table.std th{
	padding:3px 10px;
}
table.std th {
	background-color:#bca389; border-bottom:1px solid #554444; color:#fff;
}

