.twocolright a {
    text-decoration: none !important;
}

/*----- COLLECTION -------------------------------------------------------------*/
.collection_container {
    float: left;
    width: 222px;
    /*height: 130px;*/
    height: auto;
    margin-right: 15px;
}

.collection_container_img {
    position: relative;
    width: 100%;
    height: 112px;
    background-color: #eee;
}

.collection_container_bar {
    position: relative;
    width: 100%;
    /*height: 17px;*/
    height: auto;
    padding: 1px 0 0 0;
    color: #FFF;
    background-color: #007AC2;
    text-align: center;
}

.subcollection_container {
    float: left;
    width: 338px;
    height: auto;
    margin-right: 10px;
}

.subcollection_container_img {
    float: left;
    width: 114px;
    height: 100%;
}

.subcollection_container_bar {
    clear: right;
    float: left;
    width: 224px;
    height: 100%;
}

/*----- BLOCKS -------------------------------------------------------------*/
.block_container {
    position: relative;
    width: 700px;
    height: auto;
    margin: 0 0 10px 0;
    padding: 0;  
}

.block_left {
    float: left;
    width: 335px;
    height: auto;
    margin: 0 30px 0 0;   
}

.block_right {
    float: left;
    width: 335px;
    height: auto;
    margin: 0; 
}

.block_container h1 {
    margin: 0;
    padding: 0;
}

/*----- OTHER -------------------------------------------------------------*/


.search {
    width: 126px;
    height: 23px;
    border: 0;
    margin: 0;
    padding: 7px 20px 0 8px;
    background: url('/images/search_box.png') no-repeat;
    color: #999999;
}

.search:hover {
    border: 0 !important;
}

.search:focus {
    border: 0 !important;
}


.bluelink_small {
    font-size: 8pt;
    color: #007ac2;
    text-decoration: underline;
    cursor: pointer;
}

    .bluelink_small:hover {
        color: #d10000;
        text-decoration: none;
    }
    
.graylink_small {
    font-size: 8pt;
    color: #666666;
    text-decoration: none;
}

    .graylink_small:hover {
        color: #007ac2;
    }

.menulink_normal {
    font-size: 8pt;
    font-weight: bold;
    color: #cccccc;
    text-decoration: none;
}

    .menulink_normal:hover {
        color: #007ac2;
    }
    
    .active {
        color: #007ac2 !important;
    }

.bluelink_large {
    font-size: 11pt;
    font-weight: bold;
    color: #007ac2;
    text-decoration: underline;
    
}
    .bluelink_large:hover {
        color: #222;
        text-decoration: underline;
    }
    
    
.search_container {
    position: relative;
    width: 100%;
    height: auto;
    margin: 15px 0 0 0;
}

.search_value {
    display: inline-block;
    width: 100px;
    font-weight: bold;
}

.search_title {
    display: block;
    font-weight: bold;
    font-size: 12pt;
    margin: 0;
}