@charset "utf-8";
/* CSS Document */
.cse .gsc-control-cse,
.gsc-control-cse {
  margin-left:-18px;

}
body {
	background:rgb(40,40,40) url(images/wide_back_740.png) 50% 0% no-repeat;
/*	background:rgb(40,40,40) url(images/test_back.png) 50% 0% no-repeat;*/
	color:rgb(230,230,230);
	font-family:Arial, sans-serif;
	font-size:100%;
}
a:link {
	font-family: 'Istok Web', sans-serif;
	color:rgb(255,255,255);
}
a:visited {
	color:rgb(200,200,255);
}
img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}
#wrapper {
	width:100%;
}
#content {
	width:940px;
	margin:0 auto;
	padding:0px 10px;
}
#order {
	float:left;
	margin-right:10px;
}
#search {
margin: 10px 0px;	
clear:both;
}
#search table{
	border:none;
}
#search th{
	border:none;
}
#search td {
	border:none;
}
.info {
	background:rgba(100,100,100,0.1);
	padding:10px;
}
ul {
	list-style:none;
	margin:0px;
	padding:0;
}
.sin {
	list-style:none;
	display:table-cell;
	padding:0px 0px 0px 30px;
}
.sin li {
	padding:2px 0px;
}
em {
	color:#FFFFFF;
}
h1 {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:2.3em;
	color:rgb(255,255,255);
	letter-spacing:3px;
}
h2 {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:1.5em;
	color:rgb(255,255,255);
	letter-spacing:2px;
}
h3 {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:1.25em;
	color:rgb(255,255,255);
	letter-spacing:1px;
}
h4 {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-align:right;
	color:rgb(255,255,255);
}
.nav {
	position:relative;
	float:left;
}
#links {
	margin:100px 20px 20px 0px;
	padding:0px 20px 0px 0px;
	border-right:1px solid rgb(51,51,51);
	font-size:1.5em;
}
#alphabet {
	width:100%;
	margin-bottom:30px;
	padding-bottom:10px;
	border-bottom:1px solid rgb(51,51,51);
}
#alphabet ul {
	display:table;
	width:100%;
}
#alphabet li {
	margin:0px 2px 0px 2px;
	display: table-cell;
}
#alphabet li a {
	display: block;
	text-align: center;
	margin: 0 3px;
	font-size:1.5em;
}
#text {
	clear:right;
	margin:270px 0px 0px 0px;
	font-size:0.93em;
}
table {
	border-collapse:collapse;
}
table, th, td {
	padding:0px 0px 0px 4px;
	border: 1px solid rgb(120,120,120);
}
.super {
	font-size:0.75em;
	vertical-align:super;
}
#footer {
	position:relative;
	bottom:-90px;
	width:940px;
	margin:0 auto;
}
address {
	font-size:0.75em;
	font-style:normal;
}
#myTable td {
min-width:225px;	
}
.comment {
width:540px;
font-size:0.875em;
line-height:1em;
}
.space{
	line-height:1.5em;
	}
/* tables */
table.tablesorter {
	font-family:arial;
	background-color: #CDCDCD;
	margin:10px 0pt 15px;
	font-size: 8pt;
	width: 100%;
	text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #e6EEEE;
	border: 1px solid #FFF;
	font-size: 8pt;
	padding: 4px;
}
table.tablesorter, thead tr .header {
	background-image: url(bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
}
table.tablesorter tbody tr.odd td {
	background-color:#F0F0F6;
}
table.tablesorter, thead tr .headerSortUp {
	background-image:url(asc.gif);
}
table.tablesorter, thead tr .headerSortDown {
	background-image: url(desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #8dbdd8;
}
.spaceLine {
	line-height:1.5em;
}

.textPrim {
font-size:0.8em;
font-style: italic;	
}

.zoom {
	position:relative;
	overflow:hidden;
}
/* magnifying glass icon */
		.zoom:after {
			content:'';
			display:block; 
			width:33px; 
			height:33px; 
			position:absolute; 
			top:0;
			right:0;
			background:url(icon.png);
		}