#search-nav {
	width: 245px;
	float: left;
	/*background: url(/img/dots.png) repeat-y center right;*/
	overflow: auto;
}

#search-content {
	width: 732px;
	float: right;
	overflow: auto;
}

#search-content h3 {
	color: #FFFFFF;
	margin: 5px;
	font-size: 16px;
}

.result-box {
	background-color: #3AAAF6;
	margin-left: 15px;
	margin-bottom: 25px;
	width: 717px;
	min-height: 123px;
	overflow: auto;
}

.result-box img {
	width: 89px;
}

.result-inner-box {
	background-color: #FFFFFF;
	float: right;
	margin-top: 6px;
	margin-right: 1px;
	margin-bottom: 1px;
	min-height: 85px;
	width: 605px;
	padding: 5px;
	position: relative;
	overflow: auto;
}

.result-inner-box strong {
	font-size: 13px;
	display: block;
}

.result-inner-box p {
	width: 490px;
	float: left;
	font-size: 12px;
	margin-bottom: 5px;
	position: relative;
	text-align: justify;
}

.result-inner-box .more-notes, .group .less-notes {
	position: absolute;
	right: 0px;
	bottom: 5px;
	width: 9px;
	height: 5px;
	background: url(/img/arrow2.png) no-repeat;
	cursor: pointer;
}

.result-inner-box .more-notes {
	background-position-y: 0px;
}

.result-inner-box .less-notes {
	background-position-y: -5px;
}

.more-results {
	text-align: center;
	color: #45C4EF;
	cursor: pointer;
}

.loading {
	text-align: center;
	color: #45C4EF;
}

.boximg {
	margin: 6px;
}

.result-link-box {
	width: 490px;
	float: left;
}

a.box-link {
	text-decoration: none;
	font-size: 11px;
	color: blue;
	margin-right: 5px;
	border-right: 1px solid #0750C3;
	padding-right: 10px;
}

a.box-link.no-border {
	border: none;
}

.downloadpdf {
	position: absolute;
	top: -10px;
	right: 0px;
}

#name {
	width: 222px;
	border: 1px solid #45C4EF;
	color: #4396CA;
	height: 20px;
	margin-bottom: 20px;
	padding-left: 5px;
}

#resetall {
	display: inline-block;
	width: 84px;
	height: 30px;
	background: url(/img/reset.png) no-repeat;
	cursor: pointer;
}

#searchbtn {
	display: inline-block;
	width: 84px;
	height: 30px;
	background: url(/img/search.png) no-repeat;
	cursor: pointer;
	float: right;
	margin-right: 15px;
}

.ui-autocomplete {
	width: 222px;
	background-color: white;
	text-align: left;
	border: 1px solid #45C4EF;
}

.group {
	width: 229px;
	background: url(/img/box_center.png) repeat-y;
	border-top: 1px solid #45C4EF;
	border-bottom: 1px solid #45C4EF;
	border-radius: 3px;
	margin-bottom: 3px;
	position: relative;
}

#search-nav h3 {
	text-align: center;
	font-size: 21px;
	font: 22px 'BriemAkademiStdRegular', Arial, Helvetica, Verdana,
		sans-serif;
	font-weight: bold;
	color: #0750C1;
}

.group h4 {
	margin: 15px 10px;
	color: #0750C1;
	width: 180px;
}

.group label {
	font-size: 11px;
	margin-left: 19px;
	width: 191px;
	display: block;
}

.group input {
	display: block;
	margin-left: 18px;
	border: 1px solid #45C4EF;
	width: 192px;
	margin-bottom: 10px;
}

.group select {
	width: 190px;
	margin-left: 18px;
}

.group h4.open, .group h4.close {
	cursor: pointer;
}

.group span.open, .group span.close {
	position: absolute;
	right: 10px;
	top: 20px;
	width: 7px;
	height: 4px;
	background: url(/img/arrow.png) no-repeat;
	cursor: pointer;
}

.group span.open {
	background-position: 0 0;
}

.group span.close {
	background-position: 0 -5px;
}

.group .select {
	background: url(/img/form.png) no-repeat;
	width: 192px;
	height: 21px;
	color: #4396CA;
	margin-left: 18px;
	margin-bottom: 10px;
	padding: 2px 5px;
	font-size: 12px;
	cursor: pointer;
}

.group .select.chosen, .group h4.chosen {
	color: #2C7C31;
}

.group .options {
	display: none;
}

#backgroundPopup {
	display: none;
	position: fixed;
	_position: absolute; /* hack for internet explorer 6*/
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: transparent;
	z-index: 999;
}

.popup {
	display: none;
	position: fixed;
	_position: absolute; /* hack for internet explorer 6*/
	/*height:400px; */
	width: 730px;
	background: #FFFFFF;
	border: 2px solid #8BCAF6;
	z-index: 1000;
	padding: 12px;
	-moz-box-shadow: 0 0 10px 10px #888 #888;
	-webkit-box-shadow: 0 0 10px 10px #888;
	box-shadow: 0 0 10px 10px #888;
}

.popup h5 {
	display: inline-block;
	width: 415px;
	text-align: left;
	margin: 0 10px 0 0;
	float: left;
	font-size: 16px;
	line-height: 30px;
	color: #0750C1;
}

.popup .checkall {
	display: inline-block;
	width: 84px;
	height: 30px;
	background: url(/img/checkall.png) no-repeat;
	cursor: pointer;
}

.popup .uncheckall {
	display: inline-block;
	width: 96px;
	height: 30px;
	background: url(/img/uncheck.png) no-repeat;
	cursor: pointer;
}

.popup .apply {
	display: inline-block;
	width: 72px;
	height: 30px;
	background: url(/img/apply.png) no-repeat;
	cursor: pointer;
}

.popup .inner-popup {
	margin: 10px;
	padding-top: 10px;
	background: url(/img/dots_oriz.png) repeat-x center top;
}

.popup .inner-popup.col3 {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
}

.popup .inner-popup.col2 {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
}

.inner-popup input {
	float: left;
	clear: left;
}

.inner-popup label {
	float: left;
	max-width: 200px;
	text-align: left;
}

.inner-popup select {
	width: 190px;
	float: left;
	clear: left;
}

.unlock {
	position: absolute;
	bottom: 0px;
	right: 10px;
}

#popup-attach .more {
	display: none;
}

#morebtn {
	clear: both;
	display: block;
	text-align: left;
	margin-left: 5px;
}