#compare td, th {
	padding: 5px 5px;
	margin:5px;
	border-left:1px solid #ccc;
}

#compare th
{
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid #ccc;
}

#main p.screenshots img
{
	padding: 5px;
	border: 1px solid #ccc;
	margin: 2px;
}

#main p.screenshots a
{
	border:0;
}

#compare tr
{
	height: 30px;
}

#compare td.true
{
	background-image: url(/images/tick_orange_s.gif);
	background-repeat: no-repeat;
	background-position: center;
}

#compare td.trueg
{
	background-image: url(/images/tick_grey_s.gif);
	background-repeat: no-repeat;
	background-position: center;
}

#compare td.false
{
	background-image: url(/images/minus.gif);
	background-repeat: no-repeat;
	background-position: center;
}

p.question
{
	margin:4px;
}

div.answer
{
	font-size: 1em;
	line-height: 1.4em;
	padding: 3px;
	padding-left: 18px;
	background: #f8f8f8;
	
	border: 1px solid #ddd;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
}

#ShimoIcon {
	background: url(/shimo/images/Shimo.png) no-repeat;
	width: 200px;
	height: 200px;
	position: absolute;
	z-index: 5;
	top: 42px;
	left: 718px;
}


