
#nav-thumbs-hack.nav
{
    border-bottom: none;
}

#nav-thumbs-hack.nav-tabs li a
{
    border: 1px solid lightgray;
    border-radius: 0;
}

#nav-thumbs-hack.nav .active > a, #nav-thumbs-hack.nav .active > a:hover
{

    border: 1px solid #656565;
}



#nav-thumbs-hack.nav a:hover
{

    border: 1px solid #DDDDDD;
    background: #ffffff;
    cursor: pointer;
}
.no-margin {
    margin: 0;
}

.frame-thumbnail
{
    height: 50px;
}


#image-gallery .nav-tabs > li {
    float:none;
    margin: 2px;
    text-align: center;
}

.gallery-image {
    height: 300px;

}

.category-title {
    border-bottom: 1px solid black;
}
.colour-box {
    height: 10px;
    width: 10px;
    margin: 2px;
    outline: 1px solid #D3D3D3;
}

.product {
    display: table-cell;
    padding: 10px 20px;
}


#filter-nav-test.affix {
    position: fixed;
    top: 0;
    width: 920px;
}

#filter-nav-test > .navbar-inner {
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
}

.frame .image-wrapper {

    text-align: center;

}

.frame .image-wrapper img{

    max-height: 120px;
}
.frame
{


    position: relative;
    box-shadow: 0px 0px 4px #D3D3D3;
}

.frame:hover
{
    box-shadow: 0px 0px 4px #888888;
}
.frame a span
{

    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left: 0;

    /* edit: added z-index */
    z-index: 1;

    /* edit: fixes overlap error in IE7/8,
       make sure you have an empty gif */
    background-image: url('/images/shop/empty.gif');

}

#shelf > div > div{
    margin-bottom: 30px;
}

.details-wrapper {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 15px;
}

#nav-wrapper .dropdown-menu {
    white-space: nowrap;
    padding:0 10px;
}