/* 
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.

*/

#header img.logo { width:420px; height: 125px }

#content ul li {margin-top: 10px}

#main ul { padding-left: 0px; }
#main ul li { list-style: disc; padding: 3px 0; }
#main ol { padding-left: 0px; }
#main ol li { list-style: decimal; padding: 3px 0; }

#where-to-buy { padding: 5px; border:solid 5px yellow }

table.comparison { text-align: center; width: 100%; border-collapse:collapse; }
table.comparison th td { padding: 10px }

table.comparison {
	border-width: 1px;
	border-spacing: 2px;
	border-style: solid;
	border-color: rgb(208, 208, 208);
	border-collapse: collapse;
	background-color: white;
}
table.comparison th {
	border-width: 1px;
	padding: 3px;
	border-style: solid;
	border-color: rgb(208, 208, 208);
	background-color: #005500;
        color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.comparison td {
	border-width: 1px;
	padding: 3px;
	border-style: solid;
	border-color: rgb(208, 208, 208);
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}


