/*  
 * CSS for MagicSpam
 * Author: Evgueni Naverniouk, evgueni@linuxmagic.com
 * Copyright: 2010 LinuxMagic, Inc. All Rights Reserved.
 *
 * All style attributes in alpha-numeric order starting from 0
 *
 */

#Store {
    min-height: 658px;
}

#Store hr {
    margin-top: 15px;
    margin-bottom: 0;
}

.yearly_sub {
    color: #cc6b32;
}
.monthly_sub {
    color: #9a0a0d;
}
.price {
    font-size: 22px;
    font-weight: bolder;
}
.price sup{
    font-weight: normal;
}

.SignUpRadioContainer small {
    font-size: 80%;
}
.SignUpRadioContainer p {
    margin: 0;
    padding: 0;
}

.package-description {
    font-size: 14px;
}

.collapse-tag:focus {
    outline: 0;
}
.collapse-icon {
    margin-left: 10px;
    margin-bottom: 5px;
}
.collapse-icon-flip {
    transform: scaleY(-1);
}

.purchase-banner {
    background-image: url("../../img/Hero-Purchase.png");
    height: 128px;
    width: 1000px;
    text-align: right;
}

.hero-text {
    position: absolute;
    padding: 52px 30px 30px 24px;
    color: white;
    font-family: ubuntu;
    font-size: 36px;
    font-weight: bolder;
}

.SignUpRadioContainer {
    display: block;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: 30px;
    width: 100%;
}

.SignUpRadioContainer input {
    cursor: pointer;
    position: absolute;
    margin-top: 0px;
    left: 15px;
    opacity: 0;
    z-index: 1;
    height: 22px;
    width: 22px;
}

.SignUpRadioButton {
    height: 22px;
    width: 22px;
    background-color: #fff;
    border: 2px solid #1f62a1;
    border-radius: 50%;
}

.SignUpRadioContainer input:checked ~ .SignUpRadioButton {
    background-color: #3179ba;
}

#SidebarMenu,
#SidebarMain {
    padding: 0;
}

#SidebarMain {
	margin-left: -4px;
	vertical-align: top;
    min-height: 531px;
    overflow: auto;
    padding: 15px 15px;
}

#SidebarMenu {
    padding: 0 15px 15px 0;
}

#SidebarMenu a {
    display: block;
    text-decoration: none;
	color: #333;
}
#SidebarMenu a:hover,
#SidebarMenu a:focus {
    outline: 0;
    background: #EEE;
}

#SidebarMenu span {
    margin-left: 15px;
}

#SidebarMenu p {
    display: inline-block;
    font-size: 14px;
    font-weight: bolder;
    padding-left: 15px;
    margin: 0;
}

#SidebarMenu .on {
	background: #EEE;
}

#SidebarMenu a:focus,
#SidebarMenu a:hover {
    text-decoration: none;
    background-position: bottom;
}

#SidebarMenuBottom {
    margin: 15px 2px 5px 2px;
    padding: 5px 5px 5px 15px;
    font-size: 14px;
    font-style: italic;
    line-height: 18px;
}

.platform {
    padding-top: 10px;
    padding-bottom: 10px;
}

.package {
}
.package h4 {
    font-family: 'Ubuntu','Georgia','Serif';
    color: #000;
    display: inline-block;
}

.buybutton {
    cursor: pointer;
	border: 1px solid #000;
    background-color: #9C001B;
    text-decoration: none;
    text-align: center;
    color: #FFF;
    font-size: 14px;
    border-radius: 5px;
    padding: 13px 40px;
    font-weight: bolder;
}

.buybutton:focus,
.buybutton:hover {
    background-color: #DDD;
    text-decoration: none;
    color: #333;
}

.hr {margin: 0 0 10px}

/* CSS for the 16x16 platform icons */
.icon {
    vertical-align: middle;
    display: inline-block;
}
.servers16 {
	background: url(../../img/icons/servers16.png) no-repeat;
	height: 16px;
	width: 16px;
}
.servercPanel {background-position: -48px 0}
.serverMailEnable {background-position: -16px -16px}
.serverPlesk {background-position: -64px -16px}
.serverPostfix {background-position: -80px -16px}
.serverZimbra {background-position: -48px -32px}
.serverInterworx{
    background: url('../../img/icons/interworx-icon.png') no-repeat;
    background-size: 16px 16px;
    background-position: 0 0;
}
.serverDirectAdmin{
    background: url('../../img/icons/direct_admin_logo.png') no-repeat;
    background-size: 16px 16px;
    background-position: 0 0;
}
