#pageBar {
	font-size: 11px;
	height: 24px;
	width: 750px;
	background-image: url(/images/page-bar.gif);
	background-repeat: no-repeat;
	background-position: top;
	float: left;
	line-height: 24px;
	margin-bottom: 4px;
}

#pageBar .listCount {
	float: left;
	margin-left: 15px;
	color: #333;
}

#pageBar .pageCount {
	float: right;
	margin-right: 15px;
	color: #333;
}

#pageBar .pageCount a {
	color: #333;
	font-weight: bold;
}

#pageBar .pageCount a:hover {
	color: #cc3300;
}

#regListItem {margin: 5px 20px 10px 40px; border-bottom: 1px dotted #ccc;}
#regListItem .title {}
#regListItem .title a {color: #cc3300;}
#regListItem .state {color: #444;}
#regListItem .desc {margin: 5px 0px 10px 0px; font-size: 11px;}
#regListItem .desc a {color: #036;}







#listsort {
	height: 24px;
	width: 750px;
	float: left;
	line-height: 24px;
	margin-bottom: 4px;
	border: 0px solid red;
}

#listsort .listCount {
	float: left;
	margin-left: 15px;
	color: #5b5b5b;
}

#listsort .listSort {
	float: right;
	margin-right: 15px;
	color: #5b5b5b;
}

#listsort input[type="text"] {
	font-size: 12px;
	height: 18px;
	color: #898989;
	width: 300px;
	border: 1px solid #7aabc8;
	padding: 3px 0px 0px 5px;
}

#listsort select {
	font-size: 11px;
	height: 18px;
	color: #898989;
	border: 1px solid #7aabc8;s
}

#list-item {
	height: 224px;
	width: 750px;
	background-image: url(/images/list-display.png);
	background-repeat: no-repeat;
	background-position: top;
	float: right;
	margin-bottom: 10px;
}

#list-item .title {
	width: 600px;
	color: #cc3300;
	text-transform: uppercase;
	font-size: 14px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	margin: 15px 0px 2px 15px;
	font-weight: normal;
	float: left;
}
#list-item .location {
	width: 600px;
	color: #333333;
	font-size: 11px;
	margin: 0px 0px 3px 15px;
}

#list-item .notepad {
	width: 102px;
	height: 16px;
	float: right;
	margin: 2px 12px 0px 0px;
	border:0px solid red;
}
#list-item .image{width: 200px; height: 150px; float: left;margin: 0px 10px 0px 15px;text-align: center;vertical-align:middle; background-color:#FFFFFF; border: 1px solid #d4d4d4;}
#list-item img {border: 1px solid #d4d4d4; margin: 5px 5px 5px 5px; max-width: 190px; max-height: 140px;}


#list-item .desc {
	font-size: 12px;
	width: 295px;
	height: 155px;
	float: left;
	line-height: 18px;
}

#list-item .vertdots {
	width: 0px;
	height: 155px;
	float: left;
	border-right: 1px dotted #333;
	margin: 0px 10px 0px 10px;
}

#list-item .details {
	width: 200px;
	height: 155px;
	float: left;
	line-height: 18px;
}
#list-item .details img{width: 83px;}


#list-item .list-item-label {
	font-weight: bold;
}