﻿body { padding: 0;margin: 0;}
table
{
    border-collapse: collapse;
}
/* Price Widget */
.content_block
{
    padding: 8px;
    background-color: #f7f7f7;
    text-align: center;
    padding-top: 20px;
    font-family: Arial, sans-serif;
}
#logo
{
    margin-top: 15px;
}
.content_block ul.tabs_group
{
    height: 34px;
    list-style-type: none;
    padding: 0;
    display: table;
    table-layout: fixed;
    width: 100%;
    margin-bottom: 0;
    font-size: 15px;
    font-family: Calibri, sans-serif;
    z-index: 7;
    position: relative;
}
.content_block .tabs_group li
{
    cursor: pointer;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: solid #999999 1px;
    margin-right: 1px;
    border-radius: 5px 5px 0 0;
    background-color: #d9d9d9;
    display: table-cell;
}
.content_block .tabs_group li.active
{
    background-color: #f7f7f7;
    border-bottom-color: #f7f7f7;
}
#main_menu.widgets .tabs ul li:last-child
{
    border-right: solid 1px #1f1f21;
}

/* Price Widget BODY */
.content_block .body_inner
{
    border-radius: 0 0 9px 9px;
    border: solid #999999 1px;
    height: 217px;
    position: relative;
    background-color: #f7f7f7;
    z-index: 2;
}
.content_block .body_inner ul.tabs_content
{
    padding: 0;
    margin: 0;
}
.content_block .body_inner div.indexes
{
    padding-top: 10px;
}
.content_block .body_inner div.indexes table
{
    width: 100%;
}
.content_block .body_inner div.indexes table th
{
    font-weight: bold;
    color: white;
	height: 28px;
	background-color: #797979;
}
.content_block .body_inner div.indexes table tr td:first-child
{
    font-weight: bold;
}
.content_block .body_inner div.indexes table tr
{
    height: 16px;
    line-height: 16px;
    font-size: 11px;
}
.content_block .body_inner div.indexes table tr th
{
    font-size: 13px;
}
.content_block .body_inner div.indexes table tr td, .content_block .body_inner div.indexes table tr th
{
    text-align: center;
}
.content_block .body_inner div.indexes table tr td:first-child, .content_block .body_inner div.indexes table tr th:first-child
{
    border-left-color: #fff;
}
.content_block .body_inner div.indexes table tr td:last-child, .content_block .body_inner div.indexes table tr th:last-child
{
    border-right-color: #fff;
}
.content_block .body_inner div.indexes table tr:nth-child(2n)
{
    background: #edfbd7;
}
.content_block .body_inner div.indexes table tr span.down, .content_block .body_inner div.indexes table tr span.up
{
    width: 12px;
    height: 16px;
    display: inline-block;
    background: url("/Content/images/price_widget_arrows_sprite.gif") no-repeat;
}
.content_block .body_inner div.indexes table tr span.down
{
    background-position: 2px -5px;
}
.content_block .body_inner div.indexes table tr span.up.up
{
    background-position: 2px 7px;
}
.content_block .tabs_content li.show_me
{
    display: block !important;
}
.content_block .tabs_content li.tc
{
    display: none;
}
#btns a
{
    text-decoration: initial;
    height: 53px;
    display: inline-block;
    background: url("/Content/CTM/images/ctm_widget_butn_sprite.gif") repeat-x;
    border-radius: 0 0 5px 5px;
    margin-top: -7px;
    font-size: 12px;
    width: 49%;
    float: right;
    padding-top: 22px;
}
#btns a:hover
{
    text-shadow: 1px 1px 2px black;
}
#btns a:first-line
{
    font-size: 15px;
}
#btns a:active, #btns a:hover, #btns a
{
    color: white;
}
#btns a.live
{
    background-position: 0 -152px;
    float: left;
}
#btns a.live:active
{
    background-position: 0 -229px;
}
#btns a.demo:active
{
    background-position: 0 -77px;
}
.content_block .body
{
    position: relative;
    margin-top: -1px;
}

.content_block .body:before, .content_block .body:after
{
    content: "";
    position: absolute;
    z-index: 1;
    bottom: 12px;
    left: 5%;
    width: 90%;
    height: 14px;
    -webkit-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
    box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
    -moz-border-radius: 100px / 10px;
    border-radius: 100px / 10px;
}

