/* Styles for the gallery */
/* The categorynav style mirrors the style of the same name in admin_photos.css */
.campcontainer {
	padding: 0;
	margin-top: 20;
	margin-right: 0;
	margin-bottom: 30px;
	margin-left: 30px;
	width: 98%;
	display: block;
}
.camptitle {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 5px;
	color: #333333;
	background-image: url(../images/icons/list_arrow_camping.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 33px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #D8CDD8;
	padding-top: 3px;
}
.camplocation {
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 8px;
	margin-left: 0;
	display: block;
}
.campphone {
	background-color: #E3DBE3;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 19px;
	margin-top: 5px;
	display: block;
	width: 210px;
	font-weight: bold;
}
.campinfo {
	margin-top: 0px;
	margin-right: -5px;
	margin-bottom: 10px;
	margin-left: 20px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 8px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	float: right;
	width: 290px;
}
