﻿.Results .Body table tr td.Left {
	background: #EDEDED url(Images/Template/Search-Background.jpg) no-repeat left bottom;
	width: 217px;
	}

.Results .Body table tr td.Right {
	padding-left: 10px;
	}

.Results .Body .Listings .Header {
	background: #007CA6;
	color: #FFFFFF;
	line-height: 25px;
	padding: 0px 0px 0px 8px;
	margin-bottom: 5px;
	}

.Results .Body .Listings .Body .Title {
	text-transform: uppercase;
	font-weight: bold;
	}

.Results .Body .Listings .Body .Author,
.Results .Body .Listings .Body .Overview,
.Results .Body .Listings .Body .Tags {
	padding-top: 5px;
	}

.Results .Body .Listings .Body table tr td {
	vertical-align: top;
	}

.Results .Body .Listings .Body table tr:hover {
	background: #D9D9D9;
	}

.Results .Body .Listings .Body table tr.Clear:hover {
	background: None;
	}

.Results .Body .Listings .Body table tr td img {
	padding-right: 5px;
	}

.Results .Body .Listings .Body table tr td hr {
	margin: 0px;
	}

/* Pager */
.Results .Body .Listings .Footer .Pager a {
	text-decoration: none;
	padding: 5px 10px 5px 10px;
	}

.Results .Body .Listings .Footer .Pager a.Selected {
	background: #666666;
	color: #FFFFFF;
	}

.Results .Body .Listings .Footer .Pager a:hover {
	background: #A5012A;
	color: #FFFFFF;
	text-decoration: none;
	}

.Results .Body .Listings .Footer .Pager a.Selected:hover {
	background: #666666;
	color: #FFFFFF;
	}

/* Next and Previous Buttons */
.Results .Body .Listings .Footer .Buttons {
	float: right;
	}

.Results .Body .Listings .Footer .Buttons a {
	padding: 4px 11px 4px 11px;
	background: #666666;
	color: #FFFFFF;
	*display: inline-block; /* IE7 */
	}

.Results .Body .Listings .Footer .Buttons a:hover {
	text-decoration: none;
	background: #A5012A;
	}

.Results .Body .Listings .Footer .Buttons a.Previous {
	border-left: 4px solid #353535;
	}

.Results .Body .Listings .Footer .Buttons a.Previous:hover {
	border-left: 4px solid #000000;
	}
	
.Results .Body .Listings .Footer .Buttons a.Next {
	border-right: 4px solid #353535;
	}

.Results .Body .Listings .Footer .Buttons a.Next:hover {
	border-right: 4px solid #000000;
	}
