@charset "UTF-8";
/* CSS Document */

#accordion {margin-left: 20px;width:220px;background-color:#fcfcfc;font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;color:#616166;}
.accordion-toggle {cursor: pointer; color:#616166;}
  .accordion-content {display: none;}
  .accordion-content.default {display: block;}

#accordion h4 {-moz-box-shadow:    inset 0 0 0 1px #fff;
   -webkit-box-shadow: inset 0 0 0 1px #fff;
   box-shadow:         inset 0 0 0 1px #fff;
   
	margin-bottom:-1px;
	border:1px solid #ebebeb;
	display:block;
	list-style:none;
	height:26px;
	width:198px;
	background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #f6f6f6 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f6f6f6)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffffff 0%,#f6f6f6 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffffff 0%,#f6f6f6 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffffff 0%,#f6f6f6 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffffff 0%,#f6f6f6 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */
color: #616166 !important;
    display: block;
    text-decoration: none;
	font-size:14px;
	padding-left:20px;
	margin-top:0px;
	font-weight:400;
	padding-top:14px;
}




#accordion h4:hover {font-weight:bold;color:#3a7196;}
.accordion-toggle img {float:left;padding-left:10px;padding-right:20px;}
.accordion-content ul {list-style:none;font-size:14px;color:#616166;}
.accordion-content ul li {margin-top:20px;margin-bottom:20px;}
.accordion-content { background: none repeat scroll 0 0 #f6f9fb;border-top: 1px solid #ebebeb;padding-bottom: 1px;padding-top: 1px;}


#accordion a {
    color: inherit;
    text-decoration: none;
}

#accordion a:hover {
    color: inherit;
    text-decoration: underline;
}
