#mandatory{
	color: red;
}

#registerandlogin_select{
    float: left;
    width: 100%;
    padding-top: 20px;
}

#choiceRegister{float: left; width: 50%;}
#choiceRegister label{margin-left: 15px; float: left; width: 45%; text-align: left;}
#choiceRegister input{float: left; width: 10px;}
#choiceLogin{float: left; width: 50%;}
#choiceLogin label{margin-left: 15px;float: left; width: 30%; text-align: left;}
#choiceLogin input{float: left; width: 10px;}

#registerForm{float: left; width: 100%;}
#registerForm legend{margin-top: 5px;}
#loginForm{float: left; width: 100%;}
#loginForm legend{margin-top: 5px;}

/*#text_label{    float: left;}*/
/*#s_form .label_field{    float: left;    margin-top: 10px;     clear: left;    width: 50%;}*/
/*#s_form .field{    float: left;    clear: left;    width: 50%;}*/
/*#s_form input.field, #s_form input.file{    float: left;    margin-top: 0px;    / *width: 50%;* /    clear: left;}*/
#s_form .label_fichier{
    float: left;
    margin-top: 10px; 
    clear: left;
    width: 50%;
}
#mandatory{
    float: left;
    width: 10px;
    margin-left: 3px;
}
#infoState{overflow:hidden;}
#s_form .label_feature{
	clear:both;
    float: left;
    width: 100px;
    clear: left;
	text-align: right;
	padding-right : 15px;
    
}
#s_form .feature{
    float: left;
    width: 50%;
}

#error{
    background-color: #FAE2E3;
    border: 1px solid #EC9B9B;
    padding: 5px;
    margin: 5px 0px;
}
#error ol{
	padding-left : 15px;
	color : #BC5542;
	font-weight:bold;
}

#s_form p.submit input{
    margin-top: 15px;
}

#s_form #registerForm input.text{
    float: left;
    width: 50%;
    clear: left;
}
#s_form #registerForm label{
    float: left;
    width: 50%;
    clear: left;
    margin-top: 10px;
}
#s_form #registerForm sup{
    float: left;
    margin-left: 3px;
}

#s_form #registerForm .form_info{
    float: right;
}

#s_form #registerForm .radio span{
    float: left;
    width: 50%;
    clear: left;
    margin-top: 10px;
}
#s_form #registerForm .radio input{
    float: left;
    clear: left;
    margin-top: 10px;
}
#s_form #registerForm .radio label{
    float: left;
    margin-top: 10px; 
    clear: none;
    width: auto;
    margin-left: 5px;
    color: #000;
}

#s_form #loginForm label{
    float: left;
    width: 50%;
    clear: left;
    margin-top: 10px;    
}
#s_form #loginForm input{
    float: left;
    width: 50%;
    clear: left;  
}
#s_form #loginForm sup{
    float: left;
    margin-left: 3px;
}

#s_form #loginForm .form_info{
    float: right;    
}

#registerForm p{
    float: left;
    clear: left;
    width: 100%;
    margin: 5px 0px;
    padding: 0px;
} 




#s_block_left h4{
}
.s_ul{
}
.s_li{
    padding: 5px;
    border-bottom: 1px dotted #ccc;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s; 
    -o-transition: all 0.3s;
}
.s_li:hover{
    background: #eee;
}
.s_result{
    font-weight: bold;
    float: right;
    font-size: 14px;
}
/*#s_result_submitted{ color: red; }
#s_result_on_sale{ color: orange; }
#s_result_sold{ color: green; }
#s_result_bought{ color: blue; }*/

#see_detail{
    text-align: center;
}
#link_detail{
    background: #333;
    border-radius: 5px;
    color: #fff;
    margin: auto;
    width: 70px;
    padding: 5px 25px;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s; 
    -o-transition: all 0.3s;
}
#link_detail:hover{
    background: #08C;
    text-decoration: none;
}


#see_all_sellers{
    text-align: center;
}
#link_all_sellers{
    background: #333;
    border-radius: 5px;
    color: #fff;
    margin: auto;
    width: 110px;
    padding: 5px 25px;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s; 
    -o-transition: all 0.3s;
}
#link_all_sellers:hover{
    background: #08C;
    text-decoration: none;
}



.s_other_products{
    float: left;
    width: 100%;
}
.s_item{
    float: left;
    margin: 4px;
    list-style: none;
    width: 124px;
}
.s_item h5{
    float: left;
    width: 100%;
    text-align: center;
}
.s_item h5 a{
    border-top: 1px solid #333;
    padding: 5px 0px;
}

.s_item .price{
    float: left;
    background: #333;
    color: #fff;
    width: 124px;
    font-weight: bold;
    font-size: 13px;
    padding: 3px 0px;
    text-align: center;
    border-left: 1px solid #333;
    border-right: 1px solid #333;
}
.s_item .see_product{
    float: left;
    width: 124px;
    text-align: center;
    color: #08C;
    font-size: 13px;
    margin-right: 5px;
    padding: 5px 0px;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s; 
    -o-transition: all 0.5s;
    border-bottom: 1px solid #333;
}
.s_item .see_product:hover{
    color: #fff;
    background: #08C;
    text-decoration: none;
}
.s_item img{
    float: left;
}
li.s_item a{
    float: left;
    text-align: center;
    width: 100%;
    border-left: 1px solid #333;
    border-right: 1px solid #333;
}

.s_seller_list{
    float: left;
    width: 100%;
}

.s_seller_list li{
    float: left;
    list-style: none;
    width: 100%;
    height: 50px;
    margin-bottom: 7px;
    padding: 0px 0px 10px 0px;
    border-bottom: 1px solid #ccc;
}

.s_seller_list_addr {
    float:left;
    width:200px;
}

#s_seller_info_name {
    float:none;
}

.s_seller_list_addr_name {
    color: #08C;
    font-weight:bold;
}

.s_product_list{
    float: left;
    width: 100%;
}

.s_product_list li{
    float: left;
    list-style: none;
    width: 100%;
    height: 124px;
    margin-bottom: 7px;
    padding: 0px 0px 10px 0px;
    border-bottom: 1px solid #ccc;
}
.s_product_list li div{
    float: left;
}
.s_product_list li #s_image{
    float: left;
    width: 124px;
    height: 124px;
}
.s_product_list li #s_infos{
    float: left;
    width: 300px;
    padding: 0px 0px 0px 5px;
}
.s_product_list li #s_infos h3{
    padding: 0px;
}
.s_product_list li #by{
    float: left;
    margin: 3px 0;
    width: 100%;
}
.s_product_list li #by #seller{
    font-style: italic;
    font-weight: bold;
}

.s_product_list li #s_link{
    float: right;
    width: 100px;
}

.s_product_list li #price{
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 25px;
    color: #9B0000;
    font-weight: bold;
    font-size: 16px;
}
.s_product_list li #s_link a{
    float: left;
    width: 100%;
    margin-top: 15px;
    border-radius: 3px;
    color: #fff;
    padding: 6px 0px;
    text-align: center;
    background: #333;   
    font-size: 13px;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s; 
    -o-transition: all 0.5s;
}
.s_product_list li #s_link a:hover{
    background: #08C;
    text-decoration: none;
}
#s_seller_product_list{margin-top : 10px}
#s_seller_product_list .pagination{
    float: left;
    width: 100%;
    margin: 10px 0px;
    text-align: center;
}
#s_seller_product_list .pagination li.current span{
    text-align: center;
}

.s_li{
    padding: 0px;
}
.s_li a, .s_li #hover{
    padding: 5px;
    display: block;
}
.s_li a span, .s_li #hover span{
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s; 
    -o-transition: all 0.5s;
}
.s_li a:hover .s_result, .s_li #hover:hover .s_result{
    color: #08C;
}
.s_li a:hover .name, .s_li #hover:hover .name{
    margin-left: 10px;
}
#by{    
    position: relative;
    top: 0;
    left: 0;
}
#see_seller{
    position: absolute;
    z-index: 5;
    float: left;
    padding: 5px 7px;
    background: #08C;
    color: #fff;
    border-radius: 5px;
    top: 0;
    left: 0;
    font-weight: bold;
    opacity: 0;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s; 
    -o-transition: all 0.5s;
}
#by:hover #see_seller{
    opacity: 1;
    top: 15px;
}
#s_map{
    height: 170px;
}
#map{
    text-align: center;
    position: relative;
}
#map img#nb{
    position: absolute;
    left: 25px;
    top: 15px;
    z-index: 1;
}
#map img#color{
    position: absolute;
    left: 25px;
    top: 15px;
    z-index: 1;
    opacity: 0;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s; 
    -o-transition: all 0.5s;
}
#map img#color:hover{
    opacity: 1;
}

#change{
    background: url("images/change.png") no-repeat scroll left top #EEEEEE;
    border: medium none;
    border-radius: 4px 4px 4px 4px;
    color: #333333;
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin: 2px;
    padding: 6px 3px 4px 23px;
    margin-right: 7px;
}
#change:hover{
    background: url("images/change_hover.png") no-repeat scroll left top #EEEEEE;    
}

#delete{
    background: url("images/delete.png") no-repeat scroll left top #EEEEEE;
    border: medium none;
    border-radius: 4px 4px 4px 4px;
    color: #333333;
    float: right;
    font-weight: bold;
    padding: 6px 3px 4px 23px;
    cursor: pointer;
    margin: 0px 7px 2px 2px;
}
#delete:hover{
    background: url("images/delete_hover.png") no-repeat scroll left top #EEEEEE;    
}

.okReception, .annulation{
    background: url("images/check.png") no-repeat scroll left top #EEEEEE;
    border: medium none;
    border-radius: 4px 4px 4px 4px;
    color: #333333;
    float: right;
    font-weight: bold;
    padding: 6px 3px 4px 23px;
    cursor: pointer;
    margin: 17px 7px 2px 2px;
}
.okReception:hover{
    background: url("images/check_hover.png") no-repeat scroll left top #EEEEEE;
}
.okReception.nok{
	background-image : none;
	padding-left : 3px;
	font-style : italic;
	cursor : initial;
	color : #777;
}
.annulation{
    background: url("images/delete.png") no-repeat scroll left top #EEEEEE;
}
.annulation:hover{
    background: url("images/delete_hover.png") no-repeat scroll left top #EEEEEE;
}
#change_form table{
    float: left;
    width: 100%;
}
#change_form table tr{
    float: left;
    width: 100%;
    margin: 7px 0px;
}
#change_form table tr td{
    float: left;
    width: 100%;
}
#change_form table tr td textarea{
    height: 100px;
}
#change_form table tr td b{
    font-weight: bold;
    color: #08C;
}
#change_form table tr td input{
    padding: 5px;
}

#my_products thead tr{
    float: left;
    width: 100%;
    background: #333;
    color: #f1f1f1;
    padding: 5px 0px;
    font-weight: bold;
}
#my_products #state{
    float: left;
    width: 100%;
    margin-top: 10px;
}

#s_form p{
    /*float: left;*/
    width: 100%;
    padding-bottom: 10px;
}
/* CSS de la popup notation */
table.std.MKPOrderDetail{margin-bottom : 0;}
#MKPOrderDetail{margin-bottom : 20px;padding : 0 10px;}
#allowRateMySeller{
	margin-top : 5px;
}
#mkpRMS {
	width:585px;
	color: #333;
	text-align: left;
	background-color: #fff
}

#mkpRMS .title {
	padding:0px;
	font-size: 13px;
	color: #fff;
	text-transform: uppercase;
}
#mkpRMS .arrow{left:290px;}
#mkpRMS ul.grade_content {list-style-type:none}
#mkpRMS .grade_content li {width:50%}
#mkpRMS .product {padding: 5px 15px 15px;}
#mkpRMS .product img {
	float:left;
   border: 1px solid #ccc;
}
#mkpRMS .product .product_desc {
	float:left;
	margin-left:15px;
	width:400px;
	line-height:18px;
	color:#666
}
#mkpRMS .product .product_desc p{padding-bottom:0;}
#mkpRMS .product .product_desc p.product_name {
	padding-bottom:5px;
	font-size:13px;
	color:#000
}

#mkpRMS .grade_content {margin:0 0 20px 0}
#mkpRMS .grade_content span,
#mkpRMS .grade_content span {
	display:inline-block;
	padding:0 10px;
	width:150px;/* 160 */
	font-weight:bold
}
#mkpRMS .star_content .cancel {
	display:none;
	margin-right:5px
}


#mkpRMS label {
	display: block;
	margin:12px 0 4px 0;
	font-weight: bold;
	font-size: 12px;
}
#new_comment_form_footer p.required sup, 
#mkpRMS label  sup{
	vertical-align:super;
}

#mkpRMS input {
	padding: 0 5px;
	height: 28px;
	width: 540px;
	border: 1px solid #ccc;
	background: #ddd;
	color : #000;
}
#mkpRMS textarea {
	padding: 0 5px;
	height: 80px;
	width: 540px;
	border: 1px solid #ccc;
	background: #fff;
}

#mkpRMS .submit {
	margin-top:20px;
	padding:0;
	font-size:13px;
	text-align:right
}
#mkpRMS button {
	cursor: pointer;
	cursor: pointer;
	display: inline-block;
	padding: 4px 7px 3px 7px;
	border: 1px solid #CC9900;
	border-radius: 3px 3px 3px 3px;
	font-weight: bold;
	color: #000;
	background: url(../../../img/bg_bt.gif) repeat-x scroll 0 0 #F4B61B
}
.new_comment_form_content h2{padding-bottom: 10px;}
#mkpRMS #new_comment_form_error{padding-left : 15px;}
#mkpRMS #criterions_list{padding-top: 10px;}
#mkpRMS #criterions_list {
	border-bottom: 1px solid #CCC;
	padding-bottom: 15px;
	padding-bottom: 0;
	list-style-type: none;
}

#mkpRMS #criterions_list li {
	margin-bottom: 10px;
}

#mkpRMS #criterions_list label {
	display: inline;
	float: left;
	/*margin: 0 0 0 60px;*/
	margin: 0;
}

#mkpRMS #criterions_list .star_content {
	float: right;
	float: left;
	margin-right: 180px;
	margin-right: 0;
	margin-left: 10px;
}

#mkpRMS #new_comment_form_footer {
	margin-top: 20px;
	margin-top: 10px;
	font-size: 12px;
}
#mkpRMS #new_comment_form_footer p {
    padding-bottom: 5px;
}

/* CSS de l'administration du module' */

#sub_list tbody tr{
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s; 
    -o-transition: all 0.3s;
}
#sub_list tbody tr:hover{
    background-color: #BADCFF !important;
}

#archive_button{
    font-size: 14px; 
    border: none; 
    border-radius: 5px; 
    background: #333; 
    cursor: pointer; 
    float: none; 
    margin: auto; 
    padding: 7px 10px; 
    color: #f1f1f1;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s; 
    -o-transition: all 0.3s;
}
#archive_button:hover{
    background: #08C;
    color: #fff;
}

#page .pictureZone.rte{
	overflow : hidden
}


.deleteBox{
	display:block;
	width : 30px;
	height : 85px;
	overflow: hidden;
	float:left;
}
.previewed {
    width: 80px;
    height: 80px;
    background-position: center center;
    background-size: cover;
	background-image : url("./images/camera.jpg");
	background-repeat : none;
    -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, .3);
    display: inline-block;
	position:relative;
	border : 1px solid #cbcbcb
}
.previewed span{
	display : block;
	position : absolute;
	width : 13px;
	z-index : 100;
	height : 13px;
	color : #484848;
	background-color: #fff;
	opacity : 1;
	border : 1px solid #cbcbcb;
	border-radius : 15px 0 0 0;
	left : 64px;
	top : 64px;
	text-align: right;
	padding : 2px 2px 0 0;
	font-size: 12px;
    font-weight: bold;

}

.pictureZone div.file{
	clear:both;
	position:relative;
	height : 45px;
}

.pictureZone div.file .label_delete{
}
.pictureZone div.file .label_delete{
	float:left;
	width : 22px;
	display:block;	
	height : 22px;
	font-size : 0;
	text-indent : -99999px;
	background : url("./images/deleteIT.jpg") no-repeat top left transparent;
	position:relative; 
	top : 25px;
}
.pictureZone div.file .delete_f{
	display:none;
}
.pictureZone div.file input.file{
	position: absolute;
    top: 27px;
    width: auto;
	margin-left : 15px;
}

#s_form  .pictureZone  input.field,
#s_form .pictureZone  input.file{
	width: auto;
}

.infoZone{
	padding-left : 14px;
	overflow:hidden;
}
#primary_block{
	overflow : hidden;
}
#s_form   #infoName,
#s_form   #infoQty,
#s_form   #infoShipp,
#s_form   #infoPrice{
	width : 360px;
	
}
#s_form   #infoName input.field{
	font-size : 18px;
	width : 300px;
}

#s_form #infoQty{
	padding-top : 10px;
	margin-top : 10px;
	border-top : 1px solid #ccc;
	line-height : 18px;
	height : 35px; 
	clear:both;
}
#s_form #infoQty #label_qty.label_field{
	width : 170px;
	font-size : 12px;
	text-align : right;
	font-weight: bold;
	float : left;
	margin-top: 0;
}
#s_form #infoQty #label_qty.label_field #text_label,
#s_form #infoPrice #label_3.label_field  #text_label{
	float: none;
}
#s_form #infoQty #qtynput{ 
	float:left;
	font-size : 12px;
	width : 122px;
	clear: none;
	margin-left : 7px;
}
#infoShipp .cellmode{
	text-align : right;
	padding-right : 4px;
	width : 160px;
}
#infoShipp .prixLivr{
	width : 120px;
	color : #65a519;
	font-size : 18px;
	font-family	: 'discount', Arial, Verdana, sans-serif
}
#infoShipp .prixLivr.readonly{
	text-align : right;
	border : none;
	padding-right : 3px
}

#s_form #infoShipp span.typoDF,
#s_form #infoPrice span.typoDF{	
	font-size : 18px;
	font-family	: 'discount', Arial, Verdana, sans-serif;
	color : #65a519
}
#s_form #infoShipp sup,
#s_form #infoPrice  sup{
	font-size: 60%;
   vertical-align: super;
}

#s_form #infoPrice{
	padding-top : 10px;
	margin-top : 10px;
	border-top : 1px solid #ccc;
	line-height : 30px;
	/*height : 100px; */
	clear:both;
}
#s_form #infoPrice #label_3.label_field{
	width : 170px;
	font-size : 12px;
	text-align : right;
	float : left;
	margin-top: 0;
}
#s_form #infoPrice input.field{
	float: none;
	font-family	: 'discount', Arial, Verdana, sans-serif;
	font-size : 24px;
	color : #65a519;
	width : 122px;
	margin-left : 7px;
}
#s_form #infoPrice span.typoDF{	
	font-size : 24px;
}
#s_form #more_info_sheets{
	width : 675px;
}

#s_form #more_info_sheets h3{
	/*background:url(../img/bckg-fneg.jpg) repeat-x 0 0 #e9e9e9;*/
	background: url("../img/sprites/repeathoriz.png") repeat-x scroll left -453px #e9e9e9;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	padding : 2px 5px;
	border: 1px solid #cbcbcb;	
	border-bottom-width : 2px;
	text-shadow : 0 1px 0 #fff;
	text-transform : uppercase;
	color : #333;
	font-size : 14px;
	line-height:20px;
}
#s_form #more_info_sheets h3 span{
	padding-left : 23px;
	line-height:20px;
	display : block;
	background:url(../../themes/d-f/img/ptitle-sprite.png) no-repeat 0 0 transparent;
}
#s_form #more_info_sheets h3.idTab1 span{background-position : 0 -80px;}
#s_form #more_info_sheets h3.idTab2 span{background-position : 0 -40px;}
#s_form #more_info_sheets h3.idTab6 span{background-position : 0 -240px;}
#s_form #more_info_sheets h3.idTab7 span{background-position : 0 -160px;}
#s_form #more_info_sheets  .rte{
	border : 1px solid #cbcbcb;
	border-top : 0;
	padding : 7px;
	margin-bottom : 10px;
}
#infoDesc .descarea{
	width : 600px;
	height : 150px;
}

/* CSS block home */
/*#*/ /*#* global.css *#*/ /*#*/
#howToMKP{
	float: left;
	margin-top: 10px;
	height : 257px;
	background : #ddd;
}
#howToMKP .arrow{
float:left;
margin-top : 120px;
border-width: 8px;
border-top-color : transparent ;
border-left-color : #fff
}
#new_mkprods_block_home{
	clear:both;
	margin-top:10px;
	float:left;
	overflow: hidden;
	background : #ddd;
}
#new_mkprods_block_home.grid_6{
	width:636px;
	margin-right : 10px;
}
/*#*/ /*#* global.css *#*/ /*#*/
#module-seller-sellerproductlist #fbpromote_block_right{display:none;}


#subcategories, .resumecat {margin-top:15px;margin-top:5px}
#subcategories h3 , .resumecat h3{
	padding:0 12px;
	font-size:18px;
	color:#fff;
	text-shadow:0 1px 0 #333;
	line-height: 30px;
	height: 30px;
	font-weight: normal;
	
	background-image: url("../../../img/sprites/repeathoriz.png");
	background-position: right -936px;
	background-color : #484A49;
	background-repeat: no-repeat;
	letter-spacing : 0.15em;
	word-spacing : 0.3em;
	
}
.resumecat span{
	float:right;
	font-size : 13px;
	font-weight: bold;
	letter-spacing :normal;
	word-spacing : normal;
	text-shadow:0 0 2px #000;
}

#center_column .cparent-3     h3{	background-position: right -0976px;		background-color:#55544F;}
