#collection-index{
    float: left;
    width: 170px;
    margin-left:10px;
    

}
.collection-thumb{

    margin-bottom: 10px;
    
    text-align: center;
    
    font-family: rockwell, "courier new",helvetica, sans-serif;
    
    font-size: 11px;
    
}

.collection-thumb a{
    display: block;
    
    border: 3px double #fff;
    padding-top: 10px;
    padding-bottom: 3px;
    padding-left: 3px;
    padding-right: 3px;
    
    text-decoration: none;
    cursor: pointer;
}

.collection-thumb a:hover{
    border: 3px double #ccc;
}

.collection-thumb a img{
    
    border: 0;
    
}

.collection-selected a{
    display: block;
    
    border: 3px solid #000;
    text-decoration: none;
    cursor: pointer;
}

.collection-selected a:hover{
    border: 3px solid #000;
}

#collection-content{
    float: right;
    width: 510px;


    
    border-top: 0px double #ccc;
    
    padding: 0 10px;

}

.product{
    display:none;
}

#content #collection-content .product h2{
    color: #922;
    
}

#content #collection-content .product h3{
    font-family: verdana, arial, helvetica, sans-serif;
    color: #000;
    font-size: 11px;
    font-weight: bold;
    margin-bottom:0px;
    
}

#content{
    height: 590px;
}

#product-1{}
#product-2{}
#product-3{}
