/* CSS Document */

#productContentContainer {
	width: 587px;
	padding-left: 28px;
	padding-right: 28px;
	padding-top: 20px;
}

TABLE .productItem {
	margin-bottom: 30px;
}

TABLE .productItem TD.productListContainer {
	width: 324px;
}

TABLE .productItem TD.productSpecContainer {
	width: 211px;
	padding-left: 52px;
}

/*
	productItemTable
*/

TABLE .productItemTable {
	width: 100%;
}

TABLE .productItemTable TD.carTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #35509b;
	background-image: url(../images/ico_cartitle.gif);
	background-repeat: no-repeat;
	background-position: 0px 1px;
	padding-left: 25px;
	padding-bottom: 5px;
	border-bottom: 1px solid #bacdff;
}

TABLE .productItemTable TD.detail {
	text-align: right;
	border-bottom: 1px solid #bacdff;
	padding-bottom: 5px;
	padding-top: 2px;
}

TABLE .productItemTable .galeryTable {
	margin-top: 12px;
}

TABLE .productItemTable .galeryTable TD.imgSpace {
	width: 13px;
}

/*
	tech. specification
*/

TABLE .techSpecTable {
	width: 100%;
	margin-top: 2px;
}

TABLE .techSpecTable TD.item {
	border-bottom: 1px solid #bacdff;
	padding-bottom: 3px;
	padding-top: 3px;
	color: #555555;
}

TABLE .techSpecTable TD.itemtwo {
	padding-top: 5px;
	color: #555555;
}

TABLE .techSpecTable TD.item .hilight {
	font-weight: bold;
	color: #2574ae;
}

TABLE .techSpecTable TD.value {
	width: 80px;
	text-align: right;
	border-bottom: 1px solid #bacdff;
	padding-bottom: 3px;
	padding-top: 3px;
	color: #2574ae;
}

TABLE .techSpecTable TD.detailLink {
	padding-bottom: 3px;
	padding-top: 12px;
}

/*
	LIST of CARS
*/

#filterOptionTable {
	width: 100%;
}

#filterOptionTable TD.item {
	padding-top: 3px;
	color: #2574ae;
}

#filterOptionTable TD.opt {
	text-align: right;
	padding-right: 10px;
}

#filterTable {
	margin-bottom: 30px;
	height: 14px;
}

#filterTable TD {
	padding-right: 10px;
}

#filterTable TD.active {
	color: #e69a05;
	background-image: url(../images/ico_arrowdown.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	background-position: 0px 1px;
}

DIV .listOfCarsDIV {
	width: 248px;
	margin-bottom: 20px;
}

P.typeOfCar {
	color: #35509b;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: 2px;
	padding-bottom: 1px;
	padding-top: 2px;
	margin-right: 11px;
	margin-bottom: 15px;
	border: 1px solid #bacdff;
	background-color: #e7efff;
	padding-left: 5px;

}

#filterSelectObj {
	font-size: 10px;
	width: 165px;
}