/* Accordion Menu */

.AccordionTitle, .AccordionContent, .AccordionContainer {
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	width: 158px; /*changeble*/
}

.AccordionTitle {
	/*background-color: #336699;*/
	border-top: 0px; /*changeble*/
	border-right: 0px #CCCABB solid; /*changeble*/
	border-bottom: 1px #E2DFD6 solid; /*changeble*/
	border-left: 0px; /*changeble*/
	color: #FFFFFF;
	cursor: pointer;
	display: table-cell;
	font-family: Arial, Helvetica, sans-serif; /*changeble*/
	font-size: 12px; /*changeble*/
	font-weight: bold; /*changeble*/
	height: 25px; /*changeble*/
	overflow: hidden;
	vertical-align: top; /*changeble*/
	text-align: center; /*changeble*/
	-moz-user-select: none;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.AccordionContent {
	height: 0px;
	overflow: hidden; /*display: none;  */
}

.AccordionContent_ {
	background: url('../images/0110_main/bg_offers.gif') left top repeat-y;
	font-size: 8pt;
	font-weight: normal;
	height: auto;
	padding: 5px 5px 0px 5px;
}

.AccordionContainer {
	border-top: solid 0px #C1C1C1; /*changeble*/
	border-right: solid 1px #CCCABB; /*changeble*/
	border-bottom: solid 1px #CCCABB; /*changeble*/
	border-left: solid 1px #CCCABB; /*changeble*/
}

.ContentTable {
	color: #FFFFFF;
	text-align: center;
	width: 100%;
}

.ContentCell {
	background-color: #666666;
}

.ContentTable a:link, a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.ContentTable a:hover {
	color: Yellow;
	text-decoration: none;
}