#newsDetail {
	position: relative;
}

#newsDetail ins {
	display: block;
	margin-bottom: 8px;
}

#newsBack {
	display: block;
	height: 30px;
	line-height: 30px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	background: none repeat scroll 0% 0% #0074D8;
	max-width: 360px;
	margin: 32px auto 0;
	position: relative;
}

#newsBack:active {
	background-color: #016FCE;
	top: 1px;
}

#newsList {
	position: relative;
}

#newsList .item {
	border-top: 1px solid #ececec;
	border-collapse: collapse;
	table-layout: fixed;
	width: 100%;
}

#newsList .item ins {
	margin-bottom: 2px;
	display: block;
	color: #9C9C9C;
}

#newsList .item td:first-child {
	text-align: center;
	width: 30%;
	vertical-align: middle;
}

#newsList .item td {
	padding: 6px 8px;
	vertical-align: top;
}

#newsList .item a {
	display: block;
	color: #0074D9;
}

#newsList .name	{
	line-height: 18px;
}

#newsList .name:hover,
#newsList .name:active {
	color: #016FCE;
}

#newsList .newsPic {
	text-align: center;
	max-width: 265px;
	margin: auto;
}

#newsList .newsPreview {
	display: none;
}

@media (min-width: 640px) {
	#newsList .newsPreview {
		display: block;
	}
}


#reviews {
	position: relative;
}

#reviews .good {
	color: #4192D9;
	margin-right: 4px;
}

#reviews .bad {
	color: #Ff0000;
}

#reviews .reviewControls {
	position: relative;
	text-align: center;
	clear: both;
}

#reviews .review {
	position: relative;
	margin-top: 24px;
}

#reviews .review:first-child {
	margin-top: 0;
}

#newReview {
	margin-top: 12px;
	padding-bottom: 1px;
	overflow: hidden;
	clear: both;
}

#newReview label {
	display: block;
	margin: 8px 0 4px;
}

#newReview textarea {
	border: 1px solid #E4E4E4;
	background: #fff;
	resize: none;
	height: 90px;
	padding: 4px;
	width: 100%;
}

#newReview input {
	border: 1px solid #E4E4E4;
	background: #fff;
	height: 35px;
	width: 100%;
	display: inline-block;
	margin-bottom: 12px;
	vertical-align: top;
	padding: 4px;
}

#newReview input:focus,
#newReview textarea:focus {
	border-color: #ccc;
}

#newReview .heading {
	background-color: #4192D9;
	margin: 0 0 12px;
}

#newReview .usedSelect {
	list-style: none;
	overflow: hidden;
	clear: both;
	padding: 0;
	margin: 0 -4px;
}

#newReview .usedSelect li {
	float: left;
	width: 25%;
	max-width: 185px;
	padding: 0 4px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#newReview .usedSelect a {
	border: 1px solid #E4E4E4;
	text-align: center;
	line-height: 34px;
	vertical-align: middle;
	height: 34px;
	padding: 4px 4px;
	font-size: 12px;
	display: block;
	color: #000;
}

#newReview .usedSelect a span {
	line-height: 16px;
	vertical-align: middle;
	display: inline-block;
}

#newReview .usedSelect a:active {
	position: relative;
	top: 1px;
}

#newReview .usedSelect .selected {
	background: #0074d9;
	color: #fff;
}

#newReview .left,
#newReview .right {
	width: 100%;
}

#newReview .left {
	float: left;
}

#newReview .right {
	float: right;
}

#newReview .submit {
	position: relative;
	vertical-align: middle;
	background: #0074d9;
	text-align: center;
	line-height: 35px;
	display: block;
	height: 35px;
	color: #fff;
	width: 100%;
	margin-top: 12px;
}

#newReview .submit:active {
	background-color: #016fc3;
	top: 1px;
}


#newReview .submit_input {
	position: relative;
	vertical-align: middle;
	background: #0074d9;
	text-align: center;
	line-height: 35px;
	display: block;
	height: 35px;
	color: #fff;
	width: 100%;
	margin-top: 12px;
	margin-bottom: 0px;
    padding: 0px;
}

#newReview .submit_input:active {
	background-color: #016fc3;
	top: 1px;
}

#newReview .submit_input:hover {
	background-color: #016fc3;
}


#newReview .reviewError {
	border: 1px solid #F1F1F1;
	overflow: hidden;
	padding: 24px;
	margin-top: 24px;
}

#newReview .reviewError .cap {
	color: #4192d9;
	font-size: 16px;
}

#newReview .reviewError img {
	vertical-align: middle;
	float: left;
	margin-right: 24px;
}

#newRating {
	position: relative;
	padding-bottom: 8px;
}

#newRating .rating {
	left: 96px;
	position: absolute;
	top: -2px;
	width: 150px;
	z-index: 1;
	cursor: pointer;
}

#newRating .rating i {
	background: url('../images/newRating.png') repeat 0 0px transparent;
	height: 22px;
	width: 150px;
	position: absolute;
	display: block;
	left: 0px;
	top: 0px;
}

#newRating .rating i.m {
	background: url('../images/newRating.png') repeat 0 -22px transparent;
	width: 0px;
	z-index: 10;
}


.review .label,
.reviewer {
	display: block;
	color: #000;
}

.reviewer {
	position: relative;
	font-size: 16px;
	vertical-align: top;
	padding-right: 112px;
	line-height: 18px;
	margin-bottom: 4px;
}

.review small {
	background-color: #f4f4f4;
	display: inline-block;
	font-size: 13px;
	color: #7f7f7f;
	padding: 2px 8px;
	margin-bottom: 12px;
	position: absolute;
	right: 0;
	top: -2px;
}

.review p {
	color: #666;
	margin-bottom: 8px;
}

.review .impressions {
	word-wrap: break-word;
}

@media (min-width: 480px) {
	#productStatsControls #offerCont {
		display: inline-block;
	}
}

@media (min-width: 768px) {
	#productStatsControls li:nth-child(n+4) {
		display: inline-block;
	}

	#reviews .reviewControls {
		text-align: right;
	}

	#newReview .left {
		width: 50%;
	}

	#newReview .right {
		width: 47%;
		padding-left: 3%;
	}

	#newsList .item a {
		font-size: 16px;
	}

}

@media (min-width: 1024px) {
	#newReview .submit {
		width: 200px;
		float: right;
	}
	
	#newReview .submit_input{
		width: 200px;
		float: right;
	}

	
}