html,body {
	width:100%;
	height:100%;
}
html,body,p,form {
	margin:0;
	padding:0;
}
body {
	color:#000;
	font:14px Arial, Verdana, Tahoma, Helvetica;
}
.myimg { 
	display:block; /* иначе были щели в таблице */
}
a img {
    border: none; /* убираем рамку у изображений ссылок */
}
.block_ten {
	display:inline-table;
    box-shadow: 0 0 12px #222; /* Параметры тени */	
    -moz-box-shadow: 0 0 12px #222; /* Для Firefox */
    -webkit-box-shadow: 0 0 12px #222; /* Для Safari и Chrome */	
}

a.top {
	display:block;
	width: 146px;
	padding: 16px 0 16px 0;
	font-weight: bold;
	background-color:#008ED2;
	color: #FFF;
	text-decoration:none;
	text-align: center;
}
a.top:hover {
	background: #FFFF00;
	color: #003b5e;
}
  
  
/* для контента */
.zag {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: left;
	font-size: 30px;
	color: #243238;
	padding: 0 0 20px 0;
	margin:0;	
}

/* поджатые таблицы для html5 */     
.mytable {
    border: 0px; /* граница вокруг таблицы */
    border-spacing: 0px; /* расстояние между границ */
	border-collapse:collapse; /* без этого тупой IE не понимает border-spacing */
	/* padding:0px; */ /* расстояние от таблицы до окружающего контента */
}  
.mytable td {
	/* border: 0px; */
	padding:0px; /* поля в ячейках */
}


/* отступы полей формы */
.input {
	margin:5px 10px 5px 0px;
	padding:2px;
	vertical-align: middle;
	background-color: #fff;
}
.label {
	color:#999999;
}
.required {
	color: red;
	font-size: 11px;
}
.form_select {
	width: 288px;
}
.form_text {
	width: 280px;
}
.submit {
	margin:5px 10px 5px 0px;
	padding:10px;	
	font-size: 17px;
}
.msg {
	color: #444;
	font-size: 14px;	
	background-color:#f6ebdd;
	padding: 15px 20px 15px 20px;
	margin-bottom: 25px;
    border-radius: 9px; /* Радиус скругления */
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;		
	border: 3px double #fff;
}


.way {
	margin-top:0px;
	margin-bottom:25px;
	font-size: 13px;
}
.way a {
	color: #0000ff;
	text-decoration:underline;
}
.black {
	color: #000;
	text-decoration:none;
}
.black:hover {
	text-decoration:underline;
}
.news {
	color: #000;
	text-decoration:none;
}
.news:hover {
	color: #a00;
}
.dotline {
	height:9px;
	background: url(/files/design/dot.png) repeat-x;
	margin: 0 0 5px 0;
	pading: 0;
}
.ico_img {
	float: left;
	margin: 3px 15px 10px 0;
	padding: 0 0 0 1px; /* сместили из=зи тени и папоротника */
}
.round {
	border: 0; /* Параметры рамки */
	
    border-radius: 5px; /* Радиус скругления */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;	
	
    box-shadow: 1px 1px 3px #999; /* Параметры тени */	
    -moz-box-shadow: 1px 1px 3px #999; /* Для Firefox */
    -webkit-box-shadow: 1px 1px 3px #999; /* Для Safari и Chrome */	
   }
.round_act {
	border: 0; /* Параметры рамки */
	
    border-radius: 5px; /* Радиус скругления */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;	
	
    box-shadow: 1px 1px 3px #555; /* Параметры тени */	
    -moz-box-shadow: 1px 1px 3px #555; /* Для Firefox */
    -webkit-box-shadow: 1px 1px 3px #555; /* Для Safari и Chrome */	
   }   
.round_gal {
	border: 1px solid #fff; /* Параметры рамки */
	
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	
    box-shadow: 0 0 2px #666; /* Параметры тени */	
    -moz-box-shadow: 0 0 2px #666; /* Для Firefox */
    -webkit-box-shadow: 0 0 2px #666; /* Для Safari и Chrome */	
   } 
.h2 {
	font-size: 17px;
	padding:3px 0;
	margin: 0;
}
.short {
	color:#555;
	padding-bottom: 9px;
}
.small {
	font-size: 11px;
	font-face: verdana;
}
.date {
	color: #fff;
	font-weight: bold;
	font-size: 11px;
	
	background-color:#ff8f75;
	padding: 4px 15px 4px 15px;
    border-radius: 5px; /* Радиус скругления */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;		
	border: 1px solid #ff7777;
}
.info {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;	
	border: 1px solid #faeae9;
	background-color:#fbf2f2;
	padding: 4px 10px 4px 0; /* из-за даты слева 0 */ 
	margin: 5px 0 10px 0;
	color:#777777;
}

.comment {
	border: 1px solid #d5dfe0;
	background-color:#fff3de;
	background: linear-gradient(to top, #fff, #fff3de);
	
	padding: 15px 20px 15px 20px;
	margin: 7px 0 7px 0;
    border-radius: 5px; /* Радиус скругления */
	-webkit-border-radius: 5px;
}
.comm_img {
	display: block;
	float: left;
	margin: 0 15px 10px 0;
}
.comm_name {
	padding-bottom: 4px;
	color:#666; /* если обычное имя */
}
.comm_name a{
	color:#00f; /* если ссылка */
}
.comm_date {
	color:#777777;
}

.catalog_img {
	vertical-align: middle;
    border-radius: 5px; /* Радиус скругления */
    border: 1px solid #bbb; /* Параметры рамки */
	-webkit-border-radius: 5px solid #fff;
	-moz-border-radius: 3px solid #fff;		
    box-shadow: 0 0 2px #666; /* Параметры тени */	
    -moz-box-shadow: 0 0 2px #666; /* Для Firefox */
    -webkit-box-shadow: 0 0 2px #666; /* Для Safari и Chrome */		
}

.zag_dop {
	font-family: arial, Helvetica, sans-serif;
	font-size: 27px;
	color: #99572e;
	padding: 30px 0 20px 0;
	margin:0;
	/* text-shadow: 1px 1px 1px #888888;	 */
}
.zag_block {
	font-family: arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 0 0 10px 0;
	margin:0;
	text-shadow: 1px 1px 1px #505050;	
}


/* вывод разбивки по страницам (группировка) */
.here {
	color: #FFF;
	padding: 4px 8px 4px 8px;
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;	
	/* border: 1px solid #9F0000; */
	background-color: #e800e5;	
	font-size: 16px;
}
a.next {
	padding: 4px 8px 4px 8px;
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	background-color:#d7d7d7;
	color: #FFF;
	text-decoration:none;
	font-size: 16px;
}
a.next:hover {
	background: #1c8300;
}
.group {
	text-align:center;
	padding-top: 25px;
}

.short_title {
	color: #009400;
	padding-bottom:15px;
	font-size: 17px;
	font-weight: bold;
}

.short_cost {
	color: #000;
	font-size: 15px;
	font-face: verdana;	
}

/* фон на месте */
img.bg {
	/* Set rules to fill background */
	min-height: 100%;
	min-width: 1024px;
	
	/* Set up proportionate scaling */
	width: 100%;
	height: auto;
	
	/* Set up positioning */
	position: fixed;
	top: 0;
	left: 0;
}
@media screen and (max-width: 1000px){
	img.bg {
		left: 50%;
		margin-left: -500px; }
}		
#page-wrap-fon /* ставим id глав таб */{
	position: relative;
	margin: 15px auto;
	background: #fff;
	/*-moz-box-shadow: 0 0 80px #777777;
	-webkit-box-shadow: 0 0 8px #777777;
	box-shadow: 0 0 8px #777777;*/
}

.hr_grey {
    border: none;
    background-color: #ccc;
    color: #ccc; /* Цвет линии для IE6-7 */
    height: 1px;
}
.cost_pos {
	padding: 7px 0;
	font-family: Trebuchet MS, Arial;
	font-size: 17px;
	font-weight: bold;
}

.feedback {
	padding: 7px 18px 7px 18px;
	background-color: #dbdbdb;
	border: 1px solid #cbcbcb;
	color: #2f3c42;
	font-family: Trebuchet MS,Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
.feedback:hover {
	background-color: #28363c; background: linear-gradient(to top, #1e282d, #28363c);
	border: 1px solid #1e282d;
	text-decoration:none;
	color: #fff;
}

a.menu {
	display: block;
	padding: 12px 0 12px 7px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #2f3c42;
	font-weight: normal;
	text-decoration:none;
	
	background: #fff url(/files/design/ml1.png);
	background-position: left center;
	background-repeat: no-repeat;

	padding-left: 35px;
}
a.menu:hover {
	color: #fff;
	
	background: #2f3c42 url(/files/design/ml2.png);
	background-position: left center;
	background-repeat: no-repeat;	
}

.black_color {
	color: #b0753b;
	text-decoration:none;
}
.black_color:hover {
	color: #000;
	text-decoration:underline;
}