div#test-accordion{
margin: 10px 0 40px 0;
border: 0px solid #aaa;
padding:0;
}

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

div.accordion-toggle{
position: relative; /* required for effect */
z-index: 10;		/* required for effect */
background: #eee;   
cursor: pointer;
height:30px;
text-indent:-9999px;
}

div.accordion-toggle-active{
background: #fff;	
}

div.accordion-content{
overflow: hidden;	/* required for effect */
background: #fff;
padding: 10px 0 0 0;
}

div#accordion_red {
background-color:red;
background-image:url('/rental/img/color_red.gif');
background-repeat:repeat-x;
}

div#accordion_blue {
background-color:blue;
background-image:url('/rental/img/color_blue.gif');
background-repeat:repeat-x;
}

div#accordion_purple {
background-color:purple;
background-image:url('/rental/img/color_purple.gif');
background-repeat:repeat-x;
}

div#accordion_green {
background-color:green;
background-image:url('/rental/img/color_green.gif');
background-repeat:repeat-x;
}

div#accordion_yellow {
background-color:yellow;
background-image:url('/rental/img/color_yellow.gif');
background-repeat:repeat-x;
}

div#accordion_brown {
background-color:brown;
background-image:url('/rental/img/color_brown.gif');
background-repeat:repeat-x;
}

div#accordion_black {
background-color:black;
background-image:url('/rental/img/color_black.gif');
background-repeat:repeat-x;
}

div#accordion_white {
background-color:white;
background-image:url('/rental/img/color_white.gif');
background-repeat:repeat-x;
}

div#accordion_text {
background-color:white;
}
