* {
	margin:0;
	padding:0;
	list-style:none;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin:10px;
}

#basic-accordian{
	border:5px solid #EEE;
	padding:5px;
	width:680px;
}

.accordion_headings{
	padding:5px;
	background: #FF9933;
	color:#FFFFFF;
	border:1px solid #FFF;
	cursor:pointer;
	font-weight:bold;
}

.accordion_headings:hover{
	background:#FF6600;
}

.accordion_child{
	padding:15px;
	background: #FFFFFF;
}

.header_highlight{
	background: #FF6600;
}
.header_larger{
font-size:14px;
}
.style1 {
	font-size: 12px;
	font-style: italic;
}
.style2 {color: #FF0000}

.button {
	background:transparent url(images/m_order_u.gif) no-repeat center;
	padding:0 93px 0 0;
	border:0;
	margin:0;
	height: 28px;
	width:auto;
	cursor:pointer;
	overflow: visible;
}
.button:hover {
	background:transparent url(images/m_order_d.gif) no-repeat center;
}