html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	background: #FFF url(../i/tm_bg.jpg) left 125px repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

a {
	color: #303030;
	text-decoration: underline;
}
a:hover {
	color: #2F72BD;
	text-decoration: underline;
}

a img {
	border: none;
}

p, form, ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

h1, h2, h3, h4, h5, h6 {
	padding: 0;
	margin: 0;
}

h1 {
	font-size: 19px;
	color: #90BB23;
	padding-bottom: 7px;
}

h2 {
	font-size: 17px;
	padding-bottom: 10px;
}

#wrapper .np {
	padding-bottom: 0;
}

.inline {
	display: inline;
}

h3 {
	font-size: 15px;
}

.pb {
	padding-bottom: 7px;
}

h4 {
	font-size: 14px;
	font-weight: normal;
}

h5 {
}

h6 {
	font-size: 12px;
	font-weight: normal;
	padding-bottom: 5px;
}

.smallerText {
	font-size: 11px;
}

.blue {
	color: #2F72BD;
}

.green {
	color: #A1C93C;
}

#wrapper {
	position: relative;
	z-index: 1;
	width: 964px;
	margin: 0 auto;
}

#wrapper .vTop {
	vertical-align: top;
}
#wrapper .vMid {
	vertical-align: middle;
}
#wrapper .vBot {
	vertical-align: bottom;
}

.fLeft {
	float: left;
}

.fRight {
	float: right;
}

.cleaner {
	clear: both;
}




#top {
	height: 99px;
	padding: 26px 0 0 4px;
}

	#top .slogan {
		position: absolute;
		z-index: 1;
		font-size: 13px;
		color: #262626;
		top: 22px;
		left: 62px;
	}

#lang {
	position: absolute;
	top: 0;
	right: 4px;
}
	#lang li,
	#lang li a {
		display: block;
		float: left;
		width: 70px;
	}
	
	#lang li {
		padding-left: 2px;
		height: 18px;
		text-align: center;
	}
	
	#lang li a {
		font-size: 11px;
		color: #343434;
		text-decoration: none;
		padding-top: 2px;
		height: 16px;
	}
	
	#lang li a:hover,
	#lang li .act {
		font-size: 11px;
		color: #FFF;
		background: url(../i/lang_bg.gif) left top no-repeat;
		text-decoration: none;
	}
	#lang li .act {
		font-weight: bold;
	}
	
	
#topInfo {
	position: absolute;
	z-index: 1;
	top: 74px;
	right: 12px;
}
	#topInfo li {
		display: block;
		float: left;
		color: #2F2F2F;
		font-size: 15px;
		padding-top: 1px;
		height: 17px;
	}
	
	#topInfo .icon_phone {
		background: url(../i/icon_phone.gif) left top no-repeat;
		padding-left: 22px;
		padding-right: 16px;
	}
	
	#topInfo .icon_smth {
		background: url(../i/icon_smth.gif) left top no-repeat;
		padding-left: 22px;
		padding-right: 16px;
	}
	
	
	#topInfo .icon_mail {
		background: url(../i/icon_mail.gif) left top no-repeat;
		padding-left: 22px;
	}

	


#tm,
#tm td {
	height: 100px;
	vertical-align: top;
}
	#tm a {
		display: block;
		width: 100%;
		height: 53px;
		padding-top: 33px;
		font-size: 18px;
		color: #333333;
		text-decoration: none;
		/*font-weight: bold;*/
		
		background: url(../i/tm_hover.jpg) left -200px no-repeat;
	}
	#tm a:hover,
	#tm .act {
		color: #7CB240;
		text-decoration: none;
		background: url(../i/tm_hover.jpg) left top repeat-x;
	}
	
	#tm a span {
		float: left;
		padding: 5px 0 0 6px;
		cursor: pointer;
	}
	
	#tm a img {
		width: 30px;
		height: 57px;
		float: left;
		margin-left: 20px;
		cursor: pointer;
	}
	
	.icon_globe { /* IE6 */
		background: none;
		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/i/icon_globe.png',sizingMethod='scale');
	}
	html>body .icon_globe { /* Firefox, IE7, Opera */
		background: url(../i/icon_globe.png) no-repeat !important;
		filter: none !important;
	}
	
	
	.icon_plane { /* IE6 */
		background: none;
		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/i/icon_plane.png',sizingMethod='scale');
	}
	html>body .icon_plane { /* Firefox, IE7, Opera */
		background: url(../i/icon_plane.png) no-repeat !important;
		filter: none !important;
	}
	
	
	.icon_bed { /* IE6 */
		background: none;
		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/i/icon_bed.png',sizingMethod='scale');
	}
	html>body .icon_bed { /* Firefox, IE7, Opera */
		background: url(../i/icon_bed.png) no-repeat !important;
		filter: none !important;
	}
	
	
	.icon_car { /* IE6 */
		background: none;
		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/i/icon_car.png',sizingMethod='scale');
	}
	html>body .icon_car { /* Firefox, IE7, Opera */
		background: url(../i/icon_car.png) no-repeat !important;
		filter: none !important;
	}
	
	
	.icon_umbrella { /* IE6 */
		background: none;
		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/i/icon_umbrella.png',sizingMethod='scale');
	}
	html>body .icon_umbrella { /* Firefox, IE7, Opera */
		background: url(../i/icon_umbrella.png) no-repeat !important;
		filter: none !important;
	}
	
	.icon_novaturs { /* IE6 */
		background: none;
		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/i/icon_novaturs.png',sizingMethod='scale');
	}
	html>body .icon_novaturs { /* Firefox, IE7, Opera */
		background: url(../i/icon_novaturs.png) no-repeat !important;
		filter: none !important;
	}
	




#content {
	padding-bottom: 20px;
}

	#content p {
		padding-bottom: 15px;
	}
	
	#content td {
		vertical-align: top;
	}
	
	#content ul,
	#content ol {
		padding-left: 16px;
	}
	
	#content ul li {
		list-style-type: disc;
		padding-bottom: 5px;
	}
	
	#content ol li {
		list-style-type: decimal;
		padding-bottom: 5px;
	}
	

/* --- Box1 --- { --- */

.box1 {
	background: url(../i/box1_b_bg.png) left bottom repeat-x;
}

	.box1 .lt,
	.box1 .rt,
	.box1 .l,
	.box1 .r,
	.box1 .lb,
	.box1 .rb {
		width: 10px;
	}
	
	.box1 .lt,
	.box1 .rt,
	.box1 .t {
		height: 6px;
	}
	
	.box1 .b,
	.box1 .lb,
	.box1 .rb {
		height: 10px;
	}
	
	.box1 .lt {
		background: url(../i/corners.png) left top no-repeat;
	}
	.box1 .rt {
		background: url(../i/corners.png) -11px top no-repeat;
	}
	.box1 .lb {
		background: url(../i/corners.png) left -7px no-repeat;
	}
	.box1 .rb {
		background: url(../i/corners.png) -11px -7px no-repeat;
	}
	
	.box1 .t {
		background-color: #90BB23;
	}
	.box1 .b {
	}
	
	
	.box1 .m {
		border-left: 1px solid #90BB23;
		border-right: 1px solid #90BB23;
	}


/* --- } --- Box1 --- */


.marg_t {
	margin-top: 12px;
}
.marg_b {
	margin-bottom: 12px;
}

.marg_b2 {
	margin-bottom: 16px;
}

.padd {
	padding: 12px;
}


/* --- Box3 --- { --- */

.box3 {
	background: url(../i/box3_b_bg.png) left bottom repeat-x;
}

	.box3 .lt,
	.box3 .rt,
	.box3 .l,
	.box3 .r,
	.box3 .lb,
	.box3 .rb {
		width: 10px;
	}
	
	.box3 .lt,
	.box3 .rt,
	.box3 .t {
		height: 7px;
	}
	
	.box3 .b,
	.box3 .lb,
	.box3 .rb {
		height: 10px;
	}
	
	.box3 .lt {
		background: url(../i/corners.png) -46px top no-repeat;
	}
	.box3 .rt {
		background: url(../i/corners.png) -57px top no-repeat;
	}
	.box3 .lb {
		background: url(../i/corners.png) -46px -8px no-repeat;
	}
	.box3 .rb {
		background: url(../i/corners.png) -57px -8px no-repeat;
	}
	
	#wrapper .box3 .t img {
		width: 100%;
		height: 6px;
		background-color: #2F72BD;
	}
	.box3 .b {
	}
	

	.box3 .m {
		border-left: 1px solid #2F72BD;
		border-right: 1px solid #2F72BD;
	}
	
	.box3 h1 {
		color: #2F72BD;
	}

/* --- } --- Box3 --- */


/* --- Box4 --- { --- */

.box4 {
	background-color: #EEEEEE;
}

	.box4 .lt,
	.box4 .rt,
	.box4 .l,
	.box4 .r,
	.box4 .lb,
	.box4 .rb {
		width: 10px;
	}
	
	.box4 .lt,
	.box4 .rt,
	.box4 .t,
	.box4 .b,
	.box4 .lb,
	.box4 .rb {
		height: 10px;
	}
	
	.box4 .lt {
		background: url(../i/corners.png) left -20px no-repeat;
	}
	.box4 .rt {
		background: url(../i/corners.png) -11px -20px no-repeat;
	}
	.box4 .lb {
		background: url(../i/corners.png) left -31px no-repeat;
	}
	.box4 .rb {
		background: url(../i/corners.png) -11px -31px no-repeat;
	}
	
	.box4 .t {
		border-top: 1px solid #90BB23;
	}
	.box4 .b {
		border-bottom: 1px solid #90BB23;
	}
	
	.box4 .m {
		border-left: 1px solid #90BB23;
		border-right: 1px solid #90BB23;
		padding: 5px 12px;
	}


/* --- } --- Box4 --- */


/* --- Box5 --- { --- */

.box5 {
}

	.box5 .lt,
	.box5 .rt,
	.box5 .lt2,
	.box5 .rt2,
	.box5 .l,
	.box5 .r,
	.box5 .lb,
	.box5 .rb {
		width: 10px;
	}
	
	.box5 .lt,
	.box5 .rt,
	.box5 .lt2,
	.box5 .rt2,
	.box5 .t,
	.box5 .b,
	.box5 .lb,
	.box5 .rb {
		height: 10px;
	}
	
	.box5 .lt {
		background: url(../i/corners.png) -23px -20px no-repeat;
	}
	.box5 .rt {
		background: url(../i/corners.png) -34px -20px no-repeat;
	}
	
	.box5 .lt2 {
		background: url(../i/corners.png) -46px -20px no-repeat;
	}
	.box5 .rt2 {
		background: url(../i/corners.png) -57px -20px no-repeat;
	}
	
	
	.box5 .lb {
		background: url(../i/corners.png) -23px -31px no-repeat;
	}
	.box5 .rb {
		background: url(../i/corners.png) -34px -31px no-repeat;
	}
	
	.box5 .t {
		border-top: 1px solid #C1C1C1;
	}
	.box5 .b {
		border-bottom: 1px solid #C1C1C1;
	}
	
	
	.box5 .m {
		border-left: 1px solid #C1C1C1;
		border-right: 1px solid #C1C1C1;
		padding: 5px 12px;
	}

/* --- } --- Box5 --- */



/* --- Box6 --- { --- */

.box6 {
}

	.box6 .lt,
	.box6 .rt,
	.box6 .l,
	.box6 .r,
	.box6 .lb,
	.box6 .rb {
		width: 10px;
	}
	
	.box6 .lt,
	.box6 .rt,
	.box6 .t {
		height: 10px;
	}
	
	.box6 .lt {
		background: url(../i/corners.png) -68px top no-repeat;
	}
	.box6 .rt {
		background: url(../i/corners.png) -79px top no-repeat;
	}
	
	
	#wrapper .box6 .lb {
		background: url(../i/corners.png) -68px -11px no-repeat;
		height: 30px;
	}
	#wrapper .box6 .rb {
		background: url(../i/corners.png) -79px -11px no-repeat;
		height: 30px;
	}
	
	.box6 .t {
		background-color: #E9E9E9;
		border: none;
	}
	#wrapper .box6 .b {
		background-color: #D9D9D9;
		height: 30px;
		border: none;
		padding: 0 2px;
	}
	
	
	.box6 .m {
		background-color: #E9E9E9;
		padding: 0 12px 10px 12px;
		border: none;
		line-height: 18px;
	}
	
	.box6 .m2 {
		background-color: #D9D9D9;
		padding: 4px 12px 0 12px;
		border: none;
		line-height: 18px;
	}

/* --- } --- Box6 --- */


#wrapper .list {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
	#wrapper .list li {
		padding: 0 0 8px 11px;
		margin: 0;
		list-style-type: none;
		background: url(../i/li.gif) left 4px no-repeat;
	}
	
	#wrapper #tinyMCE_out ul li {
		padding: 0 0 8px 11px;
		margin: 0;
		list-style-type: none;
		background: url(../i/li.gif) left 4px no-repeat;
	}

#wrapper .box4 .m .list {
	font-size: 14px;
	padding-top: 5px;
}

#wrapper .list2 {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
	#wrapper .list2 li {
		font-size: 16px;
		padding: 0 0 8px 18px;
		margin: 0;
		list-style-type: none;
		background: url(../i/li2.gif) left 5px no-repeat;
	}
	
	#wrapper #content .list2 .last {
		padding-bottom: 0;
	}




.leftCol_1 {
	width: 264px;
	float: left;
}

.leftCol_2 {
	width: 218px;
	float: left;
}

.wideCol {
	width: 724px;
	float: right;
}


.middleCol {
	width: 500px;
	padding-left: 14px;
	float: left;
}

.rightCol {
	width: 218px;
	float: right;
}


.crnGray {
	background: #E9E9E9 url(../i/crn_lt.gif) left top no-repeat;
	padding-left: 14px;
}
	.crnGray div {
		background: url(../i/crn_rt.gif) right top no-repeat;
		padding: 7px 14px 7px 0;
	}


.border_t {
	border-top: 1px solid #DEDEDE;
	padding: 14px 0 0 0;
}

.dots_v {
	background: url(../i/dots_v.gif) center top repeat-y;
}

.dots_h {
	background: url(../i/dots_h.gif) left top repeat-x;
}
#wrapper #content td.dots_h {
	padding-top: 6px;
}

.thmb {
	background-position: center center;
	background-repeat: no-repeat;
}

.alignLeft {
	float: right;
	clear: right;
	margin: 4px 14px 12px 0;
}

.alignRight {
	float: right;
	clear: right;
	margin: 4px 0 12px 14px;
}

.icon_nwin {
	background: url(../i/icon_nwin.gif) right 2px no-repeat;
	padding-right: 18px;
}

#wrapper .tbl .td {
	padding-top: 3px;
	padding-bottom: 5px;
}

.stars {
	padding-top: 2px;
}


.marg_l {
	margin-left: 12px;
}


#wrapper .steps {
	margin: 0;
	padding: 0;
	list-style-type: none;
	height: 28px;
}
	#wrapper .steps li {
		margin: 0;
		padding: 0;
		list-style-type: none;
		display: block;
		float: left;
		color: #949494;
	}
	
	.steps li span,
	.steps li b {
		display: block;
		float: left;
		font-weight: bold;
	}
	
	.steps li span {
		width: 14px;
		height: 18px;
		padding: 2px 0 0 6px;
		background: url(../i/steps.gif) left bottom no-repeat;
	}
	
	.steps li b {
		padding: 2px 18px 0 5px;
	}
	
	.steps .act span {
		background: url(../i/steps.gif) left top no-repeat;
		color: #FFF;
	}
	
	.steps .act b {
		color: #000000;
	}


#footer {
	height: 80px;
	background: url(../i/ft_bg.jpg) left top repeat-x;
}
.footer {
	width: 964px;
	margin: 0 auto;
	color: #878787;
	padding-top: 34px;
	font-size: 11px;
}
.footer a {
	text-decoration: none;
}

/* --- Forms --- { --- */

.shortInput, 
.normalInput, 
.normalInput2, 
.mediumInput, 
.longInput,
.input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	border: 1px solid #777;
	background-color: #FFF;
}

.form .shortInput, 
.form .normalInput,
.form .normalInput2, 
.form .mediumInput, 
.form .longInput,
.form .input {
	margin: 2px 0 12px 0;
}

.form2 .shortInput, 
.form2 .normalInput,
.form2 .normalInput2, 
.form2 .mediumInput, 
.form2 .longInput,
.form2 .input {
	margin: 0 0 12px 0;
}

.shortInput {
	width: 50px;
}

.normalInput2 {
	width: 130px;
}

.normalInput {
	width: 150px;
}

.mediumInput {
	width: 270px;
}

.longInput {
	width: 320px;
}

.chk {
	margin: 0;
	padding: 0;
}

.btns {
	display: block;
	height: 23px;
	padding-left: 3px;
}
	.btns input, .btns a {
		height: 23px;
		padding-bottom: 3px;
		padding-right: 6px;
		width: 100%;
		border: none;
		font: bold 12px Tahoma, Arial, Helvetica, sans-serif;
		color: #FFF;
		cursor:pointer;
	}
	
	.btns a{
		text-decoration:none;
		position:relative;
		top:5px;
	}
	
	.green1 {
		background: url(../i/btns.png) left top no-repeat;
	}
		.green1 input {
			background: url(../i/btns.png) right top no-repeat;
		}
		
	.green1:hover {
		background: url(../i/btns.png) left -24px no-repeat;
	}
		.green1:hover input {
			background: url(../i/btns.png) right -24px no-repeat;
		}
	
	
	.green2 {
		background: url(../i/btns.png) left -48px no-repeat;
	}
		.green2 input {
			background: url(../i/btns.png) right -48px no-repeat;
		}
		
	.green2:hover {
		background: url(../i/btns.png) left -72px no-repeat;
	}
		.green2:hover input {
			background: url(../i/btns.png) right -72px no-repeat;
		}
	
		
	.blueBtn {
		background: url(../i/btns.png) left -96px no-repeat;
	}
		.blueBtn input {
			background: url(../i/btns.png) right -96px no-repeat;
			padding-right: 10px
		}
		
	.blueBtn:hover {
		background: url(../i/btns.png) left -120px no-repeat;
	}
		.blueBtn:hover input {
			background: url(../i/btns.png) right -120px no-repeat;
		}

/* --- } --- Forms --- */






.bar .l,
.bar .r {
	height: 38px;
	width: 3px;
}

	#wrapper .bar .l {
		background: url(../i/bar.gif) left top no-repeat;
		border: none;
	}
	
	#wrapper .bar .r {
		background: url(../i/bar.gif) right top no-repeat;
		border: none;
	}
	
	#wrapper .bar .m {
		background-color: #90BB23;
		padding: 8px 0 0 0;
		border: none;
		color: #FFF;
		font-size: 10px;
	}
	#wrapper .bar .m2 {
		background-color: #90BB23;
		padding: 8px 0 0 0;
		border: none;
		color: #FFF;
	}
	#wrapper .bar .m td {
		border-right: 1px solid #B9D474;
		height: 23px;
		vertical-align: middle;
		padding-left: 4px;
	}
	
	#wrapper .bar .m2 td {
		vertical-align: middle;
	}
	
	#wrapper .bar a,
	#wrapper .bar a:hover {
		color: #FFF;
	}
	
	.arw_l2 {
		background: url(../i/arw_l2.gif) left 5px no-repeat;
		padding-left: 9px;
	}
	
	.arw_r2 {
		background: url(../i/arw_r2.gif) right 5px no-repeat;
		padding-right: 9px;
	}

small {
	font-size: 11px;
}

.tbl2 td {
	padding: 5px 4px;
	background: url(../i/dots_v.gif) right top repeat-y;
}
	#wrapper .tbl2 .td {
		background: url(../i/dots_h.gif) left top repeat-x;
		padding: 0;
	}
	
	
.tbl3 td {
	padding: 5px 3px;
}
	.tbl3 .dots td {
		background: url(../i/dots_h.gif) left bottom repeat-x;
	}

	.tbl3 .date b {
		display: block;
		font-size: 18px;
		line-height: 18px;
		font-weight: normal;
	}

	
	
	
	
/*	 ETO HINT BOX	*/
.crnGray_lt {
	background: #E9E9E9 url(../i/crn_lt.gif) left top no-repeat;
}
	.crnGray_rt {
		background: url(../i/crn_rt.gif) right top no-repeat;
	}
		.crnGray_rb {
			background: url(../i/crn_rb.gif) right bottom no-repeat;
			padding-left: 14px;
		}
			.crnGray_lb {
				background: #E9E9E9 url(../i/crn_lb.gif) left bottom no-repeat;
				padding: 7px 14px 7px 0;
			}

			
.paddBott TD {
	padding-bottom:9px;
}







.redText {
	font-weight:bold;
	color:#E05544;
}




	
/* --- Box7 --- { --- */

.box7 {
}

	.box7 .lt,
	.box7 .rt,
	.box7 .l,
	.box7 .r,
	.box7 .lb,
	.box7 .rb {
		width: 10px;
	}
	
	.box7 .lt,
	.box7 .rt,
	.box7 .t {
		height: 10px;
	}
	
	.box7 .b,
	.box7 .lb,
	.box7 .rb {
		height: 10px;
	}
	
	.box7 .lt {
		background: url(../i/corners.png) left -42px no-repeat;
	}
	.box7 .rt {
		background: url(../i/corners.png) -11px -42px no-repeat;
	}
	.box7 .lb {
		background: url(../i/corners.png) left -53px no-repeat;
	}
	.box7 .rb {
		background: url(../i/corners.png) -11px -53px no-repeat;
	}
	
	.box7 .t {
	}
		.box7 .t img {
			width: 100%;
			border-top: 1px solid #2F72BD;
		}
	

	#wrapper .box7 .b {
		vertical-align: bottom;
	}
		.box7 .b img {
			width: 100%;
			border-bottom: 1px solid #2F72BD;
		}
	

	.box7 .m {
		border-left: 1px solid #2F72BD;
		border-right: 1px solid #2F72BD;
	}
	
	
	.box7 .ttl {
		height: 121px;
		background: url(../i/side_t.jpg) left top no-repeat;
		font-size: 14px;
		font-weight: bold;
		text-transform: uppercase;
		color: #FFF;
	}
	
	.box7 .ttl p {
		padding: 10px 0 0 10px;
	}
	
	#wrapper .box7 .m p {
		padding-bottom: 10px;
	}
	
	
	.box7 .m .padd {
		padding-top: 3px;
		padding-bottom: 3px;
	}

/* --- } --- Box7 --- */

.greenTxt {
	color: #7EAF00;
}

#subscribe {
	height: 98px;
	background: url(../i/subscribe_bg.jpg) left top no-repeat;
	padding: 17px 28px 0 10px;
}

	#subsc {
		width: 178px;
		margin: 5px 0 10px 0;
		color: #A9A9A9;
	}
	
	#subcBtn {
		font-size: 11px;
		font-weight: bold;
		border: none;
		height: 23px;
		width: 95px;
		background: url(../i/subscribe_btn.gif) left top no-repeat;
	}
	
		#subcBtn:hover {
			background: url(../i/subscribe_btn.gif) left bottom no-repeat;
		}
	
.pb2 {
	padding-bottom: 5px;
}


/* --- Box8 --- { --- */

.box8 {
}

	.box8 .lt,
	.box8 .rt,
	.box8 .l,
	.box8 .r,
	.box8 .lb,
	.box8 .rb {
		width: 10px;
	}
	
	.box8 .lt,
	.box8 .rt,
	.box8 .t {
		height: 6px;
	}
	
	.box8 .b,
	.box8 .lb,
	.box8 .rb {
		height: 10px;
	}
	
	.box8 .lt {
		background: url(../i/corners.png) -23px -42px no-repeat;
	}
	.box8 .rt {
		background: url(../i/corners.png) -34px -42px  no-repeat;
	}
	.box8 .lb {
		background: url(../i/corners.png) -23px -49px no-repeat;
	}
	.box8 .rb {
		background: url(../i/corners.png) -34px -49px no-repeat;
	}
	
	.box8 .t {
		background-color: #90BB23;
	}
	
	#wrapper .box8 .b {
		vertical-align: bottom;
	}
		.box8 .b img {
			width: 100%;
			border-bottom: 1px solid #90BD2F;
		}
	
	
	.box8 .m {
		border-left: 1px solid #90BB23;
		border-right: 1px solid #90BB23;
	}
	
	.box8 .m .padd {
		padding-bottom: 5px;
	}
	

/* --- } --- Box8 --- */



.fixedbox {
	display:inline;
	width:240px;
	padding:0 4px;
	background:none;
}


.greenTxt a,
.greenTxt a:hover {
 color: #7EAF00;
 text-decoration: none;
}

#wrapper .box8 p {
 padding-bottom: 7px;
}


















#wrapper #content .box7 .dots_h {
	padding-top: 7px;
}

.greenTxt a,
.greenTxt a:hover {
	color: #7EAF00;
	text-decoration: none;
}

#wrapper .box8 p {
	padding-bottom: 7px;
}




.galTbl td {
	text-align: left;
	padding-bottom: 20px;
	font-size: 11px;
}
	.galTbl td td {
		padding: 0;
	}
	
	.galTbl a {
		text-decoration: none;
	}
	
	.galTbl a img {
		background-position: 11px 7px;
		background-repeat: no-repeat;
	}
	
	.galTbl .icon_magn {
		display: block;
		padding: 3px 0 0 20px;
		height: 16px;
		background: url(../i/icon_magn.gif) left 3px no-repeat;
	}
	
	
	
#gallery_login {
	background: url(../i/gal_login.gif) left top no-repeat;
	margin-bottom: 5px;
}
	#gallery_login .row1 {
		height: 180px;
	}
	
	#gallery_login form {
		padding: 12px 0 0 14px;
	}
	
	#gallery_login .normalInput {
		border: 1px solid #787878;
		width: 186px;
		margin: 3px 0 10px 0;
		padding: 2px 1px;
	}
	
	.btn_gray {
		border: none;
		width: 70px;
		height: 23px;
		background: url(../i/btn_gray.gif) left top no-repeat;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: bold;
		color: #000;
	}
	
	#gallery_login form a {
		color: #4B4B4B;
	}
	
	#gallery_login form h6 {
		padding-bottom: 10px;
	}
	
	#gallery_login .thmb img {
		background-color: #FFF;
		/* background-position: 10px 8px; */
		background-repeat: no-repeat;
		margin-top: 26px;
	}
	
	#gallery_login .arwLink {
		background: url(../i/li.gif) left 4px no-repeat;
		padding-left: 9px;
	}
	


/* --- Box9 --- { --- */

.box9 {
	background-color: #F0F0F0;
}

	#wrapper .box9 .lt,
	#wrapper .box9 .rt,
	#wrapper .box9 .l,
	#wrapper .box9 .r,
	#wrapper .box9 .lb,
	#wrapper .box9 .rb {
		width: 10px;
		border: none;
	}
	
	#wrapper .box9 .lt,
	#wrapper .box9 .rt,
	#wrapper .box9 .t {
		height: 10px;
		border: none;
	}
	
	#wrapper .box9 .b,
	#wrapper .box9 .lb,
	#wrapper .box9 .rb {
		height: 10px;
		border: none;
	}
	
	#wrapper .box9 .lt {
		background: url(../i/corners.png) -46px -42px no-repeat;
	}
	#wrapper .box9 .rt {
		background: url(../i/corners.png) -57px -42px  no-repeat;
	}
	#wrapper .box9 .lb {
		background: url(../i/corners.png) -46px -53px no-repeat;
	}
	#wrapper .box9 .rb {
		background: url(../i/corners.png) -57px -53px no-repeat;
	}
	
	.box9 .t {
	}
	
	.box9 .b {
	}
	
	
	#wrapper .box9 .m {
		border: none;
	}
	
	.box9 .m .padd {
		padding-bottom: 5px;
	}
	

/* --- } --- Box9 --- */	
	

.shad {
	margin: 10px 0 20px 0;
}

	.shad .m {
		border: 1px solid #C8C8C8;
		text-align: center;
		padding: 12px 0;
	}
	#wrapper .shad .r,
	#wrapper .shad .b {
		height: auto;
		width: auto;
		border: none;
	}
	
	.shad .r {
		background: url(../i/shad_r.gif) left top repeat-y;
	}
	
	.shad .b {
		background: url(../i/shad_b.gif) left top repeat-x;
	}
	


#addComment label {
	display: block;
}	
	
DIV.redAlert {
	background:#E99;
	border:1px dashed #A55;
	padding:7px 12px;
}
DIV.greenAlert {
	background:#9E9;
	border:1px dashed #5A5;
	padding:7px 12px;
}


#left {
	height:100%;
	min-height:100%;
	position:absolute;
	left:1px;
	width:80px;
	z-index:998;
	cursor:pointer;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	opacity: .5;
}

#right {
	height:100%;
	min-height:100%;
	position:absolute;
	right:1px;
	width:80px;
	z-index:998;
	cursor:pointer;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	opacity: .5;
}

#leftright {
	display:block;
	z-index:100;
	position:relative;
}

div#last_ticketing_date{
	text-align:center;
	padding:10px 0px;
	border-top:1px solid #DDD;
	border-bottom:1px solid #DDD;
	margin:0px 10px 10px 5px;
}

	div#last_ticketing_date p{
		padding:0px; 
		margin:0px;
		color:#9AC726;
		font-weight:bold;
		font-size:15px;
	}
	
		div#last_ticketing_date p span{
			font-size:1.3em;
			color:#FF7F0F;
		}
		
p.link_style{
	font-size:10px;
	color:blue;
	font-weight:bold;
	padding:0px !important;
}

/*       Search padd style         */

#search_menu{
	height:45px;
	width:500px;
	padding:0px !important;
	margin:0px;
		overflow:auto;
}

	#search_menu .menu_li{
		height:45px;
		cursor:pointer;
		list-style-type:none !important;
		float:left;
		background-image:url('../search/img/bg.png');
		padding:0px !important;
		position:relative;
		left:-18px;
		z-index:1;
	}
	
		#search_menu .menu_li img{
			margin:0px;
			margin-left:15px;
			margin-top:10px;
		}

		#search_menu .menu_li:hover{
			z-index:3;
			background-position:0px -90px;
		}
	
	#search_menu .first_li{
		border-left-width:1px;
		-moz-border-radius-topleft:5px;
		border-top-left-radius:5px;
	}
	
	#search_menu .last_li{
		-moz-border-radius-topright:5px;
		border-top-right-radius:5px;
	}

#search_aviobiletes_form input[type="text"], #search_aviobiletes_form input[name="izl_datums"], #search_aviobiletes_form input[name="iel_datums"], #search_aviobiletes_form select{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	border: 1px solid #777;
	background-color: #FFF;
	margin-bottom:15px;
}

/*#search_aviobiletes_form input[name="name_from"]{
	margin-bottom:3px;
}

#search_aviobiletes_form #poga_div{
	margin:0px 20px;
}*/

.box10{
	background: url(../search/img/box10_b_bg.png) left bottom repeat-x;
	border-width:1px;
	border-style:solid;
	border-color:#80a937;
	padding:15px 0px;
	text-align:center;
	border-bottom-right-radius:5px;
	border-bottom-left-radius:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-bottomleft:5px;
	margin-bottom:15px;
}

	.box10 h1 {
		color: #2F72BD;
	}

.box_table td{
	padding-bottom:5px;
}

.checked_li{
	background-position:0px -45px !important;
	z-index:2 !important;
}

#iframe_loader{
	text-align:center;
}

	#iframe_loader p{
		padding:40px 0px 20px 0px;
		font-size:2em;
		color:#A1C93C;
		font-weight:bold;
	}
	
	#iframe_loader img{
		padding-bottom:40px;
	}
	
.flow_box{
	z-index:9999;
	max-width:80px;
	float:right;
	background-color:#DDCBC2;
	border:1px #9E8272 solid;
	color:black;
	text-align:center;
	padding:3px 3px 3px 3px !important;
	margin:0px;
	display:none;
}

#flow_box_set{
	display:inline-block;
	width:400px;
	height:50px;
	position:absolute;
}

.error_color{
	background-color:rgb(255, 170, 170);
}

.reg_btn{
	background:#fdfdfd;
}

/* Pagination */

.tnt_pagination {
	display:block;
	text-align:left;
	height:22px;
	line-height:21px;
	clear:both;
	padding-top:3px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
}

.tnt_pagination a:link, .tnt_pagination a:visited, .tnt_pagination span, .tnt_pagination #page_count{
	padding:3px;
	padding-top:2px;
	padding-bottom:2px;
	border:1px solid #EBEBEB;
	margin-left:3px;
	text-decoration:none;
	background-color:#F5F5F5;
	color:#360;
	width:22px;
	font-weight:normal;
}

.tnt_pagination a:hover, .tnt_pagination span:hover {
	background-color:#DDEEFF;
	border:1px solid #BBDDFF;
	color:#360;	
}

.tnt_pagination .active_tnt_link {
	padding:3px;
	padding-top:2px;
	padding-bottom:2px;
	border:1px solid #BBDDFF;
	margin-left:3px;
	text-decoration:none;
	background-color:#DDEEFF;
	color:#360;
	cursor:default;
}

.tnt_pagination .disabled_tnt_pagination {
	padding:3px;
	padding-top:2px;
	padding-bottom:2px;
	border:1px solid #EBEBEB !important;
	margin-left:3px;
	text-decoration:none;
	background-color:#F5F5F5 !important;
	color:#D7D7D7 !important;
	cursor:default !important;
}

.tnt_pagination{
	display:inline;
}

.tnt_pagination span{
	cursor:pointer;
}

.tnt_pagination .comment{
	cursor:default;
}

.sitemap_button a{
	background-color:#065096!important; 
	color:white!important;
}

.sitemap_button a:hover{
	background-color:#065096 !important; 
	background-image:none !important;
	color:white;
}

#transparent_bg{
	background-color:black;
	opacity:0.75;
	width:100%;
	height:100%;
	display:none;
	position:fixed;
	z-index:10;
}

#sitemap_container{
	width:100%;
	height:100%;
	position:fixed;
	z-index:15;
	display:none;
}

#sitemap_chart{
	width:1000px;
	height:480px;
	background-color:white;
	-moz-border-radius:10px 0px 10px 10px;
	border-radius:10px 0px 10px 10px;
	margin:15px auto;
	z-index:20;
	padding:0px 0px 5px 20px;
}

#sitemap_close_button{
	cursor:pointer;
	position:relative;
	left:99%;
	top:-50%;
	margin:0px;
	z-index:30;
}

#close_space{
	width:100%;
	height:20px;
}

/*.sitemap_column{
	width:12%;
	height:100%;
	display:inline-block;
	position:relative;
}*/

.sitemap_column{
	margin:0px;
	padding:0px;
	overflow:auto;
	list-style:none;
}

	.sitemap_column li{
		float:left;
		width:120px;
		margin:0px;
		padding:0px;
	}

.li_head{
}
	
	.li_head a, .li_head span{
		position:relative;
		display:inline-block;
		top:-21px;
		left:29px;
		font-family:arial;
		font-weight:bold;
		font-size:0.9em;
		text-decoration:none;
		color:black;
	}
	
.li_body{
	padding-bottom:5px !important;
}

	.li_body p{
		display:inline;
		padding:0px;
		margin:0px;
		text-decoration:none;
		color:#0033CC;
		cursor:pointer;
	}
	
	.li_body p:hover{
		color:#666;
	}

.small_input{
	font-size:0.8em;
	border:1px solid black;
}

.sub_choice{
	display:none;
	padding:0px;
	margin:0px;
}

	.sub_choice a{
		font-size:0.9em;
		color:#666;
		text-decoration:none;
		cursor:pointer;
	}

	.sub_choice a:hover{
		text-decoration:underline;
	}
	
.good_del{
	background-color:green;
	padding:15px 30px;
	border:1px dashed black;
	font-weight:bold;
	font-size:1.1em;
}

.bad_del{
	background-color:red;
	padding:15px 30px;
	border:1px dashed black;
	font-weight:bold;
	font-size:1.1em;
}

