/*CSS for the accordion*/
#accordion {
	margin:0px;
	float: left;
	width: 500px;
	padding: 30px;
}
h5.toggler {
	cursor: pointer;
	font-family: arial;
	font-weight: normal;
	font-size: 1em;
	background: #ccc;
	color: #fff;
	margin: 0 0 0px 0;
	padding: 0px 0;
	text-transform: uppercase;
}
.element img {
	padding-right: 20px;
}
div.element {
	margin:0px;
	padding: 20px 20px 0 220px;
	background-color: #fff;
	height: 370px;
}
	div.element ul {
	margin: 0;	
	padding: 0 0 15px 0;
	list-style: outside;	
}
	div.element li {		
}
#element1 {background-image: url(../_images/func/func-goretex-pe-ny.jpg);	background-repeat: no-repeat;	background-position: left bottom;}
#element2 {background-image: url(../_images/func/func-goretex-pa-ny.jpg);	background-repeat: no-repeat;	background-position: left bottom;}
#element3 {background-image: url(../_images/func/func-goretex-wi-ny.jpg);	background-repeat: no-repeat;	background-position: left bottom;}
#element4 {background-image: url(../_images/func/func-insula-ny.jpg);	background-repeat: no-repeat;	background-position: left bottom;}
#element5 {background-image: url(../_images/func/func-ventil8-ny.jpg);	background-repeat: no-repeat;	background-position: left bottom;}
#element6 {background-image: url(../_images/func/func-skintight-ny.jpg);	background-repeat: no-repeat;	background-position: left bottom;}
#element7 {background-image: url(../_images/func/func-skintight-co20-ny.jpg);	background-repeat: no-repeat;	background-position: left bottom;}
div.element h6 {
	font-size: 1.1em;
	text-transform: uppercase;
	color: #6c6c6c;
	font-weight: normal;
	margin:0px;
	padding: 0px 0 10px 0;
}
div.element p {
	line-height: 130%;
	font-size: 1em;
	margin: 0 0 10px 0;
	color: #777;
}
div.element img {
	border: none;
}
.accordion-style1 {
	background: #EF3E42;
	padding: 10px 10px 10px 10px;
}
.accordion-style1:hover{
	background-image: url(../_gfx/plus.gif); background-repeat: no-repeat; background-position: right;
}
.accordion-style2 {
	background: #B21E2C;
	padding: 10px 10px 10px 10px;
}
.accordion-style2:hover{
	background-image: url(../_gfx/plus.gif); background-repeat: no-repeat; background-position: right;
}
.accordion-style3 {
	background: #F68824;
	padding: 10px 10px 10px 10px;
}
.accordion-style3:hover{
	background-image: url(../_gfx/plus.gif); background-repeat: no-repeat; background-position: right;
}
.accordion-style4 {
	background: #C46816;
	padding: 10px 10px 10px 10px;
}
.accordion-style4:hover{
	background-image: url(../_gfx/plus.gif); background-repeat: no-repeat; background-position: right;
}
.accordion-style5 {
	background: #0078C1;
	padding: 10px 10px 10px 10px;
}
.accordion-style5:hover{
	background-image: url(../_gfx/plus.gif); background-repeat: no-repeat; background-position: right;
}
.accordion-style6 {
	background: #9FA617;
	padding: 10px 10px 10px 10px;
}
.accordion-style6:hover{
	background-image: url(../_gfx/plus.gif); background-repeat: no-repeat; background-position: right;
}
.accordion-style7 {
	background: #858602;
	padding: 10px 10px 10px 10px;
}
.accordion-style7:hover{
	background-image: url(../_gfx/plus.gif); background-repeat: no-repeat; background-position: right;
}