@charset "utf-8";

* {
	margin: 0px;
	padding: 0px;
	font-family: Verdana;
	font-weight: normal;
	font-size: 9pt;
	text-decoration: none;
}

html,
body {
	margin: 0;
	padding: 0;
	background-color: #FCFCFC;
	visibility: visible;
	height: 100%;
	text-align: center;
}

img {border: 0}
img.border {border: 1px solid #f5f5f5}

p{margin:0 10px 10px}

.font7 {font-size:7pt}
.font8 {font-size:8pt}
.font9 {font-size:9pt}
.font10 {font-size:10pt}
.font11 {font-size:11pt}
.font12 {font-size:12pt}

.alert {color: #ff0000}
.red {color: #ff0000}
.white {color: #fff}

.left {text-align:left}
.right {text-align:right}

div#container{text-align:left}
div#content p{line-height:1.4}

div#container{width:1000px;margin:0 auto}
div#wrapper{float:left;width:100%}
div#menuTop{height: 100px }
div#menu{width:975px;}
div#content{margin: 45px 0px 10px 170px;}
div#content.extended_content { margin: 45px 170px 10px 170px }
div#menuBlock{position: absolute; top: 150px; width: 1000px; height: 0px;  }
div#menuStatus{position: absolute; top: 150px; width: 608px; height: 30px;}
div#columnNavigation{float:left;width:160px;margin-top:45px;margin-left:-1000px;}
div#columnExtra{float:left;width:160px;margin-top:45px;margin-left:-162px}
div#footer{clear:left;width:990px;height:30px;background-color:#730a0a;padding:5px}

.SeparateBlocks {margin-left:5px;margin-right:5px}

#menuTop,
#menu,
#menuStatus {
	border: 1px solid #e0e0e0;
	background-color: #f1f1f1;
	margin-bottom: 5px;
}
#content {border: 1px solid #e0e0e0}
#footer {border: 1px solid #e0e0e0}

#logo-nwab {vertical-align:middle; text-align:left; float:left }
#logo-text {
	float:left;
	position: relative;
	left: -12px;
	top: 25px;

	color:#003399;
	font-family:Arial;
	font-weight:bold;
	font-size:9pt;

	text-align: center;
	line-height: 1.3em;
}

#slogan {
	float:left;
	position: relative;
	left: 20px;
	top: 10px;
	width:600px;
	height:15px;

	color:#003399;
	font-family:Arial;
	font-weight:bold;
	font-size:8pt;
	text-transform: uppercase;
	letter-spacing:1px;
	word-spacing:3px;

	text-align: right;
}

#logo-zalog24 {
	float: left;

	position: relative;
	top: 11px;
	text-align: right;

	font-family: Arial;
	font-size: 12pt;
	font-weight:bold;
}

.shaded_text {
	color: #909090;
}

#menuTop .shaded_text {
	font-family:Arial;
	font-weight:bold;
	font-size:8pt;
}

#menuTop .item {
	float: left;
	margin-right: 8px;
	margin-left: -7px;
	margin-top: 30px;
	width: 80px;
	height: 45px;
	border: 1px solid #e0e0e0;
	text-align: center;

	text-transform: uppercase;
	font-weight: bold;
	font-size: 8pt;
	color: #999999;
}

#menuTop .item a {
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 8pt;
	color: #003399;
}

#menuTop .item img {
	height: 45px;
	width: 80px;;
}

#menu {
	height: 30px;
	vertical-align: middle;
	padding-left: 12px;
	padding-right: 10px;
	color: #ffffff;
	font-size: 12pt;
}

#menu a {
	color: #7b1919;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	bottom: 10px;
	line-height: 2.1em;
}

#menuStatus {
	width: 600px;

	vertical-align: middle;
	padding-left: 380px;
	padding-right: 10px;
	color: #000000;
	font-size: 10pt;
	line-height: 2.1em;
}

/* BGN: content*/
#content p,
#content p b,
#content p i {
	font-size: 10pt;
}

#content .b { font-weight: bold }
#content .c { text-align: center }

#content a { color: #006699}

#MainBody h1 {
	padding-top: 20px;
	padding-bottom: 10px;
	text-align: center;
	font-size: 12pt;
}

#MainBody h2 {
	padding-top: 20px;
	padding-bottom: 7px;
	text-align: center;
	font-size: 11pt;
}

#MainBody h3 {
	padding-top: 10px;
	padding-bottom: 5px;
	text-align: left;
	font-size: 10pt;
}

#content .chapter-rpzi {
	text-transform: uppercase;
	font-size: 13pt;
	font-weight: bold;
	color: #695e5e;
}
#content #tblChapters hr {
	width:620px;
	height:1px;
	color:#695e5e;
}

#content #tblChapters a.txt {
	color:#043897;
	border-bottom: 1px solid #bccff2;
}

#content table.border {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 10px;
}

#content table.border,
#content table.border tr,
#content table.border td {
	border: 1px solid #000000;
	font-size: 10pt;
}

#content table tr.caption td {
	background-color: #99CCCC;
	font-weight: bold;
}

#content table td {
	padding: 5px;
}

#content ol,
#content ul {
	padding-left: 30px;
	padding-right: 10px;
	padding-bottom: 15px;
	text-align: justify;
	font-size: 10pt;
}

#content li {
	padding-top: 7px;
	text-align: justify;
	font-size: 10pt;
}

#content sup,
#content .hint {
	cursor: pointer
}

.error_field {
	background-color: #FF9999;
}
/* END: content*/

#content h1, #content h1 * {text-align:center;font-size:13pt;font-weight:bold;padding: 7px 0 7px 0;color:#730a0a; }
.car_h1 h1 {text-align:center;font-size:13pt;padding: 7px 0 7px 0;color:#730a0a; font-weight:bold}
#content h1.h2 {text-align:left;font-size:9pt;padding: 7px 0 7px 0;text-transform:uppercase;font-weight:bold;}
#content h1.h2 a {font-size:8pt;color:#730a0a;text-transform:uppercase;font-weight:bold;text-decoration:none}
#content h2 {text-align:center;font-size:12pt;padding: 0 0 5px 0;color:#730a0a; font-weight:bold}
#content h2.bestview {text-align:center;font-size:11pt;padding: 0 0 5px 0;color:#730a0a; font-weight:bold; text-transform:uppercase}
#content a h2 {text-align:left;font-size:12pt;padding: 0;color:#730a0a}
#content h2 a {text-align:left;font-size:12pt;padding: 0;color:#730a0a}
#content p {text-indent:0px;font-size:9pt;text-align:justify}
#content p table tr td * {text-indent:0px;text-align:justify}
#content p.right {text-align:right}
#content p.hint {margin-bottom:0;color: #5f5f5f;font-size:8pt}
#content table.cars, table.cars tr, table.cars tr td {border:0px}
#content table.cars {text-align:left; margin:3px 0 3px 0; }
#content tr.ListItemOdd {background-color: #f1f1f1; height: 25px}
#content tr.ListItem {height: 25px;}
#content tr.ListItem, tr.ListItemOdd {border:0px;}
#content tr.ListItem td, tr.ListItemOdd td {border:0px;}
#content table.cars tr td {padding-left: 10px; vertical-align: bottom;}
#content table.cars a h2 {text-align:left;font-size:8pt;color:#730a0a;text-transform:uppercase;font-weight:bold}
#content table.cars td {width:25%;}
#content table.cars td.count {width:8%;}

#content table.cars tr td.desc {font-size:10pt; font-weight:bold; vertical-align:middle; padding-left: 30px; border:0px; text-align: justify}
#content table.cars tr td.desc nobr {font-size:10pt; font-weight:bold; }
#content table.cars tr td.info {font-size:10pt; font-weight:normal; line-height:1.4em; vertical-align:top; padding-left: 30px; padding-right: 30px; border:0px}

#content table.car_image {margin:3px 0 3px 0; border:0px; width: 827px}
#content table.car_image tr td {padding-top: 10px; vertical-align: top; border:0px}

#content table.onecar tr td,
#content table.onecar tr td * {font-size:10pt; vertical-align:middle}
#content table.onecar tr td.right {text-align:right; padding-right: 10px}
#CarMaxPriceBlock .user_price {font-size:9pt; color:#006699; font-weight:bold}

#content table.oneobject tr td,
#content table.oneobject tr td * {font-size:10pt; vertical-align:middle}
#content table.oneobject tr td.right {text-align:right; padding-right: 30px}

.car_id, .object_id { float:right; color: #f1f1f1 }
.car_id { float:none; color: #f1f1f1 }
div.car_id { float:right; position: relative; top: -40px; height:5px }

#content .object_caption, #content .object_caption * { font-weight:bold; }
#content .object_info_caption { font-weight:bold; }

#CarMaxPriceBlock {padding-left:30px; text-align:center}
#CarImageBlock {width: 540px; padding-left:40px; padding-right:10px; text-align:center; }
#CarImageGallery {width: 270px; padding-right:0px; padding-left:0px;}

#content table.bestview {margin:10px 0 10px 0; border:0px}
#content table.bestview img {border: 1px solid #000}
#content table.bestview td {vertical-align:top;text-align:center;font-size:9pt;}
#content table.bestview td {padding:5px 10px 0 0;margin:0 0 0 0; border:0px}
#content table.bestview td.left {padding:5px 0 0 5px}
#content table.bestview td.right {padding:5px 10px 0 0}
#content table.bestview td a {font-size:9pt;text-decoration:none;color:#006699}

#content div.CarInList { width:800px; margin:0; padding:0; }
#content div.CarInList:hover {}
#content .CarInListImage { float: left; width: 200px; margin: 10px 10px 0 0px }
#content .CarInListImage img {width: 200px; border: 2px solid black}
#content .CarInListDescription { width:385px; margin:10px 0 0 0; float:left; color:#000; font-size:10pt; }

#content .CarInListInfo,
#content .CarInListToBegin,
#content .CarIDInList,
#content .CarCityInList,
#content .CarInListBankLogo { text-align:right; font-size:10pt;  }

#content .CarInListInfo { float:left; margin:10px 0 0 0; }
#content .CarInListToBegin { margin:0 0 10px 0; }
#content .CarIDInList { color:#006699; }
#content .CarCityInList { width:200px; color:#ff0000; }
#content .CarInListBankLogo { margin: 5px 0px 0 0; }
#content .CarInListBankLogo img { width:200px; }

#content .EquipInListToBegin {width:125px;position:relative;top:10px;left:50px;text-align:right;margin:10px 0 10px 0;float:left;color:#000;font-size:10pt;}

#content .CarInListToBegin a,
#content .ObjectInListToBegin a,
#content .EquipInListToBegin a {color:#006699;font-size:10pt;text-decoration:none}

#content div.ObjectInList { width:800px; margin:0; padding:0; }
#content div.ObjectInList:hover {}
#content .ObjectInListImage { float: left; width: 200px; margin: 10px 10px 0 0px }
#content .ObjectInListImage img {width: 200px; border: 2px solid black}
#content .ObjectInListDescription { width:385px; margin:10px 0 0 0; float:left; color:#000; font-size:10pt; }

#content .ObjectInListInfo,
#content .ObjectInListToBegin,
#content .ObjectIDInList,
#content .ObjectCityInList,
#content .ObjectInListBankLogo { text-align:right; font-size:10pt;  }

#content .ObjectInListInfo { float:left; margin:10px 0 0 0; }
#content .ObjectInListToBegin { margin:0 0 10px 0; }
#content .ObjectIDInList { color:#006699; }
#content .ObjectCityInList { width:200px; color:#ff0000; }
#content .ObjectInListBankLogo { margin: 5px 0px 0 0; }
#content .ObjectInListBankLogo img { width:200px; }


#content table.realty td {border:1px solid #f1f1f1; padding-left: 2px; padding-right: 2px}
#content table.realty .Caption * {font-family:Arial; font-size:8pt; color:#730a0a; font-weight:bold; text-align:center; text-transform: uppercase}
#content table.realty .Caption td {border:1px solid #d1d1d1}
#content table.realty td {text-align:center; vertical-align:middle; font-size:9pt;}
#content .RealtyInListImage img {width: 100px; border: 2px solid black}

#content div.ObjectRealtyInListCaption div,
#content div.ObjectRealtyInList div { float:left; padding: 2px; text-align: center }

#content div.ObjectRealtyInListCaption div {font-family:Arial; font-size:8pt; color:#730a0a; font-weight:bold; text-align:center; text-transform: uppercase}

#content a.ObjectInList { color:#000; cursor: pointer }
#content .ObjectInListMiniImage img { width:100px; border: 1px solid black }

#content table.business td { color: #006699; }
#content table.business td.empty { color: #a1a1a1; }

#content .notebene { color: #a5a5a5; font-size: 8pt }

#footer .copyright {
	font-size:8pt;
	color: #000;
	text-decoration: none;
	text-align: left;
}

#footer #copyright { width:400px; float: left }
#footer #stats { text-align:right }

b {font-weight: bold}

#selectCity {float: right}

#selectCity select {
	padding: 0;
	margin: 0;
	position: relative;
	top: 3px;
}

#columnNavigation {width: 160px}

.BlockColumn {
	border: 1px solid #730a0a;
	width: 160px;
	margin-bottom: 10px;
}

.BlockColumn .Caption {
	background-color:#730a0a;
	width: 160px;
	height: 25px;
	text-transform: uppercase;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
	font-size: 10pt;
	line-height: 2.0em;
}

.BlockColumn .Caption * {
	font-weight: bold;
}

.BlockColumn .CaptionWide {
	height: 50px;
	font-size: 10pt;
	line-height: 1.6em;
}

.BlockColumn .Caption a {
	text-transform: uppercase;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
	font-size: 7pt;
	line-height: 2.0em;
}

.BlockColumn .ListItem,
.BlockColumn .ListItemOdd {
	height: 25px;
	padding-left: 10px;
	padding-right: 10px;
}

.BlockColumn .ListItemOdd {
	background-color: #f1f1f1;
}

.BlockColumn .ListItem,
.BlockColumn .ListItemOdd,
.BlockColumn .ListItem a,
.BlockColumn .ListItemOdd a {
	width: 140px;
	color: #006699;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 2.0em;
	font-weight: bold;
	font-size: 10pt;
}

.BlockColumn .ListItem a.Active,
.BlockColumn .ListItemOdd a.Active {
	color: #e12020;
}

.BlockColumn .Item {
	height: auto;
	text-align: center;
	margin: 10px 0 0 0;
	padding: 0;
}

.BlockColumn .ItemObject {
	height: auto;
	text-align: center;
	margin: 10px 0 0 5px;
	padding-bottom: 5px;
}

.BlockColumn .Item table.tblpreviewBlockObjects td.hr {
	border-top: 1px solid #730a0a;
	font-size: 1px;
	line-height: 0.1em;
}

.BlockColumn table.ItemNWAB,
.BlockColumn table.ItemNWAB tr,
.BlockColumn table.ItemNWAB tr td {
	margin: 0;
	padding: 0;
}

.BlockColumn table.ItemNWAB td.hr {
	border-top: 1px solid #730a0a;
	font-size: 1px;
	line-height: 0.1em;
}

.BlockColumn table.ItemNWAB tr td {
	padding:0px;
	vertical-align: middle
}

.BlockColumn table.ItemNWAB td,
.BlockColumn table.ItemNWAB td * {
	margin: 0;
	padding: 0;
	font-size: 8pt;
	color: #000;
}

.BlockColumn .ItemNWAB td img {
	border: 1px solid #f5f5f5;
	margin: 0; /*1px 1px 1px 1px;*/
	padding: 0;
	width: 32px;
}

.BlockColumn .Single {
	margin: 0 0 0 0;
}

#content table.cars tr.ListItem a,
#content table.cars tr.ListItemOdd a {
	color: #006699;
	text-transform: uppercase;
	line-height: 2.0em;
	font-size: 10pt;
	border:0px;
}

#content table.cars tr.ListItem h1.h2 a,
#content table.cars tr.ListItemOdd h1.h2 a {
	color: #730a0a;
	text-transform: uppercase;
	line-height: 2.0em;
	font-size: 10pt;
}

#content table.cars tr.ListItem td.count,
#content table.cars tr.ListItemOdd td.count {
	width: 30px;
	color: #505050;
	text-transform: uppercase;
	line-height: 2.0em;
	font-size: 10pt;
	border:0px;
}

#content table.cars tr.ListItem td,
#content table.cars tr.ListItemOdd td {
	border:0px;
}

#content img.CarImage {
	width: 465px;
	border: 2px solid #000;
}

div.CarImagePreview,
div.CarImagePreviewOdd {
	padding-right: 15px;
	padding-bottom: 3px;
}

#content img.CarImagePreview {
	border: 1px solid black;
	width: 113px;
	cursor: pointer;
	margin-bottom: 3px;
}

div.CarImagePreview { float:right}
div.CarImagePreviewOdd { float:left}

/* BGN: FormUserPrice */
#content table.cars_userprice, table.cars_userprice tr, table.cars_userprice td { border:0px }
#content form { border:0px }

#FormUserPriceBlockError {
	width: 800px;
	float: left;
	margin-top: 10px;
	text-align: center;
	font-size: 10pt;
	color: #ff0000;
}

#FormUserPriceBlockForm {
	width: 450px;
	float: left;
	margin-left: 20px;
}

#FormUserPriceBlockForm #user_name {
	width: 300px;
	text-align: center;
}

#FormUserPriceBlockForm #user_phone_prefix {
	width: 40px;
	text-align: center;
}

#FormUserPriceBlockForm #user_phone {
	width: 90px;
	text-align: center;
}

#FormUserPriceBlockForm #user_price {
	width: 190px;
	text-align: center;
}

#FormUserPriceBlockForm .form_auction_user_price_limit {
	font-size: 8pt;
	color: #777;
}

#FormUserPriceBlockForm #user_has_seen_car_yes {
	width: 50px;
	margin-right: 0px;
}

#FormUserPriceBlockForm #user_has_seen_car_no {
	width: 50px;
}

#FormUserPriceBlockCaptcha {
	width: 120px;
	float: left;
	margin-top: 10px;
	text-align: center;
	font-size: 10pt;
}

#FormUserPriceBlockCaptcha #user_captcha {
	width: 80px;
	text-align: center
}

#FormUserPriceBlockSubmit {
	width: 600px;
	float: left;
	margin-top: 20px;
}

div.form_buy_field {
	border: 0px;
	height: 25px;
	margin-top: 10px;
}

div.form_buy_field * {
	font-size: 10pt;
}
/* END: FormUserPrice */

/* BGN: New Cars*/
a.previewBlockCars {
	font-size: 7pt;
	margin:0px;
	padding:0px;

	line-height: 1.5em;
}

.tblpreviewBlockObjects tr,
.tblpreviewBlockObjects td {
	margin: 0;
	padding: 0;
}

.tblpreviewBlockObjects td {
	vertical-align: middle;
	text-align:left;
}
/* END: New Cars*/

td.logo-object { text-align: center }
.h1-object { text-align: center }

/* BGN: NWAB */
#tableNWAB div.listItem {
	float: left;
	padding-bottom: 15px;
	text-align: left;
	width: 100%
}

#tableNWAB div.listItem div {
	display: table-cell;
	float: left;
}

#tableNWAB div.listItem img {
	margin-right: 8px;
	float: left;
}

#tableNWAB .listItem a:link, .listItem a:visited, .listItem a:hover {
	color:#6C7072;
	cursor:pointer;
	display:block;
	text-decoration:none;
}

#tableNWAB a:link, a:visited, a:active { color:#459AF0; }
#tableNWAB a:link, a:visited, a:active { color:#459AF0; }

table.ItemNWAB tr,
table.ItemNWAB tr td,
table.ItemNWAB tr td a img,
table.ItemNWAB img { padding: 0; margin: 0; }

/* END: NWAB */

select.BlockSearch,
input.BlockSearch {
	margin-bottom: 5px;
}
