#index_middle {
    width: 480px;
    margin: 20px 0 0 0;
    float: left;
}


#index_right {
    width: 240px;
    margin: 20px 0 0 20px;
    float: left;
}

#index_list .entry {
    width: 218px;
    height: 170px;
    float: left;
    text-align: center;
    padding: 10px 10px 10px 10px;
}

#index_list .entry a {
    text-decoration: none;
}

#index_list .entry a:hover {
    text-decoration: underline;
}

#index_list .imgouter{
    width: 160px;
    margin: auto;
    height: 130px;
}

#index_list .imgouter img{
    margin: 12px;
}

#index_list .title{
    border-bottom: 1px #CCC solid;
    padding: 0 0 5px 0;
    height: 16px;
    overflow: hidden;
}

#index_list .price{
    width: 102px;
    float: left;
    padding: 2px;
    font-weight: bolder;
}

#index_list .price strike{
    font-size: 10px;
    font-weight: normal;
    color: #333;
}

#index_list .entry .newprice {
    position: absolute;
    z-index: 99;
    background-image: url(../images/newprice.gif);
    width:46px;
    height: 46px;
}


#index_list .more{
    width: 101px;
    float: right;
    border-left: 1px #CCC solid;
    padding: 2px;

}

#index_list a{
    color #FFF;
}

#index_list #firsttwo {
    height: 190px;
}

#index_list #anothersix {
    height: 1150px;
}

#dyn h1{
    font-size: 16px;
    font-style: italic;
    font-family: "Trebuchet MS", georgia;
    margin: 0 0 10px 0;
}

#dyn {
    font-size: 11px;
}

#dyn p:first-line {
    color: #B34F69;
    font-weight: bold;
}


#dyn #dynpaging {

}

#dyn #dynsel {
    color: #FFF;
    background-color: #B34F69;
    padding: 0 3px 0 3px;
}

#dyn #dynsel a{
    color: #FFF;
    text-decoration: none;
}

#didyouknow h1{
    color #FFF;
    margin: 20px 0 0 0;
}

#didyouknow .column{
    width: 320px;
    float: left;
}

#didyouknow p:first-line {
    font-weight: bold;
}

#promo {
    width: 220px;
    height: 170px;
    padding: 70px 0 0 20px;
    line-height: 140%;
}

#promo a:hover {
    color: #B34F69;
}

