.catImage {
    float: left;
    padding-right: 50px;
}
.categoryInfo {
    float: left;
    width:300px;
}
.catContainer {
}


/* Tabs for collections */
#tabs ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    overflow: hidden;
    height: 25px;
    width: 100%;
    background: url('/images/deco/pixel-d9d9d9.gif') 0 24px repeat-x;
}
#tabs li {
    float: left;
    padding: 5px 15px 4px;
    border: 1px solid #d9d9d9;
}
#sets, #single, #accessories {
    clear: both;
    padding: 0;
    margin-top: 20px;
}

#tabs ul li.ui-tabs-selected {
    border-bottom: 1px solid #fff;
    background-color: #fff;
}
#tabs ul li.ui-tabs-selected a {
    font-weight: bold;
    color: #e60003;
}
#tabs li {
    background-color: #f0f0f0;
}
#tabs li a:hover {
    text-decoration: none;
}

#tabs .ui-tabs-hide {
    display: none;
}

