﻿.box
{
	border: solid 1px #C4C6D5;
	padding: 0.5em;
	margin-bottom: 0.5em;
}

.box h2
{
	background-image: none;
	background-color: Transparent;
	color: #aa344c;
	padding: 0;
}

.interpreterIntro
{
	float: left;
	width: 70%;
}

.interpreterIntro h3
{
	background-image: none;
	padding: 0;
}

.cart
{
	float:right;
	width: 185px;
}

.flank
{
	background-color: Transparent;
}

span.circle
{
	display:-moz-inline-block;
	display: inline-block;
	background-image: url(../images/interpreters/circle-green.png);
	background-repeat: no-repeat;
	background-position: 0 2px;
	text-align: center;
	width: 29px;
	color: #fff;
	font-weight: bold;
}

table.queryEditor td
{
	white-space: nowrap;
	vertical-align: top;
	line-height: 33px;
	padding: 0;
	padding-right: 0.5em;
}

.results h2
{
	clear: both;
	background-image: none;
	background-color: Transparent;
	color: #2853af;
}

table.resultList
{
	border-width: 0;
}

table.resultList td, th
{
	border: 0;
	border-top: solid 1px #C4C6D5;
	padding-right: 1em;
}

