.image-font {
    text-align:center;
    color:#000000;
    font-size:12px;
    font-style:italic;
    background-color:#dddddd;
    border:#999999 1px solid;
    width:auto;
    padding:8px;
}

.cataloginfo {display:inline-block; width:375px; center-block}

.nav-container {
    margin-bottom:0px;
    border-radius:0px;
    background-color:#0098da;
    border-color:#0098da;
    width:auto;
}

/* blue n' gray text link */
.blue-gray-link a:link, a:visited {
    /*color: #ffffff;*/
    font-weight:bold;
    font-size:16px;
    text-decoration: none;
}

.blue-gray-link a:hover {
    color: #999;
    font-weight:bold;
    font-size:16px;
    text-decoration: none;
}

.blue-right-arrow { font-size:18px; }

.gray-bold-font {
    font-weight:bold;
    color:#999;
}

.clear { clear: both; } /* clear line */
.white { color:#ffffff; }

.breadcrumb > li + li:before {
    color: #ccc;
    content: ">>  ";
    padding: 0 0px;
    line-height:0px;
}


.image {
    max-width: 500px;
    float: right;
    margin: 0 auto;
    padding: 1em;
}

.image img + .caption {
    width: 100%;
}