﻿* 
{ 
	font-family:verdana; 
	font-size:8pt; 
}

body 
{
	margin: 0; 
	padding: 0; 
	background-color:#EEEEEE;
}
h1
{
	font-size:13pt;
	/* IAS 2009 */
	/* color:#c07937; */
	/* AIDS 2010 */
	color:#DE5F00;
	font-weight:bold;
}
h2
{
	font-size:10pt;
	color:#c07937;
	font-weight:bold;
}

.small
{
	font-size:7pt;
}
.small a
{
	font-size:7pt;
}


a:link  	{ text-decoration: underline; color: #000;}
a:hover 	{ text-decoration: underline; color: #000;}
a:visited	{ text-decoration: underline; color: #000;}


input
{
	 background-color:#FFFFFF;
	color:#7f7d7c;
	border: solid 1px #acaf9a; 
}
input .checkbox
{
	 background-color:#FFFFFF;
	color:#7f7d7c;
	border: solid 0px #acaf9a; 
}
.checkbox
{
	 background-color:#FFFFFF;
	color:#7f7d7c;
	border: solid 0px #acaf9a; 
}
.text 
{
	width:200px;
		background-color:#FFFFFF;
	color:#7f7d7c;
	border: solid 1px #acaf9a;
	width:200;
}
input .checkbox
{
	border: solid 0px #acaf9a;
}
/* drop down list style */ 
.ddl
{
	background-color:#FFFFFF;
	color:#7f7d7c;
	border: solid 1px #acaf9a;
	width:200;
}
 
/* ajaxcontrolkit callout validator style */ 
.validator div, .validator td
{
            border: solid 0px #000000;
            background-color: #EEEEEE;
            color: #FF0000;
            height:20px;
            vertical-align:middle;
            text-align:center;
}
.inputHighlight
{
	background-color:#FFFFFF;
	color:#7f7d7c;
	border: solid 1px #000000;
}
.validatorCalloutHighlight 
{
    background-color:#fae2c4; 
}
.mandatory	 
{
 font-weight:bold;	
}
.error  
{
	color : Red;
    font-weight:bold;
 }
.success  
{
	color : Green; 
    font-weight:bold;
}
.normal  
{
	color : #000000; 
    font-weight:normal;
}

.caption
{
	height:30px;
	font-style:italic;
	color:#777777;
	font-size:7pt;
}
.shopping a
{
		font-size:7pt;
}
.Hidden {display:none;

         }
 
.categoryMenuRootnode
{
	display:none;
}
.mainTab
{
	background-color:#FFFFFF;
	width:900px;
	border-left:solid 1px #CCCCCC;
	border-right:solid 1px #CCCCCC;
}
.mainContent
{
	background-color:#FFFFFF;
	width:550px;
	border:0px;	
}
.top
{
	/* IAS 2009 */
	/*background-color:#dd9237;*/
	/* AIDS 2010 */
	background-color:#C02825;
}
.treeMenu
{
	padding-bottom:10px;
	padding-top:10px;
	padding-left:0px;
	padding-right: 3px;
	background-color:#EEEEEE;
	border: solid 1px #acaf9a;
	color:#7f7d7c;
}
 
.treeMenu a
{
	color:Black;
	font-weight:normal;
	font-size:7pt;
}

.treeCategory
{
	width:150px;
	padding:8px;
	background-color:#EEEEEE;
	border: solid 1px #acaf9a;
	color:#7f7d7c;
}
.treeCategory a
{
	background-color:#EEEEEE;
	color:#7f7d7c;
}
.treeCategorySelected a
{
	color:#965608;
	font-weight:bold;
}

.collapseTable
{
	width: 680px;
	padding:0px;
	background-color:#eeeeee;
	border: solid 1px #879754;
}
.calendar
{
      background-color:#eeeeee;
      border: solid 1px #dd9237;      
}
.collapsePassword
{
	width: 300px;
	padding:10px;
	background-color:#eeeeee;
	border: solid 1px #879754;
}
.collapsePanel {
      width: 690px;
      height:0px;
      background-color:white;
      overflow:hidden;      
}
.hidden
{
	background-color:Red;
	display:none;
	width:0px;
	
}
.collapsePanelHeader  
{
	 
      width:670px;            
      height:20px;
      color: white;
      background:#769c03 url(../images/mt_back_green.gif) repeat-x;
      font-weight:bold;
      float:none;
      padding:5px; 
      cursor: pointer; 
      vertical-align: middle;
}
.collapsePanelItems
{
	 
      width:350px;
      height:20px;
      color: white;
      /*background:#769c03 url(../images/mt_back_green.gif) repeat-x;*/
      background:#1C5E55;
      font-weight:bold;
      float:none;
      padding:5px;
      cursor: pointer;
      vertical-align: middle;
}
.updatepanel 
{
	background-color:#769c03;
	color: white;
	font-weight:bold;
	width:670px;
	height:15px;
} 
.modalPanel
{
	  margin : 0; 
	  padding  : 0;  
      width:250px;            
      height:100px;
      color: black;
      background-color:#eeeeee;
      border: solid 1px #dd9237;
      float:none;
	  vertical-align : middle;
	  overflow :hidden;     
}
.modalPanel th
{
	/*2009*/
	/*background-color :#dd9237;*/
	background-color :#E68A01;
    color:White;  
    height:20px; 
    padding:0px;    
    vertical-align:middle;
    text-align:center; 
}
.modalPanel td
{
	padding:10px;            

}

.modalBackground {
	 background-color :#000;
	 filter:alpha(opacity=40);
	 opacity:0.5;
}
.tooltip  
{
	width:200px;
	 max-width :250px;
	  min-width :150px;
	  padding :10px;   
	  color: black;
      background-color:#eeeeee;
      border: solid 1px #dd9237; 
      opacity:0.9; 
      filter:alpha(opacity=90); 
      overflow:hidden;
      display:none  ;
          -moz-border-radius: 5px;
	-moz-border-radius: 5px;    
	

}
.imagePreview
{
	width:120px;	
		 max-width :120px;
	  min-width :120px;
	max-height :120px;

}

.htmltable
{
	font-size:10px;
	border:solid 1px #CCCCCC;
}

/* common cell styles */
.htmltable th, .htmltable td
{
	cursor:default;
	height:20px;
}

/* header cell style */
.htmltable th
{
	border-right-style:solid;
	border-right-width:1px;
	border-right-color:#e1f6f5;
	border-bottom-style:solid;
	border-bottom-width:2px;
	border-bottom-color:#e1f6f5;
    background:#769c03 url(../images/mt_back_green.gif) repeat-x;
    color:white;	
    font-weight:bold;
    text-align:center; 
    height:20px;
    font-size:7pt;
    
       
}
.htmltable th a
{
	color:white;
	text-decoration:none;
	font-size:7pt;
}

/* cell styles */
.htmltable td
{
    color:#000;
	padding:2px 7px;
	border-right-style:solid;
	border-right-width:1px;
    border-right-color:#DDDDDD;		
	border-bottom-style:solid;
	border-bottom-width:1px;	
    border-bottom-color:#DDDDDD;
    font-size:7pt;	
}
.htmltable a
{
    color:#000;	
}
/* cell styles */
.htmltablefooter
{
	text-align:center; 
    color:#000;
	padding:2px 8px;
	border-right-style:solid;
	border-right-width:1px;
    border-right-color:#DDDDDD;		
	border-bottom-style:solid;
	border-bottom-width:1px;	
    border-bottom-color:#DDDDDD;
    background:#DDDDDD ;		
}

/* mouseover row style */
.htmltable tr:hover{ background-color:#DDDDDD; }

/* DATAGRID ADMIN style */
.datagrid
{

	font-size:10px;
	width:670px;
	border:solid 1px #CCCCCC;
}
.datagridDelete
{
	background-color: #FFFFFF;
	width:670px;
 
}
/* common cell styles */
.datagrid th, .datagrid td
{
	cursor:default;
	height:20px;
}

/* header cell style */
.datagrid th
{
	border-right-style:solid;
	border-right-width:1px;
	border-right-color:#e1f6f5;
	border-bottom-style:solid;
	border-bottom-width:2px;
	border-bottom-color:#e1f6f5;
    background:#769c03 url(../images/mt_back_green.gif) repeat-x;
    color:white;	
    font-weight:bold;
    text-align:center; 
    height:20px;
    font-size:7pt;
    
       
}
.datagrid th a
{
	color:white;
	text-decoration:none;
	font-size:7pt;
}

/* cell styles */
.datagrid td
{
    color:#000;
	padding:2px 7px;
	border-right-style:solid;
	border-right-width:1px;
    border-right-color:#DDDDDD;		
	border-bottom-style:solid;
	border-bottom-width:1px;	
    border-bottom-color:#DDDDDD;
    font-size:7pt;	
}
.datagrid a
{
    color:#000;	
}
/* cell styles */
.datagridFooter
{
	text-align:center; 
    color:#000;
	padding:2px 8px;
	border-right-style:solid;
	border-right-width:1px;
    border-right-color:#DDDDDD;		
	border-bottom-style:solid;
	border-bottom-width:1px;	
    border-bottom-color:#DDDDDD;
    background:#DDDDDD ;		
}

/* mouseover row style */
.datagrid tr:hover{ background-color:#DDDDDD; }

/* ADMIN TAB CONTAINER STYLE */
/* ajax__tab_xp-theme theme */
.ajax__tab_default .ajax__tab_header 
{
	font-size:11px;
	font-weight:bold;
    font-family:arial, sans-serif;
    margin-left:25px; /* move the header to the right 25 pixels */
}
.ajax__tab_default .ajax__tab_active .ajax__tab_outer,
.ajax__tab_default .ajax__tab_header .ajax__tab_outer,
.ajax__tab_default .ajax__tab_hover .ajax__tab_outer
{
    margin-right:4px;
}
.ajax__tab_default .ajax__tab_active .ajax__tab_inner,
.ajax__tab_default .ajax__tab_header .ajax__tab_inner,
.ajax__tab_default .ajax__tab_hover .ajax__tab_inner
{
    margin-left:3px; /* offset the width of the left image */
}
.ajax__tab_default .ajax__tab_active .ajax__tab_tab,
.ajax__tab_default .ajax__tab_hover .ajax__tab_tab,
.ajax__tab_default .ajax__tab_header .ajax__tab_tab
{
	margin-right:0px;	
	padding:8px 23px 8px 20px;
}
.ajax__tab_default .ajax__tab_body 
{
    font-family:verdana,tahoma,helvetica;
    font-size:10pt;
    width:670px;
    border-style:solid;
    border-width:1px;
    border-color:#485e01;
     padding:15px;
}
 
.green .ajax__tab_header 
{
	color:#fff;
}
.green .ajax__tab_outer
{
    background:url(../images/green2_left.gif) no-repeat 0px 0px;
}
.green .ajax__tab_inner
{
    background:url(../images/green2_right.gif) no-repeat 100% 0px;
}
.green .ajax__tab_hover .ajax__tab_outer
{
    background:url(../images/green2_left.gif) no-repeat 0px -150px;
}
.green .ajax__tab_hover .ajax__tab_inner
{
    background:url(../images/green2_right.gif) no-repeat 100% -150px;
}
.green .ajax__tab_active .ajax__tab_outer
{
    background:url(../images/green2_left.gif) no-repeat 0px -300px;
}
.green .ajax__tab_active .ajax__tab_inner
{
    background:url(../images/green2_right.gif) no-repeat 100% -300px;
}
 
/*************** header *************************/
 
td.headerMenu
{
	width:900px;
	margin:0px;
	/* IAS 2009 */
	/* background-color:#dd9237; */
	background-color:#C02825;
	border-bottom-color:#965608;
	border-top-color:#965608;
	border-bottom-width:1px;
	border-bottom-style:solid;

	padding: 5px;

}
a.headerMenu 
{
	margin:10px;
	background-color:#dd9237;
	border-bottom-color:#965608;
	border-top-color:#965608;
	border-bottom-width:1px;
	border-bottom-style:solid;
	padding: 5px;

}
 
 

.sitemap a
{
	text-decoration:none;
	/* IAS 2009 */
	/* color:#965608; */
	color:#FFFFFF;
	font-size:9pt;
	font-weight:bold;
}
.sitemap a:link
{
	text-decoration:none;
	/* IAS 2009 */
	/* color:#965608; */
	color:#FFFFFF;
	font-size:9pt;
	font-weight:bold;
}
.sitemap a:hover
{
	text-decoration:underline;
	/* IAS 2009 */
	/* color:#965608; */
	color:#FFFFFF;
	font-size:9pt;
	font-weight:bold;
}
.sitemap a:visited
{
	text-decoration:none;
	/* IAS 2009 */
	/* color:#965608; */
	color:#FFFFFF;
	font-size:9pt;
	font-weight:bold;
}
.sitemap a:visited:hover
{
	text-decoration:underline;
}
.sitemap td
{
	 padding-left: 5px;
	 padding-right: 5px;
	 /* IAS 2009 */
	/* color:#965608; */
	color:#FFFFFF;
	font-size:9pt;
	font-weight:bold;
}


div.rounded 
{
	margin:0px;
	/*border for 2009 */
	/*border: solid 1px  #879754;*/
	/*border for 2010 */
	border: solid 1px  #A1A1A1;
    background-color: #EEEEEE;
    color: #fff;
    padding: 0px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	-ms-border-radius: 5px;
    width:150px; 
    color:#000;
 }
 
 div.roundedCart 
{
	margin:0px;
	/* IAS 2009 */
	/*border: solid 1px  #879754;*/
	/* AIDS 2010 */
	border: solid 1px  #A1A1A1;
    background-color: #EEEEEE;
    color: #fff;
    padding: 0px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    
    width:177px; 
    color:#000;
 }
  div.roundedCart th
{
	margin:0px;
	color:#ffffff;
	font-weight:bold;
	font-size:10pt;
	/* IAS 2009 */
	/* background-color:#889754; */
	/* AIDS 2010 */
	background-color:#DE5F00;
}
 div.rounded a
{
	color:#000;
}
 div.rounded th
{
	margin:0px;
	color:#ffffff;
	font-weight:bold;
	font-size:10pt;
	/* IAS 2009 */
    /* background-color:#889754; */
    /* AIDS 2010 */
    background-color:#DE5F00;
}
 div.roundedCartContent    
{
	margin:0px;
	/* IAS 2009 */
	/*
	border-left: solid 1px  #879754;
	border-right: solid 1px  #879754;
	border-bottom: solid 1px  #879754;
	border-top: none 1px  #879754;
	*/
	border-left: solid 1px  #A1A1A1;
	border-right: solid 1px  #A1A1A1;
	border-bottom: solid 1px  #A1A1A1;
	border-top: none 1px  #A1A1A1;
    background-color: #EEEEEE;

    color: #fff;
    color:#000;
    padding: 2px;
    -moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	 width:172px; 
 }

 .item 
{

	width : 180px;
	margin-top:10px;
	margin-bottom:10px;
		margin-left:30px;
	margin-right:30px; 
	
}
.content
{
	width:620;
}
.gridCommand
{
	 width:640px;
 
    border: solid 1px #DDDDDD; 
}
.gridCommand th
{
 
	 height:30px   ;
	 	text-align:center;
}
.gridCommand td
{

	 height:30px  ;
	text-align:center;
}
.grid
{
	 width:430px;
 
    border: solid 1px #DDDDDD; 
}
.grid th
{
 
	 height:30px   ;
	 	text-align:center;
}
.grid td
{

	 height:30px  ;
	text-align:center;
}
.orderRowDetails
{
	width:620px;
	   -moz-border-radiust: 5px;
	-moz-border-radius: 5px;
	padding:10px;

	background-color:#EEEEEE;
	border: solid 1px #acaf9a;
 
}
.tab
{
	width:250px;
	   -moz-border-radiust: 5px;
	-moz-border-radius: 5px;
	padding:10px;
	background-color:#EEEEEE;
	border: solid 1px #acaf9a;
 
}
.footer
{
	background:#769c03 url(../images/fond_footer.jpg) repeat-x;
	height:27px;
	text-align:right;
}
.footer a
{
	color:#FFFFFF;
}
.footer a:link
{
	color:#FFFFFF;
}
.footer a:hover
{
	color:#FFFFFF;
}
.footer a:visited
{
	color:#FFFFFF;
}
.footer a:visited:hover
{
	text-decoration:underline;
}
.itemPrev
{	 
	 height:120px;
 	 vertical-align:top;
}
.webReq
{
	text-align:center;
	width:100%;
	/*color:#acaf9a;*/
}

 