/**
style for item image
**/
.car-img {
width:200px;
height:150px;
overflow:hidden;
}
/*
	Default stylesheet override
*/
body table td {
	color: #555;
	overflow:hidden;		
}

/*
	Nomas mašīnu saraksts
*/


div.cars {
	font-size: 100%;
	font: normal 12px Verdana, sans-serif;
	color: #666;
}

h2.carclass {
	background-color: #ccc;
	color: #555;
	padding: 1.3em 4em 1em 4em;
	text-align: center;
	font-size: 12px;
	margin: 1em 0 0 0;
}

.cars table.rentcar {
	margin: 0 0 2em 0;
	border-bottom: 5px solid #eee;
	border-collapse: collapse;
	width: 100%;
}

.cars table.rentcar th {
	font: bold 11px Arial, sans-serif;
	background-color: #1982d3;
	color: #fff;
	padding: 0.4em 1em 0.2em 1em;
}

.cars table.rentcar td.carimage {
	width: 300px;
	font-size: 1em;
	text-align: center;
}

.cars table.rentcar td.carimage img {
	margin: auto;
	padding: 0 20px;
}

.cars table.rentcar td {
	padding: 0 0 1.2em 0;
}



.cars table.carprices {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}

.cars table.carprices td {
	margin: 0;
	padding: 0.2em 0.4em 0.1em 0.4em;
	border: 1px solid #e7e7e7;
	text-align: center;
}

.cars table.carprices td.info {
	background-color: #eee;
	color: #555;
}





/*
	Pasūtījuma procesa formu izskats
*/

table.report {
	margin: 0 0 0.6em 0;
	border-bottom: 0px solid #d6e2f4;
	border-collapse: collapse;
	/*width: 34em;	*/
}

/* Default TD look */
table.report td {
	padding: 0.5em 2em 0.2em 1em;
	border-bottom: 1px solid #cbd7e9;
	color: #6f7a8b;
	vertical-align: top;
}

/* Narrow columns for price data */
table.report td.narrow {
	width: 8em;
	white-space: nowrap;
	padding: 0.5em 1em 0.2em 1em;
}

table.report td.narrow span {
	position: relative;
	top: -0.1em;
}

table.report td.label {
	/*width: 60%;*/
}

table.report th {
	/*font: bold 0.7em Arial, sans-serif;
	background-color: #1982d3;*/
	color: #fff;
	padding: 0.5em 1em 0.2em 1em;
	text-align: left;
}

table.report tr.total td {
	font-weight: normal;
	background-color: #eee;
	color: #092e65;
}

img.ord_c_img {
	/*float: left;*/
	padding: 0 1.5em 1em 0;
	
}

/*
	FORM elements in .report tables
*/

div.report input {
	border: 1px solid #b8cdec;
	padding: 0.2em 0.2em 0.1em 0.1em;
}

div.report input:focus {
	border: 1px solid #7fa4e9;
	background-color: #e2e9f4;
}




/*
	Button alignment in confirmation form
*/

table.ps_butt {
	margin: 2em auto;
}

table.ps_butt td {
	padding: 0 1em 0.5em 0;
}



