/* 
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.

*/

#logo img { display:none; }
#logo .site-title, #logo .site-description { display:block; } 
.table1 { font-size: x-small; width: 580px; border: 1px solid #f5f5f5; border-collapse: collapse; text-align: left;}
.table1 thead td { font-size: 12px; padding: 10px 0 10px 14px; font-weight: bold; font-family: arial; color: #444; background: url('table_head_bg.jpg') repeat-x;}
.table1 tbody td { font-size: 11px; font-family: Helvetica; padding:6px 0; padding-left: 14px; }
.table1 thead td.name { width: 38%; }
.table1 thead td.location { width: 20%; }
.table1 thead td.rates_from { width: 15%; }
.table1 thead td.breakfast { width: 11%; }
.table1 thead td.remarks { width: 16%; }
.table1 tbody td.name a { font-weight: bold; color: #4fa0b2; }
.table1 tbody td.name a:hover { text-decoration: underline; color: #4fa0b2;}
.table1 tbody td.breakfast { text-align: center; }
.table1 tbody td.remarks { color: #fd9002; }
.table1 .col1 td {background: #f9f9f9;}
.table1 .col2 td { background: #FFFFFF; }
.table1 td {vertical-align: middle; }
.table1 a { text-decoration:none; color:blue; }
.table1 a:hover { color:red; }


