/**
* Cruising Resources Cascading Style Sheet
* @author CodeContractors.net
*/


/* Listing Container */
.listing {
	width:439px;
	margin:1px;
	padding:3px;
	clear: left;
/* 	border: 1px solid grey; */
}

.listing a {
	color:#0168A4;
}

.listing a:hover {
	color:#10A701;
}

.sublink a, .sublink a:visited {
	color:#008000;
/* 	color: #00a574; */
/* 	color: #02b858; */
}

.sublink a:hover {
	color:#0168A4;
	color:#10A701;
}


/* Note Listing Container */
.note {
	width:379px;
	margin: 5px;
	margin-left:31px;
	margin-top: 10px;
	padding:3px;
 	border: 1px solid #999999;
	font-style: italic;
}

.noteText {
	margin: 0px;
	padding: 0px;
}

/* Title */
h2 {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#0168A4;
	clear: none;
	text-decoration: none;
	margin: 0px;
	margin-top: 5px;
	display: inline;
}

.listing h2 a {
	text-decoration: none;
	clear: none;
}

/* BoxType */
.listingBoxType {

}

/* Type */
.listingType {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
}
/* Author */
.listingAuthor {
/* 	position: absolute; */
	text-align: right;
/* 	margin-right:15px; */
/* 	left: 240px; */
/* 	width: 200px; */
	font-style: italic;
	margin-left: 150px;
}
/* Description */
.listingDescription {
	text-align: justify;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 15px;
}

/* Topic Line */
.listingTopic {
	text-align: center;
	margin: 0;
}

