/*-------------------------------------------------------------*/
/*--------------------reset------------------------------------*/
*
{
	margin: 0px;
	padding: 0px;
}
.nav ul, .nav li, .left-menu ul, .left-menu li, .url ul, .url li, .top-menu ul, .top-menu li, .bottom-menu ul, .bottom-menu li, .jNice ul, .jNice li, .pager ul, .pager li
{
	margin: 0;
	padding: 0;
	list-style: none;
	background: none;
	border: 0;
}
img
{
	border: none;
}
td
{
	vertical-align: top;
}
/*--------------------end of reset-----------------------------*/
/*-------------------------------------------------------------*/
/*-------------------------------------------------------------*/
/*--------------------layout-----------------------------------*/
html
{
	width: 100%;
	height: 100%;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
}
body
{
	width: 100%;
	height: 100%;
	background:#f8f7f4 url(../img/bg-index.gif) repeat-x 0 0;
	font-size: 0.75em;
	color: #586770;
}
table
{
	font-size: 100%; /* ie5 hack */
}
.main-wrap
{
	background: url(../img/bg-index-center.gif) top center no-repeat;
	margin: 0 auto;
	width: 100%;
	height: 100%;
	min-height: 100%;
	border-bottom:70px solid #f8f7f4;
}
.container
{
	margin: 0 auto; /* padding:0 20px; */
	min-width: 940px;
	max-width: 1196px;
}
.container .in
{
	padding: 0 20px;
}
.columns-container
{
	width: 100%;
}
.content-area
{
	padding: 0 0 40px 0;
	vertical-align: top;
}
.header
{
	position: relative;
	padding: 8px 0 0 0;
	height: 185px;
}
.aside, .content, .extra
{
	padding-top: 25px;
}
.aside, .extra
{
	width: 235px;
}
.aside
{
}
.content
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
}
.content-in
{
	padding:40px 30px 0 30px;
}
.extra
{
	font-family: Arial, Helvetica, sans-serif;
}
.footer
{
	margin: -90px auto 0;
	height: 90px;
	background:#e4eaea;
	font-size: 0.9em;
	padding-bottom:20px;
}
/*--------------------end of layout----------------------------*/
/*-------------------------------------------------------------*/

/*-------------------------------------------------------------*/
/*--------------------header-----------------------------------*/
/* logo */
h1.logo
{
	float: left;
	margin: 36px 0 0 34px;
	font-size: 1em;
}
h1.logo a, h1.logo a img
{
	width: 148px;
	height: 51px;
}
h1.logo a
{
	display: block;
	position: relative;
	overflow: hidden;
}
h1.logo a span
{
	display: block;
}
/* /logo */
/* nav */
.nav
{
	float: left;
	margin: 0;
	font-size: .9em;
}
.nav li
{
	display: inline;
	padding: 2px 15px 5px 21px;
	background-position: 0 3px;
	background-repeat: no-repeat;
}
.nav li.home
{
	background-image: url(../img/ico-home.png);
}
.nav li.feedback
{
	background-image: url(../img/ico-feedback.gif);
}
.nav li.sitemap
{
	background-image: url(../img/ico-sitemap.gif);
}
.nav li.startpage
{
    background-image: url(../img/ico-star.png);
    margin-left:5px;
}
.nav a
{
	text-decoration: none;
	color: #fff;
}
.nav a:hover
{
	text-decoration: underline;
}
/* /nav */
/* auth */
.auth-info
{
	float: right;
	color: #fff;
	font-size: .9em;
}
.non-auth
{
	padding:2px 0 5px 16px;
	background: url(../img/ico-non-auth.png) no-repeat 0 2px;
}
.auth
{
	padding:2px 0 5px 16px;
	background: url(../img/ico-auth.png) no-repeat 0 2px;
}
.auth-area
{
	position: relative;
	float: right;
	margin-top: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	width:237px;
}

.auth-area form
{
	margin: 0;
}
.auth-area td
{
	padding: 0 0 5px 0px;
	vertical-align: middle;
}
.auth-area p
{
	margin-bottom: 10px;
}
.auth-area .user
{
	font-size: 1.2em;
	font-weight: bold;
	color:#fff;
}
.auth-area .status .newcomer
{
	color: #f00;
}
.auth-area .cabinet
{
	margin-right: 10px;
	padding:0 0 10px 15px;
	background: url(../img/ico-cabinet.png) no-repeat 0 1px;
}
.auth-area .logout
{
	padding:0 0 10px 17px;
	background: url(../img/ico-logout.png) no-repeat 0 3px;
}
.auth-area .label, .auth-area .links, .auth-area p
{
	/*text-align: right;*/
}
.auth-area .links
{
	white-space:nowrap;	
}
.auth-area .textinputs, .q-search .textinputs
{
	font-size: 1.1em;
	padding-left: 12;
	padding-right: 12;
}
.auth-area .login, .auth-area .pass
{
	background-repeat: no-repeat;
	background-position: 0 0;
}
.auth-area .login
{
	width: 154px;
	background-image: url(../img/auth-login.png);
}
.auth-area .pass
{
	width: 132px;
	background-image: url(../img/auth-pass.png);
}
.auth-area input.submit
{
	width: 20px;
	height: 23px;
}
.auth-area td.submit
{
	padding-top: 1px; width:40px;
}
.auth-area .error
{
	position: absolute;
	left: -216px;
	bottom: 4px;
	padding-left: 22px;
	color: #ff0508;
	background: url(../img/ico-!.png) no-repeat 0 0;
	font-weight: bold;
}
/* /auth */
/* top-menu */

.cover {padding:0 20px;}

.top-menu
{
	position: absolute;
	bottom: 3px;
	width: 100%;
	border-bottom: 3px solid #002a4c;
}

.top-menu A {padding:0 4px 0 0;}
.top-menu  A DIV {width:100%; float:left;}

.top-menu A, .left-menu A {text-decoration:none;}
.top-menu A , .gradient-layer SPAN, .in-1 H2, .gradient-layer-dark SPAN,.gradient-layer-red SPAN, .block-header {font:1.6em Georgia; color:#fff;}
.left-menu B {font:1.1em Georgia; color:#002048; /*line-height:50px;*/ display:block; padding:12px 0; margin:0 0 0 50px;}
.left-menu H2 IMG {position:absolute; margin:0 0 0 -10px; top:0; left:0;}
.top-menu .active A {font:1.4em Georgia; color:#002048;}
.left-menu A {color:#900200;}
.left-menu LI LI A {color:#04a3d1;}

.is-active
{
	border-bottom: 3px solid #002a4c;
}

.top-menu TABLE
{
width:100%;
margin:0 0 -5px 0;
}
.top-menu TD
{
	text-align: center;
}
.top-menu a, .top-menu TABLE span
{
display:block;
}
.top-menu a
{

}
.top-menu TABLE div
{	
	height:39px;
	margin: 0 2px;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-image: url(../img/bg-tm-li-l.gif);
}
.top-menu TABLE span
{
	height: 39px;
	line-height:35px;
	background-repeat: no-repeat;
	background-position: 100% 0;
	background-image: url(../img/bg-tm-li-r.gif);
	cursor: pointer;
	padding:0 2px 0 0;
}

.top-menu TABLE span A
{
	height: 39px;
	line-height:35px;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-image: url(../img/bg-tm-li-l.gif);
	cursor: pointer;
}

/* .top-menu a:hover, */
.top-menu .active A
{
	height: 39px;
	line-height:35px;
	background-image: url(../img/bg-tm-li-a-l.gif);
}
/* .top-menu a:hover span, */
.top-menu .active
{

	background-image: url(../img/bg-tm-li-a-r.gif);
}

.top-menu li:first-child, .top-menu li.first-child
{
	margin-left: 0;
}
/* /top-menu */
/*--------------------end of header----------------------------*/
/*-------------------------------------------------------------*/

/*-------------------------------------------------------------*/
/*--------------------aside------------------------------------*/
.left-menu
{
	font-size: .9em;
}
.left-menu .item
{
	position: relative;
	margin-bottom: 5px;
	padding: 0 0 0 0px;
	background-position: 0 0;
	background-repeat: no-repeat;
	border-bottom:1px dashed #ccc;
}

.left-menu .banners .item {border:none; margin-bottom:15px;}

/*
	.left-menu .item .img{
		position:absolute;
		top:0;
		left:0;
		}
	.left-menu .item .img a,
	.left-menu .item .img span{
		display:block;
		text-decoration:none;
		cursor:pointer;
		}
	.left-menu .item .img a{
		position:relative;
		}
	.left-menu .item .img span{
		position:absolute;
		top:0;
		left:0;
		}
	.left-menu .item .img em{
		visibility:hidden;
		}

	.left-menu .internet-ed .img,
	.left-menu .internet-ed .img a,
	.left-menu .internet-ed .img span{
		width:48px;
		height:36px;
		}
	.left-menu .internet-ed .img span{
		background-image:url(../img/lm-internet-ed.png);
		}
	.left-menu .cabinet{
		padding-top:12px;
		}
	.left-menu .cabinet .img,
	.left-menu .cabinet .img a,
	.left-menu .cabinet .img span{
		width:41px;
		height:39px;
		}
	.left-menu .cabinet .img span{
		background-image:url(../img/lm-cabinet.png);
		}
	.left-menu .timetable{
		padding-top:19px;
		}
	.left-menu .timetable .img,
	.left-menu .timetable .img a,
	.left-menu .timetable .img span{
		width:48px;
		height:59px;
		}
	.left-menu .timetable .img span{
		background-image:url(../img/lm-timetable.png);
		}
	.left-menu .about{
		padding-top:12px;
		}
	.left-menu .about .img,
	.left-menu .about .img a,
	.left-menu .about .img span{
		width:48px;
		height:47px;
		}
	.left-menu .about .img span{
		background-image:url(../img/lm-about.png);
		}
	.left-menu .master-class{
		padding-top:10px;
		}
	.left-menu .master-class .img,
	.left-menu .master-class .img a,
	.left-menu .master-class .img span{
		width:49px;
		height:46px;
		}
	.left-menu .master-class .img span{
		background-image:url(../img/lm-master-class.gif);
		}
	.left-menu .teachers{
		padding-top:7px;
		}
	.left-menu .teachers .img,
	.left-menu .teachers .img a,
	.left-menu .teachers .img span{
		width:44px;
		height:35px;
		}
	.left-menu .teachers .img span{
		background-image:url(../img/lm-teachers.gif);
		}
	.left-menu .ed-material{
		padding-top:0px;
		}
	.left-menu .ed-material .img,
	.left-menu .ed-material .img a,
	.left-menu .ed-material .img span{
		width:36px;
		height:41px;
		}
	.left-menu .ed-material .img{
		left:5px;
		}
	.left-menu .ed-material .img span{
		background-image:url(../img/lm-ed-material.gif);
		}
	.left-menu .mega-island{
		padding-top:12px;
		}
	.left-menu .mega-island .img,
	.left-menu .mega-island .img a,
	.left-menu .mega-island .img span{
		width:39px;
		height:49px;
		}
	.left-menu .mega-island .img span{
		background-image:url(../img/lm-mega-island.gif);
		}
*/
.left-menu .in-1
{
	padding-left: 38px;
}
.left-menu h2
{
	position:relative;
	margin-bottom: 5px;
	color: #ff0000;
}

.left-menu p
{
	margin-bottom: 8px;
}
.left-menu .url, .left-menu .url li
{
	margin: 0;
}

.left-menu ul.menu li
{
	position: relative;
	margin-bottom: 7px;
	padding-left: 14px;
	background: url(../img/bullet-2.gif) no-repeat 0 .4em;
}
.left-menu ul.menu ul
{
	margin-top: 7px;
}
.left-menu ul.menu ul li
{
	padding-left: 12px;
	background: url(../img/bullet-3.gif) no-repeat 0 .5em;
}
/*--------------------end of aside-----------------------------*/
/*-------------------------------------------------------------*/

/*-------------------------------------------------------------*/
/*--------------------content----------------------------------*/
/* content columns */
.cols2
{
	width: 100%;
}
.cols2 .col1, .cols2 .col2
{
	float: left;
	width: 50%;
}
/* /content columns */

/* shadowedBlock */
.shadowedBlock
{
	margin-bottom: 20px;
}
.shadowedBlock .ltc, .shadowedBlock .rtc, .shadowedBlock .t
{
	height: 5px;
	font-size: 0;
	line-height: 0;
}
.shadowedBlock .lbc, .shadowedBlock .rbc, .shadowedBlock .b
{
	height: 9px;
	font-size: 0;
	line-height: 0;
}
.shadowedBlock .t, .shadowedBlock .b
{
	margin: 0 9px 0 5px;
}
.shadowedBlock .t
{
	background: #f1f2f3;
}
.shadowedBlock .c
{
	padding: 15px 10px 10px 15px;
}

.shadowedBlock .ltc
{
	background: url(../img/rb-ltc.png) no-repeat 0 0;
}
.shadowedBlock .rtc
{
	background: url(../img/rb-rtc.png) no-repeat 100% 0;
}
.shadowedBlock .lbc
{
	background: url(../img/rb-lbc.png) no-repeat 0 100%;
}
.shadowedBlock .rbc
{
	background: url(../img/rb-rbc.png) no-repeat 100% 100%;
}
.shadowedBlock .c
{
	background: url(../img/rb-r.png) repeat-y 100% 0;
}
.shadowedBlock .b
{
	background: url(../img/rb-b.png) repeat-x 0 100%;
}
/* /shadowedBlock */
/* whatis */
.whatis
{
	line-height: 1.6em;
}
.whatis .item-1, .whatis .item-3
{
	font-family: Arial;
}
.whatis .item-1
{
	font-size: 1em;
}
.whatis .item-3
{
	color: #f00;
}
/* /whatis */

.video
{
	margin: 0 auto 20px; /*width:344px;*/
}
/* news */
.news
{
}
.news h3, .news p
{
	margin-bottom: 5px;
}
#next .news .date, #next .news .announce
{
	font-size: .83em;
}
.date
{
	color: #04a3d1;
}
.news .announce
{
	padding-left: 20px;
}
.news h3 a
{
	/* 		display:inline; 		padding-right:14px; 		background:url(../img/url-bullet.gif) no-repeat 100% .3em; 		*/
	color: #586770;
	text-decoration: none;
}
.news h3 a:hover
{
	text-decoration: underline;
}
/* /news */

/* news-2 */
.news-2 .ntext
{
	padding-left: 20px;
}
/*fix for MC*/
.news-2 .ntext-b
{
	padding-left: 0px;
}
.news-2 .ntext-b
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border-bottom: 1px solid #e2e2e2;
}
/*end fix for MC*/
.news-2 .date
{
	margin-bottom: 5px;
	font-size: .9em;
}
.news-2 .ntext
{
	margin: 0 0 15px 0;
	padding: 0 0 15px 20px;
	border-bottom: 1px solid #e2e2e2;
}
/* /news-2 */


/* elements card */
.elements-card
{
	margin-bottom: 20px;
}
.elements-card h2 span
{
	font-weight: bold;
	font-size: .65em;
}
.person-card .img
{
	text-align: center;
}
.person-card h2, .contact-info h2
{
	padding-top: 5px;
	line-height: .8em;
}
.contact-info a
{
	color: #04a3d1;
}
.book-card
{
}
.book-card .img
{
	margin-bottom: 20px;
	padding-bottom: 20px;
	background: url(../img/v-line.gif) repeat-x 0 100%;
}
/* /elements card */

/* forms */
form
{
	/*margin-bottom: 20px;*/
}
div.courses
{
	margin-bottom: 0;
}
div.courses .form-table
{
	width: 300px;
}
.form-div
{
	padding-bottom: 20px;
	background: url(../img/v-line.gif) repeat-x 0 100%;
}
.form-table
{
	width: 100%;
}
.form-table-1
{
	margin-top: 10px;
}
.webkit .form-table-1
{
	margin-top: 17px;
}
.form-table th, .form-table td
{
	padding: 0 7px 14px 0;
	/*min-height: 46px;*/
	vertical-align: top;
}
.form-table th
{
	width: 25%;
	text-align: left;
	font-weight: normal;
}
.textinputs
{
	padding: 4px 12px 6px 12px;
	background-color: transparent;
	background-position: 0 0;
	background-repeat: no-repeat;
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #586770;
}
.textinputs.p
{
	width: 104px;
}
.country-code
{
	margin-right: 5px;
	padding-top: 4px;
	float: left;
	font-weight: bold;
}
.textarea
{
	padding: 0 0 0 10px;
	width: 277px; /*height:107px;*/
	background: url(../img/textarea.gif) no-repeat 0 50%;
	background-position: top;
	border: 0; /*max-height:107px;*/
}
textarea
{
	width: 277px;
	height: 107px;
	border: 0;
	background: none;
	overflow: auto;
	color: #586770;
}
.chbx, .rbtn
{
	margin: 0 5px 0 0;
	padding: 0;
}
select
{
	width: 310px;
}
select.select-1
{
	width: 76px;
}
select.select-2
{
	width: 100px;
}
.form .item
{
	padding-bottom: 20px;
	/*background: url(../img/v-line.gif) repeat-x 0 100%;*/
	border-bottom:1px dashed #ccc;
}
.form h3
{
	margin-bottom: 15px;
}
.form h4
{
	color: #586770;
}
.form p
{
	clear: left;
	margin: 0;
}
.form p.form-element
{
	margin: 0 0 10px 0;
	font-size: 1em;
}
.form .info
{
	text-align: right;
	margin-bottom: 1.4em;
}
.form-2
{
	padding-bottom: 15px;
	/*background: url(../img/v-line.gif) repeat-x 0 100%;*/
	border-bottom:1px dashed #ccc;
}
.form-2 td
{
	padding: 0 15px 0 0;
}
/* /forms */
.co-students
{
	margin-top: 30px;
}
/* icons */
.ico
{
	display: block;
	width: 20px;
	height: 23px;
}
.doc
{
	background: url(../img/ico-doc.png) no-repeat 0 0;
}
.pdf
{
	background: url(../img/ico-pdf.png) no-repeat 0 0;
}
.xls
{
	background: url(../img/ico-xls.png) no-repeat 0 0;
}
/* /icons */
/* button-area */
.button-area
{
	text-align: center;
	font-weight: bold;

}

.btn-left-cover A {white-space:nowrap;}

.result-search .submit
{
	position:relative;
	z-index:99;
	
}

.button-area img, .button-area .submit
{
	margin: 0 5px;
}
/* /button-area */
/* url */
.url
{
	margin: 10px 0;
}
#next .content .url
{
	font-size: .83em;
}
.url li
{
	position: relative;
	margin-bottom: 1.2em;
	padding: 0 0 0 16px;
	background: url(../img/url-bullet.gif) no-repeat 0 .3em;
}

.content-in .url  {overflow:hidden;}
.content-in .url UL {	background: url(../img/arh-button-left.gif) no-repeat left center; float:left; margin:0;}
.content-in .url UL  LI {background: url(../img/arh-button-right.gif) no-repeat right center; margin:0; padding:2px 15px 4px 30px; height:23px; float:left;}
.content-in .url UL  LI  A {color:#fff; line-height:23px; font:0.8em Verdana;}

/* /url */
/* pager  */
.pager
{
	margin-top: 15px;
}
.pager a
{
	text-decoration: none;
	color: #586770;
}
.pager li
{
	display: inline;
	padding: 1px 4px 2px;
}
.pager a:hover, .pager li.active
{
	color: #04a3d1;
	font-weight: bold;
}
/* /pager  */
/* print */
.print
{
	margin: 10px 0;
	text-align: right;
	font-size: 0.8em;
}
.print a
{
	padding: 0 0 4px 25px;
	background: url(../img/ico-print.png) no-repeat 0 0;
}
/* /print */
.content .links, .content .links-2, .elements-list .date, .form td p
{
	font-size: .85em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

TD.links A {color:#6addfe;}

.content .links-2
{
	text-align: right;
}
.nowrap
{
	white-space: nowrap;
}
.required
{
	color: #ff2023;
}
/*--------------------end of content---------------------------*/
/*-------------------------------------------------------------*/

/*-------------------------------------------------------------*/
/*--------------------extra------------------------------------*/
/* block */
.block, .block-1
{
	margin-bottom: 50px;
	padding: 0 0 0 0;
}
.block .in-1, .block-1 .in-1
{
	position: relative;
	top: -6px;
	padding: 6px 0 0 0;
}
.block-1 .in-1
{
	padding: 0;
}
.block .in-2, .block-1 .in-2
{
	position: relative;
	padding: 0;
}
.block .in-2
{
	bottom: -16px;
	padding-bottom: 15px;
}
.block-1 .in-2
{
	bottom: -30px;
}
.block .in-3, .block-1 .in-3
{
	position: relative;
	padding: 0 15px;
}
.block-1 .in-3
{
	top: -20px;
}
.block-1 h2
{
	line-height: 21px;
}
.block
{
	background: url(../img/block-2-m.png) repeat-y 0 0;
}
.block .in-1
{
	background: url(../img/block-2-t_1.png) no-repeat 0 0;
}
.block .in-2
{
	background: url(../img/block-2-b.png) no-repeat 0 100%;
}

.block-1
{
	background: url(../img/block-2-m.png) repeat-y 0 0;
}
.block-1 .in-2
{
	background: url(../img/block-2-b.png) no-repeat 0 100%;
}

.block-1 .url
{
	margin-top: 20px;
}
/* block-2 */
.block-2
{
	margin-bottom: 20px;
	padding: 0 0 0 0;
}
.block-2 .in-1
{
	padding: 5px 0px 5px 15px;
	height: 25px;
}
.block-2 .in-1 img, .block-2 .in-1 h2
{
	margin: 0;
	padding: 0;
	display: block;
}
.block-2 .in-2
{
	padding: 7px 15px 1px;
	background: url(../img/block-2-m.png) repeat-y 0 0;
}
.block-2 .in-3
{
	height: 10px;
	line-height: 0;
	font-size: 0;
	background: url(../img/block-2-b.png) no-repeat 0 0;
}
/* /block-2 */
/* /block */
/* q-search */
.q-search .in-3
{
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 20px;
}
/*fix fir MC*/
.q-search div
{
	margin: 0;
}
/*fix for MC*/
.q-search div div div div div
{
	float: left;
	margin-right: 7px;
	padding: 0 12px;
	width: 122px;
	background: url(../img/q-search.png) no-repeat 0 0;
}
.q-search .textinputs
{
	width: 100%;
	padding-left: 0;
	padding-right: 0;
	font-size: 1.1em;
}
.content .q-search
{
	margin-bottom: 20px;
	padding: 20px 0 0 0;
	background: url(../img/v-line.gif) repeat-x 0 0;
	font-size: .9em;
}
/* /q-search */
/* q-search-new */
.q-search-new
{
	margin-bottom: 40px;
	height: 79px;
	background: url(../img/q-search-new.png) no-repeat 0 0;
}
.q-search-new .in-1
{
	margin: 0;
	padding: 25px 0 10px 20px;
}
.q-search-new .in-1 div
{
	float: left;
	margin-right: 10px;
	padding: 0 12px;
	width: 125px;
	background: url(../img/q-search.gif) no-repeat 0 0;
}
.q-search-new .textinputs
{
	width: 100%;
	padding-left: 0;
	padding-right: 0;
	font-size: 1.1em;
}
/* /q-search-new */
/* q-search-newest */
.q-search-newest
{
	margin-bottom: 4px;
}
.q-search-newest .input-wrap
{	
	float: left;
	margin-right: 0;
	padding: 0 30px 0 5px;
	width: 200px;
	background: url(../img/q-search.gif) no-repeat 0 0;
}

.q-search-newest .submit {margin:4px 0 0 -22px;}

.q-search-newest .textinputs
{
	width: 100%;
	padding-left: 0;
	padding-right: 0;
	font-size: 1.1em;
}
.q-search-newest .c .clearfix
{
	/*margin-top: 7px; 	margin-bottom: 7px;*/
	padding-top: 5px;
	padding-bottom: 5px;
}
.q-search-newest p
{
	margin: 5px;
	font-size: .9em;
}
/* /q-search-newest */
/* consultant, stat, responses */
.basket p
{
	margin: 5px 0;
	font-weight: bold;
}
.basket p .quantity
{
	padding-left: 3px;
	font-size: 1.4em;
	color: #a10300;
}
/* consultant, stat */
.consultant
{
	font-size: .9em;
}
.clr-1 .in-1
{
	background: url(../img/block-2-t_1.png) no-repeat 1px 0;
}
.clr-2 .in-1
{
	background: url(../img/block-2-t_1.png) no-repeat 1px 0;
}
.cs table
{
	width: 100%;
}
.cs td, .cs th
{
	padding-top: 5px;
	padding-bottom: 5px;
	white-space: nowrap;
	border-top: 1px dashed #d9dcde;
	vertical-align: middle;
}
.profile table th, .profile table td
{
	vertical-align: top;
}
.cs tr:first-child td, .cs tr.first-child td, .cs tr:first-child th, .cs tr.first-child th
{
	border: 0;
}
.cs th
{
	padding-right: 10px;
	width: 70px;
	text-align: right;
}
.cs td
{
	font-size: 1.1em;
	color: #555;
}
.stat td
{
	font-size: 1.1em;
	font-weight: bold;
}
.consultant table img
{
	margin-top: 1px;
}
.stat table img
{
	margin-top: 3px;
}
.responses
{
}
.responses img
{
	float: left;
	margin: 0 10px 10px 0;
}
.responses h3
{
	color: #5d6a72;
	background:none;
	padding:0;
}
.responses p
{
	margin: 0; border-bottom:1px dashed #ccc; border-top:1px dashed #ccc; padding:0.4em 0 0.8em 0;
}
	
.responses p, .responses .url
{
	font-size: .9em;
}
.invitefriend p
{
	margin: 5px 0;
	font-weight: bold;
}
.invitefriend a
{
	/*text-decoration: none;
	color: #586770;*/
}
/* /consultant, stat */
/* banners */
.banners
{
}
.banners .item
{
	margin:20px 0;
	text-align: center;
}
/* /banners */
/*--------------------end of extra-----------------------------*/
/*-------------------------------------------------------------*/

/*-------------------------------------------------------------*/
/*--------------------footer-----------------------------------*/
.col-1, .col-2
{
	padding-top: 20px;
}
.footer table
{
	width: 100%;
}
.col-1
{
/*	background: url(../img/bg-footer-1.gif) repeat-x 0 0;*/
}

.col-2
{
	width: 235px;
/*	background: url(../img/bg-footer-2.gif) repeat-x 0 0;*/
}
.bottom-menu
{
	font-size: .9em;
}
.bottom-menu li
{
	display: inline;
	padding: 0 10px;
	border-left: 1px solid #586770;
}
.bottom-menu li:first-child, .bottom-menu li.first-child
{
	padding-left: 0;
	border-left: 0;
}
.copyright
{
}
/*--------------------end of footer----------------------------*/
/*-------------------------------------------------------------*/
.for-hover:hover, .hover
{
	text-decoration: underline;
	cursor: pointer;
}
.middled
{
	display: table-cell;
	vertical-align: middle;
}
/*-------------------------------------------------------------*/
/*--------------------clear------------------------------------*/
.clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix
{
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix
{
	height: 1%;
}
.clearfix
{
	display: block;
}
/* End hide from IE-mac */

.clearfloats
{
	clear: both;
	height: 0px;
	font-size: 0px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
	border: none;
	display: block;
}
/*--------------------end of clear-----------------------------*/
/*-------------------------------------------------------------*/
/* invited */
.invited .item-1
{
	padding-bottom: 1em;
	border-bottom: 1px solid #d4d7d9;
}
.invitedby
{
	color: #f00;
	font-size: 1.5em;
}
/* /invited */
.elements-list .price, .elements-card .price
{
	margin-top: 10px;
	padding: 10px 0;
	border-top: 1px solid #dee1e2;
}
.elements-list .price p, .elements-card .price p
{
	margin-bottom: 15px;
}
.elements-list .price span, .elements-card .price span
{
	color: #ff0000;
	font-weight: bold;
}

/*Master class online*/
.live p
{
	margin-bottom: 12px;
	font-weight: bold;
	line-height: 1.5em;
}
.live strong
{
	text-transform: uppercase;
	color: #a10300;
}
.live p.watch
{
	margin-bottom: 5px;
	font-weight: normal;
	font-size: 1.75em;
	text-align: center;
	text-transform: uppercase;
	line-height: 1.3em;
}
.live p.watch a
{
	padding: 4px 40px 5px 0;
	background: url(../img/btn-watch.png) no-repeat 100% 0;
	text-decoration: none;
	color: #586770;
}
/*End Master class online*/

.gradient-layer {background:url(../img/gradient-layer-left.png) no-repeat 0% 0;}
.gradient-layer DIV {background:url(../img/gradient-layer-right.png) no-repeat 100% 0;}
.gradient-layer SPAN {height:38px; display:block; text-align:center; line-height:35px;}
.gradient-layer A {text-decoration:none;}

.gradient-layer-red {background:url(../img/gradient-layer-left-red.png) no-repeat 0% 0;}
.gradient-layer-red DIV {background:url(../img/gradient-layer-right-red.png) no-repeat 100% 0;}
.gradient-layer-red SPAN {height:38px; display:block; text-align:center; line-height:35px;}
.gradient-layer-red A {text-decoration:none;}

.gradient-layer-dark {position:relative; right:50%; float:right;}
.gradient-layer-dark DIV {background:url(../img/gradient-layer-left-dark.png) no-repeat 0% 0; position: relative; z-index: 1; right: -50%;}
.gradient-layer-dark SPAN {height:38px; line-height:35px; padding:0 30px; display:block; background:url(../img/gradient-layer-right-dark.png) no-repeat 100% 0;}
.gradient-layer-dark A {text-decoration:none;}
.greenButt {position:relative; width:100%; overflow:hidden;} 

.video-intro {width:237px; height:242px; overflow:hidden; background:url(../img/video-bg.png) no-repeat 0 0; margin:0 0 25px 0; color:#fff;}
.columns-container .video-intro H2 {font:normal 1.5em Georgia; padding:8px 0 12px 16px;}
.video-intro  A {display:block; width:205px; height:125px; overflow:hidden; margin:4px 0 0 16px;}
.video-intro P {margin:0 0 0 16px; font-size:0.8em;}
.video-intro P B {font:bold 1.4em Arial; margin:0 38px 0 0;}

.book-search INPUT, .result-search INPUT {margin:7px 0 0 -29px; position:relative; z-index:99;}

.btn-left-cover {background:url(../img/btn-left-bg.png) no-repeat center left; float:left; margin:0 15px 10px 0;}
.btn-right-cover {background:url(../img/btn-right-bg.png) no-repeat center right; float:left; height:38px; padding:0 20px;}
.btn-right-cover INPUT {color:#fff; background:none; border:none; font:bold 1em Verdana; display:block; padding:9px 0 0 0; height:38px; line-height:38px; clear:both;}

.buttons-area  .btn-left-cover, .btn-left-cover.pad {margin:0 15px 10px 25%;}
.left-menu UL.subm {padding:0 0 20px 0;}
.clear {clear:both;}
.pad {margin:0 15px 10px 25%;}
.photo {text-align:left;}	

/*admin*/
.umenu  A {line-height:2em;}
.place .date {color:#274b74; font-size:0.9em;}
H1.adm-edit {color:#a10300; font:1.6em Verdana; padding:0.3em 0 0.5em 0;}
H2.adm-edit {color:#a10300; font:1.4em Verdana; padding:0.3em 0 0.5em 0;}
.table-adm  {width:100%; margin:0 0 20px 0;}
.table-adm  TD, .table-adm TH, .reg_form  TD, .table-calendar TD, .table-calendar TH {padding:5px 10px;}
.table-adm  TD TD, .table-calendar TD TD {padding:5px 0;}
.table-adm TH, .table-calendar TH {color:#f8f7f4; background:#1c3d63 url(../img/table-header-bg.png) repeat-x 0 0;}
.table-adm TH A {color:#f8f7f4;}
.table-adm  .grid-alt TD {background:#d7dee4;}
.table-field TD {padding:5px 10px 5px 0;}
.table-field TH {padding:5px 10px 5px 0; text-align:right;}
HR {height:0; font-size:0; line-height:0; border:none; border-top:1px dashed #ccc; margin:10px 0;}
.red {color:#a10300;}
.l3 {text-align:right;}
.warning {position: absolute; margin:12px 0 0 0;}
.ajax__combobox_itemlist {left:auto !important;}
.form-table TD {//position:relative;}
.ajax__combobox_itemlist {//left:0px !important; //top:31px !important;}




.nav UL LI {display:block; float:left;}
.nav  LI.dropdown {width:260px; margin:-2px 0 0 0; padding:0;}
.nav  LI.dropdown  A {background:#234a7f url(../img/darr.gif) no-repeat right center; padding:3px 15px 4px 15px; text-decoration:none; width:230px; display:block;}
.nav  UL#weblinklist {position:absolute; margin:0; z-index:99; display:none;}
.nav  UL#weblinklist LI {float:none; margin:0; padding:0;}
.nav  UL#weblinklist LI  SPAN {background:#234a7f; padding:3px 15px 7px 15px; width:230px; display:block;}
.nav  UL#weblinklist LI  A {padding:0; text-decoration: underline; display:inline; background:none;}


.gradient-layer-dark SPAN {display:inline-block;}

/*Admin*/
.filter-table {margin:0 0 10px 0;}
.filter-table TH {}
.filter-table TD {padding:5px 10px 5px 0;}
.table TH A {color:#fff; white-space:nowrap;}
.book-table TD {padding:0 10px 20px 0; text-align:left;}
.c-table {border:1px solid #666; border-bottom:2px solid #666;}
.c-table .c-table {border:none;}
.c-table TH {padding:3px 8px; background:url("../img/table-header-bg.png") repeat-x scroll 0 0 #1C3D63; color:#fff;}
.c-table TD {padding:5px 8px;}
LABEL {margin:0 0 0 5px;}
.place P {margin:0;}
.table .odd .even td {background:none !important;}

.freecall, .freecall2
{
	font-size: 0.9em;
	color:#ED1C24;
	font-family:Georgia;
}

.freecall2
{
	float:left;
	margin-top: 37px;
	text-align: center;
	padding-left:20px;
	font-style:italic;
}

.freecall-number
{
	font-size:2.4em;
/*	padding-left:55px;
	background-position:0;
	background-repeat: no-repeat;
	background-image: url(../img/ico-handset.png);*/
}
.freecall-number-2
{
	font-size:2.5em;
/*	padding-left:50px;
	background-position:15px 5px;
	background-repeat: no-repeat;
	background-image: url(../img/ico-handset-2.png);*/

}
.freecall-text
{
	text-align:center;
	font-size:0.9em;
	cursor:pointer;
	cursor:hand;
	text-transform:uppercase;
	font-weight:bold;
}
.freecall-text-2
{
	color:white;
}
.studentAttention
{
    color: Red;
}
