h1, h2, h3 {
	font-weight: normal;
	text-transform: uppercase;
}

#content h2 {
	color: #000;
	font-size: 30px;
	font-style: italic;
	text-decoration: underline;
}

.buysell-main h3 {
	font-style: italic;
	text-decoration: underline;
}

#content p {
	color: #000;
	font-size: 14px;
	margin-bottom: 20px;
}

.buysell-view_ad table {
	border-collapse: collapse;
	color: #000;
	font-size: 14px;
	margin-bottom: 10px;
	width: 100%;
}

.buysell-view_ad table td { 
	background: #ddd;
	border: 1px solid #fff;
	padding: 5px;
}

#actions {
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
	margin: 10px 0 10px 0;
	overflow: auto;
	padding: 10px 0 10px 0;
	text-align: center;
}

#actions h3 {
	font-size: 30px;
}

#actions a {
	color: #444;
}

#login, #join {
	height: 115px;
	padding-top: 15px;
}

#login {
	background: #333;
	float: left;
	width: 350px;
}

#login h3 {
	color: #fff;
}

#join {
	background: #ccc;
	margin-left: 360px;
}

#join a {
	color: #000;
}

#ads h3 {
	color: #000;
	font-size: 28px;
	margin-bottom: 10px;
}

.page-manage #ads h3 {
	color: #333 !important;
}

.ad_image {
	width: 55px;
}
.ad_date {
	width: 90px;
}
.ad_short {
	width: 325px;
}
.ad_size {
	width: 60px;
}
.ad_price {
	width: 100px;
}

#categories {
	border-bottom: 1px solid #eee;
	margin: 20px 0 20px 0;
	overflow: auto;
	padding-bottom: 20px;
}

#categories .category {
	float: left;
	text-align: center;
	width: 145px;
}
.category img {
	border: none;
	border-bottom: 2px solid #ccc;
	padding-bottom: 10px;
}
.category p {
	color: #000;
	font-size: 16px !important;
}

#ads_header {
	font-size: 14px;
	font-weight: bold;
	overflow: auto;
	text-transform: uppercase;
}

#ads_header div {
	float: left;
}

.ad {
	color: #222;
	font-size: 14px;
	overflow: auto;
	padding: 2px;
}

.ad div {
	float: left;
}

.ad_image img {
	border: none;
}

.message {
	border: 1px solid #ccc;
	margin: 10px 0 10px 0;
	padding: 10px;
}
.message.status-error {
	background: #cc0000 !important;
	color: #fff;
}
.message.status-ok {
	background: #ffff99;
	color: #000;
}

#create, #edit_ad {
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	margin: 10px 0 10px 0;
	padding: 10px 0 10px 0;
}

.greytext {
	color: #999 !important;
}

.seller {
	background: #000;
	color: #fff;
	float: right;
	font-size: 14px;
	margin: 10px 0 0 0;
	padding: 2px 5px 2px 5px;
}

#commentform textarea {
	height: 100px;
	width: 100%;
}

#commentform h3 {
	text-transform: none;
}

a#backToAds {
	background: #000;
	color: #fff;
	display: block;
	float: left;
	font-size: 14px;
	margin: 10px 0;
	padding: 2px 5px 2px 5px;
	text-decoration: none;
}

.clear {
	clear: both;
}
