/* RESET */
div#site-menu {
	display: none;
}

body {
	background-color: white;
	background: none !important;
	font-family: DinRegular;
}

a:hover {
	color: #fff;
}

div#page, div#main, div#page-wrapper, div#main-content {
	width: 100%;
	background: none;
	margin: auto;
	padding: 0;
	margin: 0;
}

body.page-ff7 a,
body.page-ff7 a:hover,
body.page-ff7 a:active {
	color: white;
}

body.page-ff7 #footer {
	display: none;
}


/* pagescroller */
.section {
	text-align: center;
	height: 600px;
	overflow: hidden;
}

body.page-ff7 ul {
	list-style: none;
	margin: 0;
}

body.page-ff7 #main-content {
	position: relative;
	font-family: "DinLight", "Arial", sans;
	font-weight: normal;
	color:white;
}


.pageScroll a:hover {
	color: white;
}

div.containerScroll {
	position: fixed;
	margin: auto 0;
	top: 0;
	bottom: 0;
	z-index: 50;
	right: 0;
	/* margin: 0 0 7px 0; */
	padding-top: 5px;
	background-color: #0B1725;
	background-image: url(../images/noise.png);
	height:338px;
	width:150px;
	font-size: 18px;
	font-family: "DinRegular", "Arial", sans;
	font-weight: bold;
}

.lang-fr div.containerScroll,
.lang-it div.containerScroll {
	font-size: 15px;
}
.lang-de div.containerScroll {
	font-size: 14px;
}

.lang-es div.containerScroll {
	font-size: 16px;
}

div.containerScroll.profile {
	height: 385px;
}

ul.pageScroll {
	background-image: radial-gradient(top right,transparent 0, transparent 70%, rgba(0,16,32,0.5) 60%, rgba(0,16,32,0.5) 100%);
	background-position: 0px -45px;
	background-size: 150px 338px;
}

li.scrollNav a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 0 0 5px;
}

li.scrollNav {
	margin: 0 0 0 5px;
	background-image: url(../images/noise.png);
	border: 0;
	vertical-align: baseline;
	background-color: rgba(255,255,255,0.06);
	height: 48px;
	line-height:48px;
	text-shadow: rgba(0,0,0,0.8) 1px 1px 2px;

	/*
	transition: 0.3s background-color ease;
	-moz-transition: 0.3s background-color ease;
	-webkit-transition: 0.3s background-color ease;
	-o-transition: width 0.3s background-color ease;
	*/
}

li.scrollNav.profile-link {
	background: url(../images/noise.png) #59161a; /* #233449; */
	margin-top: 1px;

}

/* li.scrollNav:hover, */
li.scrollNav.active {
	margin-left:0;
	padding-left:5px;
	background-color: #406285;
	position: relative;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.4);
}

li.scrollNav.active:before {
    content:"";
    width:0;
    height:0;
    border-style: solid;
    border-width: 24px 16px 24px 16px;
    border-color: transparent #406285 transparent transparent;
    position: absolute;
    left:-32px;
    top:0;
}

.social {
	height: 30px;
	margin: 10px;
}

.social a {
	display: block;
	float: left;
	height: 22px;
	width: 25px;
	margin: 4px 5px;
	background: url(../images/menu_social.png);
}

.social a.fb {
	background-position: 0 0;
}

.social a.tw {
	background-position: 60px 0;
}

.social .language-selector {
	background: #0B1725;
	position: absolute;
	width: 140px;
	right: 0;
	bottom: -32px;
	padding: 0 5px 5px 5px;
	display: none;
}

.social .language-selector .hidden {
	display: none;
}

.social .language-selector a {
	background: none;
}

.social .language-selector .flag {
	margin: 0;
	padding: 0;
}

div.section {
	z-index: 0;
}

div.scroll-content,
div.inner-section {
	width: 970px;
	height: 100%;
}

div.inner-section {
	margin: 0 auto;
	position: relative;
	z-index: 10;
}

.square {
	position: absolute;
	height: 15px;
	width: 15px;
}

.square.white {background-color: white;}
.square.blue {background-color: #97acc1;}

.blue {color: #476E95;font-family: "DinRegular", "Arial", sans;}

div.scroll-content,
div.scroll-element {
	position: absolute;
	overflow: hidden;
	text-align: left;
}

div.scroll-content {
	overflow: visible;
	left:0;
	top:0;
}

div.scroll-content li,
div.scroll-element.title li,
div.scroll-element.desc li,
div.scroll-element.mini li.data {
	overflow: hidden;
	display: none;
	float: left;
}

div.scroll-content li.active,
div.scroll-element.title li.active,
div.scroll-element.desc li.active,
div.scroll-element.mini li.data.active {
	display: block;
}

div.scroll-element ul {
	height: 100%;
	width: 9999px;
}

div.scroller {
	position: absolute;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}

div.scroller li {
    cursor: pointer;
}

div.scroll-element.title {
	font-size: 39px;
	line-height: 40px;
}

div.scroll-element.desc {
	font-size: 17px;
	line-height: 24px;
	font-family: "DinRegular", "Arial", sans;
}


/** ff7-main **/

#ff7-main {
	background: url(../images/main_background.jpg) top center repeat-x;
	box-shadow: inset 0 1px 10px  rgba(0,0,0,0.5);
}

#ff7-main div.scroll-content {
	height: 600px;
	width: 100%;
}

#ff7-main div.scroll-element.hero {
	height: 600px;
	width: 1200px;
	bottom: 0;
	left: -166px;
	z-index:1;
	background: url(../images/cloud.png) bottom center no-repeat;
}

#ff7-main div.scroll-element.desc {
	height: 120px;
	width: 370px;
	top: 218px;
	left: 550px;
	z-index:10;
	text-align: center;
	font-size: 22px;
	color: black;
	font-family: "DinRegular", "Arial", sans;
	line-height: 30px;
}

#ff7-main div.scroll-element.logo {
	height: 187px;
	width: 398px;
	top: 16px;
	left: 537px;
	z-index:10;
	text-align: center;
	background: url(../images/ffvii_main_logo.png) center center no-repeat;
}

#ff7-main div.scroll-element.button {
	height: 56px;
	line-height: 56px;
	width: 267px;
	top: 395px;
	left: 604px;
	z-index:10;
	text-align: center;
	background: url(../images/main_button.png) top center no-repeat;

}

.preorder #ff7-main div.scroll-element.button:hover {
	background-position-y: -56px;
}

.preorder #ff7-main div.scroll-element.button:active {
	background-position-y: -112px;
}

#ff7-main div.scroll-element.button span,
#ff7-main div.scroll-element.button a {
	font-size: 24px;
	display: block;
	height: 56px;
	width: 267px;
	text-shadow: rgba(0,0,0,0.8) 1px 1px 2px;
	font-family: "DinRegular", "Arial", sans;
}

/** features **/

#ff7-features {
	background: url(../images/features_background.jpg) top center repeat-x;
	box-shadow: inset 0 1px 10px  rgba(0,0,0,0.5);
}

#ff7-features div.hero {
	height: 600px;
	width: 1200px;
	bottom: 0;
	left: -166px;
	z-index:1;
	background: url(../images/features_image.jpg) bottom center no-repeat;
}

#ff7-features div.scroll-content {
	height: 450px;
	width: 570px;
	background-color: #1d2631;
    background-color: rgba(29, 38, 49, 0.85);
    background-image: url(../images/noise.png);
    !border: 5px solid #444444;
   	box-shadow: 0 0 0 5px  rgba(255,255,255,0.05);
	top: 40px;
	left: 0;
}

#ff7-features div.scroll-element.title {
	height: 46px;
	width: 490px;
	top: 28px;
	left:  36px;
}

#ff7-features div.scroll-element.title li {
	height: 100%;
	width: 490px;
}

#ff7-features div.square {
	left: 40px;
	top: 80px;
}

#ff7-features div.scroll-element.desc {
	height: 340px;
	width: 450px;
	top: 75px;
	left: 70px;
	text-align: justify;
}

#ff7-features div.scroll-element.desc li {
	height: 340px;
	width: 450px;
}

#ff7-features div.scroller {
	bottom: 35px;
	/*
	left: 50%;
	margin-left: -355px;
	*/
}

#ff7-features div.scroller,
#ff7-features div.scroller ul {
	/* width: 669px; */
	height: 35px;
}

#ff7-features div.scroller li,
#ff7-features div.scroller li span {
    width: 250px;
    height: 35px;
    display: block;
}

#ff7-features div.scroller li {
    /* float:left; */
	display: inline-block;
	*display: inline;
	zoom: 1;
	margin-left: 24px;
   	/* border-left: 25px solid transparent; */
    position:relative;
}

#ff7-features div.scroller li span {
    text-align: center;
	background-color: #1d2631;
    background-color: rgba(29, 38, 49, 0.85);
    background-image: url(../images/noise.png);
    border: 1px solid white;
    box-shadow: 0 0 0 5px rgba(255,255,255,0.2);
    text-shadow: 0px 0px 2px rgba(255,255, 255, 0.8);
    cursor: pointer;
    box-sizing:border-box;
-moz-box-sizing:border-box; /* Firefox */
-webkit-box-sizing:border-box; /* Safari */
    transition: all 150ms ease;
	-moz-transition: all 150ms ease;
	-webkit-transition: all 150ms ease;
	-o-transition: all 150ms ease;
    position:absolute;
    margin:0;
    line-height: 35px;
    font-size: 21px;
}

#ff7-features div.scroller li.big span,
#ff7-features div.scroller li:hover span {
    width: 270px;
    height: 55px;
    margin: -10px;
    line-height:54px;
    font-size: 25px;
}

/** characters **/

#ff7-characters {
	background-color: #e7ebee;
}

#ff7-characters div.square {
    left: 16px;
    top: 60px;
    z-index: 1000;

}

#ff7-characters div.scroll-element.title {
	height: 45px;
	width: 370px;
	top: 8px;
	left: 13px;
}

#ff7-characters div.scroll-element.title li {
	height: 45px;
	width: 370px;
}


#ff7-characters div.scroll-content {
	height: 450px;
	width: 610px;
	top: 40px;
	left: 360px;
}

#ff7-characters div.scroll-element.desc {
	height: 340px;
	width: 327px;
	top: 55px;
	left: 35px;
	color: black;
	/*
	background-color: #E7EBEE;
	background-color: rgba(231, 235, 238,0.5);
	*/
	background: url(../images/characters_text_bg.png) left top;
	padding: 0 10px;
	overflow: hidden;
	text-align: justify;
}

#ff7-characters div.scroll-element.desc li {
	height: 340px;
	width: 327px;
}

#ff7-characters div.scroll-element.hero {
	height: 600px;
	width: 1050px;
	left: -550px;
	top: -40px;
}

#ff7-characters div.scroll-element.mini {
	height: 300px;
	width: 350px;
	left: 382px;
	top: 58px;
	color: black;
	font-family: "DinRegular", "Arial", sans;
	font-size: 13px;
	background: url(../images/characters_text_bg.png) left top;
	padding-left: 10px;
}

#ff7-characters div.scroll-element.mini ul {
    height: 100%;
    width: 200px;
}

#ff7-characters div.scroll-element.mini li.data {
    height: 100%;
    width: 100%;
}

#ff7-characters div.scroll-element.mini li.data ul li {
    padding-bottom: 8px;
    width: 100%;
    display: block;
}

#ff7-characters div.scroll-element.mini li.data ul li span {
	display: block;
	padding-bottom: 3px;
}

#ff7-characters div.scroller {
	bottom: 45px;
	/*
	left: 50%;
	margin-left: -422px;
	*/
	width: 800px;
	height: 75px;
}

#ff7-characters div.scroller ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: block;
    height:75px;
    width: 800px
}

#ff7-characters div.scroller li {
	width:75px;
    height:75px;
    display:block;
    float:left;
    position:relative;
	border-left: 5px solid transparent;
}

#ff7-characters div.scroller li span {
	display: block;
	width: 75px;
	height: 75px;
	border: 5px solid white;
    background-color:white;
    box-sizing:border-box;
-moz-box-sizing:border-box; /* Firefox */
-webkit-box-sizing:border-box; /* Safari */
    transition: all 150ms ease;
	-moz-transition: all 150ms ease;
	-webkit-transition: all 150ms ease;
	-o-transition: all 150ms ease;
    position:absolute;
    z-index: 1;
    margin:0;
    overflow: hidden;
}

#ff7-characters div.scroller li.big span,
#ff7-characters div.scroller li:hover span {
	margin: -15px;
	width: 105px;
	height: 105px;
	z-index:2;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
	-webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
}

/** media **/

#ff7-media {
	height: 450px;
	padding: 10px 0;
	background-color: black;
}

#ff7-media div.inner-section {
	width: 100%;
	margin: 0;
}

#ff7-media div.carousel {
	height: 450px;
	width: 100%;
	overflow: hidden;
}

#ff7-media div.carousel ul {
	width: 9999px;
	height: 450px;
}

#ff7-media div.carousel ul li {
	position: relative;
	width: 200px;
	height: 100%;
    cursor: pointer;

    transition: width 250ms ease;
	-moz-transition: width 250ms ease;
	-webkit-transition: width 250ms ease;
	-o-transition: width 250ms ease;
	display: block;
	float: left;
}

#ff7-media div.carousel ul li a,
#ff7-media div.carousel ul li span.overlay {
	position: absolute;
	top:0;
	left:0;
	height: 100%;
	width: 100%;
}

#ff7-media div.carousel ul li:hover {
	width: 600px;
}

#ff7-media div.carousel ul li span.overlay {
	background-color: rgba(0,0,0,0.7);
	display: block;
	width:100%;
	height:100%;

    transition: width background-color 250ms ease;
 	-moz-transition: width background-color 250ms ease;
	-webkit-transition: width background-color 250ms ease;
	-o-transition: width background-color 250ms ease;
}


#ff7-media div.carousel ul li:hover span.overlay {
	background-color: transparent;
	background-image: url(../images/media_enlarge.png);
	background-position: center;
	background-repeat: no-repeat;
}

#ff7-media div.carousel ul li:hover span.overlay.video {
	background-image: url(../images/media_play.png);
}

/** characters menu **/

#ff7-characters div.scroller span.character {
	background-position: center center;
	background-repeat: no-repeat;
	display: block;
    !display:inline;
    !zoom:1;
}

#ff7-characters div.scroller span.character.cloud {background-image: url(../images/characters_icon_cloud.jpg);}
#ff7-characters div.scroller span.character.aerith {background-image: url(../images/characters_icon_aerith.jpg);}
#ff7-characters div.scroller span.character.tifa {background-image: url(../images/characters_icon_tifa.jpg);}
#ff7-characters div.scroller span.character.barrett {background-image: url(../images/characters_icon_barrett.jpg);}
#ff7-characters div.scroller span.character.yuffie {background-image: url(../images/characters_icon_yuffie.jpg);}
#ff7-characters div.scroller span.character.cid {background-image: url(../images/characters_icon_cid.jpg);}
#ff7-characters div.scroller span.character.vincent {background-image: url(../images/characters_icon_vincent.jpg);}
#ff7-characters div.scroller span.character.redxiii {background-image: url(../images/characters_icon_redxiii.jpg);}
#ff7-characters div.scroller span.character.caitsith {background-image: url(../images/characters_icon_caitsith.jpg);}
#ff7-characters div.scroller span.character.sephiroth {background-image: url(../images/characters_icon_sephiroth.jpg);}

/** characters heroes */
#ff7-characters div.scroll-element.hero span.character {
	display: inline-block;
	*display: inline;
	zoom: 1;
	height: 600px;
	width: 1050px;
}

#ff7-characters div.scroll-element.hero span.character.cloud {background-image : url(../images/characters_cloud.jpg);}
#ff7-characters div.scroll-element.hero span.character.aerith {background-image : url(../images/characters_aerith.jpg);}
#ff7-characters div.scroll-element.hero span.character.tifa {background-image  : url(../images/characters_tifa.jpg);}
#ff7-characters div.scroll-element.hero span.character.barrett {background-image  : url(../images/characters_barrett.jpg);}
#ff7-characters div.scroll-element.hero span.character.yuffie {background-image  : url(../images/characters_yuffie.jpg);}
#ff7-characters div.scroll-element.hero span.character.cid {background-image  : url(../images/characters_cid.jpg);}
#ff7-characters div.scroll-element.hero span.character.vincent {background-image  : url(../images/characters_vincent.jpg);}
#ff7-characters div.scroll-element.hero span.character.redxiii {background-image  : url(../images/characters_redxiii.jpg);}
#ff7-characters div.scroll-element.hero span.character.caitsith {background-image  : url(../images/characters_caitsith.jpg);}
#ff7-characters div.scroll-element.hero span.character.sephiroth {background-image  : url(../images/characters_sephiroth.jpg);}

/** ff7-downloads **/

#ff7-downloads {
	background-color: #E7EBEE;
}

#ff7-downloads div.scroll-element.desc,
#ff7-downloads div.scroll-element.desc li {
	height: 401px;
	width: 648px;
}

#ff7-downloads div.scroll-element.desc {
	top: 27px;
	left: 9px;
	border: solid 5px white;
}

#ff7-downloads div.scroll-element.desc li {
	background-position: center;
	background-repeat: no-repeat;
}

#ff7-downloads div.scroll-element.desc li.cloud{background-image: url(../images/downloads_wallpaper_cloud.jpg);}
#ff7-downloads div.scroll-element.desc li.barrett{background-image : url(../images/downloads_wallpaper_barrett.jpg);}
#ff7-downloads div.scroll-element.desc li.tifa{background-image : url(../images/downloads_wallpaper_tifa.jpg);}
#ff7-downloads div.scroll-element.desc li.redxiii{background-image : url(../images/downloads_wallpaper_redxiii.jpg);}
#ff7-downloads div.scroll-element.desc li.sephiroth{background-image : url(../images/downloads_wallpaper_sephiroth.jpg);}
#ff7-downloads div.scroll-element.desc li.aerith{background-image : url(../images/downloads_wallpaper_aerith.jpg);}

#ff7-downloads div.scroller {
	bottom: 18px;
	/*
	left: 34px;
	*/
}

#ff7-downloads div.scroller,
#ff7-downloads div.scroller ul {
	height: 97px;
	width: 970px;
}

#ff7-downloads div.scroller li,
#ff7-downloads div.scroller li span {
	display: block;
	width:156px;
	height: 96px;
}

#ff7-downloads div.scroller li {
    float:left;
    position:relative;

    border-left: 5px solid transparent;
}

#ff7-downloads div.scroller li span {
	border: 3px solid white;

	background-size: 150px 92px;

    box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */

    transition: all 150ms ease;
 	-moz-transition: all 150ms ease;
	-webkit-transition: all 150ms ease;
	-o-transition: all 150ms ease;

    position:absolute;
    z-index: 1;
    margin:0;
    overflow: hidden;
}

#ff7-downloads div.scroller li.big span,
#ff7-downloads div.scroller li:hover span {
	width: 196px;
	height: 121px;
	background-size: 190px 116px;
    z-index: 2;

	margin: -14px -23px;
   	box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
	-webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
	-moz-box-shadow:    2px 2px 2px rgba(0,0,0,0.3);
}


#ff7-downloads div.scroll-element.title,
#ff7-downloads div.scroll-element.title ul li {
	width: 300px;
	height: 250px;
}

#ff7-downloads div.scroll-element.title ul.data li {
	display: block;
}

#ff7-downloads div.scroll-element.title {
	right: -10px;
	top: 30px;
	/*
	top: 60px;
	right: -50px;
	*/
}

#ff7-downloads div.scroll-element.title ul.data li {
	float: none;
	height: 28px;
	margin: 0 0 3px 0;
}

#ff7-downloads div.scroll-element.title ul.data li.wallpaper {
	height: 50px;
	line-height: 50px;
}

#ff7-downloads div.scroll-element.title ul.data li.name {
	height: 30px;
	line-height: 30px;
	font-size: 26px;
	line-height: 26px;
}

#ff7-downloads div.scroll-element.title ul.data li a {
	font-family: "DinRegular", "Arial", sans;
	text-align: center;
	display: block;
	font-size: 16px;
	line-height: 28px;
	height: 28px;
	width: 128px;
}

#ff7-downloads div.scroll-element.title ul.data li.res1 a {background-color: #486E95;}
#ff7-downloads div.scroll-element.title ul.data li.res2 a {background-color: #6687A6;}
#ff7-downloads div.scroll-element.title ul.data li.res3 a {background-color: #86A0B7;}

#ff7-downloads div.scroll-element.hero,
#ff7-downloads div.scroll-element.hero span.character {
	height: 600px;
	width: 1800px;
	background-repeat: no-repeat;
	left: -470px;;
	background-position: center center;
}

#ff7-downloads div.scroll-element.hero {
	bottom: 0;
	overflow: hidden;
	background-position: center center no-repeat;
}

#ff7-downloads div.scroll-element.hero span.character {
    display: inline-block;
	*display: inline;
	zoom: 1;
}

#ff7-downloads div.scroller li.cloud span {background-image : url(../images/downloads_thumb_cloud.jpg);}
#ff7-downloads div.scroller li.barrett span {background-image : url(../images/downloads_thumb_barrett.jpg);}
#ff7-downloads div.scroller li.tifa span {background-image : url(../images/downloads_thumb_tifa.jpg);}
#ff7-downloads div.scroller li.redxiii span {background-image : url(../images/downloads_thumb_redxiii.jpg);}
#ff7-downloads div.scroller li.sephiroth span {background-image : url(../images/downloads_thumb_sephiroth.jpg);}
#ff7-downloads div.scroller li.aerith span{background-image : url(../images/downloads_thumb_aerith.jpg);}

#ff7-downloads div.scroll-element.hero span.character.cloud {background-image: url(../images/downloads_bg_cloud.jpg);}
#ff7-downloads div.scroll-element.hero span.character.barrett {background-image: url(../images/downloads_bg_barrett.jpg);}
#ff7-downloads div.scroll-element.hero span.character.tifa {background-image: url(../images/downloads_bg_tifa.jpg);}
#ff7-downloads div.scroll-element.hero span.character.redxiii {background-image: url(../images/downloads_bg_redxiii.jpg);}
#ff7-downloads div.scroll-element.hero span.character.sephiroth {background-image  : url(../images/downloads_bg_sephiroth.jpg);}
#ff7-downloads div.scroll-element.hero span.character.aerith {background-image : url(../images/downloads_bg_aerith.jpg);}

div.to-top {
	display: none;
}

/** ff7-buynow **/

#ff7-buynow {
	background: url(../images/buynow_background.jpg) top center repeat-x;
	box-shadow: inset 0 1px 10px  rgba(0,0,0,0.5);
	-webkit-box-shadow: inset 0 1px 10px  rgba(0,0,0,0.5);
	-moz-box-shadow:    inset 0 1px 10px  rgba(0,0,0,0.5);
}

#ff7-buynow div.scroll-element {
	width: 360px;
	text-align: center;
}

#ff7-buynow div.scroll-element span {
	display: block;
	width: 100%;
}


#ff7-buynow div.scroll-element {
	width: 323px;
	left: 600px;
	z-index:1;
}

#ff7-buynow div.scroll-element.hero {
	top:0;
	left: -228px;
	height: 600px;
	width: 840px;
	background: url(../images/buynow_image.png) top center no-repeat;
}

#ff7-buynow div.scroll-element.logo {
	top: 57px;
	height: 152px;
	background: url(../images/ffvii_buynow_logo.png) center center no-repeat;
}

#ff7-buynow div.scroll-element.buynow {
	top: 241px;
	height: 358px;
}

#ff7-buynow div.scroll-element.buynow span.big {
    font-size: 24px;
    line-height: 56px;
    background-image: url(../images/buynow_button.png);
    background-repeat: no-repeat;
    background-position: top center;
    text-shadow: rgba(0, 0, 0, 0.8) 1px 1px 2px;
    font-family: "DinRegular", "Arial", sans;
}
.preorder #ff7-buynow div.scroll-element.buynow span.big:hover {
    background-position-y: -56px;
}
.preorder #ff7-buynow div.scroll-element.buynow span.big:active {
    background-position-y: -112px;
}
#ff7-buynow div.scroll-element.buynow span.big a {
    display: block;
    width: 100%;
    height: 100%;
}

#ff7-buynow div.scroll-element.buynow span.small{
    font-size: 21px;
    line-height: 26px
}

#ff7-buynow div.scroll-element.buynow span.small small {
	font-size: 0.5em;
}

#ff7-buynow div.scroll-element.buynow span.small strong {
	font-size: 1.2em;
}

#ff7-buynow div.scroll-element.store {
	top: 368px;
	height: 68px;
	background: url(../images/SE_Store.jpg) center center no-repeat;
}

#ff7-buynow div.scroll-element.available {
	top: 485px;
	background: url(../images/ps_store_logo.png) bottom center no-repeat;
	height: 46px;
}

#ff7-buynow div.scroll-element.discl {
	bottom: 9px;
	height: 15px;
}

#ff7-buynow div.tech-specs {
	margin-top: 45px;
}

#ff7-buynow div.tech-specs h3 {
	font-size: 17px;
	margin-bottom: 10px;
}

#ff7-buynow div.tech-specs p {
	font-size: 14px;
	line-height: 20px;
}

#ff7-buynow div.note {
    position: absolute;
    bottom: 10px;
    left: 600px;
    width: 360px;
}

