/* fix the floats on form elements */
.awpcp-form-spacer input, .awpcp-form-spacer select, .awpcp-form-spacer textarea{
float: none;
}


#classiwrapper input{
float: none !important;
}

#classiwrapper h4{
font-weight: bold !important;
}

.displayaditemsodd {
background: none;
}

.displayaditemseven, .displayaditemsodd {
border-bottom: 1px dotted #000;
}

/* info message shown when an Ad is posted */
p.ad_status_msg {
    background: none repeat scroll 0 0 #fdfde5;
    padding: 10px;
}


.awpcp-title{
background: none !important;
border: 0 !important;
padding: 0 0 5px 0 !important;
border-bottom: 2px solid #000 !important; 
}


p.maincategoryclass {
background: #fff;
border-top: 1px solid #000;
border-bottom: 2px solid #000;
}

.button {
	margin:1px 1px 15px 1px;
	line-height:1;
	font-size:11px;
	font-weight:bold;
	padding:7px 10px;
	background: #f5f5f5;
	border:1px solid #ccc;
	background: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e5e5e5));
	background: -webkit-linear-gradient(#f5f5f5, #e5e5e5);
	background: -moz-linear-gradient(center top, #f5f5f5 0%, #e5e5e5 100%);
	background: -moz-gradient(center top, #f5f5f5 0%, #e5e5e5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#f5f5f5,endColorstr=#e5e5e5);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#f5f5f5, endColorstr=#e5e5e5)";
	
	-moz-border-radius: 3px;-khtml-border-radius: 3px;-webkit-border-radius: 3px;border-radius: 3px;
	
	-moz-box-shadow:  0 1px 2px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow:  0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow:  0 1px 2px rgba(0, 0, 0, 0.1);
	}


.awpcp-navigation ul li {
padding: 0px !important;
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#eee), to(#fff)) !important;
background: -moz-linear-gradient(#eee, #fff) !important;
background: linear-gradient(#eee, #fff) !important;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px; /* future proofing */
border: 1px solid #ccc;
margin: 0 10px 0 0;
}

.awpcp-navigation ul li a{
padding: 10px 20px !important;
padding-left: 40px !important;
display: block !important;
}

.awpcp-navigation ul .search-listings {
background: url("/wp-content/themes/newsroll/images/icons/06-magnify.png") no-repeat 5px center !important;
}
.awpcp-navigation ul .edit-listing {
background: url("/wp-content/themes/newsroll/images/icons/187-pencil.png") no-repeat 5px center !important;
}
.awpcp-navigation ul .post-listing {
  background: url("/wp-content/themes/newsroll/images/icons/10-medical.png") no-repeat 5px center !important;
}
.awpcp-navigation ul .browse-listings {
background: url("/wp-content/themes/newsroll/images/icons/12-eye.png") no-repeat 5px center !important;
}
.awpcp-navigation ul .buy-subscription {
  background-image: url("../images/buy_subscription_ico.png");
}

.awpcp-navigation ul li a:hover{
background-color: #eee !important;
}