html, body {
	width: 100%;
	height: 100%;
	min-width: 800px;

	margin: 0px;
	padding: 0px;

	background-color: #ffffff;
	color: #333333;

	font-family: Arial;
	font-size: 1em;
}

table, td {
	border-collapse: collapse;
	border-spacing: 0px;
}

form {
	margin: 0;
	padding: 0;
}

a {
	color: #016eb9;
}
a:hover {
	color: #009900;
}

img {
	border: 0px;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	color: #c90000;
}

h1 { font-size: 1em; }
h2 { font-size: 0.9em; }
h3 { font-size: 0.85em; }

div.error {
	padding: 5px;
	margin-bottom: 5px;
	background-color: #c90000;
	color: #ffffff;
	border: 1px solid #ffffff;
	font-size: 12px;
}

div.clearing {
	clear: both;
	height: 0px;
	margin: 0px;
	padding: 0px;
}

div.layer-hash-link {
	text-align: center;
}

/* -------------------------------------------------------------------------------- */

table.page {
	width: 100%;
}
table.page td {
	padding: 0;
}
table.page td.corner {
	width: 7%;
}
table.page td.content {
	width: 86%;
}
table.page td.page-content {
	padding: 20px;
	font-size: 0.8em;
}

div.page-content {
}

div.page-head {
	padding: 0 10px 10px 10px;
	font-size: 0.9em;
}

div.text {
	margin-top: -10px;
	padding: 0 10px 0 10px;
	font-size: 0.8em;
}

/* -------------------------------------------------------------------------------- */

div.page-top {
	margin-top: 5px;
	background-image: url("/assets/templates/default/images/panorama.jpg");
	background-repeat: no-repeat;
	background-position: center top;
}

/* -------------------------------------------------------------------------------- */

div.logo {
	float: left;
	padding: 10px 0 0 25px;
}

div.phone {
	float: right;
	width: 200px;
	height: 100px;
	margin: 45px 10px 0px 0;
	padding: 8px;
	background-image: url("/assets/templates/default/images/phone-bg.png");
	background-repeat: no-repeat;
}
div.phone ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
div.phone ul li.phone-1, div.phone ul li.phone-2 {
	padding-bottom: 5px;
	font-size: 1.6em;
	font-weight: bold;
}
div.phone ul li {
	color: #ffffff;
}
div.phone ul li.phone-title {
	font-size: 0.8em;
	font-weight: normal;
}

/* -------------------------------------------------------------------------------- */

div.menu-h {
	height: 50px;
	margin: 5px 0 10px 0;
	background-image: url("/assets/templates/default/images/menu-bg.jpg");
	text-align: center;
}
div.menu-h-wrapper-left {
	height: 50px;
	background-image: url("/assets/templates/default/images/menu-corner-left.jpg");
	background-repeat: no-repeat;
	background-position: left top;
}
div.menu-h-wrapper-right {
	height: 50px;
	padding: 17px 0 0 0;
	background-image: url("/assets/templates/default/images/menu-corner-right.jpg");
	background-repeat: no-repeat;
	background-position: right top;
}
div.menu-h ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
div.menu-h ul li {
	display: inline;
}
div.menu-h ul li a {
	padding: 5px;
	color: #ffffff;
	font-size: 0.9em;
}
div.menu-h ul li a:hover {
	background-color: #016eb9;
	color: #ffffff;
	text-decoration: none;
}

/* -------------------------------------------------------------------------------- */

div.informer {
	width: 200px;
}
div.informer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
div.informer ul li.top {
	margin: 0 !important;
	padding: 0 !important;
	height: 15px;
	background-image: url("/assets/templates/default/images/informer-top.png");
	background-repeat: no-repeat;
}
div.informer ul li.bottom {
	margin: 0 !important;
	padding: 0 !important;
	height: 15px;
	background-image: url("/assets/templates/default/images/informer-bottom.png");
	background-repeat: no-repeat;
}
div.informer ul li.content {
	margin: 0 !important;
	padding: 0 15px 0 15px !important;
	background-image: url("/assets/templates/default/images/informer-bg.png");
}

table.country-list {
	width: 100%;
}
table.country-list td {
	width: 100%;
	padding: 5px !important;
}
table.country-list td.icon {
	width: auto !important;
}
table.country-list a {
	color: #000000;
	font-size: 0.9em;
}
table.country-list a:hover {
	color: #333333;
	text-decoration: none;
}

div.informer-select-tour {
	padding: 5px;
	text-align: center;
}
div.informer-select-tour a {
	color: #000000;
	font-weight: bold;
}
div.informer-select-tour a:hover {
	color: #333333;
	text-decoration: none;
}

div.informer-operators {
	padding: 5px;
	text-align: center;
}

div.informer-news {
	padding: 5px;
}
div.informer-news ul {
	margin: 0;
	padding: 0;
	font-size: 0.8em;
}
div.informer-news ul li {
	padding: 5px;
}
div.informer-news ul li.new {
	background-color: #016eb9;
	color: #ffffff;
	font-weight: bold;
	line-height: 1.7em;
}
div.informer-news a {
	color: #000000;
}
div.informer-news a:hover {
	color: #333333;
	text-decoration: none;
}

div.date-hot {
	color: #c90000;
	font-weight: bold;
}
span.price {
	color: #c90000;
}

div.banner {
	padding: 5px 0 5px 0;
}
div.banner a {
	color: #000000;
	font-weight: bold;
}
div.banner a:hover {
	color: #333333;
	text-decoration: none;
}

/* -------------------------------------------------------------------------------- */

div.footer {
	height: 50px;
	margin: 10px 0 10px 0;
	background-image: url("/assets/templates/default/images/footer-bg.jpg");
	text-align: center;
	font-size: 0.8em;
}
div.footer-wrapper-left {
	height: 50px;
	background-image: url("/assets/templates/default/images/footer-corner-left.jpg");
	background-repeat: no-repeat;
	background-position: left top;
}
div.footer-wrapper-right {
	height: 50px;
	padding: 17px 0 0 0;
	background-image: url("/assets/templates/default/images/footer-corner-right.jpg");
	background-repeat: no-repeat;
	background-position: right top;
}

div.sub-sooter {
	padding: 5px;
	font-size: 0.7em;
}

/* -------------------------------------------------------------------------------- */

table.covers {
	width: 100%;
}
table.covers td {
	width: 33%;
	padding: 5px;
	vertical-align: top;
	font-size: 0.8em;
}
table.covers td.cover {
	height: 200px;
	padding: 0 5px 0 5px;
}
table.covers td div.country {
	position: absolute;
	width: 100px;
	padding: 10px;
	background-color: #ffffff;
}
table.covers td div.public-direction-name {
	position: absolute;
	width: 200px;
	padding: 10px;
	background-color: #ffffff;
	font-size: 1.4em;
}
table.covers td div.direction-name {
	color: #016eb9;
	font-size: 1.4em;
}
table.covers td div.direction-price {
	color: #c90000;
	font-size: 1.2em;
}
div.cover-corner-left {
	height: 200px;
	background-image: url("/assets/templates/default/images/cover-corner-left.png");
	background-repeat: no-repeat;
	background-position: left top;
}
div.cover-corner-right {
	height: 200px;
	padding: 10px;
	background-image: url("/assets/templates/default/images/cover-corner-right.png");
	background-repeat: no-repeat;
	background-position: right top;
}

/* -------------------------------------------------------------------------------- */

table.sections {
	width: 100%;
}
table.sections td {
	padding: 0 0.5em 0 0;
	vertical-align: top !important;
}
table.sections td.main {
	width: 100%;
}
table.sections td.addon {
}
table.sections td.addon ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
table.sections td.addon ul li {
	padding-bottom: 5px;
}

/* -------------------------------------------------------------------------------- */

table.excursions {
	width: 100%;
	margin-top: 10px;
	font-size: 0.9em;
}
table.excursions th, table.excursions td {
	padding: 5px;
	border: 1px solid #cccccc;
	white-space: nowrap;
}
table.excursions th {
	background-color: #b2d3ea;
}
table.excursions td {
	text-align: center;
}
table.excursions th.exname, table.excursions td.exname {
	width: 100%;
	white-space: normal;
	text-align: left;
	color: #000000;
}
table.excursions td.price {
	color: #c90000;
	font-weight: bold;
}

/* -------------------------------------------------------------------------------- */

table.cruises {
	width: 100%;
	margin-top: 10px;
	font-size: 0.9em;
}
table.cruises th, table.cruises td {
	padding: 5px;
	border: 1px solid #cccccc;
	white-space: nowrap;
}
table.cruises th.cname, table.cruises td.cname {
	width: 100%;
	white-space: normal;
	text-align: left;
	color: #000000;
}
table.cruises td.price {
	color: #c90000;
	font-weight: bold;
	text-align: center;
}

/* -------------------------------------------------------------------------------- */

table.contacts {
	width: 100%;
	margin-top: 10px;
}
table.contacts td {
	padding: 10px;
	color: #000000;
	vertical-align: top;
}
table.contacts td {
	font-size: 0.8em;
}
table.contacts td.data {
	width: 100%;
	font-size: 0.9em;
	font-weight: bold;
}

/* -------------------------------------------------------------------------------- */

div.report {
	padding: 5px;
	border: 1px solid #009900;
	font-size: 0.8em;
}

div.feedback {
	width: 95%;
	font-size: 0.9em;
}
div.feedback div.description {
	margin: 1em 0 1em 0;
	padding: 1em;
	background-color: #cccccc;
}
div.feedback div.form {
	width: 100;
}
div.feedback div.form ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
div.feedback div.form ul li {
	margin: 0;
	padding: 0.2em;
}
div.feedback div.form ul li.comment {
	padding: 0.2em 0 0 0 !important;
}
div.feedback div.form ul li.submit {
	padding: 0.5em;
	text-align: center;
	background-color: #009900;
}
div.feedback div.form ul li.submit input {
	width: auto;
}
div.feedback div.form input, div.feedback div.form select, div.feedback div.form textarea {
	width: 100%;
	background-color: #cccccc;
}
span.obligat {
	color: #ffcc00;
	font-size: 1em;
	font-weight: bold;
}
input.datepicker {
	width: 200px !important;
}
.error-input {
	background-color: #ffcc00 !important;
	color: #000000;
}

#ui-datepicker-div{ font-size: 75%; }
#ui-timepicker-div dl{ text-align: left; }
#ui-timepicker-div dl dt{ height: 25px; }
#ui-timepicker-div dl dd{ margin: -25px 0 10px 65px; }

/* -------------------------------------------------------------------------------- */

div.order-excursion {
	margin-top: 10px;
}
div.order-excursion a {
	padding: 5px;
	background-color: #c90000;
	color: #ffffff;
	font-weight: bold;
}
div.order-excursion a:hover {
	background-color: #009900;
	text-decoration: none;
}
div.order-excursion div {
	margin-top: 10px;
}
div.order-excursion ul {
	margin: 5px 0 0 0;
	padding: 0;
	list-style-type: none;
}
div.order-excursion ul li {
	font-weight: bold;
}

/* -------------------------------------------------------------------------------- */

p.keys {
	padding: 5px;
	background-color: #e1e1e1;
	color: #777777;
}

/* -------------------------------------------------------------------------------- */

table.tours {
	margin: 10px 0 10px 0;
	width: 100%;
}
table.tours tr.odd {
	background-color: #cce2f1;
}
table.tours tr.even {
	background-color: #b2e0b2;
}
table.tours th, table.tours td {
	padding: 5px;
	vertical-align: middle !important;
}
table.tours th {
	padding: 8px;
	color: #c90000;
	font-size: 1.1em;
	text-align: left;
}
table.tours td {
	border-top: 1px solid #009900;
	border-bottom: 1px solid #009900;
}

table.tours td.date {
	color: #006e00;
	font-size: 1.1em;
	font-weight: bold;
}
table.tours td.date div {
	color: #777777;
	font-size: 0.9em;
	font-weight: normal;
}

table.tours td.food {
	text-align: right;
}
table.tours td.food div.abbr {
	font-size: 1.1em;
	font-weight: bold;
}
table.tours td.food div.abbr span {
	color: #777777;
	font-size: 0.9em;
	font-weight: normal;
}

table.tours td.hotel {
	text-align: right;
}
table.tours td.hotel div.hotel-name {
	font-size: 1.1em;
	font-weight: bold;
}
table.tours td.hotel div.hotel-name span {
	color: #777777;
	font-size: 0.9em;
	font-weight: normal;
}

table.tours td.hotel-category {
	color: #cc810c;
	font-size: 1.3em;
	font-weight: bold;
}

table.tours td.placement {
	text-align: right;
}

table.tours td.price {
	color: #c90000;
	font-size: 1.1em;
	font-weight: bold;
	text-align: right;
}
table.tours td.price div {
	color: #777777;
	font-size: 0.9em;
	font-weight: normal;
}

a:hover span.spike{
color: #fff;
text-decoration:underline;
}

a span.spike{
color: #fff;
text-decoration:underline;
}

span.spike2{
font-family: Arial;
font-size: 1em;

}
a:hover span.spike2{
color: #fff;
text-decoration:underline;
font-family:Arial;
font-size: 1em;

}

a span.spike2{
color: #fff;
text-decoration:underline;
font-size: 1em;
}


img.border {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #E7E7E7;
    float: left;
    margin: 2px 3px 0 0;
    padding: 5px;
}

img.border-right {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #E7E7E7;
    float: right;
    margin: 2px 3px 0 0;
    padding: 5px;
}
img.border-center {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #E7E7E7;
    display: block;
    margin: 0 auto;
    padding: 5px;
}



/* -------------------------------------------------------------------------------- */
