div#city_accordion{
    margin: 0px;
    border: none;
}

div.accordion {
	position: relative; /* required for bounding */
}

div.accordion-toggle{
    position: relative; /* required for effect */
    z-index: 10;		/* required for effect */
	background: #000000;   
	border:1px solid #111111;
    cursor: pointer;
	font-weight:bold;
	text-align:center;
	margin:-1px 0 1px 0;
	padding:2px;
}

div.accordion-toggle-active{
	background: #111111;
	border:1px solid #333333;
	color:#B81E18;
}

div.accordion-content{
    overflow: hidden;	/* required for effect */
    background: #000000;
	font-size:12px;
	padding:0 4px;
}

div.accordion-content a{
	font-size:11px;
}
