.sfield {
  	width: auto;
}

.sinfo {
font-size: 11px;
margin-bottom: 20px;
color: #696969;
}

.horline {
border-top: 1px solid #B8C6DE;
}

.searchresults li {
padding-left: 10px;
margin-bottom: 2em;
}

.searchresults p
{margin-top: 0.5em
}

.searchresults h2
{font-weight: normal;
 font-size: 16px;
 margin-bottom: 0.5em
}

table.searchresults {border-width: 0px}
table.searchresults td
{vertical-align: baseline;
 border-width: 0px;
 padding: 10px 3px
}
table.searchresults td.num
{text-align: right;
 color: rgb(102, 102, 102)
}
span.label
{color: rgb(102, 102, 102);
 display: block
}

.warning {color: rgb(220, 20, 60)}

span.oudesc { 
        background: #efefef;
        padding: 5px 10px; 
        color: #666666;
        font-size: 10px;
        margin-bottom: 20px;
        line-height: 20px;
}
span.pressdesc {color:#666666}

.letterlist {
	margin-bottom: 2em;
	border-top: 1px solid #cccccc;
	padding-top: 2em;
	line-height: 2.5em;
	clear: both;
}

.letterlist a {
	font-size: 18px;
	padding: 3px 7px;
}

.letterlist a.active {
	background: #144391;
	color: #ffffff;
	text-decoration: none;
}

.letterlist span.active{
	background: #144391;
	color: #ffffff;
	text-decoration: none;
	font-size: 18px;
        line-height: 2.5em;
	margin-bottom: 2em;
	padding: 3px 7px;
}

.mini .letterlist {
	margin-bottom: 0.5em;
	padding-top: 0.5em;
	line-height: 1.2em;
}

.mini .letterlist a {
	font-size: 1em;
	padding: 0.3em 0.5em;

}

.mini .letterlist a.active {
	background: rgb(204, 204, 204);
	color: #01428b;
	text-decoration: underline;
}


/* Menu
---------------------------------*/


#querydetails {

	float: left;
	width: 170px;;
	margin-top: 18px;
	
}

#querydetails .dropdown li.dropfield a:hover {
background-color: transparent;
}

#querydetails .dropdown li.dropfield:hover a {
text-decoration: none;
}

#querydetails .dropdown li.dropfield:hover ul li a {
text-decoration: underline;
}


#querydetails .dropdown li ul li a {
text-decoration: underline;
}

#querydetails ul.dropdown, ul.dropdown li, ul.dropdown ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#querydetails ul.dropdown {
	position: relative;
	z-index: 1; 
	float: left;
	padding: 5px 0 0;
	text-align:left;
	/*font-weight: bold;*/
}

#querydetails ul.dropdown li {
	position: relative;
}

#querydetails ul.dropdown  li  a { 
color: #696969;
font-size: 11px;
display:inline-block;
*display:inline;
zoom:1;
padding-right: 10px;
line-height: 1.3;
text-decoration: underline;
}

#querydetails ul.dropdown > li > a.up { 
color: #008cda;
background: transparent url('/images/plashka_menu/gray-down-arrow.png') no-repeat 100% 50%;
}

#querydetails ul.dropdown > li > a.down { 
color: #008cda;
background: transparent url('/images/plashka_menu/gray-up-arrow.png') no-repeat 100% 50%;
}

#querydetails ul.dropdown > li  {
	padding: 5px 10px 0;
}

#querydetails ul.dropdown  ul > li  {
	padding: 5px 15px 0 10px;
}

#querydetails ul.dropdown > li > a { 
background: transparent url('/images/plashka_menu/white-down-arrow.png') no-repeat 100% 50%;
position:relative;
z-index: 50;
}

#querydetails ul.dropdown > li.active > a { 
 color: #008cda;
 text-decoration: none;
 font-weight: bold;
}

#querydetails ul.dropdown > li.dropfield:hover + li  {
visibility: hidden;
}

#querydetails ul.dropdown ul {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	z-index:12;
	top: 100%;
	left: 0;
	/*width: 100%;*/
	padding-bottom: 10px;
	margin-top: -16px;
	padding-top: 16px;
	margin-left: -1px;
	border: 1px solid transparent;
	border-top: none;
	/*-moz-transition: opacity .3s linear 0s;
	-webkit-transition: opacity .3s linear 0s;
	-ms-transition: opacity .3s linear 0s;
	-o-transition: opacity .3s linear 0s;
	transition: opacity .3s linear 0s;*/
	-khtml-border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	behavior: url(/css/htc/PIE.htc);
}

#querydetails ul.dropdown ul li {
	float: none;
}

#querydetails ul.dropdown > li.dropfield:hover > ul {
	visibility: visible;
	opacity: 1;
	background: #fff;
	z-index:12;
	position: absolute;
	border-color:  #ddd;
}

#querydetails ul.dropdown > li.dropfield:hover {
visibility: visible;
}

#querydetails ul.dropdown  ul > li.dropfield:hover > a {
color: #000;
}

#querydetails ul.dropdown ul li + li  > a  {
	color: #696969;
	background: none;
}

#querydetails ul.dropdown  ul > li + li:hover > a {
color: #000;
}

/*IE7*/
*+html #querydetails ul.dropdown > li:hover + li   {
visibility: hidden;
} 
*+html #querydetails ul.dropdown > li {
min-width: 120px;
}

.selectcategory {
	
	padding-left: 10px;
	padding-top: 2px;
	font-size: 11px;
	margin-top: 5px;
	color: #008cda;
}
