body,h1,h2,h3,p,td,quote,small,form,input,ul,li,ol,label{
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
}

body{
	color:#555555;
	font-size:13px;
	background-color:#e2e2e2;
}

.clear{
	clear:both;
}

#main-container{
	width:910px;
	margin:10px auto;
}

.container{
	margin-bottom:40px;
}

.top-label{
	background:url(../img/label_bg.png) no-repeat;
	display:inline-block;
	margin-left:20px;
	position:relative;
	margin-bottom:-15px;
}

.label-txt{
	background:url(../img/label_bg.png) no-repeat top right;
	display:inline-block;
	font-size:10px;
	height:36px;
	margin-left:10px;
	padding:12px 15px 0 5px;
	text-transform:uppercase;
}

.content-area{
	/*background:url(img/container_top.png) no-repeat #fcfcfc;*/
	padding:15px 5px 0 5px;
	
}




div.containerbegin_mission {
	padding: 0 0 0 0;
	margin: 0 auto;
	background-image: url(../img/peelon_mission.png);
	background-position: left top;
	height: 45px;
	width: 690px;
	z-index: 0;
	color:#444;
}



#containerbegin_mission_titre {
	position:relative;
	top:7px;
	left:10px;
	font-family:"Myriad Pro",Verdana,Helvetica,sans-serif;
	font-size:16px;
	font-weight:normal;
	text-align:left;
	text-shadow:1px 1px 0 #000;
	z-index: 0;
	color:#fff;
}


div.containerend_mission {
	padding: 0 0 0 0;
	margin: 0 auto;
	background-image: url(../img/peeloff2.png);
	background-position: left bottom;
	width: 936px;
	z-index: 0;
	color:#444;
}


#container2 section {
	padding: 5px 20px 0px 20px;
	margin-top: 0;
	background-color: White;
	z-index: 0;
	color:#444;
}

.content{
	padding:10px;
}

.drag-desired{
	background:url(../img/drag_desired_label.png) no-repeat top right;
	padding:20px;
}

.drop-here{
	background:url(../img/drop_here_label.png) no-repeat top right;
}


.bottom-container-border{
	background:url(../img/container_bottom.png) no-repeat;
	height:14px;
}

.product{
	border:2px solid #F5F5F5;
	float:left;
	margin:5px;
	padding:3px;
}

.product img{
	cursor:move;
}

p.descr{
	padding:5px 0;
}

small{
	display:block;
	margin-top:4px;
}

.tooltip{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	display: none;

	background-color:#666666;
	border:1px solid #666666;
	color:#fcfcfc;

	padding:10px;
	
	-moz-border-radius:12px;
	-khtml-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius:12px;
}

#cart-icon{
	width:128px;
	float:left;
	position:relative;
}

#ajax-loader{
	position:absolute;
	top:0px;
	left:0px;
	visibility:hidden;
}

#item-list{
	float:left;
	width:690px;
	margin-left:20px;
	padding-top:15px;
}

a.remove,a.remove:visited{
	color:red;
	font-size:10px;
	text-transform:uppercase;
}

#total{
	clear:both;
	float:right;
	font-size:14px;
	font-weight:bold;
	padding:10px 12px;
	text-transform:uppercase;
}

#item-list table{
	background-color:#F7F7F7;
	border:1px solid #EFEFEF;
	margin-top:5px;
	padding:4px;
}

a.button,a.button:visited{
	display:none;

	height:29px;
	width:166px;

	padding-top:15px;
	margin:0 auto;
	overflow:hidden;

	color:white;	
	font-size:12px;
	font-weight:bold;
	text-align:center;
	text-transform:uppercase;
	
	background:url(../img/button.png) no-repeat center top;
}

a.button:hover{
	background-position:bottom;
	text-decoration:none;
}


a, a:visited {
	color:#00BBFF;
	text-decoration:none;
	outline:none;
}

a:hover{
	text-decoration:underline;
}

h1{
	font-size:28px;
	font-weight:bold;
	font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
}

h2{
	font-weight:normal;
	font-size:20px;
	
	color:#666666;
	text-indent:30px;
	margin:20px 0;
}

.tutorialzine h1{
	color:black;
	margin-bottom:1px;
	font-size:48px;
	padding: 5px 0px 0px 10px;
}

.tutorialzine h3{
	color:#111;
	font-size:10px;
	font-weight:bold;
	margin-bottom:30px;
	text-indent:420px;
	text-transform:uppercase;
	padding: 5px 0px 0px 10px;
}

.tutorial-info{
	color:black;
	text-align:center;
	padding:10px;
	margin-top:-20px;
}




#contentAreaVs{
	background-color:#FFFFFF;
	background:url('../img/fond_degrad2.png');
	border-color:#DDDDDD;
	border-style:solid;
	border-width:1px 0 0 1px;
	
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	
	-moz-box-shadow:0 0 4px #111;
	-webkit-box-shadow:0 0 4px #111;
	box-shadow:0 0 4px #111;
	
	
	/* CSS3 Rounded Corners */
	
	-moz-border-radius-bottomleft:7px;
	-webkit-border-bottom-left-radius:7px;
	border-bottom-left-radius:7px;
	
	-moz-border-radius-bottomright:7px;
	-webkit-border-bottom-right-radius:7px;
	border-bottom-right-radius:7px;
}

