a#fancyiframe {
  color: white;
  background-color: #B50420;
  padding: 10px;
  border-right: 2px solid #a2021b;
  border-bottom: 2px solid #a2021b;
  font-size: 14px;
  margin-bottom: 10px;

  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

a#fancyiframe:hover {
  background-color: #a2021b;
  border-right: 2px solid #a2021b;
  border-bottom: 2px solid #a2021b;
}

.share_widget {
  margin-top: 30px;
}


/** Banner img */
.articleListWrap .widget .banner-ad img {
  width: inherit;
}


/** Skyscraper Position Top */
#scraper {
  top: 90px;
}


/* FORM FIX MOBILE */
@media (max-width: 989px) {
	form .right{ 
		text-align: left; 
	}

	form .right p.actions{ 
		text-align: left !important; 
	}

	td, th{  
		float: left;
		clear: both;
		width: 90%;
	}

	form .cssTooltipLink{ 
		display: block; 
	}

	tr{ 
		margin-top: 10px; 
	}

	form input, form select{ 
		width: 100% !important; 
	}
}

/* #36226 */
.buttonShopLinkWrap {
  font-size: 13px;
  text-align: right;
  float: right;
}
.buttonShopLinkWrap .priceValue {
  display: block;
}
.buttonShopLinkWrap .but {
  font-size: 13px;
  position: static !important;
  float: none !important;
}
/* #36226 END */
