.xml { 
    padding: 0px 3px 1px 3px;
    margin: 0;
    text-align: center;
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #fff;
    background-color: #ff6600;
    border: 1px solid;
    border-color: #ffc8a4 #3f1a01 #3f1a01 #ffc8a4;
    cursor: pointer;
}
.functions {
	padding-top: 20px;
	}
hr.detail {
	display: none;
	}
ul {
	list-style-image: url(/pictures/list-style-element.gif);
	list-style-position: outside;
	padding-left: 13px;
	margin-top: 3px;
	}
ul {
	/list-style-image: url(/pictures/list-style-element.gif);
	margin: 0px 0 16px 0;
	padding: 0 0 0 13px;
	}
* html ul {
	list-style-image: url(/pictures/list-style-element_ie.gif);
	list-style-position: outside;
	padding-left: 14px;
	}
*+ html ul {
	list-style-image: url(/pictures/list-style-element_ie.gif);
	list-style-position: outside;
	padding-left: 14px;
	}

