
.clear { clear: both; margin: 0; padding: 0; }

#accordion_wrapper { margin: 0px; padding: 0px; border: none; border-top:none;}
#accordion_wrapper h3  { margin:0px; padding:0px; }
#accordion_wrapper h3 a { color:#000; font: normal 14px/normal Arial, Helvetica, sans-serif; margin: 0px 0px 0px 0px; padding: 5px 0px 5px 40px; text-decoration:underline; display:block; background:url(../images/layout/video-toggle.gif) no-repeat 342px 4px; }
#accordion_wrapper h3 a:hover { color: #333;  text-decoration:none;}

#accordion_wrapper .ui-accordion-header { margin:0px 0px 0px 0px; border: none; padding: 0px; background:url(../images/layout/video-accordion-background.gif) no-repeat left top; width:480px; height:36px; overflow:hidden;}
#accordion_wrapper .ui-accordion-content { padding: 10px 0px 10px 0px; width:480px; overflow:hidden; text-align:center;}



/* below may be in use but not positive... retaining untill proven otherwise */
#accordion_wrapper .ui-state-default { border: 1px solid #666666; background: #999999; font-weight: normal; color: #ffffff; outline: none; }
#accordion_wrapper .ui-state-default a { color: #ffffff; text-decoration: none; outline: none; }
#accordion_wrapper .ui-state-default:hover { border: 1px solid #333333; background: #666666; font-weight: normal; outline: none; }



/* Component containers
----------------------------------*/
#accordion_wrapper .ui-widget { font-family: Trebuchet MS,Verdana,Arial,sans-serif; font-size: 1em; }

/* content area */
#accordion_wrapper .ui-widget-content { /*border: 1px solid red;*/ background: #ffffff url(http://static.jquery.com/ui/css/demo-docs-theme/images/ffffff_40x100_textures_01_flat_75.png) 50% 50% repeat-x; color: #222222; padding:10px;}
#accordion_wrapper .ui-widget-content a { color: #222222; }

/* title tab tan */
#accordion_wrapper .ui-state-default { border: 1px solid #dbd2c1; background: #c4b8a1; font-weight: normal; color: #ffffff; outline: none; }
#accordion_wrapper .ui-state-default a { color: #ffffff; text-decoration: none; outline: none; }
#accordion_wrapper .ui-state-default:hover { border: 1px solid #288a8f; background: #30a3a7; font-weight: normal; outline: none; }
#accordion_wrapper .ui-accordion-header { margin:5px 0px 0px 0px;}


#accordion_wrapper .ui-state-active { border: 1px solid #666666; background: #ffffff url(http://static.jquery.com/ui/css/demo-docs-theme/images/ffffff_40x100_textures_01_flat_65.png) 50% 50% repeat-x; font-weight: normal; color: #F6921E; outline: none; }
#accordion_wrapper .ui-state-active a { color: #F6921E; outline: none; text-decoration: none; }

.woot a { color:green;}

/* Icons
----------------------------------*/
#accordion_wrapper .ui-icon { width: 16px; height: 16px; background-image: url(http://static.jquery.com/ui/css/demo-docs-theme/images/888888_256x240_icons_icons.png); display:block; float:left;}


/* Corner radius
#accordion_wrapper .ui-corner-tl { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; }
#accordion_wrapper .ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; }
#accordion_wrapper .ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; }
#accordion_wrapper .ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; }
#accordion_wrapper .ui-corner-top { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; }
#accordion_wrapper .ui-corner-bottom { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; }
#accordion_wrapper .ui-corner-right {  -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; }
#accordion_wrapper .ui-corner-left { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; }
#accordion_wrapper .ui-corner-all { -moz-border-radius: 4px; -webkit-border-radius: 4px; }
 */
