/* Common */

html,body {
    background: url(/i/main-bg.jpg) 0 0;
    color: #666;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    height: 100%;
    margin: 0;
    padding: 0;
    width: 100%;
}

img {
    border: 0 none;
}

a {
    color: #3e7e93;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

p {
    clear: both;
    margin: 15px 0 0;
    padding: 0;
}

h1,h2,h3,h4 {
    color: #000;
    font-weight: 400;
    line-height: normal;
    margin: 0 0 15px;
    padding: 0;
}

h1 {
    font-size: 36px;
    font-weight: lighter;
}

h2 {
    font-size: 28px;
    font-weight: lighter;
}

h3 {
    font-size: 16px;
    font-weight: bolder;
}

form,dl,dt,dd {
    display: block;
    margin: 0;
    padding: 0;
}

table,tr,td,th {
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 12px;
    text-align: left;
}

table {
    width: 100%;
}

th {
    background: #ebeef0;
    color: #000;
}

td,th {
    border: 1px solid #ccc;
    padding: 5px;
}

ul,ol {
    margin: 0 0 0 16px;
    padding: 0;
}

/* Hack */

.c:after,.l:after,.r:after,.head-stat p:after,ul.previews li:after {
    clear: both;
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    visibility: hidden;
}

/* Font Face */

h1,h2 {
    font-family: Ubuntu, sans-serif;
    letter-spacing: -1px;
}

/* All Components */

.content {
    background: url(/i/content-bg.png) left top repeat-y;
    clear: both;
    font-size: 14px;
    margin: 0 auto;
    padding: 30px 30px 0;
    width: 906px;
}

.wcont {
    background: url(/i/wcont-bg.png) left top no-repeat;
    margin: -75px -30px 0;
    padding: 30px 30px 0;
    position: relative;
    width: 906px;
}

.c,.l,.r {
    position: relative;
}

.l {
    float: left;
}

.r {
    float: right;
}

hr {
    background: #ccc;
    border: 0 none;
    clear: both;
    display: block;
    height: 1px;
    margin: 20px 0;
    padding: 0;
}

.g435 {
    width: 435px;
}

.gd1 {
    background: url(/i/gray-dot.gif) 453px top repeat-y;
    bottom: -27px;
    margin: -30px 0 0;
    padding: 20px 0 27px;
    position: relative;
    z-index: 100;
}

.gd2 {
    background: url(/i/gray-dot.gif) 453px top repeat-y;
    margin: -30px 0 -27px;
    padding: 20px 0 27px;
    position: relative;
    z-index: 100;
}

.ctr {
    text-align: center !important;
}

.mp {
    margin-top: 15px !important;
}

.top {
    background: url(/i/top.png) right top no-repeat;
    display: block;
    float: left;
    font-size: 11px;
    padding: 2px 25px 10px 0;
}

/* Header */

#header {
    background: url(/i/header-bg.jpg) left top repeat-x;
}

#header .fix {
    margin: 0 auto;
    min-height: 450px;
    position: relative;
    width: 960px;
}

#header.wdef {
    height: 187px;
}

/* Menu */

.menu {
    padding: 55px 0 0;
}

.menu a.logo {
    display: block;
    float: left;
}

.menu ul {
    display: block;
    float: right;
    font-size: 13px;
    font-weight: 700;
    list-style: none;
    margin: 0;
    padding: 23px 20px 0 0;
    text-transform: uppercase;
}

.menu ul li {
    display: block;
    float: left;
    margin: 0 0 0 7px;
}

.menu ul li a {
    color: #fff;
    display: block;
    padding: 0 10px 0 0;
    text-decoration: none;
    text-shadow: #353f48 -1px -1px 0;
}

.menu ul li a span {
    display: block;
    height: 26px;
    padding: 11px 0 0 10px;
}

.menu ul li a:hover,.menu ul li b a {
    background: url(/i/sprite.png) right top no-repeat;
}

.menu ul li a:hover span,.menu ul li b a span {
    background: url(/i/sprite.png) -732px top no-repeat;
}

.menu ul li.lang a,.menu ul li.lang a:hover {
    background: url(/i/sprite-lang.png) left top no-repeat;
    display: block;
    height: 38px;
    width: 56px;
}

.menu ul li.lang a span {
    display: none;
}

.menu ul li.lang a.en {
    background: url(/i/sprite-lang.png) left top no-repeat;
    background-position: left -48px;
}

.menu ul li.lang a.ru {
    background: url(/i/sprite-lang.png) left top no-repeat;
    background-position: left top;
}

.login {
    color: #acbbc6;
    position: absolute;
    right: 30px;
    top: 50px;
    z-index: 100;
}

.login a {
    color: #e0da93;
}

.login span b {
    color: #fff;
}

.cpanel-link {
    -moz-border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0 0 3px 3px;
    -khtml-border-radius: 0 0 3px 3px;
    -o-border-radius: 0 0 3px 3px;
    -ms-border-radius: 0 0 3px 3px;
    -icab-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    background: #000;
    color: #fff;
    display: block;
    font-style: italic;
    padding: 7px 15px;
    position: absolute;
    right: 30px;
    top: 0;
}

.cpanel-link:hover {
    background: #fff;
    color: #000;
}

/* Login Form */

.login-form form {
    border: solid 1px #ccc;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    -icab-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: #e5e5e5 0 1px 5px;
    -webkit-box-shadow: #e5e5e5 0 1px 5px;
    box-shadow: #e5e5e5 0 1px 5px;
    margin-bottom: 3px;
    padding: 20px;
    position: relative;
    width: 393px;
}

.login-form input[type="text"] {
    border: solid 1px #ccc;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    -icab-border-radius: 3px;
    border-radius: 3px;
    color: #666;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    margin: 0 0 10px;
    outline: none;
    padding: 8px;
    width: 220px;
}

.login-form .tit {
    padding: 8px 8px 0 0;
    text-align: left;
    width: 147px;
}

.login-form .link {
    bottom: 0;
    font-size: 12px;
    left: 0;
    line-height: 18px;
    position: absolute;
    text-align: left;
}

/* Teaser */

#teaser {
    background: url(/i/teaser-bg.png) left top no-repeat;
    bottom: 0;
    font-size: 16px;
    height: 308px;
    left: 0;
    line-height: 18px;
    margin: 0 -3px;
    position: absolute;
    /*text-shadow: #000 -1px -1px 0;*/
    width: 966px;
}

#teaser .fix {
    min-height: 0 !important;
    padding: 33px 520px 33px 33px;
    width: auto;
}

#teaser .fix.en {
    background: url(/i/teaser-scheme_en.png) 530px 23px no-repeat;
}

#teaser .fix.ru {
    background: url(/i/teaser-scheme_ru.png) 530px 23px no-repeat;
}

/*#teaser > span { font-size:16px; line-height:21px; display:block; font-family:Arial, Helvetica, sans-serif; padding-top:30px; letter-spacing:normal; color:#999; }*/
#teaser span.desc { font-size:16px; line-height:21px; display:block; font-family:Arial, Helvetica, sans-serif; /*padding-top:30px;*/ letter-spacing:normal; color:#999; }

#teaser h1 {
    color: #fff;
    display: block;
    font-family: Ubuntu, sans-serif;
    font-size: 40px;
    font-weight: 400;
    line-height: 35px;
    margin-bottom: 30px;
    letter-spacing: normal;
}

#teaser p {
    margin: 30px 0 0;
}

/* Buttons */

.bbtn a {
    margin: 0 10px 0 15px;
}

.bbtn a,.bbtn a span {
    background: url(/i/sprite.png) right -42px no-repeat;
    color: #fff;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 12px;
    font-weight: 700;
    line-height: normal !important;
    position: relative;
    text-decoration: none;
    text-shadow: #396754 -1px -1px 0;
    text-transform: uppercase;
}

.bbtn a span {
    background-position: -729px -42px;
    height: 25px;
    padding: 12px 0 0 15px;
    right: 15px;
}

.bbtn a:hover {
    background-position: right -84px;
}

.bbtn a:hover span {
    background-position: -729px -84px;
}

.bbtn a.gray,.bbtn a.gray span {
    background: url(/i/sprite.png) right -126px no-repeat;
    color: #fff;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 12px;
    font-weight: 700;
    position: relative;
    text-decoration: none;
    text-shadow: #333 -1px -1px 0;
    text-transform: uppercase;
}

.bbtn a.gray span {
    background-position: -729px -126px;
    height: 25px;
    padding: 12px 0 0 15px;
    right: 15px;
}

.bbtn a.gray:hover {
    background-position: right -168px;
}

.bbtn a.gray:hover span {
    background-position: -729px -168px;
}

.gbtn a {
    margin: 0 0 0 15px;
}

.gbtn a,.gbtn a span {
    background: url(/i/sprite.png) right -211px no-repeat;
    color: #666;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 14px;
    font-weight: 700;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-shadow: #fff 1px 1px 0;
}

.gbtn a span {
    background-position: -674px -211px;
    height: 28px;
    padding: 10px 0 0 15px;
    right: 15px;
}

.gbtn a:hover {
    background-position: right -254px;
}

.gbtn a:hover span {
    background-position: -674px -254px;
}

p.bbtns {
    margin: 0;
}

.bbtns a {
    margin: 0 10px 5px 0;
}

.bbtns a,.bbtns a span {
    background: url(/i/sprite-bbtn.png) left top no-repeat;
    color: #fff;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 12px;
    font-weight: 400;
    line-height: normal !important;
    position: relative;
    text-align: center;
    text-decoration: none;
}

.bbtns a span {
    background-position: right top;
    height: 19px;
    padding: 5px 10px 0 0;
    right: -10px;
}

.bbtns a:hover {
    background-position: left -28px;
}

.bbtns a:hover span {
    background-position: right -28px;
}

.bbtns i {
    color: #adc9d3;
}

.gbtns a {
    margin: 0 10px 5px 0;
}

.gbtns a,.gbtns a span {
    background: url(/i/sprite-gbtn.png) left top no-repeat;
    color: #fff;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 12px;
    font-weight: 400;
    line-height: normal !important;
    position: relative;
    text-align: center;
    text-decoration: none;
}

.gbtns a span {
    background-position: right top;
    height: 19px;
    padding: 5px 10px 0 0;
    right: -10px;
}

.gbtns a:hover {
    background-position: left -28px;
}

.gbtns a:hover span {
    background-position: right -28px;
}

.gbtns i {
    color: #e3d890;
}

/* Corporate */
/*.corporate {
    position: relative;
    line-height: 18px;
    font-size: 12px;
    clear: both;
    border-top: solid 1px #ccc;
    clear: both;
    margin: 27px -27px 0 !important;
    color: #666;
    text-align: left;
    padding: 0 15px;
}

.corporate div.c {
    padding: 15px 0 5px;
    margin: 0 auto;
    text-align: center;
}

.corporate div.c h2 {
    color: #000;
    font-family: Ubuntu, sans-serif;
    font-size: 30px;
    font-weight: 400;
    letter-spacing: normal;
    padding: 0;
    margin: 0;
}

.corporate div.c h2 em {
    color: #999;
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
}

.corporate div p {
    font-size: 12px;
    color: #666;
    margin: 15px 0 0;
    text-align: center;
    padding: 0 15px;
}*/

/* Corporate */
/*table.corp {
    border: 0 none;
    box-shadow: #eee 0 3px 0;
    line-height: 18px;
    vertical-align: top;
}

table.corp div.c {
    margin: 0 auto;
    text-align: center;
}

table.corp thead {
    display: table-header-group;
    width: 225px;
}

table.corp tr {
    display: table-row !important;
}

table.corp th,table.corp td {
    background: none;
    border: 0 none;
    border-bottom: solid 1px #ccc;
    border-right: 0 none !important;
    border-top: 0 none !important;
    padding: 15px;
    text-align: center;
    vertical-align: baseline;
}

table.corp th {
    color: #999;
    font-size: 14px;
    font-weight: 400;
}

table.corp p {
    font-size: 12px;
    color: #666;
    margin: 15px 0 0;
    text-align: center;
    padding: 0 15px;
}*/

/* Tarifs */

.tarifs {
    border-bottom: solid 1px #ccc;
    margin: -30px -28px 0;
    position: relative;
}

.tarifs ul {
    list-style: none;
    margin: 0 -30px 0 0;
    padding: 0;
}

.tarifs ul li {
    border-right: solid 1px #ccc;
    display: block;
    float: left;
    line-height: 18px;
    min-height: 340px;
    padding: 26px;
    text-align: center;
    width: 188px;
}

.tarifs ul li h2 {
    color: #000;
    font-family: Ubuntu, sans-serif;
    font-size: 30px;
    font-weight: 400;
    letter-spacing: normal;
    padding: 0;
    margin: 0;
}

.tarifs ul li h2 em {
    color: #999;
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
}

.tarifs b {
    color: #3e7e93;
    display: block;
    font-size: 50px;
    padding: 25px 0 0;
}

.tarifs b i {
    color: #999;
    display: block;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    padding: 10px 0 0;
}

.tarifs p {
    font-size: 12px;
    padding: 15px 0 0;
}

.tarifs .gbtn a span {
    width: 158px;
}

.tarifs .gbtn {
    padding: 0;
    position: relative;
}

.tarifs .last {
    border: 0 none;
}

.tarifs .last .gbtn img {
    position: absolute;
    right: -15px;
    top: -25px;
}

.tarifs li.selected {
    background: #e8eff1;
    text-shadow: #fff 1px 1px 0;
}

.tarifs li.selected b {
    color: #71a55e;
}

/* Server List */

.server-list {
    list-style: none;
    margin: 0 0 -12px;
    padding: 0;
}

.server-list li {
    border-top: solid 1px #ccc;
    display: block;
    font-size: 12px;
    padding: 12px 0;
}

.server-list li b {
    color: #000;
    font-size: 16px;
    font-weight: 400;
}

/* News */

.lnews {
    font-size: 12px;
    line-height: 18px;
}

.lnews dt {
    padding-bottom: 10px;
}

.lnews dt a {
    font-size: 16px;
}

.lnews dt p {
    color: #999;
    display: block;
    font-size: 11px;
}

/* Comments */

.comment {
    font-size: 12px;
    line-height: 18px;
}

.comment dt {
    color: #000;
    font-weight: bolder;
}

.par {
    background: url(/i/par1.gif) left top no-repeat;
    display: block;
}

.par em {
    background: url(/i/par2.gif) right bottom no-repeat;
    display: block;
    padding: 0 20px;
}

/* News Archive */

.news-archive dl {
    line-height: 18px;
}

.news-archive dt {
    font-size: 18px;
    padding-bottom: 10px;
}

.news-archive dt span {
    display: block;
    font-size: 11px;
}

/* Contacts */

.contacts b {
    color: #000;
}

.contacts a {
    text-decoration: none;
}

.feedback form {
    position: relative;
}

.feedback input[type="text"] {
    border: solid 1px #ccc;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    -icab-border-radius: 3px;
    border-radius: 3px;
    color: #666;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    margin: 0 0 10px;
    outline: none;
    padding: 6px;
    width: 229px;
}

.feedback textarea {
    border: solid 1px #ccc;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    -icab-border-radius: 3px;
    border-radius: 3px;
    color: #666;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    height: 150px;
    outline: none;
    padding: 6px;
    width: 422px;
}

.feedback .tit {
    padding: 6px 0 0;
    width: 192px;
}

.feedback .captcha {
    text-align: center;
}

.feedback .chek {
    color: #999;
    font-size: 12px;
    padding: 0 0 0 192px;
}

.drop-list {
    background: url(/i/select-fld1.gif) 0 0 no-repeat;
    height: 31px;
    margin: 0 0 10px;
    position: relative;
    width: 243px;
}

.drop-list .drop-txt {
    font-size: 12px;
    left: 9px;
    position: absolute;
    top: 9px;
}

.drop-list select {
    cursor: pointer;
    left: 0;
    opacity: 0;
    -moz-opacity: 0;
    outline: none;
    position: absolute;
    top: 4px;
    width: 243px;
}

/* Control Panel */

.prof-menu {
    margin-bottom: 30px;
    position: relative;
}

.prof-menu ul {
    border-bottom: #ccc solid 1px;
    list-style: none;
    margin: 0;
    padding: 0 10px;
}

.prof-menu ul li {
    display: block;
    float: left;
    margin-bottom: -1px;
}

.prof-menu ul li a {
    border: 0 none;
    border-left: #ccc solid 1px;
    -moz-border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    -khtml-border-radius: 3px 3px 0 0;
    -o-border-radius: 3px 3px 0 0;
    -ms-border-radius: 3px 3px 0 0;
    -icab-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    border-right: #ccc solid 1px;
    border-top: #ccc solid 1px;
    color: #000;
    display: block;
    font-size: 12px;
    font-weight: bolder;
    margin: 0 2px;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    width: 195px;
}

.prof-menu ul li b a {
    border-bottom: #fff solid 1px;
    color: #999;
}

.head-stat {
    border: solid 1px #ccc;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    -icab-border-radius: 3px;
    border-radius: 3px;
    box-shadow: #e5e5e5 0 1px 5px;
    -moz-box-shadow: #e5e5e5 0 1px 5px;
    -webkit-box-shadow: #e5e5e5 0 1px 5px;
}

.head-stat p {
    border-bottom: dashed 1px #ccc;
    margin: 0;
    padding: 15px;
}

.head-stat p span {
    display: block;
    float: left;
}

.head-stat p b {
    display: block;
    float: right;
    font-weight: 400;
    text-align: right;
}

.head-stat p.total {
    border: 0 none;
    text-align: right;
}

.head-stat p.total strong {
    color: #000;
}

.head-stat .c {
    padding: 0 15px 15px;
}

.head-stat .bbtns span {
    width: 178px;
}

.head-stat tr,.head-stat td {
    border: 0 none;
    padding: 15px;
}

.head-stat tr b,.head-stat td b {
    color: #000;
}

.head-stat table label {
    display: block;
    margin-bottom: 5px;
}

.head-stat table select {
    margin: 3px 0 0;
}

.head-stat .active {
    color: #090;
}

.head-stat .active em {
    background: #090;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    -icab-border-radius: 10px;
    border-radius: 10px;
    display: inline-block;
    height: 9px;
    width: 9px;
}

.head-stat .expired {
    color: #C00;
}

.head-stat .expired em {
    background: #C00;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    -icab-border-radius: 10px;
    border-radius: 10px;
    display: inline-block;
    height: 9px;
    width: 9px;
}

/* Pagination */

.pagination {
    padding: 20px 0 0;
    text-align: center;
}

.pagination a {
    display: inline;
    padding: 0 5px;
}

.pagination b a {
    color: #999;
    font-weight: 400;
    text-decoration: none;
}

.pagination a.arr {
    text-decoration: none;
}

/* Help */

.help strong {
    color: #000;
    display: block;
    margin-bottom: 10px;
}

.help ul {
    margin: 0;
    padding: 0;
}

.help ul li {
    margin: 0 0 6px 17px;
    padding: 0;
}

/* Service Logos */

.service-logos {
    background: #fff;
    border-top: solid 1px #ccc;
    clear: both;
    margin: 27px -27px 0 !important;
    /*margin: 15px -27px 0 !important;*/ /* ????? */
    padding: 27px 27px 0;
}

/* Instruction List */

.instruction-list {
    margin-right: -30px;
    position: relative;
}

.instruction-list .head-stat {
    float: left;
    margin: 0 30px 0 0;
    min-height: 210px;
    width: 280px;
}

.instruction-list .head-stat td {
    border-top: solid 1px #ccc;
    padding: 10px;
}

.instruction-list .head-stat strong {
    display: block;
    font-size: 14px;
    margin: 0;
    padding: 10px;
}

/* Prices */

.prices {
    /*margin: 0 -27px 30px;*/
    margin: 0 -27px 15px;
    position: relative;
}

.prices table {
    border: 0 none;
    box-shadow: #eee 0 3px 0;
    line-height: 20px;
    vertical-align: top;
}

.prices thead {
    display: table-header-group;
    width: 225px;
}

.prices table tr {
    display: table-row !important;
}

.prices table th,.prices table td {
    background: none;
    border: 0 none;
    border-bottom: solid 1px #ccc;
    border-right: solid 1px #ccc;
    border-top: solid 1px #ccc;
    padding: 15px;
    text-align: center;
    vertical-align: baseline;
    width: 25%;
}

.prices table th {
    color: #999;
    font-size: 14px;
    font-weight: 400;
}

.prices table th h2 {
    margin: 0 0 5px;
    padding: 0;
}

.prices p {
    font-size: 18px;
}

.prices p b {
    color: #367e93;
}

.prices ul {
    list-style: none;
    margin: 0 -15px;
    padding: 0;
}

.prices ul li {
    border-top: dashed 1px #ccc;
    display: block;
    padding: 5px 15px;
}

.prices ul .bbtns,.prices ul .gbtns {
    border: 0 none !important;
    padding: 0 15px 15px;
}

.prices ul .bbtns a span,.prices ul .gbtns a span {
    width: 189px;
}

.prices .none {
    border-right: 0 none;
}

.prices .selected {
    background: #e8eff1;
}

/* Terms */

.terms {
    font-size: 12px;
    line-height: 20px;
}

.terms ul li,.terms ol li {
    margin-bottom: 20px;
}

/* Unique Tech */

.unique-tech dl {
    margin-bottom: 20px;
    min-height: 49px;
    padding: 0 0 0 60px;
}

.unique-tech dt {
    color: #000;
    font-weight: bolder;
    margin-bottom: 5px;
}

.unique-tech dl.t1 {
    background: url(/i/icon1.gif) left top no-repeat;
}

.unique-tech dl.t2 {
    background: url(/i/icon2.gif) left top no-repeat;
}

.unique-tech dl.t3 {
    background: url(/i/icon3.gif) left top no-repeat;
}

.unique-tech dl.t4 {
    background: url(/i/icon4.gif) left top no-repeat;
}

/* Previews */

ul.previews {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.previews img {
    border: solid 1px #ccc;
    display: block;
    float: left;
    margin: 0 20px 0 0;
    padding: 5px;
}

ul.previews li {
    margin-bottom: 30px;
}

ul.previews li span {
    display: block;
    float: left;
    width: 435px;
}

ul.previews b {
    color: #000;
    display: block;
}

/* Messages */

.error,.success,.warning {
    display: block;
    font-size: 12px;
    margin-bottom: 15px;
    padding: 15px 15px 15px 45px;
}

.error {
    background: url(/i/msg_error.png) 10px 10px no-repeat #f8e9e9;
    border: solid 1px #e2b4b4;
    color: #b24343;
}

.success {
    background: url(/i/msg_success.png) 10px 10px no-repeat #d4f0d0;
    border: solid 1px #a5cd9f;
    color: #48863f;
}

.warning {
    background: url(/i/msg_warning.png) 10px 10px no-repeat #eef0d0;
    border: solid 1px #bfc28a;
    color: #827335;
}

/* Footer */

#footer {
    background: url(/i/footer-bg.png) left top no-repeat;
    margin: 0 auto;
    padding: 50px 0;
    position: relative;
    text-shadow: #fff 1px 1px 0;
    width: 966px;
}

#footer .fix {
    padding: 0 30px;
    text-align: center;
}

#footer ul {
    list-style: none;
    margin: 0 -40px 30px 0;
    padding: 0;
    position: relative;
    text-align: left;
}

#footer ul li {
    display: block;
    float: left;
    line-height: 18px;
    margin: 0 40px 0 0;
    width: 196px;
}

#footer ul li b {
    color: #000;
    display: block;
    font-size: 14px;
}

#footer .fcontact em {
    color: #000;
    font-style: normal;
    font-weight: bolder;
}

#footer .l {
    padding: 3px 0 0;
}

.social td {
    border: 0 none;
    margin: 0;
    padding: 0;
    text-align: center;
    /*text-align: left;*/
    width: 25%;
    /*width: 33%;*/
}

.social td.first { text-align: left; }
.social td.second { padding-right: 60px; }
.social td.third { padding-left: 60px; }
.social td.last { text-align: right; }

/* More Info Box */
#hidden-box { position:relative; margin:-30px -27px 30px -27px; padding:0 30px; border-bottom:solid 1px #ccc; background:#333; }
/*#hidden-box .show_hide { display:none; }*/
/*#hidden-box { display: none; }*/

.more-info { display: none; }
.more-info ul { display:block; width:435px; padding:30px 0 20px 0; margin:0; list-style:none; float:left; font-size:12px; color:#999; }
.more-info ul li { background:url(/i/mibok.png) left 1px no-repeat; display:block; padding:0 0 0 25px; margin-bottom:20px; min-height: 20px; }
.more-info ul.mar { margin-right:30px; }
.obutton { text-align:center; border-top:solid 1px #484848; margin:0 -30px; padding:20px 0 20px 0; }
/*.obutton a { color:#fff; }*/
