/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles here instead of style.css so it 
is easier to update the theme. Simply copy an existing 
style from style.css to this file, and modify it to 
your liking.

*/

#content ul li {
background:transparent url(images/service_check.jpg) no-repeat scroll 0 0;
padding:1px 0 5px 25px;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
}

.green-box { background:#dbf6be; border-bottom:1px solid #9bbf65; border-top:1px solid #9bbf65; color:#5f704c; margin-bottom:15px; font-size:20px; text-align:center;}
.green-box a { color:#4c7c18; text-decoration:none !important; }
.green-box a:hover { text-decoration:underline !important; }
#content .green-box p {margin: 5px;}

/*Stefan*/
#content .myAccordion h3 {font-size:14px;}

.myAccordion {
  float: left;
  /*margin-right: 15px;*/
}
.myAccordion .yui-cms-accordion .yui-cms-item {
    border: 1px solid #cccccc;
    width: 920px;
  }
.myAccordion .yui-cms-accordion .yui-cms-item h3 {
     margin: 0px;
     background-color:#FFFFFF;
     background-image:url(images/h3bg.jpg);
     background-position:center top;
     background-repeat:repeat-x;
     color:#636363;
     font-weight:normal;
     padding:8px;
    }
.myAccordion .yui-cms-accordion .yui-cms-item .accordionToggleItem {
          background: url(images/accordion.gif) no-repeat 0px 0px;
          text-decoration: none;
          padding-left: 30px;
          display: block;
        }
.myAccordion .yui-cms-accordion .yui-cms-item.selected .accordionToggleItem {
          background: url(images/accordion.gif) no-repeat 0px -100px;
        }
.myAccordion .yui-cms-accordion .yui-cms-item .bd {
        height: 0px;
        overflow: hidden;
        background-color: #fff;
    }
.myAccordion .yui-cms-accordion .yui-cms-item .bd .fixed {
            overflow: hidden;
            padding: 5px;
            /*height: 200px;*/
        }
