body {
    background: white;
    color: #807B7B;
    font-size: 16px;
}

a {
    color: #807B7B;
}

h1, .h1 {
    font-size: 30px;
}

h2, .h2 {
    font-size: 24px;
}

h3, .h3 {
    font-size: 18px;
}

.navbar {
    border: none;
    border-top: 2px solid rgb(255, 255, 255);
    border-bottom: 2px solid rgb(255, 255, 255);
	height: 45px;
}

.navbar-inverse {
    background-image: -webkit-linear-gradient(#528ac5, #3f7dbe 60%, #326499);
    background-image: -o-linear-gradient(#528ac5, #3f7dbe 60%, #326499);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#528ac5), color-stop(60%, #3f7dbe), to(#326499));
    background-image: linear-gradient(#528ac5, #3f7dbe 60%, #326499);
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#528ac5', endColorstr='#326499', GradientType=0);
    -webkit-filter: none;
    filter: none;
	height: 45px; 
}

.navbar .navbar-nav>li>a {
    font-size: 16px;
}

.navbar-inverse .navbar-nav>.active>a {
    background-color: #6999cb;
	height: 45px;
}
.navbar-inverse .navbar-nav>li>a:hover {
    background-image: -webkit-linear-gradient(#78afe8, #78afe8 40%, #78afe8);
    background-image: -o-linear-gradient(#78afe8, #78afe8 40%, #78afe8);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#78afe8), color-stop(40%, #78afe8), to(#78afe8));
    background-image: linear-gradient(#78afe8, #78afe8 40%, #78afe8);
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff404448', endColorstr='#ff53595d', GradientType=0);
    -webkit-filter: none;
    filter: none;
	height: 45px;
}

.dropdown-menu {
    background-color: #70787D;
}

.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
    background-color: #A2A2A3;
}

.main-content {
    max-width: 1110px;
    width: 100%;
    margin: 20px auto;
}

.categories {
    width: 70%;
}

.categories ul li a {
    text-decoration: none;
}

.categories li a {
    font-size: 16px;
}

.categories li {
    padding: 5px;
}

.categories li:hover {
    background: #ccc;
}

.categories li:hover > a {
    color: #fff;
    text-decoration: none;
}
 
.product-page-title h1 {
    font-size: 26px;
}
.product-page-title h2{
    font-size: 26px;
}
.product-library {
    position: relative;
}
.product-library img {
    /* width: 100%; */
/*    border: 2px solid #ccc;*/
	max-height: 277px;
}
.product-library figcaption {
    /* width: 100%; */
	width: 280px;
    position: absolute;
    display: none;
    top: 0;
    left: 0%;
    color: #000;
    background: #ccc;
    z-index: 1;
    padding: 20px;
    height: 300px;
    transition: 300ms;
}
.product-library:hover figcaption {
    display: block;
}
.btn {
    padding: 2px 12px;
    color: #fff;
    background: #ccc;
}
.btn, .btn:hover {
    border-color: rgba(134, 142, 147, 0.61);
}
.search-info p {
    margin: 0;
}
.credits {
    text-align: center;
    background: #1D1D1D;
    padding: 30px 0;
    border-top: 6px solid #807B7B;
    margin: 30px 0 0;
}

.product-column {
    margin-bottom: 20px;
}

.small-footer {
    position: absolute;
    bottom: 0;
    width: 100%;    
}
.contact-us-section {
    margin: 0 auto;
}
.form-border {
    border: 2px solid #CCD2DD;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    width: 50%;
    padding: 20px;
    margin: 0 auto;
}
.login-form {
    margin: 40px;
}

.sign-in:hover {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffa500', endColorstr='#00ffa500', GradientType=0);
    background-image: none;
    background-color: #FFA500;
}

.thumbnail {
    background-color: #fff;
    border: none;
    padding: 0;
    margin-bottom: 0;
}
.product-library figcaption {
    height: 277px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100;White+to+Transparent */
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,0.67) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.67) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.67) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
}
.product-info {
/*    margin-left: 10%;
    margin-top: -5%;*/
}
/*.more-button {
    float: left;
    margin-left: 41%;
}*/
/*.search-info {
    float: left;
}*/
legend {
    border-bottom: 1px solid #FFA500;
}
.form-horizontal {
    margin-top: 20px;
}
/* put ".thumbnail>img:not(#large-image)" to put border on the large image */
.thumbnail>img {
    /* border: 1px solid #7F878C; */
    border-left:   1px solid #7F878C;
    border-top:    1px solid #7F878C;
    border-right:  2px solid #888;
    border-bottom: 2px solid #888;
    
}
.page-title {
    border-bottom: 1px solid #FFA500;
    padding-bottom: 20px;
    margin-bottom: 15px;
}
.form-border table tr td strong {
    color: #605F65;
}
.navbar-nav>li>a {
    color: #fff !important;
	height: 45px;
}
.product-library {
    position: relative;
    height: 277px;
	width: 100%;
}
.product-tile {
    width: 80%;
    border-left: 1px solid #7F878C;
    border-top: 1px solid #7F878C;
    border-right: 1px solid #888;
    border-bottom: 1px solid #888;
    box-shadow: 1px 1px 7px 1px #888;
    max-width: 280px;
    min-width: 140px;
    max-height: 280px;
    min-height: 140px;
}
.btn {
    padding: 2px 0;
    color: #fff;
    background: #737b80;
    width: 60px;
    height: 25px;
}
.product-info {
    width: 80%;
    margin-top: 13px;
}
.search-info {
    width: 75%;
    float: left;
}
.more-button {
    float: right;
}
.page-header {
    border-bottom: none;
}

.sign-in {
    width: 50%;
}
.product-thumbnail {
        padding: 4px;
    margin-bottom: 20px;
}
.product-thumbnail>img {
    border: 2px solid #7F878C;
}
#thumbs {
    margin-top: 20px;
}

.product-library {
    display: table;
    margin: 0 auto;
}

a:hover {
    color: #000;
}

.product-main-image {
    min-width: 350px;
    min-height: 350px;
    text-align: center;
    position: relative;
    border: 2px solid rgb(204, 210, 221);
    overflow: hidden;
}

#large-image {
    position: absolute;
    margin: auto;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

.product-intro-main-image {
    /* min-width: 250px; */
    /* min-height: 250px; */
	max-width: 375px;
    /* max-height: 300px; */
    text-align: center;
    /* position: relative; */
    border: 1px solid rgb(204, 210, 221);
    /* overflow: hidden; */
}

.mini-thumb {
    border: 1px solid rgb(204, 204, 204);
    border-radius: 0;
    width: 102px;
    height: 102px;
}

.mini-thumb img {
    margin: auto;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    padding: 5px;
}

.thumbnail > img {
    border: 0;
    border-left: 0;
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
}
.form-group {
    margin-top: 15px;
}
.row {
    margin-top: 15px;
}
.search-thumbnail {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.mini-thumb-outer {
    width: 102px;
    height: 102px;
    overflow: hidden;
}