
div.at-dropdown dl, div.at-dropdown dt, div.at-dropdown dd {
	margin: 0 0 0;
	padding: 0;
}



div.at-dropdown dl, div.at-dropdown dt, div.at-dropdown dd {
	margin: 0 0 0;
	padding: 0;
}


div.default div.at-dropdown {  padding-top: 10px; padding-right: 10px; padding-left: 10px; }

div.default div.at-dropdown dt.toggler {
	margin-bottom: 10px;
	color:#ff0000;
	cursor:pointer;
}

div.default div.at-dropdown dt span.header-l {
background-color: transparent;
	display: block;
	color:#ff0000;
	cursor:pointer;
}

div.default div.at-dropdown dt span.header-r {
color: #000000; height: 26px; display: block; 
line-height: 26px; 
text-indent: 27px; font-size: 100%; 
font-weight: normal; text-transform: capitalize;
cursor: pointer; }



div.default div.at-dropdown dd span.article { 
border:0px solid #ff0000;color: #ff0000;
background-color: transparent;
background-image: none; background-repeat: repeat; 
padding: 0 2px 2px; }


/* end default */

/* start style1 */

div.style1 div.at-dropdown {
	padding: 10px 20px;
	border: solid 1px #c8c8c8;
	background: no-repeat 50% 40%;
}

div.style1 div.at-dropdown dt.toggler {
	height: 30px;
	background: repeat-x;
	line-height: 30px;
	font-size: 125%;
	font-weight: bold;
	cursor: pointer;
}

div.style1 div.at-dropdown dt:hover.toggler, div.style1 div.at-dropdown dt.sfhover {
}

div.style1 div.at-dropdown dd span.article {
	padding: 10px 0;
	background: repeat-x 0 100%;
}

div.style1 div.at-dropdown dd.last span.article {
	background: none;
}

/* end style1 */

/* start style2 */

div.style2 div.at-dropdown {
	padding: 1px;
	border: 1px solid #C8C8C8;
}

div.style2 div.at-dropdown dt.toggler {
	height: 30px;
	background: repeat-x;
	line-height: 30px;
	text-indent: 10px;
	font-size: 125%;
	font-weight: bold;
	cursor: pointer;
}

div.style2 div.at-dropdown dt:hover.toggler, div.style2 div.at-dropdown dt.sfhover {
	background: repeat-x 0 -30px;
}

div.style2 div.at-dropdown dd span.article {
	padding: 10px 20px 10px 20px;
	border-bottom: 1px solid #E6E6E6;
}

div.style2 div.at-dropdown dd.last span.article {
	border-bottom: none;
}

/* end style2 */
/* ============= end dropdown ========= */

