/* for gettingstartedicloner.php */


.arrowlistmenu{
width: 700px; /*width of accordion menu*/
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 17px verdana, arial, helvetica, sans-serif;
color: #365daa;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
padding: 0px 0px 4px 5px; /*header text is indented 5px*/
cursor: hand;
cursor: pointer;
}

.arrowlistmenu a{ /*CSS class for menu headers in general (with link)*/
font: bold 17px verdana, arial, helvetica, sans-serif;
color: #365daa;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
text-decoration: none;
cursor: hand;
cursor: pointer;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-image: none;
}

.arrowlistmenu p{
top: -10px; 
position: relative; 
margin-left: 0px;
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
list-style-image: url('../images/dot_fleche.gif');
list-style-position: outside;
width: 100%;
}

.arrowlistmenu ul li{
padding-bottom: 0px; /*bottom spacing between menu items*/
list-style-type: none;
}

.arrowlistmenu ul li a{
color: #365daa;
display: block;
padding: 2px 0;
text-decoration: none;
font-weight: bold;
font-size: 100%;
}

.arrowlistmenu ul li a:visited{
color: #365daa;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #223968;
text-decoration: underline;
list-style-image: url('../images/dot_fleche_over.gif');
}

.categoryitems {
border: 1px solid #e6e6e6;
left: 15px;
position: relative;
}

.categoryitems ul {
padding-left: 30px;
}

.categoryitems li {
margin-top: 10px;
padding-right: 10px;
margin-left: 15px;
}

table.icloner {
border-collapse : collapse ;
border-width : 1px 0 0 1px ;
border-style : solid ;
border-color : black ;	/* IE 6(Win)?? */
}

table.icloner td {
border-width : 0 1px 1px 0 ;
border-style : solid ;
padding : 1em ;
}


