#body_container {
    width: 826px;
    margin-left: auto ;
    margin-right: auto ;
}

#bluebox {
    background: #f0f4f7;
    border: 2px solid #CFE1F0;
    min-height: 710px;
    margin-bottom: 30px;
    padding: 0 10px;
}

#product_list {
    width: 560px;
    margin: 15px 10px 0 0;
    float: left;
}

#banner_list {
    width: 214px;
    float: left;
    margin: 15px 12px 0 3px;
}

.offer_arrow {
    background: url(/static/img/start_page/red_arrow.png) right top no-repeat;
    width: 360px;
    min-height: 400px;
    float: left;
    padding: 0 40px 0 5px;
    margin-top: 10px;
}

.offer_arrow h2 {
    width: 324px;
}

.offer p{
    width: 324px;
    margin: 0 0 7px 5px;
    display: block;
    float: left;
}

.offer .brand{
    color: #6699CC;
}

a {
    cursor:pointer;
    text-decoration: none;
}

.price {
    color: #B81C23;
    font-size: 14px;
    float: left;
    width: 20px;
    margin-left: 5px;
}

.product_image {
    float: left;
    width: 151px;
    margin-top: 130px;
}

h1 {
    font-size: 18px;
    text-transform:uppercase;
    color: #6699CC;
    margin: 0 0 10px 20px;
}

h2 {
    font-size: 14px;
    margin: 8px 0 8px 5px;
    color: #0066cc;
    width: 310px;
}

h3 {
    font-size: 16px;
    text-transform:uppercase;
    color: #6699CC;
}

p {
    color: #666667;
    margin-top: 5px;
}

#content_selector #bibleVersionContainer input{
    top: 1px;
}

.describtion {
    float:left;
    width: 250px;
}

.color {
    margin-bottom: 15px;
    cursor:pointer;
    padding: 15px;
}

#white {
    background: #ffffff;
    border: 2px solid #CFE1F0;
}

#white h3 {
    margin: 0 0 10px 10px;
}

#white a {
    margin-left: 10px;
}

#green {
    background: #cfe0c5;
    border: 2px solid #bdcfb3;
}

#green h2{
    color: #3f4965;
    font-family: "courier new",monospace;
    font-weight: lighter;
    font-variant: small-caps;
    font-size: 32px;
    margin: 5px;
}

#beige {
    background: #d2ccb6;
}

#beige h2{
    color: #523b2b;
    font-family: "Impact",fantasy;
    font-size: 24px;
    font-style: italic;
    font-weight: lighter;
}

#purple {
    background: #e9e7ed;
    cursor: auto;
}

#purple h2 {
    color: #8d86b3;
    font-family: "times", serif;
    font-size: 24px;
    font-weight: lighter;
}

.store_text {
    margin-left: 20px;
    width: 500px;
}

.album {
    float: left;
    width: 550px;
}

.album img {
    border: 1px solid #cfe1f0;
    float: left;
    margin: 10px;
}

.album .p {
    width: 300px;
    float: left;
    height: 200px;
    background: url(/static/img/start_page/smaller_arrow.png) no-repeat left
    center;
}

.album h2 {
    margin: 45px 0 0 55px;
    width: 250px;
}
