img {
    vertical-align: middle;
    border:0px;
}

#googleAcc {
    color: green;
    font-weight: bold;
}

html {

    margin:0px;
    padding:0px;
}
body {
    color: #111;
    font: normal 12px arial, serif;
    background: #EDF0F4 url(/public/images/header_background.png) repeat-x;
    font-family: arial, verdana, sans-serif;
    margin:0px;
    padding:0px;

}

.white_block {
    padding: 10px;
    margin: 10px;
    background: #FFF;
    border: 1px solid #C4C4C4;
    -webkit-border-radius: 5px;
    margin-top: 15px;
    position: relative;
}


@media (max-width: 400px) {

.side_partner {
     float:right;
    margin-left:10px;
 }
    .white_block {
        margin:0px;
        padding:20px;
        border:0px none;
    }
}




td {
    padding: 0px;
}

h2 {
    margin-top: 0px;
}
h2 a {
    text-decoration: none;
}

table {
    margin: 10px 0;
}

td, th {
    padding: 5px 10px;
    vertical-align: top;
}

#edit_profile th {
    text-align: right;

}

textarea {
    height: 10em;
    width: 18em;
    display: block;
    margin-top: 5px;
}

small {
    font-size: 11px;
    display: block;
    margin-top: 5px;
    color: #999;
}

address {
    margin-top: 20px;
}

.selected {
    background: yellow;
    font-weight: bold;
}

#status {
    color: green;
    display: none;
}

a {
    color: #005C9C;
}

.loading_cell {
    background: url(/public/images/spinner16light.gif) no-repeat 50% 50%;
}

.profile_list_table {
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    aborder-collapse: collapse !important;
    margin: 0px;
    padding: 0px;
}

#bottom_footer_row td {
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;

    height: 6px;
    font-size: 1px;
    line-height: 1px;
    background-color: #EFEFEF;
    border-color: #CCCCCC;
    border-style: solid;
    border-width: 1px;
    border-right: 0px none;
    border-bottom: 0px none;
    padding: 0px;

    border-bottom: 1px solid #CCCCCC !important;
}

#total_row td, #avg_row td {
    background-color: #EFEFEF;
    border-color: #CCCCCC;
    border-style: solid;
    border-width: 1px;
    border-right: 0px none;
    border-bottom: 0px none;
    padding: 3px;
}

.profile_list_table .caption {
    background-color: #EFEFEF;
    border-color: #CCCCCC;
    border-style: solid;
    border-width: 1px;
    border-right: 0px none;
    border-bottom: 0px none;
    padding: 5px;
}

.profile_list_table th.caption {
    font-weight: normal;

}

.profile_list_table .caption a {
    cursor: pointer;
    color: #000;
}

.profile_list_table .property_row {
    background-color: #f7f7f7;
    padding-left: 12px;
    padding-top: 12px;
    padding-bottom: 12px;
    border-color: #dedede;
    border-style: solid;
    border-width: 1px;
}

.profile_list_table tbody tr {
    background: #FFF;
}

.profile_list_table tbody  tr:nth-child(2n) {
    background: #F8F8F8; /* Цвет фона */
}

.profile_list_table tbody tr:hover {
    background: #ffffcc;
}

.profile_list_table tbody tr.empty_tr {
    /*background: #F8F8F8;*/
}

.profile_list_table tbody tr.selected_tr {
    background: #E6F2FA;
}

.profile_list_table tbody tr.selected_tr .profile_name_div {
    font-weight: bold;
}

.profile_list_table tbody td {
    border-color: #EEEEEE;
    border-style: solid;
    border-width: 1px;
    padding: 3px;
    border-right: 0px none;
    border-bottom: 0px none;
}

.profile_list_table .caption {
    cursor: pointer;
}

.profile_list_table .caption:hover {
    text-decoration: underline;
}

.profile_list_table .sort_icon {
    display: none;
    width: 13px;
    height: 11px;
    float: right;
}

.profile_list_table .headerSortUp {
    padding-right: 16px;
    background: #EDF0F4 url("/public/images/sort_desc.gif") no-repeat right center
}

.profile_list_table .headerSortDown {
    padding-right: 16px;
    background: #EDF0F4 url("/public/images/sort_asc.gif") no-repeat right center
}

.profile_list_table tbody tr:first-child td {
    border-top: 0px none;
}

.profile_list_table tfoot td {
    background: #FFF;
    border-color: #dedede;
    border-style: solid;
    border-width: 1px;
    padding: 3px;
}

.profile_list_table tfoot tr:last-child td {
    border-bottom: 1px solid #CCCCCC !important;
}

.profile_list_table thead tr:last-child th {
    border-bottom: 1px solid #CCCCCC;
}

.profile_list_table tbody tr td:last-child {
    border-right: 1px solid #dedede;
}

.profile_list_table thead tr th:last-child, .profile_list_table tfoot tr td:last-child {
    border-right: 1px solid #CCCCCC !important;
}

#loading_table_profiles td {
    height: 19px;
    border: 0px none;
    border-right: 1px solid #dedede !important;
    border-left: 1px solid #EEEEEE !important;
}

.account_table_top_row {
    margin: 0px;
    margin-top: 10px;
    background-color: #7C7C7C;

    -moz-border-radius-topleft: 4px; /* FF1+ */
    -webkit-border-top-left-radius: 4px; /* Saf3+, Chrome */
    border-top-left-radius: 4px; /* Opera 10.5, IE 9 */

    -moz-border-radius-topright: 4px; /* FF1+ */
    -webkit-border-top-right-radius: 4px; /* Saf3+, Chrome */
    border-top-right-radius: 4px; /* Opera 10.5, IE 9 */
    color: #FFF !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-weight: 700;
    width: 100%;
    border-collapse: collapse !important;
}

.account_table_top_row td {
    padding: 0px;
    white-space: nowrap;
}

.account_table_top_text {
    padding: 5px 0 5px 10px;
    text-align: left;
}

.account_add_account_link {
    padding: 5px 10px 5px 0px;
    text-align: right;
}

.account_add_account_link a:link, .account_add_account_link a:visited {
    color: #FFF;

}

.profile_name {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.profile_name div {
    position: relative !important;
}

.profile_name div.profile_name_div {
    -webkit-mask-image: -webkit-gradient(linear, left top, right top, color-stop(0.6, rgba(0, 0, 0, 1)), color-stop(1, rgba(0, 0, 0, 0)));
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
    position: relative;
}

.profile_name div.profile_name_div .info_name {
    position: absolute;
}

.edit_icon {
    position: absolute;
    right: 0px;
    opacity: 0;
    z-index: 1000;
}

tr:hover .edit_icon {
    opacity: 1;
}

.standout {
    background: whiteSmoke;
    border: 1px solid #AAD388;
    color: #555;
    font-size: 9px;
    padding: 0.7em;
    text-align: center;
}

.starred_icon, .unstarred_icon {
    margin-left: 3px;
    margin-top: 3px;
    height: 14px;
    width: 14px;
    float: left;
}

.starred_icon {
    background: no-repeat url(/public/images/sprites.png) -267px -134px;
    height: 14px;
    width: 14px;
}

.unstarred_icon {
    background: no-repeat url(/public/images/sprites.png) -108px -134px;
    height: 14px;
    width: 14px;
}

.favorited td {
    font-weight: bold;
}

.option_fav {
    background: #FFFFCC;
    color: #005C9C;
}

.graph_date_options {
    float: right;
    position: relative;
    margin-right: 1px;
}

.graph_date_options dl {
    margin: 6px;
    float: left;
    white-space: nowrap
}

.graph_date_options dt {
    color: #FFF;
    float: left;
    line-height: 21px;
    text-align: right;
    font-weight: bold;
    padding: 0 5px 0 0
}

.graph_date_options dd {
    float: left;
    margin: 0;
    position: relative
}

.graph_date_options dd a {
    float: left;
    margin-right: -1px;
    width: 25px;
    height: 21px;
    position: relative;
    z-index: 10
}

.graph_date_options div {
    float: left;
    position: relative
}

.graph_date_options dd a.selected, .graph_date_options dd a:hover {
    z-index: 100
}

.graph_date_options dd a:hover {
    margin-left: 0;
    left: 0
}

.graph_date_options .view_by_hour a {
    background: no-repeat url(/public/images/sprites.gif) -350px -256px;
    height: 21px;
    width: 25px
}

.graph_date_options .view_by_hour a:hover {
    background: no-repeat url(/public/images/sprites.gif) 0 0;
    height: 21px;
    width: 25px
}

.graph_date_options .view_by_hour a.selected {
    background: no-repeat url(/public/images/sprites.gif) -223px -360px;
    height: 21px;
    width: 25px
}

.graph_date_options .view_by_hour a.disabled, .graph_date_options .view_by_hour a.disabled :hover {
    background: no-repeat url(/public/images/sprites.gif) -350px -256px;
    height: 21px;
    width: 25px
}

.graph_date_options .view_by_nth_hour a {
    background: no-repeat url(/public/images/sprites.gif) -325px -256px;
    height: 21px;
    width: 25px
}

.graph_date_options .view_by_nth_hour a:hover {
    background: no-repeat url(/public/images/sprites.gif) -297px -642px;
    height: 21px;
    width: 25px
}

.graph_date_options .view_by_nth_hour a.selected {
    background: no-repeat url(/public/images/sprites.gif) -375px -407px;
    height: 21px;
    width: 25px
}

.graph_date_options .view_by_nth_hour a.disabled, .graph_date_options .view_by_nth_hour a.disabled :hover {
    background: no-repeat url(/public/images/sprites.gif) -167px -621px;
    height: 21px;
    width: 25px
}

.graph_date_options .view_by_nth_day a {
    background: no-repeat url(/public/images/sprites.gif) -177px -360px;
    height: 21px;
    width: 25px
}

.graph_date_options .view_by_nth_day a:hover {
    background: no-repeat url(/public/images/sprites.gif) -192px -621px;
    height: 21px;
    width: 25px
}

.graph_date_options .view_by_nth_day a.selected {
    background: no-repeat url(/public/images/sprites.gif) -135px -390px;
    height: 21px;
    width: 25px
}

.graph_date_options .view_by_nth_day a.disabled, .graph_date_options .view_by_nth_day a.disabled :hover {
    background: no-repeat url(/public/images/sprites.gif) -177px -360px;
    height: 21px;
    width: 25px
}

.graph_date_options .view_by_nth_day.alt a {
    background: no-repeat url(/public/images/sprites.gif) -275px -269px;
    height: 21px;
    width: 25px
}

.graph_date_options .view_by_nth_day.alt a:hover {
    background: no-repeat url(/public/images/sprites.gif) -300px -269px;
    height: 21px;
    width: 25px
}

.graph_date_options .view_by_nth_day.alt a.selected {
    background: no-repeat url(/public/images/sprites.gif) -133px -575px;
    height: 21px;
    width: 25px
}

.graph_date_options .view_by_nth_day_alt a.disabled, .graph_date_options .view_by_nth_day_alt a.disabled :hover {
    background: no-repeat url(/public/images/sprites.gif) -275px -269px;
    height: 21px;
    width: 25px
}

.graph_date_options .view_by_day_of_week a {
    background: no-repeat url(/public/images/sprites.gif) -160px -390px;
    height: 21px;
    width: 25px
}

.graph_date_options .view_by_day_of_week a:hover {
    background: no-repeat url(/public/images/sprites.gif) -42px -214px;
    height: 21px;
    width: 25px
}

.graph_date_options .view_by_day_of_week a.selected {
    background: no-repeat url(/public/images/sprites.gif) -275px -390px;
    height: 21px;
    width: 25px
}

.graph_date_options .view_by_day_of_week a.disabled, .graph_date_options .view_by_day_of_week a.disabled :hover {
    background: no-repeat url(/public/images/sprites.gif) -160px -390px;
    height: 21px;
    width: 25px
}

.graph_date_options .view_by_nth_yesterday a {
    background: no-repeat url(/public/images/sprites.gif) -88px -253px;
    height: 21px;
    width: 25px
}

.graph_date_options .view_by_nth_yesterday a:hover {
    background: no-repeat url(/public/images/sprites.gif) -88px -274px;
    height: 21px;
    width: 25px
}

.graph_date_options .view_by_nth_yesterday a.selected {
    background: no-repeat url(/public/images/sprites.gif) -88px -295px;
    height: 21px;
    width: 25px
}

.graph_date_options .view_by_nth_yesterday a.disabled, .graph_date_options .view_by_nth_yesterday a.disabled :hover {
    background: no-repeat url(/public/images/sprites.gif) -88px -582px;
    height: 21px;
    width: 25px
}

.graph_date_options .view_by_nth_week a {
    background: no-repeat url(/public/images/sprites.gif) -230px -582px;
    height: 21px;
    width: 25px
}

.graph_date_options .view_by_nth_week a:hover {
    background: no-repeat url(/public/images/sprites.gif) -375px -272px;
    height: 21px;
    width: 25px
}

.graph_date_options .view_by_nth_week a.selected {
    background: no-repeat url(/public/images/sprites.gif) -133px -621px;
    height: 21px;
    width: 25px
}

.graph_date_options .view_by_nth_week a.disabled, .graph_date_options .view_by_nth_week a.disabled :hover {
    background: no-repeat url(/public/images/sprites.gif) -230px -582px;
    height: 21px;
    width: 25px
}

.graph_date_options .view_by_nth_month a {
    background: no-repeat url(/public/images/sprites.gif) -133px -235px;
    height: 21px;
    width: 25px
}

.graph_date_options .view_by_nth_month a:hover {
    background: no-repeat url(/public/images/sprites.gif) -300px -390px;
    height: 21px;
    width: 25px
}

.graph_date_options .view_by_nth_month a.selected {
    background: no-repeat url(/public/images/sprites.gif) -88px -214px;
    height: 21px;
    width: 25px
}

.graph_date_options .view_by_nth_month a.disabled, .graph_date_options .view_by_nth_month a.disabled :hover {
    background: no-repeat url(/public/images/sprites.gif) -133px -235px;
    height: 21px;
    width: 25px
}

.graph_date_options span {
    font-weight: bold;
    color: #0c4ea6;
    vertical-align: top
}

.graph_date_options .active {
    text-decoration: none;
    color: #0c4ea6;
    cursor: pointer;
    cursor: hand;
}

.graph_date_options .selected {
    color: #666
}

.graph_date_options span.separator {
    color: #666;
    padding-left: 4px;
    padding-right: 4px
}

.grap_date_options span.last {
    padding-left: 10px
}

.graph_date_options span.graph_beta {
    color: red;
    font-weight: bold;
    font-size: 92%;
    vertical-align: top;
    padding: 0
}

.graph_date_options table {
    float: right;
    white-space: nowrap
}

.graph_date_options td {
    margin: 0;
    float: left;
    padding: 0;
    background-position: 100%
}

.graph_date_options td a {
    background-repeat: no-repeat;
    display: block;
    float: left;
    overflow: hidden;
    text-indent: -500px;
    width: 15px
}

.graph_date_options div a {
    text-indent: -5000px;
    text-decoration: none
}

.graph_date_options .hover_desc_container {
    top: -19px;
    right: 4px
}

a.help_resources {
    display: inline-block;
    padding: 1px 0 1px 19px;
    background: url(/public/images/help_dark.gif) center left no-repeat;
    color: #000;
    font-size: 11px;
}

.gplus {
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    position: absolute;
    right: 10px;
    background: url(/public/images/gprofile_button-16.png) no-repeat 0 0;
}

.ad1100 {
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    position: absolute;
    right: 30px;
    background: url(/public/images/1100ad_button-16.gif) no-repeat 0 0;
}

.sodgame {
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    position: absolute;
    right: 50px;
    background: url(/public/images/sodgame_button-16.png) no-repeat 0 0;
}

.external {
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-right: 3px;
    background: url(/public/images/sprites.png) no-repeat -196px 0;
}

#new_analytics .icon, #old_analytics .icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-right: 3px;
}

#new_analytics .icon {
    background: url(/public/images/ga_icons.png) no-repeat 0 0;
}

#old_analytics .icon {
    background: url(/public/images/ga_icons.png) no-repeat -16px 0;
}

#table_scroll {
    position: relative;
    max-height: 415px;
    overflow-y: auto;
    overflow-x: hidden;
    amargin-bottom: 10px;
}

.value.profile_name>div {
    overflow: hidden;
    width: 100%;
}

#table_scroll_limit {
    position: relative;
    min-width: 590px;
    overflow: hidden;
}

#clone_header {
    a-webkit-box-shadow: 0px 3px 20px rgba(255, 0, 0, 0.2);
    position: absolute;
    z-index: 1001;
    margin-top: 0px;
}

#clone_footer {
    a-webkit-box-shadow: 0px -3px 20px rgba(255, 0, 0, 0.2);
    position: absolute;
    z-index: 1000;
}

pre {
    word-break: break-all;
    word-wrap: break-word;
    white-space: pre;
    white-space: pre-wrap;
    color: #111;
    font: normal 12px arial, serif;
    font-family: arial, verdana, sans-serif;
}















/* This cannot be just .install-button because a:link will have a higher
   specificity otherwise (overrides text color) */
#install .install-button
{
    display: none;
    position: relative;
    padding:0px 20px;
    min-height: 50px;
    color: #fff;
    font-size: 24px;
    text-decoration: none;
    text-align: center;
    line-height: 50px;
    background: #c4c4c4;
    background: -webkit-linear-gradient(top, #c4c4c4, #9e9e9e);
    background: -moz-linear-gradient(top, #c4c4c4, #9e9e9e);
    background: -ms-linear-gradient(top, #c4c4c4, #9e9e9e);
    background: -o-linear-gradient(top, #c4c4c4, #9e9e9e);
    background: linear-gradient(top, #c4c4c4, #9e9e9e);
    box-shadow: 0 1px 0 0 #6b6b6b, 0 2px 0 0 #757575;
    text-shadow: 2px 2px 2px #7a7a7a;
    border: none;
    border-radius: 3px;
    bottom: 6px;
    -webkit-transition: box-shadow 0.3s ease;
    -moz-transition: box-shadow 0.3s ease;
    -ms-transition: box-shadow 0.3s ease;
    -o-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
}

.install-button:hover
{
    box-shadow: 0px 2px 7px #6f6f6f, 0 1px 0 0 #6f6f6f;
}

.install-button:active
{
    background: #a2a2a2;
    background: -webkit-linear-gradient(bottom, #cacaca, #a2a2a2);
    background: -moz-linear-gradient(bottom, #cacaca, #a2a2a2);
    background: -ms-linear-gradient(bottom, #cacaca, #a2a2a2);
    background: -o-linear-gradient(bottom, #cacaca, #a2a2a2);
    background: linear-gradient(bottom, #cacaca, #a2a2a2);
    box-shadow: 0px 0px 7px #6f6f6f;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
    bottom: 4px;
}

#content.android .install-button,
#content.firefox.ua-firefox .install-button,
#content.chrome.ua-chrome .install-button,
#content.opera.ua-opera .install-button,
    /* IE6 fixes */
#content.firefox_ua-firefox .install-button,
#content.chrome_ua-chrome .install-button,
#content.opera_ua-opera .install-button
{
    background: #62c52b;
    background: -webkit-linear-gradient(top, #62c52b, #4f9d22);
    background: -moz-linear-gradient(top, #62c52b, #4f9d22);
    background: -ms-linear-gradient(top, #62c52b, #4f9d22);
    background: -o-linear-gradient(top, #62c52b, #4f9d22);
    background: linear-gradient(top, #62c52b, #4f9d22);
    box-shadow: 0 1px 0 0 #486c15, 0 2px 0 0 #517422;
    text-shadow: 2px 2px 2px #327d14;
}

#content.android .install-button:hover,
#content.firefox.ua-firefox .install-button:hover,
#content.chrome.ua-chrome .install-button:hover,
#content.opera.ua-opera .install-button:hover,
    /* IE6 fixes */
#content.firefox_ua-firefox .install-button:hover,
#content.chrome_ua-chrome .install-button:hover,
#content.opera_ua-opera .install-button:hover
{
    box-shadow: 0px 2px 7px #486c15, 0 1px 0 0 #486c15;
}

#content.android .install-button:active,
#content.firefox.ua-firefox .install-button:active,
#content.chrome.ua-chrome .install-button:active,
#content.opera.ua-opera .install-button:active,
    /* IE6 fixes */
#content.firefox_ua-firefox .install-button:active,
#content.chrome_ua-chrome .install-button:active,
#content.opera_ua-opera .install-button:active
{
    background: #4f9d22;
    background: -webkit-linear-gradient(bottom, #62c52b, #4f9d22);
    background: -moz-linear-gradient(bottom, #62c52b, #4f9d22);
    background: -ms-linear-gradient(bottom, #62c52b, #4f9d22);
    background: -o-linear-gradient(bottom, #62c52b, #4f9d22);
    background: linear-gradient(bottom, #62c52b, #4f9d22);
    box-shadow: 0px 0px 7px #486c15;
}

#content.firefox #install-firefox, #content.chrome .install-chrome,
#content.opera #install-opera, #content.android #install-android
{
    display: inline-block;
}

#install ul
{
    list-style: none;
    display: inline-block;
    margin: 0 0 0 5px;
    padding: 0;
    vertical-align: bottom;
}

html[dir="rtl"] #install ul
{
    margin: 0 5px 0 0;
}

#install li
{
    display: inline-block;
    margin: 0 3px;
    font-size: 0;
}

#install li a
{
    width: 19px;
    height: 20px;
}







.rsw-starred {
    background: url(/public/images/star.png);
    float: left;
    width: 11px;
    height: 10px;
}

.slideFull {
    position: relative;
    width: 100%;
    max-width: 960px;
    margin: 0px auto;
    background: url(/public/images/SteamDefense.com/SteamDefenseCoverFull.jpg) 50% 0;
    height: 280px;
    display: block;
    z-index: 220;
    text-align: left;
}

.slideFull a.main {
    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    -ms-transition: all 350ms ease;
    transition: all 350ms ease;
}

.slideFull a.main img {
    display: block;
    opacity: 0;
    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    -ms-transition: all 350ms ease;
    transition: all 350ms ease;
    position: absolute;
    top: 40px;
    left: 50%;
    margin-left: -353px;

    transform: scale(0.7, 0.7);
    -ms-transform: scale(0.7, 0.7); /* IE 9 */
    -webkit-transform: scale(0.7, 0.7); /* Safari and Chrome */
    -moz-transform: scale(0.7, 0.7); /* Safari and Chrome */
}

.slideFull a.main:hover img, .slideFull:hover a.main img {
    opacity: 1;
    top: 30px;
    transform: scale(1, 1);
    -ms-transform: scale(1, 1); /* IE 9 */
    -webkit-transform: scale(1, 1); /* Safari and Chrome */
    -moz-transform: scale(1, 1); /* Safari and Chrome */
}

.slideFull a.main {
    display: block;
    height: 280px;
}

/*
Caption
*/

.slide .caption {
    z-index: 500;
    position: absolute;
    bottom: -100px;
    left: 0;
    right: 0;
    height: 80px;
    padding: 10px 20px;
    background: #000;
    background: rgba(0, 0, 0, 0.6);

    font-size: 1.3em;
    line-height: 1.33;
    color: #fff;
    text-shadow: none;

    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    bottom: 0px;
    text-align: left;
}

#container:hover .caption {
    bottom: 0px;
}

#frame {
    position: absolute;
    z-index: 0;
    width: 739px;
    height: 341px;
    top: -3px;
    left: -80px;
}

.caption_head_icon {
    position: relative;
    height: 64px;
    width: 64px;
}

.caption_head_icon img {
    position: absolute;
    top: 0px;
    left: 6px;
    height: 50px;
    width: 50px;
    border-radius: 2px;
}

.caption_name {
    position: absolute;
    top: 14px;
    left: 90px;
    font-size: 20px;
    color: white;
    text-decoration: none;
    width: 590px;
    height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-decoration: none;
}

.caption_name a {
    color: white;
}

.caption_desc {
    position: absolute;
    top: 65px;
    left: 20px;
    font-size: 11px;
    height: 26px;
    line-height: 12px;
    right: 110px;
    overflow: hidden;
    color: #EBEBEB;
}

.caption_play_btn {
    position: absolute;
    bottom: 10px;
    right: 20px;

    display: inline-block;
    background: #5d9aff;
    border: 1px solid #2f6acb;
    padding: 5px 13px;
    font-size: 15px;
    font-weight: bold;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.05), inset 0 1px 0 0 rgba(255, 255, 255, 0.06);
    -moz-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.05), inset 0 1px 0 0 rgba(255, 255, 255, 0.06);
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.05), inset 0 1px 0 0 rgba(255, 255, 255, 0.06);
    color: #fff;
    text-decoration: none;
    text-shadow: 0 1px 0 #538cea;
}

.caption_play_btn:hover {
    background: #659EFD;
}

.caption_play_btn:active {
    background: #457BD5;
}

.caption-stars-block {
    position: absolute;
    top: 41px;
    left: 90px;
    color: white;
}

.icon-joystick {
    background: url(/public/images/icons-interests.png) no-repeat;
    background-position: -497px 0px;
    width: 16px;
    display: inline-block;
    height: 16px;
}

