.social-bookmarks {
  width: 100px;
}
.social-bookmarks ul {
  margin: 25px;
  padding: 0;
}
.social-bookmarks ul li {
  list-style: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
  padding-bottom: 15px;
}
.social-bookmarks ul li:hover {
  list-style: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  -moz-opacity: 1.0;
  opacity: 1.0;
}
.product-images-wrapper {
  margin: 50px 0px 0px 50px;
  width: 500px;
}

#manufacturer-wrapper {
  color: #999;
  border-bottom: 1px #ccc solid;
  padding: 25px;
  text-align: center;
}

#price-wrapper {
  border-bottom: 1px #e8e8e8 solid;
  padding: 25px;
  margin-bottom: 25px;
  text-align: center;
  background: url(../images/bg-light-noise.png);
}
#price-wrapper .domestic-price {
  display: inline;
}
#price-wrapper .price {
  font-family: 'ITCFranklinGothicStd-BkXCp', Arial, Helvetica,sans-serif;
  font-size: 36px;
  color: #d46400;
  display: inline;
}
#price-wrapper .old-price {
  color: #bababa;
  font-size: 24px;
  font-family: 'ITCFranklinGothicStd-BkXCp', Arial, Helvetica,sans-serif;
}
#price-wrapper .special-price {
  color: #b50000;
  font-family: 'ITCFranklinGothicStd-BkXCp', Arial, Helvetica,sans-serif;
  font-size: 36px;
}

.installment-wrapper {
  font-family: "Times New Roman", Times, serif;
  font-style: italic;
  font-size: 14px;
  color: #000;
}
.card-wrapper {
  font-family: "Times New Roman", Times, serif;
  font-style: italic;
  font-size: 14px;
  color: #000;
}

.buy_now {
  text-align: center;
  margin-bottom: 25px; 
}
button[name=add_cart_product] {
  width: 90%;
  height: 46px;
  color: #fff;
  text-shadow: 0px 1px 0px rgba(67,101,46, 1);
  border: 1px #43652e solid;
  font-family: 'ITCFranklinGothicStd-BkXCp', Arial, Helvetica,sans-serif;
  font-size: 28px;
  text-transform: uppercase;
  
  background-color: #7ec255;
   
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7ec255', endColorstr='#619541');
  background-image: -webkit-linear-gradient(top, #7ec255, #619541);
  background-image: -moz-linear-gradient(top, #7ec255, #619541);
  background-image: -ms-linear-gradient(top, #7ec255, #619541);
  background-image: -o-linear-gradient(top, #7ec255, #619541);
  
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

#product-information-wrapper {
  overflow: hidden;
  width: 980px;
  background-color: #fff;
  border-top: 2px #ccc solid;
}
#product-information-wrapper .column-left {
  width: 650px;
  float: left;
  border-right: 0px #e8e8e8 solid;
  padding: 35px 0px;
  margin: auto;
  text-align: left;
}
.column-left .heading {
  text-align: center;
  margin-bottom: 10px;
}
.column-left .heading h1 {
  font-family: "Times New Roman", Times, serif;
  font-style: italic;
  font-size: 34px;
  color: #d46400;
  margin: 0px 0px -3px 0px;
  letter-spacing: -1px;
  text-align: center;
  text-transform: uppercase;
}
.column-left .heading h1 a, .column-left .heading h1 a:hover  {
  color: #d46400;
  text-decoration: none;
}
.column-left .heading em {
  font-family: "Times New Roman", Times, serif;
  font-style: italic;
  font-size: 14px;
  margin: -3px 0px 10px 0px;
  color: #999;
  text-align: center;
}
.column-left p {
  padding-right: 20px;
}

#description-attributes-wrapper {
  padding: 5px 50px 0px 50px;
  margin: auto;
  overflow: hidden;
}
#description-attributes-wrapper .description {
  float: left;
  width: 49%;
  text-align: center;
}
#description-attributes-wrapper .attributes {
  float: right;
  width: 50%;
  border-left: 1px #ccc dashed;
}
#description-attributes-wrapper .attributes table {
  padding: 10px 0px 10px 25px;
  border-collapse: separate;
}
#description-attributes-wrapper .attributes span {
  color: #000;
  padding-right: 3px;
}

#measurement-wrapper {
  border-top: 2px #ccc solid;
  margin: 35px 0;
}
#measurement-wrapper .heading h3 {
  font-family: 'ITCFranklinGothicStd-BkXCp', Arial, Helvetica,sans-serif;
  font-size: 24px;
  color: #000;
  padding-top: 6px;
  margin: 0px 0px -5px 0px;
}
#measurement-wrapper .heading em {
  font-size: 12px;
}
#measurement-wrapper .text-left {
  float: left;
  width: 50%;
}
#measurement-wrapper .text-left span {
  color: #000;
}
span.hyphen {
  font-size: 14px;
}
#measurement-wrapper .text-left blockquote {
  margin: 5px 0px 10px 0px;
  quotes: none;
  border-left: 1px solid #e8e8e8;
  font-style: normal;
  text-align: left;
  font-size: 12px;
  padding: 0px 10px 15px 10px;
}
#measurement-wrapper .image-right {
  float: right;
  width: 50%;
  overflow: hidden;
}

#product-information-wrapper .column-right {
  width: 329px;
  float: left;
  text-align: center;
  border-left: 1px #e8e8e8 solid;
}
#product-information-wrapper .column-right h3 {
  font-family: 'ITCFranklinGothicStd-BkXCp', Arial, Helvetica,sans-serif;
  font-size: 36px;
  color: #000;
  text-transform: uppercase;
  text-align: center;
  font-weight: normal;
  margin: 0;
  padding: 0;
}
#product-information-wrapper .column-right h4 {
  font-family: "Times New Roman", Times, serif;
  font-style: italic;
  font-size: 14px;
  margin: -5px 0px 0px 0px;
  padding: 0;
  color: #999;
  text-align: center;
  font-weight: normal;
}
#product-information-wrapper .column-right p {
  padding: 0;
}
#product-information-wrapper .column-right p a {
  color: #000;
  text-decoration: none;
  
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color  0.2s ease;
}
#product-information-wrapper .column-right p a:hover {
  color: #d46400;
  text-decoration: underline;
}

table.delivery-charges-shipping-area {
  font-size: 12px;
  width: 285px;
  border-spacing: 0;
  border-collapse: collapse;
}
table.delivery-charges-shipping-area th {
  padding: 8px;
  color: #000;
  font-weight: normal;
  font-size: 14px;
  background-image: url(../images/bg-light-noise.png);
  border-top: 2px solid #ccc;
  border-right: 0px solid #e8e8e8;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #e8e8e8;
}
table.delivery-charges-shipping-area th:first-child {
  border-left: 0;
}
table.delivery-charges-shipping-area td {
  border-top: 1px solid #ccc;
  border-right: 0px solid #e8e8e8;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #e8e8e8;
  padding: 5px;
}
table.delivery-charges-shipping-area td:first-child {
  border-left: 0;
}
table.delivery-charges-shipping-area td:nth-child(3) {
  color: #b50000;
}

#product-information-wrapper .column-right p.timescales {
  border: 1px solid #e8e8e8;
  background-image: url(../images/bg-light-noise.png);
  padding: 5px;
  margin-top: 20px;
  
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

#reviews h3.title {
  font-family: 'ITCFranklinGothicStd-BkXCp', Arial, Helvetica,sans-serif;
  font-size: 24px;
  color: #000;
  margin: 0px 0px 10px 0px;
	text-transform: uppercase;
}
#reviews .rating {
	margin-bottom: 10px;
}
#reviews input, #reviews textarea {
	width: 100%;
	margin: 5px 0px;
	padding: 15px;
	border: 1px solid #ccc;
}
#reviews input[name=captcha] {
	padding: 5px;
	margin: 0;
	margin-left: 10px;
}
#reviews textarea {
	width: 100%;
	height: 100px;
	margin: 5px 0px;
}
#reviews button[name=submit_review] {
  background: #d46400;
  width: 100%;
  height: 45px;
  margin-top: 10px;
  font-family: 'ITCFranklinGothicStd-BkXCp', Arial, Helvetica,sans-serif;
  font-size: 28px;
  text-transform: uppercase;
  color: #7b2604;
  text-shadow: 0px 1px 0px rgba(255,255,255, 0,6);
  font-weight: normal;
  border: 1px solid #ea8539;
  
  background-color: #ffad35;
  background-image: none;
  
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd70b', endColorstr='#ffad35');
  background-image: -webkit-linear-gradient(top, #ffd70b, #ffad35);
  background-image: -moz-linear-gradient(top, #ffd70b, #ffad35);
  background-image: -ms-linear-gradient(top, #ffd70b, #ffad35);
  background-image: -o-linear-gradient(top, #ffd70b, #ffad35);
  
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

.rating div.radio span {
	background-image: url("../images/rating-star.png")!important;
	background-position: 0;
	width: 40px;
	height: 40px;
	/*background: #000!important;*/
}
.rating div.radio:hover span {
	background-image: url("../images/rating-hover.png")!important;
	width: 40px;
	height: 40px;
	background-position: 0;
}
.rating div.radio:hover span.checked {
	background-image: url("../images/rating-hover.png")!important;
	background-position: 0;
}
.rating div.radio span.checked {
	background-image: url("../images/rating-hover.png")!important;
	background-position: 0;
}
.rating div.radio {
	width: 30px;
	height: 40px;
}