@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0 auto;
	color: #555555;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a {
	color: #265d9f;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
 display: block;
 margin: 0;
 padding: 6px 0 4px 10px;
 border-bottom: 2px solid #265d9f;
 font-size: 16px;
 font-weight: bold;
}

h2 {
	font-size: 12px;
	font-weight: normal;
}

h3 {
	font-size: 15px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
.cor_p {
	float: left;
	margin-right: 2px;
}

strong {
	color: #265d9f;
}

.light {
	color: #909090;
}

big {
	line-height: 28px;
	font-size: 16px;
	font-weight: bold;
}

.hide {
	display: none;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.arrow {
	margin: 0 5px;
	padding: 7px 0;
}

.read_more {
	color: #265d9f;
	font-size: 12px;
}

.zebra a:hover{
	background-color: #f2f2f2;
	background-image: url(../img/arrow_mini.png);
	background-position: 10px 10px;
	background-repeat: no-repeat;
}

.top_line {
	height: 5px;
	background-color: #275fa1;
}

.input {
	float: left;
	margin: 5px 0 0 0;
	padding: 0 5px;
	height: 23px;
	line-height: 23px;
	border: 1px solid #555555;
	color: #555555;
	font-size: 12px;
}

.label {
	float: left;
	margin: 5px 0 0 0;
	padding: 0 5px;
	width: 80px;
	height: 25px;
	line-height: 25px;
	text-align: right;
}

.button {
	cursor: pointer;
	margin: 5px 0 0 5px;
	padding: 0;
	width: 80px;
	height: 25px;
	line-height: 25px;
	background-color: transparent;
	background-image: url(../img/button_bg.png);
	background-position: top;
	background-repeat: repeat-x;
	border: none;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.button_big {
	cursor: pointer;
	padding: 0;
	width: 110px;
	height: 25px;
	line-height: 25px;
	background-color: transparent;
	background-image: url(../img/button_bg.png);
	background-position: top;
	background-repeat: repeat-x;
	border: none;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.container {
	margin: 0 auto;
	width: 980px;
	min-height: 1550px;
}
.container_g {
	margin: 0 auto;
	width: 1000px;
	min-height: 1550px;
	border:0px solid black;
}

.header {
	width: 980px;
	height: 110px;
}
.header_g {
	width: 985px;
	height: 110px;
}
.logo {
	float: left;
	margin: 10px 15px;
	width: 180px;
	height: 90px;
}

.logo a {
	display: block;
	width: 180px;
	height: 90px;
}
/************************************************ Banners start *****************************/
.banner_top {
	float: right;
	margin: 10px 0;
	width: 730px;
	height: 90px;
}
.banner_left {
	margin: 10px 0;
	padding: 0;
	width: 180px;
	height: 340px;
}
.banner_right {
	margin: 10px 0;
	padding: 0;
	width: 300px;
	height: 300px;
}
/************************************************ Banners end *****************************/

/*************************************************************** Navigation start ************/
.navigation {
	height: 30px;
}

.ul_g {
	width: 985px;
}

.navigation ul {
	margin: 0;
	padding: 0;
	height: 30px;
	background-image: url(../img/navigation_bg.png);
	background-position: top;
	background-repeat: repeat-x;
	list-style: none;
}

.navigation ul li {
	float: left;
	margin: 0;
	padding: 0;
}

.navigation ul li a {
	display: block;
	margin: 0;
	padding: 0 20px;
	line-height: 30px;
	outline: none;
	color: #ffffff;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}

.navigation ul li a:hover, .current  {
	background-image: url(../img/navigation_hover.png);
	background-position: top;
	background-repeat: repeat-x;
}
/*************************************************************** Navigation end ************/
.content:after {
    content: "."; 
    display: block;
    height: 0; 
    clear: both; 
    visibility: hidden;
}

* html .content {
	height: 1%;
}

.content .head {
	display: block;
	margin: 0;
	padding: 0 0 0 10px;
	height: 28px;
	line-height: 28px;
	border-bottom: 2px solid #265d9f;
	font-size: 16px;
	font-weight: bold;
}

.content .head_blue {
	display: block;
	margin: 0;
	padding: 0 0 0 10px;
	height: 28px;
	line-height: 28px;
	border-bottom: 1px solid #265d9f;
	font-size: 14px;
	font-weight: bold;
	color: #265d9f;
}

.content .headline {
	height: 20px;
	line-height: 20px;
	color: #265d9f;
	font-size: 15px;
}

.col_left {
	float: left;
	margin: 0;
	padding: 0;
	width: 180px;
}
.col_middle {
	float: left;
	margin: 0 10px;
	padding: 0;
	width: 480px;
	_width: 410px;
	border: 0px solid Red;
}
.col_middle_g {
	float: left;
	margin: 0 10px;
	padding: 0;
	width: 795px;
	_width: 710px;
	border: 0px solid Red;
}
.col_right {
	float: right;
	margin: 0;
	padding: 0;
	width: 300px;
	border: 0px solid Red;
}

/*********************************************** Categories start ***************/

.categories {
	margin: 10px 0;
	padding: 0;
}

.categories ul {
	margin: 5px 0 0 0;
	padding: 0;
	width: 180px;
	list-style: none;
}

#prvy{
	margin-top: -5px;
	padding-top: 5px;
	width: 180px;
	list-style: none;
	background-color: #f2f2f2;
	background-image: url(../img/arrow_mini.png);
	background-position: 10px 15px;
	background-repeat: no-repeat;
}

#zebra2:hover{
	margin-top: -5px;
	padding-top: 5px;
	width: 180px;
	list-style: none;
	background-color: #f2f2f2;
	background-image: url(../img/arrow_mini.png);
	background-position: 10px 15px;
	background-repeat: no-repeat;
}

.categories ul li {
	width: 180px;
	height: 24px;
	background-image: url(../img/arrow_mini.png);
	background-position: 10px 10px;
	background-repeat: no-repeat;
	border-bottom: 1px solid #949494;
}

.categories ul li a {
	display: block;
	margin: 0;
	padding: 0 0 0 25px;
	width: 155px;
	height: 24px;
	line-height: 24px;
	outline: none;
	color: #555555;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.categories ul li a:hover {
	text-decoration: underline;
}
/*********************************************** Categories end ***************/

/*********************************************** Exchange rates start ***************/

.exchange_rate {
	margin: 10px 0;
	padding: 0;
}

.exchange_rate ul {
	margin: 5px 0;
	padding: 0;
	list-style: none;
}

.exchange_rate ul li {
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	width: 180px;
}

.exchange_rate .flag {
	margin: 4px 5px;
}
/*********************************************** Exchange rates end ***************/

/*********************************************** Car shop start ***************/

.car_shop {
	margin: 10px 0;
	padding: 0;
}

.car_shop .nav {
	margin: 5px 0;
	padding: 5px 0;
	height: 16px;
	list-style: none;
	border-bottom: 1px solid #555555;
}

.car_shop .nav li {
	float: left;
	margin: 0 4px;
}

.car_shop form .row {
	margin: 5px 0 0 0;
	height: 20px;
	line-height: 20px;
}

.car_shop form .label {
	margin: 0;
	width: 50px;
	_width: 47px;
	height: 20px;
	line-height: 20px;
}

.car_shop form select {
	padding: 2px 0;
	width: 120px;
	height: 20px;
	outline: none;
	color: #555555;
	font-size: 11px;
}

.car_shop form input {
	float: left;
	margin: 0;
	padding: 2px 2px;
	width: 48px;
	height: 14px;
	border: 1px solid #CCCCCC;
	color: #555555;
	font-size: 12px;
}

.car_shop form .space {
	float: left;
	width: 12px;
	height: 20px;
	line-height: 20px;
	text-align: center;
}

.car_shop form .button {
	float: right;
	padding: 2px 0;
	background-image: url(../img/button_bg_mini.png);
	background-position: top;
	background-repeat: repeat-x;
	border: 0 none;
	width: 54px;
	height: 20px;
	line-height: 16px;
	color: #ffffff;
}

.car_shop form .results {
	float: left;
	margin: 0 0 0 20px;
}

.car_shop .car_shop_list {
	margin: 10px 0;
	list-style: none;
}

.car_shop .car_shop_list li {
	display: block;
	margin: 5px 0;
	width: 180px;
	height: 60px;
}

.car_shop .car_shop_list li img {
	margin: 0 5px 0 0;
	border: 1px solid #555555;
}

.car_shop .car_shop_list .title {
	line-height: 20px;
	color: #265d9f;
	font-size: 12px;
	font-weight: bold;
}

.car_shop .car_shop_list .short_desc {
	line-height: 15px;
	font-size: 10px;
	color: #909090;
}

.car_shop .car_shop_list .price {
	line-height: 20px;
	font-size: 12px;
	font-weight: bold;
}

.home_auto_div {
	width: 180px;
	margin-bottom: 5px;
	float: left;
	border: 0px solid red;
}
.home_auto_div_img {
	width: 66px;
	float: left;
	margin-right: 3px;
	border: 0px solid green;
}
.home_auto_div_txt {
	width: 105px;
	float: left;
	border: 0px solid blue;
}
.home_auto_div .title{
	line-height: 17px;
	color: #265d9f;
	font-size: 12px;
	font-weight: bold;
}
.home_auto_div .price{
	line-height: 17px;
	font-size: 12px;
	font-weight: bold;
}
.home_auto_div .short_desc{
	line-height: 14px;
	font-size: 10px;
	color: #909090;
}
.home_auto_div img{
	border: 0px solid #909090;
}

/*********************************************** Car shop end ***************/

/*********************************************** Search start ***************/

.search {
	margin: 10px 0 2px 0;
	padding: 0;
}

.date {
	display: block;
	margin: 0;
	padding: 0 0 0 10px;
	height: 28px;
	line-height: 28px;
	border-bottom: 2px solid #265d9f;
	font-size: 12px;
}

.search ul {
	margin: 0;
	padding: 0;
	height: 25px;
	list-style: none;
	line-height: 35px;
	float: left;
	border: 0px solid red;
}

.search ul li {
	float: left;
	margin: 0px 10px;
	padding: 0;
	height: 25px;
	border: 0px solid blue;
}

.search .search_current {
	background-image: url(../img/arrow_search_new.gif);
	background-position: center top;
	background-repeat: no-repeat;
}

.search .input1 {
	float: left;
	margin: 5px 0 0px 0;
	width: 185px;
	_width: 183px;
	border: 1px solid #555555;
}

.search .input2 {
	float: left;
	margin: 5px 0 0px 0;
	width: 185px;
	_width: 183px;
	border: 1px solid #555555;
	border-left: none;
}

.search_combo_search {
	float: left;
	height: 25px;
	line-height: 25px;
	padding-top: 3px;
	margin: 5px 0 0px 0;
	color: #555555;
	font-size: 12px;
	width: 197px;
	border: 1px solid #555555;
}

.search .button {
	margin: 5px 0 0px 5px;
}
/*********************************************** Search end ***************/

/*********************************************** Search Google start ***************/

.search_g {
	margin: 10px 0 2px 0;
	padding: 0;
	border: 0px solid #555555;
	float: left;
	width:480px;
}


.search_g ul {
	margin: 0;
	padding: 0;
	height: 25px;
	list-style: none;
	line-height: 35px;
	float: left;
	border: 0px solid red;
}

.search_g ul li {
	float: left;
	margin: 0px 10px;
	padding: 0;
	height: 25px;
	border: 0px solid blue;
}

.search_g .search_current {
	background-image: url(../img/arrow_search_new.gif);
	background-position: center top;
	background-repeat: no-repeat;
}

.search_g .input1 {
	float: left;
	margin: 5px 0 0px 0;
	width: 185px;
	_width: 183px;
	border: 1px solid #555555;
}

.search_g .input2 {
	float: left;
	margin: 5px 0 0px 0;
	width: 185px;
	_width: 183px;
	border: 1px solid #555555;
	border-left: none;
}

.search_g .button {
	margin: 5px 0 0px 5px;
}
/*********************************************** Search Google end ***************/

/*********************************************** News start ***************/

.news {
	margin: 10px 0;
	padding: 0;
}

.news ul {
	margin: 0;
	padding: 0;
	height: 30px;
	line-height: 30px;
	list-style: none;
	font-size: 11px;
}

.news ul li {
	float: left;
	margin: 0 7px;
	_margin: 0 6px;
	padding: 0;
	height: 20px;
}

.news ul li a {
	color: #555555;
}

.news ul .active {
	text-decoration: underline;
}

.news .news_row {
	margin: 0 10px 10px 10px;
	width: 460px;
	height: 80px;
	line-height: 15px;
	font-size: 11px;
}

.news img {
	margin: 0 10px 0 0;
	border: 1px solid #555555;
}
/*********************************************** News end ***************/

/*********************************************** Jobs start ***************/

.jobs {
	margin: 10px 0;
	padding: 0;	
}

.jobs ul {
	margin: 0;
	padding: 0;
	height: 30px;
	line-height: 30px;
	list-style: none;
	font-size: 11px;
}

.jobs ul li {
	float: left;
	margin: 0 6px;
	padding: 0;
	height: 20px;
}

.jobs ul li a {
	color: #555555;
}

.jobs .jobs_current {
	text-decoration: underline;
}

.jobs .jobs_row {
	margin: 4px 10px 0 10px;
	width: 460px;
	/*height: 70px;*/
	line-height: 15px;
	font-size: 11px;
	border: 0px solid #555555;
}
.jobs .jobs_row img {
	margin: 0 10px 0 0;
	border: 1px solid #555555;
}

/*********************************************** Jobs end ***************/

/*********************************************** Real Estates start ***************/

.real_estates {
	margin: 0;
}

.real_estates ul {
	margin: 10px 0;
	height: 370px;
	list-style: none;
}

.real_estates ul li {
	float: left;
	margin: 0 10px 5px 10px;
	width: 140px;
	_width: 125px;
	height: 120px;
	text-align: center;
}

.real_estates ul li a {
	display: block;
}

.real_estates ul li p {
	line-height: 15px;
}

.real_estates img {
	margin: 0 10px 0 0;
	border: 1px solid #555555;
}

/*********************************************** Real Estates end ***************/

/*********************************************** e-Shop start ***************/

.e-shop {
	margin: 10px 0;
}

.e-shop ul {
	margin: 10px 0;
	height: 370px;
	list-style: none;
}

.e-shop ul li {
	float: left;
	margin: 0 10px 5px 10px;
	width: 140px;
	_width: 125px;
	text-align: center;
}

.e-shop ul li a {
	display: block;
}

.e-shop ul li p {
	line-height: 20px;
}

.e-shop img {
	margin: 0 10px 0 0;
	border: 1px solid #555555;
}

/*********************************************** e-Shop end ***************/

/*********************************************** Login start ***************/

.login {
	margin: 5px 0;
	padding: 0;
	border: 0px solid #FF0000;
}

.meninyUvod {
	border-bottom: 2px solid #265D9F;
	overflow: auto;
	height: 33px;
	line-height: 33px;
}

.login form {
	margin: 0;
	padding: 0;
	height: 60px;
}

#LogIn {
	margin: 0;
	padding: 10px 0 0 10px;
	height: 70px;
}

.login .label {
	margin: 5px 0 0 0;
	width: 40px;
}

.login .input1 {
	margin: 5px 90px 0 0;
	width: 148px;
	_width: 145px;
}

.login .input2 {
	margin: 5px 0 0 0;
	width: 148px;
	_width: 145px;
}

.login .button {
	margin: 5px 5px 0 5px;
	float: left;
}

.login .login_foot {
	margin: 0 90px 0 50px;
	width: 160px;
	height: 20px;
	line-height: 20px;
	font-size: 11px;
}
#logoff {
	font-size: 15px;
	color: #FF0000;
	font-weight: bold;
}
#logoff a:hover {
	color: #FF0000;
}
/*********************************************** Login end ***************/

/*********************************************** Login Google start ***************/

.login_g {
	margin: 5px 0 0 15px;
	padding: 0;
	border: 0px solid #FF0000;
	width:300px;
	float:left;
}

.login_g form {
	margin: 0;
	padding: 0;
	height: 60px;
}

.login_g .label {
	margin: 5px 0 0 0;
	width: 40px;
}

.login_g .input1 {
	margin: 5px 90px 0 0;
	width: 148px;
	_width: 145px;
}

.login_g .input2 {
	margin: 5px 0 0 0;
	width: 148px;
	_width: 145px;
}

.login_g .button {
	margin: 5px 5px 0 5px;
	float: left;
}

.login_g .login_foot {
	margin: 0 90px 0 50px;
	width: 160px;
	height: 20px;
	line-height: 20px;
	font-size: 11px;
}
/*********************************************** Login Google end ***************/

/*********************************************** Top Corporations start ***************/

.top_corps {
	margin: 10px 0;
	float: left;
}

.top_corps ul {
	padding: 20px 10px 0 10px;
	height: 360px;
	_height: 375px;
	list-style: none;
}

.top_corps ul li {
	float: left;
	width: 120px;
	height: 90px;
	margin: 5px 10px;
	_margin: 5px 5px;
}
/*********************************************** Top Corporations end ***************/

/*********************************************** Restaurants start ***************/

.restaurants {
	margin: 0px 0;
	float: left;
}

.restaurants ul {
	list-style: none;
}

.restaurants ul li {
	margin: 10px 0;
	height: 80px;
}

.restaurants ul li img {
	margin: 0 10px 0 0;
	border: 1px solid #555555;
}

.restaurants ul li .category {
	line-height: 15px;
	font-size: 10px;
	color: #909090;
}

.restaurants ul li .description {
	line-height: 15px;
	font-size: 11px;
}
/*********************************************** Restaurants end ***************/

/*************************************** Profil start *****************************/
.profil {
	margin: 0 0;
	padding: 0;
}
.profil ul {
	margin: 0;
	padding: 0;
	height: 30px;
	line-height: 30px;
	list-style: none;
	font-size: 12px;
}

.profil ul li {
	float: left;
	margin: 0 6px;
	padding: 0;
	height: 20px;
}

.profil ul li a {
	color: #265D9F;
}

#profil_del {
	color: #FF0000;
}

.profil_del a:hover {
	color: #FF0000;
}

.profil img {
	margin: 0 10px 0 0;	
	padding: 2px;
	border: 1px solid #555555;
}
.profil_left {
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
	width: 150px;
	_width: 110px;
	float: left;
	color:#265D9F;
	font-weight: bold;
}
.profil_right {
	margin-top: 5px;
	width: 290px;
	float: left;
	overflow: auto;
}
.profil_right span {
	color:#265D9F;
	font-weight: bold;
}

.profil_facebox {
	display:none;
	width:500px;
	text-align:justify;
}
.profil_facebox_a {
	display:block;
	margin-top:10px;
	margin-bottom:10px;
	font-weight:bold;
	color:#FF0000;
}

/*************************************** Profil end *****************************/

/************************************** Catalog start *******************************/
.catalog {
	margin: 0px 0;
	padding: 0;
	border: 0px solid blue;
}

.catalog .catalog_row {
	margin: 10px 10px 0 10px;
	width: 460px;
	height: 90px;
	line-height: 15px;
	font-size: 12px;
	border: 0px solid blue;
}

.top_firmy_container {
	margin: 0 0 10px 10px;
	width: 460px;
	_width: 390px;
	padding-left: 80px;
	border: 0px solid black;
}

.top_firmy_container_2 {
	margin: 0 0 10px 10px;
	width: 460px;
	_width: 390px;
	padding-left: 1px;
	border: 0px solid black;
}

.container_text_admin {
	width: 480px;
	_width: 390px;
	border: 0px solid black;
}

.container_text_admin_2 {
	width: 470px;
	_width: 380px;
	padding-left: 10px;
	padding-top: 5px;
	border: 0px solid black;
}	

.catalog_row_left {
	margin: 0 10px 0 0;
	width: 135px;
	height: 100px;
	float: left;
	border: 0px solid black;
}
.catalog .catalog_row .catalog_row_left img {
	margin: 0 10px 0 0;
	border: 1px solid #555555;
}

.img_anchor {
	background-repeat: no-repeat;
	background-position: center center;
	border: #ccc solid 1px;
	display: block;
	width: 135px;
	height: 90px;	
}

.img_anchor_left {
	background-repeat: no-repeat;
	background-position: center center;
	border: #ccc solid 1px;
	display: block;
	width: 135px;
	height: 90px;
	float: left;
	margin-top: 0px;
}

.catalog_row_right {
	width: 310px;
	_width: 220px;
	height: 100px;
	float: left;
	border: 0px solid green;
}
.catalog_cena {
	font-size: 15px;
}
/************************************** Catalog end *******************************/

/************************************* Detail start *******************************/
.detail {
	margin: 0px 0;
	padding: 0;
}

.detail ul {
	margin: 0;
	padding: 0;
	height: 30px;
	line-height: 30px;
	list-style: none;
	font-size: 12px;
}

.detail ul li {
	float: left;
	margin: 0 6px;
	padding: 0;
	height: 20px;
}

.detail ul li a {
	color: #555555;
}

.detail_left {
	margin-top: 10px;
	margin-left: 10px;
	width: 160px;
	_width: 140px;
	float: left;
	color:#265D9F;
	font-weight: bold;
}

.detail_right {
	margin-top: 10px;
	width: 310px;
	float: left;
	overflow: auto;
}
.detail_photos {
	width: 460px;
	margin-top: 10px;
	margin-left: 10px;
}
.detail img {
	border: 1px solid #ccc;
}
.detail_komfort {
	width: 230px;
	float: left;
	overflow: auto;
	padding-left: 10px;
	font-size: 13px;
	margin-top: 1px;
	border: 0px solid #ff0000;
}
.detail_komfort img {
	border: 0;
}

/************************************* Detail end *******************************/

/************************************ Auto rozsirene vyhladavanie start ***********************/
.auto_hladaj {
   margin: 10px 0;
	padding: 0;	
}
.auto_hladaj .check {
	width: 460px;
	margin-left: 10px;
	margin-top: 10px;
}
.auto_hladaj .check p{
	width: 150px;
	float: left;
	font-weight: bold;
}
.check_left {
	width: 15px; float: left;
}
.check_right {
	width: 135px; float: left;font-weight: bold;
}
.search_input {
	float: left;
	height: 19px;
	line-height: 19px;
	color: #555555;
	font-size: 12px;
	width: 145px;
	border: 1px solid #555555;
}
.search_combo {
	float: left;
	height: 20px;
	line-height: 20px;
	color: #555555;
	font-size: 12px;
	width: 145px;
	border: 1px solid #555555;
}

.search_txtarea {
	color: #555555;
	font-size: 12px;
	border: 1px solid #555555;
}
.search_submit {
	width: 460px;
	text-align: right;
}
/************************************ Auto rozsirene vyhladavanie stop ***********************/

/******************************************* Listing start ************************************/
.pagetabs {
	text-align: center;
	margin: 10px 0 10px 0;
}

.pagetabs a {
	font-weight: bold;
}

.tab_current {
	border: 0px solid Blue;
	background-image: url(../img/listing_bg.gif);
	background-repeat: repeat-x;
	height: 18px;
	width: 1px;
	color: #FFF;
	padding: 2px 5px 2px 5px;
	margin: 0 3px 0 3px;
}

/******************************************* Listing end ************************************/

/*************************************************************** Footer start ************/
.footer {
	height: 80px;
	background-image: url(../img/footer_bg.png);
	background-position: top;
	background-repeat: repeat-x;
	color: #ffffff;
	text-align: center;
	width: 100%;
}

.footer p {
	font-size: 11px;
}

.footer ul {
	margin: 0 auto;
	padding: 10px 0;
	height: 30px;
	line-height: 30px;
	list-style: none;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
}

.footer ul li {
	display: inline;
	margin: 0 15px;
}

.footer ul li a {
	color: #ffffff;
}
/*************************************************************** Footer end ************/

.br_top {
	border: 0px solid Blue;
	padding-top: 10px;
}
.home_right_ub {
	border: 0px solid blue;
	margin-top: 10px;
	width: 300px;
	float: left;
}
.home_right_container {
	border: 0px solid blue;
	width: 300px;
	float: left;
	margin-bottom: 5px;
}
.home_right_container_left {
	width: 140px;
	float: left;
	margin-top: 10px;
	margin-left: 10px;
}
.home_right_ub_left {
	border: 0px solid Red;
	width: 135px;
	float: left;
	margin-right: 10px;
}
.home_right_ub_right {
	border: 0px solid Black;
	width: 155px;
	float: left;
}

.pojnt_home {
	padding: 10px;
	text-align: justify;
}
.pojnt_home p{
	width: 230px;
	margin-left:230px;
	margin-top: 3px;
}

.catalog_blogs {
	width: 460px;
	_width: 370px;
	height: auto;
	float: left;
	margin-bottom: 10px;
	padding-bottom: 3px;
	border-bottom: 1px solid #949494;
}
.blog_nadpis {
	color: #265d9f;
	font-size: 15px;
}
.blog_light {
	color: #909090;
	padding-left: 10px;
}
