#QuickSearchDiv{
	width: 358px;
	float: right;
	margin-right: 0px;
}

#QuickSearchButton{
	background-color: transparent;
	background-image: url(../LayoutDesign/Images/QuickSearchIcon.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-left: 15px;
	border: none;
	height: 14px;
	width: 14px;
	cursor: pointer;
	margin-left: -20px;
	*margin-left: -19px;
	vertical-align: middle;	
}

#QuickSearchText {
	border: 1px solid #C1C1C1;
	color: #B6B6B6;
	height: 14px;
	*height: 12px;
	vertical-align: middle;	
	font-weight: normal;
}

#QuickSearchIconDiv{
	position: relative;
	top: -16px;
	left: 240px;
	width: 20px;
}

.QuickSearchLabel{
	background: transparent url(../LayoutDesign/Images/QuickSearch.gif) no-repeat scroll;
	background-position : 0px 0px;
	*background-position : -1px -1px;
	border: 1px solid #C1C1C1;
	width: 55px;
	*width: 56px;
	height: 18px;
	margin-right: -5px;
	vertical-align: middle;	
}




/* Fulltext search result */

.Searchresult {
	padding:10px;

}

.FoundResults {
	background-image:url("Images/Buttons/bg_grey_dotted.png");
	background-repeat:repeat-x;
	background-position:left 21px;
	padding: 0px 15px 30px 5px;
	

}

.FTWarpper{

}



.FTFindID {
	border-right:1px solid #CFCFCF;
	width:150px;
	float:left;
}


 .FTKB, .FTWish, .FTTicket, .FTID , .FTProduct{
	padding-top:4px;
	font-weight:bold;
	color:#006699;
	font-size:13px;
}

.FTProduct {
	margin-left:168px;
	line-height:0.7;
	color:#999999;
}

.FTKB, .FTWish, .FTTicket {
	width:100px;
	color:black;
}


.FTID{
	color: darkorange;
		font-size:15px;
}

.FTFindLvl, .FTSubj, .FTDescr{
	clear:both;
	padding-bottom:5px;
}

.FTFindLvl, .FTSubj {
	height:21px;
}


.FTLabel {
	border-right:1px solid #CFCFCF;
	font-weight:normal;
	color:#006699;
	font-size:11px;	
	width:150px;
	float:left;
}

.FTDescr, .FTSubj, .FTDescrData{
	clear:both;
	width:100%;
}


.FTSubData{
	float:left;
	padding-left:16px;
	
}

/* End of Fulltext search result */

