body {
	/*background: #d4d0c8;*/
	background: #DAE4E8;
}

.wrapper {
	float: left;
	width: 100%;
}

.sidebar-top {
	float: left;
	width: 100%;
	border: 1px solid #fff;
	background: #A0B6C2;
}

.sidebar-bottom {
	float: left;
	min-width: 100%;
	max-height: 100%;
	height: 100%;
	background: #DAE4E8;
	/*border-left: 1px solid #fff;
	border-right: 1px solid #fff;*/
}

.sidebar-top-first {
	float: left;
	width: 55%;
}

.sidebar-top-second {
	float: left;
	width: 45%;
}

.BNGsearch-search {
	/*background: #d4d0c8;*/
	background: #A0B6C2;
	width: 100%;
	height: 170px;
	font-size: 12px;
	float: left;
}

.form-wrapp {
	*height: 243px;
}

.BNGsearch-image {
	background: url(images/logo_BNR-2.png) no-repeat center center #d4d0c8;
	/*width: 660px;*/
	max-width: 100%;
	min-width: 300px;
	height: 300px;
	font-size: 12px;
	float: none;
	/*overflow: auto;*/
	overflow: hidden;
	text-align: center;
	border: 0px solid #f00;
	position: relative;
}

.image-button {
	left: 0px;
	bottom: 0px;
	position: absolute;
	background: #d4d0c8;
	border-top: 0px solid #fff;
	width: 100%;
	height: 30px;
	float: none;
}

.BNGprodinfo {
	/*background: #fff;
	width: 220px;*/
	/*height: 305px;*/
	font-size: 12px;
	float: left;
	border-left: 1px solid #fff;
	overflow: auto;
	/*border-right: 1px solid #fff;*/
}

#BNGprodinfo {
	margin: 3px;
	text-align: left;
	width: 200px;
	display: block;
}

.BNGprodinfo-title {
	background: #d4d0c8;
	text-align: center;
	font-size: 14px;
}

.data-result {
	/*background: #f00;*/
	width: 100%;
	height: 100%;
	font-size: 12px;
	float: left;
	/*overflow-y: scroll;*/
	overflow-y: auto;
	margin-top: 0px;
	border: 0px solid #fff;
	position: relative;
	/*top: -70px;*/
	z-index: 1;
}

.data-result-header {
	width: 98%;
	height: 85px;
	border: 1px solid #f00;
	padding-left: 3px;
	position: relative;
	top: 30px;
	z-index: 10;
	display: none;	/*	remove dhis and comment in /*top: -70px;* / in .data-result */
}

.form-item label {
	width: 39%;
	display: block;
	float: left;
	clear: both;
	padding-bottom: 7px;
}

.form-item input, .form-item select {
	width: 59%;
	display: block;
	float: right;
	font-size: 10px;
}

.transsmision-check {
	float: left;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

.klimatik-check {
	float: left;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

.transsmision-check label.option {
	display: block;
	width: 100%;
}

input.form-checkbox {
	width: 10px;
	float: left;
	padding: 0px;
	margin: 0px;
	margin-right: 5px;
}

#edit-submit {
	padding: 0px;
	margin: 0px;
	margin-top: 10px;
	width: 38%;
	float: left;
	clear: both;
	margin-left: 10px;
}

#edit-button {
	margin-top: 10px;
	width: 38%;
	float: left;
	margin-left: 15px;
}

.table-header-info {
	height: 30px;
	text-align: right;
	padding-right: 20px;
	background-color: #A0B6C2;
}

.product-info-table {
	border: 1px solid #d4d0c8;
	width: 100%;
	text-align: center;
}

table#mytable tbody tr:hover {
	background-color: #A0B6C2 !important;
}

.product-info-table .odd {
	background: #d4d0c8;
}

.product-info-table .even {
	background: #d4d088;
}

#mytable label.option {
	/*width: 1px;*/
}

#mytable input.form-checkbox {
	margin-top: 5px;
	margin-left: 20px;
}

.BNGsearch-form-block {
	border: 0px solid #f00;
	width: 38%;
	float: left;
	margin-top: 10px;
	margin-left: 10px;
}

.BNGsearch-form-block-check {
	border: 0px solid #f00;
	width: 18%;
	float: left;
	margin-left: 8px;
}


