.btn-inverse {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #378e37;
    background-image: linear-gradient(to bottom, #55dd52, #54dd53);
    background-repeat: repeat-x;
    border-color: #0f8832;
}
.btn-default {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #378e37;
    background-image: linear-gradient(to bottom, #55dd52, #54dd53);
    background-repeat: repeat-x;
    border-color: #0f8832;
}

.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
    background-color: #56db51;
    background-image: linear-gradient(to bottom, #07da1f, #2ead2d);
}

#menu {
	font-size: 16px;
}

.col-sm-4 h1 {
	margin-top: 5px!important;
} 

.thumbnail {
    float: right!important;
    -webkit-border-radius: 1px!important;
    -moz-border-radius: 1px!important;
    border-radius: 1px!important;
    background-color: #fff!important;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.1)!important;
    -moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,.1)!important;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.1)!important;
    width: 480px!important;
    height: 480px!important;
    outline: 1px solid #d4d4d4!important;
    outline-offset: -13px!important;
    position: relative!important;
}

a.thumbnail:hover {
    border-color: #d4d4d4;
}

#content-product {
    position: relative;
    width: 980px!important;
    min-width: 980px!important;
	margin-left: 15%;
    margin-right: 15%;
}

#product table td:first-child {
    width: 218px;
}

#product table td {
    vertical-align: middle;
    padding-bottom: 11px;
    text-transform: uppercase;
    font-size: 12px;
    color: #000;
}

.form-group label {
	text-transform: uppercase;
}

.price {
	font-weight: bold;
	font-size: 15px;
	margin-top: 5px;
}
.desc-tabs {
	margin-top: 20px;
}

.thumbnail a>img, .thumbnail>img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 70%;
    margin: auto;
}

.product-thumb .caption {
    padding: 0 20px;
    min-height: 0px;
}

.product-thumb .caption {
    padding: 0 20px;
    min-height: 0px;
	text-align: center;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #5ad84f;
    border-radius: 0px!important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.image-additional a {
    margin-bottom: 20px;
    padding: 0px;
    display: block;
    border: 1px solid #ddd;
}