* {
	margin: 0px;
	padding: 0px;
	border: none;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-image: url(../images/backgrounds/main_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #F28A0F;
}

body.duracellturbo {
	background-image: url(../images/backgrounds/turbo_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #000000;
}

h1 {
	font-size: 10px;
	font-weight: normal;
	color: #777;
	float: right;
	margin: 2px 0 0 10px;
}

a {
	text-decoration: none;
	color: #FFFFFF;
}

a:hover {
	text-decoration: none;
}

#main_container {
	margin: auto;
	margin-top: 0px;
	width: 1142px;
	height: 752px;
	background-image: url(../images/backgrounds/main_container.jpg);
	background-repeat: no-repeat;
}

.left {
	float: left;
}

.clear {
	clear: both;
}

#content {
	margin: auto;
	margin-top: 0px;
	width: 900px;
}

#content_text {
	background-color: #FFFFFF;
	width: 893px;
	color: #000000;
	padding: 0px 5px;
}

#logo {
	margin-left: 90px;
}


/* menu */
#entete{
		width: 903px;
		height: 51px;
		background-image:url(../images/main_top.png);
		background-repeat: no-repeat;
		background-position: left bottom;
	}
#menu{
		height: 40px;
		margin-bottom: 0px;
		list-style: none;
		z-index: 1000;
	}
#menu li {
	z-index: 1000;
}	
	
	#menuGame{
		height:40px;
		margin:32px 0 0 73px;
		padding:0;
		list-style:none;
	}
	
	.itemNiv1PremierItem, .itemNiv1, .itemNiv1DernierItem{
		float:left;
		position:relative;
		background-repeat:no-repeat;
		z-index: 1000;
	}
	
	.itemNiv1PremierItem{
		background-image:url(../images/fond-menu-gauche.png);
		background-position:left top;
		padding:0 0 0 5px;
	}
	
	.itemNiv1{
		height:40px;
		background-image:url(../images/fond-menu-droite.png);
		background-position:left top;
		padding:0 0 0 1px;
	}
	
	.itemNiv1DernierItem{
		background-image:url(../images/fond-menu-droite.png);
		background-position:right top;
		padding:0 56px 0 1px;
	}
	
	.itemNiv1 span, .itemNiv1DernierItem span{
		display:block;
		background-image:url(../images/separateur-menu.png);
		background-repeat:no-repeat;
		background-position:left top;
		padding:0 0 0 1px;
	}

	.lienNiv1{
		display:block;
		height:26px;
		font-size:120%;
		font-weight:bold;
		color: #774407;
		text-decoration:none;
		padding:14px 15px 0 16px;
		background-image:url(../images/menu-actif.png);
		background-repeat:no-repeat;
		background-position: center 0px;
	}
	
	.lienNiv1:hover{
		color:#fff;
	}

	.lienNiv1Actif{
		display:block;
		height:26px;
		font-size:120%;
		font-weight:bold;
		color: #FFFFFF;
		text-decoration:none;
		padding:14px 15px 0 16px;
		background-image:url(../images/menu-actif.png);
		background-repeat:no-repeat;
		background-position:center -39px;
	}
	
	.sousMenu{
		display:none;
		position:absolute;
		z-index:94;
		top:39px;
		left:0;
		width:175px;
		margin:0;
		padding:12px 0 0 0;
		list-style:none;
		border-left:1px solid #9a570a;
		border-right:1px solid #9a570a;
		border-bottom:1px solid #9a570a;
		background-color:#000;
		background-image:url(../images/triangle-sous-menu.gif);
		background-repeat:no-repeat;
		background-position:10px 0;
	}
	
	.sousSousMenu{
		display:none;
		position:absolute;
		z-index:94;
		top:0;
		left:0;
		width:175px;
		margin:0 0 0 175px;
		padding:0 0 0 0;
		list-style:none;
		border-top:1px solid #9a570a;
		border-right:1px solid #9a570a;
		border-bottom:1px solid #9a570a;
		background-color:#000;
		background-image:url(../images/triangle-sous-sous-menu.gif);
		background-repeat:no-repeat;
		background-position:0 5px;
	}
	
	.itemNiv2{
		position:relative;
		margin:0;
	}
	
	.lienNiv2{
		display:block;
		border-top:1px dotted #442a11;
		width:141px;
		padding:6px 17px 6px 17px;
		color:#fff;
		text-decoration:none;
		background-image:url(../images/survol-sous-menu.gif);
		background-repeat:repeat-x;
		background-position:-1px 0;
	}

	.lienNiv2:hover{
		background-position:-1px -50px;
	}
	
	.lienNiv3{
		display:block;
		border-top:1px dotted #442a11;
		width:141px;
		padding:6px 17px 6px 17px;
		color:#fff;
		text-decoration:none;
		background-image:url(../images/survol-sous-sous-menu2.gif);
		background-repeat:repeat-x;
		background-position:0 0;
	}
	
	.lienNiv3:hover{
		background-position:0 -50px;
	}
	
	.lienNiv3Premier{
		display:block;
		width:141px;
		padding:6px 17px 6px 17px;
		color:#fff;
		text-decoration:none;
		background-image:url(../images/survol-sous-sous-menu.gif);
		background-repeat:repeat-x;
		background-position:0 0;
	}
	
	.lienNiv3Premier:hover{
		background-position:0 -50px;
	}
	
/* end menu*/

#right_panel {
	width: 220px;
	float: left;
}	
	
#left_panel {
	width: 668px;
	margin-right: 5px;
	float: left;
}	

#right_panel .box {
	margin-bottom: 25px;
	width: 219px;
	background-color: #000000;
}

#right_panel .box div {
	color: #F28A0F;
}

#right_panel .box a {
	font-weight: bold;
	color: #F28A0F;
}

#pack {
	margin-left: 15px;
	width: 85px !important;
}

#krolik_container {
	margin: 15px 0px 5px;
}

#pack_container {
	margin: 10px 0px 5px;
}

#krolik {
	margin-left: 15px;
	width: 66px !important;
}


#footer {
	border-top: 1px solid #ECDECE;
	padding-top: 10px;
	color: #949494;
}

#footer a {
	color: #949494;
}

#page_title {
	width:668px;
	height: 32px;
	background-image: url(../images/maincontent_top.gif);
	background-repeat: no-repeat;
}

#page_title div.txt {
	background-image: url(../images/page_title_bg.jpg);
	background-repeat: repeat-x;
	height: 32px;
	font-weight: bold;
	font-size: 24px;
}

#big_page_title {
	width: 893px;
	height: 32px;
	background-image: url(../images/maincontent_big_top.gif);
	background-repeat: no-repeat;
}

#big_page_title div.txt {
	background-image: url(../images/page_title_bg.jpg);
	background-repeat: repeat-x;
	height: 32px;
	font-weight: bold;
	font-size: 24px;
}

#page_content_with_bunny {
	width:463px;
	padding: 30px 25px 12px 180px;
	background-color: #000000;
	color: #FFFFFF;
	background-image: url(../images/kroliczek_bg.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

#page_content_with_bunny2 {
	width:483px;
	padding: 30px 25px 12px 160px;
	background-color: #000000;
	color: #FFFFFF;
	background-image: url(../images/kroliczek_bg.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

#page_content_with_torches {
	width:388px;
	padding: 30px 25px 12px 255px;
	background-color: #000000;
	color: #E6810F;
	background-image: url(../images/torches_bg.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

#page_content_with_bunny h3, #page_content_with_bunny2 h3 {
	color: #F28A0F;
}

#page_content {
	width:618px;
	padding: 30px 25px 12px;
	background-color: #000000;
	color: #FFFFFF;
	background-image: url(../images/maincontent_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

#page_content_big {
	width: 775px;
	padding: 30px 55px 12px 63px;
	background-color: #000000;
	color: #000000;
	background-image: url(../images/maincontent_big_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

.faq a {
	color: #000000;
	font-weight: bold;
	font-size: 12px;
}

#page_content p, #page_content_with_bunny p {
	margin: 20px 0px;
}

#main_container {
	
}

.subpages_container {
	margin-bottom: 5px;
}

#path {
	color: #A4A4A4;
	margin: 0px 0px 15px 15px;
}

#path a {
	color: #A4A4A4;
}

#path span {
	color: #3DC1E9;
}

.box_title {
	width:219px;
	height: 22px;
	background-image: url(../images/small_box_top.gif);
	background-repeat: no-repeat;
}

.box_title div.txt {
	background-image: url(../images/box_title_bg.jpg);
	background-repeat: repeat-x;
	height: 22px;
	padding-top: 3px;
	font-weight: bold;
	font-size: 14px;
	color: #000000 !important;
} 

.subpage {
	margin-top: 30px;
}

.pack_container_subpages {
	padding: 20px 10px 5px 15px;
}

.pack_container_subpages h3 {
	color: #FFFFFF;
	font-size: 14px;
}

#bunny_fun {
	background-image: url(../images/backgrounds/bunny_fun_bg.jpg); 
	background-repeat: no-repeat;
	height: 292px;
	width: 669px;
}

p.orange {
	color: #E4820E !important;
	margin: 10px 0px !important;
}

ul.list, #page_content ul {
	list-style-image: url("../images/small_arrow.jpg");
	color: #E4820E;
	margin-left: 17px;
}

ul.list li, #page_content li {
	margin-top: 10px;
}

#page_content_with_basic {
	width:618px;
	padding: 170px 25px 12px;
	background-color: #000000;
	color: #FFFFFF;
	background-image: url(../images/basic_images.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

#page_content_with_turbo {
	width:618px;
	padding: 170px 25px 12px;
	background-color: #000000;
	color: #FFFFFF;
	background-image: url(../images/turbo_images.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

#page_content_with_powerpix {
	width:618px;
	padding: 130px 25px 12px;
	background-color: #000000;
	color: #FFFFFF;
	background-image: url(../images/powerpix_images.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

#page_content_with_photo {
	width:618px;
	padding: 150px 25px 12px;
	background-color: #000000;
	color: #FFFFFF;
	background-image: url(../images/photo_images.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

#page_content_with_easytab {
	width:618px;
	padding: 170px 25px 12px;
	background-color: #000000;
	color: #FFFFFF;
	background-image: url(../images/easytab_images.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

#page_content_with_security {
	width:618px;
	padding: 170px 25px 12px;
	background-color: #000000;
	color: #FFFFFF;
	background-image: url(../images/security_images.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

#page_content_with_electronics {
	width:618px;
	padding: 150px 25px 12px;
	background-color: #000000;
	color: #FFFFFF;
	background-image: url(../images/electronics_images.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

#page_content_colour_codding {
	width: 623px;
	padding: 30px 25px 12px 20px;
	background-color: #000000;
	color: #E6810F;
	background-image: url(../images/colour_coding.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}
/*partnership*/
#page_content.partnership h2{
	font-size:16px;
	border-bottom:1px solid #2f2f2f;
	padding-bottom:6px;
}
#page_content.partnership p{
	color:#e4820e;
}
#page_content.partnership ul{
	margin:0;
	list-style-type:none;
	list-style-image:none;
}
#page_content.partnership ul li{
	height:120px;
	padding-left:400px;
}
#page_content.partnership ul li.toys4boys{
	background:url(../images/partnership/partnership-bg1.jpg) no-repeat top left;
}
#page_content.partnership ul li.merlin{
	background:url(../images/partnership/parntership-bg2.jpg) no-repeat top left;
}
#page_content.partnership ul li span.arrow{
	display:block;
	float:left;
	width:8px;
	height:11px;
	margin-right:6px;
	margin-top:38px;
	background:url(../images/partnership/partnership-buynow.gif) no-repeat top left;
}
#page_content.partnership ul li span.buyNow{
	float:left;
	color:#ffffff;
	font-size:15px;
	margin-top:35px;
	font-weight:bold;
	width:89px;
}
#page_content.partnership ul li a{
	float:left;
}
/*end partnership*/

/*economy_pack*/
#page_content .economy_pack{
	background-image:url(../images/partnership/economypack-bg.jpg);
	background-position: 50px 0;
	background-repeat: no-repeat;
	padding-left:314px;
}
#page_content .economy_pack h2{
	font-size:16px;
	border-bottom:1px solid #2f2f2f;
	padding-bottom:6px;
}
#page_content .economy_pack p{
	color:#e4820e;
}
#page_content .economy_pack p.ep_nicePrice{
	font-size:15px;
	color:#ffffff;
}
#page_content .economy_pack p.ep_facts{
	font-size:14px;
	color:#ffffff;
}
#page_content .economy_pack p.ep_mini{
	font-size:9px;
	color:#ffffff;
	margin-top:85px;
	margin-bottom:0;
}
/*end economy_pack*/
