@charset "UTF-8";

body {
	margin: 0;
	padding: 0;
	color: #646464;
	background-color: #fff;
	font-family: verdana, sans-serif;
	font-size: 12px;
}

h1, .h1, .breadcrumbs {
	font-family: verdana, sans-serif;
	font-size: 14px;
	margin: 0 0 20px;
	padding: 0 0 16px;
	color: #000;
	background: url("/pict/line_big_blue.png") no-repeat left bottom;
}

header, nav, aside, article, section, footer {
	display: block;
}

p {
	line-height: 130%;
}

img {
	border: 0;
}

h2 {
	font-family: verdana, sans-serif;
	font-size: 14px;
	color: #26b8b7;
}

h3 {
	font-size: 110%;
	color: #1f1f1f;
}

a {
	color: #818181;
}

a:hover {
	color: #646464;
}

.site {
	position: relative;
	text-align: left;
	width: 940px;
	margin: 0 auto;
	padding: 0;
}

header {
	position: relative;
	width: 940px;
	height: 60px;
	margin: 0 0 50px 0;
}

.logo {
	float: left;
	padding-top: 50px;
	width: 180px;
	height: 120px;
}

.logo a {
	text-decoration: none;
}

nav {
	float: left;
	width: 760px;
}

.breadcrumbs a {
	font-size: 12px;
	text-decoration: none;
	color: #000;
}

.breadcrumbs a.start {
	color: #67cdcc;
	padding-right: 12px;
	background: url("/pict/arrow_start.png") no-repeat right 4px;
	font-weight: bold;
}

.breadcrumbs a.start:hover {
	color: #f16428;
}

aside {
	float: left;
	width: 160px;
	margin: 0;
	padding: 10px 20px 0 0;
}

.content {
	float: left;
	width: 760px;
	min-height: 400px;
	position: relative;
	padding: 0 0 50px;
}

.content p {
	line-height: 140%;
	margin: 0;
	padding: 0 0 6px;
}

.social {
	clear: both;
	padding: 0;
	position: absolute;
	bottom: 0;
	left: 0;
}

.content_bot {
	clear: both;
	height: 20px;
	padding: 20px 0;
	background: url("/pict/line_cont_bot.png") no-repeat center bottom;
}

/*** HOME PAGE ***/
.text_about {
	float: left;
	width: 370px;
}

.text_about h1 {
	background-image: url("/pict/line_small_blue.png") !important;
}

.text_about p {
	margin: 0;
	padding: 0 0 6px;
}

/*** ANNOUNCES ***/
.announces_block {
	float: left;
	width: 390px;
}

.announces_block h2, .text_about h1 {
	color: #000;
	margin: 0 0 20px;
	padding: 0 0 16px;
	background: url("/pict/line_small_green.png") no-repeat left bottom;
}

ul.announces {
	margin: 0;
	padding: 0 30px 0 0;
}

ul.announces li {
	display: block;
	margin: 0 0 16px 0;
	padding: 0 0 36px;
	/*float: left;*/
	background: url("/pict/delim_hor_390.png") no-repeat left bottom;
}

ul.announces li h3 {
	margin: 0;
	padding: 0 0 4px;
	font-size: 14px;
}

ul.announces li h3 a {
	text-decoration: none;
	color: #f16428;
}

ul.announces li h3 a:hover {
	color: #818181;
}

ul.announces li p {
	margin: 0;
	padding: 0 0 6px;
}

a.seemore {
	font-size: 1px;
	color: #fff;
	text-decoration: none;
}

a.seemore:hover {
	color: #5f0909;
}

/*** NAV LEFT ***/
ul.nav_left {
	margin: 30px 0 12px;
	padding: 0;
	list-style: none;
}

ul.nav_left li a {
	display: block;
	margin: 0;
	padding: 5px 0 0 60px;
	height: 32px;
	background: no-repeat 15px top;
	font-size: 13px;
}

.site_home ul.nav_left li a {
	padding: 20px 0 0 68px;
	height: 58px;
	background: no-repeat left top;
}

ul.nav_left li a:hover, ul.nav_left li a.active {
	color: #f16428;
}

ul.nav_left li a.left_veterinary {
	background-image: url("/pict/left/veterinary.png");
}

ul.nav_left li a.left_breeding {
	background-image: url("/pict/left/breeding.png");
}

ul.nav_left li a.left_owners {
	background-image: url("/pict/left/owners.png");
}

ul.nav_left li a.left_news {
	background-image: url("/pict/left/news.png");
}

ul.nav_left li a.left_diagnostickits {
	background-image: url("/pict/left/diagnostickits.png");
}

ul.nav_left li a.left_comers {
	background-image: url("/pict/left/comers.png");
}

ul.nav_left li a.left_newtests {
	background-image: url("/pict/left/newtests.png");
}

.site_home ul.nav_left li a.left_veterinary {
	background-image: url("/pict/left/veterinary_home.png");
}

.site_home ul.nav_left li a.left_breeding {
	background-image: url("/pict/left/breeding_home.png");
}

.site_home ul.nav_left li a.left_owners {
	background-image: url("/pict/left/owners_home.png");
}

.site_home ul.nav_left li a.left_news {
	background-image: url("/pict/left/news_home.png");
}
.site_home ul.nav_left li a.left_diagnostickits {
	background-image: url("/pict/left/diagnostickits_home.png");
}

.site_home ul.nav_left li a.left_comers {
	background-image: url("/pict/left/comers_home.png");
}

.site_home ul.nav_left li a.left_newtests {
	background-image: url("/pict/left/newtests_home.png");
}

/*** Nav Sub ***/
ul.nav_sub {
	margin: 0 0 20px 0;
	padding: 0;
	list-style: none;
}

ul.nav_sub li {
	margin: 0;
	padding: 0 0 0 0;
}

ul.nav_sub li a {
	display: block;
	padding: 4px 0 4px 22px;
}

ul.nav_sub li a:hover, ul.nav_sub li a.active {
	color: #f16428;
}

/*** CTG ***/
ul.ctg_all {
	margin: 20px 0;
	padding: 0;
	list-style: none;
}

ul.ctg_all li {
	float: left;
	width: 250px;
	margin: 0;
	padding: 0 0 30px;
	text-align: center;
}

ul.ctg_all li.cleaner {
	clear: both;
	/*padding-right: 10px;*/
}

ul.ctg_all .ctg_img_block {
	padding-bottom: 10px;
}

ul.ctg_all .ctg_text_block {
}

ul.ctg_all .ctg_text_block h2 {
	margin: 0;
	padding: 6px 0;
	font-weight: normal;
}

ul.ctg_all .ctg_text_block p {
	margin: 0;
	padding: 0;
}

ul.ctg_all .ctg_text_block h2 a {
	color: #000;
}

ul.ctg_all .ctg_text_block h2 a:hover {
	color: #757584;
}

/* ITEMS */
ul.items {
	margin: 10px 0;
	padding: 0;
	list-style: none;
}

ul.items li {
	margin: 0 0 16px 0;
	padding: 0 0 36px;
	background: url("/pict/delim_hor_760.png") no-repeat left bottom;
}

ul.items li ul {
	margin: 1em;
	padding: 1em;
}

ul.items li ul li {
	list-style: disc;
	border: 0px;
	clear: none;
}

ul.items li h2 {
	margin: 0;
	padding: 0;
}

ul.items li h2 a {
	text-decoration: none;
	color: #f16428;
}

ul.items li p {
	margin: 0;
	padding: 6px 0 0;
}

ul.items li .block_img {
	float: right;
	padding: 0 0 10px 20px;
}

.tests ul.items li {
	float: left;
	background: none;
	width: 220px;
	margin: 0;
	padding: 0 0 20px 40px;
}

.tests ul.items li.first {
	clear: both;
	padding-left: 0px;
}

.tests ul.items li .map {
	width: 360px;
	height: 210px;
	overflow: hidden;
	margin-top: 20px;
}

.tests ul.items li .map p {
	margin: 0;
	padding: 0;
}

/*** ITEM ONE ***/
.item_one h1 {
	font-size: 16px;
	color: #f16428;
	background: none;
	padding: 0;
}

.item_one .block_img {
	float: right;
	padding: 2px 0 10px 20px;
}

/*** CAT ***/
.items_container_small {
	width: 440px;
	font-size: 11px;
}

.item_overflow {
	overflow: auto;
	width: 480px;
	height: 280px;
}

table.items_content {
	width: 100%;
	border-collapse: collapse;

}

table.items_content th {
	color: #4a59ad;
	font-size: 14px;
	font-weight: normal;
	vertical-align: top;
}

table.items_content th.item_info {
	font-size: 10px;
}

table.items_content th, table.items_content td {
	padding: 4px;
	border: 1px solid #a4e2e1;
}

td.item_comment h2 {
	margin: 0;
	padding: 0;
	color: #f16428;
	font-size: 12px;
}

.info td.item_comment h2 {
	padding: 4px 0;
}

td.item_code, td.item_price {
	font-weight: bold;
	font-size: 14px;
}

td.item_info a.i {
	display: block;
	width: 52px;
	height: 52px;
	background: url("/pict/ico_info.png") no-repeat 0 0;
	font-size: 1px;
	color: #fff;
}

td.item_info a.i:hover {
	background-image: url("/pict/ico_info_active.png");
}

table.items_header td, table.items_header_small td {
	color: #4a59ad;
	font-size: 14px;
	vertical-align: top;
}

table.items_header td.item_info {
	font-size: 10px;
}

td.item_biopsy {
	width: 211px;
	vertical-align: top;
}

td.item_container {
	width: 151px;
	vertical-align: top;
}

td.item_container ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

td.item_container ul li {
	margin: 0;
	padding: 0 0 6px;
}

td.item_termin {
	width: 50px;
}

.tbl_top {
	position: absolute;
	left: 0;
	top: 0;
	height: 12px;
	width: 758px;
	background: url("/pict/tbl_top.png") no-repeat 0 0;
}

.tbl_bot {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 12px;
	width: 758px;
	background: url("/pict/tbl_bot.png") no-repeat 0 0;
}

.items_container_small .tbl_top {
	width: 440px;
	background-image: url("/pict/tbl_top_small.png");
}

.items_container_small .tbl_bot {
	width: 440px;
	background-image: url("/pict/tbl_bot_small.png");
}
table.table_price {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #ccc;
}
table.table_price td {
	padding: 2px 4px;
	border: 1px solid #ccc;
}
footer {
	position: relative;
	clear: both;
	margin: 20px 0 0;
	font-size: 11px;
	height: 100px;
}

footer p {
	margin: 0;
}

footer a {
	text-decoration: none;
}

footer a:hover {
	color: #f16428;
}

ul.nav_bot {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.nav_bot li {
	margin: 0;
	padding: 10px 14px 0 0;
	float: left;
}

ul.nav_bot li a {
	color: #818181;
}

a.social_button {
	position: absolute;
	display: block;
	top: 0;
	left: 450px;
	width: 40px;
	height: 40px;
}

a.social_button.tw {
	left: 500px;
}

a.email {
	position: absolute;
	display: block;
	top: 0;
	left: 550px;
	width: 150px;
	height: 48px;
	padding: 10px 72px 0 0;
	text-align: right;
	background: url("/pict/ico_mail.png") no-repeat top right;
	color: #26b8b7;
}

.mitci {
	position: absolute;
	top: 10px;
	right: 0;
	width: 200px;
	text-align: right;
}

.mitci a {
	color: #000;
}

.copyright {
	position: absolute;
	top: 50px;
	left: 0;
}

/*** NAVIGATOR ***/
.navigator {
	padding: 0 0 30px;
}

.navigator span {
	display: block;
	float: left;
}

.navigator span.rew a, .navigator span.frw a {
	display: block;
	width: 32px;
	height: 34px;
	text-align: center;
	background: url("/pict/arrow_pager.png") no-repeat left top;
	text-decoration: none;
}

.navigator span.frw a {
	background: url("/pict/arrow_pager.png") no-repeat -32px top;
}

.navigator span.rew a:hover, .navigator span.frw a:hover, .navigator span.frw a:hover {
	background-image: url("/pict/arrow_pager_hower.png");
}

.navigator .pager {
	margin: 8px 20px 0 0px;
}

.navigator .pager a {
	text-decoration: none;
	font-family: Verdana, sans-serif;
	font-size: 14px;
	padding: 0 0 0 12px;
}

.navigator .pager a#active {
	color: #d33200;
}

.navigator .pager a#bul {
	background: url("/pict/bul.png") no-repeat 6px center;
}

.upper {
	text-transform: uppercase;
}

/*** FEEDBACK ***/
.feedback_form div, .tests_form div {
	padding: 6px 0 6px 0;
}

.feedback_form label, .tests_form label {
	display: block;
	padding: 0 0 4px 30px;
}

.feedback_form #message_spry textarea {
	padding: 20px 30px;
	width: 380px;
	height: 130px;
	resize: none;
	background: url("/pict/input_quest_quest.png") no-repeat 0 0;
}

.feedback_form #email_spry input, .feedback_form #phone_spry input {
	width: 420px;
	height: 35px;
	padding: 0 20px 0 30px;
	resize: none;
	background: url("/pict/input_quest_phone.png") no-repeat 0 0;
}

.feedback_form #captcha_spry, .tests_form #captcha_tests_spry {
	width: 250px;
	float: left;
}

.feedback_form #captcha_spry input#captcha {
	float: left;
	border: 1px solid #999;
}

.feedback_form #captcha input, .tests_form #captcha_tests_spry input {
	display: inline;
	height: 20px;
	border: 1px solid #ccc;
}

.feedback_form button {
	margin: 18px 150px 0 0;
}

.tests_form #full_name_spry input {
	height: 25px;
	width: 465px;
	background: url("/pict/input_tests_pet.png") no-repeat 0 0;
	padding: 0 20px 0 30px;
}

.tests_form #message_tests_spry textarea {
	padding: 20px 30px;
	width: 465px;
	height: 140px;
	resize: none;
	background: url("/pict/input_tests_quest.png") no-repeat 0 0;
}

.tests_form #email_tests_spry input, .tests_form #phone_tests_spry input {
	width: 465px;
	height: 25px;
	padding: 0 20px 0 30px;
	resize: none;
	background: url("/pict/input_tests_phone.png") no-repeat 0 0;
}

.tests_form button {
	margin: 18px 150px 0 0;
}

input, select, textarea {
	border: 0;
	font-family: arial, sans-serif;
	display: block;
	font-size: 12px;
}

button {
	display: block;
	float: right;
	cursor: pointer;
	width: 150px;
	height: 35px;
	background: url("/pict/input_button.png") no-repeat 0 0;
	border: 0;
	color: #fff;
	text-align: left;
	padding-left: 10px;
}

/*** PRINT ***/
.print_version {
	clear: both;
	padding: 20px 0 0;
}

.print_version a, .print_version a:hover {
	text-decoration: none !important;
	border: 0;
}

/*** NEXT-PREV ***/
.details {
	clear: both;
	padding: 20px 0;
	text-align: left;
}

.details a {
	color: #67656d;
	text-decoration: none;
	background: url("/pict/arrow_next_prev.png") no-repeat right top;
	font-weight: normal;
	padding: 0 14px 0 14px;
	text-transform: lowercase;
	font-size: 11px;
}

.details a:hover {
	text-decoration: underline;
}

.details a.back {
	background-position: left -12px;
	padding-right: 14px;
}

.details a.up {
	background-position: right -24px;
	padding-left: 0;
}

.date {
	color: #666;
	font-size: 90%;
	display: block;
}

/*** REQUEST ***/
.request {
	position: absolute;
	top: 8px;
	right: 230px;
	padding: 14px 0 0 50px;
	width: 120px;
	height: 40px;
	background: url("/pict/request_bg.png") no-repeat left top;
}

.request a {
	font-size: 14px;
	color: #67cdcc;
	text-decoration: none;
}

.request a:hover {
	color: #f16428;
}

/*** LANG ***/
.lang {
	position: absolute;
	right: 0;
	top: 10px;
	font-size: 12px;
}

.lang a {
	display: block;
	float: left;
	padding: 46px 0 0;
	height: 12px;
	width: 54px;
	text-align: center;
	background: no-repeat center top;
	color: #969696;
	text-decoration: none;
}

.lang a.lang_ru {
	background-image: url("/pict/lang_ru.png");
}

.lang a.lang_ru.active, .lang a.lang_ru:hover {
	background-image: url("/pict/lang_ru_active.png");
}

.lang a.lang_ua {
	background-image: url("/pict/lang_ua.png");
}

.lang a.lang_ua.active, .lang a.lang_ua:hover {
	background-image: url("/pict/lang_ua_active.png");
}

.lang a.lang_en {
	background-image: url("/pict/lang_en.png");
}

.lang a.lang_en.active, .lang a.lang_en:hover {
	background-image: url("/pict/lang_en_active.png");
}

.lang a:hover {
	text-decoration: underline;
}

.price {
	display: block;
	/*width: 60px;*/
	padding: 55px 0 10px;
	text-align: center;
	text-decoration: none;
	background: url("/pict/ico_price.png") no-repeat center top;
	color: #818181;
	font-size: 11px;
}

a.tests_get {
	display: block;
	clear: both;
	width: 120px;
	height: 120px;
	margin: 30px 0 0 15px;
	padding: 26px 0 0;
	text-align: center;
	text-decoration: none;
	background: url("/pict/tests_get.png") no-repeat center top;
	color: #fff;
	font-size: 18px;
}

a.tests_get:hover {
	background-image: url("/pict/tests_get_active.png");
}

hr {
	border-bottom: 1px solid #ccc;
	border-top: none;
	border-left: none;
	border-right: none;
}

.message {
	border-bottom: solid 1px #c00;
	padding-bottom: 5px;
	color: #c00;
	font-weight: bold;
	margin: 0 0 25px 0;
}

.cleaner, .wrapper {
	clear: both;
}

.line {
	clear: both;
	height: 3px;
	background: #dce2e0;
	margin: 0 0 0;
	font-size: 1px;
}

/*** REG FORM ***/
.registration_form {
	margin: 30px 0 0;
}

.registration_form table {
	border: 0px;
}

.registration_form table td {
	padding: 4px 10px 4px 0;
}

.registration_form input, .registration_form select, .registration_form textarea, .auth_form input, .password_reminder_form input {
	border: 1px solid #666;
}

.auth_form {
	margin: 100px;
}

.item_overflow .auth_form {
	margin: 0 0 0 110px;
}

.item_info_auth {
	margin: 0 40px 40px 70px;
}

.auth_form input, .password_reminder_form input {
	width: 200px;
	margin: 10px 0;
}

.auth_form button, .password_reminder_form button {
	float: none;
}

.do_reg, .registration_confirm {
	margin: 30px 0 0;
}

.do_reg a {
	padding: 0 20px 0 0;
}

.user_login_data {
	position: absolute;
	top: 22px;
	right: 430px;
}

.user_data {
	position: absolute;
	top: 22px;
	width: 500px;
	right: 0;
}

.user_login_data a, .auth_session {
	padding: 0 20px 0 0;
}

.auth_session {
	font-weight: bold;
}

/*** SEARCH ***/
.search_form {
	position: absolute;
	top: 18px;
	left: 200px;
	border: 1px solid #999;
	background: #fff;
}

.search_form form {
	margin: 0;
	padding: 0;
}

.search_form input {
	border: 0;
	font-size: 90%;
	color: #999;
	background-color: #fff;
	display: inline;
}

.search_form button {
	background: url("/pict/search.png") no-repeat center;
	border: 0;
	margin: 0;
	padding: 0;
	height: 18px;
	width: 18px;
	cursor: pointer;
	float: none;
	display: inline;
}

.search_result ul {
	list-style: none;
	margin: 10px 0 10px 10px;
	padding: 0;
}

.search_result ul li {
	padding: 0 0 10px;
	margin: 0;
}

.search_result a {
	text-decoration: none;
}

.search_result p {
	margin: 10px 0 0;
	padding: 0;
}
