@CHARSET "UTF-8";

/* ****************************************************************************
      reset
**************************************************************************** */
html{color:#000;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,th,var,optgroup{font-style:inherit;font-weight:inherit;}
del,ins{text-decoration:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}
sup{vertical-align:baseline;}
sub{vertical-align:baseline;}
legend{color:#000;}
input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}
input,button,textarea,select{font-size:100%;}
a {cursor:pointer;}

.installModuleList { display: none; }
.installModuleList.selected { display: block; }
.clearfix:before,
.clearfix:after {
   content: ".";
   display: block;
   height: 0;
   overflow: hidden;
}
.clearfix:after {clear: both;}
.clearfix {zoom: 1;}


/* ****************************************************************************
      structure
**************************************************************************** */
#container{
	position:relative;
	margin:0 auto;
	padding:0;
	width:990px;
	background :#fff;
}
	#header {
		padding:6px 16px 16px 16px;
		height:68px;/* 90 */
		background:#394049;
	}

#loaderSpace{
		display:none;
		z-index: 100;
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
		background:transparent url(img/bg_loaderSpace.png) repeat 0 0;
}
div#loader{
	display:none;
			margin: 450px 0 0 440px;
			height:128px;
			width:128px;
			color:#fff;
			background-image:url(img/ajax-loader.gif);
}

div#leftpannel{
	float:left;
		margin:65px 30px 0 30px;
		width:220px;
}

	div#sheets {
		float:left;
		margin-top:65px;
		min-height:400px;
		width:700px;
		background-color:#fff;
}
	* html div#sheets {
		height: 400px;
}
		#sheets div.sheet{
			/*display:none;*/
			padding:1em;
			width:650px;
}

	div#buttons{
		clear:both;
		margin:0 0 0 295px;
		height:70px;
		width:650px;
}
	* html div#buttons {
		margin-bottom:60px;
		margin-top:-30px;
	}
		#btNext {float:right;}

ul#footer{
	margin-top:5px;
	list-style-type:none;
	text-align:center;
	margin-bottom:2px;
	color:#fff;
}

div#phone_help{margin:auto;text-align:center;padding:10px 5px}


/* ****************************************************************************
      generics styles
**************************************************************************** */
body{
	font:normal 13px/18px Arial, Helvetica, sans-serif;
	color:#333;
	background:#e1e2e2;
}

/* title */
h1 {font-size:24px;}
h2 {
	padding-bottom:20px;
	font-size:18px;
	line-height:20px;
}
h3 {
	padding-bottom:20px;
	font-size:16px;
}
h4 {
	padding-bottom:20px;
	font-size:14px;
}

/* text */
p {padding-bottom:20px;}
#sheets ul {
	margin-left: 15px;
	padding-bottom:20px;
	list-style-type:square;
}

/* link */
a, a:active, a:visited {
	color:#d41958;
	text-decoration:none;
}
	a:hover {text-decoration:underline;}

sup.required {color: red;}

/*buttons */


/* form */
input.button {
	padding:0 30px;
	height:31px;
	line-height:31px;
	font-weight:bold;
	color:#fff;
	text-shadow:0 1px 0 #0d7903;
	background:#039701 url(img/bt.png) repeat-x 0 0;
	border:1px solid #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
	border-radius: 5px;
	box-shadow:0 1px #666;
}
	input.button:hover {
		background:#039701 url(img/bt-hover.png) repeat-x 0 0;
		cursor:pointer;
}
	input#btBack {
		color:#666;
		text-shadow:0 1px 0 #fff;
		background-image:url(img/bt_off.png);
}
		input#btBack:hover {background-image:url(img/bt_off_hover.png);}

input.button.disabled {
	color:#666;
	text-shadow:0 1px 0 #fff;
	background:#ccc url(img/bt-dsbl.png) repeat-x 0 0;
}

input.text {
	padding:0 6px;
	height:22px;
	width:218px;/* 230 */
	background:#fff url(img/bg_input_button.png) repeat-x 0 0;
	border:1px solid #ccc;
}
select {
	width: 232px;
	border:1px solid #ccc;
}

div.field {
	padding:10px 0;
	background:url(img/bg_field.png) repeat-x 0 100% transparent;
}
	div.field label {
		display:inline-block;
		width:190px;
		vertical-align: top;
}
	div.field label.radiolabel {width:auto;}
	div.field div.contentinput {
		display:inline-block;
		width:245px;
		vertical-align: top;
}
        div.field div.contentinput label {
            display:inline;
            margin-right: 10px;
        }
	div.field .userInfos {
		display:inline-block;
		width:210px;
		font-size:11px;
		font-family:Georgia;
		font-style:italic;
		color:#999;
		float: right;
}

#uploadedImage {border:1px solid #ccc;}	

.okBlock {
	padding:20px 20px 20px 38px;
	background:#b7e2a7 url(img/pict_ok.png) no-repeat 15px 21px;
	border:1px solid #85c10c;
}

.errorBlock {
	padding:20px 20px 20px 38px;
	background:#ffebe8 url(img/pict_error.png) no-repeat 15px 21px;
	border:1px solid #cc0000;
	clear: both;
    display: block;
}

.errorTxt {
	background: url(img/pict_error.png) no-repeat scroll 15px center transparent;
	color: #FF0000;
	display: block;
	float: left;
	padding: 1px 0 1px 38px;
	width: 150px;
}

.infosBlock {
	padding:14px 25px 14px 35px;
	font-weight:normal;
	font-size:13px;
	line-height:18px;
	background:#f8f8f8 url(img/pict_h3_infos.png) no-repeat 10px 13px;
	border:1px solid #ccc;
}

.warnBlock {
	padding:14px 25px 14px 35px;
	margin-bottom: 10px;
	font-weight:normal;
	font-size:13px;
	line-height:18px;
	background:#FEEFB3;
	border:1px solid #9E6014;
	color:#9E6014
}

.okBlock h1,
.okBlock h2,
.okBlock h3,
.errorBlock h1,
.errorBlock h2,
.errorBlock h3,
.infosBlock h1,
.infosBlock h2,
.infosBlock h3 {
	padding-bottom:5px;
}


/* ****************************************************************************
      HEADER
**************************************************************************** */
#header #headerLinks {float:right;}
	#header #headerLinks  li {
		display:inline-block;
		padding:0 12px;
		vertical-align: top;
		background:transparent url(img/bg-li-headerLinks.png) no-repeat right 2px;
}
	#header #headerLinks  li.last {background:none;}
		#header #headerLinks  li a {
			color:#fff;
			text-decoration:none;
}
			#header #headerLinks li a:hover {text-decoration:underline;}
		#header #headerLinks #phone_block {
			padding:0 0 0 46px;
			line-height:14px;
			color:#fff;
			text-shadow:0 1px 0 #333;
			background:transparent url(img/bg-phone_block.png) no-repeat 0 0;
}
			#header #headerLinks #phone_block div {
				padding:7px 15px 8px 0;
				background:transparent url(img/bg-phone_block.png) no-repeat right top;
}

#header #PrestaShopLogo {
	float:left;
	margin:5px 0 0 10px;
   height: 51px;
   width: 192px;
   text-indent: -5000px;
	background:transparent url(img/logo.png) no-repeat 0 0;
}

#header #infosSup {
	display:none;
	float:left;
	margin:10px 0 0 50px;
}


/* ****************************************************************************
      LEFTPANEL
**************************************************************************** */
div#leftpannel div#help{display:none;}

ol#tabs{
	list-style-type:none;
	margin:0;
	padding:0;
}
	ol#tabs li{
		padding:9px 0 9px 16px;
		font-size:14px;
		color:#adadad;
	}
		ol#tabs li.selected{
			font-weight: bold;
			color:#000;
			background : url(img/bg-li-tabs.png) no-repeat 1px 15px;
		}
		ol#tabs li.finished{
			color:#78a531;
			background : url(img/bg-li-tabs-finished.png) no-repeat 0 12px;
		}
			ol#tabs li.finished a{
				color:#78a531;
				text-decoration: none;
			}
		ol#tabs li.configuring{
			color:#78a531;
			background : url(img/pict_info.png) no-repeat 0 12px;
		}
			ol#tabs li.configuring a{
				color:#D41958;
				text-decoration: none;
			}


/* ****************************************************************************
      FOOTER
**************************************************************************** */
ul#footer li {
	display:inline;
	font-weight:bold;
	font-size:12px;
	color:#666;
}

ul#footer a:link, ul#footer a:active, ul#footer a:visited {
	color:#666;
	text-decoration:none;
}
	ul#footer a:hover{
		color:#333;
		text-decoration:underline;
}


/* ****************************************************************************
      SHEET
**************************************************************************** */
#sheets div.sheet {
   padding: 14px;
   width: 650px;
}
#sheets div#sheet_lang{
	display:block;
}
	.sheet .contentTitle {
		position:absolute;
		top:90px;
		left:0;
		padding:15px 25px 10px 38px;
		height:28px;/* 53 */
		width:927px;/* 990 */
		background:transparent url(img/bg-contentTitle.png) repeat-x 0 0;
}
		.sheet .contentTitle .stepList {
			position:absolute;
			top:7px;
			right:20px;
			list-style-type:none !important;
}
			.sheet .contentTitle .stepList li {
				float:left;
				margin:0 0 0 5px;
				height:42px;
				width:42px;
				text-indent:-5000px;
				background:transparent url(img/bg_li_stepList.png) no-repeat 0 0;
			}

			.sheet .contentTitle .stepList li.ok {background-position:0 -50px;}
			.sheet .contentTitle .stepList li.ko {background-position:0 -100px;}
			.sheet .contentTitle h1 {text-shadow:0 1px 0 #fff;}
			.sheet .contentTitle ul {list-style-type:none;}

	li.title {
		margin:0;
	font-weight:bold;
}

/* INSTALLATION ***************************************************************************** */
/* ETAPE 1 - lang ********************************************************** */
#formSetMethod {padding-bottom:20px;}
	#formSetMethod p {padding-bottom:0;}

ul#langList {list-style-type:none;}

/* ETAPE 2 - required ******************************************************* */
#sheet_system #req_bt_refresh {float:right;}
#sheet_system #btTestDB {float:right;}

/*h3#resultConfig {
	padding:20px 20px 20px 38px;
	background:#ffebe8 url(img/pict_error.png) no-repeat 15px 21px;
	border:1px solid #cc0000;
}*/

ul#required,
ul#optional {
	list-style-type: none;
	margin: 0;
}
	ul#required li,
	ul#optional li {
		padding:6px 8px 4px 8px;
		font-size:12px;
		background:#f8f8f8;
}
	ul#required li.title,
	ul#optional li.title {
		margin-top: 20px;
		padding:4px 8px;
		font-size:13px;
		background:#f8f8f8 url(img/bg_li_title.png) repeat-x 0 0;
}
	ul#required li.required ,
	ul#optional li {
		border-top:1px solid #fff;
		border-bottom:1px solid #ccc;
}
	ul#required li.ok, 
	ul#optional li.ok{
		display:none
		/*background:#f8f8f8 url(img/pict_ok.png) no-repeat 99% 10px*/
}
	ul#required li.fail,
	ul#optional li.fail {
		background:#f8f8f8 url(img/pict_error.png) no-repeat 99% 8px;
}

/* ETAPE 3 - DB ************************************************************* */
#sheet_database {
	padding:0 !important;
	width:678px !important;
}

#formCheckSQL p,
#mailSMTPParam p {
	padding:10px 0;
	background:url(img/bg_field.png) repeat-x 0 100% transparent;
}
#formCheckSQL p.first {border-top:none;}
#formCheckSQL p.last {border-bottom:none;}
#formCheckSQL p#dbResultCheck {background:none;}
#formCheckSQL p#dbResultCheck.errorBlock {
    background: url("img/pict_error.png") no-repeat scroll 15px 21px #FFEBE8;
    border: 1px solid #CC0000;
    padding: 20px 20px 20px 38px;
}
#formCheckSQL p#dbResultCheck.okBlock {
	padding:20px 20px 20px 38px;
	background:#b7e2a7 url(img/pict_ok.png) no-repeat 15px 21px;
	border:1px solid #85c10c;
}
#formCheckSQL p label,
#mailSMTPParam p label {
	display:inline-block;
	width:230px;
}

#dbPart,
#dbTableParam,
#mailPart {
	margin-bottom:15px;
	padding:14px;
	width:650px;
	background:#f8f8f8;
}

#mailSMTPParam {margin-bottom:10px;}
	#mailSMTPParam  #configsmtp span {
		padding-left:15px;
		font-size:11px;
	font-style:italic;
		color:#999;
}

#mailPart .userInfos {
	padding-left:18px;
	font:italic 11px Georgia, Arial, Sans-serif italic;
	color:#999;
}

#formCheckSQL .userInfos {
    display: block;
    font:italic 11px Georgia, Arial, Sans-serif italic;
    color:#999;
}


/* ETAPE 4 - infos ********************************************************* */
#sheet_configure {
	padding:0 !important;
	width:678px !important;
}
#contentInfosNotification {
	padding-left:190px;
	border:none;
}
#contentInfosNotification label {
	width:auto;
	font-size:11px;
}

#infosShopBlock,
#benefitsBlock {
	margin-bottom:15px;
	padding:14px;
	width:650px;
	background:#f8f8f8;
}

#inputFileLogo {margin-left:190px;}

#resultInfosPasswordRepeat {color:#cc0000;}

/* ETAPE 5 - end *********************************************************** */
#resultInstall {margin-bottom:25px;}
	#resultInstall td {padding:7px 6px;}
	#resultInstall tr.odd {background:#f8f8f8;}
	#resultInstall td.resultEnd {color:#666;}

.print{background:white;color:#78A542;cursor:pointer;font-weight:700}

.blockInfoEnd {
	float:left;
	margin:34px 20px 22px 0;
	padding:10px;
	width:292px;
	background:#fff url(img/bg_blockInfoEnd.png) repeat-x 0 0;
	border:1px solid #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
	border-radius: 5px;
	box-shadow:0 1px #d9d9d9;
    cursor: pointer;
}
.blockInfoEnd.last {margin-right:0;}
	.blockInfoEnd p {
		font:italic 11px/14px Georgia, Arial, Sans-serif;
		color:#666;
		min-height:58px;
}
	.blockInfoEnd img {
	float:left;
		margin:0 10px 5px 0;
}
	.blockInfoEnd a.BO,
	.blockInfoEnd a.FO {
		float:right;
		padding:0 0 0 10px;
		height:33px;
		line-height:33px;
		color:#fff;
		background:#039701 url(img/bg_bt_blockInfoEnd.png) no-repeat 0 0;
		border:1px solid #019700;
		-moz-border-radius: 5px;
		-webkit-border-radius:5px;
		border-radius: 5px;
}
		.blockInfoEnd a.BO span ,
		.blockInfoEnd a.FO span {
			display:inline-block;
			padding:0 32px 0 0;
			height:33px;
			line-height:33px;
			color:#fff;
			background:#039701 url(img/bg_bt_blockInfoEnd.png) no-repeat 100% 0;
		}

#prestastore,
#prestastore_update {
    height:210px;
	width:645px;
	border:none;
	/*-moz-border-radius: 5px;
	-webkit-border-radius:5px;
	border-radius: 5px*/
}

/* MISE A JOUR ********************************************************************************* */

/* ETAPE 1 - disclaimer **************************************************** */

/* ETAPE 2 - require_update ************************************************ */
#disclaimerDivCertify {margin-bottom:20px;}

#upgradeProcess table {
	padding: 5px;
	width: 650px;
	background:#fff;
	border: 1px solid #CCC;
	border-bottom:none;
}
	#upgradeProcess tr {
		border-bottom: 1px solid #CCC;
}
		#upgradeProcess th,
		#upgradeProcess td{padding:3px 5px;}
		#upgradeProcess th {
			font-size:13;
			color:#000;
			text-shadow:0 1px 0 #fff;
			background:#cfcfcf url(img/bg_moduleTable_th.png) repeat-x 0 0;
}

#upgradeProcess .infosBlock {
	margin:20px 0;
	padding:14px 25px;
	background:#F8F8F8;
}

ul#required_update,
ul#optional_update {list-style-type:none;}
	ul#required_update li,
	ul#optional_update li {
		padding:6px 8px 4px 8px;
		background:#f8f8f8;
}
	ul#required_update li.title,
	ul#optional_update li.title {
		margin-top: 20px;
		padding:4px 8px;
		background:#f8f8f8 url(img/bg_li_title.png) repeat-x 0 0;
}
	ul#required_update li.required ,
	ul#optional_update li.optional{
		border-top:1px solid #fff;
		border-bottom:1px solid #ccc;
}
	ul#required_update li.fail,
	ul#optional_update li.fail {
		background:#f8f8f8 url(img/pict_error.png) no-repeat 100% 8px;
	}
	ul#required_update li.ok, 
	ul#optional_update li.ok{
		background:#f8f8f8 url(img/pict_ok.png) no-repeat 100% 10px;
	}
#sheet_require_update #req_bt_refresh_update {float:right;}

/* ETAPE 3 - updateErrors ************************************************** */

/* ETAPE 4 - end_update **************************************************** */
#updateLog {
	height: 200px;
	overflow: scroll;
	border: 1px solid #E1E2E2;
}
#updateLog .fail {
	font-weight:bold;
	color: red;
}
.request {
	border-bottom: 1px solid #E1E2E2;
}

#sheet_configure div.field label.aligned {
	display: block;
	float: left;
}

#sheet_configure div.field div.contentinput {
	display: block;
	float: left;
}

/* STEP 5 ******************************************/
#install_process_form{
    min-height: 300px;
}
#progress_bar {
	display: none;
}
	#progress_bar .total {
		width: 100%;
        height: 30px;
		border: 1px solid #999999;
        background-color: #eeeeee;
        text-align: center;
	}

    #progress_bar .total span{
        font-size: 16px;
        font-weight: bold;
        margin-top: -24px;
        display: block;
    }

        #progress_bar .total .progress {
            width: 0px;
            height: 30px;
            background-color: #74A3DC;
        }

	#progress_bar .installing {
        background: url("img/ajax-loader-small.gif") no-repeat scroll 0 0 transparent;
        display: none;
        font-size: 18px;
        font-style: italic;
        font-weight: bold;
        height: 26px;
        padding-left: 36px;
        padding-top: 6px;
	}
	
	#progress_bar ol {
		list-style-type: none;
	    margin-left: 20px;
	    margin-top: 10px;
	}
		#progress_bar ol li {
			margin-bottom: 5px;
		}
			#progress_bar ol.process_list li.success {
			    background: url("img/pict_ok.png") no-repeat scroll 0 3px transparent;
			    color: #78A531;
			    padding-left: 18px;
			}
			#progress_bar ol.process_list li.fail {
			    background: url("img/pict_error.png") no-repeat scroll 0 1px transparent;
			    color: red;
			    padding-left: 18px;
			}
			#progress_bar ol.process_list li .error_log {
			    background-color: #FBE8D6;
			    border: 1px solid #666666;
			    color: #000000;
			    max-height: 300px;
			    overflow: auto;
			    padding: 7px;
			}
				#progress_bar ol.process_list li .error_log ol {
					list-style-type: decimal;
				}
					#progress_bar ol.process_list li .error_log li {
					    padding: 3px;
					}

#error_process{
    padding: 5px;
    background-color: #FBE8D6;
    border: 1px solid #666666;
    margin-left: 37px;
    margin-bottom: 20px;
    display: none;
}
    #error_process h3{
        color: red;
    }
    #error_process p{
        margin-left: 20px;
    }
        #error_process p a{
            font-weight: bold;
        }
        #error_process p a:hover{
            text-decoration: underline;
        }

#install_process_success {
	display: none;
}

#sheets ul.chzn-results{
    margin-left: 5px;
    padding: 0px;
}

/* ****************************************************************************
      xxxxx
**************************************************************************** */
