/* 
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.

*/



#mytable {
              	border-collapse: collapse;
              	border: 1px solid #CCCCCC;
              	width: 435px;
              	margin-top: 15px;
              	margin-left: 0;
              	}

#mytable td {
                
   border: 1px solid #CCCCCC;
              	padding: 7px;
                  text-align: center ;
                     font: 10px Helvetica, Arial; }

              #mytable th {
              	border: 1px solid #CCCCCC;
              padding-left: 5px;
              	padding-right: 2px;
              font: bold 10px Helvetica, Arial; 
              text-align: left;
              width: 85px;
              background-color: #e2eef2;
              }

              #mytable tr.even {
              	background-color: #EAEAEA;
              }