/* 
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.

*/

html, body {
	font-size: 15px;
}

.post-content img {
	padding: 0px;
	background-color: #ffffff;
}

p {
	font-size: 16px;
}

.post-content h1 {
	font-size: 28px;
	line-height: 30px;
}

.post-content h1 a {
	color: #990000;
}

.post-content h1 a:hover {
	text-decoration: underline;
}

.post-content h2 {
	font-size: 20px;
	line-height: 26px;
}

.redbox {
	border: 3px solid #990000;
	background-color: #ebf0fa;
	padding: 10px;
	margin: 10px 0 20px 0;
}

div#topright {
	float:right;
	margin: 10px 0 10px 10px;
}

div#ratingbox {
	width: 225px;
	height: 100px;
	background-color: #eeeeee;
	padding: 10px;
	border: 3px solid #CCCCCC;
}

div#ratingbox table {
	border-collapse:collapse;
	margin:0;
	padding:0;
	width:100%;
}

div#ratingbox td {
	padding:5px;
}

div#ratingbox td.top {
	font-weight: bold;
	border-bottom: 2px solid #CCCCCC;
}

div#ratingbox tfoot {font-size:70%; text-align:right; background:#D8DFF7;}

.rating  { 
  width: 75px; 
  background: url(/wp-content/uploads/star-gray.gif) 0 0 repeat-x; 
  text-indent: -9999px;
}

.rating div { 
  height: 15px;
  background: url(/wp-content/uploads/star-yellow.gif) 0 0 repeat-x;
} 
.rating div[title="1"] {width: 20%;} 
.rating div[title="2"] {width: 40%;} 
.rating div[title="3"] {width: 60%;} 
.rating div[title="4"] {width: 80%;} 
.rating div[title="5"] {width: 100%;}

div#summary {
	background: #FFFFFF url(/wp-content/uploads/bg-notepad.gif) no-repeat right top;
	padding-top:10px;
	margin-bottom:20px;
}

div#summary .padbox{
	border-width: 0 1px 2px 1px;
	border-style: solid;
	border-color: #E2E9EA;
	padding: 30px 10px 10px 10px;
}

div#summary li.pros{
	list-style-image: url(/wp-content/uploads/tick-gr.gif);
}

div#summary li.cons{
	list-style-image: url(/wp-content/uploads/cross.gif);
}

table#charts {width:100%; border-collapse:collapse; text-align:left; background:#E8EDFF; border:1px solid #000; margin-bottom:20px;}
table#charts th {padding:8px; background:#334F60; color:#ffffff;}
table#charts td {border-top:1px solid #334F60; padding:8px;}
table#charts tfoot {font-size:90%; text-align:right; background:#334F60; color:#ffffff;}
