/** Games Comparison Results Page Formatting **/
div#gameInformationSection
{
	width: 190px;
	height: 100%;
	float: right;
	padding-right: 5px;
}

div#gameInformationSection p.gameName
{
	font-weight: bold;
}

div#gameInformationSection p.gameImage
{
	width: 100px;
	height: 142px;	
}

div#gameInformationSection p.gameDescrption
{
}


div#comparisonResultsSection
{
	width: 570px;
	/*padding: 0 5px 5px 0;*/
	float: left;

	padding-left: 5px;
}


table.results
{
	border-collapse: collapse;
	border: 1px solid black;
	width: 100%;
}

table.results tr.odd
{
	background-color: white;
}

table.results tr.even
{
	background-color: #dcdcff;
}

/*
table.results tr.even:hover,
table.results tr.odd:hover,
table.results tr.hover
{
	background-color: gray;
	cursor: pointer;
}
*/

table.results th
{
	background-color: #1282FF;/* #2493CB; */
	color: white;
	/*border: 1px solid black;*/
}

table.results td
{
	/*border: 1px solid black;*/
	padding-left: 5px;
	padding-right: 5px;
}

table.results img.supplier
{
	width: 100px;
	height: 35px;
}


/** Compare Prices Links Section **/
div#comparePricesLinksSection
{
	padding: 20px 5px 5px 5px;
	clear: both;
	width: 770px;
	position: relative;
}

div#comparePricesLinksSection table
{
	width: 100%;
	border-collapse: collapse;
}

div#comparePricesLinksSection table tbody
{
	font-size: 67%;
}

div#comparePricesLinksSection table tbody td
{
	padding-left: 5px;
	padding-right: 5px;
	vertical-align: top;
}

div#comparePricesLinksSection table col#linksColumn1
{
	width: 33%;
	border-right: 1px solid #2493CB;
}

div#comparePricesLinksSection table col#linksColumn2
{
	width: 33%;
	border-right: 1px solid #2493CB;
}

div#comparePricesLinksSection table col#linksColumn3
{
	width: 33%;
}
