body,
table
{
	font-family: Arial;
	font-size: 8pt;
	padding: 0;
	margin: 0;
}

#page_search
{
	position: absolute;
	top: 7px; 
	left: 202px;
	background-image: url(../images/loupe.png);
	background-repeat: no-repeat;
	background-position: left;
	padding: 5px;
	padding-left: 30px;
	/*background-image: url(../images/search_bg.png);
	background-repeat: no-repeat;
	background-position: top center;*/
}
#page_search input
{
	width: 200px; 
	height: 15px; 
	border: 1px solid #AAA;
}

a:link,
a:hover,
a:active,
a:visited
{
	color: #000;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
img
{
	border: 0;
}
#table_main
{
	height: 1000px;
	border-collapse: collapse;
	border-top: 8px solid #A10000;
	border-top: 4px solid #3764a0;
	
}
#table_main tr
{
	vertical-align: top;
}
#td_top_left
{
	background-color: #FFF;
	padding: 4px;
	height: 30px;
	text-align: center;
	border-bottom: 1px solid #99bbe8;
	font-weight: bold;	
}
#td_top_right
{
	background-color: #FFF;
	color: #29486F;
	padding: 6px;
	text-align: right;
	border-bottom: 1px solid #99bbe8;
	/*background-image: url(../images/top_bg.jpg);*/
	background-image: url(../images/logo_bg.png);
	background-repeat: no-repeat;
	background-position: right;
	font-size: 8pt; 
}
#td_top_right a:link,
#td_top_right a:hover,
#td_top_right a:active,
#td_top_right a:visited
{	
	color: #29486F;
	text-decoration: none;
	font-weight: bold;
}
#td_top_right a:hover
{
	text-decoration: underline;
}
#td_left
{
	background-color: #A4C6EF;
	background-color: #cad9ec;
	width: 200px;
	border-right: 1px solid #99bbe8;
	height: 980px;
}
#td_right
{
	padding: 10px;
}
/*************************
 * IE Hack 6 et 7 
 * Objectif : maintenir la hauteur du bloc action
 *************************/
*html #td_right
{
	height: 100%;
}
*+html #td_right
{
	height: 100%;
}
/*************************
 * Fin Hack 
 *************************/
#td_right h1
{
	font-size: 12pt;
	color: #A10000;	
}
.menu_box,
.menu_box_selected
{
	border: 1px solid #99bbe8;
	background-color: #f8fbfc;
	padding: 1px;
	margin: 5px;
}
.menu_box_selected
{
	background-color: navy;
}
.menu_title
{
	background-image: url(../images/menu_title.png);
	background-repeat: repeat-x;
	background-position: top;
	padding: 2px 5px;
	font-weight: bold;
	color: #3764a0;				
}
.menu_content
{
	padding: 5px;
	background-color: #dfe8f6;
	background-color: #EFF6FF;
	border-top: 1px solid #99bbe8;
	font-size: 8pt;
	color: #456fa7;
}	
.menu_content ul,
.menu_content li
{
	padding: 0;
	margin: 0;
	list-style-type: none;
}			

.menu_content li,
.menu_content li.selected 
{
	margin-left: 20px;
	list-style-image: url(../images/menu_puce.png);
}
.menu_content li.selected 
{
	list-style-image: url(../images/menu_puce_selected.png);
}
.menu_content li a:link,
.menu_content li a:hover,
.menu_content li a:active,
.menu_content li a:visited
{
	color: #456fa7;
	text-decoration: none;
}		
.menu_content li a:hover
{
	text-decoration: underline;
}

.menu_content li.selected a:link,
.menu_content li.selected a:hover,
.menu_content li.selected a:active,
.menu_content li.selected a:visited
{
	font-weight: bold;
}



/*==========================*/
/* MessageReturn		    */
/*==========================*/
.messagereturn_buttonclose { display: block; position: absolute; top: 0; right: 0; margin: 5px; }
.messagereturn_success, .messagereturn_error, .messagereturn_noright, .messagereturn_info, .messagereturn_admin
{ position: absolute; z-index:99; margin: 10px; /*margin-bottom: 20px;*/  padding: 25px; bottom: 0px; right: 0px; width: 300px; font-size: 9pt; text-align: center; /*opacity: 0.8; filter(alpha=80);*/ -moz-border-radius: 5px;}

.messagereturn_success { background-color: #FFD;  border: 1px solid #000; color: #000; background-image:url(../images/message_left_info.gif);  background-position: left; background-repeat: no-repeat; padding-left: 40px; }
.messagereturn_admin   { background-color: #FFC;  border: 1px solid #000; color: #000; background-image:url(../images/message_left_admin.gif); background-position: 15px; background-repeat: no-repeat; padding-left: 40px; font-weight: bold;}
.messagereturn_error   { background-color: #FEE;  border: 2px solid #A00; color: #900; background-image:url(../images/message_left_nok.gif); background-position: left; background-repeat: no-repeat;  padding-left: 40px;}
.messagereturn_noright { background-color: #FFD;  border: 2px solid #CCC; color: #C00; background-image:url(../images/message_left_noright.gif); background-position: left; background-repeat: no-repeat;  padding-left: 40px;}
.messagereturn_info    { background-color: #FFD;  border: 1px solid #000; color: #009; background-image:url(../images/message_left_info.gif); background-position: left; background-repeat: no-repeat;  padding-left: 40px;}


/***************************/
/*table */
/***************************/
table.admin tbody
{
	/*height: 200px;
	overflow-y: auto;
	overflow-x: hidden;*/
}
table.admin tfoot td
{
	padding: 0;
	margin:0;
	height: 10px;
}
table.admin
{
	border-collapse: collapse;
	border: 1px solid #d0d0d0;	
	border-bottom: 0;
	color: #3B3B3B;
	width: 100%;
	padding: 0;
	margin: 0;
	margin-left: 1px;
	-moz-border-radius: 0 0 4px 4px;
	-moz-border-radius: 20px;
}

table.admin caption
{
	background-image: url(../images/table_title_bg.png);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #C8DAF2;
	color: #3764a0;
	padding: 3px 5px;
	font-weight: bold;
	text-align: left;
	border: 1px solid #99bbe8;
	/*margin-bottom: 2px;*/
	width: 100%;
	-moz-border-radius: 4px 4px 0 0;
}

table.admin .title
{
	font-size: 9pt;
}
 
/***************************/
/*table head  */
/***************************/
table.admin tr th
{
	background-image: url(../images/table_th_bg.png);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #EBECEE;
	padding: 4px;
	color: #3764a0;
	color: #000;
	font-weight: normal;
	text-align: left;
	border-bottom: 1px solid #d0d0d0;	
	border-left: 1px solid #d0d0d0;
	border-right: 1px solid #d0d0d0;
	cursor: pointer;
	/*
	border-right: 1px solid #d0d0d0;*/
}
table.admin tr th a:link,
table.admin tr th a:hover,
table.admin tr th a:active,
table.admin tr th a:visited
{
	color: #000;
	text-decoration: none;
}
table.admin tr th a:hover
{
	text-decoration: underline;
}
/*
table.admin tr th.sorted
{
	background-image: url(../images/table_th_bg_sorted.png);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #D9E8FB;
}
*/
table.sortable a.sortheader {
    background-color:#eee;
    color:#666666;
    font-weight: bold;
    text-decoration: none;
    display: block;
}
table.sortable span.sortarrow {
    color: black;
    text-decoration: none;
}

/***************************/
/*table body  */
/***************************/
table.admin tr td.sorted
{
	/*background-color: #fafafa;*/
	/*background-color: #FFF;*/
}
table.admin tr.odd td.sorted
{
	/*background-color: #f8f8f8;*/
	background-color: #FFF;
}
table.admin tr td
{
	border-bottom: 1px dotted #ededed;
	border-bottom: 1px dotted #DDD;
	/*
	border-left: 1px solid #ededed;
	border-right: 1px solid #ededed;*/
	/*border-left: 1px solid #DDE;*/
	padding: 2px 5px;
	vertical-align: middle;
}
table.admin tr.odd
{
	background-color: #fafafa;
	background-color: #FFF;
}
table.admin tr td a:link,
table.admin tr td a:hover,
table.admin tr td a:active,
table.admin tr td a:visited
{
	color: navy;
	text-decoration: none;
}			
table.admin tr td a:hover
{
	text-decoration: underline;
}

table.admin tr:hover td.sorted,
table.admin tr:hover td
{
	background-color: #F2F2FF;
	background-color: #EEF;	
	background-color: #FFC;	
}
table.admin tr td table,
table.admin tr td table tr,
table.admin tr td table td,
table.admin tr:hover td table,
table.admin tr:hover td table tr,
table.admin tr:hover td table td
{
	background-color: transparent;
	border: 0;
	padding: 0;
	margin: 0;
}


.columnselector
{
	position: absolute; 
	right: 0; 
	border: 1px solid #AAA; 
	background-color: #F0F0F0; 
	padding: 4px 10px;
	width: 250px;
}
.columnselector .all
{
	color: #AAA;
	font-style: italic;
}
.columnselector .columnselector_title
{
	font-weight: bold;
	border-bottom: 1px solid #718BB7;
	padding: 5px 0;
}
table.admin .columnselector tr,
table.admin .columnselector tr td,
table.admin .columnselector tr th
{
	background-color: transparent; 
	padding: 1px 3px;
	vertical-align: middle;
	border: 0;
}

table.admin .columnselector label,
table.admin .columnselector label.selected
{
	color: #888;
}
table.admin .columnselector label.selected
{
	color: #000;
	/*font-weight: bold;*/
}

.table_background_green
{
	background-color: #DFFFCF;
	color: #3F7F1F;
}

.table_background_red
{
	background-color: #FECED0;
	color: #8F3539;
}


.page_info
{
	background-color: #fcf6e2;
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	background-x-position: 0%;
	background-y-position: 0%;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	
	color: #663300;
	font-family: Verdana;
	font-size: 10px;
	line-height: 12px;
   /* border: 1px solid #000;
    color: #000;
    padding: 10px;
    padding-bottom: 20px;
    background-color: #FFE;
    margin: 10px 0;
    
    background-image:url(../images/message_left_info.gif);  
    background-position: left; 
    background-repeat: no-repeat; 
    padding-left: 40px;*/
}

.page_info a.page_info_link:link,
.page_info a.page_info_link:hover,
.page_info a.page_info_link:active,
.page_info a.page_info_link:visited
{
    float: right; 
    text-decoration: underline;
}


/***************************/
/* Tab  */
/***************************/
.tab_block
{
	border-bottom: 1px solid #99bbe8;
	margin: 10px 0;
}

.tab_title,
.tab_title_selected
{
	padding: 4px 10px;
	margin-left: 3px;
	margin-right: 3px;
}
.tab_title
{
	color: #666;
	border: 1px solid #d0d0d0;
	border-bottom: 1px solid #ECEDEF;
	background-image: url(../images/table_th_bg.png);
	background-repeat: repeat-x;
	background-position: top;
		
}

.tab_title:hover,
.tab_title_selected
{
	position: relative;
	top: 1px;
	background-image: none;
	background-color: #D9E8FB;
	color: #000;
	border: 1px solid #99bbe8;
	border-bottom: 1px solid #EFF6FF;
}

.tab_title:hover
{
	color: #666;
	background-color: #FFF;
	border-bottom: 1px solid #FFF;
}


/***************************/
/* Actions  */
/***************************/
#td_action
{
	height: 10px;
	background-color: #EFF6FF;
	border: 1px solid #99BBE8;
	padding: 5px;
}

#action_bloc ul,
#action_bloc li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#action_bloc ul 
{
	margin: 5px;
}
#action_bloc li
{
	display: inline;
}
#action_bloc li a:link,
#action_bloc li a:hover,
#action_bloc li a:active,
#action_bloc li a:visited
{
	margin: 0 6px 0 0;
	border: 1px solid #AAA;
	background-color: #FFF;
	padding: 3px 10px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	
	background-image: url(../images/action_default.png);
	background-repeat: no-repeat;
	background-position: 4px;
	padding-left: 24px;
}
#action_bloc li a:hover
{
	border: 1px solid #000;
	/*padding: 1px 9px;*/
	/*text-decoration: underline;*/
	
	/*border: 1px solid #749BCF;
	border-bottom: 1px solid #C2D6EF;
	border-right: 1px solid #C2D6EF;*/
	
	/*padding: 3px 9px 1px 11px;*/
}

#action_bloc li.add a
{
	background-image: url(../images/action_add.png);
	background-repeat: no-repeat;
	background-position: 4px;
	padding-left: 24px;
}

#action_bloc li.view a
{
	background-image: url(../images/action_view.png);
	background-repeat: no-repeat;
	background-position: 4px;
	padding-left: 24px;
}




/********************************************
/* FieldUpdater
 ********************************************/
.fieldupdater 
{
	background-image: none;
	width: 90%;
	padding: 0px;
	margin: 0;
	height: 16px;
	white-space: nowrap;
}

.fieldupdater input
{
	background-image: none;
	/*width: 100px;*/
	padding: 0;
	margin: 0;
	text-align: left;
	/*height: 16px;*/
}

.fieldupdater_saving
{
	background-color: green;
}


div.autocomplete { border: 1px solid #333; background-color: #FFF; }
div.autocomplete ul { margin: 0; padding: 3px; list-style: none;  }
div.autocomplete li {  }
div.autocomplete li.selected { background-color: #FFB838; cursor: pointer; }


/********************************************
/* Design du selecteur de produit
 ********************************************/
.productselector 
{
     background-color: #DFDBD1;
     background-color: #CAD9EC;
     /*border: 1px solid #726E64;*/
     border: 1px outset #CFC7B5;
     border: 1px outset #726E64;
     border: 1px outset #45586F;
     padding: 0px;
     margin-left: 10px;
}
.productselector .selector_title
{
     font-size: 10pt; 
     font-weight: bold;
     white-space: nowrap;
     background-color: #726E64;
     background-color: #45586F;
     color: #FFF;
     padding: 3px 2px;
     border-bottom: 1px solid #726E64;
     border-bottom: 1px solid #8EACCF;
}
.productselector .list
{
     background-color: #FFF;
     /*border: 1px solid #726E64; */
     border: 1px inset #CFC7B5;
     border: 1px inset #726E64;
     border: 1px inset #45586F;
     font-size: 8pt;
     margin: 3px 1px;
     width: 180px; 
     height: 200px; 
     overflow: auto;
}

.productselector ul
{
     margin: 0;
     padding: 0;
}

.productselector ul li
{
     margin: 0;
     padding: 0;
     
}
.productselector ul li div,
.productselector ul li div.clickable
{
     margin: 0;
     padding: 3px;
     background-color: #FFF;
     border-bottom: 1px dotted #CCC;
     color: #999;
     cursor: not-allowed;
}

.productselector ul li div.clickable
{
     color: #000;
     cursor: pointer;
}

.productselector ul li div.clickable:hover
{
     margin: 0;
     padding: 3px;
     background-color: #FF7300;
     color: #FFF;
     border-bottom: 1px dotted #CCC;
     cursor: pointer;
}


/********************************************
/* Calculatrice
 ********************************************/
#calculator
{
}
#calculator .top
{
	background-color: #CAD9EC;
	border: 1px solid #99BBE8;
	text-align: center;
}
#calculator .bottom
{
	background-color: #EFF6FF;
}
#calculator .top input.display
{
	width: 105px;
	border: 1px solid #666;
	background-image: none;
	text-align: right;
	font-size: 9pt;
	font-weight: bold;
	/*font-family:System,sans-serif;*/
}
#calculator .bottom input
{
	width: 35px;
	padding: 2px 0;
	/*border: 1px solid #99BBE8;*/
	text-align: center;
	font-size: 9pt;
	/*font-family:System,sans-serif;*/
}


/********************************************
/* HomeBackItem
 ********************************************/
.homebackitem
{
	border: 1px solid #AAA;
	border: 1px solid #818E9F;
	/*-moz-border-radius: 5px;*/
	padding: 1px;
	margin: 3px;
	margin-bottom: 15px;
	/*background-color: #D1DEEF;*/
}
.homebackitem .homebackitem_title
{
	font-weight: bold;
	border-bottom: 1px solid #233D5F;
	padding: 3px;
	background-color: #DDD;
	background-color: #3764A0;
	color: #FFF;
}
.homebackitem .homebackitem_content
{
	padding: 5px;
	overflow-y : auto; 
	overflow-x : hidden; 
	height: 120px;
	background-color: #FFF;
}		
.homebackitem .homebackitem_content table
{
	/*background-color: #FFF;*/
	border-collapse: collapse;	
}
.homebackitem .homebackitem_content table td,
.homebackitem .homebackitem_content table th
{
	text-align: left;
	border-bottom: 1px solid #EEE;
	padding: 2px 5px;
}
.homebackitem .homebackitem_content table th
{
	text-align: right;
	width: 50%;
	white-space: nowrap;
}


/**********************************
 ProductAlias
***********************************/
.productalias_bloc
{
	background-color: #FFF; 
	border: 1px solid #CCC; 
	padding: 1px 5px;
}

.productalias_bloc img
{
	cursor: pointer;
}

.productalias_price
{
	background-image: url(../images/productalias_price.png);
	background-repeat: no-repeat;
	background-position: left;
	padding: 2px;
	padding-left: 20px;
	font-weight: bold;
}

.productalias_ecotaxe
{
	background-image: url(../images/productalias_ecotaxe.png);
	background-repeat: no-repeat;
	background-position: left;
	padding: 2px;
	padding-left: 20px;
	font-weight: bold;
}

.productalias_availability
{
	background-image: url(../images/productalias_availability.png);
	background-repeat: no-repeat;
	background-position: left;
	padding: 2px;
	padding-left: 20px;
	font-weight: bold;
}
.productalias_blockpromo
{
	background-image: url(../images/productalias_blockpromo.png);
	background-repeat: no-repeat;
	background-position: left;
	padding: 2px;
	padding-left: 20px;
	font-weight: bold;
}
.productalias_photo
{
	background-image: url(../images/productalias_photo.png);
	background-repeat: no-repeat;
	background-position: left;
	padding: 2px;
	padding-left: 20px;
	font-weight: bold;
}
.productalias_nophoto
{
	background-image: url(../images/productalias_nophoto.png);
	background-repeat: no-repeat;
	background-position: left;
	padding: 2px;
	padding-left: 20px;
	font-weight: bold;
}
.productalias_link
{
	padding: 2px;
	font-weight: bold;
	cursor: pointer;
}

.csv table
{
	border: 1px solid #000;
	border-spacing: 0;
	margin-top: 15px;
}
.csv select
{
	width: 100px;
	font-size: 8pt;
}

.csv table th,
.csv table td
{
	border-top: 1px solid #EEE;
	border-bottom: 1px solid #AAA;
	border-right: 1px solid #EEE;
	border-left: 1px solid #AAA;
	padding: 2px 5px;
}
.csv table tr:hover td
{
	background-color: #FFC;
}
.csv table th
{
	background-color: #DDD;
	font-weight: bold;
}

.infobulle
{
	position: absolute;
	border: 1px solid #CCC;
	background-color: #FFE;
	padding: 10px 15px;
	font-size: 8pt;
}

.table_productalias
{
	color: #090;
	white-space: nowrap;
}


/**********************************
 Parameter
***********************************/
.parameter_title,
.parameter_title_admin
{
	font-weight: bold;
	font-size: 12pt;
	color: #000;
	border-bottom: 1px solid #000;
	margin: 10px;
	padding: 5px 0;
}

.parameter_title_admin
{
	color: #A00;
}

.parameter_item_title:link,
.parameter_item_title:hover,
.parameter_item_title:active,
.parameter_item_title:visited
{
	display: block;
	color: #000;
	font-weight: bold;
	margin-top: 10px;
}
.parameter_item_description
{
	display: block;
	color: #AAA;
}
.parameter_item_picture:link,
.parameter_item_picture:hover,
.parameter_item_picture:active,
.parameter_item_picture:visited
{
	display: block;
	margin-right: 10px;
}

.parameter_item
{
	float: left;
	width: 300px;
	height: 70px;
	margin: 10px 15px;
}

.parameter_item_zoom_title
{
	font-weight: bold;
	font-size: 12pt;
	color: #000;
	padding: 5px 0;
}
.parameter_item_zoom_description
{
	color: #AAA;
}
.parameter_item_zoom_picture
{
	margin-right: 10px;
}