h1 span {
    padding-right: 8px
}

div.main div.layout {
    border-bottom: 1px solid #ccc;
    padding-bottom: 40px;
}

div.content {
    overflow: hidden;
    padding-bottom: 30px;
    border-bottom: 1px solid #ccc;
}

div.content div.about {
    float: left;
    width: 600px;
    margin-right: 46px;
    padding-top: 10px;
    overflow: hidden;
    margin-left: 15px;
}

div.content div.about p {
    font-size: 18px;
    line-height: 20px;
}

div.content div.services {
    float: left;
    width: 290px;
    margin-left: 30px;
    overflow: hidden;
    margin-top: 15px;
}

div.content div.services li {
    margin-top: 10px;
    padding-left: 30px;
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
    color: #00a9ea;
    background: url(/assets/images/more-bg-1.jpg) 0 3px no-repeat;
}

div.versions {
    overflow: hidden;
    padding-bottom: 30px;
    border-bottom: 1px solid #ccc;
}

div.versions div.about {
    float: left;
    width: 600px;
    margin-right: 46px;
    padding-top: 10px;
    overflow: hidden;
}

div.versions div.about p {
    font-size: 18px;
    line-height: 20px;
}

div.versions div.pricing {
    float: left;
    width: 290px;
    margin-left: 20px;
    overflow: hidden;
    margin-top: 15px;
}

div.model {
    overflow: hidden;
    padding-bottom: 30px;
    border-bottom: 1px solid #ccc;
}

div.model table.pricing {
    float: left;
    overflow: hidden;
    width: 610px;
    margin-top: 30px;
}

div.model div.image {
    float: right;
    width: 330px;
    text-align: center;
}

div.model div.image div.label {
    margin: 30px 0 10px 0;
    font-size: 15px;
}

table.pricing {
    margin-top: 10px;
    width: 290px;
    border-bottom: 5px solid #f6f6f6;
}

table.pricing th {
    background: #f6f6f6;
    font-size: 15px;
    padding: 10px;
}

table.pricing td {
    border-bottom: 1px solid #eee;
    font-size: 15px;
    padding: 3px 10px;
    font-weight: bold;
}

table.pricing td.price {
    text-transform: uppercase;
    color: #00a9ea;
    text-align: right;
    white-space: nowrap;
}

table.pricing tr:hover td {
    background: #00a9ea url(/assets/images/button-bg.jpg) 0 0 repeat-x;
    background-size: cover;
    color: #fff;
    border-bottom: 1px solid #fff;
}

table.pricing tr:hover td a {
    color: #fff;
}

div.advantages {
    float: left;
    width: 646px;
    overflow: hidden;
    margin-top: 25px;
    border-right: 1px solid #ccc;
}

div.advantages h2 {
    margin-top: 0;
}

div.advantages div.item {
    overflow: hidden;
    width: 600px;
}

div.advantages p {
    margin-top: 10px;
}

div.advantages p a.more {
    margin-top: 5px;
    display: block;
    background: url(/assets/images/more-bg.jpg) 0 2px no-repeat;
    padding-left: 20px;
}

div.advantages p a.more:hover {
    background-position: 0 -23px;
}

div.advantages div.about {
    float: left;
    width: 310px;
}

div.advantages div.image {
    width: 280px;
    margin-top: -25px;
    float: right;
    margin-left: 10px;
}

div.popular {
    width: 322px;
    float: left;
    text-align: left;
}

div.popular div.column {
    margin-left: 30px;
    width: 293px;
}

div.popular div.item {
    overflow: hidden;
    float: left;
    width: 323px;
    margin-top: 20px;
}

div.popular div.item div.image {
    float: left;
    width: 128px;
}

div.popular div.item div.image img {
    border: 1px solid #000;
}

div.popular div.item div.name {
    font-size: 20px;
    line-height: 20px;
    width: 130px;
    float: left;
    margin-left: 40px;
}

div.popular div.item div.about {
    margin-top: 10px;
    width: 130px;
    float: left;
    margin-left: 40px;
}

div.popular div.item.small {
    margin-top: 6px;
}

div.popular div.item.small.first {
    margin-top: 30px;
}

div.popular div.item.small div.name {
    font-size: 15px;
    margin-left: 0;
    width: 323px;
}

div.order {
    background: #fff;
    overflow: hidden;
    width: 322px;
    float: left;
}

div.order div.column {
    margin-left: 30px;
    margin-right: 30px;
    padding-bottom: 25px;
    width: 263px;
    border-bottom: 1px solid #ccc;
}

div.order div.about {
    font-size: 18px;
    line-height: 20px;
    color: #666;
    margin-top: 10px;
}

div.order div.about img {
    float: right;
    margin-left: 10px;
    margin-right: -30px;
    margin-top: -40px;
    width: 100px;
}

div.order form {
    margin-top: 5px;
    overflow: hidden;
}

div.order .text {
    background: #fff;
    width: 255px;
    font-size: 15px;
    line-height: 17px;
    margin-top: 10px;
    border: 2px solid #ddd;
    padding: 2px 0;
    text-indent: 5px;
    border-radius: 5px;
}

div.order textarea {
    height: 60px;
    resize: none;
}

div.order input.button {
    margin: 5px;
    padding: 3px 13px 4px 13px;
    background: #019dd6 url(/assets/images/button-bg.jpg) 0 0 repeat-x;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 7px;
    border: 2px solid #fff;
    box-shadow: 0 0 5px #ccc;
    cursor: pointer;
}

div.price {
    float: left;
    width: 646px;
    overflow: hidden;
    margin-top: 25px;
    border-right: 1px solid #ccc;
}

div.price h2 {
    margin-top: 0;
    margin-bottom: 20px;
}

div.price table {
    width: 95%;
}

div.price table td {
    font-family: 'Play', sans-serif;
    font-size: 15px;
    padding: 3px 10px;
    font-weight: bold;
    text-transform: uppercase;
    color: #00a9ea;
    text-align: right;
    white-space: nowrap;
    border-bottom: 1px solid #eee;
}

div.price table td:first-child {
    color: #000;
    text-align: left;
    text-transform: none;;
}

div.price table th {
    background: #f6f6f6;
    font-size: 15px;
    padding: 10px;
    text-align: right;
}

div.price table th:first-child {
    text-align: left;
}

div.price table tr:hover td {
    background: #00a9ea url(/assets/images/button-bg.jpg) 0 0 repeat-x;
    color: #fff;
    border-bottom: 1px solid #fff;
}