/*template page styles*/

#order-modern {
    margin: 0;
    padding: 20px 0;
}
#order-modern h1 {
    margin: 0;
    padding: 0;
    text-align: center;
}
#order-modern .clear {
    clear: both;
}

#order-modern .product {
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 5px 5px 5px 5px;
    margin: 10px;
    padding: 15px;
    width: 43%;
}
#order-modern .product:hover {
    background-color: #E6EDFF;
    cursor: pointer;
}
#order-modern .product .pricing {
    float: right;
    font-family: Lucida Sans Unicode,Lucida Grande,sans-serif;
    font-size: 18px;
    line-height: 20px;
    text-align: right;
}
#order-modern .product .name {
    font-family: Lucida Sans Unicode,Lucida Grande,sans-serif;
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 10px;
}

#order-modern .product .ordernowbox {
    margin: 15px 0 0;
    text-align: right;
}
#order-modern .ordernow {
    background-color: #FFFFFF;
    border: 1px solid #AADD64;
    border-radius: 5px 5px 5px 5px;
    color: #7BB928;
    font-size: 16px;
    margin: 5px;
    padding: 6px 10px;
}

.t-page #content-inner {
    background: inherit;
    font-size: 12px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    width: 895px;
}
#product1, #product3, #product5 {float: right;}
#product0, #product2, #product4 {float: left;}
