/** Reset styles */
html, body, div, span, h1, h2, h3, h4, h5, h6, p, a, em, img, strong, ol, ul, li, table, tr, th, td, form {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    background: transparent;
}

html, body {
    height: 100%;
    min-height: 100%;
}

/* ----------
 Common styles
   ---------- */
body {
    font: normal 16px/normal tahoma, arial, verdana, sans-serif;
    text-align: center;
    color: #333;
    background: #f6f6f6;
}

p {
    padding: 0 0 10px;
}

ul {
    padding: 0 0 10px 16px;
}

li {
    padding: 0 0 3px;
    margin-left: 20px;
}

a {
    text-decoration: none;
}

a:link, a:visited {
    color: #1d64c1;
}

a:hover, a:active {
    color: #6687dd;
    text-decoration: underline;
}

.clear, .box .content {
    display: inline-block;
}

.clear {
    clear: both;
}

.clear:after, .box .content:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

* html .clear, * html .box .content {
    height: 1%;
}

.clear, .box .content {
    display: block;
}

.none, .hidden {
    display: none;
}

h1 {
    font-size: 26px;
    margin-bottom: 15px;
}

h2 {
    margin: 5px 0 10px;
    padding: 10px 0 3px;
    font-size: 18px;
    font-weight: normal;
    color: #000;
}

h3 {
    margin: 10px 0 5px 0;
}

.hr {
    border-top: 1px solid #e0e0e0;
    margin-top: 5px;
    padding: 10px 0 0;
    overflow: hidden;
}

.center {
    text-align: center;
}

.large {
    font-size: 130% !important;
    line-height: normal !important;
    word-wrap: break-word;
}

/** ------------
 General layout
    ------------ */
.page {
    position: relative;
    width: 100%;
    min-width: 950px;
    min-height: 100%;
}

* html .page {
    height: 100%;
}

.page .header {
    width: 100%;
    height: 53px;
    text-align: left;
    background: #363b47 url('../img/common/top_bg.png') 0 0 repeat-x;
}

.page .header .company-logo {
    float: right;
    display: block;
    margin: 16px 50px 0 0;
    width: 100px;
    height: 21px;
    overflow: hidden;
    text-indent: -9999px;
    background: transparent url('../img/common/def_parallels_logo.png') 0 0 no-repeat;
}

.page .header .header-area {
    height: 53px;
}

.page .header h1 {
    float: left;
    width: 156px;
    height: 49px;
    text-align: left;
}

.page .header h1 a {
    display: block;
    width: 237px;
    height: 49px;
    overflow: hidden;
    text-indent: -9999px;
    background: url('../img/common/def_plesk_logo.png') 50px center no-repeat;
}

.page .header .header-text {
    float: right;
    font-size: 11px;
}

.page .header .header-text a {
    float: left;
    margin: 11px 13px 0 0;
    color: #506cc6;
    text-decoration: none;
    font-size: 11px;
}

#body {
    margin: 0 auto;
    padding: 24px 0 57px 0;
    width: 934px;
    text-align: left;
    line-height: 140%;
}

#device-image {
    width: 215px;
    height: 270px;
    float: left;
    margin-right: 20px;
    font-size: 1px;
    color: transparent;
    position: relative;
}

#device-image div {
    width: 100%;
    height: 100%;
    background: center center no-repeat;
    position: absolute;
    top: 0;
    left: 0;
}

#device-image .default {
    background-image: url("../img/device/default.png");
}

#device-image .android {
    background-image: url("../img/device/android.png");
}

#device-image .iphone {
    background-image: url("../img/device/iphone.png");
}

#device-image .blackberry {
    background-image: url("../img/device/blackberry.png");
}

/** ----------
 Columns
    ---------- */
div.column1 {
    width: 49%;
    float: left;
}

div.column2 {
    width: 49%;
    float: right;
}

/** ----------
 Rounded box styles
    ---------- */

.box {
    position: relative;
    background: #fff;
    border: 1px solid #c0c0c0;
    width: 100%;
}

.box .content {
    padding: 10px;
}

.box em {
    display: block;
    width: 11px;
    height: 11px;
    position: absolute;
    background: url('../img/common/box-corners.png') no-repeat;
    overflow: hidden;
}

.box em.tl {
    background-position: 0 0 !important;
    left: -1px !important;
    top: -1px !important;
}

.box em.tr {
    background-position: -29px 0 !important;
    right: -1px !important;
    top: -1px !important;
}

.box em.bl {
    background-position: 0 -29px !important;
    left: -1px !important;
    bottom: -1px !important;
}

.box em.br {
    background-position: -29px -29px !important;
    right: -1px !important;
    bottom: -1px !important;
}

/** Nested box */
.box .box {
    background: #f6f6f6;
}

.box .box em {
    background: url('../img/common/nested-box-corners.png') no-repeat;
}

.page .footer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    min-width: 300px;
    height: 38px;
}

/** -------------
 Footer layout
    ------------- */
.page .footer-area {
    height: 38px;
    font-size: 11px;
    text-align: center;
    color: #666666;
}

.page .footer .description {
    margin: 0;
    padding: 12px 10px 0;
}

/* ----------
 Guide tab styles
   ---------- */

.tab-wrapper {
    position: relative;
    /*background-color: #c6c6f6;*/
}

/* Guide tab buttons */
.tab-wrapper div.tabs {
    /*background-color: #f6c6c6;*/
    font-size: 21px;
    line-height: 21px;
    padding: 0;
    margin: 0;
    position: absolute;
    top: -41px;
    left: 215px;
}

.tab-wrapper div.tabs a {
    /*background-color: #c6f6c6;*/
    color: #2946B4;
    text-align: center;
    text-decoration: none;
    border: 1px solid transparent;
    display: block;
    float: left;
    margin-right: 60px;
    position: relative;
    padding: 10px;
    width: 155px;
    z-index: 10;
}

.tab-wrapper div.tabs a span {
    border-bottom: 1px dotted #2946B4;
}

.tab-wrapper div.tabs a.last {
    margin-right: 0;
}

/** Highlight tab buttons on hover */
.tab-wrapper div.tabs a:hover {
    color: #008AFF;
    border: 1px solid #c0c0c0;
    background-color: #ffffff;
}

.tab-wrapper div.tabs a:hover span {
    border-bottom: 1px dotted #008AFF;
}

.tab-wrapper div.tabs a:hover em {
    display: block;
}

/** Highlight tab buttons on open */
.tab-wrapper div.tabs a.opened {
    color: #05AC05 !important;
    border: 1px solid #c0c0c0 !important;
    border-bottom: none !important;
    background-color: #ffffff !important;
    cursor: default;
}

.tab-wrapper div.tabs a.opened span {
    border-bottom: none;
}

.tab-wrapper div.tabs a.opened em.tl, .tab-wrapper div.tabs a.opened em.tr {
    display: block !important;
}

.tab-wrapper div.tabs a.opened em.bl, .tab-wrapper div.tabs a.opened em.br {
    display: none !important;
}

/** Correct hover effect when one of tabs is open */
.tab-wrapper div.tabs.opened a:hover {
    border: 1px solid transparent;
    background-color: transparent;
}

.tab-wrapper div.tabs.opened a:hover em {
    display: none;
}

/** Tab button corners */
.tab-wrapper div.tabs a em {
    display: none;
    width: 11px;
    height: 11px;
    position: absolute;
    background: url('../img/common/box-corners.png') no-repeat;
    overflow: hidden;
}

.tab-wrapper div.tabs a em.tl {
    background-position: 0 0;
    left: -1px;
    top: -1px;
}

.tab-wrapper div.tabs a em.tr {
    background-position: -29px 0;
    right: -1px;
    top: -1px;
}

.tab-wrapper div.tabs a em.bl {
    background-position: 0 -29px;
    left: -1px;
    bottom: -1px;
}

.tab-wrapper div.tabs a em.br {
    background-position: -29px -29px;
    right: -1px;
    bottom: -1px;
}

.tab-wrapper.js .tab {
    position: absolute;
    top: 0;
    left: 0;
}

/* ----------
 Guide step styles
   ---------- */
.guide {
    width: 430px;
    position: relative;
    float: left;
    margin: 0 0 0 15px;
}

.guide.right {
    float: right;
    margin: 0 15px 0 0;
}

.guide h3 {
    color: #646464;
    font-size: 22px;
    font-weight: normal;
    padding-left: 10px;
}

.guide .instructions img {
    float: right;
}

.guide .guide-text {
    padding: 10px 250px 0 10px;
    font-size: 12px;
    line-height: 150%;
}