
#content .content #main {
    padding: 10px;
}

#content .content .hosting > .title {
    color: #177AA2;
    font-size: 18px;
    font-weight: bold;
    padding: 20px 0;
}

#content .content .hosting > .sub-title {
    color: #177AA2;
    font-size: 16px;
    padding: 10px 0;
    border-bottom: 1px solid #CACCB6;
    -moz-box-shadow: 0 1px 0 #fff; /* Firefox */
    -webkit-box-shadow: 0 1px 0 #fff; /* Safari Chrome */
    box-shadow: 0 1px 0 #fff;
    margin: 0 200px 20px 0;
}

#content .content .hosting > p {
    padding: 0 0 10px 0;
    line-height: 1.5;
    text-align: justify;
}

#content .content .hosting .items .item {
    background: #F6F3EA;
    border-radius: 5px;
    border: 1px solid #EBEBE5;
    width: 200px;
    margin: 0 10px 10px 15px;
    box-shadow: 0px 2px 3px -2px #000;
    -moz-box-shadow: 0px 2px 3px -2px #000; /* Firefox */
    -webkit-box-shadow: 0px 2px 3px -2px #000; /* Safari Chrome */
}

#content .content .hosting .items .item .title {
    border-radius: 5px;
    border: 1px solid #9A2D0F;
    margin: -1px -1px 0 -1px;
    color: #fff;
    text-shadow: 1px 1px 0 #8A2507;
    background: #E33807;
    background: -moz-linear-gradient(top, #EB3A06, #E33807); /* Firefox 3.6+ */
    background: -webkit-gradient(
        linear, left top, left bottom,
        color-stop(0%, #EB3A06),
        color-stop(100%, #E33807)
    ); /* Chrome 1-9, Safari 4-5 */
    background: -webkit-linear-gradient(top, #EB3A06, #E33807); /* Chrome 10+, Safari 5.1+ */
    background: -o-linear-gradient(top, #EB3A06, #E33807); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #EB3A06, #E33807); /* IE10 */
    background: linear-gradient(top, #EB3A06, #E33807); /* CSS3 */
}

#content .content .hosting .items .item .title .name {
    padding: 10px 5px;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #B0320E;
}

#content .content .hosting .items .item .title .description {
    padding: 5px;
}

#content .content .hosting .items .item .title .description .price {
    min-width: 100px;
}

#content .content .hosting .items .item .title .description .price  span.integer {
    font-size: 30px;
    font-family: 'DroidSansBold';
    font-weight: normal;
}

#content .content .hosting .items .item .title .description .price  span.small {
    font-size: 16px;
    font-family: 'DroidSansBold';
    font-weight: normal;
    vertical-align: 12px;
}

#content .content .hosting .items .item .title .description .price  span.month {
    font-size: 11px;
    margin: 0 0 0 -30px;
    font-weight: normal;
}

#content .content .hosting .items .item .title .description .price .free {
    font-size: 25px;
    font-weight: bold;
    text-transform: uppercase;
}

#content .content .hosting .items .item .separator {
    margin: -1px 0 0 0;
    background: url('../img/groups/classic/product-separator.png') no-repeat scroll 90px top;
    height: 12px;
}

#content .content .hosting .items .item ul.features {
    padding: 10px;
}

#content .content .hosting .items .item ul.features li {
    background: url('../img/groups/arrow.png') no-repeat scroll left 4px;
    padding: 3px 3px 3px 15px;
}

#content .content .hosting .items .item .bottom {
    padding: 5px;
}

#content .content .hosting .items .item .bottom a {
    color: #fff;
}

/**********tabs start*******************/

.ui-widget-content {
    border: none;
}

.ui-tabs {
    background: none;
}

.ui-tabs .ui-tabs-nav {
    float: right;
    padding: 5px;
    border-radius: 5px;
    background: #F3F3F3;
    background: -moz-linear-gradient(top, #F3F3F3, #D4D4D4); /* Firefox 3.6+ */
    background: -webkit-gradient(
        linear, left top, left bottom,
        color-stop(0%, #F3F3F3),
        color-stop(100%, #D4D4D4)
    ); /* Chrome 1-9, Safari 4-5 */
    background: -webkit-linear-gradient(top, #F3F3F3, #D4D4D4); /* Chrome 10+, Safari 5.1+ */
    background: -o-linear-gradient(top, #F3F3F3, #D4D4D4); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #F3F3F3, #D4D4D4); /* IE10 */
    background: linear-gradient(top, #F3F3F3, #D4D4D4); /* CSS3 */
    -moz-box-shadow: 0 2px 1px #BDBDB7; /* Firefox */
    -webkit-box-shadow: 0 2px 1px #BDBDB7; /* Safari Chrome */
    box-shadow: 0 2px 1px #BDBDB7;
    border: none;
}

.ui-tabs .ui-tabs-nav li {
    display: inline-block;
    border-radius: 0;
    -moz-box-shadow: none; /* Firefox */
    -webkit-box-shadow: none; /* Safari Chrome */
    box-shadow: none;
}

.ui-tabs .ui-tabs-nav .ui-state-default {
    background: url('../img/groups/classic/li-default.png') no-repeat scroll left center !important;
    margin: 0 10px;
    border: none;
    padding: 0 0 0 20px;
}

.ui-tabs .ui-tabs-nav li.ui-state-active {
    background: url('../img/groups/classic/li-active.png') no-repeat scroll left center !important;
    margin: 0 10px;
    border: none;
    padding: 0 0 0 20px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected a {
    font-weight: normal;
}

.ui-tabs .ui-tabs-nav li a {
    float: none;
    display: block;
    padding: 5px 5px 5px 20px;
}

.ui-tabs .ui-tabs-nav li a.linux {
    background: url('../img/groups/classic/icon-linux.png') no-repeat scroll left center;
}

.ui-tabs .ui-tabs-nav li a.windows {
    background: url('../img/groups/classic/icon-windows.png') no-repeat scroll left center;
}

.ui-tabs .ui-tabs-panel {
    border-radius: 0;
    padding: 0;
    border: none;
    background: none;
    -moz-box-shadow: none; /* Firefox */
    -webkit-box-shadow: none; /* Safari Chrome */
    box-shadow: none;
}

/**********tabs end*******************/
