/**********************************************************************************************

Title: www.tvoyformat.org
Declaration: 0.3
Date: 11 12 2009 

Support Browsers: 
	
	Internet Explorer 7.0 5730.13
	Mozilla Firefox 3.5.5
	Opera 10.0 1750

***********************************************************************************************

/* 0. Reset all default styles
-----------------------------------------------------------------------------------------------
===============================================================================================*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;
}
body {
line-height: 1;
}

ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}

/* remember to define focus styles! */
:focus {
outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
text-decoration: none;
}
del {
text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
border-collapse: collapse;
border-spacing: 0;
}

/* 0.1 Main page elements
-----------------------------------------------------------------------------------------------
===============================================================================================*/

body {
	font: 0.75em Verdana, 'Arial', sans-serif; /* Equivalent to 12px (http://jontangerine.com/silo/css/pixels-to-ems/) */
	color:#000;
	background:#fff;
	line-height:150%;
}

img { border:0px; }

a, a:visited, a:link { text-decoration:underline; color:#FF9933; }

a:hover { color:#CC6600; }

h1 {
	font-family: 'Trebuchet MS', 'Arial', 'Helvetica', sans-serif;
	font-size: 2em;
	color: #85c324;
	font-weight: normal;
	padding: 0;
	margin: 0px;
	padding-top: 22px;
	padding-bottom: 15px;
	margin: 0;
	line-height:1.3em;
	text-transform: capitalize;
}

h2 {
	font-family: 'Trebuchet MS', 'Arial', 'Helvetica', sans-serif;
	font-size: 1.7em;
	color: #85c324;
	font-weight: normal;
	text-transform: capitalize;
}

h3 {
	font-family: 'Trebuchet MS', 'Arial', 'Helvetica', sans-serif;
	font-size: 1.4em;
	color: #85c324;
	font-weight: bold;
	text-transform: capitalize;
}

h4 {
	font-size: 1.1em;
	font-weight: bold;
	margin:1em 0px;
}

embed, object { z-index:1; }

input, select { border: 1px solid #000; }

/* 1. Page structure
-----------------------------------------------------------------------------------------------
===============================================================================================*/

#wrapper {
  width: 100%;
  width: expression((documentElement.clientWidth||document.body.clientWidth)<995?'1000px':'');
  min-width: 1000px;
  width:1000px;
}

/* 1.1 Header Structure
-----------------------------------------------------------------------------------------------
===============================================================================================*/

	#wrapper #header { 
		height: 152px;
	}
		#header .headerSlide { width:100%;  /* fix I.E.7 */ }
			.headerSlide .ltheader {
				width:9px;
				height:5px;
				background:url(/dev/images/lthead.jpg);
				float:left;
				
			}
			.headerSlide .mheader {
				width:982px;
				height:5px;
				background:url(/dev/images/mhead.jpg);
				float:left;
			}
			.headerSlide .rtheader {
				width:9px;
				height:5px;
				background:url(/dev/images/rthead.jpg);
				display:inline;
				float:left;
			}
		#header #logo { margin:2px 0px 0px 15px; float:left; }
		#header #headUpSlice {}
			#headUpSlice #logoDescription { width:220px; float:left; text-align:center; font-weight:bold; 
				margin:5px 10px 5px 0px; }
				#logoDescription .hdesc { font-size:1.85em; color:#da251d; line-height:1.0em; }
				#logoDescription .mdesc { font-size:1.05em; color:#84c225;}
/* 1.2 Container Structure
-----------------------------------------------------------------------------------------------
===============================================================================================*/

	#wrapper #container {width: 100%;}
		#container #tickerSlide {
			
		}
			#tickerSlide #toMain {
				float:left;
				width:127px;
				height:20px;
				background:url(/dev/images/partners.jpg) no-repeat;
				text-align:center;
				font-weight:bold;
				margin-left:226px;
				margin-right:5px;
				padding-top:2px;
			}
				#toMain a {
					color:#fff;
				}
			#tickerSlide #partners {
				float:left;
				margin-left:5px;
				width:127px;
				height:20px;
				background:url(/dev/images/partners.jpg) no-repeat;
				text-align:center;
				font-weight:bold;
				padding-top:2px;
			}
				#partners a {
					color:#fff;
				}
				
/* 1.3 Content Structure
-----------------------------------------------------------------------------------------------
===============================================================================================*/

	#wrapper #content { width: 100%; float: left; }
		#content #text {margin:2px 220px;}
			#text .subheader { font-size:1.6em; color:#fff; text-align:center; font-weight:bold; }
			#text .mainContent { }
				.mainContent .subContent { text-align:justify; }
				.greentext { text-transform: capitalize; font-size:1.1em; }
				.subContent .flashEmbed { text-align:center; padding:5px; }
				.mainContent .thumbList { text-align:center; }
					.thumbList img { 
						background: white; 
						padding: 6px; 
						border: solid 1px #ccc; 
						margin:5px 0px;
					}
					.thumbList img:hover { 
						border: solid 1px #000; 
					}
/* 1.4 Left-side Structure
-----------------------------------------------------------------------------------------------
===============================================================================================*/

	#wrapper #left {
  		float: left;
  		width: 220px;
  		margin-left: -100%;
  		margin-top:-27px;
	}
		#left .buyprice { 
			width:180px; 
			font-size:1.4em;
		}
			.buyprice .subheader {
				margin-left:5px;
				font-weight:bold;
			}
		#left .reservation {
			width:210px;
		}
			.reservation .boxfix {
				background:#FFCC33;
				width:5px;
				height:5px;
				float:left;
				position:absolute;
				left:0px;
			}
			
/* 1.5 Right-side Structure
-----------------------------------------------------------------------------------------------
===============================================================================================*/
			
	#wrapper #right {
  		float: left;
  		width: 220px;
  		margin-left: -220px;
	}
		#right .insideContent {
			width:100%;
			margin:5px 0 0 5px;
		}
			.insideContent .communityTitle {
				width:180px;
				font-size:1.4em;
			}
				.communityTitle .subheader {
					margin-left:10px;
					font-weight:bold;
				}
			.insideContent .communityLogin {
				position:relative;
				margin-bottom:5px;
			}
				.communityLogin .boxfix {
					background:#85c324;
					width:5px;
					height:5px;
					float:left;
					position:absolute;
					left:0px;
				}
				.communityLogin .loginForm {
					text-align:left;
					width:100%;
				}
					.loginForm td { padding:2px; font-weight:bold; }
					.loginForm .submit {
						width:100%;
						text-align:center;
					}
						.submit input {
							background:#ff0d0d;
							color:#fff;
						}
/* 1.6 Footer Structure
-----------------------------------------------------------------------------------------------
===============================================================================================*/


	#wrapper #footer {height: 100px; /*background: #FFCACA;*/ color:#000; width:100%; font-size:0.9em;}
		#footer .greenbox {
			margin-top:5px;
		}
		#footer .represent {
			float:left; width:25%;
		}
		#footer a { color:#fff; }

/* 2. Global Page Elements
-----------------------------------------------------------------------------------------------
===============================================================================================*/

.clear { clear: both; }
.isHidden { display:none; }
.isVisible { display:block; }

/* 3. Classes
-----------------------------------------------------------------------------------------------
===============================================================================================*/

/* 3.1 class liScroll
-----------------------------------------------------------------------------------------------
===============================================================================================*/

#tickerSlide #newsSlider {
	float:left;
	background:url(/dev/images/scrollnews.jpg) no-repeat; 
	height: 20px; 
	margin: 0 0 0 0px; 
	padding: 0;
	width:510px;
	overflow: hidden; 
	padding-top:2px;
}

/* 3.2 class "Top multi side navigation menu"
-----------------------------------------------------------------------------------------------
===============================================================================================*/

.jqueryslidemenu{
	float:right;
	width:770px;
	margin-top:0px;
	font-weight:bold;
	background:#ff0909;
	background-repeat:no-repeat;
}


.jqueryslidemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.jqueryslidemenu ul li{
	position: relative;
	display: inline;
	float: left;
	border-right: 1px solid #fff;
	background:#ff0909;
	background-repeat:no-repeat;
}

/*Top level menu link items style*/
.jqueryslidemenu ul li a{
	display: block;
	width:103px;
	background:#ff0909;
	background-repeat:no-repeat;
	/*background: #414141; /*background of tabs (default state)*/
	color: white;
	padding: 3px 10px;	
	color: #2d2b2b;
	text-decoration: none;
}
.jqueryslidemenu ul li a.fixedHeight{
	height:40px;
}

* html .jqueryslidemenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.jqueryslidemenu ul li a:link, .jqueryslidemenu ul li a:visited{
color: white;
}

.jqueryslidemenu ul li a:hover{
/*background: black; /*tab link background during hover state*/
background:#feb0b0;
}
	
/*1st sub level menu*/
.jqueryslidemenu ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jqueryslidemenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jqueryslidemenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.jqueryslidemenu ul li ul li a{
height:auto;
width: 126px; /*width of sub menus*/
padding: 3px 5px;
margin: 0;
border-top-width: 0;
border-bottom: 1px solid #fff;
font-size: 10px;
line-height: 1em;
}

.jqueryslidemenuz ul li ul li a:hover{ /*sub menus hover style*/


}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}

/* 3.4 class "News slider"
-----------------------------------------------------------------------------------------------
===============================================================================================*/

#slider { margin-top:5px;  float:left; width:622px; height:70px; background:#ccc; overflow:hidden; position:relative; }
#list { overflow: hidden; position:relative; padding:5px;}
.news { margin-bottom:12px; }

/* 3.5 class Corners
-----------------------------------------------------------------------------------------------
===============================================================================================*/

.inner-box {
	padding:1em; 
}

.r1, .r2, .r3, .r4, .r5, .r6, .r7, .r8, .r9, .r10 {
	display: block;
	height: 1px;
	overflow: hidden;
	font-size:1px;
}

.r10 { margin: 0 10px; }
.r9 { margin: 0 9px; }
.r8 { margin: 0 8px; }
.r7 { margin: 0 7px; }
.r6 { margin: 0 6px; }
.r5 { margin: 0 5px; }
.r4 { margin: 0 4px; }
.r3 { margin: 0 3px; }
.r2 { margin: 0 2px; }
.r1 { margin: 0 1px; }

#rounded-box-3, #rounded-box-5, #rounded-box-10 { margin:1em; }
.inner-box, .rounded-box-10 b { background-color: #ff0d0d; }
#rounded-box-3 .inner-box { padding: 1em;}
#rounded-box-5 .inner-box { padding: 0.7em 1em;}
.rounded-box-10 .inner-box { padding: 0.4em 1em;}
.greenbox .inner-box, .greenbox b { background-color: #85c324; } 
.greenbox .nopadding, .redbox .nopadding { padding:0.2em; }
.redbox .inner-box, .redbox b { background-color: #ff0d0d;  }
.orangebox .inner-box, .orangebox b { background-color:#FFCC33; }

/* 3.6 class "Red Corners without background"
-----------------------------------------------------------------------------------------------
===============================================================================================*/

.cwb { margin:0 auto; /* TODO delete this line */ width:100%; /* END */  }
.cwb .nb { width:5px;height:5px; }
.cwb .lt { width:5px; height:5px; background:url(/dev/images/corner-lttop.jpg) no-repeat; }
.cwb .top { height:5px; background:url(/dev/images/corner-top.jpg) repeat-x; }
.cwb .rt { width:5px; height:5px; background:url(/dev/images/corner-rttop.jpg) no-repeat; }
.cwb .left { width:5px; background:url(/dev/images/corner-left.jpg); }
.cwb .right { width:5px; background:url(/dev/images/corner-right.jpg); }
.cwb .ltbt { width:5px; height:5px; background:url(/dev/images/corner-ltbt.jpg); }
.cwb .rtbt { width:5px; height:5px; background:url(/dev/images/corner-rtbt.jpg); }
.cwb .bottom { height:5px; background:url(/dev/images/corner-bottom.jpg); }
/* TODO delete this line */ 
.cwb .content { text-align:center; }
/* END */

/* 3.7 class "Camp Online"
-----------------------------------------------------------------------------------------------
===============================================================================================*/


.campPricePeriod { width:100%; font-size:0.9em; }
	.campPricePeriod .theader td { background:#ffac00; }
	.campPricePeriod td { padding: 5px; border: 1px dotted #fff; }
		.campPricePeriod .period01 td { background:#FFF; } 
		.campPricePeriod .period02 td { background:#FFF; }
.campOnlinePresent { color:#fff; font-weight:bold; }
.campOnlinePresent input { background:#ccff99; margin:5px; width:100%; font-weight:bold; padding:2px 5px; }
	.campOnlinePresent .submitSimple {
		background:#ffcc33;  
	}
	.campOnlinePresent .submitCompany {
		background:#ffac00;
	}
.campOnlineChildData { width:100%; }
	.campOnlineChildData td { padding:2px; font-weight:bold; }
	.campOnlineChildData input { width:100%; }
	.campOnlineChildData .submitButton { background:#ff0000; color:#fff; }
#campOnlineMain h3 { color:#ff0000; text-align:center; }
#campOnlineMain .autorisation {
	width:100%;
	color:#fff;
}
	.autorisation td {
		padding:2px;
	}
	.autorisation .submitButton { background:#ff0000; color:#fff; width:100%; }
#showRailwayPackage input { padding:7px 7px; }
.campPricePeriod .title { text-align:center; font-weight:bold; }
.campPricePeriod .cityName { width:45px; }
.campPricePeriod .currency { width:60px; }
.campPricePeriod .checkbox { width:20px; }
/* 3.8 class "Carousel Flash"
-----------------------------------------------------------------------------------------------
===============================================================================================*/

.carousel_container { position: relative;}
#carousel1 { 
	position:relative;
  	z-index: 0;
}
.carousel_container {
				margin-top:50px;
			}

/* 3.8 class "Control Case for content"
-----------------------------------------------------------------------------------------------
===============================================================================================*/

.controlDescription {padding:5px 0;}
.controlCaseClose a, .controlCaseOpen a { 
	height:1%; 
	padding:0 10px 0 13px; 
	color:#85c324;
	position:relative;
	font-weight:bold;
}
	.controlCaseOpen a {
		background:url(/dev/images/element.jpg) center left no-repeat;
	}
	.controlCaseClose a {
		background:url(/dev/images/element-closed.jpg) center left no-repeat;
	}

/* 3.9 class "Price Tables"
-----------------------------------------------------------------------------------------------
===============================================================================================*/
	
.priceTable { width:100%; border-collapse:collapse; }
	.priceTable th { padding:5px 2px; }
	.priceTable td, .priceTable th { border:1px solid black; text-align:center; }
	.priceTable .row1 td { background:#ffcccc; }
	.priceTable .row2 td { background:#ccff99; }
	.priceTable .theader th { background:#ffac00; }
	
/*Прайс*/
.td_head td {background-color: #f7a108; font-weight: bold; text-align: center; height:20px;}
.td_desc td {background-color: #ffAAf9; color: #000000; font: bold 1em Arial, Helvetica, sans-serif; text-align: center; height:30px;}
.td_11 td {background-color: #d7edfb;}
.td_21 td {background-color: #fdeccc;}
.td_price_1 td {background-color: #d7edfb; text-align: center;}
.td_price_2 td {background-color: #fdeccc; text-align: center;}


/* 3.9 class "Represents Block"
-----------------------------------------------------------------------------------------------
===============================================================================================*/

.representsBlock  { margin-top:5px; font-size:0.9em; }
	.representsBlock .submitButton { background:#ff0000; color:#fff; width:100%; font-size:1.7em; }
	.representsBlock h4 { color:#fff; }
	.representsBlock a, .representsBlock a:link { color:#FFFF66; }

/* 3.10 class "Lightbox"
-----------------------------------------------------------------------------------------------
===============================================================================================*/
	
#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(/dev/images/decoration/overlay.png); }

/* 3.11 class "News"
-----------------------------------------------------------------------------------------------
===============================================================================================*/

.news-latest-item IMG {margin-top: 5px;	margin-right: 5px; margin-bottom: 5px; border:0px; float:left;}
.news-latest-container		{width: 190px; margin-left: 20px;}
.news-latest-container p {text-indent: 0; margin: 0px; font-size : 0.9em; }
.news-latest-date {font-size : 0.9em;}
.news-latest-title     {}
.news-latest-morelink  {margin-left: 110px; font-size : 0.9em;	text-decoration: underline;}
.news-single-img img   {margin-left: 20px;}
.news-single-timedata  {margin-left: 20px;}
.news-single-backlink  {margin-left: 20px;}

a.slider-button { text-decoration:none; }
.slider-button { background:#fff;display:block;padding:120px 5px;font-size:18px; }
.slider-button:hover { background:#ededed; }

.campOnlineSite { margin-left:100px; float:left; font-weight:bold; }
