/*   
Theme Name: Premium Exchanger Theme
Theme URI: http://best-curs.info
Description: PremiumBox theme
Version: 1.5
Author: Best-curs.info
Author URI: http://best-curs.info
*/

*{margin:0;padding:0;}

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, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow-y: scroll;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}

ol,
ul {
	list-style: none;
}

table{border-collapse:collapse;border-spacing:0; vertical-align: middle;}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	quotes: none;
}

a:focus {
	outline: 0;
	outline: 0;
}

a:hover,
a:active {
	outline: 0;
}

a img {
	border: 0;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

img {
	border: 0;
}

ins{text-decoration:none;}
del{text-decoration:line-through;}

sup {font-size:.7em;vertical-align: top;}
sub {font-size:.7em;vertical-align: bottom;}
small {font-size: 10px;}
strong,dfn,dl dt,th,b{font-weight:600}

h1, h2, h3, h4, h5, h6{ font-weight: normal;}

select, input, textarea{
padding:0;
margin:0;
outline:0;
font-size:100%;
vertical-align:baseline;
}

button, input[type=submit]{padding:0; margin:0; outline:0; font-size:100%; vertical-align:baseline; -webkit-appearance: none;} 

:focus::-webkit-input-placeholder {color: transparent}
:focus::-moz-placeholder          {color: transparent}
:focus:-moz-placeholder           {color: transparent}
:focus:-ms-input-placeholder      {color: transparent}

a{text-decoration: underline; color:#545454;}
a:hover{text-decoration: none; color: #545454;}

body {
font: 13px/1.3em 'Open Sans', sans-serif;
color: #545454;
}
	body.rtl_body{
	direction: rtl;
	unicode-bidi: embed;	
	}
	
.rtl_body caption,
.rtl_body th,
.rtl_body td {
	text-align: right;
}	
	
#container{
display: block;	
position: relative;
width: 100%;
min-width: 1000px;
}

/* wclose */
.wclosearea{
padding: 5px 0;
background: #e63f3f;
box-shadow: 0 0 5px #000;
}
	.wclosearea_ins{
	width: 960px;
	margin: 0 auto;
	min-height: 20px;
	position: relative;
	}
	.wclosearea_hide{
	position: absolute;
	float: none;
	top: 0;
	right: 0;
	width: 20px;
	height: 20px;
	cursor: pointer;
	background: url(images/wclose.png) no-repeat center center;
	border-radius: 3px;
	}
		.wclosearea_hide.active{
		background: #fff url(images/ajax-loader.gif) no-repeat center center;	
		}
		.rtl_body .wclosearea_hide{
		right: auto;
		left: 0;
		}		
	.wclosearea_text{
	padding: 2px 30px 0 26px;
	background: url(images/warning.png) no-repeat 0 3px;
	color: #fff;
	font: 13px 'Open Sans', sans-serif;
	text-shadow: 1px 1px 1px #b83232;
	}
		.rtl_body .wclosearea_text{
		padding-left: 30px;
		padding-right: 26px;
		background: url(images/warning.png) no-repeat 100% 3px;
		}	
		.wclosearea_text a{
		color: #fff;
		font: 13px 'Open Sans', sans-serif;
		text-decoration: underline;
		}
			.wclosearea_text a:hover{
			text-decoration: none;
			} 	
/* end wclose */

/* forms */
input[type=text],input[type=email],input[type=password]{
border: 1px solid #f0f5f3;
background: #f0f5f3;
border-radius: 3px;
height: 38px;
width: 300px;
padding: 0 15px;
-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
		-o-transition: all 0.3s linear;
			transition: all 0.3s linear; 
box-sizing: border-box;
    -moz-box-sizing: border-box; 
		-webkit-box-sizing: border-box;
color: #545454;
font: 13px/38px 'Open Sans', sans-serif;	
}
	.color_y input[type=text], .color_y input[type=email], .color_y input[type=password]{
	border: 1px solid #ffffff;
	background: #ffffff;		
	}
	.color_b input[type=text], .color_b input[type=email], .color_b input[type=password]{
	border: 1px solid #ebebeb;
	background: #ffffff;		
	}
	.color_r input[type=text], .color_r input[type=email], .color_r input[type=password]{
	border: 1px solid #f0f3f7;
	background: #f0f3f7;
	}
textarea{
border: 1px solid #f0f5f3;
background: #f0f5f3;
border-radius: 3px;
width: 100%;
max-width: 100%;
min-width: 100%;
height: 100px;
min-height: 100px;
padding: 15px;
-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
		-o-transition: all 0.3s linear;
			transition: all 0.3s linear; 
box-sizing: border-box;
    -moz-box-sizing: border-box; 
		-webkit-box-sizing: border-box;
color: #545454;
font: 13px 'Open Sans', sans-serif;
}
	.color_y textarea{
	border: 1px solid #ffffff;
	background: #ffffff;		
	}
	.color_b textarea{
	border: 1px solid #ebebeb;
	background: #ffffff;		
	}
	.color_r textarea{
	border: 1px solid #f0f3f7;
	background: #f0f3f7;
	}
input[type=text]:focus,input[type=email]:focus,input[type=password]:focus, textarea:focus{
border: 1px solid #00c063;
}
	.color_y input[type=text]:focus,.color_y input[type=email]:focus,.color_y input[type=password]:focus, .color_y textarea:focus{
	border: 1px solid #ffe033;		
	}
	.color_b input[type=text]:focus,.color_b input[type=email]:focus,.color_b input[type=password]:focus, .color_b textarea:focus{
	border: 1px solid #0090e4;		
	}
	.color_r input[type=text]:focus,.color_r input[type=email]:focus,.color_r input[type=password]:focus, .color_r textarea:focus{
	border: 1px solid #2d3e50;
	}
input[type=text]:disabled,input[type=email]:disabled,input[type=password]:disabled, textarea:disabled{
border: 1px solid #ccc;
background: #ccc;
color: #000;
}	
input[type=text].error,input[type=email].error,input[type=password].error{
border: 1px solid #e46066;
}
select{
border: 1px solid #ebebeb;
background: #fff;
border-radius: 3px;
height: 38px;
width: 300px;
padding: 0 15px; 
box-sizing: border-box;
    -moz-box-sizing: border-box; 
		-webkit-box-sizing: border-box;
color: #545454;
font: 13px 'Open Sans', sans-serif;	
}
input[type=submit]{
border: 1px solid #00c063;
background: #00c063;
border-radius: 3px;
height: 38px;
padding: 0 25px;
-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
		-o-transition: all 0.3s linear;
			transition: all 0.3s linear; 
box-sizing: border-box;
    -moz-box-sizing: border-box; 
		-webkit-box-sizing: border-box;
color: #fff;
font: 600 13px 'Open Sans', sans-serif;	
cursor: pointer;
text-transform: uppercase;
}
	.color_y input[type=submit]{
	border: 1px solid #ffe033;
	background: #ffe033;
	color: #2a2a2a;
	}
	.color_b input[type=submit]{
	border: 1px solid #0090e4;
	background: #0090e4;
	color: #fff;
	}
	.color_r input[type=submit]{
	border: 1px solid #eb5255;
	background: #eb5255;
	color: #fff;
	}
	input[type=submit]:hover{
	background: #02944d;
	border: 1px solid #02944d;
	color: #fff;
	text-decoration: none;
	}
		.color_y input[type=submit]:hover{
		border: 1px solid #3d383f;
		background: #3d383f;
		color: #fff;		
		}
		.color_b input[type=submit]:hover{
		border: 1px solid #2a2a2a;
		background: #2a2a2a;
		color: #fff;
		}
		.color_r input[type=submit]:hover{
		border: 1px solid #2d3e50;
		background: #2d3e50;
		color: #fff;
		}	
	input[type=submit]:disabled, input[type=submit]:disabled:hover{
	background: #ccc;
	border: 1px solid #ccc;
	color: #fff;
	cursor: default;
	}
.checkbox{cursor:pointer;background:url(images/checkbox.png) no-repeat 0 0px; padding: 2px 0 2px 25px;}
	.rtl_body .checkbox{
	padding: 2px 25px 2px 0px;	
	background-position: right 0;
	}
.checkbox input{ display: none; }
.checkbox.act{background:url(images/checkbox.png) no-repeat 0 -180px;}
	.rtl_body .checkbox.act{
	background-position: right -180px;
	}
/* end forms */

/* standart captcha */
.captcha_div{
margin: 0 -10px 10px 0;
}
	.rtl_body .captcha_div{
	margin: 0 0px 10px -10px;
	}	
	.hexch_div_ins .captcha_div{
	margin: 0 0 20px 140px;
	}
		.rtl_body .hexch_div_ins .captcha_div{
		margin: 0 140px 20px 0px;	
		}
	.xchange_div_ins .captcha_div{
	margin: 0 0 20px 30px;
	}
		.rtl_body .xchange_div_ins .captcha_div{
		margin: 0 30px 20px 0px;	
		}
	.captcha_title{
	font: 600 13px 'Open Sans', sans-serif;	
	margin: 0 0 5px 0;
	}
	.captcha_body{
	padding: 0 0 0px 0;
	}
	.captcha_divznak{
	float: left;
	width: 24px;
	height: 40px;
	font: 600 18px/40px 'Open Sans', sans-serif;
	text-align: center;
	}
		.rtl_body .captcha_divznak{
		float: right;	
		}
	input.captcha_divpole{
	float: left;
	width: 40px;
	height: 40px;
	padding: 0 5px;
	font: 18px/40px 'Open Sans', sans-serif;	
	margin: 0;
	text-align: center;
	}
		.rtl_body input.captcha_divpole{
		float: right;	
		}
	a.captcha_reload{
	float: left;
	margin: 0px 0 0 5px;
	width: 32px;
	height: 40px;
	border-radius: 3px;
	background: url(images/reload.png) no-repeat center center;
	}
		.rtl_body a.captcha_reload{
		float: right;	
		}
		a.captcha_reload.act{
		background: #fff url(images/ajax-loader.gif) no-repeat center center;	
		}	
	.captcha_divimg{
	float: left;
	width: 38px;
	height: 38px;
	border: 1px solid #ddd;
	border-radius: 3px;
	}
		.rtl_body .captcha_divimg{
		float: right;	
		}
		.captcha_divimg img{
		width: 38px;
		height: 38px;	
		border-radius: 3px;
		}	
/* end standart captcha */

/* image captcha */
.captcha_sci_div{
margin: 0 0 10px 0;
}
	.hexch_div_ins .captcha_sci_div{
	margin: 0 0 20px 140px;
	}
	.xchange_div_ins .captcha_sci_div{
	margin: 0 0 20px 30px;
	}	
	.captcha_sci_title{
	font: 600 13px 'Open Sans', sans-serif;	
	margin: 0 0 5px 0;
	}
	.captcha_sci_body{
	padding: 0 0 5px 0;
	}
	.captcha_sci_img{
	float: left;
	width: 50px;
	height: 50px;
	margin: 0 10px 0 0;
	border: 2px solid #ddd;
	cursor: pointer;
	}
		.rtl_body .captcha_sci_img{
		float: right;
		margin: 0 0px 0 10px;
		}	
		.captcha_sci_img img{
		width: 50px;
		height: 50px;			
		}
	.captcha_sci_img.active{
	border: 2px solid #00c063;
	}
/* end image captcha */

/* recaptcha */
.recaptcha_div{
margin: 0 0 10px 0;
}
	.hexch_div_ins .recaptcha_div{
	margin: 0 0 20px 140px;
	}
	.xchange_div_ins .recaptcha_div{
	margin: 0 0 20px 30px;
	}
/* end recaptcha */

/* topbar */
.topbar_wrap {
width: 100%;
min-width: 1000px;
position: relative;
z-index: 100;
height: 48px;
}
	.topbar_ins{
	width: 100%;
	min-width: 1000px;
	position: absolute;
	float: none;
	top: 0;
	left: 0;
	z-index: 100;
	height: 48px;
	background: #252927;
	}
		.color_y .topbar_ins {
		background: #2a2a2a;		
		}
		.color_b .topbar_ins {
		background: #2a2a2a;		
		}
		.color_r .topbar_ins {
		background: #ffffff;
		}	
		.topbar{
		width: 960px;
		margin: 0 auto;
		height: 48px;
		}
			.topbar_icon{
			float: left;
			margin: 0 40px 0 0px;
			font: 13px/48px 'Open Sans', sans-serif;
			color: #fff;
			padding: 0 0 0 35px;
			height: 48px;
			}		
				.topbar_icon.icq{
				background: url(images/icq.png) no-repeat left center;
				}
				.topbar_icon.skype{
				background: url(images/skype.png) no-repeat left center;
				}
				.topbar_icon.email{
				background: url(images/email.png) no-repeat left center;
				}
				.topbar_icon.telegram{
				background: url(images/telegram.png) no-repeat left center;
				}
				.topbar_icon.viber{
				background: url(images/viber.png) no-repeat left center;
				}
				.topbar_icon.whatsup{
				background: url(images/whatsup.png) no-repeat left center;
				}
				.topbar_icon.jabber{
				background: url(images/jabber.png) no-repeat left center;
				}
					.color_y .topbar_icon.icq{
					background: url(images/icq_y.png) no-repeat left center;
					}
					.color_y .topbar_icon.skype{
					background: url(images/skype_y.png) no-repeat left center;
					}
					.color_y .topbar_icon.email{
					background: url(images/email_y.png) no-repeat left center;
					}
					.color_y .topbar_icon.telegram{
					background: url(images/telegram.png) no-repeat left center;
					}
					.color_y .topbar_icon.viber{
					background: url(images/viber.png) no-repeat left center;
					}
					.color_y .topbar_icon.whatsup{
					background: url(images/whatsup.png) no-repeat left center;
					}
					.color_y .topbar_icon.jabber{
					background: url(images/jabber.png) no-repeat left center;
					}				
					.color_r .topbar_icon.icq{
					background: url(images/icq_r.png) no-repeat left center;
					}
					.color_r .topbar_icon.skype{
					background: url(images/skype_r.png) no-repeat left center;
					}
					.color_r .topbar_icon.email{
					background: url(images/email_r.png) no-repeat left center;
					}
					.color_r .topbar_icon.telegram{
					background: url(images/telegram_r.png) no-repeat left center;
					}
					.color_r .topbar_icon.viber{
					background: url(images/viber_r.png) no-repeat left center;
					}
					.color_r .topbar_icon.whatsup{
					background: url(images/whatsup_r.png) no-repeat left center;
					}
					.color_r .topbar_icon.jabber{
					background: url(images/jabber_r.png) no-repeat left center;
					}
				.rtl_body .topbar_icon{
				float: right;
				padding: 0 35px 0 0;
				background-position: right center!important;
				}					
				.topbar_icon a{
				color: #fff;
				text-decoration: none;
				}
					.topbar_icon a:hover{
					text-decoration: underline;
					}				
			.topbar_phone{
			float: left;
			margin: 0 0px 0 20px;
			font: 600 16px/48px 'Open Sans', sans-serif;
			color: #fff;
			height: 48px;
			}
				.rtl_body .topbar_phone{
				float: right;	
				margin: 0 20px 0 0;
				}
				.topbar_phone a{
				color: #fff;
				text-decoration: none;				
				}
				.color_r .topbar_icon, .color_r .topbar_icon a, .color_r .topbar_phone, .color_r .topbar_phone a{
				color: #2a2a2a;	
				}
			a.toplink{
			float: right;
			margin: 0 0px 0 30px;
			height: 48px;
			font: italic 13px/48px 'Open Sans', sans-serif;
			color: #fff;
			text-decoration: none;
			}
				.rtl_body a.toplink{
				float: left;
				margin: 0 30px 0 0px;	
				}
				a.toplink.toplink_userlogin{
				color: #34d386;
				background: url(images/user_login.png) no-repeat 0 center;
				padding: 0 0 0 20px;		
				}
					.color_y a.toplink, .color_y a.toplink.toplink_userlogin, .color_b a.toplink, .color_b a.toplink.toplink_userlogin{
					color: #fff;	
					}
					.color_r a.toplink, .color_r a.toplink.toplink_userlogin{
					color: #2a2a2a;	
					}					
						.color_r a.toplink.toplink_userlogin{
						background: url(images/user_login_r.png) no-repeat 0 center;	
						}
					.rtl_body a.toplink.toplink_userlogin{
					background-position: right center;	
					padding: 0 20px 0 0;
					}
/* end topbar */

/* lang */
.tolbar_lang{
float: left;
height: 48px;
margin: 0 40px 0 0;
}
	.rtl_body .tolbar_lang{
	float: right;
	margin: 0 0px 0 40px;		
	}
.langlist_div{
position: relative;
height: 48px;
cursor: pointer;
}
	.langlist_title{
	height: 48px;
	font: 13px/48px 'Open Sans', sans-serif;
	color: #fff;
	text-transform: uppercase;
	}
		.color_r .langlist_title {
		color: #2a2a2a;
		}	
		.langlist_title span{
		padding: 0 17px 0 0;
		background: url(images/l_arr.png) no-repeat right center;
		}
			.color_r .langlist_title span {
			background: url(images/l_arr_r.png) no-repeat right center;
			}
			.rtl_body  .langlist_title span{
			padding: 0 0 0 17px;
			background-position: left center;
			}
	.langlist_ul{
	position: absolute;
	float: none;
	top: 20px;
	left: 0;
	width: 120px;
	background: #fff;
	box-shadow: 0 0 5px #000;
	display: none;
	}
		.rtl_body .langlist_ul{
		left: auto;
		right: 0;
		}
		a.langlist_li{
		position: relative;
		display: block;
		padding: 5px 5px 5px 30px;
		border-bottom: 1px solid #dedede;
		font: 12px 'Open Sans', sans-serif;
		color: #000;
		text-decoration: none;
		}
			.rtl_body a.langlist_li{
			padding: 5px 30px 5px 5px;	
			}	
			.langlist_liimg{
			position: absolute;
			float: none;
			top: 4px;
			left: 5px;
			}
				.rtl_body .langlist_liimg{
				left: auto;
				right: 5px;
				}
/* end lang */

/* topmenu */
.tophead_wrap{
width: 100%;
min-width: 1000px;
position: relative;
z-index: 90;
height: 100px;
}
	.tophead_ins{
	width: 100%;
	min-width: 1000px;
	position: absolute;
	float: none;
	top: 0;
	left: 0;
	z-index: 100;
	height: 100px;
	background: #fff;
	}
		.color_r .tophead_ins{
		background: #2d3e50;	
		}
		.tophead{
		width: 960px;
		margin: 0 auto;
		height: 100px;
		}
			.logoblock{
			float: left;
			width: 320px;
			}
				.rtl_body .logoblock{
				float: right;	
				}
				.logoblock_ins{
				width: 320px;
				height: 100px;
				display: table-cell;
				vertical-align: middle;
				color: #00c063;
				font: 600 36px 'Open Sans', sans-serif;
				}
					.logoblock_ins img{
					max-width: 320px;
					max-height: 100px;
					}
					.logoblock_ins a{
					text-decoration: none;
					color: #00c063;
					}
					.color_y .logoblock_ins, .color_y .logoblock_ins a{
					color: #2a2a2a;		
					}
					.color_b .logoblock_ins, .color_b .logoblock_ins a{
					color: #2a2a2a;		
					}
					.color_r .logoblock_ins, .color_r .logoblock_ins a{
					color: #fff;		
					}					
			.topmenu{
			float: left;
			width: 599px;
			height: 95px;
			padding: 5px 0 0 0;
			}
				.rtl_body .topmenu{
				float: right;	
				}
			.topmenu li{
			float: left;
			position: relative;
			height: 95px;
			padding: 0;
			margin: 0;
			}	
				.rtl_body .topmenu li{
				float: right;	
				}
				.topmenu li a{
				float: left;
				height: 95px;
				font: 700 14px/95px 'Open Sans', sans-serif;
				text-transform: uppercase;
				background: none;
				color: #2a2a2a;
				padding: 0 15px;
				text-decoration: none;
				}
					.rtl_body .topmenu li a{
					float: right;	
					}
					.color_r .topmenu li a{
					color: #fff;	
					}
					.topmenu li:hover > a, .topmenu li.current-menu-item > a{
					color: #00c063;
					text-decoration: none;
					}
						.color_y .topmenu li:hover > a, .color_y .topmenu li.current-menu-item > a{
						color: #ffe033;		
						}
						.color_b .topmenu li:hover > a, .color_b .topmenu li.current-menu-item > a{
						color: #0090e4;		
						}
						.color_r .topmenu li:hover > a, .color_r .topmenu li.current-menu-item > a{
						color: #eb5255;		
						}										
				.topmenu ul ul{
				position: absolute;
				float: none;
				display: none;
				top: 94px;
				left: 0px;
				background: #ffffff;
				padding: 0px;
				height: auto;
				width: 235px;
				box-shadow: 0 2px 4px #c4c2c2;
				margin: 0;
				}
					.rtl_body .topmenu ul ul{
					left: auto;	
					right: 0px;
					}
					.color_y .topmenu ul ul{
					background: #ffffff;	
					}
					.color_b .topmenu ul ul{
					background: #f6fafc;	
					}
					.color_r .topmenu ul ul{
					background: #f0f3f7;		
					}				
					.ugmenu{
					display: none;	
					position: absolute;
					float: none;
					background: url(images/ugm.png) no-repeat;
					top: -5px;
					left: 30px;
					width: 16px;
					height: 5px;
					}
						.rtl_body .ugmenu{
						left: auto;	
						right: 30px;
						}
						.topmenu ul ul ul .ugmenu{
						display: none;	
						}				
				.topmenu ul ul li{
				float: none;
				display: block;
				position: relative;
				height: auto;
				width: 235px;
				margin: 0;
				}
				.topmenu ul ul li > a, .topmenu ul ul li.current-menu-item > a{
				float: none!important;
				display: block;
				height: auto;
				padding: 8px 30px 8px 30px;
				font: 600 13px 'Open Sans', sans-serif;
				background: none;
				color: #545454;
				text-decoration: none;
				text-transform: none;
				}
				.topmenu ul ul li:hover > a{
				color: #545454;
				text-decoration: none;
				background: #eaf2ee;
				height: auto;
				border-bottom: none;
				}
					.color_y .topmenu ul ul li:hover > a{
					background: #f4f4f4;
					color: #545454;
					}
					.color_b .topmenu ul ul li:hover > a{
					background: #d9e5ec;
					color: #545454;
					}
					.color_r .topmenu ul ul li > a, .color_r .topmenu ul ul li.current-menu-item > a{
					color: #545454;	
					}	
					.color_r .topmenu ul ul li:hover > a{
					background: #e4ebf5;
					color: #545454;
					}				
				.topmenu ul ul ul{position:absolute; display:none; float:none; top: 0px; left: 235px; height:auto; border-left: 1px solid #ccc;}
					.rtl_body .topmenu ul ul ul{
					left: auto;	
					right: 235px;
					}
				@media all and (max-width: 1300px) {
					.topmenu ul ul ul{
					left: auto;
					right: 235px;
					border-left: none;
					border-right: 1px solid #ccc;
					}
						.rtl_body .topmenu ul ul ul{
						left: 235px;
						right: auto;	
						}
				}				
/* end top menu */

.wrapper{
position: relative;
z-index: 80;
min-height: 650px;
}

/* breadcrumb */
.breadcrumb_wrap{
padding: 10px 0 10px 0;
position: relative;
width: 100%;
min-width: 1000px;
background: #d7dedb;
}
	.color_y .breadcrumb_wrap{
	background: #eeeeee;
	}
	.color_b .breadcrumb_wrap{
	background: #f8f8f6;
	}
	.color_r .breadcrumb_wrap{
	background: #ffffff;
	}
	.breadcrumb_div{
	width: 960px;
	margin: 0 auto;
	}
		.breadcrumb_ins{
		min-height: 73px;
		background: url(images/breadcrumb.png) no-repeat 0px center;
		padding: 18px 0 0 100px;
		}
			.color_y .breadcrumb_ins{
			background: url(images/breadcrumb_y.png) no-repeat 0px center;
			}
			.color_b .breadcrumb_ins{
			background: url(images/breadcrumb_b.png) no-repeat 0px center;
			}
			.color_r .breadcrumb_ins{
			background: url(images/breadcrumb_r.png) no-repeat 0px center;
			}	
			.rtl_body .breadcrumb_ins{
			padding: 18px 100px 0 0;	
			background-position: right center!important;	
			}
		h1.breadcrumb_title{
		margin: 0 0 15px 0;
		color: #000;
		font: 700 14px 'Open Sans', sans-serif;
		text-transform: uppercase;		
		}
		.breadcrumb ul li{
		float: left;
		margin: 0 9px 0 0;
		padding: 0 0 0 12px;
		background: url(images/b_li.png) no-repeat 0 center;
		}
			.rtl_body .breadcrumb ul li{
			float: right;
			margin: 0 0 0 9px;
			padding: 0 12px 0 0;
			background-position: right center;
			}
			.breadcrumb ul li.first{
			padding: 0;
			background: none;
			}
			.breadcrumb ul li a{
			font: italic 13px 'Open Sans', sans-serif;
			color: #545454;
			text-decoration: none;
			}
			.breadcrumb ul li.first a{
			color: #858c97;
			}			
				.breadcrumb ul li a:hover{
				text-decoration: underline;
				}			
/* end breadcrumb */

.contentwrap{
padding: 60px 0;
width: 960px;
margin: 0 auto;
}

/* inside content */
.thecontent{
float: left;
width: 670px;
}
	.rtl_body .thecontent{
	float: right;	
	}
/* end inside content */

/* text page */
.page-template-pn-whitepage .page_wrap,
.color_y .page_wrap,
.color_b .page_wrap,
.color_r .page_wrap
{
margin: 0 0 30px 0;
padding: 20px 25px 1px;	
border-radius: 3px;
}	
	.color_y .page_wrap{
	background: #eeeeee;	
	}
	.color_b .page_wrap{
	background: #fff;
	border: 1px solid #ebebeb;	
	}
	.color_r .page_wrap{
	background: #fff;	
	}	
	.page-template-pn-whitepage .page_wrap{
	background: #fff;
	border-bottom: 1px solid #f7f7f8;	
	}
.text p{padding:0 0 20px 0;}
.text h1{font: 600 22px 'Open Sans', sans-serif; color:#545454; margin:0 0 10px 0;}
.text h2{font: 600 20px 'Open Sans', sans-serif; color:#545454; margin:0 0 10px 0;}
.text h3{font: 600 18px 'Open Sans', sans-serif; color:#545454; margin:0 0 10px 0;}
.text h4{font: 600 16px 'Open Sans', sans-serif; color:#545454; margin:0 0 10px 0;}

.notice_message_text ul,
.warning_message_text ul,
.hexch_message_text ul,
.block_instruction ul,
.text ul{margin:0 0 20px 20px;}
	.rtl_body .notice_message_text ul,
	.rtl_body .warning_message_text ul,
	.rtl_body .hexch_message_text ul,	
	.rtl_body .block_instruction ul,
	.rtl_body .text ul{
	margin: 0 20px 20px 0px;	
	}
.notice_message_text ul ul,
.warning_message_text ul ul,
.hexch_message_text ul ul,
.block_instruction ul ul,	
.text ul ul{margin: 0 0 0px 20px; padding: 10px 0 0 0;}
	.rtl_body .notice_message_text ul ul,
	.rtl_body .warning_message_text ul ul,
	.rtl_body .hexch_message_text ul ul,
	.rtl_body .block_instruction ul ul,	
	.rtl_body .text ul ul {
	margin: 0 20px 0px 0px;	
	}
.notice_message_text ul li,
.warning_message_text ul li,
.hexch_message_text ul li,	
.block_instruction ul li,
.text ul li{
display: block;
background: url(images/liarr.png) no-repeat 0 3px;
padding: 0 0 5px 12px;
}
	.color_y .notice_message_text ul li,
	.color_y .warning_message_text ul li,
	.color_y .hexch_message_text ul li,
	.color_y .block_instruction ul li,
	.color_y .text ul li{
	background: url(images/liarr_y.png) no-repeat 0 3px;	
	}
	.color_b .notice_message_text ul li,
	.color_b .warning_message_text ul li,
	.color_b .hexch_message_text ul li,	
	.color_b .block_instruction ul li,
	.color_b .text ul li{
	background: url(images/liarr_b.png) no-repeat 0 3px;	
	}
	.color_r .notice_message_text ul li,
	.color_r .warning_message_text ul li,
	.color_r .hexch_message_text ul li,	
	.color_r .block_instruction ul li,
	.color_r .text ul li{
	background: url(images/liarr_r.png) no-repeat 0 3px;	
	}
	.rtl_body .notice_message_text ul li,
	.rtl_body .warning_message_text ul li,
	.rtl_body .hexch_message_text ul li,
	.rtl_body .block_instruction ul li,
	.rtl_body .text ul li{
	padding: 0 12px 5px 0px;
	background-position: right 3px!important;
	}	
.notice_message_text ol,
.warning_message_text ol,
.hexch_message_text ol,
.block_instruction ol,	
.text ol{list-style-type:decimal;margin:0 0 20px 40px;color:#545454;}
	.rtl_body .notice_message_text ol,
	.rtl_body .warning_message_text ol,
	.rtl_body .hexch_message_text ol,	
	.rtl_body .block_instruction ol,
	.rtl_body .text ol{
	margin: 0 40px 20px 0px;	
	}
.notice_message_text ol ol,
.warning_message_text ol ol,
.hexch_message_text ol ol,
.block_instruction ol ol,	
.text ol ol{margin: 0 0 0px 20px; padding: 10px 0 10px 0;}
	.notice_message_text ol ol,
	.warning_message_text ol ol,
	.hexch_message_text ol ol,
	.rtl_body .block_instruction ol ol,
	.rtl_body .text ol ol{
	margin: 0 20px 0px 0px;	
	}
.text table{ 
border: none; margin:0 0 20px;	
}
.text table th{
font: 700 14px 'Open Sans', sans-serif;
color: #252927;
background: #f0f5f3;
border: none;
text-transform: uppercase;	
padding: 15px 15px;
}
	.color_y .text table th{
	color: #fff;
	background: #3d383f;	
	}
	.color_b .text table th{
	background: #f8f8f6;	
	}
	.color_r .text table th{
	color: #fff;
	background: #2d3e50;	
	}	
	.text table th.th1{ 
	border-radius: 3px 0 0 0;
	}
	.text table th.th2{ 
	border-radius: 0 3px 0 0;
	}	
		.rtl_body .text table th.th1{ 
		border-radius: 0 3px 0 0;
		}
		.rtl_body .text table th.th2{ 
		border-radius: 3px 0 0 0;
		}		
.text table td{
font: 13px 'Open Sans', sans-serif; 
background: #fff;
border-bottom: 1px solid #f7f7f8;	
padding: 15px 15px;
}
	.text table td.td1{ 
	border-radius: 0 0 0 3px;
	}
	.text table td.td2{ 
	border-radius: 0 0 3px 0;
	} 
		.rtl_body .text table th.td1{ 
		border-radius: 0 0 3px 0;
		}
		.rtl_body .text table th.td2{ 
		border-radius: 0 0 0 3px;
		}	
/* end text page */

/* terms */
.term_description{
background: #fff;
padding: 20px 20px 1px;
margin: 0 0 30px 0;
border-radius: 3px;
}
	.color_y .term_description{
	background: #eeeeee;	
	}
	.color_b .term_description{
	background: #ffffff;
	border: 1px solid #ebebeb;
	}
	.color_r .term_description{
	background: #fff;	
	}
/* end terms */

/* news */
.one_news {
margin: 0 0 30px 0;
}
	.color_y .one_news{
	border-radius: 3px;
	padding: 20px 20px;
	background: #eeeeee;	
	}
	.color_b .one_news{
	border-radius: 3px;
	padding: 20px 20px;		
	background: #ffffff;
	border: 1px solid #ebebeb;
	}
	.color_r .one_news{
	background: #fff;
	border-radius: 3px;
	padding: 20px 20px;	
	}
	h2.one_news_title{
	margin: 0 0 15px 0;
	}
		h2.one_news_title a{
		text-decoration: none;
		color: #252927;
		font: 700 14px 'Open Sans', sans-serif;
		text-transform: uppercase;
		}
			h2.one_news_title a:hover{
			text-decoration: underline;
			}
	.one_news_date{
	float: left;
	padding: 4px 15px;
	border-radius: 25px;
	color: #858c97;
	background: #fff;
	margin: 0 0 15px 0;
	font: 12px 'Open Sans', sans-serif;
	}
		.rtl_body .one_news_date{
		float: right;	
		}
		.color_y .one_news_date{
		background: #fff;	
		}
		.color_b .one_news_date{
		background: #d9e5ec;
		}
		.color_r .one_news_date{
		background: #d9e5ec;	
		}	
		.metabox_left{
		float: left;
		width: 400px;
		}
			.rtl_body .metabox_left{
			float: right;	
			}
			.metabox_cats{
			color: #545454;
			font: 600 12px 'Open Sans', sans-serif;
			}
				.metabox_cats a{
				color: #545454;
				font-style: italic;
				text-decoration: none;
				}
					.metabox_cats a:hover{
					text-decoration: underline;
					}
		a.more_news_link{
		float: right;
		color: #545454;
		padding: 0 26px 0 0;
		font: italic 600 12px 'Open Sans', sans-serif;
		text-decoration: none;
		background: url(images/right.png) no-repeat right center;
		}
			.rtl_body a.more_news_link{
			float: left;	
			}
			a.more_news_link:hover{
			text-decoration: underline;
			}
/* end news */

/* reserve shortcode */
.reserv_wrap{
margin: 0 0 20px 0;
position: relative;
}
	.reserv_many{
	overflow: hidden;
	}
		.one_reserv{
		float: left;
		width: 250px;
		margin: 0 10px 10px 0;
		border-radius: 3px;
		border: 1px solid #dedede;
		background: #fff;
		padding: 10px;
		}
			.rtl_body .one_reserv{
			float: right;
			margin: 0 0px 10px 10px;
			}		
			.color_y .one_reserv{
			border: none;
			background: #3d383f;
			}
			.color_b .one_reserv{
			border: none;
			background: #f8f8f6;
			}
			.color_r .one_reserv{
			border: none;
			background: #f8f8f6;
			}		
			.one_reserv_ico{
			float: left;
			width: 50px;
			height: 50px;
			}
				.rtl_body  .one_reserv_ico{
				float: right;	
				}			
			.one_reserv_block{
			float: right;
			width: 190px;
			color: #545454;
			font: 14px 'Open Sans', sans-serif;
			padding: 5px 0 0 0;
			}
				.rtl_body .one_reserv_block{
				float: left;	
				}			
				.color_y .one_reserv_block{
				color: #c4c4c4;
				}
				.color_b .one_reserv_block{
				color: #545454;
				}
				.color_r .one_reserv_block{
				color: #545454;
				}			
				.one_reserv_title{
				font: 600 14px 'Open Sans', sans-serif;
				margin: 0 0 1px 0;
				}
/* end reserve shortcode */

/* lchange shortcode */
.shortcode_lchanges{
margin: 0;	
}
	.shortcode_lchange_line{
	padding: 0 0 10px 0;	
	}
	.shortcode_lchange_date{
	font: 600 13px 'Open Sans', sans-serif;
	margin: 0 0 10px 0;
	}
		.shortcode_lchange_why{
		float: left;
		width: 85px;
		}
			.rtl_body .shortcode_lchange_why{
			float: right;	
			}
		.shortcode_lchange_ico{
		border-radius: 4px;
		border: 1px solid #f0f5f3;
		width: 50px;
		height: 50px;
		}
			.shortcode_lchange_txt{
			font: 13px 'Open Sans', sans-serif;
			padding: 6px 0 0 5px;
			}
				.rtl_body .shortcode_lchange_txt{
				padding: 6px 5px 0 0px;	
				}
		.shortcode_lchange_arr{
		float: left;
		width: 50px;
		height: 50px;
		background: url(images/harr.png) no-repeat 0 center;
		} 
			.rtl_body .shortcode_lchange_arr{
			float: right;	
			background: url(images/harr_l.png) no-repeat right center;
			}
/* end lchange shortcode */

/* site form */
.log_div_wrap, .cf_div_wrap, .reg_div_wrap, .lp_div_wrap, .rf_div_wrap,  .acf_div_wrap, .domacc_div_wrap, .checkstatus_div_wrap {
margin: 0 0 20px 0;
}
	.log_div_title, .cf_div_title, .reg_div_title, .lp_div_title, .rf_div_title, .acf_div_title, .domacc_div_title, .checkstatus_div_title {
	font: 700 14px 'Open Sans', sans-serif;
	color: #252927;
	padding: 20px;
	background: #f0f5f3;
	text-transform: uppercase;
	border-radius: 3px 3px 0 0;
	}
		.color_y .log_div_title, .color_y .cf_div_title, .color_y .reg_div_title, .color_y .lp_div_title, .color_y .rf_div_title,
		.color_y .acf_div_title, .color_y .domacc_div_title, .color_y .checkstatus_div_title{
		background: #3d383f;	
		color: #fff;
		}
		.color_b .log_div_title, .color_b .cf_div_title, .color_b .reg_div_title, .color_b .lp_div_title, .color_b .rf_div_title,
		.color_b .acf_div_title, .color_b .domacc_div_title, .color_b .checkstatus_div_title{
		background: #f8f8f6;
		color: #252927;
		}
		.color_r .log_div_title, .color_r .cf_div_title, .color_r .reg_div_title, .color_r .lp_div_title, .color_r .rf_div_title,
		.color_r .acf_div_title, .color_r .domacc_div_title, .color_r .checkstatus_div_title{
		background: #2d3e50;
		color: #fff;
		}	
	.log_div, .cf_div, .reg_div, .lp_div, .rf_div, .acf_div, .domacc_div, .checkstatus_div{
	background: #fff;
	border-radius: 0 0 3px 3px;
	padding: 10px 20px;
	overflow: hidden;
	}
		.color_y .log_div, .color_y .cf_div, .color_y .reg_div, .color_y .lp_div, .color_y .rf_div,
		.color_y .acf_div, .color_y .domacc_div, .color_y .checkstatus_div
		{
		background: #eeeeee;	
		}
		.color_b .log_div, .color_b .cf_div, .color_b .reg_div, .color_b .lp_div, .color_b .rf_div,
		.color_b .acf_div, .color_b .domacc_div, .color_b .checkstatus_div
		{
		background: #fff;
		}
		.color_r .log_div, .color_r .cf_div, .color_r .reg_div, .color_r .lp_div, .color_r .rf_div,
		.color_r .acf_div, .color_r .domacc_div, .color_r .checkstatus_div
		{
		background: #fff;
		}	
		.log_label, .cf_label, .reg_label, .lp_label, .rf_label, .acf_label, .checkstatus_label {
		margin: 0;
		padding: 0 0 3px;
		font: 600 13px 'Open Sans', sans-serif;
		color: #252927;
		}
		.log_line, .cf_line, .reg_line, .lp_line, .rf_line, .acf_line, .checkstatus_line {
		padding: 8px 0;
		}
			.log_line_subm_left, .reg_line_subm_left{
			float: left;
			}
			.log_line_subm_right{
			float: left;
			margin: 0 0 0 20px;
			}
				.log_line_subm_right p{
				padding: 1px 0;
				}
			.reg_line_subm_right{
			float: left;
			margin: 11px 0 0 20px;
			}		
/* end site form */

/* reviews */
.many_reviews{
margin: 0 0 20px 0;
}
	.no_reviews{
	background: #fff;
	border-radius: 4px;
	padding: 10px 20px 10px;	
	margin: 0 0 20px 0;		
	}
		.color_y .no_reviews{
		background: #eeeeee;	
		}
	.one_reviews{
	background: #fff;
	border-radius: 4px;
	padding: 10px 20px 5px;	
	margin: 0 0 20px 0;
	}
		.color_y .one_reviews{
		background: #eeeeee;	
		}	
		.one_reviews_name{
		float: left;
		font: 600 14px 'Open Sans', sans-serif;
		margin: 0 5px 10px 0;
		}
			.rtl_body .one_reviews_name{
			float: right;
			margin: 0 0px 10px 5px;
			}		
		.one_reviews_date{
		float: left;
		font: 600 14px 'Open Sans', sans-serif;
		}
			.rtl_body .one_reviews_date{
			float: right;	
			}	
		.one_reviews_text{
		font: italic 14px 'Open Sans', sans-serif;
		}
			.one_reviews_text p{
			padding: 0 0 10px 0;
			}
/* end reviews */

/* userwallets */
.userwallets_form{
background: #fff;
border-radius: 3px;
margin: 0 0 30px 0;
padding: 15px 20px;
}
	.color_y .userwallets_form{
	background: #f4f4f4;
	}
	.color_b .userwallets_form{
	border: 1px solid #ebebeb;
	background: #fff;
	}
	.color_r .userwallets_form{
	background: #fff;
	}
	.userwallets_form_title{
	font: 700 14px 'Open Sans', sans-serif;
	color: #252927;
	background: #f0f5f3;
	padding: 15px 20px;
	margin: -15px -20px 15px; 
	text-transform: uppercase;
	}
		.color_y .userwallets_form_title{
		background: #eeeeee;
		}
		.color_b .userwallets_form_title{
		background: #f8f8f6;
		}
		.color_r .userwallets_form_title{
		color: #fff;
		background: #2d3e50;
		}
		.userwallets_one_tab{
		padding: 10px 0 0 0;
		display: none;
		}
			.userwallets_one_line{
			margin: 0 0 10px 0;
			}
				input.shot_schet{
				float: left;
				width: 70px;
				margin: 0 10px 0 0;
				}
					.rtl_body input.shot_schet{
					float: right;	
					margin: 0 0px 0 10px;
					}
			.userwallets_help{
			background: #f7fbcd;
			border-bottom: 2px solid #b0c000;
			padding: 10px 15px;
			font: 600 13px 'Open Sans', sans-serif;
			margin: 0 0 10px 0;
			}		
.userwallets_table{
margin: 0 0 20px 0;
}
	.userwallets_table_title{
	font: 700 14px 'Open Sans', sans-serif;
	color: #252927;
	padding: 15px 20px;
	background: #f0f5f3;
	border-radius: 3px;
	text-transform: uppercase;
	margin: 0 0 5px 0;
	}
		.color_y .userwallets_table_title{
		background: #eeeeee;
		}
		.color_b .userwallets_table_title{
		background: #f8f8f6;
		}
		.color_r .userwallets_table_title{
		color: #fff;
		background: #2d3e50;
		}
		.userwallets_table_one{
		background: #fff;
		padding: 15px 20px;
		position: relative;
		margin: 0 0 2px 0;
		border-radius: 3px;
		}
			.userwallets_one_title{
			font: 600 14px 'Open Sans', sans-serif;
			margin: 0 0 5px 0;
			}
			.close_userwallets{
			position: absolute;
			float: none;
			top: 17px;
			right: 15px;
			width: 35px;
			height: 35px;
			background: url(images/big_close.png) no-repeat center center;
			cursor: pointer;
			}
				.rtl_body .close_userwallets{
				right: auto;
				left: 15px;
				}
				.close_userwallets:hover{
				opacity: 0.8;
				}
				.close_userwallets.act{
				background: url(images/ajax-loader.gif) no-repeat center center;
				}
			.verify_status{
			padding: 5px 0 0 0;
			font: 600 13px 'Open Sans', sans-serif;
			}
				.verify_status.wait{
				color: #858c97;
				}
				.verify_status.success{
				color: #00c063;
				}		
				.verify_status.not{
				color: #c00068;
				}			
					.verify_status a{
					color: #c00068;
					text-decoration: none;
					border-bottom: 1px dotted #c00068;
					}
						.verify_status a:hover{
						border-bottom: 1px dotted #fff;
						}
			.verify_tab_action_div{
			display: none;
			}			
				.verify_tab_action_div_ins{
				padding: 10px 0 0 20px;
				}
					.verify_tab_descr{
					font: italic 13px 'Open Sans', sans-serif;	
					}
						.verify_tab_descr p{
						padding: 0 0 10px 0;
						}
					.verify_acc_syst{
					padding: 0 0 10px 0;	
					}
					.verify_acc_file{
					padding: 0 0 10px 0;	
					}
						.verify_accline_wrap{
						padding: 0 0 10px 0;	
						}
							.verify_acc_line{
							margin: 0 0 5px 0;	
							}						
			.verify_tab_action_link{
			float: left;
			background: #00c063;
			border-radius: 3px;
			height: 40px;
			padding: 0 25px;
			-webkit-transition: all 0.3s linear;
				-moz-transition: all 0.3s linear;
					-o-transition: all 0.3s linear;
						transition: all 0.3s linear; 
			color: #fff;
			font: 600 13px/40px 'Open Sans', sans-serif;	
			cursor: pointer;
			}
				.rtl_body  .verify_tab_action_link{
				float: right;	
				}
				.color_y .verify_tab_action_link{
				border: 1px solid #ffe033;
				background: #ffe033;
				color: #2a2a2a;
				}
				.color_b .verify_tab_action_link{
				border: 1px solid #0090e4;
				background: #0090e4;
				color: #fff;
				}
				.color_r .verify_tab_action_link{
				border: 1px solid #eb5255;
				background: #eb5255;
				color: #fff;
				}				
				.verify_tab_action_link:hover{
				background: #02944d;
				text-decoration: none;				
				}
					.color_y .verify_tab_action_link:hover{
					border: 1px solid #3d383f;
					background: #3d383f;
					color: #fff;
					}
					.color_b .verify_tab_action_link:hover{
					border: 1px solid #2a2a2a;
					background: #2a2a2a;
					color: #fff;
					}
					.color_r .verify_tab_action_link:hover{
					border: 1px solid #2d3e50;
					background: #2d3e50;
					color: #fff;
					}				
				.verify_tab_action_link.act{
				background: #ccc;
				cursor: default;				
				}		
/* end userwallets */

/* promotional */
.promopage{
background: #fff;
border-radius: 3px;
margin: 0 0 30px 0;
padding: 20px 30px 5px;
}
	.color_y .promopage{
	background: #f4f4f4;
	}
	.color_b .promopage{
	border: 1px solid #ebebeb;
	background: #fff;
	}
	.color_r .promopage{
	background: #fff;
	}
.promo_topmenu{
margin: 0 0 20px 0;
}
    .promo_topmenu ul{
	margin: 0;
	list-style: none;
	padding: 0;
	}
		.promo_topmenu li{
		display: inline;
		padding: 0;
		margin: 0 5px 0 0;
		background: none;
		}
			.rtl_body .promo_topmenu li{
			margin: 0 0px 0 5px;	
			}
			.promo_topmenu a{
			margin: 0;
			padding: 0;
			font: 600 14px 'Open Sans', sans-serif;
			}
			.promo_topmenu a:hover{
			color: #ff0000;
			}
			.promo_topmenu li.current a{
			text-decoration: none;
			color: #000;
			}
.promotext_warning{
margin: 0 0 20px 0;
}
    .one_promotxt{
	margin: 0 0 10px 0;
	font: italic 600 14px 'Open Sans', sans-serif;
	}
	.one_promotxt_code{
	margin: 0 0 30px 0;
	}
	.partner_textarea{	
    height: 100px; 
	min-height: 100px;
	max-height: auto;
	}		
.promo_menu{
margin: 0 0 20px 0;
}
    .promo_menu ul{
	list-style: none;
	margin: 0;
	padding: 0;
	}
    .promo_menu ul li{
	display: inline;
	margin: 0 10px 0 0;
	padding: 0;
	background: none;
	}
		.rtl_body .promo_menu ul li{
		margin: 0 0px 0 10px;	
		}
	.promo_menu ul li a{
	position: relative;
	margin: 0;
    border-bottom: 1px dotted #09344b;
    color: #09344b;
	text-decoration: none;
	}
	.promo_menu ul li a:hover{
	position: relative;
	margin: 0;
    border-bottom: 1px dotted #ff0000;
    color: #ff0000;
	text-decoration: none;
	}
	.promo_menu ul li.act a{
	position: relative;
	margin: 0;
    border-bottom: none;
    color: #000;
	text-decoration: none;
	}
	.pbcontainer{
	display: none;
	}
	    .pbcontainer.act{
		display: block;
		}
		.prevbanner{
		margin: 0 0 5px 0;
		}
		.bannerboxone{
		margin: 0 0 25px 0;
		}	
			.bannerboxlink a{
			position: relative;
			margin: 0;
			border-bottom: 1px dotted #09344b;
			color: #09344b;
			text-decoration: none;		
			}
			.bannerboxlink a.act{
			position: relative;
			margin: 0;
			border-bottom: 1px dotted #000;
			color: #000;
			font-weight: 600;
			text-decoration: none;
			}			
			.bannerboxlink a:hover, .bannerboxlink a.act:hover{
			position: relative;
			margin: 0;
			border-bottom: 1px dotted #ff0000;
			color: #ff0000;
			text-decoration: none;
			}
		.bannerboxtextarea{
		padding: 10px 0 0 0;
		display: none;
		}
/* end promotional */

/* plinks */
.paytable, .userxch_table{
margin: 0 0 30px 0;
}
.paytable_title, .userxchtable_title{
font: 22px 'Open Sans', sans-serif;
margin: 0 0 15px 0;
}
.plinks_table table,
.preferals_table table
{
width: 100%; 
word-wrap: break-word; 
word-break: break-all;
border: none; margin:0 0 20px;
}
.paytable table, 
.userxch_table table,
.userverify_table table
{
width: 100%; 
border: none; margin:0 0 20px;
}

.plinks_table table th,
.preferals_table table th,
.paytable table th, 
.userxch_table table th,
.userverify_table table th
{
padding: 15px 10px;
font: 700 14px 'Open Sans', sans-serif;
color: #252927;
background: #f0f5f3;
border: none;
text-transform: uppercase;
}
	.color_y .plinks_table table th,
	.color_y .preferals_table table th,
	.color_y .paytable table th,
	.color_y .userxch_table table th,
	.color_y .userverify_table table th{
	color: #fff;
	background: #3d383f;	
	}
	.color_b .plinks_table table th,
	.color_b .preferals_table table th,
	.color_b .paytable table th,
	.color_b .userxch_table table th,
	.color_b .userverify_table table th{
	background: #f8f8f6;	
	}
	.color_r .plinks_table table th,
	.color_r .preferals_table table th,
	.color_r .paytable table th,
	.color_r .userxch_table table th,
	.color_r .userverify_table table th{
	color: #fff;
	background: #2d3e50;	
	}
	.plinks_table table th.th1,
	.preferals_table table th.th1,
	.paytable table th.th1, 
	.userxch_table table th.th1,
	.userverify_table table th.th1
	{ 
	border-radius: 3px 0 0 0;
	}
	.plinks_table table th.th2,
	.preferals_table table th.th2,
	.paytable table th.th2, 
	.userxch_table table th.th2,
	.userverify_table table th.th2
	{ 
	border-radius: 0 3px 0 0;
	}
		.rtl_body .plinks_table table th.th1,
		.rtl_body .preferals_table table th.th1,
		.rtl_body .paytable table th.th1,
		.rtl_body .userxch_table table th.th1,
		.rtl_body .userverify_table table th.th1{ 
		border-radius: 0 3px 0 0;
		}
		.rtl_body .plinks_table table th.th2,
		.rtl_body .preferals_table table th.th2,
		.rtl_body .paytable table th.th2,
		.rtl_body .userxch_table table th.th2,
		.rtl_body .userverify_table table th.th2{ 
		border-radius: 3px 0 0 0;
		}	
.plinks_table table td, 
.preferals_table table td,
.paytable table td, 
.userxch_table table td,
.userverify_table table td{
padding: 15px 10px;
font: 13px 'Open Sans', sans-serif;
background: #fff;
border-bottom: 1px solid #f7f7f8;
}
	.plinks_table table td.td1,
	.preferals_table table td.td1,
	.paytable table td.td1, 
	.userxch_table td.td1,
	.userverify_table table td.td1
	{ 
	border-radius: 0 0 0 3px;
	}
	.plinks_table table td.td2,
	.preferals_table table td.td2,
	.paytable table td.td2, 
	.userxch_table td.td2,
	.userverify_table table td.td2
	{ 
	border-radius: 0 0 3px 0;
	}
		.rtl_body .plinks_table table td.td1,
		.rtl_body .preferals_table table td.td1,
		.rtl_body .paytable table td.td1, 
		.rtl_body .userxch_table td.td1,
		.rtl_body .userverify_table table td.td1
		{ 
		border-radius: 0 0 3px 0;
		}
		.rtl_body .plinks_table table td.td2,
		.rtl_body .preferals_table table td.td2,
		.rtl_body .paytable table td.td2, 
		.rtl_body .userxch_table td.td2,
		.rtl_body .userverify_table table td.td2
		{ 
		border-radius: 0 0 0 3px;
		}	
	a.delpay_link{
	font-weight: 600;
	color: #ff0000;
	}
		a.delpay_link.act{
		cursor: default;
		color: #ccc;
		}	
	.paystatus{
	font-weight: 600;
	}
		.paystatus.pst1{ color: #0390cb; }
		.paystatus.pst2{ color: #03cb29; }
		.paystatus.pst3{ color: #ff0000; }
		.paystatus.pst4{ color: #ff0000; }
	.uo_curs2{	
	background: url(images/liarr.png) no-repeat 0 4px;
	padding:0 0 0 12px;
	margin: 0 0 0 6px;
	}
		.color_y .uo_curs2{
		background: url(images/liarr_y.png) no-repeat 0 4px;	
		}
		.color_b .uo_curs2{
		background: url(images/liarr_b.png) no-repeat 0 4px;	
		}
		.color_r .uo_curs2{
		background: url(images/liarr_r.png) no-repeat 0 4px;	
		}	
		.rtl_body .uo_curs2{
		background-position: right 4px!important;
		padding: 0 12px 0 0px;
		margin: 0 6px 0 0px;			
		}
	a.uostatus_link{
	font: 600 13px 'Open Sans',serif;	
	color: #0390cb;
	}
		a.uostatus_link.uost_payed,
		a.uostatus_link.uost_coldpay,
		a.uostatus_link.uost_realpay,
		a.uostatus_link.uost_verify
		{
		color: #c9cb03;	
		}
		a.uostatus_link.uost_error
		{
		color: #ff0000;	
		}		
		a.uostatus_link.uost_coldsuccess,
		a.uostatus_link.uost_success
		{
		color: #03cb29;	
		}		
		.uosum{
		font-weight: 600;
		}	
/* end plinks */

/* userverify */
.userverify_text{
margin: 0 0 30px 0;
padding: 20px 20px 1px;
background: #fff;
border-radius: 3px;
}
	.color_y .userverify_text{
	background: #f4f4f4;
	}
	.color_b .userverify_text{
	border: 1px solid #ebebeb;
	background: #fff;
	}
	.color_r .userverify_text{
	background: #fff;
	} 
.userverify_div{
margin: 0 0 30px 0;
padding: 20px;
background: #fff;
border-radius: 3px;
}
	.color_y .userverify_div{
	background: #f4f4f4;
	}
	.color_b .userverify_div{
	border: 1px solid #ebebeb;
	background: #fff;
	}
	.color_r .userverify_div{
	background: #fff;
	} 
	.ustbl_line{
	padding: 5px 0px 0;
	margin: 0 0 5px 0;
	}
	.ustbl_th{
	font: 600 13px 'Open Sans', sans-serif;
	padding: 0 0 3px 0;
	}
	.ustbl_clear{
	clear: both;	
	}
.usvefilelock{
margin: 0 0 5px 0;
}
	.usvelabeldown{
	font: 600 13px 'Open Sans', sans-serif;
	padding: 0 0 3px 0;
	}
	.usvelabeldownsyst{
	font: 600 11px 'Open Sans', sans-serif;
	padding: 0 0 10px 0;
	}	
	.usveupfile{
	margin: 0 0 10px 0;
	}
.userverify_table_title{
margin: 0 0 15px 0;
font: 600 22px 'Open Sans', sans-serif;
}
/* end userverify */

/* domacc */ 
.domacc_line{
padding: 5px 0;
border-bottom: 1px solid #eee;
}
	.domacc_label{
	margin: 0 10px 0 0;
	min-width: 50px;
	float: left;
	font: 600 13px 'Open Sans',serif;
	color: #252927;
	}	
		.rtl_body .domacc_label{
		margin: 0 0px 0 10px;
		float: right;
		}
	.domacc_val{
	float: left;
	width: 300px;
	font: 13px 'Open Sans',serif;
	}
		.rtl_body .domacc_val{
		float: right;	
		}
/* end domacc */

/* partner stats */
.stattablediv, .userxch_tablediv{
background: #fff;
margin: 0 0 30px 0;
padding: 15px 20px;
border-radius: 3px;
}
	.color_y .stattablediv, .color_y .userxch_tablediv{
	background: #f4f4f4;
	}
	.color_b .stattablediv, .color_b .userxch_tablediv{
	border: 1px solid #ebebeb;
	background: #fff;
	}
	.color_r .stattablediv, .color_r .userxch_tablediv{
	background: #fff;
	} 
	.stattablediv table, .userxch_tablediv table{ width: 100%; }
	.stattablediv table th, .userxch_tablediv table th{padding:5px 10px; text-align:left; background:none; font: 600 13px 'Open Sans', sans-serif;}
	.stattablediv table td, .userxch_tablediv table td{padding:5px 10px; text-align:right; background:none; font: 13px 'Open Sans', sans-serif;}
	
.statuserdiv{
width: 350px;
margin: 0 0 30px 0;
background: #fff;
border-radius: 3px;
padding: 15px 20px;
}
	.color_y .statuserdiv{
	background: #f4f4f4;
	}
	.color_b .statuserdiv{
	border: 1px solid #ebebeb;
	background: #fff;
	}
	.color_r .statuserdiv{
	background: #fff;
	} 	
	.statuserdiv_title{
	font: 700 14px 'Open Sans', sans-serif;
	color: #252927;
	padding: 20px 30px;
	margin: -15px -20px 10px;
	background: #f0f5f3; 
	text-transform: uppercase;
	border-radius: 3px 3px 0 0;	
	}
		.color_y .statuserdiv_title{
		background: #3d383f;
		color: #fff;
		}
		.color_b .statuserdiv_title{
		background: #f8f8f6;
		}
		.color_r .statuserdiv_title{
		background: #2d3e50;
		color: #fff;
		}	
	.statuserdiv table{
	width: 100%; 
	}
	.statuserdiv table th{padding:5px 10px;text-align:left;background:none; font: 600 13px 'Open Sans', sans-serif; }
	.statuserdiv table td{padding:5px 10px;text-align:right;background:none;font: 13px 'Open Sans', sans-serif; }	
	
.promouserdiv h3{
font: 22px 'Open Sans', sans-serif;
margin: 0 0 10px 0;
}
.promouserdiv h4{
font: 16px 'Open Sans', sans-serif;
margin:0 0 10px 0;
}
.promouserdiv p{
padding:0 0 20px 0;
}
/* end partner stats */

/* partner payouts */
.paytext{
border-radius: 3px;
margin: 0 0 30px 0;
padding: 20px 30px;
font: 13px 'Open Sans', sans-serif;
background: #fff;
}
	.color_y .paytext{
	background: #f4f4f4;
	}
	.color_b .paytext{
	border: 1px solid #ebebeb;
	background: #fff;
	}
	.color_r .paytext{
	background: #fff;
	} 
.paydiv{
border-radius: 3px;
margin: 0 0 30px 0;
padding: 20px 30px;
font: 13px 'Open Sans', sans-serif;
background: #fff;
}
	.color_y .paydiv{
	background: #f4f4f4;
	}
	.color_b .paydiv{
	border: 1px solid #ebebeb;
	background: #fff;
	}
	.color_r .paydiv{
	background: #fff;
	} 
	.pay_left_col{
	padding: 0 0 5px 0;
	font: 600 13px 'Open Sans', sans-serif;
	}
	.pay_select{
	margin: 0 0 5px 0;
	}
	.pay_input{
	position: relative;
	margin: 0 0 10px 0;
	}
		input.pay_input_purse{
		padding-left: 30px;
		}
			.rtl_body input.pay_input_purse{
			padding-right: 30px;
			padding-left: 10px;
			}	
		.pay_purse_link{
		position: absolute;
		float: none;
		top: 50%;
		left: 10px;
		margin: -8px 0 0 0;
		width: 16px;
		height: 16px;
		cursor: pointer;
		background: url(images/purse.png) no-repeat center center;
		}
			.rtl_body .pay_purse_link{
			left: auto;
			right: 10px;
			}
			.pay_purse_link_ins{
			position: relative;
			width: 16px;
			height: 16px;
			}
			.pay_purse_ul{
			position: absolute;
			float: none;
			top: 0;
			left: 0px;
			width: 250px;
			background: #fff;		
			box-shadow: 0 0 5px #9fa3a1;
			display: none;
			}
				.rtl_body .pay_purse_ul{
				left: auto;
				right: 0px;
				}
				.pay_purse_line{
				display: none;
				padding: 5px 10px;
				border-bottom: 1px solid #dedede;
				}
/* end partner payouts */

/* sitemap */
.sitemap_block{
margin: 0 0 30px 0;
}
	.sitemap_title{
	float: left;
	position: relative;
	margin: 0 0 20px 0;
	font: 600 12px 'Open Sans', sans-serif;
	color: #fff;
	padding: 5px 15px 7px;
	border-radius: 30px;
	background: #858c97;
	border-top: 2px solid #7b818b;
	}
		.color_y .sitemap_title{
		color: #000;
		background: #ffe033;
		border-top: 2px solid #ffe033;
		}
		.color_b .sitemap_title{
		background: #0090e4;
		border-top: 2px solid #0090e4;
		}
		.color_r .sitemap_title{
		background: #eb5255;	
		border-top: 2px solid #eb5255;
		}	
		.rtl_body .sitemap_title{
		float: right;	
		}
		.sitemap_title_abs{
		position: absolute;
		float: none;
		bottom: -3px;
		left: 50%;
		margin: 0 0 0 -3px;
		width: 7px;
		height: 3px;
		background: url(images/tarif_arr.png) no-repeat;
		}
			.color_y .sitemap_title_abs{
			background:url(images/tarif_arr_y.png) no-repeat;
			}
			.color_b .sitemap_title_abs{
			background:url(images/tarif_arr_b.png) no-repeat;
			}
			.color_r .sitemap_title_abs{
			background:url(images/tarif_arr_r.png) no-repeat;
			}		
		ul.sitemap_ul_exchanges li{
		float: left;
		display: block;
		width: 290px;
		margin: 0 30px 0 0;
		padding: 0 0px 5px 12px;
		background:url(images/liarr.png) no-repeat 0 3px;
		}
			.rtl_body ul.sitemap_ul_exchanges li{
			float: right;	
			margin: 0 0px 0 30px;
			}
		ul.sitemap_ul li{
		display: block;
		padding: 0 0px 5px 12px;
		background: url(images/liarr.png) no-repeat 0 3px;
		}
			.color_y ul.sitemap_ul_exchanges li,.color_y ul.sitemap_ul li{
			background:url(images/liarr_y.png) no-repeat 0 3px;
			}
			.color_b ul.sitemap_ul_exchanges li,.color_b ul.sitemap_ul li{
			background:url(images/liarr_b.png) no-repeat 0 3px;
			}
			.color_r ul.sitemap_ul_exchanges li,.color_r ul.sitemap_ul li{
			background:url(images/liarr_r.png) no-repeat 0 3px;
			}	
			.rtl_body ul.sitemap_ul li, .rtl_body ul.sitemap_ul_exchanges li{
			padding: 0 12px 5px 0px;
			background-position: right 3px!important;
			}
/* end sitemap */

/* tarifs */
.tarif_block{
margin: 0 0 30px 0;
}
	.tarif_title{
	float: left;
	position: relative;
	margin: 0 0 20px 0;
	font: 600 12px 'Open Sans', sans-serif; 
	color: #fff;
	padding: 5px 15px 7px;
	border-radius: 30px;
	background: #858c97;
	border-top: 2px solid #7b818b;
	}
		.color_y .tarif_title{
		color: #000;
		background: #ffe033;
		border-top: 2px solid #ffe033;
		}
		.color_b .tarif_title{
		background: #0090e4;
		border-top: 2px solid #0090e4;
		}
		.color_r .tarif_title{
		background: #eb5255;	
		border-top: 2px solid #eb5255;
		}	
		.rtl_body .tarif_title{
		float: right;	
		}	
		.tarif_title_abs{
		position: absolute;
		float: none;
		bottom: -3px;
		left: 50%;
		margin: 0 0 0 -3px;
		width: 7px;
		height: 3px;
		background: url(images/tarif_arr.png) no-repeat;
		}
			.color_y .tarif_title_abs{
			background:url(images/tarif_arr_y.png) no-repeat;
			}
			.color_b .tarif_title_abs{
			background:url(images/tarif_arr_b.png) no-repeat;
			}
			.color_r .tarif_title_abs{
			background:url(images/tarif_arr_r.png) no-repeat;
			}		
		.javahref{
		cursor: pointer;
		}
		table.tarif_table{border: none; width: 100%;}
		table.tarif_table th{
		font: 700 14px 'Open Sans', sans-serif;
		color: #252927;
		padding: 15px 10px;
		background: #f0f5f3; 
		border: none;
		text-transform: uppercase;
		}
			.color_y table.tarif_table th{
			color: #fff;
			background: #3d383f;	
			}
			.color_b table.tarif_table th{
			background: #f8f8f6;	
			}
			.color_r table.tarif_table th{
			color: #fff;
			background: #2d3e50;	
			}		
			table.tarif_table th.th1{ border-radius: 3px 0 0 0; }
			table.tarif_table th.th2{ border-radius: 0 3px 0 0; }
				.rtl_body table.tarif_table th.th1{ 
				border-radius: 0 3px 0 0;
				}
				.rtl_body table.tarif_table th.th2{ 
				border-radius: 3px 0 0 0;
				}			
		table.tarif_table td{
		font: 13px 'Open Sans', sans-serif; 
		padding: 15px 10px;
		background: #fff;
		border-bottom: 1px solid #f7f7f8;
		}
			table.tarif_table td.td1{ border-radius: 0 0 0 3px; }
			table.tarif_table td.td2{ border-radius: 0 0 3px 0; }
				.rtl_body table.tarif_table td.td1{ 
				border-radius: 0 0 3px 0;
				}
				.rtl_body table.tarif_table td.td2{ 
				border-radius: 0 0 0 3px;
				}			
			table.tarif_table td.tarif_curs_arr{
			width: 20px;
			background: #fff url(images/liarr.png) no-repeat center center;
			}
				.color_y table.tarif_table td.tarif_curs_arr{
				background: #fff url(images/liarr_y.png) no-repeat center center;	
				}
				.color_b table.tarif_table td.tarif_curs_arr{
				background: #fff url(images/liarr_b.png) no-repeat center center;	
				}
				.color_r table.tarif_table td.tarif_curs_arr{
				background: #fff url(images/liarr_r.png) no-repeat center center;	
				}			
			table.tarif_table td.tarif_curs_title_in, table.tarif_table td.tarif_curs_title_out{
			font: 600 13px 'Open Sans', sans-serif;
			}		
/* end tarifs */

/* homepage */
.homepage_wrap{
padding: 60px 0 0 0;	
}
.home_wtext_wrap{
position: relative;
width: 100%;
min-width: 1000px;
padding: 0 0 20px 0;
}
	.home_wtext_ins{
	width: 960px;
	margin: 0 auto;
	}
		.home_wtext_block{
		padding: 0 0 0 110px;
		min-height: 80px;
		background: url(images/wtext_ico.png) no-repeat 0px 0;
		color: #000;
		}
			.color_y .home_wtext_block{
			color: #c4c4c4;	
			background: url(images/wtext_ico_y.png) no-repeat 0px 0;
			}
			.color_b .home_wtext_block{
			color: #545454;
			background: url(images/wtext_ico_b.png) no-repeat 0px 0;
			}
			.color_r .home_wtext_block{
			color: #545454;	
			background: url(images/wtext_ico_r.png) no-repeat 0px 0;
			}		
			.rtl_body .home_wtext_block{
			padding: 0 110px 0 0px;	
			background-position: right 0!important;
			}
			.home_wtext_block a{
			color: #000;	
			}
				.color_y .home_wtext_block a{
				color: #c4c4c4;	
				}
				.color_b .home_wtext_block a{
				color: #545454;
				}
				.color_r .home_wtext_block a{
				color: #545454;	
				}			
			.home_wtext_title{
			margin: 0 0 20px 0;
			font: 700 14px 'Open Sans', sans-serif;
			text-transform: uppercase;		
			}
.home_text_wrap{
padding: 50px 0 45px 0;
position: relative;
z-index: 13;
background: #fff;
width: 100%;
min-width: 1000px;
}
	.home_text_abs{
	position: absolute;
	float: none;
	width: 86px;
	height: 86px;
	border-radius: 86px;
	background: #fff url(images/blick.png) no-repeat center 54px;
	bottom: -38px;
	left: 50%;
	margin: 0 0 0 -43px;		
	}
		.color_y .home_text_abs{
		background: #fff url(images/blick.png) no-repeat center 54px;
		}
		.color_b .home_text_abs{
		background: #fff url(images/blick_b.png) no-repeat center 54px;
		}
		.color_r .home_text_abs{
		background: #fff url(images/blick_r.png) no-repeat center 54px;
		}	
	.home_text_ins{
	width: 960px;
	margin: 0 auto;
	}
		.home_text_block{
		padding: 0 0 0 110px;
		min-height: 80px;
		background: url(images/text_ico.png) no-repeat 0px 0;
		color: #000;
		}
			.color_y .home_text_block{
			background: url(images/text_ico_y.png) no-repeat 0px 0;
			}
			.color_b .home_text_block{
			background: url(images/text_ico_b.png) no-repeat 0px 0;
			}
			.color_r .home_text_block{
			background: url(images/text_ico_r.png) no-repeat 0px 0;
			}		
			.rtl_body .home_text_block{
			padding: 0 110px 0 0px;	
			background-position: right 0!important;
			}		
			.home_text_block a{
			color: #000;	
			}
			.home_text_title{
			margin: 0 0 20px 0;
			font: 700 14px 'Open Sans', sans-serif;
			text-transform: uppercase;		
			}
.home_reviews_wrap{
padding: 50px 0 45px 0;
position: relative;
z-index: 11;
background: #858c97;
width: 100%;
min-width: 1000px;
}
	.color_y .home_reviews_wrap{
	background: #eeeeee;
	}
	.color_b .home_reviews_wrap{
	background: #d9e5ec;
	}
	.color_r .home_reviews_wrap{
	background: #2d3e50;
	}
	.home_reviews_ins{
	width: 960px;
	margin: 0 auto;
	color: #fff;
	}
		.home_reviews_ins a{
		color: #fff;
		}
			.color_y .home_reviews_ins, .color_y .home_reviews_ins a{
			color: #545454;
			}
			.color_b .home_reviews_ins, .color_b .home_reviews_ins a{
			color: #545454;
			}
			.color_r .home_reviews_ins, .color_r .home_reviews_ins a{
			color: #fff;
			}		
		.home_reviews_block{
		padding: 0 0 0 110px;
		min-height: 80px;
		background: url(images/reviews_ico.png) no-repeat 0px 0;
		}
			.color_y .home_reviews_block{
			background: url(images/reviews_ico_y.png) no-repeat 0px 0;
			}
			.color_b .home_reviews_block{
			background: url(images/reviews_ico_b.png) no-repeat 0px 0;
			}
			.color_r .home_reviews_block{
			background: url(images/reviews_ico_r.png) no-repeat 0px 0;
			}
			.rtl_body  .home_reviews_block{
			padding: 0 110px 0 0px;	
			background-position: right 0!important;	
			}			
			.home_reviews_title{
			margin: 0 0 20px 0;
			font: 700 14px 'Open Sans', sans-serif;
			text-transform: uppercase;			
			}
			.home_reviews_div{
			margin: 0 0 25px 0;
			}
				.home_reviews_one{
				float: left;
				margin: 0 30px 0 0;
				width: 240px;
				}
					.rtl_body .home_reviews_one{
					float: right;
					margin: 0 0px 0 30px;	
					}
				.home_reviews_date{
				float: left;
				font: 600 13px 'Open Sans', sans-serif;
				margin: 0 0 10px 0;
				}		
					.rtl_body .home_reviews_date{
					float: right;	
					}	
			a.home_reviews_more{
			color: #fff;
			font: italic 12px 'Open Sans', sans-serif;
			text-decoration: none;
			}
				a:hover.home_reviews_more{
				text-decoration: underline;
				}
				.color_y a.home_reviews_more{
				color: #545454;
				}
				.color_b a.home_reviews_more{
				color: #545454;
				}
				.color_r a.home_reviews_more{
				color: #fff;
				}
.home_partner_wrap{
padding: 50px 0 25px 0;
position: relative;
width: 100%;
min-width: 1000px;
background: #858c97;
z-index: 10;	
}
	.color_y .home_partner_wrap{
	background: #eeeeee;
	}
	.color_b .home_partner_wrap{
	background: #d9e5ec;
	}
	.color_r .home_partner_wrap{
	background: #ffffff;
	}
	.home_partner_wrap_ins{
	width: 960px;
	margin: 0 auto;
	}
		.home_partner_title{
		margin: 0 0 20px 0;
		font: 700 14px 'Open Sans', sans-serif;
		text-transform: uppercase;
		color: #fff;
		}
			.color_y .home_partner_title{
			color: #545454;
			}
			.color_b .home_partner_title{
			color: #2a2a2a;
			}
			.color_r .home_partner_title{
			color: #2a2a2a;
			}			
		.home_partner_one{
		float: left;
		margin: 0 20px 20px 0;
		} 	
			.rtl_body .home_partner_one{
			float: right;	
			margin: 0 0px 20px 20px;
			} 
.home_lchange_wrap{
padding: 50px 0 45px 0;
position: relative;
width: 100%;
min-width: 1000px;
background: #fff;
z-index: 10;	
}
	.color_y .home_lchange_wrap{
	background: #fff;
	border-bottom: 1px solid #eeeeee;
	}
	.color_b .home_lchange_wrap{
	background: #fff;
	border-bottom: 1px solid #eeeeee;
	}
	.color_r .home_lchange_wrap{
	background: #e4ebf5;
	border-bottom: 1px solid #d2dae5;
	}
	.home_lchange_wrap_ins{
	width: 960px;
	margin: 0 auto;
	}			
	.home_lchange_block{
	padding: 0 0 0 110px;
	background: url(images/lastobmen_ico.png) no-repeat 0px 0;
	min-height: 80px;
	}
		.color_y .home_lchange_block{
		background: url(images/lastobmen_ico_y.png) no-repeat 0px 0;
		}
		.color_b .home_lchange_block{
		background: url(images/lastobmen_ico_b.png) no-repeat 0px 0;
		}
		.color_r .home_lchange_block{
		background: url(images/lastobmen_ico_r.png) no-repeat 0px 0;
		}		
		.rtl_body  .home_lchange_block{
		padding: 0 110px 0 0px;	
		background-position: right 0!important;	
		}
		.home_lchange_title{
		margin: 0 0 20px 0;
		color: #2a2a2a;
		font: 700 14px 'Open Sans', sans-serif;
		text-transform: uppercase;		
		}
			.home_lchange_one{
			float: left;
			width: 420px;
			} 
				.rtl_body .home_lchange_one{
				float: right;	
				}	
				.home_lchange_date{
				color: #545454;
				font: 14px 'Open Sans', sans-serif;
				margin: 0 0 20px 0;
				}
					.home_lchange_why{
					float: left;
					width: 150px;
					}
						.rtl_body .home_lchange_why{
						float: right;	
						}
						.home_lchange_ico{
						float: left;
						width: 50px;
						height: 50px;
						}
							.rtl_body .home_lchange_ico{
							float: right;	
							}
						.home_lchange_txt{
						float: left;
						width: 90px;
						font: 14px 'Open Sans', sans-serif;
						padding: 6px 0 0 5px;
						}
							.rtl_body .home_lchange_txt{
							float: right;
							padding: 6px 5px 0 0px;
							}
					.home_lchange_arr{
					float: left;
					width: 50px;
					height: 50px;
					background: url(images/harr.png) no-repeat 0 center;
					}
						.rtl_body .home_lchange_arr{
						float: right;	
						background: url(images/harr_l.png) no-repeat right center;
						}
.home_news_wrap{
padding: 50px 0 45px 0;
position: relative;
z-index: 9;
background: #e4eae7;
border-bottom: 1px solid #cacecc;
width: 100%;
min-width: 1000px;
}
	.color_y .home_news_wrap{
	background: #ffffff;
	border-bottom: 1px solid #eeeeee;
	}
	.color_b .home_news_wrap{
	background: #ffffff;
	border-bottom: 1px solid #eeeeee;
	}
	.color_r .home_news_wrap{
	background: #e4ebf5;
	border-bottom: 1px solid #d2dae5;
	}
	.home_reviews_abs{
	position: absolute;
	float: none;
	width: 86px;
	height: 86px;
	border-radius: 86px;
	background: #858c97 url(images/blick.png) no-repeat center 54px;
	bottom: -38px;
	left: 50%;
	margin: 0 0 0 -43px;		
	}
		.color_y .home_reviews_abs{
		background: #eeeeee url(images/blick.png) no-repeat center 54px;
		}
		.color_b .home_reviews_abs{
		background: #d9e5ec url(images/blick_b.png) no-repeat center 54px;
		}
		.color_r .home_reviews_abs{
		background: #2d3e50 url(images/blick_r.png) no-repeat center 54px;
		}
	.home_news_wrap_ins{
	width: 960px;
	margin: 0 auto;
	color: #2a2a2a;
	}
		.home_news_wrap_ins a{
		color: #2a2a2a;
		}		
		.home_news_block{
		padding: 0 0 0 110px;
		min-height: 80px;
		background: url(images/news_ico.png) no-repeat 0px 0;
		}
			.color_y .home_news_block{
			background: url(images/news_ico_y.png) no-repeat 0px 0;
			}
			.color_b .home_news_block{
			background: url(images/news_ico_b.png) no-repeat 0px 0;
			}
			.color_r .home_news_block{
			background: url(images/news_ico_r.png) no-repeat 0px 0;
			}		
			.rtl_body  .home_news_block{
			padding: 0 110px 0 0px;	
			background-position: right 0!important;	
			}
			.home_news_title{
			margin: 0 0 20px 0;
			font: 700 14px 'Open Sans', sans-serif;
			text-transform: uppercase;			
			}
			.home_news_div{
			margin: 0 0 25px 0;
			overflow: hidden;
			}
				.home_news_div_ins{
				width: 1040px;	
				}
					.home_news_one{
					float: left;
					margin: 0 30px 0 0;
					width: 260px;
					}
						.rtl_body .home_news_one{
						float: right;
						margin: 0 0px 0 30px;	
						}
					.home_news_date{
					float: left;
					padding: 4px 15px;
					border-radius: 25px;
					color: #858c97;
					background: #fff;
					margin: 0 0 10px 0;
					}
						.color_y .home_news_date{
						background: #eeeeee;
						}
						.color_b .home_news_date{
						background: #eeeeee;
						}					
						.rtl_body .home_news_date{
						float: right;	
						}
			a.home_news_more{
			color: #545454;
			font: italic 12px 'Open Sans', sans-serif;
			text-decoration: none;
			}
				a.home_news_more:hover{
				text-decoration: underline;
				}
.home_reserv_wrap{
padding: 40px 0 35px 0;
position: relative;
width: 100%;
min-width: 1000px;
background: #e4eae7;
}
	.color_y .home_reserv_wrap{
	background: #ffffff;
	}
	.color_b .home_reserv_wrap{
	background: #ffffff;
	}
	.color_r .home_reserv_wrap{
	background: #e4ebf5;
	}
	.home_reserv_block_ins{
	width: 960px;
	margin: 0 auto;
	color: #000;
	min-height: 100px;
	}
		.home_reserv_block_ins a{
		color: #000;
		}
	.home_reserv_title{
	margin: 0 0 20px 0;
	color: #2a2a2a;
	font: 700 14px 'Open Sans', sans-serif;
	text-transform: uppercase;	
	}
		.home_reserv_many{
		overflow: hidden;
		}
			.home_reserv_many_ins{
			width: 1030px;
			}
			.one_home_reserv{
			float: left;
			width: 210px;
			margin: 0 10px 10px 0;
			border-radius: 3px;
			background: #fff;
			padding: 10px;
			}
				.color_y .one_home_reserv{
				background: #3d383f;
				}
				.color_b .one_home_reserv{
				background: #f8f8f6;
				}
				.color_r .one_home_reserv{
				background: #ffffff;
				}	
				.rtl_body .one_home_reserv{
				float: right;
				margin: 0 0px 10px 10px;
				}
				.one_home_reserv_ico{
				float: left;
				width: 50px;
				height: 50px;
				}
					.rtl_body .one_home_reserv_ico{
					float: right;	
					}
				.one_home_reserv_block{
				float: right;
				width: 150px;
				color: #545454;
				font: 14px 'Open Sans', sans-serif;
				padding: 5px 0 0 0;
				}
					.rtl_body .one_home_reserv_block{
					float: left;	
					}
					.color_y .one_home_reserv_block{
					color: #c4c4c4;
					}
					.color_b .one_home_reserv_block{
					color: #545454;
					}
					.color_r .one_home_reserv_block{
					color: #545454;
					}				
					.one_home_reserv_title{
					font: 600 14px 'Open Sans', sans-serif;
					margin: 0 0 1px 0;
					}				
/* end homepage */

.xchange_table_wrap{
width: 960px;
margin: 0 auto;
}

/* type table 1 */
.xchange_type_table, .xchange_type_table4{
margin: 0 0 30px;
position: relative;
}
	.xtt_icon_wrap, .xtt4_icon_wrap{
	padding: 0 0 10px 0;
	} 
		.xtt_left_col_icon{
		float: left;
		width: 390px;
		}
			.rtl_body .xtt_left_col_icon{
			float: right;	
			}
		.xtt_right_col_icon{
		float: right;
		width: 550px;
		}
			.rtl_body .xtt_right_col_icon{
			float: left;	
			}
			.xtt_icon, .xtp_icon, .xtt4_icon{
			float: left;
			padding: 3px 12px;
			background: #ffffff;
			border-radius: 30px;
			color: #858c97;
			font: 12px 'Open Sans', sans-serif;
			margin: 0 5px 5px 0;
			cursor: pointer;
			position: relative;
			}
				.rtl_body .xtt_icon, .rtl_body .xtp_icon, .rtl_body .xtt4_icon{
				float: right;
				margin: 0 0px 5px 5px;
				}
				.color_y .xtt_icon, .color_y .xtp_icon, .color_y .xtt4_icon{
				background: #ffffff;
				color: #858c97;
				}
				.color_b .xtt_icon, .color_b .xtp_icon, .color_b .xtt4_icon{
				background: #d9e5ec;
				color: #858c97;
				}
				.color_r .xtt_icon, .color_r .xtp_icon, .color_r .xtt4_icon{
				background: #ffffff;
				color: #858c97;
				}				
				.xtt_icon.active, .xtp_icon.active, .xtt4_icon.active{
				background: #858c97;
				box-shadow: inset 0 2px 3px #7b818b;
				color: #fff;
				}
					.color_y .xtt_icon.active, .color_y .xtp_icon.active, .color_y .xtt4_icon.active{
					background: #ffe033;
					box-shadow: none;
					color: #2a2a2a;
					}
					.color_b .xtt_icon.active, .color_b .xtp_icon.active, .color_b .xtt4_icon.active{
					background: #0090e4;
					box-shadow: none;
					color: #fff;
					}
					.color_r .xtt_icon.active, .color_r .xtp_icon.active, .color_r .xtt4_icon.active{
					background: #eb5255;
					box-shadow: none;
					color: #fff;
					}				
					.xtt_icon.active .xtt_icon_abs, .xtp_icon.active .xtp_icon_abs, .xtt4_icon.active .xtt4_icon_abs{
					background: url(images/xtt_icon_abs.png) no-repeat 0 0;
					width: 7px;
					height: 3px;
					position: absolute;
					float: none;
					bottom: -3px;
					left: 50%;
					margin: 0 0 0 -4px;
					}
						.color_y .xtt_icon.active .xtt_icon_abs, .color_y .xtp_icon.active .xtp_icon_abs, .color_y .xtt4_icon.active .xtt4_icon_abs{
						background: url(images/xtt_icon_abs_y.png) no-repeat 0 0;
						}
						.color_b .xtt_icon.active .xtt_icon_abs, .color_b .xtp_icon.active .xtp_icon_abs, .color_b .xtt4_icon.active .xtt4_icon_abss{
						background: url(images/xtt_icon_abs_b.png) no-repeat 0 0;
						}
						.color_r .xtt_icon.active .xtt_icon_abs, .color_r .xtp_icon.active .xtp_icon_abs, .color_r .xtt4_icon.active .xtt4_icon_abs{
						background: url(images/xtt_icon_abs_r.png) no-repeat 0 0;
						}					
	.xtt_table_wrap, .xtt4_table_wrap{
	margin: 0;
	}
		.xtt_left_col_title{
		float: left;
		width: 390px;
		border-radius: 3px 3px 0 0;
		font: 700 14px 'Open Sans', sans-serif;
		color: #252927;
		padding: 15px 0px;
		background: #f0f5f3; 
		border: none;
		text-transform: uppercase;		
		}
			.rtl_body .xtt_left_col_title{
			float: right;	
			}
			.color_y .xtt_left_col_title{
			background: #eeeeee;
			color: #252927;
			}
			.color_b .xtt_left_col_title{
			background: #ffffff;
			color: #0090e4;
			}
			.color_r .xtt_left_col_title{
			background: #2d3e50;
			color: #fff;
			}			
			.xtt_table_title1{
			padding: 0 20px;
			}
		.xtt_right_col_title{
		float: right;
		width: 550px;
		border-radius: 3px 3px 0 0;
		font: 700 14px 'Open Sans', sans-serif;
		color: #252927;
		padding: 15px 0px;
		background: #f0f5f3; 
		border: none;
		text-transform: uppercase;		
		}
			.rtl_body .xtt_right_col_title{
			float: left;	
			}
			.color_y .xtt_right_col_title{
			background: #eeeeee;
			color: #252927;
			}
			.color_b .xtt_right_col_title{
			background: #ffffff;
			color: #0090e4;
			}
			.color_r .xtt_right_col_title{
			background: #2d3e50;
			color: #fff;
			}			
			.xtt_table_title2{
			float: left;
			width: 370px;
			padding: 0 0px 0 20px;
			}
				.rtl_body .xtt_table_title2{
				float: right;	
				padding: 0 20px 0 0px;
				}
			.xtt_table_title3{
			float: right;
			width: 140px;
			padding: 0 0px 0 20px;
			}
				.rtl_body .xtt_table_title3{
				float: left;
				padding: 0 20px 0 0px;
				}
	.xtt_table_body_wrap, .xtt4_table_body_wrap{
	position: relative;
	}
		.xtt_html_abs, .xtt4_html_abs{
		display: none;
		position: absolute;
		z-index: 5;
		float: none;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: #fff url(images/ajax-big-loader.gif) no-repeat center center;
		opacity: 0.6;
		}
	.xtt_left_col_table{
	float: left;
	width: 390px;		
	}
		.rtl_body .xtt_left_col_table{
		float: right;	
		}
		.xtt_one_line_left{
		position: relative;
		padding: 2px 20px 2px 10px;
		background: #fff;
		border-top: 1px solid #eaeaea;
		cursor: pointer;
		}
			.rtl_body .xtt_one_line_left{
			padding: 2px 10px 2px 20px;	
			}
			.xtt_one_line_ico_left{
			float: left;
			width: 50px;
			margin: 0 10px 0 0;
			}
				.rtl_body .xtt_one_line_ico_left{
				float: right;
				margin: 0 0px 0 10px;
				}
				.xtt_change_ico{
				width: 50px;
				height: 50px;
				}
			.xtt_one_line_name_left{
			float: left;
			width: 180px;
			}
				.rtl_body .xtt_one_line_name_left{
				float: right;	
				}
				.xtt_one_line_name{
				height: 50px;
				font: 13px 'Open Sans', sans-serif;
				display: table-cell;
				vertical-align: middle;
				color: #545454;
				}
			.xtt_one_line_curs_left{
			float: right;
			width: 90px;
			}
				.rtl_body .xtt_one_line_curs_left{
				float: left;	
				}
				.xtt_one_line_curs{
				height: 50px;
				width: 90px;
				font: 13px 'Open Sans', sans-serif;
				display: table-cell;
				vertical-align: middle;
				text-align: right;
				color: #545454;
				}
			.xtt_one_line_left:hover, .js_item_left.active .xtt_one_line_left{
			background: #f0f5f3;
			}
				.color_y .xtt_one_line_left:hover,
				.color_y .js_item_left.active .xtt_one_line_left{
				background: #f4f4f4;
				}
				.color_b .xtt_one_line_left:hover,
				.color_b .js_item_left.active .xtt_one_line_left{
				background: #2a2a2a;
				}
				.color_r .xtt_one_line_left:hover,
				.color_r .js_item_left.active .xtt_one_line_left{
				background: #f0f3f7;
				}			
			.js_item_left.active .xtt_one_line_name, 
			.js_item_left.active .xtt_one_line_curs,
			.xtt_one_line_left:hover .xtt_one_line_name, 
			.xtt_one_line_left:hover .xtt_one_line_curs			
			{
			color: #00c063;
			}	
				.color_y .js_item_left.active .xtt_one_line_name,
				.color_y .js_item_left.active .xtt_one_line_curs,
				.color_y .xtt_one_line_left:hover .xtt_one_line_name,
				.color_y .xtt_one_line_left:hover .xtt_one_line_curs{
				color: #545454;
				}
				.color_b .js_item_left.active .xtt_one_line_name,
				.color_b .js_item_left.active .xtt_one_line_curs,
				.color_b .xtt_one_line_left:hover .xtt_one_line_name,
				.color_b .xtt_one_line_left:hover .xtt_one_line_curs{
				color: #fff;
				}
				.color_r .js_item_left.active .xtt_one_line_name,
				.color_r .js_item_left.active .xtt_one_line_curs,
				.color_r .xtt_one_line_left:hover .xtt_one_line_name,
				.color_r .xtt_one_line_left:hover .xtt_one_line_curs{
				color: #eb5255;
				}			
	.xtt_right_col_table{
	float: right;
	width: 550px;		
	}
		.rtl_body .xtt_right_col_table{
		float: left;	
		}
		.xtt_one_line_right{
		display: block;
		text-decoration: none;
		position: relative;
		padding: 2px 20px 2px 10px;
		background: #fff;
		border-top: 1px solid #eaeaea;
		cursor: pointer;
		}			
			.rtl_body .xtt_one_line_right{
			padding: 2px 10px 2px 20px;	
			}
			.xtt_one_line_ico_right{
			float: left;
			width: 50px;
			margin: 0 10px 0 0;
			}
				.rtl_body .xtt_one_line_ico_right{
				float: right;
				margin: 0 0px 0 10px;
				}
			.xtt_one_line_name_right{
			float: left;
			width: 210px;
			}
				.rtl_body .xtt_one_line_name_right{
				float: right;	
				}
			.xtt_one_line_curs_right{
			float: left;
			width: 100px;
			}
				.rtl_body .xtt_one_line_curs_right{
				float: right;	
				}
			.xtt_one_line_reserv_right{
			float: right;
			width: 120px;
			margin: -2px 0;
			padding: 2px 0px 2px 20px;
			border-left: 1px solid #eaeaea;
			}
				.rtl_body .xtt_one_line_reserv_right{
				float: left;
				border-left: none;
				border-right: 1px solid #eaeaea;
				padding: 2px 20px 2px 0px;
				}
				.xtt_one_line_reserv{
				height: 50px;
				font: 13px 'Open Sans', sans-serif;
				display: table-cell;
				vertical-align: middle;
				color: #545454;
				}
			.xtt_one_line_right:hover{
			background: #f0f5f3;
			}
				.color_y .xtt_one_line_right:hover{
				background: #f4f4f4;
				}
				.color_b .xtt_one_line_right:hover{
				background: #2a2a2a;
				}
				.color_r .xtt_one_line_right:hover{
				background: #f0f3f7;
				}			
			.xtt_one_line_right:hover .xtt_one_line_name, 
			.xtt_one_line_right:hover .xtt_one_line_curs,
			.xtt_one_line_right:hover .xtt_one_line_reserv{
			color: #00c063;
			}
				.color_y .xtt_one_line_right:hover .xtt_one_line_name,
				.color_y .xtt_one_line_right:hover .xtt_one_line_curs,
				.color_y .xtt_one_line_right:hover .xtt_one_line_reserv{
				color: #545454;
				}
				.color_b .xtt_one_line_right:hover .xtt_one_line_name,
				.color_b .xtt_one_line_right:hover .xtt_one_line_curs,
				.color_b .xtt_one_line_right:hover .xtt_one_line_reserv{
				color: #fff;
				}
				.color_r .xtt_one_line_right:hover .xtt_one_line_name,
				.color_r .xtt_one_line_right:hover .xtt_one_line_curs,
				.color_r .xtt_one_line_right:hover .xtt_one_line_reserv{
				color: #eb5255;
				}			
			.xtt_one_line_rez{
			cursor: pointer;
			position: absolute;
			float: none;
			top: 50%;
			right: 20px;
			width: 22px;
			height: 22px;
			background: url(images/rez.png) no-repeat center center;
			margin: -11px 0 0 0;
			}
				.color_y .xtt_one_line_rez{
				background: url(images/rez_y.png) no-repeat center center;
				}
				.color_b .xtt_one_line_rez{
				background: url(images/rez_b.png) no-repeat center center;
				}
				.color_r .xtt_one_line_rez{
				background: url(images/rez_r.png) no-repeat center center;
				}			
				.rtl_body .xtt_one_line_rez{
				right: auto;
				left: 20px;
				}				
				.xtt_one_line_rez:hover{
				opacity: 0.6;
				}
				.xtt_one_line_rez_ins{
				display: none;
				}			
		.xtt_line_tab, .xtt4_line_tab{
		display: none;
		}
			.xtt_line_tab.active, .xtt4_line_tab.active{
			display: block;
			}	
/* end type table 1 */

/* type table 4 */
		.xtt4_left_col_icon{
		float: left;
		width: 290px;
		}
			.rtl_body .xtt4_left_col_icon{
			float: right;	
			}
		.xtt4_right_col_icon{
		float: right;
		width: 655px;
		}
			.rtl_body .xtt4_right_col_icon{
			float: left;	
			}
		.xtt4_left_col_title{
		float: left;
		width: 290px;
		border-radius: 3px 3px 0 0;
		font: 700 14px 'Open Sans', sans-serif;
		color: #252927;
		padding: 15px 0px;
		background: #f0f5f3; 
		border: none;
		text-transform: uppercase;		
		}
			.rtl_body .xtt4_left_col_title{
			float: right;	
			}
			.color_y .xtt4_left_col_title{
			background: #eeeeee;
			color: #252927;
			}
			.color_b .xtt4_left_col_title{
			background: #ffffff;
			color: #0090e4;
			}
			.color_r .xtt4_left_col_title{
			background: #2d3e50;
			color: #fff;
			}			
			.xtt4_table_title1{
			padding: 0 20px;
			}
		.xtt4_right_col_title{
		float: right;
		width: 655px;
		border-radius: 3px 3px 0 0;
		font: 700 14px 'Open Sans', sans-serif;
		color: #252927;
		padding: 15px 0px;
		background: #f0f5f3; 
		border: none;
		text-transform: uppercase;		
		}
			.rtl_body .xtt4_right_col_title{
			float: left;	
			}
			.color_y .xtt4_right_col_title{
			background: #eeeeee;
			color: #252927;
			}
			.color_b .xtt4_right_col_title{
			background: #ffffff;
			color: #0090e4;
			}
			.color_r .xtt4_right_col_title{
			background: #2d3e50;
			color: #fff;
			}			
			.xtt4_table_title2{
			float: left;
			width: 270px;
			padding: 0 0px 0 20px;
			}
				.rtl_body .xtt4_table_title2{
				float: right;	
				padding: 0 20px 0 0px;
				}
			.xtt4_table_title3{
			float: left;
			width: 184px;
			padding: 0 0px 0 20px;
			}
				.rtl_body .xtt4_table_title3{
				float: right;
				padding: 0 20px 0 0px;
				}
			.xtt4_table_title4{
			float: right;
			width: 140px;
			padding: 0 0px 0 20px;
			}
				.rtl_body .xtt4_table_title4{
				float: left;
				padding: 0 20px 0 0px;
				}				
	.xtt4_left_col_table{
	float: left;
	width: 290px;		
	}
		.rtl_body .xtt4_left_col_table{
		float: right;	
		}
		.xtt4_one_line_left{
		position: relative;
		padding: 2px 20px 2px 10px;
		background: #fff;
		border-top: 1px solid #eaeaea;
		cursor: pointer;
		}
			.rtl_body .xtt4_one_line_left{
			padding: 2px 10px 2px 20px;	
			}
			.xtt4_one_line_ico_left{
			float: left;
			width: 50px;
			margin: 0 10px 0 0;
			}
				.rtl_body .xtt4_one_line_ico_left{
				float: right;
				margin: 0 0px 0 10px;
				}
				.xtt4_change_ico{
				width: 50px;
				height: 50px;
				}
			.xtt4_one_line_name_left{
			float: left;
			width: 175px;
			}
				.rtl_body .xtt4_one_line_name_left{
				float: right;	
				}
				.xtt4_one_line_name{
				height: 50px;
				font: 13px 'Open Sans', sans-serif;
				display: table-cell;
				vertical-align: middle;
				color: #545454;
				}
			.xtt4_one_line_left:hover, .js_item_left.active .xtt4_one_line_left{
			background: #f0f5f3;
			}
				.color_y .xtt4_one_line_left:hover,
				.color_y .js_item_left.active .xtt4_one_line_left{
				background: #f4f4f4;
				}
				.color_b .xtt4_one_line_left:hover,
				.color_b .js_item_left.active .xtt4_one_line_left{
				background: #2a2a2a;
				}
				.color_r .xtt4_one_line_left:hover,
				.color_r .js_item_left.active .xtt4_one_line_left{
				background: #f0f3f7;
				}			
			.js_item_left.active .xtt4_one_line_name, 
			.xtt4_one_line_left:hover .xtt4_one_line_name			
			{
			color: #00c063;
			}	
				.color_y .js_item_left.active .xtt4_one_line_name,
				.color_y .js_item_left.active .xtt4_one_line_curs,
				.color_y .xtt_one_line_left:hover .xtt4_one_line_name,
				.color_y .xtt_one_line_left:hover .xtt4_one_line_curs{
				color: #545454;
				}
				.color_b .js_item_left.active .xtt4_one_line_name,
				.color_b .xtt_one_line_left:hover .xtt4_one_line_name{
				color: #fff;
				}
				.color_r .js_item_left.active .xtt4_one_line_name,
				.color_r .xtt_one_line_left:hover .xtt4_one_line_name{
				color: #eb5255;
				}
	.xtt4_right_col_table{
	float: right;
	width: 655px;		
	}
		.rtl_body .xtt4_right_col_table{
		float: left;	
		}
		.xtt4_one_line_right{
		display: block;
		text-decoration: none;
		position: relative;
		padding: 2px 20px 2px 10px;
		background: #fff;
		border-top: 1px solid #eaeaea;
		cursor: pointer;
		}			
			.rtl_body .xtt4_one_line_right{
			padding: 2px 10px 2px 20px;	
			}
			.xtt4_one_line_ico_right{
			float: left;
			width: 50px;
			margin: 0 10px 0 0;
			}
				.rtl_body .xtt4_one_line_ico_right{
				float: right;
				margin: 0 0px 0 10px;
				}
			.xtt4_one_line_name_right{
			float: left;
			width: 220px;
			}
				.rtl_body .xtt4_one_line_name_right{
				float: right;	
				}	
			.xtt4_one_line_curs_right{
			float: left;
			width: 179px;
			margin: -2px 0;
			padding: 2px 0px 2px 20px;
			border-left: 1px solid #eaeaea;
			}
				.rtl_body .xtt4_one_line_curs_right{
				float: right;	
				border-left: none;
				border-right: 1px solid #eaeaea;
				padding: 2px 20px 2px 0px;
				}
					.xtt4_one_line_curs{
					height: 50px;
					font: 600 13px 'Open Sans', sans-serif;
					display: table-cell;
					vertical-align: middle;
					color: #545454;
					}				
			.xtt4_one_line_reserv_right{
			float: right;
			width: 120px;
			margin: -2px 0;
			padding: 2px 0px 2px 20px;
			border-left: 1px solid #eaeaea;
			}
				.rtl_body .xtt4_one_line_reserv_right{
				float: left;
				border-left: none;
				border-right: 1px solid #eaeaea;
				padding: 2px 20px 2px 0px;
				}
				.xtt4_one_line_reserv{
				height: 50px;
				font: 13px 'Open Sans', sans-serif;
				display: table-cell;
				vertical-align: middle;
				color: #545454;
				}
			.xtt4_one_line_right:hover{
			background: #f0f5f3;
			}
				.color_y .xtt4_one_line_right:hover{
				background: #f4f4f4;
				}
				.color_b .xtt4_one_line_right:hover{
				background: #2a2a2a;
				}
				.color_r .xtt4_one_line_right:hover{
				background: #f0f3f7;
				}			
			.xtt4_one_line_right:hover .xtt4_one_line_name, 
			.xtt4_one_line_right:hover .xtt4_one_line_curs,
			.xtt4_one_line_right:hover .xtt4_one_line_reserv{
			color: #00c063;
			}
				.color_y .xtt4_one_line_right:hover .xtt4_one_line_name,
				.color_y .xtt4_one_line_right:hover .xtt4_one_line_curs,
				.color_y .xtt4_one_line_right:hover .xtt4_one_line_reserv{
				color: #545454;
				}
				.color_b .xtt4_one_line_right:hover .xtt4_one_line_name,
				.color_b .xtt4_one_line_right:hover .xtt4_one_line_curs,
				.color_b .xtt4_one_line_right:hover .xtt4_one_line_reserv{
				color: #fff;
				}
				.color_r .xtt4_one_line_right:hover .xtt4_one_line_name,
				.color_r .xtt4_one_line_right:hover .xtt4_one_line_curs,
				.color_r .xtt4_one_line_right:hover .xtt4_one_line_reserv{
				color: #eb5255;
				}			
			.xtt4_one_line_rez{
			cursor: pointer;
			position: absolute;
			float: none;
			top: 50%;
			right: 20px;
			width: 22px;
			height: 22px;
			background: url(images/rez.png) no-repeat center center;
			margin: -11px 0 0 0;
			}
				.color_y .xtt4_one_line_rez{
				background: url(images/rez_y.png) no-repeat center center;
				}
				.color_b .xtt4_one_line_rez{
				background: url(images/rez_b.png) no-repeat center center;
				}
				.color_r .xtt4_one_line_rez{
				background: url(images/rez_r.png) no-repeat center center;
				}			
				.rtl_body .xtt4_one_line_rez{
				right: auto;
				left: 20px;
				}				
				.xtt4_one_line_rez:hover{
				opacity: 0.6;
				}
				.xtt4_one_line_rez_ins{
				display: none;
				}		
/* end type table 4 */

/* type table 2 */
.xchange_type_plitka{
padding: 0 0 30px;	
}
	.xtp_icon_wrap{
	padding: 0 0 10px 0;
	}
		.xtp_left_col_icon{
		float: left;
		width: 465px;
		}
			.rtl_body .xtp_left_col_icon{
			float: right;	
			}	
		.xtp_right_col_icon{
		float: right;
		width: 465px;
		}
			.rtl_body .xtp_right_col_icon{
			float: left;	
			}
	.xtp_table_wrap{
	border-radius: 3px;
	background: #fff;
	padding: 30px;
	}
		.color_y .xtp_table_wrap{
		background: #eeeeee;
		}
		.color_b .xtp_table_wrap{
		background: #fff;
		border: 1px solid #ebebeb;
		}
		.color_r .xtp_table_wrap{
		background: #fff;
		}
	.xtp_left_col_table{
	float: left;
	width: 435px;
	}
		.rtl_body .xtp_left_col_table{
		float: right;	
		}
	.xtp_right_col_table{
	float: right;
	width: 435px;	
	}
		.rtl_body .xtp_right_col_table{
		float: left;	
		}
	.xtp_col_table_top{
	margin: 0 0 20px 0;
	}
		.xtp_table_title{
		font: 700 14px 'Open Sans', sans-serif;
		color: #000;
		text-transform: uppercase;
		margin: 0 0 15px 0;
		}
			.xtp_item{
			float: left;
			padding: 2px;
			width: 50px;
			height: 50px;
			margin: 0 15px 15px 0;
			border-radius: 3px;
			border: 1px solid #edf1ef;
			cursor: pointer;
			-webkit-transition: all 0.3s linear;
				-moz-transition: all 0.3s linear;
					-o-transition: all 0.3s linear;
						transition: all 0.3s linear;			
			}
				.rtl_body .xtp_item{
				float: right;	
				margin: 0 0px 15px 15px;
				}
				.xtp_item.active{
				box-shadow: 0 0 5px #858c97;
				}
				.xtp_item.not{
				opacity: 0.3;
				}
				.xtp_item_ico{
				width: 50px;
				height: 50px;
				}
	.xtp_col_table_body{
	margin: 0 0 20px 0;
	}	
		.xtp_curs_wrap{
		position: relative;
		padding: 0 125px 0 0;
		margin: 0 0 20px 0;
		height: 50px;
		}
			.rtl_body .xtp_curs_wrap{
			padding: 0 0px 0 125px;	
			}
			.xtp_input_wrap input{
			font: 20px/50px 'Open Sans', sans-serif;
			padding: 0 20px 0 20px;
			height: 50px;
			width: 100%;
			}
			.xtp_select_wrap{
			position: absolute;
			float: none;
			top: 0px;
			right: 0px;
			width: 120px;
			height: 50px;
			}
				.rtl_body .xtp_select_wrap{
				right: auto;
				left: 0px;				
				}
				.xtp_select_wrap select{
				width: 100%;
				height: 50px;
				}
		.xtp_commis_wrap{
		position: relative;
		margin: 0 0 20px 0;
		}
			.xtp_commis_text{
			float: left;
			height: 50px;
			font: 13px/50px 'Open Sans', sans-serif;
			}
				.rtl_body .xtp_commis_text{
				float: right;	
				}
			.xtp_commis_wrap input{
			float: left;
			margin: 0 10px 0 0;
			font: 20px/50px 'Open Sans', sans-serif;
			padding: 0 20px 0 20px;
			height: 50px;
			width: 160px;
			} 
				.rtl_body .xtp_commis_wrap input{
				float: right;
				margin: 0 0px 0 10px;
				}
		.xtp_line{
		padding: 0 0 10px 0;
		font: 13px 'Open Sans', sans-serif;
		}
			.xtp_line span{
			font-weight: 600;
			}
			a.xtp_link{
			color: #858c97;
			text-decoration: none;
			border-bottom: 1px dotted #858c97;
			}
				a:hover.xtp_link{
				color: #858c97;
				border-bottom: none;
				}
		.xtp_html_wrap{
		position: relative;
		}
			.xtp_html_abs{
			display: none;
			position: absolute;
			z-index: 5;
			float: none;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			background: #fff url(images/ajax-big-loader.gif) no-repeat center center;
			opacity: 0.6;
			}				
/* end type table 2 */

/* type table 3 */
.xchange_type_list{
padding: 0 0 30px 0;	
}
	.xtl_table_wrap{
	border-radius: 3px;
	background: #fff;
	padding: 30px;
	}
		.color_y .xtl_table_wrap{
		background: #eeeeee;
		}
		.color_b .xtl_table_wrap{
		background: #fff;
		border: 1px solid #ebebeb;
		}
		.color_r .xtl_table_wrap{
		background: #fff;
		}	
		.xtl_html_wrap{
		position: relative;
		}
			.xtl_html_abs{
			display: none;
			position: absolute;
			z-index: 5;
			float: none;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			background: #fff url(images/ajax-big-loader.gif) no-repeat center center;
			opacity: 0.6;
			}
		.xtl_table_top{
		margin: 0 0 20px 0;
		}		
			.xtl_table_title{
			font: 700 14px 'Open Sans', sans-serif;
			color: #000;
			text-transform: uppercase;	
			}
			.xtl_left_col{
			float: left;
			width: 314px;
			position: relative;
			padding: 0 0 0 100px;
			}
				.rtl_body .xtl_left_col{
				float: right;
				padding: 0 100px 0 0px;
				}	
			.xtl_center_col{
			float: left;
			width: 67px;
			padding: 8px 0 0 2px;
			}
				.rtl_body .xtl_center_col{
				float: right;	
				padding: 8px 2px 0 0px;	
				}
				a.xtl_change{
				display: block;
				width: 36px;
				height: 35px;
				margin: 0 auto;
				background: url(images/xtl_change.png) no-repeat center center;
				}
					a.xtl_change:hover{
					opacity: 0.8;
					}				
			.xtl_right_col{
			float: right;
			width: 314px;	
			position: relative;
			padding: 0 100px 0 0;
			}
				.rtl_body .xtl_right_col{
				float: left;	
				padding: 0 0 0 100px;
				}
				.xtl_ico_wrap{
				position: absolute;
				top: -12px;
				float: none;
				width: 70px;
				height: 70px;
				border-radius: 70px;
				border: 3px solid #edf1ef;
				background: #fff;
				}
					.xtl_left_col .xtl_ico_wrap{
					left: 0;
					}
						.rtl_body .xtl_left_col .xtl_ico_wrap{
						left: auto;	
						right: 0;
						}
					.xtl_right_col .xtl_ico_wrap{
					right: 0;
					}
						.rtl_body .xtl_right_col .xtl_ico_wrap{
						right: auto;
						left: 0;
						}
					.xtl_ico{
					position: absolute;
					width: 50px;
					height: 50px;
					top: 10px;
					left: 10px;
					}
				.xtl_select_wrap{
				margin: 0 0 20px 0;
				}
					.xtl_select_wrap select{
					width: 100%;
					height: 50px;
					}
		.xtl_table_body{
		margin: 0 0 20px 0;
		}
		.xtl_input_wrap{
		margin: 0 0 20px 0;
		}
			.xtl_input_wrap input{
			font: 20px/50px 'Open Sans', sans-serif;
			padding: 0 20px 0 20px;
			height: 50px;
			width: 100%;
			}
		.xtl_commis_wrap{
		position: relative;
		margin: 0 0 20px 0;
		}
			.xtl_commis_text{
			float: left;
			height: 50px;
			font: 13px/50px 'Open Sans', sans-serif;
			}
				.rtl_body .xtl_commis_text{
				float: right;	
				}
			.xtl_commis_wrap input{
			float: left;
			margin: 0 10px 0 0;
			font: 20px/50px 'Open Sans', sans-serif;
			padding: 0 20px 0 20px;
			height: 50px;
			width: 160px;
			}	
				.rtl_body .xtl_commis_wrap input{
				float: right;
				margin: 0 0px 0 10px;
				}
		.xtl_line{
		padding: 0 0 10px 0;
		font: 13px 'Open Sans', sans-serif;
		}
			.xtl_line span{
			font-weight: 600;
			}		
			a.xtl_link{
			font: 13px 'Open Sans', sans-serif;
			color: #858c97;
			text-decoration: none;
			border-bottom: 1px dotted #858c97;
			}
				a:hover.xtl_link{
				color: #858c97;
				border-bottom: none;
				}
		a.xtl_submit, a.xtp_submit{
		display: block;
		text-decoration: none;
		background: #00c063;
		border-radius: 3px;
		height: 50px;
		width: 300px;
		margin: 0 auto;
		-webkit-transition: all 0.3s linear;
			-moz-transition: all 0.3s linear;
				-o-transition: all 0.3s linear;
					transition: all 0.3s linear; 
		box-sizing: border-box;
			-moz-box-sizing: border-box; 
				-webkit-box-sizing: border-box;
		color: #fff;
		font: 600 14px/50px 'Open Sans', sans-serif;	
		cursor: pointer;
		text-transform: uppercase;
		text-align: center;
		}
			.color_y a.xtl_submit, .color_y a.xtp_submit{
			border: 1px solid #ffe033;
			background: #ffe033;
			color: #2a2a2a;
			}
			.color_b a.xtl_submit, .color_b a.xtp_submit{
			border: 1px solid #0090e4;
			background: #0090e4;
			color: #fff;
			}
			.color_r a.xtl_submit, .color_r a.xtp_submit{
			border: 1px solid #eb5255;
			background: #eb5255;
			color: #fff;
			}
			a.xtl_submit:hover, a.xtp_submit:hover{
			background: #02944d;
			}
				.color_y a.xtl_submit:hover, .color_y a.xtp_submit:hover{
				border: 1px solid #3d383f;
				background: #3d383f;
				color: #fff;		
				}
				.color_b a.xtl_submit:hover, .color_b a.xtp_submit:hover{
				border: 1px solid #2a2a2a;
				background: #2a2a2a;
				color: #fff;
				}
				.color_r a.xtl_submit:hover, .color_r a.xtp_submit:hover{
				border: 1px solid #2d3e50;
				background: #2d3e50;
				color: #fff;
				}			
			a.xtl_submit.active, a.xtp_submit.active{
			background: #ccc;
			cursor: default;
			}		
/* end type table 3 */

/* hexch */
.hexch_ajax_wrap{
position: relative;
width: 960px;
margin: 0 auto;
}
	.hexch_ajax_wrap_abs{
	display: none;
	position: absolute;
	z-index: 5;
	float: none;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff url(images/ajax-big-loader.gif) no-repeat center center;
	opacity: 0.6;					
	}
.hexch_message_wrap, .notice_message, .notverify_message{
margin: 0 0 30px;	
padding: 15px 30px 15px 30px;
border-radius: 3px;
border-bottom: 3px solid #cacfcd;
background: #fff;
}
	.color_y .hexch_message_wrap, .color_y .notice_message, .color_y .notverify_message{
	border-bottom: none;
	background: #3d383f;
	color: #c4c4c4;
	}
	.color_b .hexch_message_wrap, .color_b .notice_message, .color_b .notverify_message{
	border-bottom: none;
	background: #f8f8f6;
	}
	.color_r .hexch_message_wrap, .color_r .notice_message, .color_r .notverify_message{
	border-bottom: none;
	background: #2d3e50;
	color: #c4c4c4;
	}
	.hexch_message, .notice_message_ins{
	padding: 0px 0px 0px 80px;	
	background: url(images/notice_message.png) no-repeat 0px 0px;	
	}
		.color_y .hexch_message, .color_y .notice_message_ins{
		background: url(images/notice_message_y.png) no-repeat 0px 0px;
		}
		.color_b .hexch_message, .color_b .notice_message_ins{
		background: url(images/notice_message_b.png) no-repeat 0px 0px;
		}
		.color_r .hexch_message, .color_r .notice_message_ins{
		background: url(images/notice_message_r.png) no-repeat 0px 0px;
		}	
		.rtl_body .hexch_message, .rtl_body .notice_message_ins{
		background-position: right 0px!important;
		padding: 0px 80px 0px 0px;
		}
		.hexch_message_title, .notice_message_title{
		color: #2a2a2a;
		font: 600 14px 'Open Sans', sans-serif;
		text-transform: uppercase;	
		margin: 0 0 10px 0;
		}
			.color_y .hexch_message_title, .color_y .notice_message_title{
			color: #fff;
			}
			.color_b .hexch_message_title, .color_b .notice_message_title{
			color: #2a2a2a;
			}
			.color_r .hexch_message_title, .color_r .notice_message_title{
			color: #fff;
			}
.hexch_div{ 
width: 960px;
padding: 0 0 30px;
margin: 0 auto;
}
	.hexch_div_ins{
	border-radius: 3px;
	background: #fff;
	padding: 30px 0 10px;
	border-bottom: 3px solid #d3d9d6;	
	}
		.color_y .hexch_div_ins{
		background: #eeeeee;
		border-bottom: none;
		}
		.color_b .hexch_div_ins{
		background: #fff;
		border: 1px solid #ebebeb;
		}
		.color_r .hexch_div_ins{
		background: #fff;
		border-bottom: none;
		}
		.hexch_left{
		margin: 0 0 0 20px;
		float: left;
		width: 430px;
		}
			.rtl_body .hexch_left{
			margin: 0 20px 0 0px;
			float: right;				
			}
		.hexch_right{
		float: left;
		width: 430px;
		margin: 0 0 0 20px;
		}
			.rtl_body .hexch_right{
			margin: 0 20px 0 0px;
			float: right;				
			}
		.hexch_pers{
		float: left;
		margin: 0 0 0 20px;
		width: 430px;
		padding: 20px 0 10px 0;		
		}
			.rtl_body .hexch_pers{
			margin: 0 20px 0 0px;
			float: right;				
			}		
			.hexch_title, .hexch_pers_title{
			color: #2a2a2a;
			font: 600 14px 'Open Sans', sans-serif;
			text-transform: uppercase;	
			margin: 0 0 15px 120px;			
			}	
				.rtl_body .hexch_title, .rtl_body .hexch_pers_title{
				margin: 0 120px 15px 0;	
				}
			.hexch_txt_line{
			height: 50px;
			display: table-cell;
			vertical-align: middle; 
			font: 600 13px/14px 'Open Sans', sans-serif;
			padding: 0 0 20px 120px;
			}
				.rtl_body .hexch_txt_line{
				padding: 0 120px 20px 0px;	
				}
				.hexch_txt_line p{ padding: 3px 0; }	
		.hexch_curs_line, .hexch_pers_line{
		position: relative;
		margin: 0 0 20px 0;
		}
			.hexch_curs_line .check_purse_line{
			padding: 20px 0 0px 120px;
			}	
				.rtl_body .hexch_curs_line .check_purse_line{
				padding: 20px 120px 0px 0px;	
				}
			.hexch_comis_line{
			color: #858c97;
			font: 13px/16px 'Open Sans', sans-serif;
			padding: 0 0 20px 120px;
			}
				.rtl_body .hexch_comis_line{
				padding: 0 120px 20px 0px;	
				}
			.hexch_curs_label, .hexch_pers_label{
			float: left;
			width: 100px;
			height: 50px;
			text-align: right;
			}
				.rtl_body .hexch_curs_label, .rtl_body .hexch_pers_label{
				float: right;
				text-align: left;
				}
			.hexch_curs_label_ins, .hexch_pers_label_ins{
 			height: 50px;
			display: table-cell;
			width: 100px;
			font: 600 13px/14px 'Open Sans', sans-serif;
			vertical-align: middle; 
			}
			.hexch_curs_input, .hexch_pers_input{
			position: relative;
			float: right;
			width: 310px;
			}
				.rtl_body .hexch_curs_input, .rtl_body .hexch_pers_input{
				float: left;
				}
				.hexch_curs_input input, .hexch_pers_input input{
				font: 16px/50px 'Open Sans', sans-serif;
				height: 50px;
				width: 100%;
				}	
				.hexch_curs_input select, .hexch_pers_input select{
				height: 50px;
				width: 100%;				
				}				
	.hexch_checkdata_div{
	padding: 0 0 15px 370px;
	}		
		.rtl_body .hexch_checkdata_div{
		padding: 0 370px 15px 0px;	
		}
	input.hexch_submit{
	display: block;
	height: 50px;
	width: 300px;
	margin: 0 auto 20px;
	font: 600 14px/50px 'Open Sans', sans-serif;	
	text-align: center;
	}				
/* end hexch */

/* xchange */
.exch_ajax_wrap, .exchange_status_html{
position: relative;
min-height: 50px;					
}
	.exch_ajax_wrap_abs, .exchange_status_abs{
	display: none;
	position: absolute;
	z-index: 5;
	float: none;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff url(images/ajax-big-loader.gif) no-repeat center center;
	opacity: 0.6;					
	}
.warning_message{
border-radius: 3px;
border: 3px solid #787f8a;
padding: 25px 30px 10px;
margin: 0 0 30px 0;
background: #e4eae7;
}
	.warning_message_title{
	color: #2a2a2a;
	font: 600 14px 'Open Sans', sans-serif;
	text-transform: uppercase;
	margin: 0 0 15px 0;
	}
	.warning_message_text p{
	padding: 0 0 15px 0;
	}
.xchange_div{
border-radius: 3px;
background: #fff;
padding: 0 0 10px 0;
margin: 0 0 30px 0;
}
	.color_y .xchange_div{
	background: #eeeeee;
	}
	.color_b .xchange_div{
	background: #fff;
	border: 1px solid #ebebeb;
	}
	.color_r .xchange_div{
	background: #fff;
	}	
	.xchange_data_title, .xchange_pers_title{
	color: #252927;
	font: 600 14px 'Open Sans', sans-serif;
	text-transform: uppercase;
	border-radius: 3px 3px 0 0;
	padding: 15px 30px;
	background: #f0f5f3;	
	}
		.color_y .xchange_data_title, .color_y .xchange_pers_title{
		color: #fff;
		background: #3d383f;
		}
		.color_b .xchange_data_title, .color_b .xchange_pers_title{
		color: #252927;
		background: #f8f8f6;
		}
		.color_r .xchange_data_title, .color_r .xchange_pers_title{
		color: #fff;
		background: #2d3e50;
		}	
		.xchange_data_title.otd span{
		position: relative;
		padding: 4px 40px 4px 0;
		background: url(images/right-arr.png) no-repeat right center;
		}
			.rtl_body .xchange_data_title.otd span{
			padding: 4px 0px 4px 40px;
			background: url(images/right-arr.png) no-repeat left center;	
			}
		.xchange_data_title.pol span{
		position: relative;
		padding: 4px 40px 4px 0;
		background: url(images/left-arr.png) no-repeat right center;
		}
			.rtl_body .xchange_data_title.pol span{
			padding: 4px 0px 4px 40px;
			background: url(images/left-arr.png) no-repeat left center;	
			}
	.xchange_data_div{
	padding: 20px 30px 20px;
	}
	.xchange_pers_div{
	width: 340px;
	padding: 20px 30px 0 30px;
	}	
		.xchange_data_left{
		width: 340px;
		float: left;
		}
			.rtl_body .xchange_data_left{
			float: right;	
			}			
		.xchange_data_right{
		float: right;
		width: 240px;
		}
			.rtl_body .xchange_data_right{
			float: left;	
			}
			.xchange_info_line{
			height: 50px;
			font: 600 13px 'Open Sans', sans-serif;
			}
				.xchange_data_right .xchange_info_line{
				text-align: right;
				}
					.rtl_body .xchange_data_right .xchange_info_line{
					text-align: left;	
					}			
			.xchange_sum_line{
			height: 50px;
			position: relative;
			margin: 0 0 20px 0;
			padding: 0 0 0 100px;
			}
				.rtl_body .xchange_sum_line{
				padding: 0 100px 0 0px;	
				}	
				.xchange_sum_label{
				position: absolute;
				float: none;
				top: 0;
				left: 0;
				width: 80px;
				height: 50px;
				font: 600 13px/50px 'Open Sans', sans-serif;
				text-align: right;
				}
					.rtl_body .xchange_sum_label{
					left: auto;
					right: 0;
					text-align: left;
					}
				.xchange_sum_input{
				position: relative;
				}
					.xchange_sum_input input{
					width: 100%;
					height: 50px;
					font: 16px/50px 'Open Sans', sans-serif;
					}
				.xchange_select{
				margin: 0 0 20px 0;
				height: 50px;
				}
					.xchange_select select{
					width: 100%;
					height: 50px;
					}
				.xchange_sumandcom{
				min-height: 50px;
				color: #858c97;
				font: 13px/16px 'Open Sans', sans-serif;
				margin: 0 0 20px 0;
				}
				.xchange_curs_line, .xchange_pers_line{
				margin: 0 0 20px 0;
				}
					.xchange_curs_label, .xchange_pers_label{
					padding: 0 0 5px 0;
					font: 600 13px 'Open Sans', sans-serif;
					}
					.xchange_curs_input, .xchange_pers_input{
					position: relative;
					}
						.xchange_curs_input input, .xchange_pers_input input{
						font: 16px/50px 'Open Sans', sans-serif;
						height: 50px;
						width: 100%;
						}			
						.xchange_curs_input select, .xchange_pers_input select{
						height: 50px;
						width: 100%;					
						}
				.xchange_curs_line .check_purse_line{
				padding: 20px 0 0px 0;
				}				
	.xchange_checkdata_div{
	padding: 0 0 15px 230px;
	}	
		.rtl_body .xchange_checkdata_div{
		padding: 0 230px 15px 0px;	
		}
	.xchange_submit_div{
	padding: 10px 0 20px;
	text-align: center;
	}
		input.xchange_submit{
		display: block;
		height: 50px;
		width: 300px;
		margin: 0 auto;
		font: 600 14px/50px 'Open Sans', sans-serif;	
		text-align: center;		
		}		
/* end xchange */	

/* all exchange */
.ajax_post_bids_res{
margin: 0 30px;
}			
.span_skidka{
color: #e46066;
}
.js_amount{
cursor: pointer;	
}
.info_window{
display: none;
z-index: 1;
position: absolute;
top: 55px;
float: none;
left: 0px;
color: #fff;
font: 12px/14px 'Open Sans', sans-serif;
background: #6ed3a2;
padding: 15px 20px;
border-radius: 3px;
border-right: 2px solid #d7dbd9;
border-bottom: 2px solid #d7dbd9;
}
	.color_y .info_window{
	color: #545454;
	background: #fffae0;	
	}
	.color_b .info_window{
	color: #545454;
	background: #d9e5ec;
	}
	.color_r .info_window{
	color: #ffffff;
	background: #abc1d6;
	}
	.js_window_wrap.showed .info_window{
	display: block;
	}				
		.info_window_abs{
		position: absolute;
		top: -4px;
		float: none;
		left: 36px;
		background: url(images/ug.png) no-repeat;
		width: 16px;
		height: 5px;
		}
		.color_y .info_window_abs{
		background: url(images/ug_y.png) no-repeat;	
		}
		.color_b .info_window_abs{
		background: url(images/ug_b.png) no-repeat;	
		}
		.color_r .info_window_abs{
		background: url(images/ug_r.png) no-repeat;	
		}		
		.rtl_body .info_window_abs{
		left: auto;
		right: 36px;
		}				
.js_wrap_error{
position: relative;
}
	.js_error{
	display: none;
	position: absolute;
	float: none;
	color: #e46066;
	font: 600 11px/50px 'Open Sans', sans-serif;
	top: 0;
	height: 50px;
	left: 360px;				
	}
		.rtl_body .js_error{
		right: 360px;
		left: 0;
		}
	.js_wrap_error_br .js_error
	{
	top: 51px;
	left: 0;
	width: 240px;
	height: auto;
	font: 600 10px 'Open Sans', sans-serif;
	}
		.rtl_body .js_wrap_error_br .js_error{
		left: auto;	
		right: 0;
		}
		.js_wrap_error.error .js_error{
		display: block;
		}
			.js_wrap_error.error input{
			border: 1px solid #e46066;
			}
.js_purse_link{
z-index: 2;
position: absolute;
float: none;
top: 50%;
left: 15px;
margin: -8px 0 0 0;
width: 16px;
height: 16px;
cursor: pointer;
background: url(images/purse.png) no-repeat center center;
}
	.js_purse_link_ins{
	position: relative;
	width: 16px;
	height: 16px;
	}
		.js_purse_ul{
		position: absolute;
		float: none;
		top: 0;
		left: 0px;
		width: 250px;
		background: #fff;		
		box-shadow: 0 0 5px #9fa3a1;
		display: none; 
		}
			.js_purse_line{
			padding: 5px 10px;
			border-bottom: 1px solid #dedede;
			} 		
				input.js_purse_input{
				padding-left: 40px;
				}			
/* end all exchange */

/* step 1 */
.block_xchangedata{
border-radius: 3px;
background: #fff;
padding: 0 0 5px 0;
margin: 0 0 30px 0;
} 
	.color_y .block_xchangedata{
	background: #eeeeee;
	}
	.color_b .block_xchangedata{
	background: #fff;
	border: 1px solid #ebebeb;
	}
	.color_r .block_xchangedata{
	background: #fff;
	}
	.block_submitbutton{
	padding: 10px 0 20px;
	text-align: center;
	}
	.block_checked_rule{
	padding: 0px 0px 20px 160px;
	}
		.rtl_body .block_checked_rule{
		padding: 0px 160px 20px 0px;	
		}
	.block_rule_info{
	color: #ff0000;
	padding: 10px 0 10px;
	text-align: center;	
	}
	.block_warning{
	padding: 20px 30px 20px 30px;
	background: #f0f5f3;	
	}
		.color_y .block_warning{
		background: #fff;	
		}	
		.block_warning_ins{
		padding: 0 0 0 70px;
		background: url(images/block_warning.png) no-repeat 0px 0px;		
		}
			.rtl_body .block_warning_ins{
			padding: 0 70px 0 0px;	
			background: url(images/block_warning.png) no-repeat right 0px;
			}
		.block_warning_title{
		color: #252927;
		font: 600 14px 'Open Sans', sans-serif;
		text-transform: uppercase;	
		margin: 0 0 15px 0;
		}
	.block_xchdata, .block_persdata{
	padding: 0;
	}
		.block_xchdata_title, .block_persdata_title{
		color: #252927;
		font: 600 14px 'Open Sans', sans-serif;
		text-transform: uppercase;
		border-radius: 3px 3px 0 0;
		padding: 20px 30px;
		margin: 0 0 15px 0;
		background: #f0f5f3;	
		}
			.color_y .block_xchdata_title, .color_y .block_persdata_title{
			color: #fff;
			background: #3d383f;
			}
			.color_b .block_xchdata_title, .color_b .block_persdata_title{
			color: #252927;
			background: #f8f8f6;
			}
			.color_r .block_xchdata_title, .color_r .block_persdata_title{
			color: #fff;
			background: #2d3e50;
			}		
			.block_xchdata_title.give span{
			position: relative;
			padding: 4px 40px 4px 0;
			background: url(images/right-arr.png) no-repeat right center;
			}
				.rtl_body .block_xchdata_title.give span{
				padding: 4px 0px 4px 40px;
				background: url(images/right-arr.png) no-repeat 0 center;	
				}
			.block_xchdata_title.get span{
			position: relative;
			padding: 4px 40px 4px 0;
			background: url(images/left-arr.png) no-repeat right center;
			}	
				.rtl_body .block_xchdata_title.get span{
				padding: 4px 0px 4px 40px;
				background: url(images/left-arr.png) no-repeat 0 center;					
				}
		.block_xchdata_comm{
		padding: 0px 30px 15px;
		color: #858c97;
		}
		.block_persdata_info{
		padding: 10px 30px 10px;
		}
			.block_persdata_info span{
			font-weight: 600;
			}
			.block_persdata_info p{
			padding: 5px 0;
			}
		.block_xchdata_info{
		padding: 0 30px 15px;
		}
			.block_xchdata_info_left{
			float: left;
			width: 340px;
			}
				.block_xchdata_line{
				padding: 4px 0;
				}
					.block_xchdata_line span{ font-weight: 600; }
			.block_xchdata_info_right{
			float: right;
			}
				.block_xchdata_ico{
				float: left;
				width: 50px;
				height: 50px;
				margin: 0 10px 0 0;
				}
				.block_xchdata_text{
				float: left;
				height: 50px;
				font: 14px/50px 'Open Sans', sans-serif;
				}			
/* end step 1 */

/* bid status */
.block_statusbids{
border-radius: 3px;
background: #fff;
margin: 0 0 30px 0;
}
	.color_y .block_statusbids{
	background: #eeeeee;
	}
	.color_b .block_statusbids{
	background: #fff;
	border: 1px solid #ebebeb;
	}
	.color_r .block_statusbids{
	background: #fff;
	}
	.block_statusbid_title{
	color: #252927;
	font: 600 14px 'Open Sans', sans-serif;
	text-transform: uppercase;
	border-radius: 3px 3px 0 0;
	padding: 15px 30px;
	background: #f0f5f3;
	}
		.color_y .block_statusbid_title{
		color: #fff;
		background: #3d383f;
		}
		.color_b .block_statusbid_title{
		color: #252927;
		background: #f8f8f6;
		}
		.color_r .block_statusbid_title{
		color: #fff;
		background: #2d3e50;
		}
	.block_status{
	background: #f0f5f3;
	padding: 20px 30px;
	}
		.color_y .block_status{
		background: #fff;	
		}
		.block_status_time{
		padding: 0 0 10px 0;
		}
			.block_status_time span{
			font-weight: 600;
			}
		span.block_status_text_info{
		font-weight: 600;
		}
	.block_payinfo{
	padding: 20px 30px;
	}
		.block_payinfo_line{
		padding: 5px 0;
		}
			.block_payinfo_line span{
			font-weight: 600;
			}
		.block_instruction{
		margin: 0 0 10px 0;
		}	
			.block_instruction p{
			padding: 0 0 10px 0;
			}
	.block_change_browse{
	text-align: center;
	padding: 20px 0;
	color: #ff0000;
	}
	.block_warning_merch{
	color: #252927;
	padding: 15px 30px;
	background: #f0f5f3;
	}	
		.block_paybutton_merch{
		padding: 20px 0;
		}
		.not_vaccaunt_now{
		font-weight: 600;
		}
	.block_smsbutton{
	padding: 20px 30px;	
	border-top: 1px solid #f0f5f3;
	}
		.block_smsbutton_label{
		padding: 0 0 8px 0;
		font-weight: 600;
		}
			.block_smsbutton_action input[type=text]{
			float: left;
			width: 120px;
			text-align: center;
			}
				.rtl_body .block_smsbutton_action input[type=text]{
				float: right;	
				}
			.block_smsbutton_action input[type=submit]{
			float: left;
			margin: 0 0 0 20px;
			}
				.rtl_body .block_smsbutton_action input[type=submit]{
				float: right;
				margin: 0 20px 0 0px;
				}			
	.block_check_payment{
	height: 20px;
	position: relative;
	overflow: hidden;
	margin: 0 30px 20px;
	background: #79808b;
	}
		.block_check_payment_ins{
		position: absolute;
		float: none;
		top: 0;
		left: 0;
		width: 0px;
		height: 100%;
		background: #00c063;
		}
		.block_check_payment_abs{
		position: absolute;
		float: none;
		top: 0;
		left: 0;
		color: #fff;
		text-align: center;
		font: 600 13px/20px 'Open Sans', sans-serif;
		width: 100%;
		height: 100%;
		z-index: 1;
		}		
	.block_paybutton{
	padding: 20px 30px;
	}
		a.cancel_paybutton{
		float: left;
		display: block;
		text-decoration: none;
		background: #79808b;
		border-radius: 3px;
		height: 40px;
		width: 220px;
		margin: 0 auto;
		-webkit-transition: all 0.3s linear;
			-moz-transition: all 0.3s linear;
				-o-transition: all 0.3s linear;
					transition: all 0.3s linear; 
		box-sizing: border-box;
			-moz-box-sizing: border-box; 
				-webkit-box-sizing: border-box;
		color: #fff;
		font: 600 14px/40px 'Open Sans', sans-serif;	
		cursor: pointer;
		text-transform: uppercase;
		text-align: center;	
		}
			.rtl_body a.cancel_paybutton{
			float: right;	
			}	
			a.cancel_paybutton:hover{
			background: #61666e;
			}
		a.success_paybutton{
		float: right;
		display: block;
		text-decoration: none;
		background: #00c063;
		border-radius: 3px;
		height: 40px;
		width: 220px;
		margin: 0 auto;
		-webkit-transition: all 0.3s linear;
			-moz-transition: all 0.3s linear;
				-o-transition: all 0.3s linear;
					transition: all 0.3s linear; 
		box-sizing: border-box;
			-moz-box-sizing: border-box; 
				-webkit-box-sizing: border-box;
		color: #fff;
		font: 600 14px/40px 'Open Sans', sans-serif;	
		cursor: pointer;
		text-transform: uppercase;
		text-align: center;	
		}
			.color_y a.success_paybutton{
			border: 1px solid #ffe033;
			background: #ffe033;
			color: #2a2a2a;
			}
			.color_b a.success_paybutton{
			border: 1px solid #0090e4;
			background: #0090e4;
			color: #fff;
			}
			.color_r a.success_paybutton{
			border: 1px solid #eb5255;
			background: #eb5255;
			color: #fff;
			}
			.rtl_body a.success_paybutton{
			float: left;	
			}			
				a.success_paybutton:hover{
				background: #02944d;
				}
				.color_y a.success_paybutton:hover{
				border: 1px solid #3d383f;
				background: #3d383f;
				color: #fff;		
				}
				.color_b a.success_paybutton:hover{
				border: 1px solid #2a2a2a;
				background: #2a2a2a;
				color: #fff;
				}
				.color_r a.success_paybutton:hover{
				border: 1px solid #2d3e50;
				background: #2d3e50;
				color: #fff;
				}				
		a.merch_paybutton{
		display: block;
		text-decoration: none;
		background: #252927;
		border-radius: 3px;
		height: 40px;
		width: 220px;
		margin: 0 auto;
		-webkit-transition: all 0.3s linear;
			-moz-transition: all 0.3s linear;
				-o-transition: all 0.3s linear;
					transition: all 0.3s linear; 
		box-sizing: border-box;
			-moz-box-sizing: border-box; 
				-webkit-box-sizing: border-box;
		color: #fff;
		font: 600 14px/40px 'Open Sans', sans-serif;	
		cursor: pointer;
		text-transform: uppercase;
		text-align: center;
		}		
			a.merch_paybutton:hover{
			background: #000;
			}	
/* end bid status */

/* sidebar */
.sidebar{
float: right;
width: 260px;
}
	.rtl_body .sidebar{
	float: left;	
	}
/* end sidebar */

.widget{
margin: 0 0 20px 0;
padding: 0 0px 10px;
background: #fff;
border-radius: 3px;
}
	.color_y .widget{
	background: #eeeeee;
	}
	.color_b .widget{
	background: #fff;
	border: 1px solid #ebebeb;
	}
	.color_r .widget{
	background: #fff;
	}
	.widget_title{
	padding: 15px 20px;
	font: 700 14px 'Open Sans', sans-serif;
	color: #252927;
	background: #f0f5f3;
	text-transform: uppercase;
	border-radius: 3px 3px 0 0;
	}
		.color_y .widget_title{
		background: #3d383f;
		color: #fff;
		}
		.color_b .widget_title{
		background: #f8f8f6;
		}
		.color_r .widget_title{
		background: #2d3e50;
		color: #fff;
		}
		.textwidget{
		padding: 15px 20px;
		}

/* news widget */
.widget_news_div{
padding: 0 20px 20px;	
background: #fff;
border-radius: 3px;	
}
	.color_y .widget_news_div{
	background: #eeeeee;
	}
	.color_b .widget_news_div{
	background: #fff;
	border: 1px solid #ebebeb;
	}
	.color_r .widget_news_div{
	background: #fff;
	}
	.widget_news_div .widget_title{
	padding: 15px 20px;
	margin: 0 -20px 15px;
	font: 700 14px 'Open Sans', sans-serif;
	color: #252927;
	background: #f0f5f3;
	text-transform: uppercase;
	border-radius: 3px 3px 0 0;
	}
		.color_y .widget_news_div .widget_title{
		background: #3d383f;
		color: #fff;
		}
		.color_b .widget_news_div .widget_title{
		background: #f8f8f6;
		}
		.color_r .widget_news_div .widget_title{
		background: #2d3e50;
		color: #fff;
		}	
	.widget_news_line{
	margin: 0 0 20px 0;
	}
		.widget_news_date{
		float: left;
		padding: 4px 15px;
		border-radius: 25px;
		color: #fff;
		background: #858c97;
		margin: 0 0 7px 0;		
		}
		.rtl_body .widget_news_date{
		float: right;	
		}
			.color_y .widget_news_date{
			background: #ffffff;
			color: #858c97;
			}
			.color_b .widget_news_date{
			background: #d9e5ec;
			color: #858c97;
			}
			.color_r .widget_news_date{
			background: #e4ebf5;
			color: #858c97;
			}		
		.widget_news_content{
		font: 600 13px 'Open Sans', sans-serif;
		}
			.widget_news_content a{
			text-decoration: none;
			}
			.widget_news_content a:hover{
			text-decoration: underline;
			}			
		.widget_news_more a{
		font: italic 12px 'Open Sans', sans-serif;
		text-decoration: none;
		}
			.widget_news_more a:hover{
			text-decoration: underline;
			}		
/* end news widget */

/* lchange */
.widget_lchange_div{
margin: 0 0 20px 0;
padding: 0px 20px 10px;	
background: #fff;
border-radius: 3px;	
}
	.color_y .widget_lchange_div{
	background: #eeeeee;
	}
	.color_b .widget_lchange_div{
	background: #fff;
	border: 1px solid #ebebeb;
	}
	.color_r .widget_lchange_div{
	background: #fff;
	}
	.widget_lchange_div .widget_title{
	padding: 15px 20px;
	margin: 0 -20px 15px;
	font: 700 14px 'Open Sans', sans-serif;
	color: #252927;
	background: #f0f5f3; 
	text-transform: uppercase;
	border-radius: 3px 3px 0 0;	
	}
		.color_y .widget_lchange_div .widget_title{
		background: #3d383f;
		color: #fff;
		}
		.color_b .widget_lchange_div .widget_title{
		background: #f8f8f6;
		}
		.color_r .widget_lchange_div .widget_title{
		background: #2d3e50;
		color: #fff;
		}	
	.widget_lchange_html{
	position: relative;	
	}
		.widget_lchange_abs{
		display: none;
		position: absolute;
		z-index: 5;
		float: none;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: #fff url(images/ajax-big-loader.gif) no-repeat center center;
		opacity: 0.6;			
		}
			.widget_lchange_abs.active{
			display: block;	
			}
		.widget_lchange_noitem{
		padding: 0 0 10px 0;	
		}
		.widget_lchange_line{
		padding: 0 0 10px 0;	
		}
		.widget_lchange_date{
		font: 600 13px 'Open Sans', sans-serif;
		margin: 0 0 10px 0;
		}
			.widget_lchange_why{
			float: left;
			width: 84px;
			}
				.rtl_body .widget_lchange_why{
				float: right;	
				}
			.widget_lchange_ico{
			border-radius: 4px;
			border: 1px solid #f0f5f3;
			width: 50px;
			height: 50px;
			}
				.widget_lchange_txt{
				font: 13px 'Open Sans', sans-serif;
				padding: 6px 0 0 5px;
				}
					.rtl_body .widget_lchange_txt{
					padding: 6px 5px 0 0;	
					}
			.widget_lchange_arr{
			float: left;
			width: 50px;
			height: 50px;
			background: url(images/harr.png) no-repeat 0 center;
			} 
				.rtl_body .widget_lchange_arr{
				float: right;
				background: url(images/harr_l.png) no-repeat right center;
				}
/* end lchange */

/* stats widget */
.widget_stats_div{
padding: 0 20px 1px;	
background: #fff;
border-radius: 3px;	
}
	.color_y .widget_stats_div{
	background: #eeeeee;
	}
	.color_b .widget_stats_div{
	background: #fff;
	border: 1px solid #ebebeb;
	}
	.color_r .widget_stats_div{
	background: #fff;
	}
	.widget_stats_div .widget_title{
	padding: 15px 20px;
	margin: 0 -20px 0px;
	font: 700 14px 'Open Sans', sans-serif;
	color: #252927;
	background: #f0f5f3;
	text-transform: uppercase;
	border-radius: 3px 3px 0 0;
	}
		.color_y .widget_stats_div .widget_title{
		background: #3d383f;
		color: #fff;
		}
		.color_b .widget_stats_div .widget_title{
		background: #f8f8f6;
		}
		.color_r .widget_stats_div .widget_title{
		background: #2d3e50;
		color: #fff;
		}	
	.widget_stats_line{
	padding: 10px 0px;
	border-bottom: 1px solid #eaeaea;
	}
		.widget_stats_line span{
		font-weight: 600;	
		}		
/* end stats widget */

/* cbr widget */
.widget_cbr_div{
margin: 0 0 20px 0;
background: #fff;
border-radius: 3px;	
}
	.color_y .widget_cbr_div{
	background: #eeeeee;
	}
	.color_b .widget_cbr_div{
	background: #fff;
	border: 1px solid #ebebeb;
	}
	.color_r .widget_cbr_div{
	background: #fff;
	}
	.widget_cbr_div_title{
	padding: 15px 20px;
	font: 700 14px 'Open Sans', sans-serif;
	color: #252927;
	background: #f0f5f3;
	text-transform: uppercase;
	border-radius: 3px 3px 0 0;
	}
		.color_y .widget_cbr_div_title{
		background: #3d383f;
		color: #fff;
		}
		.color_b .widget_cbr_div_title{
		background: #f8f8f6;
		}
		.color_r .widget_cbr_div_title{
		background: #2d3e50;
		color: #fff;
		}	
		.cbr_update{
		padding: 10px 20px;
		font: 600 13px 'Open Sans', sans-serif;
		}
		.widget_cbr_line{
		border-bottom: 1px solid #eaeaea;
		padding: 10px 10px 10px 20px;
		}
			.rtl_body .widget_cbr_line{
			padding: 10px 20px 10px 10px;	
			}	
			.widget_cbr_left{
			float: left;
			width: 100px;
			}
				.rtl_body .widget_cbr_left{
				float: right;	
				}	
				.widget_cbr_title{
				font: 600 13px 'Open Sans', sans-serif;
				padding: 2px 0 2px 0;
				}
				.widget_cbr_birg{
				font: 600 10px 'Open Sans', sans-serif;
				color: #858c97;
				}
			.widget_cbr_curs{
			float: left;
			width: 100px;
			padding: 0 0 0 20px;
			}
				.rtl_body .widget_cbr_curs{
				float: right;
				padding: 0 20px 0 0px;
				}	
				.widget_cbr_curs.up{
				background: url(images/up.png) no-repeat 0 center;
				}
				.widget_cbr_curs.down{
				background: url(images/down.png) no-repeat 0 center;
				}
				.widget_cbr_onecurs{
				padding: 2px 0;
				}
/* end cbr widget */

/* userverify widget */
.userverify_widget{
margin: 0 0 20px 0;
padding: 0 0px 10px;
background: #fff;
border-radius: 3px;
}
	.color_y .userverify_widget{
	background: #eeeeee;
	}
	.color_b .userverify_widget{
	background: #fff;
	border: 1px solid #ebebeb;
	}
	.color_r .userverify_widget{
	background: #fff;
	}
	.userverify_widget_title{
	padding: 15px 20px;
	font: 700 14px 'Open Sans', sans-serif;
	color: #252927;
	background: #f0f5f3;
	text-transform: uppercase;
	border-radius: 3px 3px 0 0;
	}
		.color_y .userverify_widget_title{
		background: #3d383f;
		color: #fff;
		}
		.color_b .userverify_widget_title{
		background: #f8f8f6;
		}
		.color_r .userverify_widget_title{
		background: #2d3e50;
		color: #fff;
		}	
	.account_verify{
	background: url(images/no_verify.png) no-repeat 0 2px;
	padding: 0 0 0 25px;
	font: 13px 'Open Sans', sans-serif;
	color: #f27e66;
	}
		.userverify_widget_body{
		padding: 10px 20px 5px;	
		}
		.account_verify.true{
		color: #6cbd51;
		background: url(images/ok_verify.png) no-repeat 0 1px;
		}
		.needverifylink{
		padding: 15px 0 0px 0;
		text-align: center;
		}	
/* end userverify widget */

/* reserv widget */
.widget_reserv_div{
margin: 0 0 20px 0;
background: #fff;
border-radius: 3px;	
}
	.color_y .widget_reserv_div{
	background: #eeeeee;
	}
	.color_b .widget_reserv_div{
	background: #fff;
	border: 1px solid #ebebeb;
	}
	.color_r .widget_reserv_div{
	background: #fff;
	}
	.widget_reserv_div_title{
	padding: 15px 20px;
	font: 700 14px 'Open Sans', sans-serif;
	color: #252927;
	background: #f0f5f3;
	border: none;
	text-transform: uppercase;
	border-radius: 3px 3px 0 0;	
	}
		.color_y .widget_reserv_div_title{
		background: #3d383f;
		color: #fff;
		}
		.color_b .widget_reserv_div_title{
		background: #f8f8f6;
		}
		.color_r .widget_reserv_div_title{
		background: #2d3e50;
		color: #fff;
		}	
		.widget_reserv_line{
		border-bottom: 1px solid #eaeaea;
		padding: 4px 10px 4px 15px;
		}
			.rtl_body .widget_reserv_line{
			padding: 4px 15px 4px 10px;	
			}
			.widget_reserv_ico{
			float: left;
			width: 50px;
			height: 50px;
			border-radius: 4px;
			border: 1px solid #f0f5f3;			
			}
				.rtl_body .widget_reserv_ico{
				float: right;	
				}
			.widget_reserv_block{
			float: right;
			width: 170px;
			color: #545454;
			font: 14px 'Open Sans', sans-serif;
			padding: 5px 0 0 0;
			}
				.rtl_body .widget_reserv_block{
				float: left;	
				}
				.widget_reserv_title{
				font: 600 14px 'Open Sans', sans-serif;
				margin: 0 0 1px 0;
				}	
				.widget_reserv_sum{
				color: #858c97;
				}
			.widget_reserv_filters{
			padding: 10px 0 1px 15px;
			border-bottom: 1px solid #eaeaea;
			}
				.rtl_body .widget_reserv_filters{
				padding: 10px 15px 1px 0px;
				}
				.widget_reserv_filter{
				float: left;
				padding: 2px 10px;
				background: #ffffff;
				border-radius: 30px;
				border: 1px solid #ddd;
				color: #858c97;
				font: 11px 'Open Sans', sans-serif;
				margin: 0 5px 5px 0;
				cursor: pointer;
				position: relative;					
				}
					.rtl_body .widget_reserv_filter{
					float: right;	
					margin: 0 0px 5px 5px;
					}
					.color_y .widget_reserv_filter{
					background: #ffffff;
					border: 1px solid #ffffff;
					color: #858c97;
					}
					.color_b .widget_reserv_filter{
					background: #d9e5ec;
					border: 1px solid #d9e5ec;
					color: #858c97;
					}
					.color_r .widget_reserv_filter{
					background: #ffffff;
					border: 1px solid #ffffff;
					color: #858c97;
					}				
					.widget_reserv_filter.current{
					background: #858c97;
					border: 1px solid #858c97;
					color: #fff;	
					}
						.color_y .widget_reserv_filter.current{
						background: #ffe033;
						border: 1px solid #ffe033;
						color: #2a2a2a;
						}
						.color_b .widget_reserv_filter.current{
						background: #0090e4;
						border: 1px solid #0090e4;
						color: #fff;
						}
						.color_r .widget_reserv_filter.current{
						background: #eb5255;
						border: 1px solid #eb5255;
						color: #fff;
						}					
/* end reserv widget */

/* reviews widget */
.widget_reviews_div{
padding: 0 20px 20px;	
background: #fff;
border-radius: 3px;
}
	.color_y .widget_reviews_div{
	background: #eeeeee;
	}
	.color_b .widget_reviews_div{
	background: #fff;
	border: 1px solid #ebebeb;
	}
	.color_r .widget_reviews_div{
	background: #fff;
	}
	.widget_reviews_div .widget_title{
	padding: 15px 20px;
	margin: 0 -20px 15px;
	font: 700 14px 'Open Sans', sans-serif;
	color: #252927;
	background: #f0f5f3; 
	text-transform: uppercase;
	border-radius: 3px 3px 0 0;
	}
		.color_y .widget_reviews_div .widget_title{
		background: #3d383f;
		color: #fff;
		}
		.color_b .widget_reviews_div .widget_title{
		background: #f8f8f6;
		}
		.color_r .widget_reviews_div .widget_title{
		background: #2d3e50;
		color: #fff;
		}
	.widget_reviews_line{
	margin: 0 0 20px 0;
	}
		.widget_reviews_author{
		float: left;
		font: 600 14px 'Open Sans', sans-serif;
		margin: 0 3px 10px 0;		
		}
		.widget_reviews_date{
		float: left;
		font: 600 12px 'Open Sans', sans-serif;
		margin: 2px 0 10px 0;		
		}
		.widget_reviews_content{
		font: italic 14px 'Open Sans', sans-serif;
		word-wrap: break-word; 
		word-break: break-all;
		}
		.widget_reviews_more a{
		font: italic 12px 'Open Sans', sans-serif;
		text-decoration: none;
		}
			.widget_reviews_more a:hover{
			text-decoration: underline;
			}		
/* end reviews widget */

/* register widget */
.user_widget, .register_widget, .login_widget, .checkstatus_widget{
margin: 0 0 30px 0;
padding: 15px 20px;
background: #fff;
border-radius: 3px;
}
	.color_y .user_widget, .color_y .register_widget, .color_y .login_widget, .color_y .checkstatus_widget{
	background: #eeeeee;
	}
	.color_b .user_widget, .color_b .register_widget, .color_b .login_widget, .color_b .checkstatus_widget{
	background: #fff;
	border: 1px solid #ebebeb;
	}
	.color_r .user_widget, .color_r .register_widget, .color_r .login_widget, .color_r .checkstatus_widget{
	background: #fff;
	}
	.user_widget_title, .register_widget_title, .login_widget_title, .checkstatus_widget_title{
	padding: 15px 20px;
	margin: -15px -20px 15px;
	font: 700 14px 'Open Sans', sans-serif;
	color: #252927;
	background: #f0f5f3;
	text-transform: uppercase;
	border-radius: 3px 3px 0 0;	
	}
		.color_y .user_widget_title, .color_y .register_widget_title, .color_y .login_widget_title, .color_y .checkstatus_widget_title{
		background: #3d383f;
		color: #fff;
		}
		.color_b .user_widget_title, .color_b .register_widget_title, .color_b .login_widget_title, .color_b .checkstatus_widget_title{
		background: #f8f8f6;
		}
		.color_r .user_widget_title, .color_r .register_widget_title, .color_r .login_widget_title, .color_r .checkstatus_widget_title{
		background: #2d3e50;
		color: #fff;
		}	
		.widget_reg_label, .widget_log_label, .widget_checkstatus_label {
		margin: 0;
		padding: 0 0 3px;
		font: 600 13px 'Open Sans', sans-serif;
		color: #252927;
		}	
		.widget_reg_line, .widget_log_line, .widget_checkstatus_line {
		padding: 0 0 10px;
		}	
		.widget_reg_line_subm input, .widget_log_line_subm input, .widget_checkstatus_line_subm input {
		display: block;
		margin: 0 auto;
		}
		input.widget_reg_input, input.widget_log_input, input.widget_checkstatus_input {
		width: 100%;
		box-sizing: border-box;
		-moz-box-sizing: border-box; 
		-webkit-box-sizing: border-box;
		}
/* end register widget */

/* login widget */	
.widget_log_line_text{
padding: 0 0 15px 0;
}
	.login_widget_subm_left{
	float: left;
	width: 49%;
	font: italic 12px 'Open Sans', sans-serif;
	}
	.login_widget_subm_right{
	float: right;
	text-align: right;
	width: 49%;		
	font: italic 12px 'Open Sans', sans-serif;
	}
/* end login widget */

/* user widget */
.uswidin{
margin: 0 0 15px 0;
font: 600 13px 'Open Sans', sans-serif;
}
	.uswidinleft{
	float: left;
	width: 50%;
	}
		.rtl_body .uswidinleft{
		float: right;	
		}
	.uswidinright{
	float: right;
	width: 50%;	
	text-align: right;
	}
		.rtl_body .uswidinright{
		float: left;
		text-align: left;
		}
.user_widget_body ul{
margin: 0 0 15px 0;
}
	.user_widget_body ul li{
	display: block;
	padding: 0 0 5px 0;
	}
		.user_widget_body ul li a{
		font: italic 13px 'Open Sans', sans-serif;
		text-decoration: none;
		}
			.user_widget_body ul li a:hover{
			text-decoration: underline;
			}
			.user_widget_body ul li.current a{
			color: #34d386;
			text-decoration: none;
			cursor: default;
			}
				.color_y .user_widget_body ul li.current a{
				color: #2a2a2a;
				}
				.color_b .user_widget_body ul li.current a{
				color: #0090e4;
				}
				.color_r .user_widget_body ul li.current a{
				color: #eb5255;
				}			
		a.exit_link{
		display: block;
		border: 1px solid #858c97;
		background: #858c97;
		border-radius: 3px;
		height: 38px;
		padding: 0 25px;
		-webkit-transition: all 0.3s linear;
			-moz-transition: all 0.3s linear;
				-o-transition: all 0.3s linear;
					transition: all 0.3s linear; 
		box-sizing: border-box;
			-moz-box-sizing: border-box; 
				-webkit-box-sizing: border-box;
		color: #fff;
		font: 600 13px/38px 'Open Sans', sans-serif;
		cursor: pointer;
		text-align: center;
		text-decoration: none;
		text-transform: uppercase;
		}
			.color_y a.exit_link{
			color: #2a2a2a;
			border: 1px solid #ffe033;
			background: #ffe033;
			}
			.color_b a.exit_link{
			color: #fff;
			border: 1px solid #0090e4;
			background: #0090e4;				
			}
			.color_r a.exit_link{
			color: #fff;
			border: 1px solid #eb5255;
			background: #eb5255;				
			}		
			a.exit_link:hover{
			background: #686c73;
			border: 1px solid #686c73;
			text-decoration: none;
			}
				.color_y a.exit_link:hover{
				color: #fff;
				background: #3d383f;
				border: 1px solid #3d383f;
				}
				.color_b a.exit_link:hover{
				color: #fff;
				background: #2a2a2a;
				border: 1px solid #2a2a2a;
				}
				.color_r a.exit_link:hover{
				color: #fff;
				background: #2d3e50;
				border: 1px solid #2d3e50;
				}			
/* end user widget */

/* pagenavi */
.pagenavi{ 
padding: 0px 0 0 0; 
margin: 0 0 20px 0;
text-align:center; 
font: 13px 'Open Sans', sans-serif;
}
.pagenavi span, .pagenavi a{
margin: 0 2px;
position: relative; 
padding: 6px 13px; 
border-radius: 3px;
}
.pagenavi span{
background: #858c97;
color: #fff;
}
	.color_y .pagenavi span{
	color: #3d383f;
	background: #ffe033;	
	}
	.color_b .pagenavi span{
	color: #fff;	
	background: #0090e4;	
	}
	.color_r .pagenavi span{
	color: #fff;
	background: #eb5255;	
	}
.pagenavi a{
text-decoration:none;
color: #545454;
background: #fff;
}
	.color_y  .pagenavi a{
	color: #fff;
	background: #3d383f;	
	}
	.color_b .pagenavi a{
	color: #2a2a2a;	
	background: #f8f8f6;	
	}
	.color_r .pagenavi a{
	color: #fff;
	background: #2d3e50;	
	}
.pagenavi a:hover{
color: #545454;
background: #fff;
text-decoration: none;
}
	.color_y  .pagenavi a:hover{
	color: #fff;
	background: #3d383f;	
	}
	.color_b .pagenavi a:hover{
	color: #2a2a2a;	
	background: #f8f8f6;	
	}
	.color_r .pagenavi a:hover{
	color: #fff;
	background: #2d3e50;	
	}
/* end pagenavi */

/* footer */
.footer_wrap{
background: #252927 url(images/foot.png);
width: 100%;
min-width: 1000px;
font: 12px 'Open Sans', sans-serif;
}
	.color_y .footer_wrap {
	background: #2a2a2a;		
	}
	.color_b .footer_wrap {
	background: #2a2a2a;		
	}
	.color_r .footer_wrap {
	background: #2d3e50;
	}
	.footer{
	width: 960px;
	margin: 0 auto;
	padding: 40px 0;
	}	
		.footer_left{
		float: left;
		padding: 10px 0px 0 0;
		width: 350px;
		}
			.rtl_body .footer_left{
			float: right;	
			}
			.copyright{
			width: 300px;	
			padding: 0 0 20px 0;
			color: #858c97;
			}			
				.copyright a{
				color: #858c97;	
				}
					.color_y .copyright, .color_y .copyright a{
					color: #c4c4c4;		
					}
					.color_b .copyright, .color_b .copyright a{
					color: #c4c4c4;		
					}
					.color_r .copyright, .color_r .copyright a{
					color: #c4c4c4;		
					}				
			.footer_menu{
			width: 340px;
			}
			.footer_menu li{
			float: left;
			margin: 0 15px 0 0;
			font: italic 12px 'Open Sans', sans-serif;
			}
				.rtl_body .footer_menu li{
				float: right;
				margin: 0 0 0 15px;
				}	
				.footer_menu li a{
				color: #fff;
				text-decoration: none;
				}
					.color_y .footer_menu li a{
					color: #e4eae7;		
					}
					.color_b .footer_menu li a{
					color: #e4eae7;		
					}
					.color_r .footer_menu li a{
					color: #e4eae7;		
					}				
					.footer_menu li a:hover{
					text-decoration: underline;
					}				
		.footer_center{
		float: left;
		width: 350px;
		}		
			.rtl_body .footer_center{
			float: right;	
			}
			.footer_soc img{
			margin: 0 15px 0 0;
			-webkit-transition: all 0.3s linear;
				-moz-transition: all 0.3s linear;
					-o-transition: all 0.3s linear;
						transition: all 0.3s linear;		
			}
				.rtl_body .footer_soc img{
				margin: 0 0px 0 15px;	
				}
				.footer_soc img:hover{
				opacity: 0.7;
				}
			.mobile_link{
			padding: 9px 0 0 0;
			text-align: center;
			}
				.mobile_link a{
				float: left;
				color: #fff;
				font: italic 12px/30px 'Open Sans', sans-serif;
				text-decoration: none;
				padding: 0 0 0 35px;
				background: url(images/mobile.png) no-repeat 0 center;
				}
					.color_y .mobile_link a{
					background: url(images/mobile_y.png) no-repeat 0 center;
					color: #e4eae7;
					}
					.color_b .mobile_link a{
					color: #e4eae7;		
					}
					.color_r .mobile_link a{
					color: #e4eae7;		
					}					
					.rtl_body .mobile_link a{
					float: right;	
					padding: 0 35px 0 0;
					background-position: right center;
					}
					.mobile_link a:hover{
					text-decoration: underline;
					}
		.footer_right{
		float: right;
		width: 250px;
		padding: 10px 0 0 0;
		}		
			.rtl_body .footer_right{
			float: left;	
			}
			.footer_phone{
			color: #fff;
			height: 27px;
			background: url(images/phone.png) no-repeat left center;
			padding: 0 0 0 40px;
			margin: 0 0 15px 0;
			font: 600 18px/27px 'Open Sans', sans-serif;
			}
				.color_y .footer_phone{
				background: url(images/phone_y.png) no-repeat left center;	
				}
				.rtl_body .footer_phone{
				background-position: right center;
				padding: 0 40px 0 0px;				
				}
				.footer_phone a{
				color: #fff;
				}
			.footer_timetable{
			color: #858c97;
			}
				.footer_timetable a{
				color: #858c97;
				}
					.color_y .footer_timetable, .color_y .footer_timetable a{
					color: #c4c4c4;		
					}
					.color_b .footer_timetable, .color_b .footer_timetable a{
					color: #c4c4c4;		
					}
					.color_r .footer_timetable, .color_r .footer_timetable a{
					color: #c4c4c4;		
					}				
/* end footer */

/* select */
.select_js{
position: relative;
cursor: pointer;
}
	.select_js_title{
	background: #f0f5f3;
	border-radius: 3px;
	height: 50px;
	box-sizing: border-box;
		-moz-box-sizing: border-box; 
			-webkit-box-sizing: border-box;
	color: #545454;
	overflow: hidden;
	position: relative;
	}
		.color_y .select_js_title{
		background: #ffffff;		
		}
		.color_b .select_js_title{
		background: #ffffff;	
		border: 1px solid #ebebeb;		
		}
		.color_r .select_js_title{
		background: #f0f3f7;		
		}	
		.select_js.open .select_js_title{
		background: #f0f5f3;
		}
			.color_y .select_js.open .select_js_title{
			background: #f7f7f7;	
			}
			.color_b .select_js.open .select_js_title{
			background: #f8f8f6;	
			}
			.color_r .select_js.open .select_js_title{
			background: #e4ebf5;	
			}		
		.select_js_abs{
		background: url(images/jsel.png) no-repeat center center;
		position: absolute;
		float: none;
		top: 0;
		right: 20px;
		height: 100%;
		width: 12px;
		}
			.select_js_ulli .select_js_abs{
			display: none;
			}
			.color_y .select_js_abs{
			background: url(images/jsel_y.png) no-repeat center center;	
			}
			.color_b .select_js_abs{
			background: url(images/jsel_b.png) no-repeat center center;	
			}
			.color_r .select_js_abs{
			background: url(images/jsel_r.png) no-repeat center center;		
			}		
			.rtl_body .select_js_abs{
			right: auto;
			left: 20px;
			}
		.select_js_title_ins{
		padding: 0 30px 0 20px;
		font: 18px/50px 'Open Sans', sans-serif;
		}
			.rtl_body .select_js_title_ins{
			padding: 0 20px 0 30px;				
			}
			.iselect_js .select_js_title_ins{
			padding: 0 30px 0 70px;
			}
				.rtl_body .iselect_js .select_js_title_ins{
				padding: 0 70px 0 30px;	
				}
			.iselect_js .select_ico{
			position: absolute;
			float: none;
			top: 0;
			left: 10px;
			width: 50px;
			height: 100%;
			}
				.rtl_body .iselect_js .select_ico{
				left: auto;
				right: 10px;
				}
		.select_js_ul{
		display: none;
		position: absolute;
		z-index: 30;
		float: none;
		top: 50px;
		background: #fafafa;
		border: 1px solid #dfe0e0;
		width: 100%;
		min-width: 100px;
		box-sizing: border-box;
			-moz-box-sizing: border-box; 
				-webkit-box-sizing: border-box;	
		border-radius: 0 0 3px 3px;
		max-height: 200px;
		overflow-y: auto;		
		}
			.color_y .select_js_ul{
			background: #ffffff;
			border: 1px solid #ffffff;	
			}
			.color_b .select_js_ul{
			background: #ffffff;
			border: 1px solid #ebebeb;	
			}
			.color_r .select_js_ul{
			background: #f0f3f7;
			border: 1px solid #f0f3f7;	
			}		
		.select_js_ulli{
		position: relative;	
		overflow: hidden;
		padding: 8px 20px;
		font: 13px 'Open Sans', sans-serif;
		border-bottom: 1px solid #dfe0e0;
		box-sizing: border-box;
			-moz-box-sizing: border-box; 
				-webkit-box-sizing: border-box;		
		}
			.color_y .select_js_ulli{
			border-bottom: 1px solid #ffffff;	
			}
			.color_b .select_js_ulli{
			border-bottom: 1px solid #ebebeb;	
			}
			.color_r .select_js_ulli{
			border-bottom: 1px solid #f0f3f7;	
			}		
			.iselect_js .select_js_ulli{
			padding: 0 10px 0 70px;
			height: 50px;
			font: 18px/50px 'Open Sans', sans-serif;
			}
				.rtl_body .iselect_js .select_js_ulli{
				padding: 0 70px 0 10px;	
				}
			.select_js_ulli:hover, .select_js_ulli.active{
			background: #848b96;
			color: #fff;
			}
				.color_y .select_js_ulli:hover, .color_y .select_js_ulli.active{
				background: #f4f4f4;
				color: #545454;	
				}
				.color_b .select_js_ulli:hover, .color_b .select_js_ulli.active{
				background: #d9e5ec;
				color: #545454;	
				}
				.color_r .select_js_ulli:hover, .color_r .select_js_ulli.active{
				background: #e4ebf5;
				color: #545454;		
				}					
/* end select */

/* reserv window */
.standart_shadow{
position: fixed;
float: none;
top: 0;
left: 0;
z-index: 999998;
width: 100%;
height: 100%;
background: #000;
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
-moz-opacity: 0.7; 
-khtml-opacity: 0.7;
opacity: 0.7;
}
.standart_window{  
position: fixed;
float: none;
width: 100%;
max-width: 400px;
top: 100px;
left: 0px;
z-index: 999999;
}
	.standart_windowins{
	position: relative;
	width: 360px;
	margin: 0 auto;
    padding: 0px 20px 20px;
    box-shadow: 0 0 10px #000;
    background: #fff;	
	border-radius: 3px;
	}
		.color_y .standart_windowins{
		background: #eeeeee;
		}
		.color_b .standart_windowins{
		background: #fff;
		}
		.color_r .standart_windowins{
		background: #fff;
		}		
    .standart_window_close{
	position: absolute;
	float: none;
	width: 20px;
	height: 20px;
	cursor: pointer;
	background: url(images/close.png) no-repeat center center;
	top: 15px;
	right: 15px;
	}	
		.rtl_body .standart_window_close{
		left: 15px;
		right: auto;
		}
	.standart_window_title{
	font: 700 14px 'Open Sans', sans-serif;
	color: #252927;
	margin: 0 -20px 20px;
	padding: 15px 40px 15px 20px;
	background: #f0f5f3; 
	border: none;
	text-transform: uppercase;
	border-radius: 3px 3px 0 0;		
	}
		.color_y .standart_window_title{
		background: #3d383f;
		color: #fff;
		}
		.color_b .standart_window_title{
		background: #f8f8f6;
		}
		.color_r .standart_window_title{
		background: #2d3e50;
		color: #fff;
		}	
		.rtl_body  .standart_window_title{
		padding: 15px 20px 15px 40px;	
		}
	.rb_line{
	padding: 5px 0;
	}
/* end reserv window */

/* tooltips */
.form_field_line.has_tooltip .form_field_ins, .ustbl_line.has_tooltip{
position: relative;	
}
	.has_tooltip .form_field_label_ins, .has_tooltip .usve_label{
	position: relative;	
	padding: 0 20px 0 0px;
	}
		.rtl_body .has_tooltip .form_field_label_ins, .rtl_body .has_tooltip .usve_label{
		padding: 0 0px 0 20px;	
		}	
	.has_tooltip .field_tooltip_label{
	position: absolute;
	float: none;
	display: block;
	width: 16px;
	height: 16px;
	top: 1px;
	right: 0;
	cursor: help;
	background: url(images/question.png) no-repeat right center;
	}
		.rtl_body .has_tooltip .field_tooltip_label{
		right: auto;
		left: 0;
		}		
.field_tooltip_div{
display: none;
z-index: 1;	
position: absolute;	
float: none;
top: 100%;
left: 0;
width: 300px;
max-width: 100%;
padding: 4px 0 0 0;
}
	.rtl_body .field_tooltip_div{
	left: auto;	
	right: 0;
	}
	.has_tooltip.showed .field_tooltip_div{
	display: block;	
	}
	.field_tooltip_abs{
	position: absolute;
	top: 0px;
	float: none;
	left: 36px;
	background: url(images/ug.png) no-repeat;
	width: 16px;
	height: 5px;		
	}
		.color_y .field_tooltip_abs{
		background: url(images/ug_y.png) no-repeat;	
		}
		.color_b .field_tooltip_abs{
		background: url(images/ug_b.png) no-repeat;	
		}
		.color_r .field_tooltip_abs{
		background: url(images/ug_r.png) no-repeat;	
		}	
		.rtl_body .field_tooltip_abs{
		left: auto;
		right: 36px;
		}
	.field_tooltip{
	font: 12px/14px 'Open Sans', sans-serif;
	padding: 15px 20px;
	border-radius: 3px;
	color: #fff;
	background: #6ed3a2;
	border-right: 2px solid #d7dbd9;
	border-bottom: 2px solid #d7dbd9;
	}
		.color_y .field_tooltip{
		color: #545454;
		background: #fffae0;	
		}
		.color_b .field_tooltip{
		color: #545454;
		background: #d9e5ec;
		}
		.color_r .field_tooltip{
		color: #ffffff;
		background: #abc1d6;
		}	
/* end tooltips */

/* result message */
.resulttrue{
padding: 14px 20px;
border-radius: 4px;
color: #424a4c;
background: #ecf3e2;
margin: 0 0 10px 0;
font: 600 13px 'Open Sans', sans-serif;
}
.resultfalse, .home_resultfalse, .xtp_error, .xtl_error, .hexch_error, .exch_error{
padding: 14px 20px;
border-radius: 4px;
color: #424a4c;
background: #f8e1e1;
margin: 0 0 10px 0;
font: 600 13px 'Open Sans', sans-serif;
}
.home_resultfalse {
margin: 0 0 20px 0;
}
/* end result message */

/* changes course */
.last_events_wrap{
position: fixed;
bottom: 10px;
left: 50px;
z-index: 100;
width: 300px;
}
	.last_events_wrap.toright{
	left: auto;	
	right: 50px;
	}	
	.last_events_option{
	background: #f0f5f3;
	color: #252927;
	font: 13px 'Open Sans', sans-serif;
	padding: 10px 15px;
	border-radius: 3px;
	box-shadow: 0 0 3px #ccc;
	}
	.levents{
	position: relative;
	display: none;
	margin: 0 0 10px 0;
	background: #fff;
	border-radius: 3px;
	box-shadow: 0 0 3px #ccc;
	padding: 10px 15px;
	text-align: center;
	}
		.levents_title{
		font: 600 13px 'Open Sans', sans-serif;
		padding: 0 0 5px 0;
		}
		.levents_arr{
		height: 15px;
		background: url(images/courselogs.png) no-repeat center center;
		}	
		.levents_close{
		position: absolute;
		float: none;
		top: 13px;
		right: 10px;
		width: 16px;
		height: 16px;
		background: url(images/close.png) no-repeat;
		cursor: pointer;
		}
			.rtl_body .levents_close{
			right: auto;
			left: 10px;
			}
/* end changes course */

/* operator */
.statuswork_div{
position: fixed;
z-index: 99999;
width: 50px;
height: 230px;
top: 290px;
}
	.statuswork_div.toleft{
	left: 0px;
	}
	.statuswork_div.toright{
	right: 0px;
	}
	.statuswork_div_ins{
	position: relative;
	width: 50px;
	height: 230px;
	}
		.statuswork{
		position: absolute;
		float: none;
		top: 91px;
		left: -90px;
		width: 215px;
		height: 43px;
		background: #00c063;
		padding: 7px 0 0 15px;
		-webkit-transform: rotate(-90deg); 
			-moz-transform: rotate(-90deg); 
				-ms-transform: rotate(-90deg); 
					-o-transform: rotate(-90deg); 
						transform: rotate(-90deg);		
		color: #fff;
		font: 300 12px 'Open Sans', sans-serif;
		border-left: 2px solid #d3d9d6;
		border-radius: 3px 3px 0 0;
		}		
			.color_y .statuswork {
			color: #2a2a2a;
			background: #ffe033;		
			}
			.color_b .statuswork {
			background: #0090e4;		
			}
			.color_r .statuswork {
			background: #eb5255;		
			}			
				.statuswork_ins {
				background: url(images/online.png) no-repeat left center;
				padding: 0 0 0 35px;
				}
					.color_y .statuswork_ins {
					background: url(images/online_y.png) no-repeat left center;	
					}			
			.statuswork_div.toleft .statuswork{
			border-radius: 0 0 3px 3px;	
			}
			.status_op0 .statuswork{
			background: #8f8f8f;
			}
				.status_op0 .statuswork_ins{
				color: #fff;
				background: url(images/offline.png) no-repeat left center;
				}
			.rtl_body .statuswork{
			padding: 7px 15px 0 0px;
			-webkit-transform: rotate(90deg); 
				-moz-transform: rotate(90deg); 
					-ms-transform: rotate(90deg); 
						-o-transform: rotate(90deg); 
							transform: rotate(90deg);			
			}
				.rtl_body .statuswork_ins{
				padding: 0px 35px 0 0px;
				background-position: right center;
				}				
			.statuswork_title{
			font: 600 13px 'Open Sans', sans-serif;
			text-transform: uppercase;
			}
/* end operator */

/* top button */
#topped {
display: none;
width: 60px;
height: 60px;
border-radius: 60px;
background: #8f8f8f url(images/topped.png) no-repeat center center;
opacity: 0.7;
position: fixed;
bottom: 20px;
left: 20px;
cursor: pointer;
z-index: 99999;
-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
		-o-transition: all 0.3s linear;
			transition: all 0.3s linear;
}
	#topped:hover {
	opacity: 1;
	}
/* end top button */

/* classed */
.red, .req{ color: #ff4e4e; }
.bred {
font-weight: 600;
color: #ff0000;
}
.bgreen {
font-weight: 600;
color: #3ab448;
}

.clear { clear:both; }
img.alignnone{display:block; margin:0 0 20px 20px; }
img.alignright{float:right; margin:0 0 1em 1em}
img.alignleft{float:left; margin:0 1em 1em 0}
img.aligncenter{display:block; margin:20px auto;}
a img.alignnone{display:block; margin:0 0 20px 20px;}
a img.alignright{float:right; margin:0 0 1em 1em}
a img.alignleft{float:left; margin:0 1em 1em 0}
a img.aligncenter{display:block; margin:20px auto;} 