/*
 *	Some overrides.
 */

/*
td#r2c1, td#r2c2, td#r2c3 {
	width: 100%;
	border-top: none;
}

td#r1c1, td#r1c2, td#r1c3 {
	border-bottom: none;

}*/

h1 {
	margin: 0;
}

.product_content {
	margin: 0px;
	margin-left: 10px;
	margin-right: 10px;
	padding-bottom: 10px;
	text-align: justify;
}

/*******************************************
 * Vertical submenu
 */
.product_submenu {
/*	background: url("../img/dots.gif") repeat-y center right; */
	margin-left: 10px;
	font-weight: bold;
}

.product_submenu_item {
	padding: 10px;
	margin-right: 14px;
	background: url("../img/dots.gif") repeat-x bottom left;
}

/*******************************************/

/*******************************************
 * Horizontal submenu
 */
.product_submenu_horizontal {
	background: url("../img/menu-gradient.gif") repeat-x bottom left;
	border-bottom: 2px solid #F27D00;
	margin: 0;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 4px;

	text-align: left;

	list-style: none;
}
.product_submenu_horizontal li {
	display: inline;
	margin-right: 10px;
}
.product_submenu_horizontal a:hover {
	color: #F27D00;
	text-decoration: none;
	border: none;

}
/*******************************************

/*******************************************
 * Cabins
 */
.trucks_cabin {
/*	background: url("../img/dots.gif") repeat-y center left; */
	text-align: center;
	font-weight: bold;
}

.trucks_cabin img {
	display: block;
	border: 0;
	padding-top: 10px;
	margin-left: auto;
	margin-right: auto;
}

.trucks_cabin span {
}
/*******************************************/

/*
 *	Presentation
 */
.trucks_presentation {
	margin-top: 10px;
	padding: 4px;
}

.trucks_presentation_img img {
	display: block;
	border: 4px solid #999999;
}

.trucks_presentation_img {
	float: left;
	background: #FFFFFF;	/* nasty one! without this, the <hr> inside a <div> (block element) would
       				   show up in the empty space between images */
}

.trucks_presentation_img_item {
	margin-right: 10px;
	margin-bottom: 10px;
}

.trucks_presentation_text {
	text-align: justify;
}

.dot_spacer {
	width: 100%;
	height: 10px;
	background: url("../img/dots.gif") repeat-x;
	clear: left;
}

.trucks_details {
	width: 100%;
	margin: 0;
	padding: 0;
	margin-top: 10px;

	text-align: justify;
	vertical-align: top;
}

.trucks_details table {
	margin: 0;
	padding: 0;
	vertical-align: top;
}

.trucks_presentation, .trucks_details {
	font-size: 11px;
	color: #000000;		/* black */
}

.trucks_presentation a, .trucks_details a, .home_index a {
	font-weight: normal;
	color: #4A3C63;		/* blue */
/*	color: #F27D00;	*/
/*	color: #999999; */
	text-decoration: underline; 
}

.trucks_presentation a:hover, .trucks_details a:hover {
	color: #F27D00; 	/* orange */
	text-decoration: underline; 
/*	color: #4A3C63; */
}

.trucks_details img {
	float: left;
	width: 270px;
}

.trucks_details .img1 {
	border: 4px solid #999999;
	margin-bottom: 2px;
}
.trucks_details .img2 {
	margin-right: 4px;
}
.trucks_details .img2, .trucks_details .img3 {
	border: 2px solid #999999;
	margin-bottom: 4px;
}
.details_img_small img {
	width: 133px;
	height: 105px;
}

/***********************************
 * Table views (the bottom part
 * of the page)
 */

.table_view_panel {
	margin: 0 8px 8px 18px;
}

.table_view_panel h1 {
	padding-left: 4px;
	font-weight: normal;
}

.table_views {
	width: 100%;
}

.table_views td {
	padding: 0px 6px 6px 6px;	
	width: 50%; 
}

.table_views_item_top {
	background: url("../img/dots.gif") left repeat-y;
}

.table_views_item {
	margin-left: 3px;
	padding: 8px 8px 4px 5px;
	background: url("../img/dots.gif") top repeat-x;
/*	border-top: 1px dotted #999999; */
/*	border-left: 1px dotted #999999;*/

	color: #4A3C63;

	min-height: 50px;
	height: auto !important;
	height: 50px;
	
}

.table_views_item img {
	display: block;
	float: left;
	margin-right: 18px;

	width: 50px;
	height: 50px;

	border: 2px solid #999999;
}

.table_views_item_title {
	font-weight: bold;
}

.table_views_item_content {
}

.table_views_item_content ul {
	list-style: square;
	margin: 0px;
	padding: 0px;
}
.table_views_item_content li {
	margin-left: 10px;
	padding-left: 0px;
}


/*********** Other oddities ******/
.blue_link a {
	color: #4A3C63;
}


