p.breadcrumbs {
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	margin-bottom: 20px;
}

/* ***** CATEGORY LIST ***** */

div.rvcat {
	float: left;
	margin: 10px;
	width: 185px;
	color: #000000;
}

div.rvcat h4 {
	margin: 10px 0 0 0;
	padding: 0;
	font-size: 12px;
	text-align: center;
}

div.rvcat p {
	margin: 0;
	line-height: 12px;
	font-size: 11px;
	text-align: center;
}


/* ***** INVENTORY LIST ***** */

div.rvlisting {
	margin-bottom: 30px;
	color: #000000;
}

div.rvlisting h4 {
	clear: both;
	margin: 10px 0;
	padding-bottom: 4px;
	font-size: 12px;
	text-align: left;
	border-bottom: 1px dotted #333399;
}

div.rvlisting h4 a {
	text-decoration: none;
}

table.rvinfo {
	font-size: 11px;
	color: #000000;
}

table.rvinfo th {
	width: 100px;
	text-align: left;
}

table.rvinfo td {
	width: 150px;
}

p.comment {
	clear: both;
	font-size: 11px;
	text-align: justify;
}

img.rvlistingimg {
	float: right;
	margin: 0 0 10px 20px;
	border: 1px solid #000000;
}


/* ***** RV LISTING ***** */

#rvpage {
	color: #000000;
	padding-bottom: 30px;
}

#rvpage h1 {
	padding-bottom: 4px;
	font-size: 18px;
	border-bottom: 1px dotted #333399;
}

#rvthumbs {
	float: right;
	width: 200px;
}

img.rvthumb {
	cursor: pointer;
	float: left;
	margin: 5px;
	border: 1px solid #000000;
}