@charset "UTF-8";
/* CSS Document */

#final_description {
	background-color: #C6C1B6;
	height: auto;
	width: 60%;
	max-width:650px;
	margin:0 auto;
}


#final_description form:last-of-type {
	float:right;
}

#final_description form:first-of-type {
	float:left;
}


.row:before, .row:after {
	display:table;
	content:" "
}

.row:after {
	clear:both;
}

#pair  {
	text-align:center;
	padding:0 20px;
}

#pair img {
	max-width:100%;
	height:auto;
	display:inline-block; /*allows text-align center to work, not really needed with these cause they have backgrd within image itself */
}


.prodnumbers {
	font: 10pt Verdana, Geneva, sans-serif;
	color: #930;
	text-decoration: underline;
	line-height: 200%;
}


/*.viewcart {
	float: right;
	padding-right:50%;
}*/

.soldsign {
	position: absolute;  /*relative to product gut*/
	z-index: 99;
	top: 22%;
	right: 41.66%;
	max-width: 114px;
	
}

/* responsive background image */
.responsive-image1 {  /*crop*/
	width:100%;
	height: 300px;
	background-image:url(image.jpg);
	background-size: cover;
	background-position: center;
}

.responsive-image2 { /*scale*/
	width:100%;
	padding-bottom: 50%;
	background-image:url(image.jpg);
	background-size: cover;
	background-position: center;
}/*end image stuff*/



/* responsive inline image */
.img-responsive
{

-ms-interpolation-mode: bicubic; /*IE 7*/
image-rendering: optimizeQuality;
}