.box1 {
    width: 350px;
    min-height: 175px;
    border: 1px solid #cccccc;
    margin: 15px 15px 15px 0;
    background: #ffffff url(images/gradient.jpg) repeat-x 0 0;
    float: left;
    position: relative;
}
* html .box1 {
    height: 175px;
}
#box1-margin1 {
    float: right;
    margin-right: 0;
}
.oscar-image {
    position: absolute;
    bottom: 0;
    left: 0;
}
.oscar {
    margin: -12px 0 0 -15px;
    float: left;
}
.oscar-intro {
    margin: 10px;
    width: 165px;
    float: right;
}
.oscar-header {
    font-weight: bold;
}


/*Small Box*/
.box2 {
    width: 350px;
    min-height: 140px;
    border: 1px solid #cccccc;
    margin: 0;
    background: #ffffff url(images/gradient.jpg) repeat-x 0 0;
    float: left;
    position: relative;
}
* html .box2 {
    height: 140px;
}
#box2-left {
    margin: 0 15px 15px 0;
}
#box2-right {
    margin-bottom: 15px;
}
.box2 a {
    color: #30B3DD;
    border-style: none;
    font-size: 1.1em;
    font-weight: bold;
}
.box2 a:hover, .box2 a:focus, .box2 a:visited {
    color: #45320A;
}
.box2 ul {
    /*display: inline;*/
    /*position: absolute;*/
    /*bottom: 0;*/
}
.box2 li {
    margin-right: 5px;
    margin-bottom: 10px;
    text-align: center;
    float: left;
}
.chair-wrap {
    padding: 10px;
}
.chair-imgwrap {
    margin-right: 14px;
    margin-bottom: 10px;
    text-align: center;
    float: left;
}
#chair-last, #last-size {
    margin-right: 0;
}
.chair-image, .chair-image a:hover, .color-img {
    margin-bottom: 5px;
    border-style: none;
}
.featured-image img {
    height: 120px;
    background: #ffffff;
    overflow: hidden;
    margin: 10px;
    float: left;
}
.index-title {
    background-color: #ddd;
    font-size: 1.1em;
    line-height: 1.1em;
    padding: 5px 10px;
    font-weight: bold;
    color: #45320A;
}

.index-title a {
    font-weight: bold;
    color: #45320A;
}

.index-title a:hover, .index-title a:visited, .index-title a:focus, .index-title a:active {
    text-decoration: underline;
}
.price-info {
    text-align: center;
    margin-top: 5px;
}
.price {
    font-size: 1.5em;
    font-weight: bold;
}
.msrp-wrapper {
    font-style: italic;
    font-size: 1em;
}
.msrp {
    text-decoration: line-through;
    font-size: 1.2em;
}
.feature h3  {
    margin-top: 5px;
    font-size: 1em;
}
.feature h3 a {
    color: #666;
}

