div#content {
	padding: 0 !important;
	}
#content .store-content{
	position: relative;
	margin-left: 190px;
	padding: 21px 36px 30px 0;
	}
#content #item-info h2{
	margin-bottom: .3em;
	padding: 0;
	border: none;
	}
#content .buy-right-now{
	padding-bottom: 1em;
	border-bottom: 2px solid #000;
	}
	#content .buy-right-now a{
		position: relative;
		display: block;
		width: 193px;
		height: 30px;
		margin: 0 auto;
		overflow: hidden;
		border: none;
		}
		#content .buy-right-now span{
			position: absolute;
			top: 0;
			left: 0;
			width: 193px;
			height: 30px;
			cursor: pointer;
			background: url('/img/text/buy_right_now.png') no-repeat;
			}
form.s-would-you{
	width: 156px;
	margin-bottom: 1.5em;
	padding-left: 60px;
	}
	form.s-would-you p{
		margin-bottom: .5em !important;
		font-size: .8125em !important;
		text-align: center;
		}
	form.s-would-you input.s-yes-submit,
	form.s-would-you input.s-no-submit{
		float: left;
		width: 78px;
		height: 36px;
		color: #fff;
		text-indent: -9999px;
		cursor: pointer;
		overflow: hidden;
		border: 0;
		}
	form.s-would-you input.s-yes-submit{
		background: url("/img/yes-no.png");
		}
	form.s-would-you input.s-no-submit{
		background: url("/img/yes-no.png") -78px 0;
		}
.s-ready-to-buy{
	display: block;
	margin: 0 !important;
	padding-left: 96px;
	text-transform: uppercase;
	font-weight: bold;
	background: url('/img/like.png') no-repeat 70px 24px;
	}
.s-not-ready-to-buy{
	background: url('/img/dislike.png') no-repeat 70px 20px;
	}
	.s-ready-to-buy .s-ready-to-buy-count {
		font-size: 500%;
		color: #fd0000;
		}
	.s-not-ready-to-buy .s-not-ready-to-buy-count{
		font-size: 500%;
		color: #000;
		}
.s-change-decision{
	text-align: center;
	}
#content .comments{
	position: relative;
	clear: left;
	}
#content .comments-padding{
	padding: 0 55px 80px 55px;
	border-top: 2px solid #000;
	}
