select {
    font-family: Tahoma, Verdana;
    font-size: 9px;
    color: #8c979f;
    border: 0 solid #101420;
    background-color: #101420;
    border-top-width: 0;
    border-right-width: 0;
    border-bottom-width: 0;
    border-left-width: 0;
    padding-bottom: 1px;
    margin-bottom: 1px
}

td.fill {
    background: url(images/table_title_bg.jpg)
}

.overlight {
    color: #132463e0 !important;
    background-color: #f3ebeb !important;
    border: 1px solid #132463e0 !important
}

.overlight-no-opacity {
    color: #132463e0 !important;
    background-color: #f3ebeb !important;
    border: 1px solid #132463e0 !important;
    opacity: 1 !important
}

#tooltip {
    font-family: Arial;
    font-size: 11px;
    color: #e4d5c3;
    background-color: #010715;
    border: 1px solid #011225;
    position: absolute;
    z-index: 3000;
    padding: 5px;
    opacity: .9
}

#tooltip div,
#tooltip h3 {
    margin: 0;
    font-size: 11px;
    font-weight: 400
}

span.count a * {
    -moz-opacity: .3
}

span.count a:hover * {
    -moz-opacity: 1
}

a.opacity img {
    -moz-opacity: .7;
    -khtml-opacity: .7;
    opacity: .7
}

a.opacity:hover img {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1
}

a.imgborder img {
    border: 1px solid #453c3f;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, .5)
}

a.imgborder:hover img {
    border: 1px solid #285c96;
    box-shadow: 2px 2px 10px #000
}

a.bad img {
    -moz-opacity: .1;
    -khtml-opacity: .1;
    opacity: .1
}

a.videoborder img {
    border: 1px solid #453c3f;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, .5)
}

a.videoborder:hover img {
    border: 1px solid #285c96;
    box-shadow: 2px 2px 10px #000
}

.videobtn {
    width: 153px;
    height: 107px;
    position: absolute;
    background: url(images/videos/play_video_btn.png) center no-repeat
}

.videobtn:hover {
    background: url(images/videos/play_video_btn_h.png) center no-repeat
}

table.navigation td {
    text-align: center;
    font-size: 15px
}

table.navigation a {
    color: #285c96;
    padding: 2px 6px
}

table.navigation a:hover {
    color: #3c66a2;
    text-decoration: none
}

div.upload {
    padding: 0
}

div.upload table {
    width: 100%;
    border-collapse: collapse
}

div.upload table td {
    padding: 10px;
    color: #982;
    border: 1px solid #a28052
}

div.upload table td.title {
    font-size: 10px;
    padding: 3px;
    color: #c2a275
}

div.upload #realinputfile {
    position: relative;
    width: 385px;
    height: 28px;
    background: url(../images/layout/uploadbtn.png) no-repeat 100% 1px;
    margin: 0
}

div.upload #realinputfile #real {
    position: absolute;
    opacity: 0;
    -moz-opacity: 0;
    font-size: 18px;
    z-index: 0
}

div.upload #fakeinputfile {
    position: absolute;
    z-index: 1;
    margin-top: 1px
}

div.upload #fakeinputfile #fake {
    position: absolute;
    width: 265px;
    height: 25px;
    padding: 2px;
    color: #c2a275;
    font-size: 17px;
    font-family: Arial
}

div.upload span.title {
    font-size: 11px;
    font-weight: 700
}

div.upload input.upload {
    background-color: #211000;
    width: 150px;
    height: 25px;
    color: #c2a275;
    -webkit-box-shadow: 0 0 0 15px #211000 inset;
    border: 1px solid #a28052;
    text-align: center;
    padding-bottom: 1px;
    font-size: 15px
}

div.upload input.upload_btn {
    color: #c2a275;
    background: #150a02;
    width: 150px;
    height: 25px;
    border: 1px solid #a28052;
    text-align: center;
    padding-bottom: 1px;
    font-size: 15px
}

.tb_window {
    position: absolute;
    z-index: 10;
    background-color: #0e121c;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, .1);
    border: 1px solid #bcc9d6;
    text-align: left
}

.tb_window input {
    background: #0e121c;
    border: 1px solid #2e3543;
    color: #bcc9d6
}

.tb_content {
    overflow: auto;
    padding: 7px;
    text-align: left
}

.tb_content h3 {
    color: #285c96
}

.tb_close {
    height: 20px;
    background: url(../modules/smsshop/img/arrow.gif) right top no-repeat
}

.smsshop_info u {
    color: #e76a05
}

table.smsshop_info {
    color: #bcc9d6
}

td.smsshop a {
    color: #bcc9d6;
    text-decoration: none
}

td.smsshop a:hover {
    color: #bcc9d6;
    text-decoration: underline
}

td.smsshop {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #d2c1a2;
    background-color: #0e121c
}

body,
html {
    height: 100%
}

div#fancy_overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #666;
    display: none;
    z-index: 30
}

* html div#fancy_overlay {
    position: absolute;
    height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight: document.body.offsetHeight + 'px')
}

div#fancy_wrap {
    text-align: left
}

div#fancy_outer {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    padding: 18px 18px 33px 18px;
    margin: 0;
    overflow: hidden;
    background: 0 0;
    display: none
}

div#fancy_inner {
    position: relative;
    width: 100%;
    height: 100%;
    border: 1px solid #a28052;
    background: #211000
}

div#fancy_content {
    margin: 0;
    z-index: 100;
    position: absolute
}

div#fancy_div {
    background: #000;
    color: #fff;
    height: 100%;
    width: 100%;
    z-index: 100
}

img#fancy_img {
    position: absolute;
    top: 0;
    left: 0;
    border: 0;
    padding: 0;
    margin: 0;
    z-index: 100;
    width: 100%;
    height: 100%
}

div#fancy_close {
    position: absolute;
    top: -12px;
    right: -15px;
    height: 30px;
    width: 30px;
    background: url(images/fancy/fancy_closebox.png) top left no-repeat;
    cursor: pointer;
    z-index: 181;
    display: none
}

#fancy_frame {
    position: relative;
    width: 100%;
    height: 100%;
    display: none
}

#fancy_ajax {
    width: 100%;
    height: 100%;
    overflow: auto
}

a#fancy_left,
a#fancy_right {
    position: absolute;
    bottom: 0;
    height: 100%;
    width: 35%;
    cursor: pointer;
    z-index: 111;
    display: none;
    background-image: url(data:image/gif;base64,AAAA);
    outline: 0
}

a#fancy_left {
    left: 0
}

a#fancy_right {
    right: 0
}

span.fancy_ico {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    z-index: 112;
    cursor: pointer;
    display: block
}

span#fancy_left_ico {
    left: 10px;
    background: transparent url(images/fancy/fancy_left.png) no-repeat
}

span#fancy_right_ico {
    right: 10px;
    background: transparent url(images/fancy/fancy_right.png) no-repeat
}

a#fancy_left:hover {
    visibility: visible
}

a#fancy_right:hover {
    visibility: visible
}

a#fancy_left:hover span {
    left: 10px
}

a#fancy_right:hover span {
    right: 10px
}

.fancy_bigIframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 0 0
}

div#fancy_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 70;
    border: 0;
    padding: 0;
    margin: 0
}

div.fancy_bg {
    position: absolute;
    display: block;
    z-index: 70;
    border: 0;
    padding: 0;
    margin: 0
}

div#fancy_title {
    position: absolute;
    bottom: -33px;
    left: 0;
    width: 100%;
    z-index: 100;
    display: none
}

div#fancy_title div {
    color: #fff;
    font: bold 12px Arial;
    padding-bottom: 3px
}

div#fancy_title table {
    margin: 0 auto
}

div#fancy_title table td {
    padding: 0;
    vertical-align: middle
}