/* overwriting layout styles */


.shop-by-model {
    color: #999;
}

.shop-by-model .box {
    width: 803px;
    border-right: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    box-shadow: 0 3px 3px #d8d8d8;
    margin-bottom: 20px;
}


.shop-by-model .section2 {
    background: transparent url(bg/bg-top-big.gif) no-repeat scroll 0%;
    height: 26px;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 804px;
    z-index: 0;
    
}

.shop-by-model a.block p {
    color: #999;
}

.shop-by-model .shop-btn {
    margin-top: 1px;
}

.shop-by-model img {
    display: inline-block;
}
.shop-by-model h4 {
    color: #333333;
    font-weight: bold;
}

/* ================== Current Generation ================== */
.current-generation .wrapper {
    background: transparent url(bg/bg-gradient-top.gif) no-repeat 1px 0 !important;
}
.current-generation h2 {
    border-bottom: 1px solid #FFFFFF;
    margin: 0px 1px 15px;
    padding: 14px;
}
.current-generation li {
    float: left;
    width: 25%;
    text-align: center;
}
.current-generation .info h4 {
    margin-top: 5px;
}
.current-generation .buy-now {
    margin-top: 5px;
}
.current-generation .info {
    margin-bottom: 25px;
}


/* ================== Previous Generations ================== */
.previous-generations h3 {
    padding: 15px 0 0 15px;
    position: relative;
    z-index: 1;
}
.previous-generations li {
    display: inline;
    float: left;
    height: 140px;
    width: 33.3%;
    position: relative;
    border-bottom: 1px solid #D8D8D8;
}
.previous-generations li.last {
    border-bottom: none;
}
.previous-generations .prod {
    height: 140px;
    width: 50%;
    position: relative;
}
.previous-generations .prod img {
    position: absolute;
    bottom: 0;
    right: 0;
}
.previous-generations .info {
    position: absolute;
    bottom: 17px;
    right: 0;
    width: 45%;
    padding-right: 2%;
}
