html {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	background-color: #e7e7e7;
}

body, p, td, ul, ol, input, textarea, select {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
}

h1 {

}

a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #ff0000;
	text-decoration: underline;
}

#container
{
	min-width: 980px; //	width: expression(document.body.clientWidth < 981 ? "980px" : "auto");
}

.ooo {
	vertical-align: middle;
	padding: 4px 25px 6px 30px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	float: left;
}
.phone {
	vertical-align: middle;
		
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	float: center;
	color:red;
}

.clear { clear:both; font-size:0; line-height:0; height:0; border:none; float:none } 
.floatLeft { float: left } 
.floatRight { float: right } 

.arrow_r {
	padding: 0px 20px 10px 30px;
	background: url(/images/arrow_r.gif) 0px 0px no-repeat;
}

.arrow_b {
	padding: 0px 20px 10px 30px;
	background: url(/images/arrow_b.gif) 0px 0px no-repeat;
}

.main .collage .back {
	background: url(/images/1_first/booksRight.gif) right 10px no-repeat;
	margin-right: 30px;
}

.main .tree {
	width: 85%;
	padding-right: 10px;
	padding-left: 30px;
}
.main .tree .title {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #ff0000;	
}

.main .tree ul { margin: 10px; padding: 0px; }
.main .tree ul ul { margin: 0px; }
.main .tree ul li a		{	padding-left: 0px; }
.main .tree ul ul li a	{	padding-left: 20px; }

.main .tree li {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	padding: 4px 0px 4px 0px;
	list-style-type: none;
}
.main .tree li a {
	color: #000000;	
	text-decoration: none;
}
.main .tree li a:hover {
	text-decoration: underline;
	color: #f50000;	
}
.main .tree ul li.selected {
	font-weight: bold;
}
.main .tree ul li.selected a {
	color: #f50000;
}
.main .tree li.selected li a {
	color: #666666;	
}
.main .tree li.selected li.selected a {
	color: #f50000;	
}
.main .tree ul ul li {
	padding-bottom: 0px;
	font-weight: normal;
}
.main .tree ul ul li a {
	color: #666666;	
}
.main .tree ul ul li a:hover {
	color: #f50000;	
	text-decoration: underline;
}
.main .tree li {
	list-style-type: none;
	padding-left: 4px;
}
.main .tree ul li.marked {
	list-style-image: url(/images/listSelected.gif);
}

.contentPanel {
	float: left;
	width: 33%;
}

.contentPanel2 {
	float: left;
	width: 66%;
}

.booksList .title {
	background-image: url(/images/arrow_b.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	padding-left: 28px;
	height: 23px;
}

.booksList .item {
	padding-top: 10px;
	padding-bottom: 20px;
	
}

.booksList .item .title{
	font-weight: bold;
	padding-top: 10px;
	background-image: none;
	padding-left: 0px;
}
.link {
         color: #999999;
 }

.top {
	clear: both;
}

.top .personal {
	float: right;
	margin: 10px 105px 0px 0px;
}

.top .sitemap {
	float: right;
	clear: right;
	margin: 10px 15px 0px 0px;
}

.top .sitemap a, .top .personal a {
	color: #666666;
	text-decoration: underline;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}
.top .sitemap a:hover, .top .personal a:hover {
	color: #000000;
	text-decoration: underline;
}

.top .searchForm {
	float: right;
	clear: right;
	margin: 30px 15px 0px 0px;
	padding: 0px;
	height: 60px;
	overflow: hidden;
}

.top .searchForm input.text {
	border: 1px solid #ff0000;
	width: 210px;
}

.top .searchForm input.submit {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	border: 0px;
	background-color: #e3e3e3;
}

div.menuTop2 {
	padding: 0px;
	margin: 0px;
}
div.menuTop2 ul {
	float: right;
	clear: right;
	padding: 4px 45px 6px 30px;
	margin: 0px;
}
div.menuTop2 ul li {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	display: inline;
	padding-left: 10px;
}
div.menuTop2 ul li a {
	text-decoration: underline;
}

.top ul.menuTop {
	float: right;
	clear: right;
	margin: 5px 15px 0px 0px;
	height: 35px;
	padding: 0px;
}

.top ul.menuTop li.item {
	list-style-type: none;
	float: left;
	margin-left: 10px;
	height: 35px;
	overflow: hidden;
	margin-top: 0px;
	padding-top: 0px;
}
.top ul.menuTop li.item a {
	text-indent: 0px;
}
.top ul.menuTop li.item a img {
	background-position: 0px 0px;
}
.top ul.menuTop li.item a:hover img {
	background-position: 0px -35px;
}
.top ul.menuTop li.selected a img {
	background-position: 0px -35px;
}
.top ul.menuTop li.item img {
	height: 35px;
	border-width: 0px;
}

.top1 {
	height: 110px;
	margin: 0px 12px 0px 12px;
	background-color: #ffffff;
	background-image: url(/images/coner_tl.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
.top1 .top2 {
	margin: 0px;
	background-image: url(/images/coner_tr.gif);
	background-position: top right;
	background-repeat: no-repeat;
}

.bottomConers {
	height: 17px;
	padding: 0px;
	margin: 0px 12px 0px 12px;
	background-color: #ffffff;
}
.bottomConers div {
	margin: 0px;
	padding: 0px;
}
.bottomConers .left {
	width: 15px;
	height: 17px;
	background-image: url(/images/coner_bl.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	float: left;
}
.bottomConers .right {
	width: 15px;
	height: 17px;
	background-image: url(/images/coner_br.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	float: right;
}

.logo {
	padding: 17px 0px 0px 17px;
}

.main {
	margin: 0px 12px 0px 12px;
	background: #ffffff url(/images/mainBack.gif) top left no-repeat;
	clear: both;
	overflow: hidden; // zoom: 1;
}

.bottom {
	clear: both;
}

.bottomLine {
	clear: both;
	height: 12px;
	background-color: #cfcfcf;
}

.ourProjects, .ourPartners {
	padding-top: 12px;
}

.ourProjects .title, .ourPartners .title {
	padding-left: 70px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 5px;
}
.ourProjects .items, .ourPartners .items {
	overflow: hidden;
	background-color: #ffffff;
	margin: 0px 70px 0px 70px;
}
.ourProjects .items ul, .ourPartners .items ul {
	padding: 0px;
	display: inline;
}
.ourProjects .items ul li, .ourPartners .items ul li {
	display: inline;
	padding: 0px;
	margin-left: 10px;
	list-style-type: none;
	background-color: #ffffff;
}
.ourProjects .items ul li.first, .ourPartners .items ul li.first {
	margin-left: 0px;
}

.ourPartners {
	float: left;
}

.counters {
	float: right;
	vertical-align: baseline;
	padding: 60px 50px 20px 50px;
}
.counters div {
	display: inline;
}

.copyright {
	padding: 10px 0px 0px 20px;
	text-align: right;
	color: #666666;
	font-weight: bold;
}

.template {
	width: 950px;
	height: 1px;
	overflow: hidden;
	clear: both;
}

div.menu {
	vertical-align: top;
	clear: both;
	background: url(/images/mainMenuSides.gif) top left repeat-x;
	height: 53px;
	overflow: hidden;
}
div.menu .container {
	padding: 0px;
	margin: 0px 12px 0px 12px;
	background: url(/images/mainMenuBack.gif) top left repeat-x;
	height: 53px;
	text-align: center;
} 
div.menu .container table {
	height: 53px;
}
div.menu .container table td {
	vertical-align: middle;
}
div.menu .container table td.item {
	white-space: nowrap;
	vertical-align: top;
}
div.menu .container table td.item a {
	height: 53px;
	text-indent: 0px;
}
div.menu .container table td.item img {
	height: 53px;
	border-width: 0px;
	background-position: 0px 0px;
}
div.menu .container table td.selected a img {
	background-position: 0px -57px;
}
div.menu .container table td.item a:hover img {
	background-position: 0px -57px;
}

.vs {
	text-decoration: underline;
	font-weight: bold;
	color: white;
}

.novinka {
	position: absolute;
	background: url(/images/novinka.png) top left no-repeat;
	-background: none;
	-filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/novinka.png', sizingMethod='scale');
	width: 74px;
	height: 72px;
}

.treeTitle {
	font-weight: bold;
	color: #ACACAC;
	padding-left: 40px;
}

.mainTextPanel {
	width: 45%;
	float: right;
	padding-right: 30px;
}

.mainTextPanel .title {
	background-image: url(/images/arrow_b.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	padding-left: 28px;
	height: 23px;
	padding-bottom: 5px;
}


ol.searchResult {
	padding: 0px;
	margin: 0px;
	margin-left: 20px;
}

ol.searchResult li {
	padding: 0px;
	margin: 0px;
	text-indent: 10px;
}

ol.siteMap {
	font-weight: bold;
}

ol.siteMap ol {
	font-weight: normal;
	padding-bottom: 15px;
}

ol.siteMap {
	font-weight: bold;
}

div.siteMap div {
	font-weight: bold;
}
div.siteMap div div {
	font-weight: normal;
}
div.siteMap div.list {
	padding-bottom: 15px;
	padding-left: 20px;
}

