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: 33px;
		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;
	}
	




#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 {
		height: 23px;
		padding-bottom: 3px;
		padding-right: 6px;
		width: 100%;
		border: none;
		font: bold 12px Tahoma, Arial, Helvetica, sans-serif;
		color: #FFF;
		cursor:pointer;
	}
	
	.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;
}
