/* TPG-Link */
	li.tpg_link{
		margin-bottom:2px;
	}
	
	#product-actions .tpg_link {
		margin: 0 2px 2px;
		border-radius: 3px;
	}
	
	.fa-tpg_link:before {
		content: "\f153";
	}
	
	a.tpg_link{
		margin-top:4px;
		font-size:0.9em;
	}
/* TPG-Link */

/* SOCIAL LINKS  */
	#socialshareprivacy {
		border-top:1px solid #f3f3f3;
		border-bottom:1px solid #f3f3f3;
		margin-top:15px;
		padding:10px 0 10px 60px;
		display:inline-block;
		width:100%;
		background-image:url(../img/social_bg.png);
		background-position:right center;
		background-repeat:no-repeat;
		/*animation: mymove 8s 1 8s;
		animation: mymove2 4s 1 2s;*/
	}
	/*
	@keyframes mymove {
		0% 		{background-position:50% center;}
		16% 	{background-position:right center;}
		32% 	{background-position:75% center;}
		48% 	{background-position:right center;}
		62% 	{background-position:88% center;}
		78% 	{background-position:right center;}
		90% 	{background-position:94% center;}
		100% 	{background-position:right center;}
	}
	@keyframes mymove2 {
	0%		{transform: rotate(0deg);left:0px;background-color:#003399}
	25%		{transform: rotate(-20deg);left:0px;background-color:#FF0033}
	50%		{transform: rotate(0deg);left:500px;background-color:#000000}
	55%		{transform: rotate(0deg);left:500px;background-color:#FFFF00}
	70%		{transform: rotate(0deg);left:500px;background-color:#1ec7e6;}
	100%	{transform: rotate(-360deg);left:0px;background-color:transparent}
	}*/
/* SOCIAL LINKS  */

/* Prime Service  */
.price_wrapper .mp-price-info {
	color:#666;
	margin-left:10px;
}
#product-actions button.rs-prime {
	background-color:#9e9e9e;
	color:#FFFFFF;
}
#product-actions button.rs-prime span.fa {
	color:#e97004;
}

.rs-prime button{
	padding:0;
}

#product-offer .product-info .question-on-item {
  text-align: right;
}
/* Prime Service  */