/* VR CARGO 2009 */

/* Style overrides */

body#vr-frontpage {
	background: white url(../img/body_bg_cargo_talvi.jpg) no-repeat top center;
}

/* Car dropdown form */
#car-dropdown-form select {
	float: left;
	margin: 2px;
}
	#car-dropdown-form .imagesubmit {
		float: left;
	}

/* Table styles */

.table-cargo-dimensions {
	border-collapse: collapse;
	margin: 0px 0px 10px 0px;
}

	.table-cargo-dimensions th {
		background-color: #57a50b;
		color: white;
		padding: 1px 10px 1px 4px;
		text-align: left;
	}	
		
	.table-cargo-dimensions td {
		border-bottom: 1px solid #57a50b;
		padding: 1px 10px 1px 4px;
	}
	
	.table-cargo-dimensions tr:hover {
		background-color: #eef3ee;
	}