@charset "utf-8";
* {
	margin: 0;
	padding: 0;
	text-transform: none;
	color: #233663;
        font-size: 16px;
        Line-Height: 18px;
	font-size: 16px;
	color: #777;	
}

#Back {
	width: 1018px;
	height: 268px;
	background: url(/sites/snowwind/img/logo_sw.jpg) no-repeat 0 0;
	position: relative;
        margin: 0 auto;
        }
#Left {
	float: left;
        padding-right: 14px;
	background: url(/sites/snowwind/img/menu2.gif) no-repeat right top;
        }
#Right {
	float: right;
	padding-left: 14px;
	background: url(/sites/snowwind/img/menu1.gif) no-repeat left top;
}
#Left a,
#Right a {
	display: -moz-inline-box;
	display: inline-block;
	height: 25px;
	margin: 0;
	background: url(/sites/snowwind/img/menubg.gif) repeat-x 0 0;
	padding:4px 15px 7px 15px;
	font-family:Tahoma,Arial,Serif;
    color:#FFFFFF;
    font-size:13px;
}
#Left a:hover,
#Right a:hover {
	background-image: url(/sites/snowwind/img/menuh.jpg);
    padding:4px 15px 7px 15px;
	font-family:Tahoma,Arial,Serif;
    color:#FFFFFF;
    font-size:13px;
}

/***************************************************************
* Основные блоки на странице
* Содержимое Content
* Параметры:
* Справа
* Ширина на всё оставшееся от боковины место
* Отступ внутри 5px
***************************************************************/
#Content {
	overflow: hidden;
	background-color: #fff;
        width: 860px;
        text-align:left;
        margin-bottom: 20px;
}
html, body {height: 100%; font: normal 14px/20px "Trebuchet MS", Helvetica, sans-serif;}
/***************************************************************
* Общие настройки для текста
* В принципе, здесь можно менять всё
***************************************************************/

p, ul, ol {
	margin-bottom: 10px;
}
td{
 color: #233663;
 font-size: 16px;
 font-family: "Trebuchet MS", Helvetica, sans-serif;
 Line-Height: 18px;
 }
a:link, a:visited {
color: #d89f04; 
text-decoration: underline;
font-size:16px;
}
a:active, a:hover {
color: #eeb210;
text-decoration: underline;
font-size:16px;
}
a.menu:link,a.menu:active,a.menu:visited {
	font-family:Tahoma,Arial,Serif;
    color:#FFFFFF;
    font-size:13px;
    text-decoration:none;
    padding:4px 10px 7px 10px;
    Line-Height: 14px;
	margin: 0px;
	padding:4px 15px 7px 15px;
	}

a.menu:hover {
    color:#FFFFF1;
    text-decoration:none;
	background-image: url(/sites/snowwind/img/menuh.jpg) repeat-x;
	margin: 0px;
	font-size:13px;
	Line-Height: 14px;
	padding:4px 15px 7px 15px;
	}

h2, h3, h4, h5, h6,
h2 a, h3 a, h4 a, h5 a, h6 a {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	text-decoration: none;
}

h1, h1 a {
    color: #6393d3;
    font-size:28px; font-family:"Times New Roman", Helvetica, sans-serif;
	line-height: 40px;
	margin-bottom: 16px;
}
h2, h2 a {
	font-size: 35px;
	line-height: 40px;
	margin-bottom: 20px;
}
h3, h3 a {
	font-size: 32px;
	line-height: 40px;
	margin-bottom: 20px;
}
h4, h4 a {
	font-size: 26px;
	line-height: 30px;
	margin-bottom: 10px;
}
h5, h5 a {
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 10px;
}
h6, h6 a {
	font-size: 18px;
	line-height: 20px;
	margin-bottom: 10px;
}
hr {
	border: 0;
	height: 5px;
	background-color: #d89f04;
	margin: 10px 0;
}

ul, ol {
	list-style-position: inside;
}
/***************************************************************
* Кое-что общее для всего
***************************************************************/
.thumb {
	display:inline;
	float: left;
}
.thumb a img,
.photo .gallery a img{
	display: block;
	border: 5px solid #eee; /* рамка картинки когда не наведён курсор */
}
.thumb a:hover img,
.photo .gallery a:hover img{
	border: 5px solid #d89f04; /* рамка активной картинки */
}
.w150 {
	width: 160px; /* учитываем в ширине рамку картинки */
}
.news .text,
.catalogue .text,
.sale .text,
.albom .text {
	margin-left: 170px;
}

.litter {
	zoom: 1;
	overflow: auto;
}
.block {
	width: 860px;
	overflow: auto;
}

.catalogue,
.albom {
	width: 100%;
	float: left;
	min-height: 220px; /* минимальная высота блока, чтобы картинка не налезала на линию снизу */
}

.block,
.litter,
.albom,
.animal,
.message {
	margin: 5px 0;
	padding: 5px 0;
	border-bottom: 5px solid #eee; /* линия снизу для повторяющихся блоков */
}

.text ul{
	list-style: none;
}

.gallery {
	zoom: 1;
	overflow: auto;
}

#Photo {
	text-align: center;
}

#Content .photo .gallery,
#Content .catalogue .gallery {
	zoom: 1;
	overflow-x: scroll;
	overflow-y: hidden;
	padding: 5px;
}
.caption { /* текст под фотографиями */
	font-size: 12px;
	margin-bottom: 20px;
}
/***************************************************************
* Каталог
***************************************************************/

/***************************************************************
* Фильтр
***************************************************************/
.filter {
	margin: 10px 0; /* отступ сверху и снизу */
	padding: 10px 10px; /* внутренний отступ */
	background-color: #eee; /* фон для фильтра */
}
.filter label,
.filter select,
.filter input {
	font-size: 12px; /* размер текста */
}
.filter li {
	list-style: none;
	display: inline;
}
.filter select,
.filter input.button {
	margin: 0 10px; /* расстояние по горизонтали для полей и кнопок */
}
/***************************************************************
* Родословные
***************************************************************/
.pedigree table{
	border-bottom: 5px solid #eee; /* линия снизу блока */
	margin-bottom: 10px; /* отступ снизу блока */
}
.pedigree td {
	width: 25%; 
	padding: 5px; /* отступ внутри ячейки */
	border: 1px solid #eee;
}
.pedigree td h3,
.pedigree td h3 a {
	font-size: 18px; /*размеры для заголовка в табоице поменьше */
	line-height: 20px;
	margin-bottom: 10px;
}
.pedigree td h3 {
	padding-top: 20px; /* отступ сверху заголовка, чтобы поместить номер */
	background-repeat: no-repeat;
	background-position: left top;
}
/* номера ячеек */
.offspring  h3{background-image: url(/sites/snowwind/templates/4/p1.gif);}
.parent-1   h3{background-image: url(/sites/snowwind/templates/4/p2.gif);}
.parent-2   h3{background-image: url(/sites/snowwind/templates/4/p3.gif);}
.parent-3   h3{background-image: url(/sites/snowwind/templates/4/p4.gif);}
.parent-4   h3{background-image: url(/sites/snowwind/templates/4/p5.gif);}
.parent-5   h3{background-image: url(/sites/snowwind/templates/4/p6.gif);}
.parent-6   h3{background-image: url(/sites/snowwind/templates/4/p7.gif);}
.parent-7   h3{background-image: url(/sites/snowwind/templates/4/p8.gif);}
.parent-8   h3{background-image: url(/sites/snowwind/templates/4/p9.gif);}
.parent-9   h3{background-image: url(/sites/snowwind/templates/4/p10.gif);}
.parent-10  h3{background-image: url(/sites/snowwind/templates/4/p11.gif);}
.parent-11  h3{background-image: url(/sites/snowwind/templates/4/p12.gif);}
.parent-12  h3{background-image: url(/sites/snowwind/templates/4/p13.gif);}
.parent-13  h3{background-image: url(/sites/snowwind/templates/4/p14.gif);}
.parent-14  h3{background-image: url(/sites/snowwind/templates/4/p15.gif);}

/***************************************************************
* Фото
* Кое-что надо будет потом в вёрстке поправить, чтобы унифицировать
***************************************************************/
.photo .gallery ul {list-style: none; width: auto; margin: 0 !important;}
.photo .gallery li {display: inline; float: left; margin: 0 !important;}
/**********************************************************
* Рейтинг
**********************************************************/
.rating ul{
	list-style:none;
	margin: 0px;
	padding:0px;
	width: 200px; /* выставляем ширину равной ширине одной х 5 или ширине всей картинки, если в картинке все пять звёзд */
	height: 40px; /* высота одной звезды */
	position: relative;
	overflow:hidden;
	background: url(/sites/snowwind/templates/4/stars.gif) top left repeat-x; /* картинка со звёздами, менять только ссылку на картинку*/
}
.rating li{
	padding:0px;
	margin:0px;
	width:40px; /* ширина одной звезды */
	height:40px; /* высота одной звезды */
	/**/
	float: left;
	/* */
}
.rating li a{
	display:block;
	width:40px; /* ширина одной звезды */
	height: 40px; /* высота одной звезды */
	line-height:40px;	/* высота одной звезды */	
	text-decoration: none;
	text-indent: -9000px;
	z-index: 20;
	position: absolute;
	padding: 0px;
	overflow:hidden;
}
.rating li a:hover{
	background: url(/sites/snowwind/templates/4/stars.gif) left bottom; /* картинка со звёздами, менять только ссылку на картинку*/
	z-index: 2;
	left: 0px;
	border:none;
}
.rating a.one-star{
	left: 0px; /* оставляем как есть */
}
.rating a.one-star:hover{
	width:40px; /* ширина одной звезды */
}
.rating a.two-stars{
	left:40px; /* ширина одной звезды */
}
.rating a.two-stars:hover{
	width: 80px; /* ширина двух звезды */
}
.rating a.three-stars{
	left: 80px; /* ширина двух звезды */
}
.rating a.three-stars:hover{
	width: 120px; /* ширина трёх звезд */
}
.rating a.four-stars{
	left: 120px; /* ширина трёх звезд */
}	
.rating a.four-stars:hover{
	width: 160px; /* ширина четырёх звезд */
}
.rating a.five-stars{
	left: 160px; /* ширина четырёх звезд */
}
.rating a.five-stars:hover{
	width: 200px; /* ширина пяти звезд */
}
.rating li.current-rating{
	background: url(/sites/snowwind/templates/4/stars.gif) left center; /* картинка со звёздами, менять только ссылку на картинку*/
	position: absolute;
	height: 40px; /* высота одной звезды */
	display: block;
	text-indent: -9000px;
	z-index: 1;
	left: 0;
}

/* remove halo effect in firefox   */
a:active{
	outline: none;
}
/***************************************************************
* Правка глюков
***************************************************************/
table.form {display: block;}
/**********************************************************
* Additional classes
**********************************************************/
.date {
	display: -moz-inline-box;
	display: inline-block;
	height: 20px;
	padding-left: 20px;
	margin-right: 20px;
	background: url(/sites/snowwind/templates/4/calendar.png) no-repeat left center;
}
.time {
	display: -moz-inline-box;
	display: inline-block;
	height: 20px;
	padding-left: 20px;
	margin-right: 20px;
	background: url(/sites/snowwind/templates/4/clock.png) no-repeat left center;
}
.bottom {
	clear: both;
	background: url(/sites/snowwind/templates/4/shadow.gif) no-repeat center top;
	padding-top: 20px;
	padding-bottom: 20px;
}
.title, .breed, .born, .titles {font-weight: bold;}
/**********************************************************
* Chart
**********************************************************/
.vote,
.chart {
	margin-bottom: 20px;
}
.vote ul {list-style: none;}
.bar {
	height: 20px;
	background: url(/sites/snowwind/templates/4/chart.gif) repeat-x 0 0;
}
/**********************************************************
* Navigation
**********************************************************/
.nav {padding-bottom: 10px; clear: both;}
.nav p{
	overflow: auto;
	padding: 5px;
	text-align: center;
	background-color: #eee;
}
.nav a:hover {border: 0;}
.nav .page,
.nav .previous,
.nav .next,
.nav .med {
	display: -moz-inline-box;
	display: inline-block;
	padding: 5px;
	font-size: 12px;
	line-height: 20px;
	min-width: 20px;
	text-align: center;
}
.nav a:hover {
	background-color: #990000;
	color: #fff;
}
.nav .page.active {
	font-size: 18px;
}
/**********************************************************
* ADVERTISING
**********************************************************/
.zoo-adv {
	padding: 5px 0;
	border: 1px solid #ccc;
	background-color: #fff;
	margin-bottom: 20px;
}
.zoo-adv.horizontal .adv-text {
	width: 33.33%;
	display: inline;
	float: left;
}
.zoo-adv.vertical .adv-text {
}
.adv-text h4,
.adv-text p { padding: 0 5px 10px 5px; }
.adv-text h4 a {
	background-color: #000099;
	color: #fff;
	font-size: 14px;
	line-height: 30px;
	display: block;
	padding: 0 5px;
}
.adv-text h4 a:hover { background-color: #0000CC; border: 0;}
.adv-text p { font-size: 12px; }
.zoo-adv .ad-link {
	clear: both;
	text-align: right;
	padding-right: 5px;
}
.zoo-adv .ad-link a {
	color: #000099;
	text-decoration: underline;
}
/**********************************************************
* Feedback
**********************************************************/
.feedback .fsubmit input {
border: 1px solid #39528f;
color: #666699;
background-color: #FFFFFF;
	}
textarea {
border: 1px solid #CECCB3;
color: #666699;
background-color: #FFFFFF;
	}

.ros {
font-family:Tahoma,Arial,Serif;
color:#FFFFFF;
font-size:13px;
}


img.bord {
border: 2px solid #39528f;
margin: 10px 10px 0px 0px;
}
img.bord1 {
border: 2px solid #39528f;
margin: 2 2 2 2;
}

.pod {
color: #3E1409;
font-size:10px; font-family: Arial, sans-serif;
Line-Height:9px;
	}

.e-zoo {
	color: #39528f;
    font-size:10px; font-family: Arial, sans-serif;
	Line-Height:12px;
	}
 a.e-zoo:link, a.e-zoo:visited {
    color: #395281;
    font-family: Arial, sans-serif;
	font-size: 9px;
	text-decoration: underline;
	Line-Height:12px;
		}
a.e-zoo:hover, a.e-zoo:active {
	color: #39528f;
    font-family: Arial, sans-serif;
	font-size: 9px;
	text-decoration:underline;
	Line-Height:12px;
		}
 #POWERED {
	width: 88px;
	height: 31px;
}

#POWERED {
    width: 88px;
	height: 31px;
	background: url(/sites/bichonfrise/design/powered(1).gif) no-repeat 0 0;
        overflow: hidden;
        text-indent: -9999px;
}
#POWERED a {
    display: block;
    width: 88px;
    height: 31px;
    overflow: hidden;
}
