body {
    background-color: #333;
    margin: 0;
    font-family: Arial, Helvetica, San-Serif;
    font-size: 12px;
    color: #333;
}

.border {
    margin-left: auto;
    margin-right: auto;
    width: 900px;
}

.header {
    background-color: #aaa;
    height: 75px;
    padding: 10px;
    margin-bottom: 5px;
}

.header h2 {
    position: relative;
    top: 40px;
}

.navbar {
    background-color: #aaa;
    font-size: 14px;
    font-weight: bold;
    padding: 10px;
    margin-bottom: 5px;
}

.content {
    background-color: #fff;
    padding: 10px;
    margin-bottom: 5px;
    height: auto;
}

.footer {
    background-color: #aaa;
    height: 20px;
    padding: 10px;
}

.result {
    margin: 10px 10px 30px 10px;
    height: 140px;
    border: 1px solid #ddd;
    padding: 5px;
}

.v_title {
    font-size: 18px;
    font-weight: bold;
    height: 20px;
    padding-left: 5px;
}

.v_image {
    float: left;
    width: 100px;
    height: 90px;
    background-color: #999;
    margin: 5px;
    padding: 10px;
}

.v_desc {
    float: left;
    margin: 0 20px;
    width: 675px;
    height: 90px;
}

.v_custBtn {
    cursor: pointer;
    margin: 10px;
    padding: 10px;
    background: #bbb;
    background-image: linear-gradient(bottom, #bbb 10%, #ddd 90%);
    background-image: -o-linear-gradient(bottom, #bbb 10%, #ddd 90%);
    background-image: -moz-linear-gradient(bottom, #bbb 10%, #ddd 90%);
    background-image: -webkit-linear-gradient(bottom, #bbb 10%, #ddd 90%);
    background-image: -ms-linear-gradient(bottom, #bbb 10%, #ddd 90%);
    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0.30, #bbb),
        color-stop(0.90, #ddd)
    );
    width: 100px;
    height: 15px;
    border-radius: 5px;
    text-align: center;
}

.details {
    margin: 0 20px;
    height: 450px;
}

.d_image {
    float: left;
    background-color: #999;
    width: 300px;
    height: 250px;
}

.d_desc {
    float: left;
    width: 480px;
    height: 260px;
    margin: 0 20px;
}

.d_payment {
	clear: left;
    float: left;
}

.smalld_image {
    float: left;
    background-color: #999;
    width: 450px;
    height: 400px;
}

.smalld_desc {
    float: left;
    width: 150px;
    height: 400px;
    margin: 0 20px;
}

.smalld_payment {
    float: left;
}

#ad {
    float: left;
    background-color: #aaa;
    border: 2px solid #333;
    padding: 20px;
    width: 115px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

#embedsuite {
    float: left;
    width: 650px;
    margin: 0 10px;
}

.content2 {
    min-height: 920px;
    height: auto;
    background-color: #fff;
    padding: 10px;
}