/*Category List*/
#CategoryList {
	padding-top:10px;
	padding-bottom:10px;
	padding-left:10px;
	border-bottom:1px solid #CCC;
	border-top:1px solid #CCC;
	margin-top:10px;
	margin-bottom:10px;
}
#CategoryList a {
	color:#00F;
}

/*Products*/
.Product-Category {
	padding:5px;
	border-bottom:1px solid #E7E7E7;
}
img.ProductThumbnail  {/*Thumbnails*/
	border:1px solid #000;
	margin-right:4px;
}
.ShortDescription {
	color:#999;
	display:inline;
}
	.ShortDescription a {
		color:#666;
	}
.ShortDescriptionP {/*Paid*/
	color:#666;
	display:block;
}
/*Category product listing*/
#Pagination {
	background-color:#E7E7E7;
	text-align:center;
}

h4 {
	font-size:14px;
	font-weight:bold;
	display:inline;
	color:#069;
}

/*Customers Section*/
#CustomerLogin form {
text-align:center;
}

.ProductTitleLinks, .ProductTitleLinksP {
	font-weight: bold;
	color:#666;
	text-decoration: none;
}
.ProductTitleLinksP {/*Paid*/
	color:#C00;
	display:block;
	font-size:12px;
}

#FrenchFishingLakeContactDetails {
	margin-bottom: 10px;
}
#PhotoGallery, .gallery {
	border:1px solid #666;
	padding:5px;
	margin: 10px 5px 10px 5px;
	background-color:#D7E6EE;
	clear:both;
}
.gallery {
	padding:0;
	text-align:center;
}
#PhotoGallery img, .gallery img {
	border:1px solid #000;
}
.gallery img {
	height:75px;
	margin:5px;
}
.gallery h3 {
	background:#FFF;
	border-bottom:1px solid #999;
	display:block;
	margin:0 0 5px;
	padding:5px;
}
#Top5 {
	border:1px solid #666;
	padding:5px;
}

#FrenchMapLocation {
	width:146px;
	height:148px;
	background: url(../images/frenchmap_blue.gif);
	margin:10px auto 0;
}
#SearchFrenchFishingLake {
	border:1px solid #666;
	padding:5px;
	margin: 10px 5px 20px 5px;
	background-color:#D7E6EE;
}
#SearchFrenchFishingLake td {
	vertical-align:top;
}
#RegionDescription p {
	margin-top:0;
}

.makeContact {
	text-align:center;
	margin: 3em auto;
}
.makeContact a {/*contact lake*/
	border: 2px outset #FFF;
	background:#C00;
	padding: .5em 1em;
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	display:block;
	color:#FFF;
}
.makeContact a:hover {
	border:2px solid #000;
	color:#FFF;
}
