/* 
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.

*/
	.rounded-corner
	{
		font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
		font-size: 12px;
		margin: 45px;
		text-align: left;
		border-collapse: collapse;
	}
	.rounded-corner th
	{
		padding: 8px;
		font-weight: normal;
		font-size: 13px;
		color: #FFF;
		background: #334F60;
	}
	.rounded-corner tbody th
	{
		padding: 8px;
		font-weight: normal;
		font-size: 13px;
		color: #039;
		background: #a8c9fe;
	}
	.rounded-corner td
	{
		padding: 8px;
		background: #E2EEF2;
		border-top: 1px solid #fff;
		color: #669;
	}
	.rounded-corner tbody tr:hover td
	{
		background: #d0dafd;
	}

	.rounded-corner thead tr th:first-child {
		-moz-border-radius: 14px 0 0 0;
		-webkit-border-radius: 14px 0 0 0;
		border-radius: 14px 0 0 0;
	}

	.rounded-corner thead tr th:last-child {
		-moz-border-radius: 0 14px 0 0;
		-webkit-border-radius: 0 14px 0 0;
		border-radius: 0 14px 0 0;
	}