/*accordian starts*/
#accordian{
	float: right;
	height: auto;
	width: 250px;
	margin-top: 40px;
	margin-right: 38px;
}

#accordian_title{
	height: auto;
	font-size: 14px;
	color: #fff;
	padding-left: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-left-color: #FFF;
}

/*this turns off blue outline in browser*/
.Accordion {
overflow: hidden;
outline:none;
}
.AccordionFocused {
border-top-style: none;
border-right-style: none;
border-bottom-style: none;
border-left-style: none;
}
