@font-face {
    font-family: 'Didact';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/didact.woff) format('woff');
}

@font-face {
    font-family: 'myriad';
    src: url('../fonts/myriadpro-regular.eot');
    src: url('../fonts/myriadpro-regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/myriadpro-regular.woff') format('woff'),
    url('../fonts/myriadpro-regular.ttf') format('truetype'),
    url('../fonts/myriadpro-regular.svg#MyriadProRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'helv_light';
    src: url('../fonts/HelveticaNeueCyr-Light.eot');
    src: url('../fonts/HelveticaNeueCyr-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/HelveticaNeueCyr-Light.woff') format('woff'),
    url('../fonts/HelveticaNeueCyr-Light.ttf') format('truetype'),
    url('../fonts/HelveticaNeueCyr-Light.svg#Helv_light') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'helv_bold';
    src: url('../fonts/HelveticaNeueCyr-Bold.eot');
    src: url('../fonts/HelveticaNeueCyr-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/HelveticaNeueCyr-Bold.woff') format('woff'),
    url('../fonts/HelveticaNeueCyr-Bold.ttf') format('truetype'),
    url('../fonts/HelveticaNeueCyr-Bold.svg#Helv_light') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'helv_norm';
    src: url('../fonts/HelveticaNeueCyr-Medium.eot');
    src: url('../fonts/HelveticaNeueCyr-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/HelveticaNeueCyr-Medium.woff') format('woff'),
    url('../fonts/HelveticaNeueCyr-Medium.ttf') format('truetype'),
    url('../fonts/HelveticaNeueCyr-Medium.svg#Helv_Medium') format('svg');
    font-weight: normal;
    font-style: normal;

}

html {
	min-height:100%;
	}
body {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #666;
    font-size:13px;
    margin:0;
    background: url(../images/bg.jpg) no-repeat #eee 50% 0%;
	min-height:100%;
}

p {
    margin: 5px 0 15px;
    text-indent: 30px;
    text-align: justify;
}
li {
    margin: 5px 0;
}

a {
    color: #0b7ec3;
    text-decoration: none;
}
a:hover {
    color: #0b5585;
    text-decoration: underline;
}
a:visited {
    color: #0184D3;
}
.text_blue {
    color: #0184D3;
}
.text_red, a.text_red {
    color: #f24a1d;
}
a.text_red:hover {
    color: #ba3917;
}

table, td,th {
    border-collapse: collapse;
    border-width: 1px;
    padding:4px;
}
thead {
    color: #0A77B8;
}


img {
    border: none;
}

.line_blue_wide {
    top:49px;
    position:absolute;
    left:0;
    right:0;
    height: 11px;
    background-color:#0b7ec3;
}

#logo {
    position: absolute;
    background: url('../images/logo.png');
    width:156px;
    height:120px;
    left: 50%;
    margin-left:-78px;
}
#top_buttons {
    height:22px;
    right:0;
    top: 25px;
    position: absolute;
}

#top_buttons #phone, #top_buttons #mail, #top_buttons #email, #top_buttons #home, #top_buttons #chat {
    height:22px;
    float:left;
    background: url('../images/contacts.png');
}
#top_buttons #phone:hover,
#top_buttons #mail:hover,
#top_buttons #email:hover,
#top_buttons #home:hover,
#top_buttons #chat:hover {
    clip: rect(22px auto 44px auto);
}
#top_buttons #phone {
    background-position: 0 0;

    font-size: 1.1rem;
    text-align: right;
    background: none;
}
#top_buttons #phone:hover {
    background-position: 0 22px;
}
#top_buttons #mail {
    width: 41px;
    background-position: -152px 0;
}
#top_buttons #email {
    width: 31px;
    background-position: -252px 0;
    margin-left: 7px;
}
#top_buttons #email:hover {
    width: 31px;
    background-position: -252px 22px;
}
#top_buttons #mail:hover {
    background-position: -152px 22px;
}
#top_buttons #home {
    width: 29px;
    background-position: -193px 0;
}
#top_buttons #home:hover {
    background-position: -193px 22px;
}
#top_buttons #chat {
    width: 29px;
    background-position: -222px 0;
}
#top_buttons #chat:hover {
    background-position: -222px 22px;
}
#head_contacts {
    position: absolute;
    top: 62px;
    right: 0;
    text-align: right;
    font-size: 10px;
}

#c_btn {
    left: 0;
    top: 62px;
    position: absolute;
    width:255px;
    height:32px;
    background: url('../images/1c_btn.png');
}
#c_btn:hover {
    background-position: 0 100%;
}

#medals {
    left: 0;
    top: 2px;
    height: 45px;
    overflow: hidden;
    position: absolute;
}

#body,#head ,#footer {
    width: 100%;
    position:relative;
    clear: both;
}

#head {
    height: 170px;
}

#head_frame, #body_frame, #footer_frame {
    padding-bottom: 3px;
    width: 900px;
    margin: 0 auto;
    top:0;
    position:relative;
    font-size: 0;
}
#footer_frame {
    text-align: center;
    padding-top: 40px;
    margin-top: 50px;
}
#main_menu {
    top: 141px;
    position: absolute;
    width: 100%;
}
body.opera #main_menu {
    width: 529px!important;
}

.main_menu_item {
    display:inline-block;
    font-size: 14px;
    color: #555;
    font-weight: bold;
    position: relative;
    margin: 0 15px;
}
.main_menu_item_cart {
    background: url(../images/main_menu_cart.png) 0 0;
    width:22px;
    height:19px;
    margin-bottom: -3px;
}
.main_menu_item:hover .main_menu_item_cart, .main_menu_item:hover .main_menu_item_search {
    background-position:100% 0;
}
.main_menu_item_search {
    background: url(../images/main_menu_search.png) 0 0;
    width:22px;
    height:19px;
    margin-bottom: -3px;
}
.main_menu_item_title {
    position: relative;
    z-index: 102;
    line-height: 20px;
    cursor:pointer;
}
.main_menu_item:hover .main_menu_item_title {
	color:white;
}
.main_menu_item:hover .main_menu_item_tag ,.main_menu_item:hover .main_menu_item_box {
    display: block;
}
.main_menu_item_tag {
    display: none;
    position: absolute;
    height: 32px;
	background: #0184D3;
    box-shadow: 0 3px 10px #ccc;
    clip: rect(-20px, 1100px, 24px, -20px);
    top: -2px;
    z-index: 101;
    left: -10px;
    right: -10px;
	height:24px\9;
}
.main_menu_item_box {
    display: none;
    position:absolute;
    width:400px;
    background: #fff;
    z-index: 100;
    box-shadow: 0 3px 10px rgba(0,0,0,0.3);
    top: 21px;
    left: -10px;
    text-align: left;
	border: solid 1px #bbb \9;
}
.main_menu_item_box_content {
    width: 180px;
    padding: 10px 10px 30px;
    min-height:200px;
}
.main_menu_item_box h2{
    font-family:Tahoma, Geneva, sans-serif;
    color: #0184D3;
    font-size: 18px;
    margin: 20px 0 5px;
	font-weight: normal;
}
.main_menu_item_box h2:first-child{
    margin: 0px 0 5px;
}
.main_menu_item_box_content a:hover{
    text-decoration: underline;
}
.main_menu_item_box_content a{
    display:block;
    text-decoration: none;
    font-size: 14px;
    color: #555;
    margin: 0 0 4px;
}
.main_menu_item_box_content a{
    color: #000;
    font-weight: normal;
}
#input_main_search {
    width: 98%;
    height: 22px;
}
.main_menu_btn:hover {
    background: #016aaa;
    transition: 0.1s;
    text-shadow: 0 -1px 0px #003254;
    box-shadow: 0 -1px 3px 0px #3a7dba inset, 0 1px 2px #888;
    border-color: #2f6696;
}
.main_menu_btn {
    margin-top: 130px;
    width: 100%;
    background: #0184D3;
    text-align: center;
    box-shadow: 0 1px 1px 0px rgb(72, 157, 226) inset, 0 1px 3px #bbb;
    border: 1px solid #0172B9;
    border-bottom-color: #015489;
    color: #eee;
    text-shadow: 0 -1px 0px #004777;
    cursor: pointer;
    font-weight: bold;
    transition: 0.4s;
    border-radius: 2px;
    line-height: 22px;
}
.main_menu_item_box_helper label{
    display: inline-block;
    text-decoration: none;
    font-size: 14px;
    line-height: 18px;
    margin: 3px 0;
}
.main_menu_item_box_helper {
    position: absolute;
    top:0;
    bottom:0;
    display: inline-block;
    right:200px;
    padding: 10px 10px 30px;
    background: #fafafa;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    color: #222;
}
.main_menu_item_box_helper .widget_item {
    line-height: 1em;
    height: 34px;
    overflow: hidden;
}

.main_menu_item_box_helper_img {
    position: absolute;
    top:50%;
    margin-top: -90px;
    width:180px;
    height:180px;
}

.main_menu_cart_label {
    font-size: 14px;
    color: #555;
    margin: 5px 0 0;
}
.main_menu_cart_input {
    width:100%;
    height:20px;
    margin-bottom:10px;
}
.main_menu_cart_help_text {
    font-size: 10px;
    margin-top:10px;
    text-align: center;
}
.main_menu_cart_help_img {
    background: url(../images/cart_help.png);
    width:182px;
    height:37px;
    margin-top:5px;
}
.main_menu_cart_content {
    font-family: Verdana, sans-serif ;
    clear: both;
    margin: 30px 0 ;
    font-size: 10px;
    height:320px;
}
.main_menu_cart_item {
    font-family: Verdana, sans-serif ;
    clear: both;
    margin: 10px 0 ;
    font-size: 0;
}
.main_menu_cart_item_title{
    width: 250px;
    display: inline-block;
    vertical-align: top;
    font-size: 10px;
}
.main_menu_cart_item_price{
    width: 80px;
    text-align: right;
    display: inline-block;
    vertical-align: top;
    font-size: 10px;
    font-weight: bold;
    color: #666;
}
.main_menu_cart_item_control {
    display: inline-block;
    width: 30px;
    margin-left:10px;
    margin-top:-3px;
    text-align: center;
}
.main_menu_cart_item_del {
    background: url(../images/cart_del.png);
    width: 13px;
    height: 13px;
    margin:2px;
    display: inline-block;
    cursor: pointer;
}
.main_menu_cart_item_del:hover, .main_menu_cart_item_up:hover, .main_menu_cart_item_down:hover {
    background-position: bottom;
}
.main_menu_cart_item_up {
    background: url(../images/cart_up.png);
    width: 11px;
    height: 10px;
    margin:2px;
    display: inline-block;
    cursor: pointer;
}
.main_menu_cart_item_down {
    background: url(../images/cart_down.png);
    width: 11px;
    height: 10px;
    margin:2px;
    display: inline-block;
    cursor: pointer;
}
#main_menu_cart_sum {
	float:right;
    text-align: right!important;
    width: 200px;
    font-size: 14px;
	margin-top: 20px;
}
.justify_fill {
    display: inline-block;
    width:100%;
    height: 0;
}
.head_shadowLine {
    width: 100%;
    background: url(../images/head_shadowline.png) no-repeat center;
    height:35px;
    position: absolute;
    top: 165px;
}
.widget {
    min-height: 50px;
    width:100%;
    margin: 20px 0 40px;
}
.widget_title {
    text-shadow: 0 1px 0 #fff;
    font-size: 18px;
    width:100%;
    margin: 10px 0;
}

.widget_title:after {
    content: " ";
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    margin-top: 3px;
    background: url(../images/widget_shadowline.png);
    box-shadow: 0 1px 0 #fff;
    z-index: -1;

}
a.widget_all_link {
    font-size: 12px;
    float: right;
    color: #777;
}
a.widget_all_link:hover {
    color: #555;
}

a.widget_item {
    margin: 15px 0;
    display: block;
    font-size: 11px;
    color: #555;
    text-decoration: none;
    clear: both;
    min-height: 20px;
}
a.widget_item:hover {
    color: #000;
}
.wdgt_news_item_title {
    color: #0b7ec3;
    font-size: 12px;
    margin-bottom: 2px;

}
#wdgt_news_img {
    background: url(../images/wdgt_news_img.png);
    width:52px;
    height:47px;
    display: inline-block;
    margin-top: -30px;
    margin-bottom: -14px;
    margin-right: 15px;
    z-index: 10;
}
#wdgt_cal_img {
    background: url(../images/wdgt_cal_img.png);
    width:52px;
    height:48px;
    display: inline-block;
    margin-top: -30px;
    margin-bottom: -14px;
    margin-right: 15px;
    z-index: 10;
}
#wdgt_study_img {
    background: url(../images/wdgt_study_img.png);
    width:47px;
    height:48px;
    display: inline-block;
    margin-top: -30px;
    margin-bottom: -20px;
    margin-right: 15px;
    z-index: 10;
}
.wdgt_events_item_date {
    font-size: 18px;
    margin-right: 15px;
    float: left;
    margin-top: 0.1em;
    text-align: center;
}
.item_date {
    text-align: center;
}
.item_month {
    font-size: 0.7em;
    line-height: 0.4em;
}
.wdgt_prod_item_img {
    float: left;
    margin-right: 15px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width:29px;
    height: 36px;
    margin-top: -5px;

}
.widget_body_prod .widget_item {
    min-height:30px;
}

.widget_item_client {
    display: inline-block;
    width: 70px;
    height:70px;
    background: #e5e5e5;
}
.widget_body_client {
    text-align: justify;
}
#widget_promo {
    /* background: url(../images/widget_promo_bg.png); */
    width: 872px;
    height: 225px;
    margin: 0 14px;
    padding: 10px 0;
    position: relative;
    overflow: hidden;
}
#widget_promo_content {
    background: white;
    border: 1px solid #AAAAAA;
}
.widget_promo_slide {
    width: 870px;
    height: 215px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
#widget_promo_control {
    position: absolute;
    bottom: 5px;
    right: 0px;
    left: 0;
    text-align: right;
}
.widget_promo_selector {
    width: 45px;
    height: 5px;
    display: inline-block;
    background: #fff;
    font-size: 10px;
    line-height: 14px;
    text-align: center;
    text-shadow: 0 1px 1px #fff;
    color: #000;
    margin-right: 3px;
    border-bottom: 1px solid #ddd;
}
.widget_promo_selector_active, .widget_promo_selector:hover {
    background: #0184D3;
    color: #fff;
    cursor:pointer;
    text-shadow: 0 -1px 1px #012745;
    border-bottom: 1px solid #0172b6;
}
.logo_mini_bw {
    z-index: 1;
    position: absolute;
    background: url('../images/logo_mini_bw.png');
    width:29px;
    height:29px;
    left: 50%;
    margin-left:-15px;
}
.logo_mini_bw:hover {
    background-position:100% 0;
}
a.bot_btn {
    margin:0 10px;
    font-size: 10px;
    color:#555;
    text-shadow: 0 1px 0 #fff;
    text-decoration: none;
}
a.bot_btn:hover{
    color:#333;
    text-decoration: underline;
}
#bot_shadow {
    font-size: 9px;
    color:#888;
    text-shadow: 0 1px 0 #f5f5f5;
    text-decoration: none;
    margin-bottom: 10px;
}
#navi_img_comp {
    background: url(../images/navi_img_comp.png);
}
#navi_img_prod {
    background: url(../images/navi_img_prod.png);
}
#navi_img_incept {
    background: url(../images/navi_img_incept.png);
}
#navi_img_web {
    background: url(../images/navi_img_web.png) no-repeat center center;
}
#navi_img_help {
    background: url(../images/navi_img_help.png);
}
#navi_img_consult {
    background: url(../images/navi_img_consult.png);
}
#navi_img_study {
    background: url(../images/navi_img_study.png);
    bottom:-20px;
    margin:0;
    top:auto;
}
#navi_img_search {
    background: url(../images/navi_img_search.png);
    bottom:0px;
    margin:0;
    top:auto;
}
#navi_img_cart {
    background: url(../images/navi_img_cart.png);
    bottom:0px;
    margin:0;
    left:50px;
    position: absolute;
    width:84px;
    height:72px;
}

#left_column {
    width: 150px;
    padding: 0 10px 50px 10px;
    margin: 0px 10px 10px -10px;
    border-right: 1px solid #e2e2e2;
    box-shadow: 1px 0 0 #fff;
    min-height: 500px;
}
#right_column {
    width: 150px;
    padding: 0 10px 50px 0;
    margin: 0px -10px 10px 10px;
    border-left: 1px solid #e2e2e2;
    box-shadow: 1px 0 0 #fff inset;
    min-height: 500px;
}
#content_frame, #left_column, #right_column {
    display:inline-block;
    vertical-align: top;
}
#content_frame {
    margin: 0 10px;
    width: 548px;
}
.column_nav h2:first-child {
    margin: 5px 0 5px;
}
.column_nav h2 {
    color: #0184D3;
    font-size: 1.5em;
    margin: 1.6em 0 0.4em;
    text-shadow: 0 1px 0 #fff;
}
.column_nav a {
    display: block;
    color: #666;
    text-decoration: none;
    font-size: 1.2em;
    line-height: 1em;
    padding: 0.3em 0 0.1em 11px;
    margin-bottom: 0.2em;
    margin-left: -10px;
    margin-right: -10px;
    text-shadow: 0 1px 0 #fff;
}
#left_column a.selected {
    background: #0184D3;
    color:#fff;
    text-shadow: 0 0px 3px #0062a8;
    font-weight: bold;
    font-size: 1.15em;
}
#article_head {
    margin-bottom:30px;
}
#article_head h2{
    color: #0184D3;
    text-shadow: 0 1px 0 #fff;
    line-height: 1.3em;
    font-size: 18px;
    margin:0;
}
#article_head h3{
    color: #777;
    font-size: 10px;
    margin:0;
}
#article_body {
    margin-top:20px;
    color: #333;
    font-size: 12px;
    line-height: 1.7em;
}
#art_text {
    font-family: Verdana, sans-serif;
}
#article_body h1{
    color: #0184D3;
    text-shadow: 0 1px 0 #fff;
    font-size: 18px;
    font-weight: normal;
}
#article_body h2{
    text-shadow: 0 1px 0 #fff;
    font-size: 14px;
    font-weight: bold;
    margin-left:10px;
}

#article_body img{
    max-width: 480px;
    height: auto;
}

#article_body li{
    line-height: 1.2em;
    margin: 1.2em 0;
}
#book_content li{
    line-height: 1.1em;
    margin: 0.5em 0;
}
#product_var_frame {
    margin-top: 20px;
    width: 100%;
}

.product_var_item {
    font-size: 12px;
    width: 100%;
    color: #555;
    margin: 12px 0;
}

.product_var_item_price {
    float: right;
}

.product_var_item_buy{
    float: right;
}
.product_var_item_title {
    width:350px;
    display: inline-block;
}
a.small_btn:active {
    margin-top: -1px;
    background: #01416c!important;
}
a.small_btn:hover {
    background: #016aaa;
    transition: 0.1s;
    text-shadow: 0 -1px 0px #003254;
    box-shadow: 0 -1px 3px 0px #3a7dba inset, 0 1px 2px #888;
    border-color: #2f6696;
}
a.small_btn {text-decoration: none;
    margin: -2px 5px;
    padding: 2px 5px;
    background: #0184D3;
    text-align: center;
    box-shadow: 0 1px 1px 0px rgb(72, 157, 226) inset, 0 1px 3px #bbb;
    border: 1px solid #0172B9;
    border-bottom-color: #015489;
    color: #eee;
    text-shadow: 0 -1px 0px #004777;
    cursor: pointer;
    font-weight: bold;
    transition: 0.4s;
    border-radius: 2px;
}
.article__img {
    float:left;
    margin-right: 20px;
    margin-bottom: 5px;
    margin-top: 5px;
    background: #ccc;
}

#article_tab_frame {
    border-bottom:1px solid #d5d5d5;
    box-shadow: 0 1px 0 #eee;
    padding-bottom: 20px;
}

#article_tab_control {
    width:100%;
    margin:20px 0;
}
#article_tab_control_frame {
    border-bottom:3px solid #0184D3;
    clear: both;

}
#article_tab_content_frame {
    padding-top: 10px;
}
.article_tab_control {
    display: inline-block;
    color: #777;
    padding: 2px 10px ;
    font-size: 15px;
    cursor:pointer;
    margin-right: 10px;
    font-weight: bold;
    transition: 0.1s;
}
.article_tab_control:hover {
    color: #444;
}
.article_tab_control_selected {
    color: #fff!important;
    text-shadow: 0 0 5px #016CB0;
    background: #0184D3;
}
.article_tab_content {
}

.course_eventlist {
    color: #0184D3;
    display: inline-block;
    vertical-align: top;
    width:350px;
    text-align: right;
}
.course_eventlist_item {
    margin-bottom: 10px;
}
.course_eventlist_item_date {
    vertical-align: top;
    font-size: 14px;
    display: inline-block;
}
.course_eventlist_item_date .item_month{
    margin-top:-3px;
}
.course_eventlist_item_time {
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
}
.item_min {
    display: inline-block;
    font-size: 9px;
    vertical-align: top;
    margin-top: -2px;
}
#article_foot {
    border-top:1px solid #d5d5d5;
    box-shadow: 0 -1px 0 #eee;
    clear: both;
    padding-top:20px;
    margin-top:40px;
}
#article_foot h2{
    color: #0184D3;
    text-shadow: 0 1px 0 #fff;
    line-height: 1.3em;
    font-size: 14px;
    margin:0 0 10px;
}
#article_foot h3{
    color: #222;
    line-height: 1.3em;
    font-size: 12px;
    margin:7px 0;
}
#course_minimap {
    float:left;
    background: url(../images/mini_map.png);
    width:92px;
    height:86px;
    box-shadow: 0 1px 1px #aaa;
    margin: 0 10px 0 0;
}
#content_search {
    width: 100%;
    margin:10px 0 20px;
    padding-bottom: 5px;
    border-bottom: 1px solid #eee;
    font-size:0;
}
#content_search_label {
    display: inline-block;
    font-size: 12px;
    width: 74px;
}
#content_search_input {
    display: inline-block;
    font-size: 12px;
    width: 458px;
    color: #999;
}
.list_item {
    font-size: 0;
    margin-bottom: 20px;
}
.list_item h3 {
    margin:0;
    font-size: 14px;
    line-height: 1.3em;
    color: #333;
    font-weight: bold;
}
.list_item_text {
    font-size: 14px;
    display: block;
    line-height: 1.2em;
    vertical-align: top;
}
.list_item_img {
    display:block;
    vertical-align: top;
    width:50px;
    float: left;
    margin-right: 20px;
}
.courselist_shedule {
    margin-top: 10px;
}
.courselist_shedule .item_month {
    margin-top: 2px;
}
.article_tab_control_cal {
    margin:0;
    padding: 2px 5px;
    color: #555;
    position: relative;
}
.article_tab_control_cal_year {
    top: -18px;
    color: #016CB0!important;
    position: absolute;
    text-shadow: none;
    font-size: 12px;
}
.article_tab_control_cal_past {
    margin:0;
    padding: 2px 5px 0;
    color: #999;
}
.evenlist_item_date_block {
    display:inline-block;
    width: 12%;
    font-size: 12px;
    vertical-align: top;
    text-align: center;
    color: #016CB0!important;
}
.evenlist_item_title_block {
    display:inline-block;
    width: 60%;
    font-size: 12px;
    vertical-align: top;
    line-height: 1.2em;
}
.evenlist_item_registr_block {
    display:inline-block;
    width: 15%;
    font-size: 12px;
    vertical-align: top;
    text-align: right;
}
.evenlist_item {
    text-align: justify;
    font-size:0;
    margin: 20px 0;
}
.eventlist_item_time {
    display: inline-block;
    color: #555!important;
    font-size: 9px;
}
.eventlist_item_time .item_min {
    display: inline-block;
    color: #555!important;
    font-size: 7px;
}
.product_item_option {
    font-size: 10px;
    font-weight: bold;
    line-height: 1.2em;
}
#finalcart_success {
    font-size: 20px;
    text-align: center;
    margin-top: 20px;
    line-height: 1.3em;
}
#finalcart_loading {
    background: url(../images/ajax-loader.gif);
    width: 16px;
    height: 11px;
    margin: 17px auto;
}
