.pr-hdrtab {
	background-color: #564b42;
	color: #ffffff;
	float: left;
	font-family: verdana, helvetica;
	font-size: 12px;
	font-weight: bold;
	padding-left: 5px;
	height: 20px;
}

.pr-table {
	width: 500px;
}

.pr-container {
	border-color: #000000;
	border-style: solid;
	border-width: 1px 0px 1px 0px;
	width: 500px;
}

.pr-right-nav {
	width: 120px;
	float: left;
}

.pr-id {
	margin: 3px 0px 3px 0px;
	padding: 3px;
	text-align: right;
	background-color: #c1c1c1;

	font-family: verdana, helvetica;
	font-size: 10px;
	color: #000000;
}

.pr-sale {
	margin-bottom: 3px;
	padding: 3px;
	text-align: right;
	background-color: #edebe9;
	width: 120px;
	float: left;
	font-family: verdana, helvetica;
	font-size: 10px;
	color: #000000;
}
.pr-content {
	background-color: #edebe9;
	font-family: verdana, helvetica;
	font-size: 10px;
	color: #000000;
	padding: 3px 3px;	/* top right bottom left */
	margin: 3px 0px;	/* top right bottom left */
	text-align: left;
	float: left;
	width: 500px;
}

.pr-content img {
	width: 55px;
	height: 55px;
	margin-right: 5px;
	float: left;
}


/* TEXT SETTINGS */

a.pr-link:link, a.pr-link:visited {
	text-decoration: none;
	font-weight: bold;
	color: #564b42;
}

a.pr-link:hover {
	text-decoration: none;
	font-weight: bold;
	color: #aaa097;
}

a.pr-more-link:link, a.pr-more-link:visited {
	text-decoration: none;
	color: #d8001d;
}


a.pr-more-link:hover {
	text-decoration: none;
	color: #d8001d;
}


