@font-face {
    font-family: 'Calluna-Regular';
    src: url('fonts/calluna-regular.eot');
    src: url('fonts/calluna-regular.eot?#iefix') format('embedded-opentype'),
         url('fonts/calluna-regular.woff') format('woff'),
         url('fonts/calluna-regular.ttf') format('truetype'),
         url('fonts/calluna-regular.svg#calluna-regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Delicious-Heavy';
    src: url('fonts/delicious-heavy.eot');
    src: url('fonts/delicious-heavy.eot?#iefix') format('embedded-opentype'),
         url('fonts/delicious-heavy.woff') format('woff'),
         url('fonts/delicious-heavy.ttf') format('truetype'),
         url('fonts/delicious-heavy.svg#delicious-heavy') format('svg');
    font-weight: normal;
    font-style: normal;
}



html, body {
	height:100%;
}
body {

}
.clear {clear:both;}

ul {
}
#layout {
	height: 100%;
	width:100%;
    position: relative;
}
.wrapper {
    width:100%;
    text-align:center;
}
.wrapper .content {
    width:960px;
    margin: 0 auto !important;
    height: 100%;
    text-align: left;
    position: relative;
}
.wrapper.top {
    height: 84px;
    border-bottom: solid 1px #ffffff;
    background-color: #373e44;
}
.wrapper.middle {
    height: 303px;
    border-bottom: solid 1px #d7d7d7;
    background: url("../images/bg-wrap2.png") repeat 0 0;
}
.wrapper.body {
    height: 350px;
    border-bottom: solid 1px #ededed;
    border-top:  solid 1px #ffffff;
    background: url("../images/bg-wrap3.png") repeat 0 0;
}
.wrapper.body_block {
    height: auto;
    background: url("../images/bg-wrap3.png") repeat 0 0;
}
.wrapper.footer {
    /*min-height: 320px;*/
    background: url("../images/bg-footer.png") #373e44 repeat-x 0 0;
}
#logo {
    position: absolute;
    left: 23px; top: 5px;
}
#top_login_form {
    position: absolute;
    right: 0; margin-top: 21px;
}
#top_login_form form label {
    float: left;
    line-height: 26px;
}
#top_login_form form input[type="text"], #top_login_form form input[type="password"]  {
    height: 26px;
    color: #373e44;
    font-weight: bold;
    font-size: 12px;
    width: 130px;
    -moz-box-shadow:inset 0 5px 6px #999b9d;
    -webkit-box-shadow:inset 0 5px 6px #999b9d;
    box-shadow:inset 0 5px 6px #999b9d;
    border: none;
    line-height: 26px;
    padding: 0 6px 0 14px;
    float: left;
    margin-left: 7px;
}
#login_button {
    float: left;
    margin-left: 7px;
}
#main_img {
    position: absolute;
    left: 0; top: 86px;
}
#find_course_form {
    position: absolute;
    right:22px; top:98px;
    width: 430px;
}
.form_widget {
    padding: 21px 14px 25px 14px;
    border: solid 1px #22579f;
    border-radius: 2px;
    -moz-box-shadow:0 8px 15px #999b9d;
    -webkit-box-shadow:0 8px 15px #999b9d;
    box-shadow:0 8px 15px rgba(0,0,0,.24);
    background: url("../images/bg-form-find-course.png") no-repeat 0 0;
}
.find_course_widget input[type="text"] {
    height: 28px;
    width: 360px;
    border: solid 1px #b9b9b9;
    font-size: 14px;
    border-right: none;
    float: left;
    line-height: 28px;
}
.form_widget .title_form {
    font-family:'Delicious-Heavy';
    font-size: 24px;
    line-height: 24px;
    color: #275ca3;
    text-shadow: 1px 1px rgba(255,255,255,.38) , -1px -1px rgba(35,58,120,1);
    padding-bottom: 20px;
    display: inline-block;
    letter-spacing: 1px;
}
.title_content {
    padding-top: 28px;
    text-align: center;
    font-family:'Calluna-Regular';
    font-size: 36px;
    color: #323232;
    font-weight: normal;
}

.breadcrumb-container {
	margin: 9px 0;
}

.breadcrumb, .breadcrumb a {
	font-size:10px;
	font-family:Verdana, Geneva, sans-serif;
	color:#6B98A8;
	padding:0px 0px 15px 3px;
	list-style: none;
}
.breadcrumb li {
	display: inline;
}
#view_course_button {
    padding-top: 19px;
}
#course_tabs {
    position: absolute;
    top:65px; left: 0;
    max-width:490px;
}
#course_tabs ul {
    list-style: none;
    margin: 0; padding: 0;
    display: block;
    border-bottom: solid 1px #dcdcdc;
    height: 38px;
    margin-left: -1px;
    overflow:hidden;
}
#course_tabs ul li {
    float: left;
    background-color: #373e44;
    height: 36px;
    margin-top: 1px;
    text-align: center;
    width: 152px;
    margin-left: 1px;
    position: relative;
    overflow: hidden;
}
#course_tabs ul li a {
    color: #ffffff;
    display: block;
    line-height: 37px;
}
#course_tabs ul li.active {
    background-color: #ffffff;
    border: solid 1px #dcdcdc;
    border-bottom: none;
    height: 37px;
    margin-top: 0px;
    top:1px;
    overflow: hidden;
}
#course_tabs ul li.active a {
    color: #373e44;
    font-weight: bold;
}
.tab_content {
    border: solid 1px #dcdcdc;
    border-top: none;
    background-color: #ffffff;
    height: 200px;
    display: none;
}
.tab_content_active {
    display: block;
}
td[valign=top] {
vertical-align: top;
}
.list_course {
    padding: 13px;
}
.list_course table tr td {
    padding-bottom: 9px;
    padding-right: 15px;
    padding-left: 15px;
}
.list_course table tr td:first-child {
    padding-left: 0px;
    /*border-right: solid 1px #efefef;*/
}
.icon_course {
    border: solid 1px #dedede;
    border-radius: 2px;
    float: left;
}
.title_course a {
    color: #373e44 !important;
}
.title_course {
    float: left;
    padding-left: 8px;
    line-height: 29px;
}
#registration_form {
    position: relative;
    top:0px; left:240px;
    width: 430px;
}
#registration_form .form_widget {
    border: solid 1px #8f9d57;
    background: url("../images/bg-reg-form.png") repeat-x 0 0;
    padding-bottom:9px;
}
#registration_form  .form_widget .title_form {
    color: #8f9d57;
    text-shadow: 1px 1px rgba(255,255,255,.38) , -1px -1px rgba(99,116,24,1);
}
#registration_form table tr td:first-child {
    padding-right: 29px;
}
#registration_form table tr td {
    padding-bottom: 7px;
}
#registration_form input[type="text"], #registration_form select {
    width: 169px;
    height: 24px;
    border: solid 1px #989898;
    font: bold 12px/24px Arial, Helvetica;
    color: #484848;
    padding: 0 5px;
    -moz-box-shadow:inset 0 3px 6px #999b9d;
    -webkit-box-shadow:inset 0 3px 6px #999b9d;
    box-shadow:inset 0 3px 6px #999b9d;
}
#registration_form input.error {background:#fff url('../images/error.png') no-repeat right center scroll;}
#registration_form select {
    padding-right:0;
    width:181px;
}
#registration_form #captcha {
    border: solid 1px #989898;
    cursor: pointer;
}
#registration_form #captcha-form {
    float:right;
    width: 45px;
}

.front_ccategory {
	color:#373E44;
	font-size:13px;
}

.front_course {
	color:#FFF;
	font-size:12px;
	font-weight:bold;
}

.list_top_course {
    padding: 25px 14px;
    float: left;
}
.list_top_course .title_list_course {
    font: normal 18px 'Calluna-Regular';
    color: #323232;
    padding-bottom: 16px;
}
.list_top_course ul {
    list-style: none;
    margin: 0; padding: 0;
}
.list_top_course ul li {
    height: 17px;
    padding-bottom: 14px;
}
.list_top_course ul li a {
    line-height: 17px;
    display: inline-block;
    float: left;
    max-width: 304px;
}
div.star_rating {
    float: right;
    padding-left: 30px;
    width: 90px;
}
div.star_rating div {
    float: left;
}
div.date_list {
    float: left;
    padding-left: 15px;
}
div#content_footer {
    margin-left: -20px;
    clear: both;
    content: ".";
    padding-top: 36px;
    color: #f9f9f9;
}
div.title_footer_block {
    font: normal 24px "Calluna-Regular";
    padding-bottom: 30px;
}
div.footer_text_content {
    line-height: 24px;
}
div.footer_text_content li {
    list-style-position: inside;
}
div.footer_text_block {
    width: 280px;
    float: left;
    border-left: solid 1px #313538;
    border-right: solid 1px #454b50;
    padding: 0 20px;
    min-height: 250px;
}
div#content_footer div.footer_text_block:first-child {
    border-left: none;
}
div#content_footer div.footer_text_block:last-child {
    border-right: none;
}
div.footer_text_block.last {
    border-right: none;
}
div.footer_icons {
    float: left;
    margin-left: -5px;
    margin-top: 20px;
}
div.footer_icons div {
    float: left;
    padding-left: 5px;
}
div#copyrights {
    width: 100%;
    text-align: center !important;
    color: #686d71;
    margin:10px 0;
}

#left_block {
    float: left;
    width:227px;
    padding: 29px 11px 10px 22px;
}
#right_block {
    float: right;
    width: 698px;
    border-left: solid 1px #e2e2e2;
    margin: 22px 0;
}
.no_border {
	border:none!important;
}
#accordion_courses {
   list-style: none;
}
.accordion_courses_extended {
	width:440px;
}
.according_header {
    position: relative;
    font:  normal 12px/37px Arial, Helvetica;
    background: #373e44 url("../images/icon-according.png") no-repeat 20px 55%;
    border-bottom: solid 1px #ffffff;
	cursor:pointer;
}

.according_header ul {
  list-style: none;
}

.according_header:last-child {
    border-bottom: none;
}
.according_header a {
    color: #ffffff;
}
.according_header.active {
    background: #ffffff url("../images/icon-according-active.png") no-repeat 15px 15px;
}
.according_header.active a {
    color: #373e44;
    display: block;
    max-height:37px;
    overflow:hidden;
    height: 37px;
}

.according_header > a {
    padding-left: 33px;
    height: 37px;
    display: block;
}

.according_header.active > a {
    border: solid 1px #dcdcdc;
}

#accordion_courses .icon_course {
    display: none;
}

#accordion_courses .title_course a {
    display: inline;
}

.according_content {
    background-color: #ffffff;
    border: solid 1px #dcdcdc;
    border-top: none;
    padding: 19px 0;
}
.according_content table tr td {
    padding-bottom: 9px;
    padding-left: 14px;
}

.padding_right_block {
    padding: 9px 10px;
    height: 100%;
}
.content_right_block {
    background-color: #ffffff;
    border-radius: 6px;
    height: 100%;
    padding: 24px 15px 0;
}
.course_header {

}
.course_header_title {
    float: left;
    width: 455px;
    padding-bottom: 20px;
}
.course_header_table {
    min-width: 112px;
    min-height: 79px;
    background:#d45e8c url("../images/bg-course-table.png") no-repeat center bottom;
    background-size:cover;
    border: solid 1px #9c3971;
    -moz-box-shadow:inset 0 5px 6px #bfbfbf;
    -webkit-box-shadow:inset 0 5px 6px #bfbfbf;
    box-shadow:1px 3px 4px #bfbfbf;
    float: right;
    color: #ffffff;
    /*margin-right: 50px;*/
    padding-right:2px;
}
.course_header_table {
    padding-top:10px;
    margin:16px !important;
}
.course_header_table table tr td {
    padding-left:15px;
    height:auto !important;
    line-height:1.3 !important;
    background:transparent !important;
    border:none !important;
    color:#fff !important;
}
.course_header_table table tr td:last-child {
    font-weight: bold
}
.course_header_title .title {
    font: normal 16px Arial, Helvetica;
    color: #323232;
    width: 80%;
    padding: 10px 0 3px;
}
.course_header_rating {
    float: left;
    color: #989898;
    margin-right:5px;
}
.course_header_rating .text {
    float: left;
    margin-right:8px;
}
.course_header_title .star_rating {
    float: left;
    padding: 0 7px;
}
.course_header_title .star_rating div {
    float: left;
    padding-left: 1px;
}
.course_header_title .course_header_links {
    float: left;
    border-bottom: solid 1px #ededed;
    border-top: solid 1px #ededed;
    max-width:250px;
    height: 16px;
    overflow:hidden;
}
.course_header_links a {
    font:  bold 10.5px/16px Arial;
    color: #888888;
}
.course_text {
    line-height: 24px;
    color:#989898;
}
.course_text span.bold {
    color: #888888;
}

/* TABLE VIEW BLOCK */
.table_view {
    border: solid 1px #d2d5d7;
    width: 100%;
    margin-bottom: 10px;
    border-radius: 4px;
}
.table_view table {
    width: 100%;
}
.table_view table tr th {
    border-top: solid 1px #f1f2f2;
    border-bottom: solid 1px #dbdedf;
    background-color: #ebeced;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    font: bold 18px/37px Arial;
    color:#373E44;
    height: 37px;
    padding-left: 16px;
}
.table_view table tr td {
    padding-left: 16px;
    color: #000000;
    /*color: #9A3333;*/
    /*background-color: #EEEEEE;*/ 
    border-top: solid 1px #dddddd;
    border-bottom: solid 1px #dddddd;
    height: 32px;
    line-height: 25px;
	font-weight:bold;
}
.table_view table table tr td {
    padding:0;
    border:none;
    background:transparent;
}
.table_view .form {
    width:96%;
}
.table_view table tr td div {
  line-height:15px;
  margin-top:7px;
}
.star-rating-control div {margin-top:3px !important;}
.table_view table tr td a.rates {
  margin-top:-5px;
  font-weight:bold;
  position:relative;
  top:5px;
  float:left;
}
.table_view table tr td a {
    font-weight: bold;
}
.table_view table tr td a.read-all,
.table_view table tr td a.test,
.table_view table tr td a.mock {
    font-weight:bold;
    color:#2c4e62;
    text-decoration:underline;
    /*font-size:10px;*/
    line-height:12px;
}
.test_score {
	color:#000;
	font-size:10px;
}
.table_view table tr td a.read-all:hover,
.table_view table tr td a.test:hover,
.table_view table tr td a.mock:hover {
    text-decoration:none;
}
.table_view table tr td.title {
    color: #55585d;
    background-color: #f0f0f0;
}
/* END TABLE VIEW BLOCK */

/* ADVERT BLOCK */
.advert_block {
    margin-top: 30px;
}
.advert_block div.title {
    font-size: 16px;
    color: #666666;
}
.advert_block_content {
    border: solid 1px #e0e0e0;
    padding: 5px 5px 4px 5px;
}
.advert_text {
    float: left;
    padding-left: 16px;
    width: 120px;
}
.advert_title {
    font: normal 14px "Trebuchet MS";
}
.advert_title a {
    color: #444444;
}
.advert_text_date {
    font: normal 10px "Trebuchet MS";
    color: #aaaaaa;
    text-transform: uppercase;
}
/* END ADVERT BLOCK */

#left_social_icons {
    padding-top: 100px;
}
#left_social_icons div.left_social_icon {
    float: left;
    padding-left: 10px;
}

/* COMMENT BLOCK */
.comment_block {
    padding: 14px 8px;
}
.comment_block div.title {
    font: normal 18px Arial;
    color: #333333;
    padding-bottom: 26px;
}
div.comment {
    background: url("../images/bg-comment.png") no-repeat 54px 0;
    min-height: 130px;
}
div.comment_avatar {
    float: left;
}
div.comment_avatar_text {
    padding-top: 10px;
}
div.comment_avatar_text div {
    font: 11px Arial;
    color: #999999;
}
div.comment_avatar_text div a {
    color:#666666;
    font-size: 14px;
}
div.comment_text {
    float: left;
    max-width: 500px;
    padding-left: 45px;
    padding-top: 22px;
}
div.comment_text div.text {
    font: normal 12px/20px "Trebuchet MS", Arial;
    color: #888888;
}
div.comment_replay {
    padding-right: 30px;
    text-align: right;
    font-size: 14px;
}
div.comment_replay a {
    color: #666666;
}
/* END COMMENT BLOCK */

.coursebox_rightcolumn table {margin:auto;}
.userbox {float:right;position:relative;top:30px;right:-126px;}
.userbox li {float:left;margin:0 10px;list-style:none;}


/* FORM VALIDATION */
.field_error {
	border:1px solid #F00!important;
}
.field_true {
	border:1px solid #0F0!important;
}

.form_err {
    color: #FF0000;
    left: 190px;
    line-height: 18px;
    text-align: left;
    width: 215px;
	height:0px;
}

/* END FORM VALIDATION */

#note_bar, #note_add {
	color:#9A3333;
	text-align:center;
	text-decoration:underline;
}

.signin_link {
	color:#57B121;
}

b.explonation {
	cursor: pointer;
	color:#9A3333;
	text-decoration:underline;
	font-size:15px;
}
.result_comment {
	font: 10px Tahoma;
	color: #ff0000;
	font-weight: bold;
}

.m_none {
	color:#373E44;
}

#cart > dl {
	margin: 1em 0.5em 2em;
	font-size: 1.5em;
	display: grid;
	grid-template-columns: 1fr 1fr;
}

#cart > dl > dt {
border-right: 2px solid #004969;
	margin: 0.25em 0 0.25em 3em;
	text-align: right;
	background: #ddd;
	padding: 0.5em;
	border-top-left-radius: 0.3em;
	border-bottom-left-radius: 0.3em;
}

#cart > dl > dd {
	margin: 0.25em 3em 0.25em 0;
	background: #ededed;
	padding: 0.5em;
	border-top-right-radius: 0.3em;
	border-bottom-right-radius: 0.3em;
}

#paypal-button-container {
	margin: 0 4em;
}

footer ul {
	list-style: none;
}

footer li {
	display: inline;
}

#list_courses {
   list-style: none;
}

#list_courses > li {
   margin-bottom: 38px;
}

h1.bold_s {
   color: #134e68;
   font: bold 12px tahoma;
   display: inline;
}

h2.bold_s {
   color: #134e68;
   font: bold 12px tahoma;
   display: inline;
}

h3.bold_s {
   color: #134e68;
   font: bold 12px tahoma;
   display: inline;
}

time.date {
   font: normal 11px tahoma;
   color: #9a3333;
}

.pagination ul {
   list-style: none;
}

.pagination li {
   display: inline;
}

.thread_title {
  display: inline;
}
