/* GENERAL START */

body{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #000000;
	padding: 0px;
	margin: 0px;
	width: 100%;
	background-color: #f9f9f9;
	}

html{
	padding: 0px;
	margin: 0px;
	width: 100%;
}

table, p{
	color: #000000;
	padding: 0px;
	margin: 0px;
}

form, dl, dd, dt, ul, ol, li{
	padding: 0px;
	margin: 0px;
}

a{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #000000;
	cursor: pointer;
}

a:hover{
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	//font-weight: bold;
	font-weight: normal;
	color: #000000;
	margin: 0;
	padding: 0;
}

label, img{
	display: block;
	border: none 0px transparent;
}

input, select, textarea{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #000000;
}


.root{
	float: left;
	width: 100%;
	height: auto;
	background: #ffffff url(../images/bodyBgr.jpg) repeat-x 0px 118px;
	}

/* GENERAL END */
/* HEADER START */
.header{
	float: left;
	width: 947px;
	height: 88px;
	padding: 30px 0px 0px 33px;
	}

.headerLogo{
	float: left;
	width: 257px;
	height: 56px;
	padding: 10px 36px 0px 0px;
	}

.headerLogo a, .headerLogo a:hover{
	display: block;
	float: left;
	width: 257px;
	height: 56px;
	text-decoration: none;
	background: transparent url(../images/headerLogo.jpg) no-repeat 0px 0px;
	}

/* HEADER END */
/* PATH START */
.path{
	float: left;
	width: 980px;
	height: 37px;
	}

.path span{
	display: block;
	float: left;
	width: 3px;
	height: 22px;
	font-size: 1px;
	line-height: 0px;
	padding: 0px 5px 0px 5px;
	background: transparent url(../images/pathBullet3.gif) no-repeat center bottom;
	}

.pathHome{
	float: left;
	width: 115px;
	height: 27px;
	padding: 10px 0px 0px 30px;
	background: transparent url(../images/pathBgr.jpg) no-repeat 0px 0px;
	}

.pathHome a{
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	text-shadow: #f67602 1px 1px;
	}

.pathHome a:hover{
	font-size: 12px;
	font-weight: bold;
	color: #484848;
	text-decoration: underline;
	text-shadow: #f67602 1px 1px;
	}

.pathLink{
	float: left;
	width: auto;
	height: 24px;
	padding: 10px 10px 0px 10px;
	}

.pathLink a{
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline;
	text-shadow: #f67602 1px 1px;
	}

.pathLink a:hover{
	font-size: 12px;
	color: #484848;
	text-decoration: underline;
	text-shadow: #f67602 1px 1px;
	}

.pathButton{
	float: right;
	width: 164px;
	height: 24px;
	padding: 0px 18px 0px 0px;
	}

.pathButton a{
	display: block;
	float: left;
	width: 132px;
	height: 19px;
	padding: 5px 0px 0px 32px;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	background: transparent url(../images/footerButton1.jpg) no-repeat 0px 0px;
	}

/* PATH END */

/* Top Menu START */

.contentTopMenu{
	float: left;
	width: 926px;
	height: 45px;
	padding: 20px 0px 0px 30px;
	}

.firstButton{
	float: left;
	width: auto;
	height: auto;
	padding: 0px 1px 0px 0px;
	}

.firstButton .pageAll{
	display: block;
	float: left;
	width: 149px;
	height: 20px;
	padding: 5px 0px 0px 0px;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #0b50a2;
	background: transparent url(../images/contentTopMenuAll.gif) no-repeat 0px 0px;
	}

.firstButton .pageAll:hover{
	display: block;
	float: left;
	width: 149px;
	height: 20px;
	padding: 5px 0px 0px 0px;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	background: transparent url(../images/contentTopMenuAllOff.gif) no-repeat 0px 0px;
	}

.firstButton .selected{
	color: #fff;
	font-weight: bold;
	background: transparent url(../images/contentTopMenuAllOff.gif) no-repeat 0px 0px;
	}

.alphabetic{
	float: left;
	width: auto;
	height: auto;
	}

.alphabetic .page{
	display: block;
	float: left;
	width: 25px;
	height: 20px;
	padding: 5px 0px 0px 7px;
	text-align: center;
	font-size: 11px;
	color: #0b50a2;
	background: transparent url(../images/pageListingPage.jpg) no-repeat 7px 0px;
	}

.alphabetic .page:hover{
	display: block;
	float: left;
	width: 25px;
	height: 20px;
	padding: 5px 0px 0px 7px;
	text-align: center;
	font-size: 11px;
	color: #fff;
	text-decoration: none;
	background: transparent url(../images/pageListingPageO.jpg) no-repeat 7px 0px;
	}

.alphabetic .selected{
	color: #fff;
	background: transparent url(../images/pageListingPageO.jpg) no-repeat 7px 0px;
	}

/* Top Menu END */
/* CONTENT START */
.content{
	float: left;
	width: 980px;
	height: auto;
	}

.contentLeft{
	float: left;
	width: 754px;
	height: auto;
	_height: 250px;
	min-height: 250px;
	border-right: 1px solid #e1e1e1;
	}

.contentLeftDetail{
	float: left;
	width: 199px;
	height: auto;
	}

.leftItem{
	float: left;
	width: 199px;
	height: auto;
	}

.leftItem b{
	float: left;
	width: 169px;
	height: auto;
	font-size: 14px;
	color: #0b50a2;
	padding: 30px 0px 20px 30px;
	border-bottom: 1px solid #E1E1E1;
	}

.leftItem .contact{
	float: left;
	width: 169px;
	background-color: #F9F9F9;
	padding: 14px 0px 20px 30px;
	line-height: 18px;
	font-size: 11px;
	}

.leftItem .contact img{
	border: 1px solid #E2E2E2;
	margin-top: 15px;
	}

.contactInfo{
	float: left;
	width: 169px;
	height: auto;
	}

.contactInfo strong{
	display: block;
	float: left;
	width: auto;
	height: auto;
	font-weight: bold;
	color: #0b50a2;
	}

.contactInfo a{
	display: block;
	float: left;
	width: auto;
	height: auto;
	font-size: 11px;
	font-weight: bold;
	color: #0b50a2;
	text-decoration: none;
	}

.contactInfo a:hover{
	display: block;
	float: left;
	width: auto;
	height: auto;
	font-size: 11px;
	font-weight: bold;
	color: #0b50a2;
	text-decoration: underline;
	}

.contactInfo span{
	display: block;
	float: left;
	width: 44px;
	height: auto;
	}

.contactLink{
	float: left;
	width: 169px;
	height: auto;
	}

.contactLink a.link{
	display: block;
	float: left;
	width: auto;
	height: auto;
	font-size: 11px;
	color: #0b50a2;
	text-decoration: underline;
	}

.contactLink a.link:hover{
	display: block;
	float: left;
	width: auto;
	height: auto;
	font-size: 11px;
	color: #000;
	text-decoration: none;
	}

.contactLink a.link1{
	display: block;
	float: left;
	width: auto;
	height: auto;
	font-size: 11px;
	line-height: 24px;
	color: #0b50a2;
	text-decoration: underline;
	padding: 0px 0px 0px 22px;
	background: transparent url(../images/link1.gif) no-repeat 0px center;
	}

.contactLink a.link1:hover{
	display: block;
	float: left;
	width: auto;
	height: auto;
	font-size: 11px;
	line-height: 24px;
	color: #000;
	text-decoration: none;
	padding: 0px 0px 0px 22px;
	background: transparent url(../images/link1.gif) no-repeat 0px center;
	}

.contactLink a.link2{
	display: block;
	float: left;
	width: auto;
	height: auto;
	font-size: 11px;
	line-height: 24px;
	color: #0b50a2;
	text-decoration: underline;
	padding: 0px 0px 0px 22px;
	margin: 0px 20px 0px 0px;
	background: transparent url(../images/link2.gif) no-repeat 0px center;
	}

.contactLink a.link2:hover{
	display: block;
	float: left;
	width: auto;
	height: auto;
	font-size: 11px;
	line-height: 24px;
	color: #000;
	text-decoration: none;
	padding: 0px 0px 0px 22px;
	background: transparent url(../images/link2.gif) no-repeat 0px center;
	}

.contactLink a.link3{
	display: block;
	float: left;
	width: auto;
	height: auto;
	font-size: 11px;
	line-height: 24px;
	color: #0b50a2;
	text-decoration: underline;
	padding: 0px 0px 0px 22px;
	background: transparent url(../images/link3.gif) no-repeat 0px center;
	}

.contactLink a.link3:hover{
	display: block;
	float: left;
	width: auto;
	height: auto;
	font-size: 11px;
	line-height: 24px;
	color: #000;
	text-decoration: none;
	padding: 0px 0px 0px 22px;
	background: transparent url(../images/link3.gif) no-repeat 0px center;
	}

.leftItemActualOffer{
	float: left;
	width: 199px;
	}

.leftItemActualOffer div{
	float: left;
	width: 160px;
	padding: 16px 0px 0px 30px;
	}

.item_title, .leftItemActualOffer div a.title{
	display: block;
	width: 160px;
	font-size: 12px;
	color: #0b50a2;
	font-weight: bold;
	line-height: 18px;
	text-decoration: none;	
	}

.leftItemActualOffer div a.title:hover{
	display: block;
	width: 160px;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	line-height: 18px;
	text-decoration: none;
	}

.item_description, .leftItemActualOffer div p a{
	display: block;
	width: 160px;
	font-size: 11px;
	color: #000000;
	line-height: 14px;
	text-decoration: none;
	}

.leftItemActualOffer div p a:hover{
	display: block;
	width: 160px;
	font-size: 11px;
	color: #000000;
	line-height: 14px;
	text-decoration: underline;
	}

.leftItemActualOffer div span{
	display: block;
	width: 160px;
	font-size: 11px;
	color: #0b50a2;
	line-height: 14px;
	padding-bottom: 4px;
	}

.leftItemActualOffer div a.more{
	display: block;
	width: 160px;
	font-size: 11px;
	color: #0b50a2;
	line-height: 18px;
	text-decoration: underline;
	}

.leftItemActualOffer div a.more:hover{
	display: block;
	width: 160px;
	font-size: 11px;
	color: #000000;
	line-height: 18px;
	text-decoration: none;
	}

.contentCenterDetail{
	float: left;
	width: 441px;
	height: auto;
	border-left: 1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
	}

.contentRightDetail{
	float: left;
	width: 314px;
	height: auto;
	}

.rightItem{
	float: right;
	width: 302px;
	height: auto;
	padding: 20px 0px 0px 0px;
	}

.rightMaps{
	float: left;
	width: 302px;
	height: 338px;
	padding: 0px 0px 0px 0px;
	background: transparent url("../images/rightMaps.jpg") no-repeat 0px 0px;
	}

.rightMapsTop{
	float: left;
	width: 302px;
	padding:1px;
	height: 302px;
	}

.rightMapsBottom{
	float: left;
	width: 272px;
	height: auto;
	padding: 10px 0px 0px 15px;
	}

.rightMapsBottom b{
	display: block;
	float: left;
	font-size: 11px;
	color: #0b50a2;
	}

.rightMapsBottom a{
	display: block;
	float: right;
	font-size: 11px;
	color: #0b50a2;
	text-decoration: underline;
	}

.rightMapsBottom a:hover{
	display: block;
	float: right;
	font-size: 11px;
	color: #0b50a2;
	text-decoration: none;
	}

.navigationPanel{
	float: left;
	width: 287px;
	height: 133px;
	background: transparent url(../images/navigationPanel.jpg) no-repeat 0px 0px;
	padding: 0px 0px 0px 15px;
	}

.navigationPanel b{
	display: block;
	float: left;
	width: 287px;
	height: 20px;
	padding: 7px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #474747;
	text-shadow: 1px 1px #ffffff;
	}

.navigationPanelItem{
	float: left;
	width: 280px;
	height: 33px;
	padding: 1px 0px 0px 0px;
	}

.navigationPanelItem label{
	display: block;
	float: left;
	width: 75px;
	height: auto;
	color: #474747;
	padding: 6px 0px 0px 0px;
	}

.navigationPanelItem input{
	display: block;
	float: left;
	width: 170px;
	height: 20px;
	color: #000;
	font-size: 12px;
	padding: 8px 10px 0px 10px;
	border: 0px solid transparent;
	background: transparent;
	}

.navigationPanelItemBtn{
	float: left;
	width: 267px;
	height: auto;
	padding: 2px 0px 0px 0px;
	}

.navigationPanelItemBtn input{
	display: block;
	float: right;
	width: 103px;
	height: 27px;
	color: #ffffff;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	border: 0px solid transparent;
	background: transparent;
	cursor: pointer;
	}

.popBlock{
	position: relative;
	width: 1px;
	height: 1px;
	font-size: 0px;
	line-height: 0px;
	}

.popBlockItem{
	position: absolute;
	left: 75px;
	top: 29px;
	width: 190px;
	height: auto;
	background-color: #EEF6FE;
	border: 1px solid #E1E1E1;
	}

.popBlockItem span{
	display: block;
	width: 180px;
	height: auto;
	padding: 5px;
	background-color: #EEF6FE;
	font-size: 11px;
	line-height: normal;
	}

.popBlockItem span:hover{
	display: block;
	width: 180px;
	height: auto;
	padding: 5px;
	background-color: #D9E4F0;
	font-size: 11px;
	line-height: normal;
	}

.rightCategory{
	float: right;
	width: 290px;
	height: auto;
	}

.rightCategory strong{
	display: block;
	float: left;
	width: 290px;
	height: auto;
	line-height: 20px;
	}

.rightCategory a{
	display: block;
	float: left;
	width: 290px;
	height: auto;
	color: #0b50a2;
	font-weight: bold;
	text-decoration: none;
	line-height: 20px;
	}

.rightCategory a:hover{
	display: block;
	float: left;
	width: auto;
	height: auto;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	line-height: 20px;
	}

.contentLeftFilter{
	float: left;
	width: 634px;
	height: auto;
	padding: 18px 0px 10px 120px;
	border-bottom: 1px solid #e1e1e1;
	}

.selectBoxType1{
	float: left;
	width: 160px;
	height: 26px;
	padding: 1px 11px 0px 0px;
	}

.slecetBoxType1Selected{
	float: left;
	width: 160px;
	height: 25px;
	font-size: 12px;
	color: #3d71b0;
	padding: 5px 25px 0px 10px;
	background: transparent url(../images/slecetBoxType1Selected.jpg) no-repeat 0px 0px;
	}

.slecetBoxType1List{
	position: relative;
	width: 1px;
	height: 1px;
	font-size: 0px;
	line-height: 0px;
	}

.slecetBoxType1ListBlock{
	position: absolute;
	top: 25px;
	width: 137px;
	height: auto;
	background-color: #eef6fe;
	border: 1px solid #e1e1e1;
	}

.slecetBoxType1ListBlock span{
	display: block;
	float: left;
	width: 148px;
	height: auto;
	font-size: 12px;
	line-height: 16px;
	padding: 3px 5px 5px 5px;
	background-color: transparent;
	}

.slecetBoxType1ListBlock span:hover{
	display: block;
	float: left;
	width: 148px;
	height: auto;
	padding: 3px 5px 5px 5px;
	background-color: #d9e4f0;
	cursor: pointer;
	}

.contentLeftFilterButton{
	float: left;
	width: 78px;
	height: 28px;
	}

.contentLeftFilterButton input{
	display: block;
	float: left;
	width: 78px;
	height: 28px;
	border: 0px solid transparent;
	background: transparent url(../images/contentLeftFilterButton.jpg) no-repeat 0px 0px;
	cursor: pointer;
	color: #797979;
	font-size: 11px;
	font-weight: bold;
	padding: 0px 0px 2px 0px;
	margin: 0px 0px 0px 0px;
	}

.contentLeftFilterLinkMore{
	float: left;
	width: 120px;
	height: auto;
	padding: 7px 0px 0px 70px;
	}

.contentLeftFilterLinkMore a{
	font-size: 11px;
	color: #3d71b0;
	text-decoration: underline;
	}

.contentLeftFilterLinkMore a:hover{
	font-size: 11px;
	color: #000000;
	text-decoration: underline;
	}

.contentLeftKatalogType1{
	float: left;
	width: 754px;
	height: auto;
	}

.contentLeftKatalogType2{
	float: left;
	width: 754px;
	height: auto;
	background-color: #ffffff;
	}

.katalogType1Block{
	float: left;
	width: 724px;
	height: auto;
	padding: 10px 0px 15px 30px;
	}

div.best{
	background-color: #FEF4E8;
	}

.katalogType1BlockPanel{
	float: left;
	width: 90px;
	height: auto;
	}

.katalogType1BlockPanel a{
	display: block;
	float: left;
	width: 70px;
	height: 70px;
	padding: 4px;
	border: 1px solid #e1e1e1;
	background-color: #fff;
	}

.katalogType1BlockPanel a:hover{
	display: block;
	float: left;
	width: 70px;
	height: 70px;
	padding: 4px;
	border: 1px solid #0b50a2;
	background-color: #fff;
	}

.katalogType1BlockPanelRight{
	float: left;
	width: 610px;
	height: auto;
	}

.katalogType1BlockPanelRightOtherBranches{
	float: left;
	width: 580px;
	height: auto;
	padding: 10px 0px 0px 30px;
	}

.katalogType1BlockPanelTitle{
	float: left;
	width: 610px;
	height: auto;
	padding: 0px 0px 5px 0px;
	}

.katalogType1BlockPanelTitle h2{
	display: inline;
	}

.katalogType1BlockPanelTitle a{
	font-size: 15px;
	font-weight: bold;
	color: #0b50a2;
	text-decoration: none;
	}

.katalogType1BlockPanelTitle a:hover{
	font-size: 15px;
	font-weight: bold;
	color: #0b50a2;
	text-decoration: underline;
	}

.katalogType1BlockPanelTitle b{
	font-size: 11px;
	font-weight: bold;
	color: #f7941e;
	margin-left: 8px;
	}

.katalogType1BlockPanelKontakt{
	float: left;
	width: 610px;
	height: auto;
	padding: 0px 0px 5px 0px;
	}

.katalogType1BlockPanelKontakt span{
	font-size: 11px;
	color: #000000;
	margin: 0px 5px 0px 0px;
	}

.katalogType1BlockPanelKontakt a{
	font-size: 11px;
	color: #0b50a2;
	text-decoration: underline;
	}

.katalogType1BlockPanelKontakt a:hover{
	font-size: 11px;
	color: #000000;
	text-decoration: underline;
	}

.katalogType1BlockPanelAbstract{
	float: left;
	width: 610px;
	height: auto;
	padding: 0px 0px 5px 0px;
	}

.katalogType1BlockPanelAbstract a, .katalogType1BlockPanelAbstract a:hover{
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	}

.katalogType1BlockPanelLinks{
	float: left;
	width: 610px;
	height: auto;
	}

.katalogType1BlockPanelLinks a{
	font-size: 11px;
	color: #0b50a2;
	margin-right: 20px;
	text-decoration: underline;
	}

.katalogType1BlockPanelLinks a:hover{
	font-size: 11px;
	color: #000000;
	margin-right: 20px;
	text-decoration: underline;
	}

.katalogPageListing1{
	float: left;
	width: 554px;
	height: auto;
	padding: 20px 0px 30px 190px;
	}

.katalogPageListing1 a, .katalogPageListing1 a:hover, .katalogPageListing1 span{
	display: block;
	float: left;
	height: 19px;
	margin: 0px 2px;
	font-size: 11px;
	text-decoration: none;
	}

.katalogPageListing1 a.pageListingPrev{
	display: block;
	float: left;
	width: 92px;
	height: 20px;
	padding: 5px 0px 0px 12px;
	color: #0b50a2;
	background: transparent url(../images/pageListingPrev.jpg) no-repeat 0px 0px;
	}

.katalogPageListing1 a.pageListingPrev:hover{
	display: block;
	float: left;
	width: 92px;
	height: 20px;
	padding: 5px 0px 0px 12px;
	color: #ffffff;
	font-weight: bold;
	background: transparent url(../images/pageListingPrevO.jpg) no-repeat 0px 0px;
	}

.katalogPageListing1 span.prev{
	width: 88px;
	height: 20px;
	padding: 5px 0px 0px 16px;
	color: #cdcdcd;
	cursor: default;
	background: transparent url(../images/pageListingPrevOff.jpg) no-repeat 0px 0px;
	}

.katalogPageListing1 a.page{
	width: 25px;
	height: 20px;
	padding: 5px 0px 0px 0px;
	text-align: center;
	color: #0b50a2;
	background: transparent url(../images/pageListingPage.jpg) no-repeat 0px 0px;
	}

.katalogPageListing1 a.page:hover{
	width: 25px;
	height: 20px;
	padding: 5px 0px 0px 0px;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	background: transparent url(../images/pageListingPageO.jpg) no-repeat 0px 0px;
	}

.katalogPageListing1 a.selected{
	width: 25px;
	height: 20px;
	padding: 5px 0px 0px 0px;
	text-align: center;
	font-weight: bold;
	color: #ffffff;
	background: transparent url(../images/pageListingPageO.jpg) no-repeat 0px 0px;
	}

.katalogPageListing1 a.pageListingNext{
	width: 79px;
	height: 20px;
	padding: 5px 0px 0px 11px;
	color: #0b50a2;
	background: transparent url(../images/pageListingNext.jpg) no-repeat 0px 0px;
	}

.katalogPageListing1 a.pageListingNext:hover{
	width: 79px;
	height: 20px;
	padding: 5px 0px 0px 11px;
	color: #ffffff;
	font-weight: bold;
	background: transparent url(../images/pageListingNextO.jpg) no-repeat 0px 0px;
	}

.katalogPageListing1 span.next{
	width: 79px;
	height: 20px;
	padding: 5px 0px 0px 11px;
	color: #cdcdcd;
	cursor: default;
	background: transparent url(../images/pageListingNextOff.jpg) no-repeat 0px 0px;
	}

.katalogSponsor{
	float: left;
	width: 634px;
	padding: 0px 0px 0px 120px;
	}

.katalogSponsorTitle{
	float: left;
	width: 600px;
	height: auto;
	padding: 0px 0px 0px 0px;
	}

.katalogSponsorTitle b{
	display: block;
	float: right;
	text-align: right;
	width: auto;
	height: auto;
	font-size: 10px;
	color: #000000;
	}

.katalogSponsorTitle a{
	display: block;
	float: right;
	width: auto;
	height: auto;
	font-size: 11px;
	color: #0b50a2;
	text-decoration: underline;
	}

.katalogSponsorTitle a:hover{
	display: block;
	float: right;
	width: auto;
	height: auto;
	font-size: 11px;
	color: #000000;
	text-decoration: underline;
	}

.katalogSponsorTitle a.so_more{
	display: block;
	float: right;
	width: auto;
	height: auto;
	font-size: 11px;
	color: #000;
	text-decoration: underline;
	margin-right: 20px;
	}

.katalogSponsorTitle a.so_more:hover{
	display: block;
	float: right;
	width: auto;
	height: auto;
	font-size: 11px;
	color: #000;
	text-decoration: none;
	margin-right: 20px;
	}

.katalogSponsorItem{
	float: left;
	width: 600px;
	height: auto;
	padding: 0px 0px 25px 0px;
	}

.katalogSponsorItemTitle{
	float: left;
	width: 600px;
	height: auto;
	text-align: right;
	padding: 0px 0px 0px 0px;
	font-size: 10px;
	color: #000000;
	}

.katalogSponsorItem strong{
	display: block;
	float: right;
	width: 600px;
	text-align: right;
	font-size: 10px;
	height: auto;
	padding: 0px 0px 0px 0px;
	}

.katalogSponsorItem a.title{
	font-size: 14px;
	line-height: 23px;
	font-weight: bold;
	color: #0b50a2;
	}

.katalogSponsorItem p a, .katalogSponsorItem p a:hover{
	font-size: 12px;
	line-height: 17px;
	color: #000000;
	text-decoration: none;
	}

.katalogSponsorItem a.link{
	font-size: 11px;
	line-height: 20px;
	color: #0b50a2;
	text-decoration: underline;
	}

.katalogSponsorItem a.link:hover{
	font-size: 11px;
	line-height: 20px;
	color: #000000;
	text-decoration: underline;
	}
	

.contentRight{
	float: left;
	width: 225px;
	height: auto;
	padding: 19px 0px 20px 0px;
	}

.contentRightMenu{
	float: left;
	width: 201px;
	}

.contentRightCategory{
	float: right;
	width: 208px;
	height: auto;
	background: transparent url(../images/contentRightCategory.jpg) repeat-y right 0px;
	}

.contentRightCategoryTop{
	float: left;
	width: 208px;
	height: auto;
	background: transparent url(../images/contentRightCategoryTop.jpg) no-repeat right 0px;
	}

.contentRightCategoryBottom{
	float: left;
	width: 208px;
	height: auto;
	padding: 12px 0px 12px 0px;
	background: transparent url(../images/contentRightCategoryBottom.jpg) no-repeat right bottom;
	}

.contentRightCategoryBottom b{
	display: block;
	float: left;
	width: 180px;
	height: auto;
	font-size: 12px;
	color: #0b50a2;
	padding: 0px 0px 0px 28px;
	margin: 0px 0px 15px 0px;
	background: transparent url(../images/contentRightCategoryTopB.gif) no-repeat right 3px;
	}

.contentRightCategoryBottom a.categoryItem{
	display: block;
	float: left;
	width: 190px;
	height: 16px;
	font-size: 11px;
	font-weight: bold;
	color: #0b50a2;
	padding: 1px 0px 0px 18px;
	margin: 0px 0px 6px 0px;
	}

.contentRightCategoryBottom a.categoryItem:hover, .contentRightCategoryBottom a#selectCategory{
	display: block;
	float: left;
	width: 190px;
	height: 16px;
	font-size: 11px;
	font-weight: bold;
	color: #0b50a2;
	text-decoration: none;
	padding: 1px 0px 0px 18px;
	margin: 0px 0px 6px 0px;
	background: transparent url(../images/contentRightCategorySelect.jpg) no-repeat 0px 0px;
	}

.contentRightCategoryBottom a.categoryChildren{
	display: block;
	float: left;
	width: 185px;
	height: 16px;
	font-size: 11px;
	color: #0b50a2;
	padding: 1px 0px 0px 23px;
	margin: 0px 0px 6px 0px;
	}

.contentRightCategoryBottom a.categoryChildren:hover, .contentRightCategoryBottom a#selectChildren{
	display: block;
	float: left;
	width: 185px;
	height: 16px;
	font-size: 11px;
	color: #0b50a2;
	text-decoration: none;
	padding: 1px 0px 0px 23px;
	margin: 0px 0px 6px 0px;
	background: transparent url(../images/contentRightCategorySelect.jpg) no-repeat 0px 0px;
	}

.contentRightCategoryMore{
	float: right;
	width: 200px;
	height: auto;
	background: transparent url(../images/contentRightCategoryMore.jpg) repeat-y 0px 0px;
	}

.contentRightCategoryMoreTop{
	float: left;
	width: 200px;
	height: auto;
	background: transparent url(../images/contentRightCategoryMoreTop.jpg) no-repeat 0px 0px;
	}

.contentRightCategoryMoreBottom{
	float: left;
	width: 180px;
	height: auto;
	padding: 12px 10px 12px 10px;
	background: transparent url(../images/contentRightCategoryMoreBottom.jpg) no-repeat 0px bottom;
	}

.contentRightCategoryMoreBottom b{
	display: block;
	float: left;
	width: 180px;
	height: auto;
	font-size: 12px;
	color: #0b50a2;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 12px 0px;
	}

.contentRightCategoryMoreBottom a{
	display: block;
	float: left;
	width: 180px;
	height: auto;
	font-size: 11px;
	color: #0b50a2;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 5px 0px;
	}

.contentRightCategoryMoreBottom a:hover{
	display: block;
	float: left;
	width: 180px;
	height: auto;
	font-size: 11px;
	color: #f0911e;
	text-decoration: underline;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 5px 0px;
	}

.contentRightCategorySearch{
	float: right;
	width: 200px;
	height: 56px;
	background: transparent url(../images/contentRightCategoryMoreBottom.jpg) no-repeat 0px 0px;
	}

.contentRightCategorySearchInput{
	float: left;
	width: 114px;
	height: 30px;
	padding: 11px 0px 0px 14px;
	}

.contentRightCategorySearchInput input{
	display: block;
	float: left;
	width: 94px;
	height: 22px;
	padding: 8px 10px 0px 10px;
	font-size: 12px;
	color: #000;
	border: 0px solid transparent;
	background-color: transparent;
	}

.contentRightCategorySearchButton{
	float: left;
	width: 30px;
	height: 30px;
	padding: 11px 0px 0px 9px;
	}

.contentRightCategorySearchButton input{
	display: block;
	float: left;
	width: 30px;
	height: 30px;
	padding: 0px;
	margin: 0px;
	font-size: 1px;
	cursor: pointer;
	border: 0px solid transparent;
	background-color: transparent;
	}

.contentRightInteresSite{
	float: right;
	width: 184px;
	height: auto;
	}

.contentRightInteresSite b{
	display: block;
	float: left;
	width: 155px;
	height: auto;
	padding: 0px 0px 8px 25px;
	background: transparent url(../images/contentRightInteresSiteB.jpg) no-repeat 0px 0px;
	font-size: 14px;
	color: #f1921e;
	}

.contentRightInteresSiteBlock{
	float: left;
	width: 180px;
	height: auto;
	padding: 0px 0px 15px 0px;
	}

.contentRightInteresSiteBlock a{
	display: block;
	float: left;
	width: 150px;
	height: auto;
	padding: 2px 0px 4px 5px;
	font-size: 11px;
	color: #000000;
	}

.contentRightInteresSiteBlockEdit{
	float: left;
	width: 180px;
	height: auto;
	padding: 0px 0px 0px 0px;
	}

.contentRightInteresSiteBlockEdit a.contentRightInteresSiteOffer{
	display: block;
	float: left;
	width: 155px;
	height: auto;
	padding: 1px 0px 6px 25px;
	background: transparent url(../images/contentRightInteresSiteOffer.jpg) no-repeat 0px 0px;
	font-size: 11px;
	color: #0b50a2;
	text-decoration: underline;
	}

.contentRightInteresSiteBlockEdit a.contentRightInteresSiteOffer:hover{
	display: block;
	float: left;
	width: 155px;
	height: auto;
	padding: 1px 0px 6px 25px;
	background: transparent url(../images/contentRightInteresSiteOffer.jpg) no-repeat 0px 0px;
	font-size: 11px;
	color: #000000;
	text-decoration: underline;
	}

.contentRightInteresSiteBlockEdit a.contentRightInteresSitePrint1{
	display: block;
	float: left;
	width: 155px;
	height: auto;
	padding: 1px 0px 6px 25px;
	background: transparent url(../images/contentRightInteresSitePrint1.jpg) no-repeat 0px 0px;
	font-size: 11px;
	color: #0b50a2;
	text-decoration: underline;
	}

.contentRightInteresSiteBlockEdit a.contentRightInteresSitePrint1:hover{
	display: block;
	float: left;
	width: 155px;
	height: auto;
	padding: 1px 0px 6px 25px;
	background: transparent url(../images/contentRightInteresSitePrint1.jpg) no-repeat 0px 0px;
	font-size: 11px;
	color: #000000;
	text-decoration: underline;
	}

.contentRightInteresSiteBlockEdit a.contentRightInteresSitePrint2{
	display: block;
	float: left;
	width: 155px;
	height: auto;
	padding: 1px 0px 6px 25px;
	background: transparent url(../images/contentRightInteresSitePrint2.jpg) no-repeat 0px 0px;
	font-size: 11px;
	color: #0b50a2;
	text-decoration: underline;
	}

.contentRightInteresSiteBlockEdit a.contentRightInteresSitePrint2:hover{
	display: block;
	float: left;
	width: 155px;
	height: auto;
	padding: 1px 0px 6px 25px;
	background: transparent url(../images/contentRightInteresSitePrint2.jpg) no-repeat 0px 0px;
	font-size: 11px;
	color: #000000;
	text-decoration: underline;
	}

.contentRightAdvertisement{
	float: right;
	width: 200px;
	height: auto;
	padding: 0px 0px 0px 0px;
	background: transparent url(../images/contentRightAdvertisementMiddle.jpg) repeat-y 0px 0px;
	}

.contentRightAdvertisementTop{
	float: right;
	width: 200px;
	height: auto;
	padding: 10px 0px 0px 0px;
	background: transparent url(../images/contentRightAdvertisementTop.jpg) no-repeat 0px 0px;
	}

.contentRightAdvertisementBottom{
	float: right;
	width: 141px;
	height: 35px;
	padding: 25px 0px 0px 59px;
	background: transparent url(../images/contentRightAdvertisementBottom.jpg) no-repeat 0px 0px;
	}

.contentRightAdvertisement b{
	display: block;
	float: left;
	width: 180px;
	height: auto;
	font-size: 14px;
	color: #0b50a2;
	text-align: center;
	padding: 0px 10px 5px 10px;
	}

.contentRightAdvertisement p{
	display: block;
	float: left;
	width: 180px;
	height: auto;
	text-align: justify;
	padding: 0px 10px 0px 10px;
	}

.contentRightAdvertisementBottom a{
	display: block;
	float: left;
	width: 57px;
	height: 21px;
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
	padding: 6px 0px 0px 25px;
	}

.contentRightActualOffer{
	float: right;
	width: 184px;
	padding-bottom:20px;
	height: auto;
	}

.contentRightActualOffer b{
	display: block;
	float: left;
	width: 155px;
	height: auto;
	padding: 0px 0px 8px 25px;
	background: transparent url(../images/contentRightActualOfferB.jpg) no-repeat 0px 0px;
	font-size: 14px;
	color: #f1921e;
	}

.contentRightActualOffer div{
	float: left;
	width: 180px;
	height: auto;
	padding: 0px 0px 10px 4px;
	}

.contentRightActualOffer div a.contentRightActualOfferTitle{
	font-size: 12px;
	color: #0b50a1;
	font-weight: bold;
	line-height: 18px;
	}

.contentRightActualOffer div p a, .contentRightActualOffer div p a:hover{
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	}

.contentRightBox{
	float: left;
	width: 225px;
	padding-bottom: 40px;
	}
	
.contentRightBoxLast{
	float: left;
	width: 225px;
	padding-bottom: 0px;
	}

.listAllCategory{
	float: left;
	width: 210px;
	padding: 0px 0px 30px 30px;
	}

.listAllCategory .item{
	float: left;
	width: 210px;
	height: auto;
	padding: 20px 0px 0px 0px;
	}

.listAllCategory .item h3{
	display: block;
	float: left;
	width: 210px;
	height: auto;
	padding: 0px 0px 0px 0px;
	font-size: 14px;
	color: #0b50a2;
	}

.listAllCategory .item a{
	display: block;
	width: auto;
	height: auto;
	font-size: 11px;
	line-height: 16px;
	}

.listAllCategory .item a:hover{
	display: block;
	width: auto;
	height: auto;
	font-size: 11px;
	color: #0b50a2;
	text-decoration: underline;
	line-height: 16px;
	}

.firmaInfo{
	float: left;
	width: 421px;
	height: auto;
	_height: 600px;
	min-height: 600px;
	padding: 30px 0px 20px 20px;
	}

.firmaInfoTitle{
	float: left;
	width: 420px;
	height: auto;
	padding: 0px 0px 20px 0px;
	}

.firmaInfoTitle img{
	display: block;
	float: left;
	width: auto;
	height: auto;
	}

#firma_detail_logo{
	display: block;
	float: left;
	width: auto;
	height: auto;
	margin: 0px 10px 0px 3px;
	border:1px solid #E2E2E2;
	}
	
.firmaInfoTitle h1{
	display: block;
	float: left;
	width: 320px;
	height: auto;
	font-size: 24px;
	line-height: 24px;
	color: #f7941e;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	}

.firmaInfoTitle h1 a, .firmaInfoTitle h1 a:hover{
	font-size: 24px;
	line-height: 24px;
	color: #f7941e;
	font-weight: bold;
	text-decoration: none;
	cursor: default;
	}

.firmaInfoTitle h2 span{
	font-size: 24px;
	line-height: 24px;
	color: #f7941e;
	font-weight: normal;
	}

.firmaInfoItem{
	float: left;
	width: 410px;
	height: auto;
	line-height: 18px;
	padding: 0px 0px 20px 0px;
	}

.firmaInfoItem b{
	display: block;
	float: left;
	width: auto;
	height: auto;
	}

.firmaInfoItem p{
	display: block;
	float: left;
	width: 410px;
	height: auto;
	padding: 0px 0px 0px 0px;
	}

.firmaInfoItem a{
	display: block;
	float: left;
	width: auto;
	height: auto;
	margin: 0px 0px 0px 7px;
	}

.firmaGallery{
	float: left;
	width: 421px;
	height: auto;
	padding: 0px 0px 0px 0px;
	}

.firmaGallery strong{
	display: block;
	float: left;
	width: 410px;
	height: auto;
	color: #0b50a2;
	padding: 0px 0px 10px 0px;
	}

.firmaGallery strong a{
	color: #0b50a2;
	}

.firmaGalleryTable{
	float: left;
	width: 421px;
	height: auto;
	padding: 0px 0px 0px 0px;
	}

.firmaGalleryTable table{
	float: left;
	width: 421px;
	height: auto;
	padding: 0px;
	margin: 0px;
	border: 0px solid transparent;
	}

.firmaGalleryTable tr{
	float: left;
	width: 421px;
	height: auto;
	padding: 0px;
	margin: 0px;
	border: 0px solid transparent;
	}

.firmaGalleryTable td{
	width: 95px;
	height: 95px;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #e1e1e1;
	cursor: pointer;
	}

.firmaGalleryTable td:hover{
	width: 95px;
	height: 95px;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #000000;
	cursor: pointer;
	}

.firmaGalleryTable td a{
	margin: 0px auto;
	text-align: center;
	}

.firmaGalleryTable td a img{
	margin: 0px auto;
	text-align: center;
	}

.firmaInfoItemDevice{
	float: left;
	width: 410px;
	padding: 0px 0px 20px 0px;
	line-height: 18px;
	}

.firmaInfoItemDevice b{
	display: block;
	float: left;
	width: auto;
	}

.firmaInfoItemDevice p{
	display: block;
	float: left;
	width: 410px;
	padding: 0px 0px 20px 0px;
	}

.firmaInfoItemDevice p img{
	display: block;
	float: left;
	width: auto;
	margin: 6px 10px 0px 0px;
	}

.firmaInfoOpen{
	float: left;
	width: 410px;
	height: auto;
	padding: 0px 0px 20px 0px;
	}

.firmaInfoOpen div{
	float: left;
	padding: 0px 0px 5px 0px;
	}

.firmaInfoOpen table{
	width: 100%;
	border: 0px solid transparent;
	text-align: center;
	}

.firmaInfoOpen .firstTable{
	width: 34px;
	background-color: #e7e7e7;
	font-weight: bold;
	color: #0b50a2;
	}

.firmaInfoOpen .secondTable{
	width: auto;
	background-color: #F9F9F9;
	color: #0b50a2;
	}

.firmaInfoOpen .firstTable1{
	width: 34px;
	font-weight: bold;
	color: #0b50a2;
	}

.firmaInfoOpen .secondTable1{
	width: auto;
	color: #0b50a2;
	}

.firmaMore{
	float: left;
	width: 410px;
	line-height: 21px;
	padding: 0px 0px 20px 0px;
	}

.firmaMore b{
	}

.firmaMore a{
	text-decoration: underline;
	color: #0b50a2;
	}

.firmaMore a:hover{
	text-decoration: underline;
	color: #000000;
	}

.firmaCategory{
	float: left;
	width: 410px;
	height: auto;
	padding: 0px 0px 20px 0px;
	}

.firmaCategoryLink{
	float: left;
	width: 410px;
	height: auto;
	padding: 0px 0px 30px 0px;
	}

.firmaCategoryLink, .firmaCategoryLink a{
	line-height: 22px;
	}

.firmaCategoryLink b{
	display: block;
	float: left;
	width: 410px;
	height: auto;
	padding: 0px 0px 5px 0px;
	}

.firmaCategoryLink a.first{
	display: block;
	float: left;
	width: auto;
	height: auto;
	color: #0b50a2;
	}

.firmaCategoryLink a.second{
	display: block;
	float: left;
	width: auto;
	height: auto;
	font-weight: bold;
	color: #0b50a2;
	}

.firmaCategoryLink span{
	display: block;
	float: left;
	width: 20px;
	height: auto;
	font-weight: bold;
	background: transparent url(../images/pathBullet2.gif) no-repeat center center;
	}

.firmaCategoryListing{
	float: left;
	width: 410px;
	height: auto;
	}

.firmaCategoryListing b{
	display: block;
	float: left;
	width: 410px;
	height: auto;
	}

.firmaCategoryListing a.all{
	display: block;
	float: left;
	width: auto;
	height: auto;
	font-weight: bold;
	color: #0b50a2;
	background: transparent url(../images/bullet1.gif) no-repeat 3px 0px;
	padding: 0px 0px 2px 24px;
	margin: 25px 0px 0px 0px;
	}

.firmaCategoryListing .item{
	float: left;
	width: 410px;
	height: auto;
	padding: 4px 0px 4px 0px;
	}

.firmaCategoryListing .item a.image{
	display: block;
	float: left;
	width: 60px;
	height: 60px;
	border: 1px solid #e2e2e2;
	margin-right: 15px;
	}

.firmaCategoryListing .item .right{
	float: left;
	width: 332px;
	height: auto;
	}

.firmaCategoryListing .item .right .title{
	font-size: 15px;
	font-weight: bold;
	color: #0b50a2;
	}

.firmaCategoryListing .item .right span{
	
	}

.firmaCategoryListing .item .right strong{
	font-size: 11px;
	font-weight: bold;
	color: #f7941e;
	line-height: 22px;
	}

.bannerCenter{
	float: left;
	width: 390px;
	height: 113px;
	margin: 20px 0px 20px 0px;
	padding: 20px 20px 0px 0px;
	background: transparent url(../images/selfpromo_vizitka.jpg) no-repeat 0px 0px;
	}

.bannerCenter a.title{
	display: block;
	float: right;
	width: 215px;
	height: auto;
	font-size: 14px;
	font-weight: bold;
	color: #0b50a2;
	}

.bannerCenter p{
	display: block;
	float: right;
	width: 215px;
	height: auto;
	font-size: 11px;
	}

.bannerCenter a.link{
	display: block;
	float: right;
	width: 56px;
	height: 22px;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	padding: 5px 0px 0px 27px;
	margin: 4px 18px 0px 100px;
	}

/* CONTENT END */
/* FOOTER START */
.footer{
	float: left;
	width: 100%;
	height: 99px;
	border-top: 1px solid #e1e1e1;
	background-color: #f9f9f9;
	}

.footerInside{
	float: left;
	width: 956px;
	height: auto;
	padding: 0px 0px 10px 0px;
	}

.footerButtons{
	float: right;
	width: 164px;
	height: auto;
	padding: 25px 0px 0px 0px;
	}

.footerButtons2{
	float: left;
	width: 400px;
	height: auto;
	padding: 10px 0px 10px 200px;
	}

.footerButton1{
	float: left;
	width: 164px;
	height: 24px;
	background: transparent url(../images/footerButton1.jpg) no-repeat 0px 0px;
	}

.footerButton1 a, .footerButton1 a:hover{
	display: block;
	float: left;
	width: 132px;
	height: 19px;
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
	padding: 5px 0px 0px 32px;
	text-decoration: none;
	}

.footerButton2{
	float: left;
	width: 126px;
	height: 24px;
	padding: 0px 0px 0px 20px;
	background: transparent url(../images/footerButton2.jpg) no-repeat right 0px;
	}

.footerButton2 a, .footerButton2 a:hover{
	display: block;
	float: left;
	width: 94px;
	height: 19px;
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
	padding: 5px 0px 0px 32px;
	text-decoration: none;
	}

.footerButton3{
	float: left;
	width: 87px;
	height: 26px;
	padding: 0px 10px 0px 80px;
	background: transparent url(../images/footerButton3.jpg) no-repeat 80px 0px;
	}

.footerButton3 a, .footerButton3 a:hover{
	display: block;
	float: left;
	width: 87px;
	height: 21px;
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
	padding: 5px 0px 0px 0px;
	text-align: center;
	text-decoration: none;
	}

.footerButton4{
	float: left;
	width: 113px;
	height: 26px;
	background: transparent url(../images/footerButton4.jpg) no-repeat 0px 0px;
	}

.footerButton4 a, .footerButton4 a:hover{
	display: block;
	float: left;
	width: 113px;
	height: 21px;
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
	padding: 5px 0px 0px 0px;
	text-align: center;
	text-decoration: none;
	}

.footerCopy{
	float: left;
	width: 440px;
	padding: 8px 0px 0px 33px;
	color: #7c8994;
	font-size: 11px;
	line-height: 16px;
	}

.footerMenu{
	float: left;
	width: 300px;
	height: auto;
	padding: 3px 0px 0px 0px;
	}

.footerMenu a{
	font-size: 11px;
	color: #0b50a2;
	text-decoration: underline;
	}

.footerMenu a:hover{
	font-size: 11px;
	color: #000000;
	text-decoration: underline;
	}

.footerMenu span{
	font-size: 11px;
	color: #7c8994;
	margin: 0px 3px 0px 3px;
	}
/* FOOTER END */

.contentGalleryDetail{
	float: left;
	width: 756px;
	height: auto;
	border-left: 1px solid #e1e1e1;
	}

.firmaInfoGallery{
	float: left;
	width: 736px;
	padding: 30px 0px 20px 20px;
	}

.firmaInfoGallery .firmaInfoTitle{
	padding-bottom: 20px;
	}

.galleryBox{
	float: left;
	width: 702px;
	height: auto;
	padding: 0px 0px 10px 0px;
	}

.galleryBox .link1{
	float: left;
	width: 250px;
	height: auto;
	padding: 0px 0px 0px 0px;
	font-weight: bold;
	color: #000;
	}

.galleryBox .link2{
	float: left;
	width: 200px;
	height: auto;
	padding: 0px 0px 0px 0px;
	color: #0B50A2;
	}

.galleryBox .link2 a{
	color: #0B50A2;
	text-decoration: none;
	font-size:12px;
	}

.galleryBox .link2 a:hover{
	color: #0B50A2;
	text-decoration: underline;
	font-size:12px;
	}

.galleryBox .link2 span{
	color: #0B50A2;
	margin: 0px 6px;
	}

.galleryBox b{
	color: #E1E1E1;
	font-weight:normal;
	}
	
.galleryBox .link3{
	float: left;
	width: 252px;
	height: auto;
	padding: 0px 0px 0px 0px;
	text-align: right;
	color: #0B50A2;
	}

.galleryBox .link3 a{
	color: #0B50A2;
	}

.galleryShow{
	float: left;
	width: 700px;
	height: auto;
	padding: 1px;
	border: 1px solid #e1e1e1;
	}

.galleryShow table tr td{
	width: 700px;
	height: 525px;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
	text-align: center;
	border: 0px solid transparent;
	}

.galleryShow table tr td img{
	margin: auto;
	}
	

	
.galleryFirmaInfoTitle h2 {
	color:#F7941E;
	display:block;
	float:left;
	font-size:24px;
	height:auto;
	line-height:24px;
	margin-bottom: 10px;
	padding-bottom:20px;
	width:500px;
	}

.galleryLogo{
	float: left;
	width:85px;
	margin: 0 10px 10px 0;
	}

	

/* NOVE CSS 23.2.10 */

.headerLogoKatalog{
	float: left;
	width: auto;
	height: auto;
	padding: 10px 0px 0px 0px;
	}

.headerLogoKatalog a, .headerLogoKatalog a:hover{
	display: block;
	float: left;
	width: auto;
	height: auto;
	text-decoration: none;
	}

.headerLogoKatalog b{
	display: block;
	float: left;
	width: auto;
	height: auto;
	font-size: 48px;
	text-decoration: none;
	color: #035386;
	}

.headerLogoKatalog span{
	display: block;
	float: left;
	width: auto;
	height: auto;
	font-size: 18px;
	text-decoration: none;
	color: #035386;
	padding: 9px 0px 0px 16px;
	}

.katalogLogo{
	float: right;
	width: 300px;
	height: auto;
	padding: 30px 0px 0px 0px;
	}

.katalogLogo a{
	display: block;
	float: right;
	width: auto;
	height: auto;
	margin: 0px 20px 0px 0px;
	}

.register{
	float: right;
	width: 918px;
	padding: 30px 0px 20px 0px;
	}

.registerLeft{
	float: left;
	width: 634px;
	padding: 30px 0px 20px 38px;
	}

.registerLeft .registerText{
	padding-left: 0px;
	}

.popup .registerText{
	float: right;
	padding-left: 0px;
	width: 626px;
	padding-top: 20px;
	}

.popup .registerText .katalogLogo{
	float: right;
	padding-left: 0px;
	width: auto;
	padding-top: 0px;
	padding-bottom: 5px;
	}

.popup .registerText h3{
	display: block;
	float: left;
	padding-left: 0px;
	width: 310px;
	padding: 0px 0px 5px 0px;
	font-size: 17px;
	}

.registerRight{
	float: left;
	width: 267px;
	height: auto;
	_height: 500px;
	min-height: 500px;
	padding: 18px 0px 0px 16px;
	border-left: 1px solid #e1e1e1
	}

.registerText{
	float: left;
	width: 630px;
	padding: 0px 0px 10px 12px;
	}

.registerText h3{
	font-size: 19px;
	}

.registerText p{
	line-height: 22px;
	}

.registerText a{
	color: #035386;
	font-weight: bold;
	text-decoration: underline;
	line-height: 22px;
	}

.registerText a:hover{
	color: #035386;
	font-weight: bold;
	text-decoration: none;
	line-height: 22px;
	}

.registerPanelMiddle{
	float: left;
	width: 918px;
	height: auto;
	background: transparent url(../images/contentKatalogRegisterMiddle.jpg) repeat-y 0px 0px;
	}

.registerPanelTop{
	float: left;
	width: 918px;
	height: auto;
	background: transparent url(../images/contentKatalogRegisterTop.jpg) no-repeat 0px 0px;
	}

.registerPanelBottom{
	float: left;
	width: 882px;
	height: auto;
	padding: 18px;
	background: transparent url(../images/contentKatalogRegisterBottom.jpg) no-repeat 0px bottom;
	}

.registerPanelMiddle2{
	float: left;
	width: 267px;
	height: auto;
	background: transparent url(../images/contentKatalogRegisterMiddle2.jpg) repeat-y 0px 0px;
	}

.registerPanelTop2{
	float: left;
	width: 267px;
	height: auto;
	background: transparent url(../images/contentKatalogRegisterTop2.jpg) no-repeat 0px 0px;
	}

.registerPanelBottom2{
	float: left;
	width: 245px;
	height: auto;
	padding: 11px;
	background: transparent url(../images/contentKatalogRegisterBottom2.jpg) no-repeat 0px bottom;
	}

.registerPanelBottom2 h3{
	display: block;
	float: left;
	width: 245px;
	height: auto;
	padding: 0px 0px 15px 0px;
	font-size: 19px;
	}

.registerPanelBottom2 p{
	display: block;
	float: left;
	width: 245px;
	height: auto;
	line-height: 16px;
	padding: 0px 0px 10px 0px;
	}

.registerPanelBottom2 p span{
	font-weight: bold;
	color: #035386;
	font-size: 10px;
	}

.registerPanelBottom2 p a{
	font-weight: bold;
	color: #035386;
	font-size: 12px;
	text-decoration: underline;
	}

.registerPanelBottom2 p a:hover{
	font-weight: bold;
	color: #035386;
	font-size: 12px;
	text-decoration: none;
	}

.registerPanelBottom .block{
	float: left;
	width: 882px;
	height: auto;
	}

.registerPanelBottom .block .left{
	float: left;
	width: 302px;
	height: auto;
	}

.registerPanelBottom .block .right{
	float: left;
	width: 565px;
	height: auto;
	padding-left: 15px;
	}

.registerPanelBottom .block span{
	font-weight: normal;
	margin-left: 3px;
	}

.registerPanelBottom .block .left h4{
	display: block;
	float: left;
	width: 280px;
	height: auto;
	font-size: 14px;
	padding: 2px 0px;
	}

.registerPanelBottom .block .right h4{
	display: block;
	float: left;
	width: 560px;
	height: auto;
	font-size: 14px;
	padding: 2px 0px;
	}

.registerPanelBottom .block .left h5{
	display: block;
	float: left;
	width: 280px;
	height: auto;
	font-size: 11px;
	padding: 2px 0px;
	}

.registerPanelBottom .block .right h5{
	display: block;
	float: left;
	width: 560px;
	height: auto;
	font-size: 11px;
	padding: 2px 0px;
	}

.registerPanelBottom .block .left p{
	display: block;
	float: left;
	width: 280px;
	height: auto;
	font-size: 12px;
	padding: 10px 0px;
	}

.registerPanelBottom .block .right p{
	display: block;
	float: left;
	width: 560px;
	height: auto;
	font-size: 12px;
	padding: 10px 0px;
	}

.registerPanelBottom .block .left .item1{
	float: left;
	width: 302px;
	height: auto;
	padding: 3px 0px 3px 0px;
	}

.registerPanelBottom .block .left .item1 label{
	display: block;
	float: left;
	width: 92px;
	height: auto;
	padding: 5px 7px 0px 0px;
	text-align: right;
	font-weight: bold;
	font-size: 11px;
	}

.registerPanelBottom .block .left .item1 b{
	display: block;
	float: left;
	width: auto;
	height: auto;
	padding: 5px 0px 0px 5px;
	font-weight: bold;
	font-size: 11px;
	}

.registerPanelBottom .block .left .item2{
	float: left;
	width: 302px;
	height: auto;
	padding: 3px 0px 3px 0px;
	}

.registerPanelBottom .block .left .item2 label{
	display: block;
	float: left;
	width: 92px;
	height: auto;
	padding: 5px 7px 0px 0px;
	text-align: right;
	font-weight: bold;
	font-size: 11px;
	}

.registerPanelBottom .block .left .item2 input{
	display: block;
	float: left;
	width: 170px;
	height: 18px;
	padding: 4px 5px 0px 5px;
	font-weight: bold;
	font-size: 11px;
	background-color: #ffffff;
	border: 1px solid #c0c0c0;
	}

.registerPanelBottom .block .right .item1{
	float: left;
	width: 565px;
	height: auto;
	padding: 3px 0px 3px 0px;
	}

.registerPanelBottom .block .right .item1 label{
	display: block;
	float: left;
	width: 50px;
	height: auto;
	padding: 5px 7px 0px 0px;
	text-align: right;
	font-weight: bold;
	font-size: 11px;
	}

.registerPanelBottom .block .right .item1 input{
	display: block;
	float: left;
	width: 494px;
	height: 18px;
	padding: 4px 5px 0px 5px;
	font-weight: bold;
	font-size: 11px;
	background-color: #ffffff;
	border: 1px solid #c0c0c0;
	}

.registerPanelBottom .block .right .item1 textarea{
	display: block;
	float: left;
	width: 499px;
	height: 48px;
	padding: 4px 0px 2px 5px;
	font-weight: bold;
	font-size: 11px;
	background-color: #ffffff;
	border: 1px solid #c0c0c0;
	}

.registerPanelBottom .block .right .item2{
	float: left;
	width: 565px;
	height: auto;
	padding: 3px 0px 3px 0px;
	}

.registerPanelBottom .block .right .item2 label{
	display: block;
	float: left;
	width: 50px;
	height: auto;
	padding: 5px 7px 0px 0px;
	text-align: right;
	font-weight: bold;
	font-size: 11px;
	}

.registerPanelBottom .block .right .item2 input{
	display: block;
	float: left;
	width: 40px;
	height: 18px;
	padding: 4px 5px 0px 5px;
	font-weight: bold;
	font-size: 11px;
	background-color: #ffffff;
	border: 1px solid #c0c0c0;
	}

.registerPanelBottom .block .right .item3{
	float: left;
	width: 242px;
	height: auto;
	padding: 3px 0px 3px 0px;
	}

.registerPanelBottom .block .right .item3 label{
	display: block;
	float: left;
	width: 50px;
	height: auto;
	padding: 5px 7px 0px 0px;
	text-align: right;
	font-weight: bold;
	font-size: 11px;
	}

.registerPanelBottom .block .right .item3 input{
	display: block;
	float: left;
	width: 170px;
	height: 18px;
	padding: 4px 5px 0px 5px;
	font-weight: bold;
	font-size: 11px;
	background-color: #ffffff;
	border: 1px solid #c0c0c0;
	}

.select_add{	
	width: 182px;
	height: 25px;
	padding: 4px 5px 0px 5px;
	font-weight: bold;
	font-size: 11px;
	background-color: #ffffff;
	border: 1px solid #c0c0c0;
	}
	
.registerPanelBottom .block .right .item3 a{
	display: block;
	float: left;
	width: auto;
	height: auto;
	padding: 5px 0px 0px 0px;
	margin: 0px 0px 0px 58px;
	font-weight: bold;
	font-size: 11px;
	color: #008000;
	text-decoration: underline;
	}

.registerPanelBottom .block .right .item3 a:hover{
	text-decoration: none;
	}

.registerPanelBottom .block .right .item4{
	float: left;
	width: 300px;
	height: auto;
	padding: 5px 0px 5px 0px;
	}

.registerPanelBottom .block .right .item4 label{
	display: block;
	float: left;
	width: 265px;
	height: auto;
	padding: 0px 0px 0px 5px;
	text-align: left;
	font-size: 11px;
	}

.registerPanelBottom .block .right .item4 input{
	display: block;
	float: left;
	margin: 0px 0px 0px 3px;
	}

.registerPanelBottom .block .right .panel1{
	float: left;
	width: 242px;
	height: auto;
	}

.registerPanelBottom .block .right .panel2{
	float: right;
	width: 302px;
	height: auto;
	padding: 0px 2px 0px 0px;
	}

.registerPanelBottom .block .right .button1{
	float: left;
	width: auto;
	height: auto;
	padding: 0px 0px 0px 5px;
	}

.registerPanelBottom .block .right .button2{
	float: left;
	width: auto;
	height: auto;
	padding: 0px 0px 0px 12px;
	}

.registerPanelBottom .block .right .button1 input{
	display: block;
	float: left;
	width: 102px;
	height: 26px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-weight: bold;
	font-size: 11px;
	color: #ffffff;
	cursor: pointer;
	text-align: center;
	background: transparent url(../images/button1.jpg) no-repeat 0px 0px;
	border: 0px solid transparent;
	}

.registerPanelBottom .block .right .button2 input{
	display: block;
	float: left;
	width: 102px;
	height: 26px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-weight: bold;
	font-size: 11px;
	color: #ffffff;
	cursor: pointer;
	text-align: center;
	background: transparent url(../images/button2.jpg) no-repeat 0px 0px;
	border: 0px solid transparent;
	}

#panelRegistration1{
	padding: 5px 0px 0px 0px;
	}

#panelRegistration2{
	padding: 20px 0px 0px 0px;
	}

#panelRegistration3{
	padding: 20px 0px 0px 0px;
	}

#panelRegistration4{
	padding: 20px 0px 0px 0px;
	}

#panelRegistration5{
	padding: 20px 0px 0px 0px;
	}

.changeInfo{
	float: left;
	width: 600px;
	padding: 20px 0px 0px 0px;
	}

.changeInfo .textarea{
	float: left;
	width: 600px;
	padding: 0px 0px 0px 0px;
	}

.changeInfo .textarea textarea{
	float: left;
	width: 593px;
	height: 100px;
	padding: 5px 0px 5px 5px;
	background-color: #ffffff;
	border: 1px solid #c0c0c0;
	}

.changeInfo .title{
	float: left;
	width: 600px;
	padding: 15px 0px 10px 0px;
	}

.changeInfo .left{
	float: left;
	width: 280px;
	padding: 3px 0px 0px 40px;
	}

.changeInfo span{
	margin-left: 3px;
	font-weight: normal;
	}

.changeInfo .left .item{
	float: left;
	width: 280px;
	padding: 3px 0px 3px 0px;
	}

.changeInfo .left .item label{
	display: block;
	float: left;
	width: 65px;
	padding: 5px 7px 0px 0px;
	font-weight: bold;
	text-align: right;
	}

.changeInfo .left .item input{
	display: block;
	float: left;
	width: 170px;
	height: 18px;
	padding: 4px 5px 0px 5px;
	font-weight: bold;
	font-size: 11px;
	background-color: #ffffff;
	border: 1px solid #c0c0c0;
	}

.changeInfo .right{
	float: left;
	width: 280px;
	padding: 0px 0px 0px 0px;
	}

.changeInfo .right .item{
	float: left;
	width: 280px;
	padding: 3px 0px 3px 0px;
	}

.changeInfo .right .item label{
	display: block;
	float: right;
	width: 65px;
	padding: 5px 7px 0px 0px;
	font-weight: bold;
	text-align: right;
	}

.changeInfo .right .item input{
	display: block;
	float: right;
	width: 170px;
	height: 18px;
	padding: 4px 5px 0px 5px;
	font-weight: bold;
	font-size: 11px;
	background-color: #ffffff;
	border: 1px solid #c0c0c0;
	}

.changeInfo .right .item2{
	float: right;
	width: 182px;
	padding: 0px 0px 0px 0px;
	}

.changeInfo .right .item2 img{
	display: block;
	float: left;
	}

.changeInfo .button{
	float: left;
	width: 250px;
	padding: 25px 0px 0px 200px;
	}

.changeInfo .button1{
	float: left;
	width: auto;
	height: auto;
	padding: 0px 0px 0px 5px;
	}

.changeInfo .button2{
	float: left;
	width: auto;
	height: auto;
	padding: 0px 0px 0px 12px;
	}

.changeInfo .button1 input{
	display: block;
	float: left;
	width: 102px;
	height: 26px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-weight: bold;
	font-size: 11px;
	color: #ffffff;
	cursor: pointer;
	text-align: center;
	background: transparent url(../images/button1.jpg) no-repeat 0px 0px;
	border: 0px solid transparent;
	}

.changeInfo .button2 input{
	display: block;
	float: left;
	width: 102px;
	height: 26px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-weight: bold;
	font-size: 11px;
	color: #ffffff;
	cursor: pointer;
	text-align: center;
	background: transparent url(../images/button2.jpg) no-repeat 0px 0px;
	border: 0px solid transparent;
	}

.addCompany{
	float: left;
	width: 350px;
	height: auto;
	padding: 15px 0px 0px 0px;
	}

.addCompany .left{
	float: left;
	width: 230px;
	padding: 0px 0px 0px 0px;
	}

.addCompany .left .item{
	float: left;
	width: 230px;
	padding: 3px 0px 15px 0px;
	}

.addCompany .left .item label{
	display: block;
	float: left;
	width: auto;
	padding: 0px 0px 0px 6px;
	font-weight: bold;
	line-height: 30px;
	}

.addCompany .left .item input{
	display: block;
	float: left;
	width: 200px;
	height: 18px;
	padding: 4px 5px 0px 5px;
	font-weight: bold;
	font-size: 11px;
	background-color: #ffffff;
	border: 1px solid #c0c0c0;
	}

.addCompany .right{
	float: left;
	width: 211px;
	padding: 5px 0px 0px 0px;
	}

.addCompany .right .checkbox{
	float: left;
	width: auto;
	padding-top: 5px;
	}

.addCompany .right .checkbox input{
	display: block;
	float: left;
	width: auto;
	}


.addCompany .right .checkbox label{
	display: block;
	float: left;
	width: auto;
	padding: 2px 0px 0px 5px;
	}

.addCompany .button2{
	float: left;
	width: auto;
	height: auto;
	}

.addCompany .button2 input{
	display: block;
	float: left;
	width: 102px;
	height: 26px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-weight: bold;
	font-size: 11px;
	color: #ffffff;
	cursor: pointer;
	text-align: center;
	background: transparent url(../images/button2.jpg) no-repeat 0px 0px;
	border: 0px solid transparent;
	}

.popup{
	float: left;
	width: 100%;
	padding: 0px 0px 0px 0px;
	background-color: #ffffff;
	}

.popup .popupTop{
	float: left;
	width: 100%;
	height: 6px;
	background-color: #f1a034;
	border-bottom: 1px solid #e2e1df;
	}

.popup .textarea{
	float: left;
	width: 600px;
	padding: 0px 0px 0px 0px;
	}

.popup .textarea textarea{
	float: left;
	width: 593px;
	height: 100px;
	padding: 5px 0px 5px 5px;
	background-color: #ffffff;
	border: 1px solid #c0c0c0;
	}

.popup .left{
	float: left;
	width: 320px;
	padding: 20px 0px 0px 0px;
	}

.popup span{
	margin-left: 3px;
	font-weight: normal;
	}

.popup .left .item{
	float: left;
	width: 316px;
	padding: 3px 0px 3px 0px;
	}

.popup .left .item label{
	display: block;
	float: left;
	width: 145px;
	padding: 5px 7px 0px 0px;
	font-weight: normal;
	text-align: right;
	}

.popup .left .item input{
	display: block;
	float: left;
	width: 150px;
	height: 18px;
	padding: 4px 5px 0px 5px;
	font-weight: normal;
	font-size: 11px;
	background-color: #ffffff;
	border: 1px solid #c0c0c0;
	}

.popup .left .item2{
	float: left;
	width: 316px;
	padding: 20px 0px 10px 0px;
	}

.popup .left .item2 img{
	display: block;
	float: right;
	}

.popup .right{
	float: left;
	width: 280px;
	padding: 20px 0px 0px 0px;
	}

.popup .right .item{
	float: left;
	width: 238px;
	padding: 5px 0px 5px 0px;
	}

.popup .right .item label{
	display: block;
	float: left;
	width: 200px;
	padding: 0px 0px 0px 0px;
	font-weight: normal;
	text-align: left;
	}

.popup .right .item input{
	display: block;
	float: left;
	width: auto;
	height: auto;
	margin: 1px 7px 0px 0px;
	}

.popup .button{
	float: left;
	width: 430px;
	padding: 25px 0px 20px 220px;
	border-top: 1px solid #c0c0c0;
	}

.popup .button1{
	float: left;
	width: auto;
	height: auto;
	padding: 0px 0px 0px 5px;
	}

.popup .button2{
	float: left;
	width: auto;
	height: auto;
	padding: 0px 0px 0px 12px;
	}

.popup .button1 input{
	display: block;
	float: left;
	width: 102px;
	height: 26px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-weight: bold;
	font-size: 11px;
	color: #ffffff;
	cursor: pointer;
	text-align: center;
	background: transparent url(../images/button1.jpg) no-repeat 0px 0px;
	border: 0px solid transparent;
	}

.popup .button2 input{
	display: block;
	float: left;
	width: 102px;
	height: 26px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-weight: bold;
	font-size: 11px;
	color: #ffffff;
	cursor: pointer;
	text-align: center;
	background: transparent url(../images/button2.jpg) no-repeat 0px 0px;
	border: 0px solid transparent;
	}

.popupPanelMiddle{
	float: right;
	width: 260px;
	height: auto;
	background: transparent url(../images/popupMiddle.jpg) repeat-y 0px 0px;
	}

.popupPanelTop{
	float: left;
	width: 260px;
	height: auto;
	background: transparent url(../images/popupTop.jpg) no-repeat 0px 0px;
	}

.popupPanelBottom{
	float: left;
	width: 238px;
	height: auto;
	padding: 11px;
	background: transparent url(../images/popupBottom.jpg) no-repeat 0px bottom;
	}

.popupPanelBottom span{
	display: block;
	float: left;
	width: 238px;
	height: auto;
	padding: 0px 0px 6px 0px;
	margin: 0px;
	}
	

.pathGoogleInfo{
	float: left;
	width: auto;
	height: 24px;
	padding: 10px 0px 0px 40px;
	font-size: 13px;
	color: #ffffff;
	text-shadow: 1px 1px #F67602;
	}

.pathGoogle{
	float: right;
	width: 122px;
	height: 37px;
	padding: 0px 8px 0px 0px;
	}

.pathGoogle span{
	display: block;
	float: left;
	width: 158px;
	height: 37px;
	font-size: 1px;
	line-height: 0px;
	text-decoration: none;
	background: transparent url(../images/google.jpg) no-repeat 0px 0px;
	}
	
	
.error {
	color:#f00; 
	font-size:90%; 
	padding-bottom:3px;
	}
	
select#dictionary{
	margin: 2px 0px 0px 10px;
	}
	
.google_advanced{
	float: left;
	width: 928px;
	height: auto;
	padding: 14px;
	}

.google_advanced_Box{
	float: left;
	width: 100%;
	border: 3px solid #f1f8ff;
	padding: 0px 0px 30px 0px;
	margin: 0px 0px 20px 0px;
	}

.google_advanced_Box .top{
	float: left;
	width: 100%;
	background-color: #f1f8ff;
	}

.google_advanced_Box .item{
	float: left;
	width: 100%;
	padding: 3px 0px 3px 0px;
	}

.google_advanced_Box .item b{
	display: block;
	float: left;
	width: 147px;
	padding: 0px 0px 0px 3px;
	}

.google_advanced_Box .item label{
	display: block;
	float: left;
	width: 330px;
	padding: 3px 0px 0px 0px;
	}

.google_advanced_Box .item label span{
	font-weight: bold;
	}

.google_advanced_Box .item p{
	display: block;
	float: left;
	width: auto;
	color: #8b6fa4;
	padding: 3px 0px 0px 480px;
	}

.google_advanced_Box .item p a{
	color: #7777cb;
	text-decoration: underline;
	}

.google_advanced_Box .item p a:hover{
	color: #7777cb;
	text-decoration: none;
	}

.google_advanced_Box .item input{
	display: block;
	float: left;
	width: 180px;
	padding: 3px 5px 2px 5px;
	background-color: #FFF;
	border: 1px solid #a5acb2;
	}

.google_advanced_Box .item select{
	display: block;
	float: left;
	width: auto;
	height: 20px;
	padding: 0px 0px 0px 0px;
	margin: 0px 10px 0px 0px;
	background-color: #FFF;
	border: 1px solid #a5acb2;
	}
	
div#banner_top{
	float: left;
	width: 100%;
	background-color: #FFF;
	}
	
div#banner_top a{
	width: 956px;
	display: block;
	}
div#banner_top object{
	margin: 0px auto;
	display:block;
	}
	
div#banner_top a img{
	margin: 0px auto;
	}
	
div.banner_top_inner{
	float:left;
	width:956px;
	padding: 10px 0px 0px 0px;
	}
	
#contentRightMenuCategory{
	padding-bottom: 10px;
	padding-top: 10px;
	}

#contentSplitToFooter{
	background: transparent url(../images/contentBgr.gif) repeat-y 754px 0px;
}

#qr_span {
	width: 70px;
	margin: 5px 0 10px 10px;
	color: #000;
	font-weight:normal;
	}

.banner200outer {
	float:left;
	/*height: 220px;*/
	width: 200px;
	}

#banner200 {
	position: relative;
	top: 0px;
	left: 20px;
	width:200px;
	/*height:200px;*/
	}

#banner200 object, #banner200 img {
	margin-bottom: 20px;
	display: block;
	}

.show_all a{
	color:#0B50A2;
	float:left;
	margin:8px 0 0 30px;
	width:95px;
	}
	
.show_all hover:a{
	text-decoration: underline;
	}
	
div.rootInside{
	float: left;
	width: 980px;
	height: auto;
	}
	
.offer_list_title{
	float: left;
	width: 150px;
	font-size: 19px;
	}
	
.offer_list_add {
	color:#0B50A2;
	float:left;
	font-size:13px;
	font-weight:bold;
	margin:6px 0 12px 19px;
	width:93px;
	}
	
a.offer_ico_edit {
	background:url("../images/offer_but_edit.jpg") no-repeat scroll 0 center transparent;
	float:left;
	padding:0 0 0 15px;
	width:auto;
	}
	
a.offer_ico_on {
	background:url("../images/offer_but_green.jpg") no-repeat scroll 0 center transparent;
	float:left;
	padding:0 0 0 16px;
	width:auto;
	}

	a.offer_ico_off {
	background:url("../images/offer_but_red.jpg") no-repeat scroll 0 center transparent;
	float:left;
	padding:0 0 0 16px;
	width:auto;
	}
	
	a.offer_ico_grey {
	background:url("../images/offer_but_grey.jpg") no-repeat scroll 0 center transparent;
	float:left;
	padding:0 0 0 16px;
	width:auto;
	}
	
.offer_list_item{
	float:left;
	line-height:24px;
	margin: 6px 0 6px 0;
	width: 265px;
	border-bottom:1px solid #E1E1E1;
	l
	}
	
.offer_list_item_text{
	padding: 5px 0 4px 20px;
	font-size: 11px;
	}
	
.addCompany .left .offer_row{
	width: 600px;
	}
	
.addCompany .left .offer_row label{
	width: 105px;
	}
	
.addCompany .left .offer_row input{
	width: 400px;
	}
	
.addCompany .left .offer_row .date{
	margin-top: 6px;
	}
	
	
.clickbound{clear:both;background: transparent url("../images/bubleboundBgr.gif") no-repeat 0px 0px; padding: 1px 3px 3px 1px;}
.bublebound{position:absolute;z-index:100;}
.bublebound embed, .bublebound object .flash{display: none; z-index: 0;}
.iframebound{position:relative;z-index:99}

.listAllCategory .item h3 a {
	color:#0B50A2;
	display:block;
	float:left;
	font-size:13px;
	height:auto;
	padding:0;
	width:210px;
	}
	
.listAllCategory .item h3 a:hover{
	color:#0B50A2;
	display:block;
	float:left;
	font-size:13px;
	}
	
a#category_sel_top{
	display: block;
	float: left;
	width:155px;
	height: auto;
	font-size: 12px;
	color: #0b50a2;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 15px 18px;
	font-weight: bold;
	background: none;
	}

a#category_sel_top1{
	display: block;
	float: right;
	width: 10px;
	height: auto;
	font-size: 12px;
	color: #0b50a2;
	padding: 0px 0px 0px 0px;
	margin: 0px 10px 15px 0px;
	font-weight: bold;
	background: transparent url(../images/contentRightCategoryTopB.gif) no-repeat right 3px;
	}
		
.print_cont_separator {
	background-color:#C0C0C0;
	height:16px;
	margin-top:10px;
	padding:5px;
	width: 593px;
	}
	
.print_cont_item {
	float:left;
	height:auto;
	padding:5px;
	width: 593px;
	}
	
.print_cont_item_img {
	float:left;
	height:100px;
	width: 150px;
	}
	
.print_cont_item_box {
	float:left;
	height:auto;
	width: 190px;
	}

.print_cont_item_box2 {
	float:left;
	height:auto;
	width: auto;
	}
	
	
div.branch_div
{
	display:none;
}
div.branch_div.showed
{
	display:block;
}

.popupSend .registerText {
  width: 616px;
}

.popupSend .button{
	float: left;
	padding-left:210px;
	padding-right:10px;
	}

.popupSend .cntbutton{
  width:110px;
	padding-left:270px;
	padding-right:270px;
/*border: red 1px solid;*/
	}

.sendInfo{
	float: left;
	width: 600px;
	padding: 20px 0px 0px 0px;
	}

.sendInfo .lft{
	float: left;
	width: 275px;
	padding: 3px 25px 0px 0px;
	}

.sendInfo .lft .item{
	float: left;
	width: 275px;
	padding: 3px 0px 3px 0px;
	}

.sendInfo .lft .item input {
	display: block;
	float: left;
	width: 265px;
	height: 18px;
	padding: 4px 5px 0px 5px;
	font-weight: bold;
	font-size: 11px;
	background-color: #ffffff;
	border: 1px solid #c0c0c0;
  }
  
.error {
	color:#f00; 
	font-size:90%; 
	padding-bottom:3px;
	}

#rightCatalogEdit{
	padding-top: 50px;
	}

.contentRightInteresSiteBlock span a, .contentRightInteresSiteBlock span a:hover{
	display: block;
	float:left;
	height: 13px;
	width: 17px;
	font-size: 1px;
	background:transparent url(../images/contentRightInteresSiteItem.jpg) no-repeat 5px 5px;
	text-decoration: none;
	}

.hidden{
	display:none;
}
#katalogSponsorItems{
	padding-top: 10px;
	}

#rightAdvertisement{
	padding-top: 15px;
	}
div.other_search_internet{
	float: left;
	padding: 10px 0px 10px 120px;
	}

div.other_search_internet a{
	color: #0B50A2;
	text-decoration: underline;
	}
.title_subcategory{
	float: left;
	display:block;
	font-size:11px;
	height:auto;
	line-height:16px;
	width:210px;
	}

.location_name{
	display: block;
	float: left;
	width: auto;
	line-height: 20px;
	padding-right: 10px;
	height: 20px;
	}

a.category_obce{
	display: block;
	float: left;
	font-size: 12px;
	color:#0B50A2;
	line-height: 20px;
	margin-right: 10px;
	text-decoration: underline;
	}

a.category_obce:hover{
	display: block;
	float: left;
	font-size: 12px;
	color:#0B50A2;
	line-height: 20px;
	margin-right: 10px;
	text-decoration: underline;
	}

span.category_obce{
	display: block;
	float: left;
	margin-right: 10px;
	line-height: 20px;
	font-size: 12px;
	color:#0B50A2;
	}
	
.category_obce_selected{
	font-weight: bold;
}