/* Start of CMSMS style sheet 'sidebar' */
/* if sidebar doesnt include menu but content add class="hascontent" */
div#sidebar.hascontent {
   padding: 0 1%;
   width: 18%;  /* make width smaller if there's padding, or it will get too wide for the floated divs in IE */
}
div#specials.hascontent {
 width: 100%;    /* sidebar width, if you change this please also change #main margins */
   display: block;  /* FIX ie doublemargin bug */
   margin-left: 0;
 border-left:1px solid #B8B8B7;
border-bottom: 1px solid #B8B8B7;
  
}

div#specials h3, div#customer_comments h3, div#sidebar h3 {
  color: #666633;
   text-align: center;
   line-height: 1em;
   font-family:helvetica;
   font-size:1.5em;
   font-weight:bold;
  line-height: 1.3em;
}

div#specials td {
   border-top:1px solid #B8B8B7;
   padding:5px;
    font-family:arial;
  font-size:1.2em;
  font-style:italic;

 line-height: 1.3em;
}

div#specials p {

}

div#customer_comments {
   width: 100%;    /* sidebar width, if you change this please also change #main margins */
   display: block;  /* FIX ie doublemargin bug */
   margin-left: 0;
border-left:1px solid #B8B8B7;
border-bottom: 1px solid #B8B8B7;
}
 

div#customer_comments td {
   border-top:1px solid #B8B8B7;
   padding:0 5px;
}
 div#customer_comments p {
  font-family:georgia;
  font-size:1em;
  font-style:italic;
}

/* End of 'sidebar' */

