
img.responsiveImage
{
	width: 100%;
}

.price-slash {
	text-decoration:line-through;
	font-size:.9em;
	color:#999;
}

.price-sale {
	font-weight:bold;
	color:#ff753f;
}

.price-reg {
	font-weight:bold;
	color:#38586f;
}

.product-price {
	color:#ffa800;
}

.img-row {
	margin-top:6px;
	
}

.domainending {
	padding-top:4px;
	display: inline-block;
}
/* Hide Related products from the responsive design */
@media (max-width: 767px) {
	.desktop {
		display:none;
	}
}

@media (min-width: 767px) {
	.mobile {
		display:none;
	}

}

.sku-pricing div{
	color:#999;
	text-transform:uppercase;
	font-size:14px;
}

.out-of-stock div{
	background-color:#eee;
	font-family: 'Oswald', sans-serif;
	color:#858585;
	text-transform:uppercase;
	text-align:center;
	padding:12px 15px;
	font-size:22px;
	margin:0px 0px 0px 45px;
}

.product-cart-form
{
	background-color:#eee;
	border:1px solid #ddd;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding:20px 0px 10px;
}

/* My Account */
.my-account-box {
	border:1px solid #eee;
	background-color:#f2f2f2;
	padding:5px 20px;
	margin:10px -20px 5px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.hide {
	display:none;
}

.category_container .span3{
	overflow:hidden;
}

.category_container .span3 div{
	padding-bottom:9999px;
	margin-bottom:-9989px;
}

.product-image {
	display:table;
	width:100%;
}

.product .thumbnail {
	height:150px;
	vertical-align:middle;
	text-align:center;
	display: table-cell;
	width:100%;
	vertical-align: middle; 
	text-align: center; 
}

.product .thumbnail img {
	max-height:150px;
	display:inline;
	margin:auto;
}


.form-horizontal .control-group {
    margin-bottom: 18px;
    clear:both;
}


.form-horizontal .control-label {
    float: left;
    padding-top: 5px;
    text-align: right;
    width: 140px;
}
label {
    display: block;
    margin-bottom: 5px;
}
label, input, button, select, textarea {
    font-size: 13px;
    font-weight: normal;
    line-height: 18px;
}

.form-horizontal .controls {
    margin-left: 160px;
}


.form-horizontal .help-block {
    margin-bottom: 0;
    margin-top: 9px;
}
.help-block {
    display: block;
    margin-bottom: 9px;
}
.help-block, .help-inline {
    color: #555;
}

label, input, button, select, textarea {
    font-size: 13px;
    font-weight: normal!important;
    line-height: 18px;
}


.footer {
    margin-top: 40px;
}
.thumbnails {
    margin-left: -30px;
}
.thumbnails {
    list-style: outside none none;
    margin-left: -20px;
}
