/*Rocksmith Localizes CSS for en-GB, fr-FR*/

/*  ::  Page Styles  »  Buy  	*/
.rock-buy #G4,
.rock-buy #G5,
.rock-buy #G6 {
  background: #fff;
  background: -webkit-linear-gradient(top, white 0%, #e0e0e0 100%);
  background: -o-linear-gradient(top, white 0%, #e0e0e0 100%);
  background: -ms-linear-gradient(top, white 0%, #e0e0e0 100%);
  background: -moz-linear-gradient(top, white 0%, #e0e0e0 100%);
  background: linear-gradient(to bottom, white 0%, #e0e0e0 100%);
  box-shadow: 1px 8px 7px 0px rgba(0, 0, 0, 0.37);
  padding: 0 20px;
}
.rock-buy #G4 .component-product-packshot img,
.rock-buy #G5 .component-product-packshot img,
.rock-buy #G6 .component-product-packshot img {
  outline: 1px solid black;
}
.rock-buy #G7,
.rock-buy #G8 {
  background: url(rs-global-elements-darken-background.png);
  background: rgba(0, 0, 0, 0.55);
  box-shadow: 1px 8px 7px 0px rgba(0, 0, 0, 0.37);
  padding: 0 20px;
  color: #fff;
}
.rock-buy #G7 .scrollable-pagination .pagination-item,
.rock-buy #G8 .scrollable-pagination .pagination-item {
  border-color: #fff;
}
.rock-buy #G7 .scrollable-pagination .active,
.rock-buy #G8 .scrollable-pagination .active {
  background-color: #fff;
}
.rock-buy #G7 .component-product-packshot img,
.rock-buy #G8 .component-product-packshot img {
  outline: 1px solid white;
}

/* TOOLTIP */
.component-product-info .retailers p strong {
	display: block;
	font-size: 11px;
	text-transform: uppercase;
	padding-top: 10px;
}

.component-product-info .retailers  .tt {
  position: relative;
  z-index: 24;
  color: #3CA3FF;
  font-weight: bold;
  text-decoration: none;
  top: -85px;
	left: -19px;
}

a.tt span{ display: none; }
a.tt span.middle{
	color: #ffffff;
	font-weight: normal;
	font-family: ExoBold, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: justify;
}
a.tt span.middle strong{
	font-size: 17px;
}
.ac4-purchase.ac4-refresh ul.uplay li {
	box-shadow: none;
	height: 100px;
}
/*background:; ie hack, something must be changed in a for ie to execute it*/
a.tt:hover{ z-index:25; color: #aaaaff; background:;}
a.tt:hover span.bubbletool{
    display:block;
    position:absolute;
    top:0px; left:0px;
	padding: 15px 0 0 0;
	width:200px;
	color: #993300;
    text-align: center;
	filter: alpha(opacity:90);
	KHTMLOpacity: 0.90;
	MozOpacity: 0.90;
	opacity: 0.90;
}
a.tt:hover span.top{
	display: block;
	padding: 15px 8px 0;
    background: url(bubblev2.png) no-repeat top;
}
a.tt:hover span.middle{ /* different middle bg for stretch */
	display: block;
	padding: 0 8px; 
	background: url(bubble_filler.gif) repeat bottom; 
}
a.tt:hover span.bottom{
	display: block;
	padding:3px 8px 10px;
	color: #548912;
    background: url(bubblev2.png) no-repeat bottom;
}
.component-uplay-achievements{padding-top: 65px!important;}

.component-video-text .disclaimer {
	padding: 0;
}