home *** CD-ROM | disk | FTP | other *** search
/ 41-134-104-147.dsl.mweb.co.za / 41-134-104-147.dsl.mweb.co.za.tar / 41-134-104-147.dsl.mweb.co.za / css / accordion.css next >
Cascading Style Sheet File  |  2010-08-20  |  637b  |  35 lines

  1. #left .content_inner .accord h4 {
  2.     font-size: 12px;    
  3.     color: #666666;
  4.     font-weight: normal;
  5. }
  6.  
  7. #left .content_inner .accord h4.alt span {
  8.     background: url(../images/alt_bg.gif) repeat-y 0 0;
  9. }
  10.  
  11. #left .content_inner .accord h4 span {
  12.     display:block;
  13.     padding: 10px 0 10px 0;
  14.     background: none;
  15.     /*font-weight: bold;*/
  16. }
  17.  
  18. #left .content_inner .accord div.alt_1 {
  19.     background: url(../images/alt_bg.gif) repeat-y 0 0;    
  20.     margin: 0;
  21.     padding: 0 0 10px 12px;
  22. }
  23.  
  24. #left .content_inner .accord div.alt_2 {
  25.     padding: 0 0 0 12px;
  26. }
  27.  
  28. .accord .accord_arrow {
  29.     margin: 0 0 0 10px;
  30.     position: relative;
  31.     top: -4px;
  32. }
  33.  
  34.  
  35.