/* Reset
----------------*/
HTML {
	font-size:100.01%;
	}
HTML,BODY,DIV,SPAN,APPLET,OBJECT,IFRAME,
H1,H2,H3,H4,H5,H6,P,BLOCKQUOTE,PRE,A,ABBR,
ACRONYM,ADDRESS,BIG,CITE,CODE,DEL,DFN,EM,
FONT,IMG,INS,KBD,Q,S,SAMP,SMALL,STRIKE,
STRONG,SUB,SUP,TT,VAR,DL,DT,DD,OL,UL,
LI,FIELDSET,FORM,LABEL,LEGEND,TABLE,
CAPTION,TBODY,TFOOT,THEAD,TR,TH,TD,HR {
	padding:0;
	margin:0;
	border:none;
	outline:none;
	font-family:inherit;
	}
	
DFN,I,CITE,VAR,ADDRESS,EM {
	font-style:normal;
	}
TH,H1,H2,H3,H4,H5,H6 {
	font-weight:normal;
	}
TEXTAREA,INPUT,SELECT {
	font-family:Arial,sans-serif;
	font-size:1em;
	}
SMALL {
	font-size:.92em;
	}
OL,UL {
	list-style:none;
	}
TABLE {
	border-collapse:collapse;
	border-spacing:0;
	}
CAPTION,TH,TD {
	text-align:left;
	}
:focus {
	outline:none;
	}
SUP,SUB {
	vertical-align:baseline;
	position:relative;
	top:-.5em;
	font-size:.85em;
	}
SUB {
	top:.5em;
	}


/* Globals 
----------------*/
BODY {	
	font:.75em/1.4 tahoma, arial, sans-serif;
	min-width:990px;
	color:#404040;
	background:#fff url(images/header.jpg) no-repeat 50% -115px;
	}
	BODY.body-index {	
		background-position:50% 35px;
		}
	
A {
	color:#02a8ff;
	}
	A:hover {
		text-decoration:none;
		}

		

				
	.link-js {
		text-decoration:none !important;
		border-bottom:1px dotted;
		}
	.link-js-em {
		text-decoration:none !important;
		}
		.link-js-em EM {
			border-bottom:1px dotted;
			}

	.typo-nowrap {
		white-space:nowrap;
		}
	

		
/* User Generated
----------------------- */	
.h-ugc {
	line-height:1.5;
	overflow:hidden;zoom:1;
	}
	.h-ugc_small {
		/*font-size:.92em;*/
		line-height:1.3;
		}
	
	.h-ugc STRONG,
	.h-ugc B {
		font-weight:bold;
		}
		.h-ugc STRONG.big {
			font-weight:normal;
			font-size:18px;
			color:#515151;
			}
	.h-ugc EM,
	.h-ugc I {
		font-style:italic;
		}
	
	.h-ugc A {
		text-decoration:underline;
		}
	
	.h-ugc H1,
	H1.title {
		font-size:28px;
		font-weight:normal;
		margin:0 0 .5em;
		color:#515151;
		}
	.h-ugc H2,
	H2.title {
		font-size:20px;
		font-weight:normal;
		margin:0 0 .5em;
		}
	.h-ugc H3,
	H3.title {
		font-size:1em;
		font-weight:bold;
		margin:0 0 .5em;
		}
	.h-ugc H4,
	H4.title {
		font-size:11px;
		font-weight:bold;
		line-height:1.3;
		margin:0 0 .5em;
		}
		
/*
	.h-ugc *+H2 {
		margin-top:1em;		
		}
	.h-ugc *+H3,
	.h-ugc *+H4 {
		margin-top:1.5em;
		}
*/
		
	.h-ugc P,
	.h-ugc UL,
	.h-ugc OL,
	.h-ugc TABLE,
	.h-ugc BLOCKQUOTE {
		margin:0 0 1em;
		}

	.h-ugc>*:last-child {
		margin-bottom:0;
		}
		
	.h-ugc .annot,
	P.annot {
		font-size:1.07em;
		}

	.h-ugc .meta {
		font-style:italic;
		margin:0 0 .25em;
		}

	.h-ugc .more {
		margin:1em 0 0;
		}
	.h-ugc .big {
		font-size:18px;
		}
	.h-ugc .green,
	.h-ugc .green A {
		color:#6f9600;
		}
	.h-ugc .blue,
	.h-ugc .blue A {
		color:#00a8ff;
		}

	.h-ugc .center {
		text-align:center;
		}

	.h-ugc P IMG {
		vertical-align:middle;
		}

		
	.h-ugc .p-blue,
	.h-ugc .p-green {
		margin:1.5em 0;
		font-size:9pt;
		font-weight:bold;
		color:#02a8ff;
		overflow:hidden;zoom:1;
		}
		.h-ugc .p-green {
			color:#769800;
			}
		.h-ugc .p-orang {
			color:#ff9933;
			}
		.h-ugc .p-blue .pic-left,
		.h-ugc .p-green .pic-left {
			margin-top:0;
			}
		
		
	.h-ugc .pic-left {
		clear:both;
		float:left;
		margin:.5em 20px .5em 0;
		}
	.h-ugc .pic-right {
		clear:both;
		float:right;
		margin:.5em 0 .5em  20px;
		}
	.h-ugc .pic-center {
		clear:both;
		margin:0 auto .5em;
		text-align:center;
		}
		.h-ugc .pic-left IMG,
		.h-ugc .pic-right IMG,
		.h-ugc .pic-center IMG,
		.h-ugc IMG.pic-left,
		.h-ugc IMG.pic-right,
		.h-ugc IMG.pic-center {
			display:block;
			position:relative;
			overflow:hidden;zoom:1;
			}
	.h-ugc .pic_wide {
		margin:1.5em 0 1.5em -20px;
		}
		.h-ugc .pic_wide SMALL {
			display:block;
			margin:.75em 0 0 20px;
			font-size:.85em;
			color:#999;
			}
		
.h-ugc UL {
	margin:0 0 1em;
	}
.h-ugc OL {
	margin:0 0 1em 1.75em;
	}
	.h-ugc LI {
		margin:0 0 1em;
		}
	.h-ugc UL LI {
		padding:2px 0 0 30px;
		background:url(images/list-arrs.png) no-repeat -5px -35px;
		}
		.h-ugc LI UL {
			margin:.75em 0 1em;
			}
		.h-ugc UL LI LI,
		.h-ugc LI UL LI {
			margin:0 0 .5em;
			background:url(images/rarr.png) no-repeat 0 3px;
			padding:0 0 0 20px;
			}
	.h-ugc OL LI,
	.h-ugc LI OL LI {
		list-style:decimal;
		background:none;
		padding:0;
		}
	.h-ugc OL OL LI {
		list-style:lower-latin;
		margin-left:1em;
		}

	.h-ugc OL {
		counter-reset: item;
		margin-left:0;
		//list-style:decimal;
		//margin-left:2em;
		}
	.h-ugc OL > LI {
		display: block;
		margin-left:0;
		padding-left:0;
		}
	.h-ugc OL > LI:before {
		counter-increment: item;
		content: counters(item,".")". ";
		}
		
	.h-ugc .italic {
		font-style:italic;
		color:#d3b29e;
		}
	
	.h-ugc TABLE {
		clear:both;
		font-size:11px;
		width:100%;
		box-shadow:1px 1px 4px rgba(0,0,0,.22);
		-webkit-box-shadow:1px 1px 4px rgba(0,0,0,.2);
		-moz-box-shadow:1px 1px 4px rgba(0,0,0,.2);
		-o-box-shadow:1px 1px 4px rgba(0,0,0,.2);
		}
		.h-ugc TH,
		.h-ugc TD {
			border:1px solid #e4e4e4;
			padding:8px 10px;
			}
		.h-ugc TH {
			font-weight:bold;
			background:url(images/th-gd.png) repeat-x 0 0;
			white-space:nowrap;
			line-height:1.2;
			text-align:center;
			}
		.h-ugc TD {
			vertical-align:top;
			}
		.h-ugc .td-n {
			text-align:center;
			}
		.h-ugc .tr-alt TD {
			background:#f5f5f5;
			}

	.h-ugc SMALL {
		font-size:.92em;
		}

	.h-ugc BLOCKQUOTE {
		}



/* Layout
----------------------- */
.b-page {
	}

	.b-nav__i,
	.b-header__i,
	.b-body__i,
	.b-foonav__i2,
	.b-footer__i {
		width:990px;
		padding:0 0;
		margin:0 auto;
		position:relative;
		}
	
	
/* Header
----------------------- */
.b-nav {
	background:#4ebaf2 url(images/nav-gd.png) repeat-x 0 0;
	height:36px;
	position:relative;
	z-index:2;
	}
	.b-nav LI {
		float:left;
		position:relative;
		font-size:16px;
		}
		.b-nav LI A,
		.b-nav LI STRONG {
			height:19px;
			line-height:17px;
			color:#fff;
			font-weight:normal;
			padding:8px 20px;
			display:block;
			text-decoration:none;
			text-shadow:0 -1px 0 #099eee;
			}
		* HTML .b-nav LI A,
		* HTML .b-nav LI STRONG {
			width:1px;
			white-space:nowrap;
			}
		.b-nav LI:hover A,
		.b-nav LI.hover A,
		.b-nav LI.current-menu-item A {
			text-decoration:none;
			background:#00a6eb url(images/nav-gd.png) repeat-x 0 -36px;
			}

		.b-nav LI:hover DIV,
		.b-nav LI.hover DIV {
			display:block;
			}
		.b-nav LI DIV {
			position:absolute;
			left:0;
			top:35px;
			background:#00a5fd url(images/nav-sub-gd.png) repeat-x 0 0;
			min-width:100%;
			border-radius:0 0 10px 10px;-webkit-border-radius:0 0 10px 10px;-moz-border-radius:0 0 10px 10px;-o-border-radius:0 0 10px 10px;
			padding:8px 0;
			display:none;
			}
			.b-nav LI LI {
				font-size:12px;
				min-width:170px;
				float:none;
				line-height:14px;
				white-space:nowrap;
				}
				.b-nav LI LI A,
				.b-nav LI LI STRONG {
					background:none !important;
					height:auto;
					padding:5px 20px;
					text-shadow:none;
					}
				.b-nav LI LI A:hover,
				.b-nav LI LI.current-menu-item A {
					background:#0795e0 !important;
					}



					
	.b-nav .b-search {
		float:right;
		margin:4px 20px 0 0;
		}
		.b-search {
			background:url(images/search.png) no-repeat 0 0;
			width:210px;
			height:27px;
			position:relative;
			}
			.b-search .text {
				width:120px;
				border:none 0;
				padding:3px 2px;
				background:none;
				margin:3px 0 0 24px;
				color:#111;
				}
				.b-search .text_hint {
					color:#666;
					}
			.b-search .bt-search {
				position:absolute;
				right:0;
				top:0;
				width:61px;
				height:27px;
				border:none 0;
				padding:0;
				cursor:pointer;
				background:none;
				}
			
.b-header__i {
	height:164px;
	position:relative;
	}
	.b-header__i .logo {
		background:url(images/logo.png) no-repeat 0 0;
		width:334px;
		height:63px;
		position:absolute;
		left:14px;
		top:55px;
		}
		.b-header__i .logo-home {
			position:absolute;
			width:125px;
			height:63px;
			}
		.b-header__i .logo-cheap {
			position:absolute;
			width:66px;
			height:19px;
			left:140px;
			top:23px;
			}
		.b-header__i .logo-simple {
			position:absolute;
			width:54px;
			height:19px;
			left:208px;
			top:23px;
			}
		.b-header__i .logo-strong {
			position:absolute;
			width:69px;
			height:19px;
			left:265px;
			top:23px;
			}

	.b-header__i .misc {
		position:absolute;
		left:390px;
		top:30px;
		}
                
                .b-header__i .bottom-misc {
		position:absolute;
		left:390px;
		top:85px;
		}
                
		.b-header__i .misc LI {
			zoom:1;
			margin:0 0 5px;
			padding:0 0 0 40px;
			position:relative;
			}
			.b-header__i .misc LI I {
				background:url(images/misc.png) no-repeat 0 0;
				width:32px;
				height:32px;
				position:absolute;
				top:0;
				left:0;
				}
			.b-header__i .misc-tel {
				}
				.b-header__i .misc-tel STRONG {
					color:#00a6ff;
					font-size:28px;
					font-weight:normal;
					display:block;
					line-height:1;
					}
				.b-header__i .misc-tel SMALL {
					color:#3a84ab;
					font-size:.92em;
					display:block;
					}
					
			.b-header__i LI.misc-online {
				padding-top:5px;
				}
				.b-header__i LI.misc-online I {
					background-position:0 -44px;
					top:-4px;
					}
				.b-header__i .misc-online A {
					color:#ff9000;
					font-size:20px;
					line-height:1;
					text-decoration:none;
					}
					.b-header__i .misc-online A:hover {
						text-decoration:underline;
						}

			.b-header__i LI.misc-mail {
				padding-top:5px;
				margin:0;
				}
				.b-header__i LI.misc-mail I {
					background-position:0 -84px;
					height:24px;
					left:-2px;
					}
				.b-header__i .misc-mail A {
					color:#6f9600;
					font-size:20px;
					line-height:1;
					text-decoration:none;
					}
					.b-header__i .misc-mail A:hover {
						text-decoration:underline;
						}

	.b-header__i .user {
		position:absolute;
		width:210px;
		right:90px;
		top:12px;
		text-align:center;
		}
		.b-header__i .user .bt-login {
			background:url(images/bt-login.png) no-repeat 0 0;
			width:170px;
			height:38px;
			display:block;
			margin:0 auto 12px;
			}


/* Footer
----------------------- */
.b-foonav {
	margin:20px 0 0;
	background:#d2f0ff url(images/foonav-gd.png) repeat-x 0 0;
	zoom:1;
	}
	.b-foonav__i {
		background:url(images/foonav-gd2.jpg) no-repeat 50% 0;
		}
	.b-foonav__i2 {
		padding:20px 20px;
		width:950px;
		overflow:hidden;zoom:1;
		}

	.b-foonav .section {
		float:left;
		width:24.9%;
		}
		.b-foonav .section H3 {
			font-size:22px;
			color:#53788b;
			font-weight:normal;
			margin:0 0 .3em;
			}
		.b-foonav .section LI {
			margin:0 0 .25em;
			}
			.b-foonav .section LI A {
				color:#53788b;
				text-decoration:none;
				}
			.b-foonav .section LI A:hover {
				text-decoration:underline;
				}

.b-footer {
	background:#c5ecff;
	}
	.b-footer__i {
		overflow:hidden;zoom:1;
		padding:20px 20px;
		width:950px;
		font-size:.92em;
		color:#53788b;
		}
		.b-footer A {
			color:#53788b;
			}

		.b-footer .txt {
			float:left;
			width:500px;
			padding:0 55px 0 0;
			}
		.b-footer .btns {
			float:left;
			margin:8px 0 0;
			}
			.b-footer .btns A {
				margin:0 .5em 0 0;
				}
		.b-footer .foo-logo {
			float:right;
			margin:5px 0 0;
			}


/* Body
----------------------- */
.b-body__i {
	padding:1px 0;
	zoom:1;
	}

/* promo */
.b-promo {
	zoom:1;
	margin:12px 0 3px;
	background:url(images/promo.png) repeat-y -990px 0;
	position:relative;
	padding:1px 0 0;
	height:270px;
	}
	.b-promo__t {
		background:url(images/promo.png) no-repeat 0 0;
		position:absolute;
		width:990px;
		height:12px;
		top:-12px;
		left:0;
		}
	.b-promo__i {
		background:url(images/promo.png) no-repeat -1980px 100%;
		padding:0 11px 10px 9px;
		margin:-3px 0 0;
		position:absolute;
		}
		.b-promo__i IMG {
			vertical-align:middle;
			}

	.b-promo__nav {
		position:absolute;
		right:40px;
		bottom:10px;
		}
		.b-promo__nav LI {
			float:left;
			margin:0 0 0 .25em;
			}
			.b-promo__nav LI A {
				color:#0097e8;
				font-size:16px;
				font-weight:bold;
				text-decoration:none;
				float:left;
				padding:.1em .5em;
				border-radius:6px 6px 0 0;-webkit-border-radius:6px 6px 0 0;-moz-border-radius:6px 6px 0 0;-o-border-radius:6px 6px 0 0;
				background:#fff;
				}
			.b-promo__nav LI.cur A {
				color:#fff;
				background:#7fb2cd;
				}
				
/* status */
.b-status {
	background:url(images/statbar.png) repeat-x 0 -42px;
	margin:3px 0 15px;
	}
	.b-status__i {
		background:url(images/statbar.png) no-repeat 0 0;
		}
	.b-status__i2 {
		background:url(images/statbar.png) no-repeat 100% -84px;
		height:42px;
		}
		.b-status__i2 TABLE {
			width:100%;
			}
			.b-status__i2 TD {
				padding:0 20px 0 22px;
				height:42px;
				background:url(images/statbar.png) no-repeat 0 -126px;
				text-align:center;
				font-size:16px;
				color:#666;
				}
			.b-status__i2 TD.td-first {
				padding-left:20px;
				background:none;
				}

			.b-status__i2 TD IMG {
				vertical-align:middle;
				}
			.b-status__i2 TD STRONG {
				font-weight:normal;
				color:#000;
				font-size:20px;
				vertical-align:-2px;
				line-height:1;
				}
			
/* text */
.b-text {
	padding:0 0 0 20px;
	}
			

/* cols */
.b-cols {
	overflow:hidden;zoom:1;
	margin:-4px;
	padding:4px;
	}

	.b-cols .b-side,
	.b-cols .b-section {
		float:left;
		width:100%;
		margin:0 -100% 0 0;
		}
		.b-cols .b-side__i {
			position:relative;
			width:250px;
			margin:0 0 10px auto;
			}
		.b-cols .b-section__i {
			position:relative;
			margin:0 280px 0 0;
			width:710px;
			}

	.b-cols_round {
		}
		.b-cols_round .b-side__i {
			position:relative;
			width:211px;
			padding:20px 19px 20px 20px;
			margin:0 0 0 auto;
			zoom:1;
			}
* HTML .b-cols_round .b-side__i {
			margin:0 0 0 716px;
			}
		.b-cols_round .b-section__i {
			position:relative;
			width:695px;
			padding:20px;
			}
			
/* round */
.b-round {
	overflow:hidden;zoom:1;
	position:relative;
	margin:0 0 1em;
	}
	.b-round__tl,
	.b-round__tr,
	.b-round__br,
	.b-round__bl {
		position:absolute;
		left:0;
		top:0;
		width:24px;
		height:24px;
		margin:-12px 0 0 -12px;
		background:url(images/round.png) no-repeat 0 0;
		}
		.b-round__tr {left:100%;}
		.b-round__br {left:100%;top:100%;}
		.b-round__bl {top:100%;}
	.b-round__i {
		overflow:hidden;zoom:1;
		border:1px solid #d1d1d1;
		padding:20px;
		}

.b-round_cols {
	margin:0 0 20px;
	}
	.b-round_cols .b-round__tl,
	.b-round_cols .b-round__tr,
	.b-round_cols .b-round__br,
	.b-round_cols .b-round__bl {
		background-position:-24px 0;
		}
	.b-round_cols .b-round__i {
		padding:0;
		background:url(images/cols-right.png) repeat-y 100% 0;
		}

.b-round_blue {
	margin:6px 0 0;
	background:#dcf3ff;
	}
	.b-round_blue .b-round__tl,
	.b-round_blue .b-round__tr,
	.b-round_blue .b-round__br,
	.b-round_blue .b-round__bl {
		background-position:-48px 0;
		}
	.b-round_blue .b-round__i {
		padding:10px;
		background:none;
		border:none 0;
		overflow:hidden;zoom:1;
		color:#435e6c;
		}
	.b-round_blue P {
		float:left;
		margin:0;
		line-height:1.2;
		}
		.b-round_blue P STRONG {
			font-size:18px;
			font-weight:normal;
			}
		.b-round_blue P STRONG.b-price {
			color:#00a8ff;
			font-size:20px;
			}
	.b-round_blue A {
		float:right;
		margin:-4px 0 -6px;
		}

.b-round_grey {
	margin:0;
	background:#f1f1f1;
	}
	.b-round_grey .b-round__tl,
	.b-round_grey .b-round__tr,
	.b-round_grey .b-round__br,
	.b-round_grey .b-round__bl {
		background-position:-72px 0;
		}
	.b-round_grey .b-round__i {
		padding:10px;
		background:none;
		}

		

/* quote */
.b-quote {
	margin:1em 0;
	overflow:hidden;zoom:1;
	padding:1em 0 1em 20px;
	}
	.b-quote__cont {
		zoom:1;
		height:215px;
		position:relative;
		margin:12px 0;
		}
		.b-quote__cont .b-quote {
			position:absolute;
			width:690px;
			margin:0;
			}
		.b-quote__cont H2 {
			margin:0 0 0 20px;
			}
	.b-quote__pic {
		float:left;
		margin:0 16px 20px 0;
		padding:10px;
		border:1px solid #e6e6e6;
		box-shadow:1px 1px 4px rgba(0,0,0,.22);
		-webkit-box-shadow:1px 1px 4px rgba(0,0,0,.2);
		-moz-box-shadow:1px 1px 4px rgba(0,0,0,.2);
		-o-box-shadow:1px 1px 4px rgba(0,0,0,.2);
		}
		.b-quote__pic DIV {
			width:120px;
			height:120px;
			overflow:hidden;zoom:1;
			}
		.b-quote__pic IMG {
			vertical-align:middle;
			}

	.b-quote__i {
		overflow:hidden;zoom:1;
		padding:0 70px 0 65px;
		font-size:1.1em;
		line-height:1.5;
		position:relative;
		}
		.b-quote__i P {
			margin:0 0 1em;
			}
		.b-quote__i .b-quote__l,
		.b-quote__i .b-quote__r {
			background:url(images/laquo.png) no-repeat 0 0;
			width:54px;
			height:42px;
			position:absolute;
			left:0;
			top:0;
			}
		.b-quote__i .b-quote__r {
			background:url(images/raquo.png) no-repeat 0 0;
			left:auto;
			right:0;
			top:auto;
			bottom:3.5em;
			}

	.b-quote__date {
		float:right;
		font-size:.92em;
		margin:-.75em 0 0 !important;
		padding:0 70px 0 0;
		color:#999;
		}
			
/* box-gd */
.b-box-gd {
	background:url(images/box-gd.png) repeat-y -710px 0;
	margin:0 0 20px;
	font-size:.92em;
	zoom:1;
	}
	.b-box-gd__i {
		background:url(images/box-gd.png) no-repeat 0 0;
		}
	.b-box-gd__i2 {
		background:url(images/box-gd.png) no-repeat -1420px 100%;
		padding:15px 20px 15px 20px;
		overflow:hidden;zoom:1;
		}
	
	.b-box-gd__pic {
		float:left;
		width:223px;
		text-align:center;
		}
		.b-box-gd__pic IMG {
			vertical-align:middle;
			}

	.b-box-gd H2 {
		margin:0;
		}

/* paysys */
.b-paysys {
	}
	.b-paysys .b-round__i {
		padding:15px 20px; display:none;
		}
	.b-paysys TABLE {
		width:100%;
		}
		.b-paysys TH {
			font-size:20px;
			font-weight:normal;
			color:#000;
			width:160px;
			}
		.b-paysys TD {
			text-align:center;
			font-weight:bold;
			line-height:1.2;
			}
			.b-paysys TD IMG {
				vertical-align:middle;
				}


/* news */
.b-news {
	zoom:1;
	background:url(images/box-hot.png) repeat-y -250px 0;
	}
	.b-news__i {
		background:url(images/box-hot.png) no-repeat 0 0;
		}
	.b-news__i2 {
		background:url(images/box-hot.png) no-repeat -500px 100%;
		zoom:1;
		}

	.b-news__h {
		height:22px;
		padding:10px 20px 10px 43px;
		background:url(images/ico-news.png) no-repeat 10px 50%;
		}
		.b-news__h H3 {
			font-size:20px;
			font-weight:normal;
			color:#000;
			line-height:1;
			}
	.b-news__f {
		height:16px;
		padding:13px 20px 13px;
		}
		.b-news__f A {
			font-weight:bold;
			padding:0 0 0 20px;
			color:#000;
			background:url(images/rarr.png) no-repeat 0 50%;
			}

	.b-news UL {
		padding:6px 6px 0;
		}
		.b-news__item {
			font-size:.92em;
			margin:0;
			background:url(images/hot-item.png) no-repeat 0 100%;
			padding:0 0 10px;
			margin:0 0 6px;
			}
			.b-news__item DIV {
				background:url(images/hot-item.png) no-repeat 0 0;
				padding:10px 15px 0;
				zoom:1;
				}
			.b-news__item A {
				font-size:11px;
				color:#505050;
				text-decoration:none;
				display:block;
				background:url(images/rarr.png) no-repeat 100% 100%;
				padding:0 10px 5px 0;
				margin:0 -10px -5px 0;
				zoom:1;
				}
				.b-news__item A:hover {
					text-decoration:underline;
					}

					
/* crumbs */
.b-crumbs {
	font-size:.92em;
	color:#666;
	margin:20px;
	}
	.b-crumbs A {
		color:#666;
		text-decoration:none;
		}
		.b-crumbs A:hover {
			text-decoration:underline;
			}
	.b-crumbs SPAN {
		color:#999;
		margin:0 .25em;
		}


/* sidenav */
.b-sidenav {
	margin:0 0 20px;
	}
	.b-sidenav LI {
		}
		.b-sidenav LI A,
		.b-sidenav LI STRONG {
			display:block;
			padding:0 0 7px;
			text-decoration:none;
			background:url(images/sidenav.png) no-repeat 211px 100%;
			zoom:1;
			}
			.b-sidenav LI A SPAN ,
			.b-sidenav LI STRONG SPAN {
				display:block;
				padding:7px 14px 0;
				line-height:16px;
				font-weight:bold;
				background:url(images/sidenav.png) no-repeat 211px 0;
				}

		.b-sidenav LI A:hover {
			background-position:-211px 100%;
			}
			.b-sidenav LI A:hover SPAN {
				background-position:-211px 0;
				}

		.b-sidenav LI.current_page_item A,
		.b-sidenav LI.current_page_item STRONG {
			background-position:0 100%;
            color:#404040;
			}
			.b-sidenav LI.current_page_item A SPAN ,
			.b-sidenav LI.current_page_item STRONG SPAN {
				background-position:0 0;
				}

/* hr */
.hr {
	border-top:1px solid #d1d1d1;
	border-bottom:1px solid #ffffff;
	height:0;
	overflow:hidden;zoom:1;
	margin:20px -20px 20px -19px;
	}

/* note */
.b-note {
	background:url(images/asterisk.png) no-repeat 0 0;
	padding:0 0 0 25px;
	font-size:.92em;
	color:#848484;
	margin:20px 0 1em;
	}
	
/* bighead */
.b-bighead {
	margin:0 0 25px;
	font-size:28px;
	font-weight:normal;
	}
	.b-bighead H2 {
		font-size:1em;
		font-weight:normal;
		color:#8d8d8d;
		display:inline;
		}
	.b-bighead UL {
		display:inline;
		}
		.b-bighead UL LI {
			display:inline;
			margin:0 0 0 .75em;
			padding:0;
			background:none;
			}
			.b-bighead UL LI A {
				color:#515151;
				text-decoration:underline;
				}
			.b-bighead UL LI A:hover {
				text-decoration:none;
				}
			.b-bighead UL LI.cur A {
				color:#00a6ff;
				text-decoration:none;
				}
				
/* table */
.b-table {
	margin:0 0 20px;
	}
	.b-table_reload {
		text-align:center;
		margin:20px 0;
		font-size:20px;
		}
		.b-table_reload STRONG {
			font-weight:normal;
			font-size:32px;
			color:#7ca000;
			vertical-align:middle;
			}
			.b-table_reload STRONG EM {
				font-weight:bold;
				font-style:normal;
				}
		.b-table_reload IMG {
			vertical-align:middle;
			margin:0 .25em;
			}


	.b-table TABLE {
		font-size:11px;
		width:100%;
		box-shadow:1px 1px 4px rgba(0,0,0,.22);
		-webkit-box-shadow:1px 1px 4px rgba(0,0,0,.2);
		-moz-box-shadow:1px 1px 4px rgba(0,0,0,.2);
		-o-box-shadow:1px 1px 4px rgba(0,0,0,.2);
		}
		.b-table TH,
		.b-table TD {
			border:1px solid #e4e4e4;
			padding:8px 10px;
			}
		.b-table TH {
			font-weight:bold;
			background:url(images/th-gd.png) repeat-x 0 0;
			white-space:nowrap;
			}

		.b-table TD {
			vertical-align:middle;
			}
		.b-table .tr-alt TD {
			background:#f5f5f5;
			}

		.b-table .td-id {
			width:16px;
			text-align:center;
			}
		.b-table .td-n {
			text-align:center;
			width:25%;
			}

		.b-table TD .text {
			border:1px solid #d3d3d3;
			text-align:center;
			width:50px;
			padding:3px 0;
			background:url(images/th-gd.png) repeat-x 0 0;
			}
		.b-table TD .b-hint {
			margin:0 0 0 .25em;
			}
			
/* hint */
.b-hint {
	display:-moz-inline-box;display:inline-block;//display:inline;zoom:1;
	background:url(images/hint.png) no-repeat 0 0;
	width:20px;
	height:20px;
	vertical-align:middle;
	overflow:hidden;zoom:1;
	text-indent:-999em;
	cursor:pointer;
	}	
.b-hint2 {
	display:-moz-inline-box;display:inline-block;//display:inline;zoom:1;
	background:url(images/hint2.png) no-repeat 0 0;
	width:20px;
	height:20px;
	vertical-align:middle;
	overflow:hidden;zoom:1;
	text-indent:-999em;
	cursor:pointer;
	}
.b-hint2.pl {
	float:right;
	margin-top:10px;
	margin-right:5px;
}
	.b-hint__i {
		position:absolute;
		background:#fffce9;
		border:1px solid #dfdbc5;
		border-radius:1px;-webkit-border-radius:1px;-moz-border-radius:1px;-o-border-radius:1px;
		box-shadow:1px 1px 4px rgba(0,0,0,.22);
		-webkit-box-shadow:1px 1px 4px rgba(0,0,0,.2);
		-moz-box-shadow:1px 1px 4px rgba(0,0,0,.2);
		-o-box-shadow:1px 1px 4px rgba(0,0,0,.2);
		font-size:11px;
		color:#656252;
		padding:6px 10px;
		max-width:215px;
		line-height:1.3;
		}
/* list */
.b-list {
	margin:0 0 25px;
	}
	.b-list DT {
		margin:1em 0 0;
		padding:3px 0 3px 30px;
		font-weight:bold;
		background:url(images/list-arrs.png) no-repeat -5px -35px;
		cursor:pointer;
		text-decoration:underline;
		zoom:1;
		}
	.b-list DD {
		margin:.5em 0 0;
		padding:0 0 0 30px;
		display:none;
		}

	.b-list DT.b-list__open {
		background-position:-35px -5px;
		text-decoration:none;
		}


/* popup */
.b-tint {
	display:none;
	position:fixed;
	z-index:20;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:#000;
	opacity:0.5; filter:alpha(opacity=50); -moz-opacity:0.5;
	}
.b-popup {
	display:none;
	position:absolute;
	z-index:30;
	left:50%;
	top:100px;
	width:900px;
	margin:0 0 0 -450px;
	background:#fff;
	border-radius:10px;-webkit-border-radius:10px;-moz-border-radius:10px;-o-border-radius:10px;
	}
	.b-popup__i {
		padding:0;
		text-align:center;
		}
	.b-popup__close {
		background:url(images/popup-close.png) no-repeat 0 0;
		width:106px;
		height:33px;
		position:absolute;
		right:-5px;
		top:-38px;
		}
	.b-popup__print {
		background:url(images/popup-print.png) no-repeat 0 0;
		width:134px;
		height:33px;
		position:absolute;
		right:106px;
		top:-38px;
		}

/* translation */
.b-translation {
	float:right;
	margin:0 0 1em 50px;
	}
	
/* connection */
.b-connection {
	margin-top:25px;
	padding:0 0 0 33px;
	background:url(images/ico-connection.png) no-repeat 0 0;
	}


/* form */
.b-form {
	}
	.b-form TABLE {
		width:auto;
		box-shadow:none;
		-webkit-box-shadow:none;
		-moz-box-shadow:none;
		-o-box-shadow:none;
		font-size:1em;
		margin:0 0 2em;
		}
		.b-form TABLE TH,
		.b-form TABLE TD {
			vertical-align:middle;
			border:none 0;
			background:none;
			}
		.b-form TABLE TH {
			text-align:left;
			font-weight:normal;
			padding-left:0;
			}
		.b-form TABLE TD {
			font-size:11px;
			color:#999;
			}
			.b-form TABLE TD IMG {
				vertical-align:middle;
				}
		.b-form .text {
			font-size:12px;
			border:1px solid #d3d3d3;
			width:250px;
			padding:3px;
			background:url(images/th-gd.png) repeat-x 0 0;
			}
			.b-form .text_s {
				width:100px;
				vertical-align:middle;
				}
			.b-form .ok {
				color:green;
				}
			.b-form .error {
				border:1px solid red;
				color:red;
				}

	.bt-reg {
		background:url(images/bt-reg.png) no-repeat 0 0;
		width:269px;
		height:46px;
		cursor:pointer;
		border:none 0;
		padding:0;
		}



/* b-tarifs */
.b-tarifs {
	}
	.b-tarifs TABLE {
		width:100%;
		table-layout:fixed;
		box-shadow:0;
		-webkit-box-shadow:none;
		-moz-box-shadow:none;
		-o-box-shadow:none;
		}
	.b-tarifs TH,
	.b-tarifs TD {
		padding:10px;
		text-align:center;
		}
		.b-tarifs TH {
			color:#fff;
			font-size:16px;
			font-weight:bold;
			color:#fff;
			text-shadow:0 1px 0 rgba(0,0,0,.25);
			background:#9b9b9b url(images/tarifs-th-gd1.png) repeat-x 0 0;
			}
			.b-tarifs TH.th-col1 {
				background:#9b9b9b url(images/tarifs-th-gd1.png) repeat-x 0 0;
				}
			.b-tarifs TH.th-col2 {
				background:#00a7ff url(images/tarifs-th-gd2.png) repeat-x 0 0;
				}
			.b-tarifs TH.th-col3 {
				background:#f6a800 url(images/tarifs-th-gd3.png) repeat-x 0 0;
				}

			.b-tarifs TH STRONG {
				font-size:20px;
				}

		.b-tarifs .tr-discount TD {
			background:#fffbe5;
			}

		.b-tarifs TD.td-gap {
			border-top:none 0;
			border-bottom:none 0;
			background:#fff !important;
			width:10px;
			padding:0;
			}
		.b-tarifs TD IMG {
			vertical-align:middle;
			position:relative;
			top:-2px;
			margin:0 2px 0 0;
			}

		.b-tarifs .tr-ctrls TD {
			font-size:20px;
			}
			.b-tarifs .tr-ctrls TD LABEL {
				cursor:pointer;
				}
		

	.b-tarifs EM {
		font-style:normal;
		font-weight:normal;
		}
		.b-tarifs EM.green {
			color:#769800;
			}
		.b-tarifs EM.red {
			color:#e83207;
			}
		.b-tarifs EM.big {
			font-size:18px;
			}

	.b-tarifs TD LI {
		text-align:left;
		}

	.b-tarifs .list-down LI {
		background:url(images/darr.png) no-repeat 0 1px;
		}

	
/* calc */	
.b-calc {
	}
	.b-calc TABLE {
		width:100%;
		}
	.b-calc TABLE TH,
	.b-calc TABLE TD {
		background:#f1f8fb;
		}
		.b-calc TABLE TH {
			background:#f1f8fb url(images/blue-gd.png) repeat-x 0 0;
			border:none 0;
			}
		.b-calc TABLE TD {
			border:none 0;
			border-top:1px solid #c9dbe4;
			vertical-align:middle;
			}
			.b-calc TABLE .tr-noborder TD {
				border-top:none 0;
				}
			
		.b-calc TABLE TD.td-title {
			width:250px;
			}
		.b-calc TABLE TD.td-count {
			border-left:1px solid #c9dbe4;
			}
			.b-calc TABLE TD.td-count .text {
				width:25px;
				border:1px solid #ccc;
				color:#444;
				text-align:center;
				background:#fff url(images/th-gd.png) repeat-x 0 0;
				padding:5px;
				text-align:left;
				vertical-align:middle;
				}
		.b-calc TABLE TD.td-discount {
			width:120px;
			text-align:right;
			}
		.b-calc TABLE TD.td-discount-sum {
			font-weight:bold;
			color:#e83207;
			width:50px;
			padding-left:0;
			}
			
		.b-calc TABLE TD IMG {
			vertical-align:middle;
			}
			
/* map */
.b-map {
	float:right;
	}

/* b-feedback */
.b-feedback {
	overflow:hidden;zoom:1;
	}
	.b-feedback__note {
		float:right;
		font-size:11px;
		}
	
	
	
/* sel */
.b-sel {
	display:inline-block;
	/*display:inline;zoom:1;*/
	position:relative;
	width:657px;
	height:38px;
	vertical-align:middle;
	font-size:11px;
	line-height:14px;
	z-index:50;
	}
	.b-sel STRONG {
		display:block;
		}
	.b-sel SMALL {
		display:block;
		font-size:1em;
		font-weight:normal;
		}
					
	.b-sel .sel-rich {
		position:absolute;
		margin:-30px 0 0;
		visibility:hidden;
		}
	.b-sel__h {
		background:#e4e4e4 url(images/sel-rich.png) no-repeat 0 0;
		height:28px;
		padding:5px 10px;
		cursor:pointer;
		}
		.b-sel__h TABLE {
			width:100%;
			height:28px;
			box-shadow:none;
			-webkit-box-shadow:none;
			-moz-box-shadow:none;
			-o-box-shadow:none;
			margin:0;
			}
			.b-sel__h TABLE TD {
				vertical-align:middle;
				padding:0;
				border:none 0;
				background:none !important;
				}
	.b-sel_open .b-sel__i {
		display:block;
		}
	.b-sel__i {
		max-height:300px;
		display:none;
		position:absolute;
		top:100%;
		left:0;
		width:100%;
		margin:-1px 0 0;
		overflow:auto;
		}
		.b-sel__i UL {
			background:#e9e9e9;
			border:1px solid #cdcdcd;
			border-width:0 1px 1px;
			}
		.b-sel .b-sel__i LI {
			padding:5px 10px;
			background:none;
			margin:0;
			border-top:1px solid #b8b8b8;
			color:#656565;
			cursor:pointer;
			}
			.b-sel .b-sel__i LI:hover,
			.b-sel .b-sel__i LI.hover,
			.b-sel .b-sel__i LI.cur {
				background:#03a9ff url(images/sel-rich.png) repeat-x 0 -39px;
				color:#fff;
				}

/* slider */
.b-calc .b-slider {
	display:-moz-inline-box;display:inline-block;//display:inline;zoom:1;
	width:128px;
	height:1px;
	background:#a9bec8;
	border-bottom:2px solid #fff;
	}
	.b-calc .b-slider .ui-slider-handle {
		background:url(images/slider-handle.png) no-repeat 0 0;
		width:13px;
		height:12px;
		padding:0;
		margin:-5px 0 0 -4px;
		top:0;
		border:none 0;
		cursor:pointer;
		}
		
/* b-pin */
.b-pin {
	display:-moz-inline-box;display:inline-block;//display:inline;zoom:1;
	position:relative;
	width:14px;
	height:25px;
	vertical-align:middle;
	background:url(images/pin.png) no-repeat 0 0;
	margin:0 .5em 0 0;
	}
	.b-pin .uarr,
	.b-pin .darr {
		position:absolute;
		left:0;
		top:0;
		width:14px;
		height:12px;
		cursor:pointer;
		}
	.b-pin .darr {
		top:13px;
		}
	
	div.b-status__i {
display: none;
}

/* --- */
.alignright {float:right; margin-left:30px; margin-bottom:15px;}
.alignleft {float:left; margin-right:30px; margin-bottom:15px;}
.clear {clear:both}
