.back-button {
	width:78px;
	height:27px;
	position:absolute;
	right:20px;
	top:31px;
}
.back-button a.back {
	display:inline-block;
	background-color:#6a6a6a;
	width:67px;
	height:27px;
	padding:0 11px 0 0;
	line-height:27px;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#f2f2f2;
	text-decoration:none;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
.back-button a:hover.back {
	background-color:#a8a8a8;
}
.back-button a.back > span {
	background:url(images/icons/arrow-02.png) no-repeat 9px 6px;
	text-indent:30px;
	display:block;
}

#product {
	position:relative;
	overflow: hidden !important;
}

#product .info {
	position: absolute;
	top: 20px;
	left: 20px;
	width:195px;
	height:auto;
}
#product .info .image {
	max-height: 300px;
	text-align:center;
	overflow: hidden;
}
#product .info .price {
	text-align:center;
	margin:16px 0 13px 0;
}
#product .info .price > p {
	font-family: 'Oswald', sans-serif;
	font-size:29px;
	font-weight:bold;
	color:#348a16;
}
#product .info .price > p > span {
	font-family: 'Oswald', sans-serif;
	font-size:31px;
	font-weight:normal;
	color:#dcdcdc;;
}
#product .info .button {
	height:27px;
	text-align:center;
}
#product .info .button > a.add {
	line-height:27px;
	display:inline-block;
	margin-left:6px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#f2f2f2;
	background-color:#2599cf;
	padding:0 9px 0 7px; 
	text-decoration:none;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
#product .info .button > a:hover.add {
 	background-color:#2db6f6;
}
#product .info .button > a.add > span {
	background:url(images/icons/shipping-cart-01.png) no-repeat 1px 6px;
	text-indent:31px;
	display:block;
}
#html-text {
	margin-left: 210px;
	height: 457px;
	overflow: auto;
	box-sizing: border-box;
}


@media only screen and (max-width: 960px)
{

	.back-button {
		position: static;
		display: block;
		margin: 15px auto 0 auto;
		height: auto;
		margin-bottom: ;
	}
	#product {
		width:auto;
		height:auto;
		position:relative;
		padding-top: 20px
	}
	#product .info {
		position: static;
		width:auto;
		height:auto;
		margin-bottom: 0;
	}
	#product .info .image {
		width: auto;
		height: auto;
		overflow: hidden;
	}
	#product .info .price {
		height:auto;
		text-align:center;
		margin:16px 0 13px 0;
	}

	#html-text {
		margin-left: 0;
		height: auto;
	}
}

