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

*/

table{
border:1px solid #eee;
padding:3px;
border-collapse:collapse;
}

td{
padding:3px;	
}

th{
background:#444;
color:#fff;
padding:3px;
border-left:1px solid #fff;
border-right:1px solid #aaa;
}

tr.odd{
background:#eee;	
}

.entry .small-lists p{
	padding:3px;
	margin:4px 4px 8px 0;
	border-bottom:1px dotted #aaa;
	float:none;
}

.entry .small-lists ul{
clear:both;
width:100%;
margin-bottom:10px;
display:block;
float:right;
}

.entry .small-lists ul li{
float:left;
width:230px;
margin-right:10px;
}
