.cortina{
	position: absolute;
	z-index: 90;
	background: white;
	width: 100%;
	height: 100%;
	display: none;
	opacity:0.15;
	filter: alpha(opacity=0.15);
	-moz-opacity: 0.15;
}
.searchContainer{
	width: 1010px;
	height: 383px;
	position: absolute;
	z-index: 3;
	margin-left: -100px;
	/*margin-top: -2px;*/
	margin-top: -386px; 
	display: block;
	overflow: visible;
}
.searchFormContainer{
	position: relative;
	z-index: 10;
	width: 981px;
	height: 370px;
	display: block;
	border: 1px solid #545454;
	margin: 0 0 -380px 15px;
	padding-top: 5px;
	float: left;
	font-size: 10pt;
	color: white;
}
.searchDrawer{
	height: 23px;
	width: 170px;
	display: block;
	position: relative;
	margin: -37px 0 0 670px;
	color: white;
	padding: 5px 3px 3px 30px;
	font-weight: bold;

	background-image: url(../imgs/sageti.png);
	background-repeat: no-repeat;
	background-position: 145px 6px;
	/*background-position-y: -26px;*/
	
	cursor: pointer;
	z-index: 10;
	overflow: hidden;
}
.searchForm,
.searchResult{
	height: 368px;
	margin: 0;
/*	border: 1px solid silver; */
	display: block;
}
.searchForm{
	width: 300px;
	float: left;
	overflow: hidden;
	
}
.searchResult{
	width: 675px;
	float: right;
	background-position: center center;
	background-repeat: no-repeat;
	overflow-x: hidden;
	overflow-y:auto;
	color: white;
}

.searchTitle{
	font-size: 10pt;
	color: #FFC700;
	padding: 2px 2px 2px 4px;
	font-weight: bold;
}

.searchKeys,
.searchAdvKeys{
	width: 280px;
	border: 0;
	border-bottom: 1px solid #ED1C24;
	background: transparent;
	color: white;
	margin: 0 10px 0 10px;
	padding: 0 5px 0 5px;
}
.doSearch{
	width: 130px;
	height: 25px;
	display: block;
	padding: 3px 35px 0 0;
	margin: 5px 10px 5px 10px;
	float: right;
	border: 0;
	background: url(../imgs/searchBtn.png) top right no-repeat;
	text-align: right;
	font-weight: bold;
	cursor: pointer;
	text-transform: lowercase;
}

.searchSeparator{
	display: block;
	height: 15px;
	padding: 2px;
	background: url(../imgs/separatorBg.png) left center no-repeat;
	font-size: 7pt;
	text-align: right;
	color: #FFC700;
	font-weight: bold;
	margin-bottom: 5px;
}
.searchLabel{
	text-align: right;
	font-weight: bold;
	font-size: 8pt;
	width: 120px;
	text-transform:lowercase;
	white-space: nowrap;
}
.selectFDropdown{
	width: 180px;
}
.searchAdvKeys{
	width: 50px;
}

.resProdContainer{
	display: block;
	float: left;
	width: 320px;
	height: 100px;
	margin: 3px;
	overflow: hidden;
	border: 1px solid #343434;
	color: silver;
}

.resProdContainer:hover{
	background: #242424;
	border: 1px solid silver;
}

.resImgContainer{
	display: block;
	height: 90px;
	width: 90px;
	text-align: center;
	margin: 5px;
	float: left;
	background: white;
	background-repeat: no-repeat;
	background-position: center;
}

.resProdInfo{
	display: block;
	float: right;
	width: 210px;
	margin: 5px;
	color: silver;
	padding: 0;
	border: 1px solid red;
}
.resProdName{
	margin: 0px 0 4px 100px;
	padding: 0;
	height: 18px;
	width: 217px;
	color: #FFC700;
	font-weight: bold;
	font-size: 8pt;
	white-space: nowrap;
	border-bottom: 1px solid #ED1C24;
	display: block;
	line-height: 18px;
	display: block;
}

.resProdDescr{
	margin: 0;
	padding: 0;
	color: silver;
	font-size: 6.8pt;
	height: 52px;
	line-height: 7pt;
}

.resProdPrice{
	text-align: right;
	padding-right: 5px;
	color: #FFC700;
	font-weight: bold;
	font-size: 7pt;
	line-height: 8pt;
}

.searchStatus{
	font-size: 7pt;
	color: white;
}
.statStatus,
.statStatusF{
	font-weight: bold;
	padding-left: 5px;
	color: #FFC700
}
.statStatusF{
	color: red;
}
.noRes{
	background: #ED1C24;
	padding: 2px;
	font-weight: bold;
	font-size: 12pt;
	color: black;
	text-align: center;
}