/* CSS Document */

ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,dl,dt,dd,div { margin:0px; padding:0px;} 

h1,h2,h3,h4,h5,h6,pre,code { font-weight:normal; }

p { margin-bottom:15px; margin-top:1px; margin-left:0px; }

a {
	color: #003399;
	font-style: italic;
	text-decoration: underline;
}
.sidebar p {
	font-size: 14px;
}
.sidebar a {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	display: block;
}
.sidebar .category:hover {
	background-image: url(/base/Images/Layout/Pointer.png);
	background-repeat: no-repeat;
	background-position: left;
}
.sidebar .category {
	font-size: 16px;
	font-weight: bold;
	display: block;
	padding-left: 15px;
	text-transform: uppercase;
}
.sidebar .header {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	margin: 0px;
	padding: 3px;
	background-image: url(/base/Images/Layout/BG_Sidebar_Header.png);
	background-repeat: no-repeat;
	background-position: left top;
}

a:hover {
	color: #0066FF;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	background-image: url(/base/Images/Layout/BG_Body.png);
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 0px;
	width: 100%;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
	text-align: center;
}
.sidebar .content {
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-color: #FFFFFF;
	background-image: url(/base/Images/Layout/BG_Sidebar_Content.png);
}


.PageWrapper {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 850px;
	background-image: url(/base/Images/Layout/BG_PageWrapper.png);
	background-repeat: repeat-x;
	background-position: top;
}


.sidebar {
	padding: 10px;
	margin: 0px;
}

.PageWrapper .footer {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
}

.ListingWrapper {
	width: 600px;
}

.ListingWrapper .Listing {
	text-align: center;
	margin: 10px;
	padding: 3px;
	position: relative;
	width: 175px;
	height: 200px;
	background-image: url(/base/Images/Layout/BG_Listing.png);
	background-repeat: repeat-x;
	background-position: top;
}

.ListingWrapper .Listing .Thumbnail IMG{
	border: 2px solid #0066CC;
	padding: 0px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	width: 165px;
}

.ListingWrapper .Listing .Thumbnail IMG:hover{
	border-color: #0099FF;
}

.ListingWrapper .Listing a .ListingID {
	font-size: 10px;
	color: #FFFFFF;
	position: relative;
	left: 0px;
	bottom: 15px;
	margin: 2px;
	padding: 2px;
	display: inline;
	font-style: normal;
	background-image: url(/base/Images/Layout/BG_Blue.png);
	background-repeat: repeat;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.ListingWrapper .Listing .Location {
	font-size: 10px;
	text-transform: uppercase;
	top: -10px;
	position: relative;
}

.ListingWrapper .Listing .Price {
	font-size: 12px;
	top: -10px;
	position: relative;
}
.ListingWrapper .Listing .Title {
	font-size: 14px;
	top: -10px;
	position: relative;
}

.ListingWrapper .Listing .Details {
	font-size: 12px;
	font-weight: bold;
	top: -10px;
	position: relative;
}

h1 {
	color: #23408F;
}
