.tabMenu {
	position: relative;
	width: 100%;
	height: 26px;
}

.tabMenu .bgTabMenu {
	position: absolute;
	top: 25px;
	left: 0;
	width: 100%;
	height: 1px;
	margin: 0;
	bottom: 0;
	line-height: 0;
	font-size: 0;
	background: url(../../common/img/tabMenu/tabMenu_bg.gif) repeat-x top
		left;
	z-index: 1;
}

ul.tabMenu {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 1.5%;
	height: 26px;
	z-index: 15;
}

ul.tabMenu li {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	height: 26px;
	float: left;
	background: url(../../common/img/tabMenu/tabLi_bg.gif) repeat-x;
	overflow: hidden;
}

ul.tabMenu li a {
	float: left;
	height: 19px;
	margin: 5px 1px 0 1px;
	background: #FFF;
	line-height: 19px;
	text-decoration: none;
	color: #FFF;
	font-size: 10px;
}

ul.tabMenu li a:hover {
	color: #fff !important;
}

ul.tabMenu li a span {
	display: block;
	height: 19px;
	font-family: "Trebuchet MS", helvetica, arial;
	font-size: 9px;
	font-weight: bold;
	letter-spacing: 1px;
	float: left;
	background: url(../../common/img/tabMenu/tab_bg.gif) 0 0;
	margin: 1px 1px 0 1px;
	padding: 0px 5px 0 5px;
	cursor: pointer;
}

ul.tabMenu li a span span {
	position: relative;
	top: 3px;
	margin: 0;
	padding: 0;
	background: none;
}

ul.tabMenu li .tabActiveLeft {
	float: left;
	width: 11px;
	height: 26px;
	background: #FFF url(../../common/img/tabMenu/tabActiveLeft.gif);
	z-index: 300;
}

ul.tabMenu li .tabActiveRight {
	float: left;
	width: 11px;
	height: 26px;
	background: #FFF url(../../common/img/tabMenu/tabActiveRight.gif);
	z-index: 300;
}

ul.tabMenu li h3 {
	display: block;
	float: left;
	padding-top: 6px;
	height: 20px;
	background: #FFF url(../../common/img/tabMenu/tabActive_bg.gif) repeat-x
		;
	text-decoration: none;
	color: #000;
	font-size: 10px;
	z-index: 300;
}

#containerProduct {
	position: relative;
	float: left;
	margin-top: 10px;
	width: 100%;
}

#containerLeft {
	position: relative;
	float:left;
	width:191px;
	margin: 0;
}

#containerRight {
	margin:0;
	width:790px;
    float:right;
}

.HeaderLeft {
	position: relative;
	float: left;
	width: 191px;
	height: 32px;
	margin-top: 6px;
	border-right: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
}

.HeaderLeft img.gradientBG {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

.packsBGshadow {
	position: absolute;
	top: 1px;
	left: 16px;
	width: 160px;
	height: 35px;
	background: url(../../common/img/product/topLeftShadow.gif);
	filter: alpha(opacity =     30);
	-moz-opacity: .3;
	opacity: .3;
	z-index: 1;
}

.packsBG {
	position: absolute;
	top: 0;
	left: 15px;
	width: 160px;
	height: 35px;
	background: url(../../common/img/product/topLeft.gif);
	text-align: center;
	z-index: 20;
}

.packsBG h3 {
	color: #FFF;
    height:16px;
}

.packsBG p {
	font-weight: bold;
}

.packsBG a {
	font-size: 12px;
	font-weight: bold;
}

.contentLeft {
	position: relative;
	float: left;
	width: 191px;
	background: #FFF url(../../common/img/gradient.gif) repeat-x bottom left
		;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #A5A5A5;
	text-align: center;
}

#containerLeft .boxshot {
	text-align: center;
	margin-top: 10px;
}

#containerLeft .buttonDownload {
	text-align: center;
	border: 0;
	margin-top: 10px;
}

#containerLeft .buttonOptions {
	position: relative;
	text-align: center;
	border: 0;
	margin: 0;
	cursor: pointer
}

.contentLeft .section {
	position: relative;
	width: 159px;
	margin: 10px auto 0 auto;
	padding: 8px;
	text-align: left;
	border-top: 1px solid #CCCCCC;
}

.contentLeft .section h4 {
	font-size: 10px;
	font-weight: bold;
	padding: 0 0 5px 25px;
}

.contentLeft .gameSize h4 {
	background: url(../../common/img/product/pictoHD.gif) no-repeat top left
		;
}

.contentLeft .downloadTime h4 {
	background: url(../../common/img/product/pictoTime.gif) no-repeat top
		left;
}

.contentLeft .downloadTime h4 {
	height: 19px;
	line-height: 19px;
}

.contentLeft .documentation h4 {
	background: url(../../common/img/product/pictoDocumentation.gif)
		no-repeat top left;
}

.contentLeft .documentation h4 {
	height: 20px;
	line-height: 20px;
}

.contentLeft .configuration h4 {
	background: url(../../common/img/product/pictoConfig.gif) no-repeat top
		left;
}

.contentLeft .configuration h4 {
	height: 19px;
	line-height: 19px;
}

.contentLeft .infos h4 {
	background: url(../../common/img/product/pictoConfig.gif) no-repeat top
		left;
}

.contentLeft .infos h4 {
	height: 19px;
	line-height: 19px;
}

.contentLeft .section p {
	font-size: 10px;
}

.contentLeft .section p strong {
	font-weight: normal;
}

.contentLeft .section img.picto {
	position: absolute;
	top: 6px;
	right: 5px;
}

.topH3 .picto {
	position: absolute;
	top: 3px;
	right: 5px;
}

.contentLeft .section table {
	margin-top: 6px;
	font-size: 10px;
	width: 100%;
	border: 1px solid #CCCCCC;
	border-collapse: collapse;
}

.contentLeft .section th {
	background-color: #EEEEEE;
}

.contentLeft .section th,.contentLeft .section td {
	padding: 0 1px 0 2px;
	border: 1px solid #CCCCCC;
}

.contentLeft .section a {
	display: block;
	font-size: 10px;
}

.contentLeft .section a.parentControl {
	background: none;
	padding-left: 0;
	margin: 0;
	float: left;
	text-decoration: none;
}

.contentLeft .section ul {
	margin: 0;
	padding: 0;
	font-size: 10px;
	list-style-type: none;
}

.contentLeft .section li {
	padding: 0 0 0 6px;
	background: url(../../common/img/product/dotLiSection.gif) no-repeat 1px
		7px;
	text-align: left;
	margin-bottom: 3px;
}

#containerRight .header {
	position: relative;
	margin-bottom: 10px;
}

#containerRight .header H2 {
	position: relative;
	float: left;
	line-height: 24px;
}

#containerRight .header H2 a {
	font-size: 22px;
}

#containerRight .header p {
	position: relative;
	float: left;
	margin-left: 10px;
	color: #666666;
	font-size: 17px;
	line-height: 30px;
}

#containerRight .header p a {
	color: #454545;
	font-size: 17px;
}

#tabBox {
	position: relative;
	float: left;
	width: 99.7%;
}

#bottomBox {
	position: relative;
	float: left;
	width: 785px;
	margin: 15px 0 0 0;
	height: 378px;
}

#row1Container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 166px;
}

#row2Container {
	position: absolute;
	top: 190px;
	left: 0;
	width: 100.3%;
	height: 178px;
}

ul.tabMenu {
	padding-left: 0;
}

a.tabPresentationON,a.tabScreenshot,a.tabCritical,a.tabPlayer,a.tabCaracteristique
	{
	display: block;
	height: 27px;
}

a.tabPresentationON span,a.tabScreenshot span,a.tabCritical span,a.tabPlayer span,a.tabCaracteristique span
	{
	display: none;
}

a.tabPresentationON h3 {
	display: none;
}

a.tabPresentationON {
	width: 143px;
	background-image: url(../../common/img/product/tabs/presentationON.gif);
}

a.tabScreenshot {
	width: 152px;
	background-image: url(../../common/img/product/tabs/screenshot.gif);
}

a.tabCritical {
	width: 85px;
	background-image: url(../../common/img/product/tabs/critical.gif);
}

a.tabPlayer {
	width: 131px;
	background-image: url(../../common/img/product/tabs/players.gif);
}

a.tabCaracteristique {
	width: 127px;
	background-image: url(../../common/img/product/tabs/caracteristique.gif)
		;
}

#contentTab {
	position: relative;
	float: left;
	width: 99.7%;
	background: #FFF url(../../common/img/gradient.gif) repeat-x bottom left
		;
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #A5A5A5;
	text-align: center;
}

#contentTabInside {
	margin: 5px auto 5px auto;
	background: #FFF;
	width: 99%;
	text-align: left;
}

#presentationLeft {
	margin-right: 298px;
	margin-left: 0;
	padding: 0 20px 0 10px;
	width: auto;
	background: url(../../common/img/product/separationDottedVertical.gif)
		repeat-y right top;
	font-size: 11px;
	color: #000;
	min-height: 410px;
	height: auto !important;
	height: 410px;
}

#presentationRight {
	position: relative;
	float: right;
	width: 298px;
}

.favourite {
	margin-bottom: 10px;
	width: 175px;
	height: 21px;
	background: url(../../common/img/product/favourite.gif);
}

.favourite span {
	display: none;
}

.separeDot {
	margin: 5px 0 9px 0;
	padding: 0;
	width: 99%;
	height: 10px;
	background: url(../../common/img/separe_dot.gif) repeat-x left center;
}

.separeDotPresse {
	display: block;
}

.containerInsideTab {
	width: 99%;
}

.partLeft {
	position: relative;
	margin-right: 98px;
	margin-left: 0;
}

.partLeftPresse {
	display: block;
}

.partRightPresse {
	display: block;
}

.partLeft .topH4_2 {
	width: 88%;
}

.partRight1,.partRight2 {
	position: relative;
	float: right;
	width: 134px;
}

.partRight1 {
	height: 41px;
	background: url(../../common/img/product/ratingGame.gif) no-repeat right
		top;
}

.partRight2 {
	height: 100px;
	background: url(../../common/img/product/rating.gif) no-repeat right top
		;
}

.topH4_2 h4 {
	position: relative;
	float: none;
	width: 99.2%;
}

#presentationLeft .player,.scrollReview .player {
	height: 19px;
	padding-top: 4px;
	background: url(../../common/img/pic/player.gif) no-repeat left top;
}

#presentationLeft .player a,.scrollReview .player a {
	background: none;
	padding-left: 20px;
}

#presentationLeft a.press {
	color: #454545;
}

.partRight1 h4,.partRight2 h4 {
	position: absolute;
	top: 4px;
	left: 10px;
	color: #666666;
	font-size: 11px;
}

.partRight1 strong,.partRight2 strong {
	display: block;
	position: absolute;
	top: 3px;
	right: 8px;
	color: #FE8D03;
	text-align: right;
	font-size: 12px;
}

.partRight2 strong,.partRight2 h4 {
	top: 2px;
}

.partRight1 a {
	position: absolute;
	top: 23px;
	left: 12px;
}

.partRight1 a:hover {
	color: #FFF !important;
}

.partRight2 img.gen4 {
	position: absolute;
	top: 52px;
	left: 29px;
}

#presentationLeft .spaceWhiteBottom {
	height: 20px;
}

#presentationRight .video {
	position: relative;
	width: 245px;
	height: 192px;
	margin: 0 0 4px 26px;
	background-image: url(../../common/img/product/video_bg.gif);
}

#presentationRight .screenshot {
	position: relative;
	width: 244px;
	height: 210px;
	margin: 0 0 4px 26px;
	background-image: url(../../common/img/product/screen_bg.gif);
}

#presentationRight .video h4,#presentationRight .video h5,#presentationRight .video a.scale,#presentationRight .screenshot h4,#presentationRight .screenshot h5
	{
	position: absolute;
	top: 4px;
}

#presentationRight .video h4,#presentationRight .screenshot h4 {
	left: 16px;
	color: #FFF;
}

#presentationRight .video h5 {
	left: 60px;
	margin: 0;
	padding: 0;
	color: #FFF;
	font-size: 8px;
}

#presentationRight .screenshot h5 {
	left: 100px;
	margin: 0;
	padding: 0;
	color: #FFF;
	font-size: 8px;
}

#presentationRight .video h5 a,#presentationRight .screenshot h5 a {
	color: #FFF;
	font-size: 8px;
}

#presentationRight .video a.scale {
	left: 170px;
	text-decoration: none;
	padding-right: 25px;
	background: url(../../common/img/product/screen_scale.gif) no-repeat
		right top;
	color: #FFF;
}

#presentationRight .video .flash {
	position: absolute;
	top: 22px;
	left: 13px;
	width: 216px;
	height: 162px;
	background: #000;
}

#presentationRight .screenshot a.screenshotLink {
	display: block;
	position: absolute;
	top: 180px;
	left: 60px;
}

.screenshot .diapo {
	position: absolute;
	top: 24px;
	left: 13px;
	width: 230px;
	height: 149px;
}

.screenshot .diapo .picture {
	position: relative;
	float: left;
	margin: 0 15px 9px 0;
	width: 100px;
	height: 70px;
	overflow: hidden;
	border: 0;
}

.screenshot .diapo .picture a.zoom {
	display: block;
	position: absolute;
	top: 54px;
	left: 60px;
	width: 36px;
	height: 11px;
	background: #000;
	filter: alpha(opacity =     70);
	-moz-opacity: .7;
	opacity: .7;
	color: #FFF;
	text-decoration: none;
	font-size: 10px;
	line-height: 9px;
	padding: 0;
	margin: 0;
	padding-left: 4px;
}

#row1Container .boxLeft {
	position: relative;
	float: left;
	width: 57.14%;
	height: 100%;
}

#row1Container .boxLeft .content {
	height: 154px;
	padding: 0;
	margin: 0;
}

#row1Container .boxRight {
	position: relative;
	float: right;
	width: 40.32%;
	height: 100%;
}

#siteInfo .content {
	height: 160px;
}

#siteInfo .content .left,#siteInfo .content .center,#siteInfo .content .right
	{
	position: relative;
	float: left;
	width: 33%;
	text-align: center;
	padding: 0;
	margin: 0;
}

.topH4_1 h4 {
	width: 100%;
	height: 19px;
	border: 0;
	border-bottom: 1px solid #73D300;
}

#siteInfo .left .container {
	width: 99%;
	height: 115px;
	background-color: #FFF;
}

.top3table table {
	border: 0;
	padding: 0;
	margin: 0;
	height: 115px;
}

#siteInfo .content .right .newsletterForm form.newsletter {
	padding-left: 3%;
	padding-top: 5px;
	border: 0;
}

#siteInfo .content .right .newsletterForm img.submit {
	float: left;
}

#siteInfo .content .right .newsletterForm p {
	float: left;
	text-align: left;
}

#siteInfo .content .right .newsletterForm span {
	float: left;
	text-align: left;
	margin-top: 18px;
	font-size: 11px;
}

#siteInfo .content .right .newsletterForm span {
    padding-bottom:5px;
    width:100%;
}

#row1Container .boxshotsContainer {
	position: absolute;
	width: 100%;
	height: 100%;
	padding: 8px 0 0 0;
	overflow: hidden;
	text-align: center;
}

#row1Container .boxshotsContainer .boxshot {
	position: relative;
	width: 33%;
	width: 24.9%;
	height: 134px;
	float: left;
	text-align: center;
	margin-bottom: 20px;
	background: url(../../common/img/product/separationBoxshot.gif) repeat-y
		top right;
}

#row1Container .boxshotsContainer .boxshotThird {
	background: none;
}

#row1Container .boxshotsContainer .boxshotLast {
	background: none;
}

#row1Container .boxshotsContainer .boxshot a img {
	margin: 0 auto 0 auto;
	width: 75px;
	height: 108px;
	border: 1px solid #000;
}

#row1Container .boxshotsContainer .boxshot a.link {
	display: block;
	margin: 0 auto 0 auto;
	text-align: left;
	width: 75px;
	margin-top: 1px;
	line-height: 14px;
}

#row1Container .boxshotsContainer .noGames_container {
	margin: 0 auto 0 auto;
	padding-top: 40px;
}

#row1Container .boxshotsContainer .noGames_container h3 {
	font-size: 16px;
	color: #666;
}

#row1Container .boxshotsContainer .noGames_container p {
	font-size: 12px;
	color: #666;
}

.productBottomClear {
	clear: both;
}

/*EXPLORER ERROR START*/
#containerRight .header .addGame,#containerRight .header .listGame {
	position: relative;
	float: left;
	margin-left: 10px;
	width: 25px;
	height: 25px;
	z-index: 100;
	cursor: pointer;
}

#containerRight .header .addGame {
	background: url(../../common/img/buttons/buttonAdd.gif) no-repeat;
}

#containerRight .header .listGame {
	background: url(../../common/img/buttons/buttonList.gif) no-repeat;
}

.addGame .bubble,.listGame .bubble {
	position: absolute;
	top: 0;
	left: 22px;
	width: 95px;
	height: 22px;
	font-size: 10px;
	line-height: 10px;
	padding: 1px 3px 0 10px;
	color: #454545;
	cursor: default;
}

.addGame .bubble {
	background: #FFF7EF;
	border: 1px solid #73D300;
	display: none;
}

.listGame .bubble {
	background: #FFF7EF;
	border: 1px solid #B603A5;
	display: none;
}

.bubble a {
	font-size: 10px;
	font-weight: bold;
	color: #454545;
}

.addGame .bubble .borderRight,.listGame .bubble .borderRight {
	position: absolute;
	top: -1px;
	right: -2px;
	width: 3px;
	height: 25px;
}

.bubble .borderRightAdd {
	background: url(../../common/img/product/bubble_addGame_rightBG.gif);
}

.bubble .borderRightList {
	background: url(../../common/img/product/bubble_listGame_rightBG.gif);
}

/*
 #fullscreenContent .fullScreenText {
 color:#FFF;
 font-size:16px;
 font-weight:bold;
 }
 #row3Container {
 float: left;
 margin-top: 15px;
 text-align : center;
 }
 /*EXPLORER ERROR END*/
#row3Container a {
	color: #129101;
}

#row3Container p {
	margin: 0 auto 0 auto;
}

#parentPopup {
	text-align: center;
	width: 400px;
	margin: 0 auto 0 auto;
	padding: 15px 0 12px 0;
	position: relative;
	background: #FFF;
}

#parentPopup .container_button {
	width: 100%;
	height: 25px;
	text-align: center;
}

#parentPopup p {
	margin: 15px 20px 15px 20px;
	text-align: justify;
}

#parentPopup .button {
	width: 165px;
	margin: 15px auto 15px auto;
}

#parentPopup h2 {
	padding: 15px 0 0 0;
	font-size: 16px;
	color: #FFAE11;
}

#parentPopup .close {
	position: absolute;
	top: 5px;
	right: 5px;
	padding-left: 20px;
	background: url(../../common/img/pic/close.gif) no-repeat center left;
}

.buttonContainer {
	position: relative;
	top: 0;
	left: 0;
	height: 40px;
}

.buttonContainer .buttonDownload,.buttonContainer .buttonMultiplayer,.buttonContainer .buttonOptions,.buttonContainer .buttonSubscribe
	{
	margin-right: 8px;
	float: left;
}

.buttonContainer .buttonMultiplayer {
	
}

.optionExpand {
	position: absolute;
	left: -1px;
	top: 0;
	margin: 29px 0 0 17px;
	width: 154px;
	background: #FFF;
	border: 1px solid #FF5506;
	border-top: 0;
	z-index: 1000;
}

.optionExpand ul.optionList {
	display: block;
	list-style-type: none;
	padding: 0;
	margin: 0;
	background: #FFF;
	text-align: left;
	width: 100%;
	font-size: 0;
}

.optionExpand ul.optionList li a {
	display: block;
	padding: 0;
	margin: 0;
	width: 100%;
	color: #666666;
	font-size: 10px;
	text-decoration: none;
	text-indent: 5px;
	background: #FFF;
}

.optionExpand ul.optionList li {
	width: 100%;
	background: #FFF;
}

.optionExpand ul.optionList li a:hover {
	background: #FE8D03;
	color: #FFF !important;
}

.pic_64bit_ready {
    margin-bottom:4px;
}

.noteTextCompatible_64bit {
    margin-top:4px;
}

form fieldset {
    float:left;
}

#tabBox div.tabMenu { width: 99.95% !important;}
#contentTab { border-right: 1px solid #CCCCCC;}
#siteInfo .topH3, #siteInfo .content { border-right: 1px solid #A5A5A5;}