/*~~~~~~~~~~~~ [regular classes/selectors definitions] ~~~~~~~ */

BODY, PRE, LI, UL, FORM, INPUT, OL, DL, SELECT, TEXTAREA {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    margin: 0px;
    padding: 0px;
	vertical-align: top;
	color: #000;
}

html, body {
	margin: 0;
	padding: 0;
	background-color: #fff;
}

p {
	margin: 0;
}

a {
	color: #a60000;
}

a:visited {
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
}

h1 {
	color: #fff;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 14pt;
	background: url('img/h1-bg.gif') no-repeat left 50%;
	padding-left: 20px;	
}

h2 {
	background-color: #b9df86;
	color: #295701;
	font-size: 12pt;
	padding: 2px 3px;
}

h3{
}

h4 {
}

h6 {
}

ol, ul {
	padding-left: 30px;
}

blockquote {
	background-color: #dff8be;
	margin: 30px 50px;
	padding: 25px 20px;
}

div.free {
	padding-left: 22px;
	position: relative;
}

div.free span {
	left: 0px;
	width: 20px;
	height: 20px;
	background: green;
	display: block;
	position: absolute;
}

div.notfree {
	padding-left: 22px;
	position: relative;
}

div.notfree span {
	left: 0px;
	width: 20px;
	height: 20px;
	background: red;
	display: block;
	position: absolute;
}

div.reserv {
	padding-left: 22px;
	position: relative;
}

div.reserv span {
	left: 0px;
	width: 20px;
	height: 20px;
	background: yellow;
	display: block;
	position: absolute;
}

div.imgblock {
	margin: 20px 0;
}

div.imgblock div {
	font-size: 95%;
	font-weight: bold;
	color: #000;
	font-style: italic;
}

td {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    margin: 0px;
    padding: 0px;
	color: #000;
}

table.contenttable {
	
}

table.contenttable td,table.contenttable th {
	padding: 5px 8px;
}

table.contenttable th {
	background-color: #fff;
	color: #000;
	font-size: 95%;
}

table.contenttable th.sort_img {
	padding: 5px 8px;
	padding-left: 19px;
	background: url('img/strelochka.png') #fff no-repeat 5px center;
}

table.contenttable th a {
	color: #000;
	cursor: pointer;
}

table.contenttable td {
	border-bottom: 1px solid #fff;
}

table.contenttable td a {
	cursor: pointer;
}

table.contenttable caption {
	font-size: 95%;
	font-weight: bold;
	color: #000;
	font-style: italic;
	padding-bottom: 11px;
	text-align: left;
}

div.h1 h1{
	margin-top: 5px;
	margin-bottom: 5px;
}

div.h1 h1 a {
	color: inherit;
	text-decoration: none;
}

div.h2 {
	padding-left: 30px;
}

div.h2 h2 {
	margin-top: 5px;
	margin-bottom: 5px;
	background: transparent;
}

div.h2 h2 a {
	color: inherit;
	text-decoration: none;
}

div.h3 {
	margin-left: 25px;
	padding-left: 25px;
}

div.h3 h3 a {
	color: inherit;
	text-decoration: none;
}