/* css file for index page in community ads */
.showItems {
	margin: 20px 40px 20px 40px;
}
.showItems h2 {
	margin: 0;
	font-size: 14px;
	padding: 5px;
	text-transform: uppercase;
}
.showItems h2 a {
	color: #FFA000;
}
.listItemsSell, .listItemsBuy {
	width: 300px;
	text-align: left;
	padding: 10px;
	color: #FFA000;
	font-size: 11px;
	line-height: 14px;
	background-color: #333333;
}
.listItemsSell a, .listItemsBuy a {
	color: #ebebeb;
	text-decoration: none;
}
.listItemsSell a:hover, .listItemsBuy a:hover {
	color: #FFA000;
	text-decoration: none;
}
.showItems ul {
	list-style-type:none;
	margin: 10px 0 0 0;
	padding: 0;
}
.showItems li {
	padding: 3px 3px 3px 6px;
	background-color: #444;
}
.showItems li:hover, .showItems li.AltLine:hover {
	background-color: #1c1c1c;
}
.showItems li.AltLine {
	background-color: #333;
}

.listItemsSell {
	float: left;
}
.listItemsBuy {
	float: right;
}
.viewAll {
	text-transform: lowercase;
	font-weight: normal;
	font-size: 11px;
	margin-left: 10px;
}

.postButton {
	text-align: right;
	margin-bottom: 10px;
	font-weight: bold;
	text-transform: uppercase;
}
.postButton a {
	color: #FFF;
}
.postButton a:hover {
	color: #FF8C00;
}
#topImage {
	margin-bottom: 20px;
	border-width: 1px 0 1px 0;
	border-color: #444;
	border-style:solid;
}
