﻿*, * focus {outline: none; margin: 0; padding: 0;}

div.container-accordian {width: 500px; margin: 0 auto;}

.trigger {padding: 0px 0 0 50px; margin: 5px 0px ; height: 32px; line-height: 32px; width: 550px; float: left; cursor: pointer; font-weight: bold; color: #FFFFFF;}
.trigger {background: url(accordion_button.png) no-repeat top;}
* html .trigger {background: url(accordion_button-ie6.png) no-repeat top;} /* ie6 */

.trigger a {text-decoration: none; display: block;}
.trigger:hover {color: #33CCFF; text-decoration: none; }
* html .trigger a:hover {color: #33CCFF; text-decoration: none; } /* ie6 */
.active {background-position: left bottom; color: #33CCFF;}
* html .active {background: url(accordion_button-ie6.png) left bottom; color: #33CCFF;} /* ie6 */
.toggle_container, .open {margin: 0 0 5px 0px; padding: 0; overflow: hidden; width: 600px; clear: both; vertical-align: text-top;}
