/* Default */
html,body,dl,dt,dd,h1,h2,h3,h4,h5,h6,blockquote,form,fieldset,legend,table,td,th,div,img	{
	margin: 0;
	padding: 0;
}

div,form,table,tr,th,td,dl,dt,dd,address,blockquote,ins {
	margin: 0;
	padding: 0;
	text-decoration: none;
	height: auto;
}

html, body{
	font-family: Arial, Helvetica, sans-serif;
	width:100%;
	height:100%;
	overflow:hidden;
}

body {
	font-family: Arial, sans-serif;
	font-size: 10pt;
	color: #666666;
}

a {
	color: #339933;
}

table {
	border-collapse: collapse;
}

td {
	padding: 0px;
	margin: 0px;
	vertical-align: top;
}

table.ints td
{
	padding: 3px;
	text-align: left;
}

td.colclass
{
	background-color: #F0FFF0;
	padding: 5px;
}

th
{
	text-align:left;
}

img {
	border: 0;
}

h1, h2, h3, h4 {
	text-align: left;
}

h1{
	color: #006600;
	text-transform:uppercase;
	font-size: 16pt;
	font-weight: normal;
	margin: 10px 0;
}

.hide{
	display: none;
}

.width-fix {
    width: 100%;
    text-align: left;
    overflow: hidden;
}

.block-top {
	display: block;
	padding-top: 20px; 
}

.block-top-small {
	display: block;
	padding-top: 10px 
}

.clear {
	clear: both;
}

.no-padding{
	padding: 0;
	margin: 0;
}

.error{
	color: #f26522;
}

.good{
	color: #339900 !important;	
}

.white{
	color: #fff;
}

.comment{
	color: #ccc;
}

.opacity-05 {
	filter: progid : DXImageTransform . Microsoft . Alpha(opacity = 50)
	-moz-opacity: 0.5; /* Mozilla 1.6  */
	-khtml-opacity: 0.5; /* Konqueror 3.1, Safari 1.1 */
	opacity: 0.5;
}

.separator {
	border: 1px #F5F5EA solid;
	width: 100%;
	margin: 2px 0;
	padding: 0;
}

.one-row {
    margin-bottom: 12px;
}

.one-row label {
    font-size: 9pt;
    text-align: right;
    width: 130px;
    margin-right: 6px;
}

.one-row label.error {
    width: 230px;
    text-align: left;
}

.one-row label, .one-row input, .one-row .field-note {
    display: block;
    float: left;
    margin-right: 6px;
    padding-top: 4px;
}

.one-row input.error, textarea.error {
    border: 2px solid #E981C8;
}

.x-smoll {
    width: 120px;
}

.x-large {
    width: 182px;
}

.xx-large {
    width: 282px;
}

.text-small{
    font-size: 0.7em;
}

.text-x-small{
    font-size: 0.6em;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.itext {
    padding: 2px 3px;
    font-weight: normal;
    font-size: 9pt;
    color: #000;
    border: 1px solid #7F9DB9;
    background-color: #fff;
}

.itext:hover, .itext:focus {
    border-color: #c6c6c6;
}

input.error {
	border: 2px solid #E981C8;
}

/* Star shape */
.r-star-shape {
    position: relative;
    overflow: hidden;
    padding: 10px 0;
}

.r-star-shape .content {
	border-left: 1px #fed377 solid;
	border-right: 1px #fed377 solid;
    background: #F2F2F2;
    padding: 0 15px;
    overflow:hidden
}

.r-star-shape .cn {
    position: absolute;
    width: 20px;
    height: 20px;
    left: -10px;
    top: -10px;
    background: url(/img/corner-white-border.png);
}

.r-star-shape .cn.tr,.r-star-shape .cn.br {
    margin-left: 100%;
}

.r-star-shape .cn.bl,.r-star-shape .cn.br {
    top: auto;
}

.r-star-shape .cn.tl,.r-star-shape .cn.bl {
    width: 100%;
}

/* Loading */
#main-loading {
	display: none;
	text-align: center;
	background: #000;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1; 
}

#main-loading img {
	margin: auto;
	padding-top: 10%;
}

/* Main */
#layout{
	position:relative;
	width:100%;
	height:100%;
	overflow:auto;	
	text-align: center;	
	//overflow-x:hidden;
	background: url(/img/bg.png);
}

.main {
	text-align: justify;
	padding-top:20px;
}

.reducer {
	width:100%;
}

.reducer-left {
	width:50%;
	background: url(/img/bg.png) top right;
}

.reducer-right {
	width:50%;
	background: url(/img/bg.png) top left;
}

.reducer-left .layout-bg-header {
	background-position: top right;
}

.reducer-right .layout-bg-header {
	background-position: top left;
}

.layout-bg-header {
	background: url(/img/bg_header.jpg) repeat-x;
	height:498px;
	width:100%;
}

.layout-reducer {
	width: 900px;
}

#searchForm p {
	margin-bottom: 2px;
}

/* Header */
.header {
	width: 900px;
	height: 239px;
	overflow: hidden;
	margin: auto;
	position:relative;
	background: url(/img/header.jpg) no-repeat;
}

.header span {
	position:absolute;
	top:185px;
	left:320px;
	z-index:2;
	color:#acb2ac;
}

/* Mainmenu */
.mainmenu {
	background: #2d5126 url(/img/mainmenu_bg.png) repeat-x;
	overflow: hidden;
	margin: auto;
	text-align:center;
}

.mainmenu ul {
	margin: 0;
	padding: 0;
}

.mainmenu li {
	float: left;
	list-style-type: none;
}

.mainmenu a {
	float: left;
	display: block;	
	color: #fff;
	padding: 6px 15px 6px 15px;
	text-decoration: none;
}

.mainmenu span {
	float: left;
	width: 29px;
	height: 28px;
}

.mainmenu li.active span.l{
	background: url(/img/mainmenu_bg_selected_l.png) no-repeat;
}

.mainmenu li.active span.r{
	background: url(/img/mainmenu_bg_selected_r.png) no-repeat;
}

.mainmenu li a:hover, 
.mainmenu li.active a {
	background: url(/img/mainmenu_bg_selected.png);
}

/* Content */
.content{
	padding: 0 35px 0 37px;
}

.columns{
	background-color: #fff;
	overflow:hidden;
}

.column-left, .column-right{
	float: left;
}

.column-left{
	width: 587px;	
}

.column-right{
	width: 239px;	
}

.column-left-reducer{
	padding: 0 20px 50px 20px;
}

.column-right-reducer{
	padding-right: 9px;
}

.block-list-preview {
	width: 100%;
}

.block-list-preview td, .block-list-preview th {
	padding: 5px;
}

.block-list-preview td img{
	padding: 2px;
	border:1px #bbd2bb solid;
}

.block-list-preview td p{
	margin: 5px 0 0 0;	
}

div.gostinicy {
	font-size: 13pt;
	font-weight: bold;
	margin: 25px 0 0px 15px;
	padding: 9px;
	background-color: #FFFF00;
	width: 370px;
	float: left;
}

.metro {
	background: url("/img/glyphs.gif") no-repeat -58px top;
	width: 16px;
	height: 21px;
	float: left;
	margin-right: 8px;
}


.get-currency-list {
	margin: 25px 0 0px 15px;
	padding: 9px;
	float: left;
}

.page-nav li {
	float:left;
	list-style-type:none;
}

.page-nav span, .page-nav a {
	display:block;
	padding:4px 7px;
	margin:0 7px;
	border:1px #ccc solid;
}

.flower-l-t{
	background: url(/img/flower_l_t.jpg) no-repeat;
}

.flower-r-t{
	background: url(/img/flower_r_t.jpg) no-repeat 100% 0;
}

.flower-l-b{
	background: url(/img/flower_l_b.jpg) no-repeat 0 100%;
	overflow:hidden;
}

.flower-r-b{
	background: url(/img/flower_r_b.jpg) no-repeat 100% 100%;
	overflow:hidden;
}

.flower-l-bg{
	background: url(/img/content_bg_l.jpg) repeat-y;
}

.flower-r-bg{
	background: url(/img/content_bg_r.jpg) repeat-y 100% 0;
}

/* Footer */
.footer {
	height:150px;
	background: url(/img/bg.png) top left;
}

.footer-bg {	
	margin: 0 37px;
}

.footer-bg table {	
	width:100%
}

.footer-bg td {
	height:22px;
	width: 99%;
}

.footer-bg td.l,
.footer-bg td.r {
	width: 1%;
}

.footer-bg td.c {
	background: url(/img/content_bg_b.png) repeat-x;
}

.footer p {
	color: #cfeaca;
	text-align:center;
	font-size:9pt
}

/* Modules */
.module-head {
	background: url(/img/column_r_head.jpg) no-repeat;
	width: 230px;
	height:36px;
}

.module-head span {
	padding: 6px 0 0 10px;
	display:block;
	color:#cfeaca;
	font-weight:bold;
}

.module-content {
	background-color: #cfeaca;
	overflow:hidden;
}

.module-content-reducer {
	margin: 0 5px 8px 5px;
}

.brief {
	float: left;
	width: 150px;
}
