<style type="text/css">

<!--

html, body {
   margin : 0;
   padding : 0;
}

body {
    background : #fff;
   width : 100%;
   font : 12px  Arial, Helvetica, Tahoma, sans-serif;
}

img {
   border : none;
}

.bar {	background: #ffffcc;	
color: #555555;	
margin-bottom:0px;	
padding-bottom: 2px; 
font-weight: bold; 
font-size: 72px;	
margin-top: 5px;
padding-left: 4px;
padding-top: 2px;	
border-top-width: 1px;	
border-top-style: solid;	
border-right-width: 1px;	
border-left-width: 1px;	
border-right-style: solid;	
border-left-style: solid;	
border-top-color: #AAAAAA;	
border-right-color: #AAAAAA;	
border-bottom-color: #AAAAAA;	
border-left-color: #AAAAAA;	
border-bottom-width: 1px;	
border-bottom-style: double;}

#container {
   width : 950px;
   margin : 10px auto;
   border : 1px solid #808080;
   border-bottom-width : 0px;
   line-height : 130%;
   background-color: #ffffcc;
}

#top {
   padding : .5em;
   background-color : #ccc;
   border-bottom : 1px solid #808080;
   background-color: #c5c5cd;
	align: center;
}

#top h1 {
   padding : 0;
   margin : 0;
}

#leftnav {
   float : left;
   width : 180px;
   margin : 0;
   padding : 1em;
   background-color: #fff;
}

#content {
   margin-left : 210px;
   border-left : 1px solid #808080;
   padding : 1em;
   background-color: #fff;
}

#footer {
   clear : both;
   margin : 0;
   padding : .5em 0 1em 0;
   color : #fff;
   font-weight:bold; font-style:italic;
   text-align:center;
   background-color : #ccc;
    background-image:  url("http://www.crossfit.com//cf-assets/logo-bottom.gif");
}

#leftnav p {
   margin : 0 0 1em 0;
}

#content h2 {
   margin : 0 0 .5em 0;
}


}

/* seen by IE5mac only, by Philippe Wittenbergh www.l-c-n.com */
*>html #footer img {
        margin : 0;
}
/* end */

#footer p {
   padding-left : 5px;
}
.style2 {color: #800000}

#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #313131;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 16px Tahoma;
letter-spacing: 5px;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}

/* $Id: example.css,v 1.5 2006/03/27 02:44:36 pat Exp $ */

/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
}
.tabberlive {
 margin-top:1em;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 margin:0;
 padding: 3px 0;
 border-bottom: 1px solid #778;
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
    line-height : 200%;

}

ul.tabbernav li a
{
 padding: 3px 2px;
 margin-left: 3px;
 border: 1px solid #778;
 border-bottom: none;
 background: #DDE;
 text-decoration: none;
font-family: Arial;
font-size: 11px;
font-weight: bold;
}

ul.tabbernav li a:link { color: #448; }
ul.tabbernav li a:visited { color: #667; }

ul.tabbernav li a:hover
{
 color: #000;
 background: #AAE;
 border-color: #227;
}

ul.tabbernav li.tabberactive a
{
 background-color: #fff;
 border-bottom: 1px solid #fff;
}

ul.tabbernav li.tabberactive a:hover
{
 color: #000;
 background: white;
 border-bottom: 1px solid white;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
 padding:1px;
 border:1px solid #aaa;
 border-top:0;

 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

 /* height:200px; */
 


 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

 /* overflow:auto; */
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
 display:none;
}
.tabberlive .tabbertab h3 {
 display:none;
}

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
 height:200px;
 overflow:auto;
}


/* Root = Vertical, Secondary = Vertical */
ul#navmenu,
ul#navmenu li,
ul#navmenu ul {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 190px; /* For KHTML*/
  list-style: none;
}

ul#navmenu:after /*From IE 7 lack of compliance*/{
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}

ul#navmenu li {
  float: left; /*For IE 7 lack of compliance*/
  display: block !important; /*For GOOD browsers*/
  display: inline; /*For IE*/
  position: relative;
}

/* Root Menu */
ul#navmenu a {
  border: 1px solid #FFF;
  border-right-color: #CCC;
  border-bottom-color: #CCC;
  padding: 0 6px;
  display: block;
  /*background: #EEE;*/
	background: #FFF;
/*  color: #666;  */
color: #000;
  font: bold 10px/22px Verdana, Arial, Helvetica, sans-serif;
  text-decoration: none;
  height: auto !important;
  height: 1%; /*For IE*/;
 text-transform: uppercase;
}

/* Root Menu Hover Persistence */
ul#navmenu a:hover,
ul#navmenu li:hover a,
ul#navmenu li.iehover a {
  background: #CCC;
  color: #FFF;
}

/* 2nd Menu */
ul#navmenu li:hover li a,
ul#navmenu li.iehover li a {
  background: #EEE;
  color: #666;
}

/* 2nd Menu Hover Persistence */
ul#navmenu li:hover li a:hover,
ul#navmenu li:hover li:hover a,
ul#navmenu li.iehover li a:hover,
ul#navmenu li.iehover li.iehover a {
  background: #CCC;
  color: #FFF;
}

/* 3rd Menu */
ul#navmenu li:hover li:hover li a,
ul#navmenu li.iehover li.iehover li a {
  background: #EEE;
  color: #666;
}

/* 3rd Menu Hover Persistence */
ul#navmenu li:hover li:hover li a:hover,
ul#navmenu li:hover li:hover li:hover a,
ul#navmenu li.iehover li.iehover li a:hover,
ul#navmenu li.iehover li.iehover li.iehover a {
  background: #CCC;
  color: #FFF;
}

/* 4th Menu */
ul#navmenu li:hover li:hover li:hover li a,
ul#navmenu li.iehover li.iehover li.iehover li a {
  background: #EEE;
  color: #666;
}

/* 4th Menu Hover */
ul#navmenu li:hover li:hover li:hover li a:hover,
ul#navmenu li.iehover li.iehover li.iehover li a:hover {
  background: #CCC;
  color: #FFF;
}

ul#navmenu ul,
ul#navmenu ul ul,
ul#navmenu ul ul ul {
  display: none;
  position: absolute;
  top: 0;
  left: 190px;
}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#navmenu li:hover ul ul,
ul#navmenu li:hover ul ul ul,
ul#navmenu li.iehover ul ul,
ul#navmenu li.iehover ul ul ul {
  display: none;
}

ul#navmenu li:hover ul,
ul#navmenu ul li:hover ul,
ul#navmenu ul ul li:hover ul,
ul#navmenu li.iehover ul,
ul#navmenu ul li.iehover ul,
ul#navmenu ul ul li.iehover ul {
  display: block;

}

    .extruder.left.a .flap{
      font-size:18px;
      color:white;
      top:0;
      padding:10px 0px 10px 10px;
      background:#772B14;
      width:30px;
      position:absolute;
      right:0px;
      -moz-border-radius:0 10px 10px 0;
      -webkit-border-top-right-radius:10px;
      -webkit-border-bottom-right-radius:10px;
      -moz-box-shadow:#666 2px 0px 3px;
      -webkit-box-shadow:#666 2px 0px 3px;
    }
  
.sched { border: thin solid #ccc; float:left; width: 200px; height:400px; margin:2em; padding: 1em; background-color:#ffffcc; overflow:auto; }

.event{
background: #F6F6F6;
color: #555555;
margin-bottom:0px;
font-weight:bold;
font-style:italic;
font-size:10px;
padding-bottom: 2px; 
padding-left: 5px;
margin-top: 5px;
padding-top: 2px;
border-width: 1px;
border-style: solid;
border-color: #AAAAAA;
}

.type{
background: #DCDCDC;
color: #555555;
margin-bottom:0px;
font-weight:bold;
font-style:italic;
font-size:10px;
padding-bottom: 2px; 
padding-left: 5px;
margin-top: 5px;
padding-top: 2px;
border-width: 1px;
border-style: solid;
border-color: #AAAAAA;
text-align: center;
}

div.soldOut a {
text-decoration: underline;
}

div.soldOut, div.soldOut a, div.soldOut a:visited, div.soldOut a:hover {
color: #5b5b5b;
background: none;
}

div.soldOut strong {
color: #5d5d5d;
}

div.soldOut em {
font-weight: bold;
color: red;
font-style: normal;
}

  
-->
</style>