@import url(dark_background.css);

h1 {
	margin: 0.25em 0;
	padding: 0;
	color: black;
}

h2 em {
  font-style: normal;
  color: #8CC63E;
}

h2 strong { color: #FF7105; }

#product-details-middle h3 {
  margin: 0 0 0.75em;
  padding: 0;
  font-size: 20px;
}

h4 {
	font-size: 13px;
	text-transform: uppercase;
}

p { /*color: #afafaf;*/ } /*duru:orig: not commented out*/

div {
	text-align: left;
}

legend {
	font-size: 13px;
	text-transform: uppercase;
	color: #666666;
}

.write-review-wrapper input, .write-review-wrapper textarea {
	background-color: white; /*duru: black to white*/
	border: 1px solid #999999;
	color: #222; /*duru: bbb to 222*/
	font-size: 12px;
	font-family: verdana, arial, helvetica, sans-serif;
}
	
textarea {
	margin: 0 0 0 25px;
	padding: 0;
	width: 350px;
	text-align: left;
}

#cart-quantity {
	background-color: white;
}

.write-review-wrapper input {
	margin-left: 25px;
}

#rating-list {
	padding: 0;
	margin: 0 0 0 25px;
	list-style: none;
}
#rating-list li {
	float: left;
}

#reviewsWriteReviewsNotice {
	padding: 10px 0;
}

.desc_07 {
	position: absolute;
	bottom: 0px;
	/* right positioning is determined in tpl_product_reviews_default.php after the width of the image box has been calculated */
	margin: 0 15px 4px 0;
	text-align: right;
}

#productReviewsDefaultListingBottomNumber {
	text-align: right;
	margin-right: 35px;
}

#productReviewsDefaultNoReviews {
	margin-left: 30px;
}

.buttonRow {
	margin: 0;
	padding: 0 0.5em 0.5em 0.5em;
	text-align: right;
}

h4 .formatting-instructions {
	font-size: 9px;
	font-weight: normal;
	text-transform: none;
	float: right;
	margin-top: 3px;
}

#name-box {
	width: 200px;
}

#rating-box {
	width: 235px;
}

textarea, #review-title {
	width: 275px;
}

.notice {
	font-size: 9px;
}

#huglight-feedback-submit {
	position: absolute;
	bottom: 1.5em;
	right: 1em;
}

div.write-review-wrapper {
	position: relative;
	margin-bottom: 0;
	padding-bottom: 1.5em;
  /*color: #AFAFAF;*/ /*duru: commented out*/
  /*background-color: #4A4A4A;*/ /*duru: commented out*/
}

#comments-header {
	width: 300px;
}

#reviews-border {
	padding-bottom: 10px;
	width: 465px;
}


hr {
	color: #5274b4;
	margin: 10px 0 15px;
}

#product-details-middle {
	padding-bottom: 0;
}

#product-details-top {
	color: #FF9000;
	line-height: 22px;
	font-size: 12px;
}

.review-body {
	width: 435px;
}

#productReviewsDefaultListingBottomNumber {
	margin-right: 0;
}

#product-details-top {
	text-align: left;
	font-weight: normal;
	padding-top: 3px;
	height: 19px;
}

#photo-upload-wrapper {
  margin: 0 0 10px 25px;
}

#photo-upload-wrapper input {
  display: block;
  margin: 0 0 5px;
}

#more-photos-link {
  margin: 0 0 0 25px;
}

#consent-box {
  border-spacing: 10px;
  font-size: 9px;
  white-space: nowrap;
}

#huglight-feedback-error { 
  display: none; 
  color: red;
  margin: 15px;
  padding: 0;
  font-size: 13px;
  text-align: center;
}

.text_success {
  text-align: center;
  display: block;
  margin: 10px 25px 0;
  color: #005000;
}

.write-review-wrapper .focused {
	background-color: #CCC;
}