/* 
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.

*/

.widget h3  { padding:0 0 15px; text-transform:uppercase; font: bold 16px tahoma, verdana, sans-serif; color:#514251; }

/* 3.1 Single Post Tabber */
#tabs ul.wooTabs li { display: inline; width: 300px; height: 100%; text-align: center; }
#tabs ul.wooTabs li a { text-transform:none; font: bold 16px tahoma, verdana, sans-serif; color:#514251; border-top: 1px dotted #f0f0f0; border-left: 1px dotted #f0f0f0; border-right: 1px dotted #f0f0f0; border-bottom: 1px dotted #ccc; padding: 10px 125px 5px; }
#tabs ul.wooTabs li a:hover { text-decoration: none; }
#tabs ul.wooTabs li a span { font: 13px georgia; text-transform: none ; color: #222; }
#tabs ul.wooTabs li a.selected, #tabs ul.wooTabs li a:hover {  border-top: 1px dotted #ccc; border-left: 1px dotted #ccc; border-right: 1px dotted #ccc; border-bottom: 1px dotted #f0f0f0; }

.archive_header  { display: block; float: left; width: 100%; margin:0 0 10px; padding:0 0 10px; text-transform:none; font: bold 16px tahoma, verdana, sans-serif; color:#514251; }