/*  ГЛАВНАЯ СТРАНИЦА
------------------------------------------------------------------------------*/
/* БЛОК C ПРИВЕТСТВИЕМ */
.welcome {
	text-align: left;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
}
.welcome img {
	float: left;
	margin-right: 10px;
}
.welcome p, .welcome h1 {
	font: normal 12px/18px 'Arial';/* шрифт */
	color: #5d585e;
	margin-bottom: 5px;
}
.welcome a {
	color: #3174A8;
}
/* БЛОК НОВОСТЕЙ */
.newsBlockBox {
	float: left;
	width: 348px;
	margin: 0;
}
.newsBlock .item {
	clear: both;
	overflow: hidden;
}
.newsBlock .item img {
	float: left;
	margin-right: 12px;	
}
.newsBlock .item p {
	font: normal 12px/16px 'Arial';/* шрифт */
	color: #736f66;
	margin-bottom: 0;
	margin-left: 100px; 
}

.newsBlock .item p.raiting {
	margin-left: 0;
}

.newsBlock .item h3 {
	line-height: 16px;/* В целяx кроссбраузерности для IE*/
}


/* ДИСКОНТНАЯ ПРОГРАММА */
.discountProgramBox {
	/* для расположения в лини с новостным блоком */
	width: 200px; 
	float: right;
	margin: 0;
}
.discountProgram .item p {
	font: normal 12px/18px 'Arial';/* шрифт */
	color: #736f66;
}
.tiketBuy {
	display: block;
	position: relative;
	height: 25px;
	overflow: hidden;
	text-decoration: none;
}
/* 
//ЗАКРУГЛЕНИЯ ДЛЯ ПОДБЛОКА ДИСКОНТ. ПРОГ. КУПИТЬ КАРТУ */
.tiketBuy .left, .tiketBuy .right {
	position: absolute;
	height: 25px;
}
.tiketBuy .left {
	background: url(../img/corners/l.tiket_buy.png) no-repeat left top;
	width: 10px;
	left: 0;
}
.tiketBuy .right {
	background: url(../img/corners/r.tiket_buy.png) no-repeat right top;
	width: 10px;
	right: 0;
}
.tiketBuy .center {
	text-align: center;
	height: 23px;
	margin: 0 10px;
	padding-top: 2px;
	background: url(../img/corners/c.tiket_buy.png) repeat-x left top;
	font: bold 13px/18px 'Arial Narrow';/* шрифт */
	color: #fff1cc;
}
/* РЕЙТИНГИ */
.ratings {
	padding-left: 12px;
	padding-right: 12px;
	min-height: 192px;
}
.ratings .item {
	padding-left: 0;
	padding-right: 0;	
}
.ratings .item table {
	width: 100%;
	border-collapse: separate;
}
.ratings .item th,
.ratings .item td {
	/* Выравнивание текста в ячейках таблицы с рейтингом */
	text-align: left;
}
.ratings .item th {
	/* Ячейки заголовков таблицы с рейтингом */
	color: #696768;
	font: bold 12px/17px 'Arial';/* шрифт */
	padding: 0 0 5px 2px;
	border-bottom: 1px solid #b4af8f;
	vertical-align: bottom;
}
.ratings .item a {
	/* Текст в ячейках таблицы с рейтингом */
	color: #3174a8;
	font: normal 11px/15px 'Tahoma';/* шрифт */
	text-decoration: none;
	overflow: hidden;
	-padding-top: 1px;
}
.ratings .item .name {
	padding-right: 1px;
	width: 33%;
	line-height: 20px;
}
/*
// ЗАКРУГЛЁННАЯ НУМЕРАЦИЯ СТРОК */
.ratings .item table .pinkRound,
.ratings .item table .blackRound {
	width: 8px;
	height: 11px;
	color: #cccccc;
	text-align: left;
	padding-left: 2px;
	padding-right: 5px;
}
.ratings .item table .pinkRound {
	background: url(../img/corners/pink_round.gif) no-repeat left;
}
.ratings .item table .blackRound {
	background: url(../img/corners/black_round.gif) no-repeat left;
}
.ratings .item .name {
	line-height: 15px;
	height: 15px;
	vertical-align: top;
	padding-top: 3px;
	padding-bottom: 3px;
}
.ratings .item .number {
	vertical-align: top;
	width: 11px;
	padding-right: 3px;
	padding-top: 5px;
	font: normal 9px/10px 'Verdana';
}
/* 
// ЗВЁЗДОЧКИ В РЕЙТИНГЕ */
.starLink .stars {
	display: inline-block;
	height: 8px;
}
.starLink .stars.s_5_p {
	background: url(../img/pages/main/ping_star.gif) repeat-x left;
	padding-right: 45px;
}
.starLink .stars.s_4_p {
	background: url(../img/pages/main/ping_star.gif) repeat-x left;
	padding-right: 36px;
}
.starLink .stars.s_3_p {
	background: url(../img/pages/main/ping_star.gif) repeat-x left;
	padding-right: 27px;
}
.starLink .stars.s_2_p {
	background: url(../img/pages/main/ping_star.gif) repeat-x left;
	padding-right: 18px;
}
.starLink .stars.s_1_p {
	background: url(../img/pages/main/ping_star.gif) repeat-x left;
	padding-right: 9px;
}
.starLink .stars.s_0_p {
	background: url(../img/pages/main/ping_star.gif) repeat-x left;
	padding-right: 0px;
}


.starLink .stars.s_5_g {
	background: url(../img/pages/main/grey_star.gif) repeat-x left;
	padding-right: 45px;
}
.starLink .stars.s_4_g {
	background: url(../img/pages/main/grey_star.gif) repeat-x left;
	padding-right: 36px;
}
.starLink .stars.s_3_g {
	background: url(../img/pages/main/grey_star.gif) repeat-x left;
	padding-right: 27px;
}
.starLink .stars.s_2_g {
	background: url(../img/pages/main/grey_star.gif) repeat-x left;
	padding-right: 18px;
}
.starLink .stars.s_1_g {
	background: url(../img/pages/main/grey_star.gif) repeat-x left;
	padding-right: 9px;
}
.starLink .stars.s_0_g {
	background: url(../img/pages/main/grey_star.gif) repeat-x left;
	padding-right: 0px;
}


/* ЛИСТАЛКА С ЧЛЕНАМИ КЛУББА НА ГЛАВНОЙ СТРАНИЦЕ */
.clubMensBox {
	overflow: visible;
	padding-left: 18px;
	padding-right: 18px;
}
.clubMens {
	overflow: visible;
}
.clubMens .headerRound {
	margin-bottom: 15px;
}
.clubMens .item {
	overflow: hidden;
	padding: 0;
}
.clubMens .imgs img {
	width: 88px;
	margin: 0;	
}
.clubMens .imgs a {
	display: block;
	width: 88px;
	max-height: 87px;
	border: 1px solid #ffffff;
	float: left;
	overflow: hidden;
	margin-right: 5px; 
}
.clubMens .clubMen {
	float: left;
	margin-right: 15px;
	width: 185px;
	overflow: hidden;
	
}
.clubMens .clubMen .imgs {
	overflow: hidden;
}
.clubMens .imgs .people {
	margin-right: 5px;	
}
.clubMens .imgDescr {
	padding-top: 5px;
	font: normal 12px/15px 'Arial';
	clear: left;
	color: #342c1f;
	text-align: center;
	height: 50px;
	overflow: hidden;
}
.clubMens .imgDescr a {
	color: 	#3C6C94;
}
.clubMens .imgDescr span {
	font: normal 11px/17px "Arial";
	color: #8c8572;
}
/*
// jQuery Tools Scrollable*/
.clubMens .item .browse {
	display: block;
	position: absolute;
	width: 19px;
	height: 19px;
	z-index: 4;
	cursor: pointer;
}
.clubMens .browse.left {
	top: 90px;
	left: 0;
	margin-left: 5px;
	background: url(../img/pages/main/scrool_left.png) no-repeat center center;	
}
.clubMens .browse.right {
	top: 90px;
	right: 0;
	margin-right: 5px;
	background: url(../img/pages/main/scrool_right.png) no-repeat center center;	
}
.clubMens .item .scrollable {
	position:relative;
	overflow:hidden;
	height: 150px; 
}
.clubMens .item .scrollable .items {
	width:20000em;
	position:absolute;
}
.clubMens .item .scrollable .items .group {
	float: left;
}
/* для фотогалереи с двумя листалками*/
.galery2 .item .browse.left,
.galery2 .item .browse.right {
	top: 60px;	
}
.galery2 .item .browse.right {
	margin-right: -10px;
}
.galery2 .item .browse.left {
	margin-left: -10px;
}
/* ФОТОГАЛЛЕРЕЯ ЧЛЕНОВ КЛУБА */
.galeryBox {
	overflow: hidden;
}
.galery .item {
	position: relative;
	border-radius: 10px;
	-moz-border-radius: 10px;
	padding: 15px 10px;
}
.type_6.galery {
	padding: 12px 10px;
}
.type_6.galery h2 {
	margin-bottom: 13px;
}
.type_6.galery .clubMen {
	margin: 0;
	margin-right: 13px;
	padding-bottom: 20px;
}
.paginator {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-left: 5px;
	margin-top: 5px;	
}
.paginator li {
	float: left;
	margin-right: 15px;
}
.paginator li a,
.paginator .selected {
	display: block;
	font: bold 11px/12px 'Verdana';
	width: 18px;
	height: 17px;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	padding-top: 4px;
	padding-right: 1px;
	background: url(../img/corners/blue_round.gif) no-repeat center center;
}
.paginator {
	clear: both;
}
.paginator li a {
	background: url(../img/corners/black_round_2.gif) no-repeat center center;
}
/* ШАБЛОН ТЕКСТОВОЙ СТРАНИЦЫ */
.textPage .item p,
.textPage .item td {
	font: normal 12px/18px 'Arial';
	color: #636059; 	
}
.textPage .borderStyle th {
	font: normal 12px/18px 'Arial';
	color: #000000;
	text-align: left;
	background-color: #e1dbc3;
	padding: 2px 0 2px 5px;
}
.textPage .item .borderStyle td {
	vertical-align: middle;
	padding: 10px 0 10px 5px;
	border-bottom: 1px solid #b4af8f;
}
.textPage .item .borderStyle {
	width: 100%;
	margin-bottom: 30px;
	border: 0 none;
}
.textPage .item li {
	font: normal 12px/18px 'Arial';
	color: #636059;
	margin-bottom: 8px;	
}
.textPage .item h2 {
	font: bold 12px/18px 'Arial';
	margin-bottom: 0;
	color: #000000;
}
.textPage .item h3 {
	font: normal 12px/18px 'Arial';
	margin-bottom: 0;
	color: #000000;	
}
.textPage .item ol,
.textPage .item ul {
	list-style: none;
	padding: 0;
	margin-left: 5px;
}
.textPage .item ol li,
.textPage .item ul li {
	display: block;
	position: relative;
	padding-left: 16px;
}
.textPage .numList {
	position: absolute;
	width: 8px;
	height: 11px;
	background: url(../img/corners/black_round.gif) no-repeat;
	left: 0;
	top: 0;
	font: normal 9px/9px 'Verdana';
	color: #9d9d9d;
	text-align: center;
	padding: 0;
	padding-left: 2px;
}
.numList {
	margin-top: 4px;
}
.textPage .item ol li.first .numList {
	background: url(../img/corners/pink_round.gif) no-repeat;	
}
/* ФОТОГАЛЛЕРЕЯ ЧЛЕНОВ КЛУБА 2*/
.galery2,
.galery2 .item {
	overflow: visible;
}
.type_6 .oneImgScrollableBox {
	margin-top: 35px;	
}
.type_6 .oneImgScrollableBox .group .showImg {
	margin-right: 1px;
	display: block;
	position: relative;
	margin: 0 auto;
}
.oneImgScrollableBox .scrollable {
	max-height: 1000px;	
}
/* ЗАКРУГЛЕНИЕ УГЛОВ ДЛЯ ФОТО-ГАЛЕРЕИ */
.galery2 .oneImgScrollableBox .imgCar {
	position: relative;
	overflow: hidden;
}
.galery2 .oneImgScrollableBox .descriptionImg {
	text-align: center;
	font: normal 12px/14px "Arial";
	padding-top: 20px;
	color: #383236;
}
.galery2 .oneImgScrollableBox .descriptionImg a {
	color: #3a6a9b;	
}
.galery2 .oneImgScrollableBox .imgScroolerCorner {
	display: block;
	position: absolute;
	width: 10px;
	height: 10px;
	z-index: 5;
}
.parentShowImg {
	position: relative;
	display: block;
	margin: 0 auto;
}
.galery2 .oneImgScrollableBox .lt {
	top: 0;
	left: 0;
}
.galery2 .oneImgScrollableBox .rt {
	right: -1px;
	top: 0;
}
.galery2 .oneImgScrollableBox .lb {
	left: 0;
	bottom: 0;
}
.galery2 .oneImgScrollableBox .rb {
	right: 	-1px;
	bottom: 0;
}
/*
// jQuery Tools Scrollable - 2*/
.galery2 #scrollParent_2 {
	position: relative;
}
.galery2 #scrollParent_2 .browse {
	display: block;
	position: absolute;
	width: 40px;
	height: 40px;
	z-index: 5;
	cursor: pointer;
	top: 150px;
}
.galery2 #scrollParent_2 .left {
	left: -15px;
	background: url(../img/pages/main/scrool_left_2.png) no-repeat center center;	
}
.galery2 #scrollParent_2 .right {
	right: -15px;
	background: url(../img/pages/main/scrool_right_2.png) no-repeat center center;	
}
.galery2 #scrollParent_2 .scrollable {
	position:relative;
	overflow:hidden;
	width: 602px; 
	height: 400px;
}
.galery2 .scrollable .items {
	width:20000em;
	position:absolute;
}
.galery2 .scrollable .items .group {
	float: left;
	width: 602px; 
	/*height: 365px;*/
	margin-right: 1px;
	overflow: hidden;
}
.galery2 .imgCar img {
	/*width: 602px;
	height: 365px;*/
	position: relative;
	display: block;
	margin: 0;
}
/*   Обратная связь
------------------------------------------------------------------------------*/
/* ВРЕМЕННЫЙ	БЛОК */
.feedbackStart {
	cursor: pointer;
} 
/**/
.feedbackBox {
	width: 470px;
	padding: 25px 20px;
	display:none;
	z-index:10000;
}
.feedbackBox .close {
	background: url(../img/pages/feedback/close_feedback.png) no-repeat center center;
	position:absolute;
	right: 8px;
	top: 8px;
	cursor:pointer;
	height:15px;
	width:15px;
}
.feedbackBox .feedback {
	padding: 30px 20px 15px;
	text-align: left;
}
/* Заголовок */
.feedback .headerRound {
	margin-bottom: 25px;
	overflow: hidden;
}
.feedback .headerRound h1 {
	text-align: left;
	padding-left: 0;
	margin-left: 0;
}
.feedback label {
	display: block;
	font: normal 12px/14px 'Arial';
	color: #5d5a53;
	margin-bottom: 5px;
	margin-left: 5px;
}
.feedback .input {
	height: 21px;
	background-color: #ffffff;
	border-radius: 10px;
	-moz-border-radius: 10px;
	margin-bottom: 12px;
}
.feedback .input input {
	border: 0 none;
	height: 18px;
	width: 430px;
	margin-left: 10px;
	font: normal 12px/21px 'Arial';
	padding-top: 2px; 	
}
.feedback .select {
	position: relative;
	height: 21px;
	background-color: #ffffff;
	border-radius: 10px;
	-moz-border-radius: 10px;
	margin-bottom: 12px;
	padding-right: 18px;
}
.feedback .select select {
	border: 0 none;
	width: 100%;
	margin-left: 5px;
	height: 18px;
	margin-top: 2px;
	font-size: 12px;
	line-height: 12px;
	padding-top: 2px;
}
.feedback .textarea {
	height: 159px;
	width: 100%;
	fbackground: url(../img/pages/feedback/text.png) no-repeat left top;
	background-color: #ffffff;
	margin-bottom: 15px;
	overflow: hidden;
	border-radius: 10px;
	-moz-border-radius: 10px;	
}
.feedback .textarea textarea {
	width: 450px;
	margin: 10px 0 0 10px;
	height: 139px;
	border: 0 none;
	padding: 0;
	font: normal 12px/14px 'Arial';
}
.feedback button {
	position: absolute;
	width: 20px;
	height: 20px;
	padding: 0;
	border: 0 none;
	background: url(../img/pages/feedback/submit.png) no-repeat center center;
	left: 20px;
}
.feedback .submitLab {
	padding-left: 15px;
	padding-top: 3px;
	font-family: 'Arial Narrow';
}
.feedback form .successful {
	margin-left: 10px;
	font: bold 14px/27px 'Tahoma';
	color: #778899;
	display: none;
}
.feedback form .score {
	margin-bottom: 20px;
}