		
						/* 
						 *	### cmm.reset.css ### 
						 */
						 
						sub,sup,html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr
	{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
/* no vertical-align for caption! */
sup,sub,html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,tbody,tfoot,thead,tr
	{
	vertical-align: baseline;
}

sub{
	font-size:0.8em;
	position:relative; top:4px;
}

sup{
	font-size:0.8em;
	position:relative; 
	top:-8px;
}

.breadcrumb sup{
	top:-3px;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

body {
	line-height: 1;
	color: black;
	background: white;
}



/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}

caption,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: normal;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}

blockquote:before,blockquote:after,q:before,q:after {
	content: "";
}

blockquote,q {
	quotes: "" "";
}

a img{
border: 0px;
}

textarea {
  overflow: auto;
}

/* jQuery Reset */
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}		
						/* 
						 *	### cmm.search.css ### 
						 */
						 
						.searchListDescEmpty{
	height: 31px;
	background: url('../images/ajax-loader.gif') no-repeat center center;
}

.searchResultCountWrapper, .searchNoResultWrapper{
	display:none;
}


#searchResultCount{
	margin-right:5px
}


.ac_results, ul.ui-autocomplete {
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}

.ac_results ul,ul.ui-autocomplete {
	width: 200px;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li, ul.ui-autocomplete li.ui-menu-item {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 12px;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
}

.ac_loading {
	background: white url('indicator.gif') right center no-repeat;
}

.ac_odd, ul.ui-autocomplete li.ui-menu-item:nth-child(odd)  {
	background-color: #eee;
}

.ac_over ul.ui-autocomplete li.ui-menu-item:hover  {
	background-color: #0A246A;
	color: white;
}

.resultWrapperHeader{
	display:none;
}

#searchLinkClose,
#searchPageText {
	display: none;
}