/*------------------------------------------------------------------

1.	RESET
	Global reset for all HTML elements

------------------------------------------------------------------*/
*
{
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

html, body {
	height: 100%
}

body {
	background: #fff;
	color: #000;
	font-size: 100.01%;
	text-align: left;
	position: relative;
	
}

#ui-datepicker-div {
    display: none;
}

img,fieldset,abbr,acronym {
	border: 0
}

sup{
	vertical-align: super;
	font-size: 0.7em;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}


input,select,textarea,button {
	font-size: 1em;
	line-height: normal;
	width: auto;
}

input,select {
	vertical-align: middle
}

textarea {
	height: auto;
	overflow: auto;
}

option {
	padding-left: 0.6em
}

button {
	background: none;
	border: 0;
	cursor: pointer;
	text-align: center;
}

ul,ol {
	list-style-type: none;
}

strong{
	font-weight: bold;
}

/*------------------------------------------------------------------

2.	MAIN STYLES
	General definitions

--------------------------------------------------------------------*/
body#traintheme {
	background: #DDDDDD url(../img/bg.jpg) repeat-x center 0;
	color: #666666;
	
	font-family: Verdana;
	font-size: 12px;
	line-height: 18px;
}

em {
	color: #d9e3ea
}

/* Headlines */
h1,h2,h3 {
	font-weight: normal;
	line-height: normal;
	letter-spacing: -1px;
	color: #444;
	margin-bottom: 6px;
	margin-top: 12px;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.6em;
}

hr
{
	border-top: solid #999 1px;
	border-bottom: none;
	border-right: none;
	border-left: none;
}

/* Anchors */
a,a:link, a:visited {
	color: #666;
	font-weight: bold;
	text-decoration: none;
}

a:hover,a:active,a.active {
	text-decoration: underline;
}


/*-------------------------------
2.b Base layout
---------------------------------
[?] Mostly ID's. Classes & tags allowed.
*/
#wrap {
	margin: 0 auto;
	text-align: left;
	width: 1000px;
	position: relative;
    padding: 0;
    min-height: 100%;
}

#header {
	height: 130px;
	width: 100%;
}

/*---------------------------------
	LOGOTYPE
----------------------------------*/
#logo {
	margin: 0;
    padding: 15px 0 0 0;
    background: url('../img/sprite.png') no-repeat -2px -290px;
    width: 315px;
	height: 60px;
	cursor: pointer;
}

#logo a { 
	width: 315px;
	height: 30px;
	display: block;
	font-size: 0.8em;
	text-transform:lowercase;
	padding: 30px 0 0 10px;
}


#content {
	padding: 0 0 4em;
	width: 100%;
    overflow: hidden;
    padding-bottom: 100px;
}

#main.full {
	float: left;
	width: 1000px;
}

#main {
	float: left;
	width: 650px;
}

#main, #sidebar {
    padding-bottom: 9000px;
    margin-bottom: -9000px;
}



#sidebar {
	float: right;
	width: 350px;
}

#footer {
	width: 100%;
	height: 59px;
    position: absolute;
    bottom: 10px;
    left: 0;
}

#footerWrap {
	width: 900px;
	margin: 0 auto;
	position: relative;
}
/*
	кусман логотипа
*/

div.parttop
{
	width: 100px;
	height: 20px;
	position: absolute;
	left: 212px;
	background: url('../img/sprite.png') no-repeat -215px -355px;
}

/*
	планки
*/
div.nav 
{
	margin-top: -10px;
	margin-bottom: 10px;
}

div.nav div.left
{
	width: 24px;
	height: 60px;
	background: url('../img/sprite2.png') no-repeat;
	float: left;
}

div.nav div.right
{
	width: 24px;
	height: 60px;
	background: url('../img/sprite2.png') no-repeat 0px -121px;
	float: left;
}
div.nav .center
{
	background: url('../img/sprite2.png') repeat-x 0px -60px;
	width: 900px;
	float: left;
	height: 60px;
}
/*-------------------------------
2. Основная навигация
-------------------------------*/

#nav
{
	height: 41px;
	float: left;
}

#nav, #nav ul
{
	padding: 0;
	line-height: 1;
	z-index: 100;
	padding: 9px 18px;
}

ul#nav a {
	color: #999999;
	font-size: 1em;
	font-weight: bold;
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	background: no-repeat url('../img/sprite.png') -219px -7px;
	padding-left: 16px;
	padding-right: 12px;
}

#nav li:first-child a
{
	background: none !important;
}

ul#nav a:hover {
	color: #F0720B;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

#nav li {
	float: left;
	margin-top: 12px;
}

/* Style drop down list */
ul#nav li ul {
	position: absolute;
	width: 200px;
	left: -999em;
}

ul#nav li:hover ul
{
	left: auto;
}

ul#nav ul.chld {
	list-style: none;
}

ul#nav ul.chld li
{
	margin-top: 0 !important;;
	list-style: none;
	line-height: 30px;
	width: 162px;
	height: 30px;
	background: url(../img/sprite.png) no-repeat -319px -207px !important ;
}
ul#nav ul.chld li a
{
	background: none !important;
	font-size: 0.9em !important;
}
ul#nav ul.chld li a:hover
{
	background: #FFF;
	color: #222;
}


#nav li:hover ul,
#nav li li:hover ul
{
	left: auto;
}

/* IE7 Fix */
#nav li:hover,#nav li.hover {
	position: static;
}

ul#footerNav {
	position: absolute;
	top: 27px;
	right: 0;
}

ul#footerNav li {
	float: left;
	display: inline;
	margin-left: 15px;
}

/*-------------------------------
 2. Sidebar
-------------------------------*/
#sidebar h3, #bottombar h3 {
	color: #F0720B;
	font-weight: normal;
	margin-top: 0px !important;
}

#sidebar a , #bottombar a{
	color: #6099ff;
}

#bottombar div.post
{
	margin-bottom: 15px;
}




/*-------------------------------
 3. Elements, ID's & Classes
-------------------------------*/
#footer #footerWrap #copy {
	position: absolute;
	top: 18px;
	left: 200px;
}

#footer #footerWrap #copy a {
	color: #6099ff;
}
#copy
{
	margin-left: 20px;
}
#ufs
{
	background: url('/img/ufs.gif') no-repeat right;
	display: block;
	width: 180px;
	font-size: 0.8em;
	line-height: 1.3em;
	margin-top: 15px;
	float: left;
}
#counter
{
	display: block;
	width: 88px;
	height: 31px;
	float: right;
margin-top: 15px;
	cursor: pointer;
}

/*
	BOX
*/
div.box {width: 242px;}
div.box div.top
{
	background: url('../img/boxSkin.png') no-repeat;
	width: 235px;
	height: 10px;
	padding: 0 8px 0 7px;
}

div.box div.foot
{
	background: url('../img/boxSkin.png') -501px -5px no-repeat;
	width: 235px;
	height: 10px;
	padding: 0 8px 0 7px;
}

div.box div.body
{
	background: url('../img/boxSkin.png') -248px 0 repeat-y ;
	width: 235px;
	padding: 0 8px 0 7px;
}

div.box div.body h6
{
	text-align: left;
	font-weight: bold;
}

div.box div.body h5
{
	text-align: center;
	font-weight: bold;
}

div.box div.body tt
{
	font-weight: bold;
}

/*------------------------------------------------------------------

3.	FORMS
	Styles for forms only

--------------------------------------------------------------------

/*-------------------------------
3.a Form styles
-------------------------------*/
input.text,select.select,textarea.textarea {
	border: 0;
	color: #000;
	padding: 7px;
}

input.text {
	width: 168px
}

select.select {
	width: 200px
}

textarea.textarea {
	width: 375px;
	height: 100px;
	background-color: #e9eef4
}

button.button {
	color: #fff;
	height: auto;
	width: auto;
	line-height: normal;
	white-space: nowrap;
}

/*-------------------------------
Clearfix
-------------------------------*/
.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

.clearfix {
	display: block
}

.fix {
	clear: both;
	height: 1px;
	margin: -1px 0 0;
	overflow: hidden;
}

/*-------------------------------
MAIN STYLES
-------------------------------*/
ul {
	list-style: none;
}
/* FORM */
.formUl li {
	margin-top: 4px;
}

.formUl li span.example {
	margin-left: 220px;
	font-size: 0.9em;
	color: #AAA;
	border-bottom: dashed 1px;
	cursor: pointer;
}

.formUl li label {
	width: 200px;
	display: inline-block;
	font-size: 1.4em;
	text-align: right;
	vertical-align: middle;
	line-height: 2em;
	height: 36px;
}

/* elements*/
div.box700
{
	width: 700px;
	float: left;
}

div.box300
{
	width: 248px;
	float: left;
	padding-left: 50px;
}

/* electron tickets */
div.elt
{
	background: url('../img/elTickets.png') no-repeat 52px 0;
	height: 413px;
	padding-left: 52px;
}


.bigForm input {
	height: 37px;
	font-size: 2em;
	color: #666;
	background:url('../img/sprite.png') 0 -32px no-repeat ;
	border: none;
	vertical-align: middle;
	width: 400px;
}

input.search {
	background: url('../img/sprite.png') 0 -78px no-repeat ;
	font-size: 0em;
	margin-left: 490px;
	cursor: pointer;
	width: 110px;
	height: 46px;
}

h2.rout {
	line-height: 2em;
}

span.date {
	line-height: 1.8em;
}

span.button {
	cursor: pointer;
	text-decoration: underline;
}

/**
	TABLE SKIN
**/
table.zebra
{
	border: 1px solid #999;
	margin-left: 1px;
}

table.zebra tr 
{
	border: 1px solid #999;
}

table.zebra tr th 
{
	text-align: center;
	padding: 6px 6px 6px 12px;
	font-weight: bold;
	color: #333;
}

table.zebra tr td,
table.zebra tr th {
	border: 1px solid #999;
	background: transparent;
	padding: 2px;
	vertical-align: middle;
}
table.zebra tr td {
	color: #666;
}

table.zebra tr.alt td {
	color: #555;
}

.dashedB {
	border-bottom-style: dashed !important;
}

.boldB {
	border-bottom-width: 2px !important;
	border-bottom-style: double;
}

td.rgt {
	text-align: right;
}

td.cnt {
	text-align: center;
}

/**
	STEP NAVIGATION
**/
div.step_nav{width: 990px; height: 50px;}
div.step_nav > div,
div.step_nav > ul
{
	height: 50px;
	float: left;
}

div.step_nav div.left 
{
	background: url('../img/sprite2.png') no-repeat 0px -180px;
	width: 20px;
}

div.step_nav ul
{
	background: url('../img/sprite2.png') repeat-x 0px -228px;
	width: 941px;
}

div.step_nav div.right
{
	background: url('../img/sprite2.png') no-repeat 0px -277px;
	width: 20px;
}


ul.step_nav li {
	float: left;
	width: 148px;
	height: 55px;
	text-align: center;
}

ul.step_nav li span {
	display: block;
	text-decoration: none !important;
	margin-top: 13px;
	cursor: pointer;
}


ul.step_nav li.back
{
}

ul.step_nav li.backCur
{
}

ul.step_nav li.cur
{
	font-weight: bold;
	background: url('../img/sprite.png') -408px -3px no-repeat;
	color: #FFF;
	padding-top: 0px;
}

ul.step_nav li.dis
{
	/*background: #6F8DA6 url('../img/navDis.png') no-repeat right;*/
	color: #9A9A9A;
}

ul.step_nav li.last {

}

/* LIST */

ul.list
{
	list-style-position: inside;
}

ul.marb li
{
	margin-bottom: 6px;
}

/**
	RUB
**/
a.next
{
	background: url('../img/next.png') no-repeat right;
	padding-right: 12px;
}

/**
    Autocomplete
**/
.ac_results ul {
    border: 1px solid #000;
    background-color: #fff;
}
.ac_results li {
    padding: 2px 0px 2px 4px;
}
.ac_results li {
    color: #000;
}
.ac_results li:hover, .ac_results .ac_over {
    background-color: #d0d0d0;
}


form#reportForm input,
form#reportForm textarea {
    width: 230px;
}
form#reportForm textarea {
    height: 100px;
}


form#mainFrom input.stationField,
div.ac_results li,
ul.popular_routes li{
    text-transform: capitalize;
}


/*  trains page */
ul.dates {
    overflow: hidden;
}
ul.dates li {
    padding: 10px;
    float: left;
}


span.nextBig
{
	background: url('../img/sprite.png') no-repeat -116px -76px;
	display: block;
	width: 116px;
	height: 48px;
	color: transparent;
	font-size: 0.0001em;
}

span.nextBig:hover
{
	background: url('../img/sprite.png') no-repeat -116px -124px;
}



span.payButton
{
	background: url('../img/sprite.png') no-repeat -347px -76px;
	display: block;
	width: 116px;
	height: 48px;
	color: transparent;
	font-size: 0.0001em;
}

span.payButton:hover
{
	background: url('../img/sprite.png') no-repeat -347px -124px;
}

span.childLoad
{
	background: url('../img/ajax-loader.gif') no-repeat;
	margin-left: 5px;
	padding-left: 18px;
}

.temporaryDisabled
{
	
}

/*
	MIXED
*/

span.c3
{
	color: #333;
}

span.b
{
	font-weight: bold;
}

.c6 { color: #666;}
.f10 { font-size: 0.8em;}


span.ob, span.obs
{
	display: inline-block;
	cursor: pointer;
	font-weight: bold;
	color:#333;
}

span.ob span, span.ob tt,
span.obs span, span.obs tt,
span.ob a, span.obs a
{
	height: 24px;
	display: block;
	float: left;
	padding: 3px 0 0 10px;
}

span.ob span, span.ob a
{
	background: url('../img/sprite.png') no-repeat -11px -206px;
}

span.ob tt
{
	background: url('../img/sprite.png') no-repeat -291px -206px;
	width: 10px;
}

span.ob:hover span, span.ob:hover a
{
	background: url('../img/sprite.png') no-repeat -11px -232px;
	padding: 3px 0 0 10px;
}

span.ob:hover tt
{
	background: url('../img/sprite.png') no-repeat -291px -232px;
	width: 10px;
}

span.obs span, span.obs a
{
	background: url('../img/sprite.png') no-repeat -11px -259px;
	color:#fff;
}

span.obs tt
{
	background: url('../img/sprite.png') no-repeat -291px -259px;
	width: 10px;
}
/* ------------------------------------
	TRAINS PAGE
------------------------------------ */

span.f1_4
{
	font-size: 1.4em;
	
}

span.black
{
	color: #000;
}

span.selectB
{
	background: url('../img/sprite.png') -229px -70px no-repeat ;
	display: inline-block;
	width: 110px;
	height: 57px;
	text-align: center;
	padding: 8px 0px 0px 0px;
	cursor: pointer;
}

span.selectB:hover
{
	background: url('../img/sprite.png') no-repeat -229px -133px;
}
/* ------------------------------------
	PRICES PAGE
----------------------------------- */ 
div.placeWrap
{
	float: left;
	width: 180px;
}

div.placeWrap label
{
	display: block;
	width: 180px;
	text-align: right;
}

/*  ------------------------------------
			PASSAGERS PAGE 
 ------------------------------------ */
ul.passForm li label
{
	width: 100px !important;
}

ul.passForm input,ul.passForm  select
{
	width: 186px;
	border: 1px solid #333;
	line-height: 1.2em;
	height: 1.4em;
	font-size: 1.4em;
	color: #666;
}

ul.passForm select
{
	width: 300px !important;
}

input.document_numberf, input.document_numbernf
{
	width: 240px !important;	
}

span.nom
{
	font-size: 1.4em;
	color: #666;
}

li.desc
{
	text-align: right;
	padding-right: 16px;
	margin-top: -4px !important;
}

ul.passForm input.isChild
{
	width: 20px;
	height: 20px;
}

/***
ORDER PAGE
**/

ul.orderForm li label
{
		width: 200px !important;
}

#paymentMethodTable td
{
	height: 40px;
	vertical-align: middle;
}

div.page > p
{
	margin: 5px 0 ;
}

div.page > ul
{
	margin-left: 5px;
}

div.page > ul > li
{
	list-style-position: inside;
	list-style-type: square;
}

div.page > table td, div.page > table th
{
	text-align: center;
}
