/* ACCORDEON */
/* ------------------------------------------------------------------- */
	/* accordion: START */
	
	
#accordion div fieldset, 
#accordionform div fieldset {
  	width: 359px;
  	margin-top: 30px;
  	}
	
#accordion, #accordionform {
	display:inline;
	overflow:hidden;
	}

#secondaccordion, #secondaccordionform {
	width:328px;
	display:inline;
	font-family: arial;
	overflow:hidden;
	border:none;
	}

#thirdaccordion, #thirdaccordionform {
	width:328px;
	display:inline;
	float:left;
	overflow:hidden;
	border:none;
	}

	
#accordion div {
	width: 460px;
	margin: 0px 0px 0px 20px;
	padding:0 0 12px 0;
	}

#accordionform div {
	padding: 0px 0 8px 0;
	margin:-1px 0 0 0;
	}

#secondaccordion div, 
#secondaccordionform div,
#thirdaccordion div, 
#thirdaccordionform div {
	margin:0px;
	padding:0px;
	}

#accordion div p, 
#accordionform div p {}
#secondaccordion div p, 
#secondaccordionform div p {}
#thirdaccordion div p, 
#thirdaccordionform div p {}


#accordion h2, #accordionform h2 {
	display:block;
	background:url(/furniture/img/bg_glossy.png) top left no-repeat;
	font-size:13px;
	font-weight:bold;
	margin:13px 0px 0px 0px;
	padding:0px;
	width:506px;
	height:28px;
	cursor:pointer;
	}

#accordionform h2 {
	background:url(/furniture/img/bg_glossy_form.png) top left no-repeat;
	width:359px;
	}


#secondaccordion h2, #secondaccordionform h2 {
	display:block;
	background: none;
	font-size:120%;
	font-weight:normal;
	margin:0px 0px 0px 0px;
	padding:0px;
	width:328px;
	height:28px;
	cursor:pointer;
	border:none;
	}

#secondaccordionform h2 {
	background: none;
	width:328px;
	border:none;
	}

#secondaccordionform div fieldset {
  	width: 328px;
  	border:none;
  	}
	

#thirdaccordion h2, #thirdaccordionform h2 {
	display:block;
	background: none;
	font-size:13px;
	font-weight:normal;
	margin:0px 0px 0px 0px;
	padding:0px;
	width:100%;
	height:28px;
	cursor:pointer;
	border:none;
	}
#thirdaccordionform h2 {
	background: none;
	width:328px;
	border:none;
	}
#thirdaccordionform div fieldset {
  	width: 328px;
  	border:none;
  	}


#accordion h2 a, #accordionform h2 a  {
	display:block;
	background:url(/furniture/img/bg_glossy.png) top left no-repeat;
	font-size:13px;
	font-weight:bold;
	color:#4D4D4D;
	height:28px;
	padding:4px 0px 0px 38px;
	text-decoration: none;
	}
#accordionform h2 a  {
	background:url(/furniture/img/bg_glossy_form.png) top left no-repeat;
	border: 1px solid #999
	}


#secondaccordion h2 a, #secondaccordionform h2 a {
	display:block;
	background: none;
	font-size:13px;
	font-weight:normal;
	color: black;
	height:28px;
	padding:0px 0px 0px 0px;
	border:none;
	}

#secondaccordionform h2 a  {
	background: none;
	border:none;
	}

	
#thirdaccordion h2 a, #thirdaccordionform h2 a  {
	display:block;
	background: none;
	font-size:13px;
	font-weight:normal;
	color:#4D4D4D;
	height:28px;
	padding:0px 0px 0px 0px;
	border:none;
	}

#thirdaccordionform h2 a  {
	background: none;
	border:none;
	}


#accordion h2 a:hover, #accordionform h2 a:hover {
	display:block;
    background: none;
	font-size:13px;
	font-weight:bold;
	height:28px;
	cursor:pointer;
	border: none;
	text-decoration: none;
	}
	
#accordionform h2 a:hover  {
    background: none;
    border:none;
	}


#secondaccordion h2 a:hover, #secondaccordionform h2 a:hover {
	display:block;
	background: none;
	font-size:13px;
	font-weight:normal;
	color:#D90011;
    height:28px;
	padding:0px 0px 0px 0px;
	cursor:pointer;
	border:none;
	}

#secondaccordionform h2 a:hover  {
	background: none;
	border:none;
	}
	
	
#thirdaccordion h2 a:hover, #thirdaccordionform h2 a:hover {
	display:block;
	background: none;
	font-size:13px;
	font-weight:normal;
	color:#D90011;
	height:28px;
	padding:0px 0px 0px 0px;
	cursor:pointer;
	border:none;
	}
	
#thirdaccordionform h2 a:hover  {
	background: none;
	border:none;
	}

#accordion h2.act, #accordionform h2.act { /* toggled by the accordion script, needed for IE6 */
	/*background:url(../images/ic_header_bg_glossy_act.png) top left no-repeat;
	color:#D90011;*/
	background:url(/furniture/img/bg_glossy_act.png) top left no-repeat;
	cursor:pointer;
	}
#accordionform h2.act  {
	background:url(/furniture/img/bg_glossy_form_act.png) top left no-repeat;
	}

#secondaccordion h2.act, #secondaccordionform h2.act { /* toggled by the accordion script, needed for IE6 */
	/*	background:url(../images/ic_header_bg_glossy_act.png) top left no-repeat;
	color:#D90011;*/
	background: none;
	cursor:pointer;
	}
#secondaccordionform h2.act  {
	background: none;
	border:none;
	}


#thirdaccordion h2.act, #thirdaccordionform h2.act { /* toggled by the accordion script, needed for IE6 */
	/*background:url(../images/ic_header_bg_glossy_act.png) top left no-repeat;
	color:#D90011;*/
	background: none;
	cursor:pointer;
	}
#thirdaccordionform h2.act  {
	background: none;
	}


/* accordion: END */
/* ------------------------------------------------------------------- */

