/* @group basic */
body {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	background: #e7f1fd url(/media/img/header_bg.png) repeat-x;
}
a {
	text-decoration: none;
}
a:link {
	color: #3d59cb;
}
a:active {
	color: #3d59cb;
}
a:visited {
	color: #3d59cb;
}
a:hover {
	color: #4d70ff;
}
p {
	font-size: 12px;
	line-height: 18px;
}
/* @end */

/* @group header */

#header {
	height: 140px;
}
#login_top {
	position: absolute;
	right: 0;
	width: 460px;
	height: 50px;
	background: #063263 url(/media/img/login_bg.png) 0 bottom no-repeat;
}
#login_top li {
	float: left;
	display: inline;
}
a#logo {
	float: left;
	width: 240px;
	height: 60px;
	margin-top: 30px;
	text-indent: -9999px;
	background: url(/media/img/logo.png) 0 top;
}
a#logo:hover {
	background: url(/media/img/logo.png) 0 bottom;
}
#menu {
	position: absolute;
	bottom: 0;
	left: 0;
}
#menu li {
	float: left;
	display: inline;
	margin-right: 5px;
}
#menu a {
	display: block;
	width: 100px;
	height: 25px;
	background: url(/media/img/menu_tab.png) 0 top;
	color: #ffffff;
	text-align: center;
	font:14px/27px Arial, sans-serif;
	letter-spacing: 0;
	font-weight: 100;
	text-shadow: 0px 1px 0px #666;
}
#menu a:hover {
	background: url(/media/img/menu_tab.png) 0 bottom;
}
#menu .active a {
	background: url(/media/img/menu_tab_active.png) 0 top;
	color: #333333;
	text-shadow: none;
}
#phone {
	clear: right;
	float: right;
	margin-top: 55px;
}
#phone li {
	float: left;
	margin-left: 10px;
	color: #fff;
	font: 22px Impact, Charcoal, sans-serif;
	letter-spacing: 0px;
}
#phone li span {
	display:block;
}
#live_chat {
	position: absolute;
	bottom: 0;
	right: 0;
	height: 30px;
}
/* @end */

/* @group topbar */
#topbar_wrapper {
	clear: both;
	width: 100%;
	background: #c6ddf8 url(/media/img/topbar_line.png) repeat-x 0 bottom;
}
#topbar {
	height: 270px;
}
#topbar p.big {
	margin: 15px 0 10px 0;
	color: #0a58af;
	font:30px Impact, Charcoal, sans-serif;
	letter-spacing: -.9px;
	text-shadow: 0px 1px 0px #fff;
}
#topbar p.big span {
	color: #e43c3c;
}
#topbar ul {
	float:  left;
	width: 190px;
}
#topbar ul li {
	background: url(/media/img/accept_16.png) no-repeat;
	padding: 0 10px 15px 26px;
	height: 16px;
}
#topbar p {
	font-size: 12px;
	font-family: Arial, sans-serif;
}
#topbar a.order_btn {
	position: absolute;
	bottom: 10px;
	left: 0;
	width: 150px;
	height: 50px;
	margin-right: 20px;
	text-indent: -9999px;
	background: url(/media/img/order_orange_btn.png) no-repeat 0 top;
}
#topbar a.order_btn:hover {
	background: url(/media/img/order_orange_btn.png) no-repeat 0 bottom;
}
#topbar a.quote_btn {
	position: absolute;
	bottom: 10px;
	left: 170px;
	width: 170px;
	height: 50px;
	text-indent: -9999px;
	background: url(/media/img/quote_btn.png) no-repeat 0 top;
}
#topbar a.quote_btn:hover {
	background: url(/media/img/quote_btn.png) no-repeat 0 bottom;
}
#topbar_short {
	height: 50px;
}
#topbar_short h1 {
	color: #0a58af;
	font: small-caps bold 22px/50px "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#photo {
	float: right;
	margin: 10px 0 0 1px;
}
/* @end */

/* @group content */
#content_container {
	background: url(/media/img/content_bg.png) repeat-y;
}
#content {
	margin-top: 30px;
}
#content h1 {
	margin-bottom: 20px;
	font: small-caps normal 22px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #578E17;
}
#content h2 {
	margin-bottom: 20px;
	font: small-caps normal 22px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #578E17;
}
#content h2.sub {
	text-align: right;
	font-size: 18px;
	margin: -10px 10px 10px 0;
}
#content h3, #content h2.subhead {
	margin-top: 10px;
	margin-bottom: 10px;
	font: bold 16px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #578E17;
}
#content p {
	margin-right: 10px;
	margin-bottom: 18px;
	line-height: 18px;
}
#content strong, #content b {
	font-weight: normal;
}
#content em, #content i {
	font-style: normal;
}
#content.order_form ul {
	list-style: disc;
	padding-left: 20px;
}
#content.order_form ul li {
	display: list-item;
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 10px;
}
#content ul.list {
	list-style: disc;
	padding-left: 20px;
}
#content ul.list li {
	display: list-item;
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 10px;
}
#content div.p-con ul {
	list-style: disc;
	padding-left: 20px;
}
#content div.p-con li {
	display: list-item;
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 10px;
}
#bottom_buttons {
	float: left;
	margin-bottom: 20px;
	padding: 10px;
	background: #ffe640;
	font:18px/24px Helvetica, Arial, sans-serif;
	letter-spacing: 0px;
	color: #666;
}
#bottom_buttons a {
	color: #990000;
	text-decoration: underline;
	font-weight: 700;
}
#ver-zebra {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 0;
	width: 480px;
	text-align: left;
	border-collapse: collapse;
}
#ver-zebra th {
	font-size: 14px;
	font-weight: normal;
	padding: 12px 10px;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	color: #333;
}
#ver-zebra td {
	padding: 8px 10px;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	color: #333;
}
.vzebra-odd {
	background: #d2ffce;
}
.vzebra-even {
	background: #dfffdd;
}
.vzebra-first {
	background: #a6fb9d;
}
#ver-zebra #vzebra-acl, #ver-zebra #vzebra-4d, #ver-zebra #vzebra-48h, #ver-zebra #vzebra-8h {
	background: #a6fb9d;
	border-bottom: 1px solid #c8d4fd;
}
#ver-zebra #vzebra-7d, #ver-zebra #vzebra-3d, #ver-zebra #vzebra-24h {
	background: #a6fb9d;
	border-bottom: 1px solid #d6dfff;
}
#etypes {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 0 20px 20px 0;
	text-align: left;
	border-collapse: collapse;
}
#etypes td {
	padding: 5px 10px;
	border-right: 1px solid #999;
	border-left: 1px solid #999;
	border-bottom: 1px solid #999;
	color: #333;
	border: 1px solid #999;
}
.banner_place {
	margin-left: 60px;
	margin-bottom: 10px;
}
.banner_place .banner {
	background-image: url("/images/sky-png.png");
	background-repeat: no-repeat;
	background-position: bottom left;
	padding: 1px 5px 50px 5px;
}
.banner_place .banner .banner-text {
	color: #000;
}
/* @end */

/* @group aside */
#aside {
	padding-top: 30px;
}
#aside .icon {
	float: left;
}
#aside .block {
	margin-bottom: 20px;
	clear:both;
}
#aside .block h4, #aside .block p, #aside .block ul {
	margin-left: 60px;
}
#aside .block h4 {
	font-size: 12px;
	color: #666;
	padding-bottom: 5px;
}
#aside .block ul, #aside .block p {
	padding-bottom: 10px;
	border-bottom: 1px dotted #999;
}
#aside .block li {
	line-height: 18px;
}
#aside .block.last ul, #aside .block.last p {
	border: none;
}
#aside .old_price_tag {
	text-decoration: line-through;
	font-size: 12px;
	color: red;
}
#aside .new_price_tag {
	font-size: 13px;
	font-weight: bold;
	color: #333;
}
.warn {
	border: none;
	background: #fff3c2;
}
.warn p:first-child {
	font-weight: bold;
	font-size: 12px;
	color: #666;
	padding-bottom: 5px;
}
.warn p {
	font-size: 11px;
	margin-bottom: 5px !important;
	padding-bottom: 0;
}
.warn li {
	padding: 5px 0;
	color: #4d3b35;
	padding-left: 25px;
}
#warn_work_hours {
	background: none;
	margin: 0 0 0 60px;
	padding: 10px;
}
/* @end */

/* @group footer */
#footer_wrapper {
	clear: both;
	width: 100%;
	background: #063263;
	border-top: 5px solid #0a58af;
}
#footer {
	padding-bottom: 20px;
}
#disclaimer {
	width: 460px;
	margin-top: 20px;
}
#disclaimer p {
	font-size: 10px;
	line-height: 12px;
	color: #8399b1;
}
#cc {
	float: right;
	margin-top: 20px;
}
#cc li {
	float: left;
	margin-left: 20px;
}
#cc li p {
	padding-top: 10px;
	font-size: 9px;
	color: #8399b1;
}
/* @end */

/* @group form */
#login_form label {
	margin: 0 5px;
	color: #ccc;
	line-height: 30px;
}
#login_form input {
	width: 104px;
	margin: 7px 3px 0 0;
	border: 1px solid #9badc1;
	background: #063263;
	color: #fff;
}
#login_form button, #login_form #login_top input[type="submit"] {
	margin: 7px 2px 0 0;
	width: 120px;
	background: #0a58af;
	border: 1px solid #9badc1;
	color: #ccc;
	cursor:pointer;
	font-size: 11px;
	height:20px;
}
#content form td {
	padding: 10px 0;
	background: none;
	border: none;
	border-bottom: 1px dotted #999;
	vertical-align: middle;
}
#content form td table td {
	padding: 0;
	border: none;
}
#content form td.order_form {
	width: 35%;
        text-align: left;
}
#content form {
	clear: both;
	margin-top: 20px;
	padding: 0;
	border: 0;
}
#content legend {
	padding: 0 0 20px 0;
	font-size: 16px;
	color: #666;
}
#content label {
	color: #666;
	padding: 0 0 5px 0;
	font-size: 12px;
}
#content form p {
	margin-top: 10px;
}
#content form li {
	margin-bottom: 20px;
}
#content form input#coupon {
	width:  80px;
	text-align: left;
}
#content form input#check_discount {
	width:  100px;
	margin:0 7px 0 0;
	background-color:#e5e5e5;
	border:1px solid #e5e5e5;
	font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
	font-size:100%;
	line-height:130%;
	text-decoration:none;
	font-weight:bold;
	color:#666;
	cursor:pointer;
	padding:5px 10px 6px 7px;
}
#content form input#user_code {
	width:  80px;
	text-align: left;
}
#content form input.submit_buttons {
	width: auto;
	height: auto;
	border: none;
	background: none;
	cursor:pointer;
}
div#spry_ord_igree input#igree {
	width: 20px;
}
#content form input:focus, #content form textarea:focus {
	background: #e5eaff;
	border-left-color: #4d70ff;
}
#content form input#mobile_phone_a {
	width: 80px;
}
#content form input#mobile_phone_t {
	width: 200px;
}
#content .block_user_info {
	background: none !important;
}
.post li {
	list-style:none;
}
/* money_back_table custom */
.mbg_h1 {
	background:#0C4E99 !important;
	border-top:solid 10px #E7F1FD !important;
	color:#FFF !important
}
.mbg_h2 {
	background:#C6DDF8 !important;
	border-top:solid 5px #E7F1FD !important;
}
/* @end */

/* @FAQ */
.faq_ul {
	margin:0px 0px 0px 25px;
}
.faq_ul li {
	margin:0px 0px 15px 0px;
	font-size:14px;
	font-weight:bold;
	list-style: square;
	color:#E6B64F
}
.faq_reply {
	border-top:dotted 2px #999;
}
.go_to_top {
	display:block;
	text-align:right;
	margin-left:400px;
	padding:0px 0px 10px 0px
}
/* USER PANEL */
.box_user_panel {
	margin:0px 0px 30px 0px !important;
	border:solid 2px #007FC9 !important;
}
.box_user_panel_btn_logout, .box_user_panel_status_order {
	color:#007FC9 !important
}
.price_table_default, .price_table_service {
	border-spacing: 2px;
	border-collapse: separate;
	margin-left: 10px;
}
.price_table_default .courselevel_header, .price_table_default .deadline_header, .price_table_service .courselevel_header, .price_table_service .deadline_header {
	background-color: #a6fb9d;
}
.price_table_default .courselevel_name, .price_table_service .courselevel_name {
	background-color: #a6fb9d;
}
.price_table_default .deadline_cell_header th, .price_table_service .deadline_cell_header th {
	background-color: #a6fb9d;
}
.price_table_default .price_row_odd, .price_table_service .price_row_odd {
	background-color: #d2ffce;
}
.price_table_default .price_row_even, .price_table_service .price_row_even {
	background-color: #dfffdd;
}
/* FORM REG */
.zirka {
	color:#f00;
	font-weight:bold;
	font-size:18px;
	padding-right:4px;
	line-height:12px;
	font-family: Arial, Helvetica, sans-serif
}
.table_reg {
	border:solid 1px #86ADD6;
}
.table_reg th {
	background:#D2E0ED;
	text-align:left;
	padding:5px;
	font-weight:normal;
	border-top:solid 1px #FFF;
	vertical-align:top;
	border-left:1px solid #FFF;
}
.table_reg td {
	padding:3px;
	border-top:solid 1px #ABC6DE;
}
.tr_error th, .tr_error td {
	border-top:none !important;
	padding-top:0px !important;
}
.table_reg td .input_text_big {
	width:335px;
}
.table_reg td .input_select_big {
	width:339px;
}
.table_reg td .input_textarea_superbig {
	width:517px;
}
.error {
	color:#F00;
	font-size:80%;
}
.table_reg .field {
	width:425px;
}
.table_reg select.field {
	width:429px;
	margin:1px 0;
}
.reg_field {
	clear: both;
	text-align: center;
	border: none;
}
.reg_button {
	margin: 15px auto;
	width: 160px;
	height: 40px;
}
.reg_button a {
	border: none;
	text-decoration: none;
}
/* Testimonial right */
#testimonialspan {
	margin-left:60px;
	line-height:125%;
}
.tm_div {
	margin: 10px 0 0;
	padding: 0 0 10px;
}
div.padding-top-bottom {
	padding: 10px 0;
}
.tm_body {
	margin:5px 0;
}
.tm_body span {
	color:#333;
	font-weight:bold;
}
.tm_body span.tm_id {
	font-style: italic;
	font-size:11px;
	color:#777;
}
.tm_days, .tm_about {
	text-align: right;
	color:#555;
	font-size: 80%;
	line-height:115%;
}
.tm_days {
	font-style:italic;
	margin-top:3px;
}
.tm_toptitle {
	font-weight: bold;
}
hr.hr_blue {
	color: #7FADD1;
}
/* Testimonial full*/
.tmf_div {
	margin: 10px 0;
	border-radius:5px;
	padding: 15px 20px 10px;
	border: 1px solid #C9D9E9;
	line-height:125%;
}
.tmf_pagination {
	margin: 5px 0;
	padding: 10px 20px;
	border-top: 1px dotted #C9D9E9;
	border-bottom: 1px dotted #C9D9E9;
	font-size:11px;
	font-style:italic;
}
.tmf_days {
	font-style: italic;
	color: gray;
	font-size: 90%;
	text-align: right;
	margin-top: 5px;
}
.tmf_body {
	margin: 0 0 10px;
	font-weight:bold;
	font-size:110%;
}
.tmf_right {
	float: right;
	text-align: right;
}
.tmf_customer {
	font-size: 90%;
	padding:0 0 5px 5px;
}
.tmf_customer span {
	display: inline-block;
	font-weight: bold;
	color:#555;
	text-align: right;
	width: 45px;
}
.tmf_toptitle strong {
	font-style:normal;
}
.tmf_toptitle {
	color:#777;
	font-style:italic;
}
.tmf_discipline, .tmf_pages {
	font-style:italic;
	font-size:90%;
	color:#777;
}
.tmf_discipline strong, .tmf_pages strong {
	font-style:normal;
}
.tmf_comment {
	margin: 10px 0 0;
	font-style:italic;
}
.readmorelink {
	padding:5px;
}
.readmorelink a {
	color:#0066FF;
	padding:5px;
}
/*.tmf_even {background: #E9F0F6}
.tmf_odd {background: #99C6E5;}*/

div.progd {
	margin:0 10px;
}
#content .progd strong {
	font-weight:bold;
}
.progd p {
	margin:10px;
}
.progd ol {
	margin: 0 0 0 50px;
}
.progd ol li {
	font-size:12px;
	list-style-type: decimal;
	margin:7px 25px 7px 0px;
}
.litext {
line-height:20px;
list-style-image:url("/media/img/accept_16.png");
list-style-position:inside;
padding-left:15px;
}

.money_back_ul li {
    background: url("/media/img/accept_16.png") no-repeat scroll 0 0 transparent;
    padding: 0 10px 7px 26px;
}

.money_back_ul .this_1_ul {
    padding-top: 10px;
}


.service_type_header li {
	font-size:14px;
}


.of_pass_reminder {
	margin: 5px 5px 0 0; 
	float:right
}
.plagcheck-ord p{

	color: #333;
	font-weight:600;
    padding: 10px;
    margin-top:-10px;
    text-align: center;
    letter-spacing: normal;
    overflow: hidden
}
#plagcheck-ord-btn-1{
	background: url(/media/img/order_orange_btn.png) 0 0 ;
    bottom: 10px;
    height: 50px;
    margin: 20px 0 20px 0;
	display:block;
    text-indent: -9999px;
    width: 150px;
	margin:20px auto;
}
#plagcheck-ord-btn-1:hover{
	background: url(/media/img/order_orange_btn.png) 0 bottom ;
}
.pre_price p {
	margin: 20px 5px
}
#content .wr_service_comment {
	font-size: 11px;
    line-height: 14px;
    margin: 15px 0 35px 5px;
}
.price_table_default tr, .price_table_default th, .price_table_default td,
.price_table_service tr, .price_table_service th, .price_table_service td{
	vertical-align: middle
}
.service_type_header li strong {color:#453873}

#about_activity ul {
	padding-bottom: 10px;
}
#about_activity li {
	line-height: 18px;
}

#content #about_activity strong {
	font-weight: bold;
}

.of_buttons_container {
	margin-bottom:30px;
}
.of_buttons_container a {
	background: url("/media/img/order_orange_btn.png") no-repeat 0 0;
    bottom: 10px;
    height: 50px;
    margin-right: 20px;
    text-indent: -9999px;
    width: 150px;
	display: inline-block;
	outline:none;
}
.of_buttons_container a:hover {
	background: url("/media/img/order_orange_btn.png") no-repeat 0 bottom;
}
.of_buttons_container .btn_calculator {
	background: url("/media/img/calc_but.png") no-repeat 0 0;
    bottom: 10px;
    height: 50px;
    margin-right: 20px;
    text-indent: -9999px;
    width: 221px;
	cursor:pointer;
	
}
.of_buttons_container .btn_calculator:hover {
	background: url("/media/img/calc_but.png") no-repeat 0 bottom;
}
.forgpass{
	margin-left: -100px;
	font-size: 11px; 
	font-family: sans-serif; 
	font-weight: normal; 
	letter-spacing: 0px;
	margin-top:6px;
}
