/*
 * Form layouts
 */
textarea{
	width: 450px;
	height:150px;
	font-family:Arial;
	font-size:12px;
	padding:5px;
	display:block;
}

label{
	display:block;
	font-weight:bold;
	padding:10px 0 0 0;	
	font-size:14px;
	color:#e1caa2;
}
input{
	font-size:14px;
	padding:3px;
	width:auto;
}
input[type=file] {
    width:auto;
}
button{
	display:block;	
	margin:10px 0 0 0;
}





		
.listing{
	padding:10px 10px 20px 10px;
	border-bottom:1px solid #ccc;
}
.even{
	background-color:#e7e7e7;
}
.odd{
	background-color:#fff;
}
.premium{
        background:url(../images/premium.png) top right no-repeat #ffff99;
}
	.listing h1{
		font-size:14px;
		border-bottom:none;
		margin:0;
	}
		.listing h1 a{
			color:#B1A77E;
			text-decoration:none;
		}
	.listing .prices{
		font-size:14px;
	}
	.listing h3{
		font-size:12px;
		color:#333;
		float:left;
		overflow:hidden;
	}
        
/* Reset width */
.auto{
    width:auto;
    padding:2px;
    margin:0;
}

/* Small text */
.small{
    font-size:10px;
}

.float_right{
	float:right;
	margin:0 0 5px 5px;
}	
.float_left{
	float:left;
	margin:0 5px 5px;
}

.rating_container{
	float:left;
	display:inline;
	margin:3px 0 0 10px;	
	overflow:hidden;
}
/* Text that goes below a h3 and star rating, 
   needs it's own class as it needs to clear floats.
*/
.rating_text{
	clear:both;
}

/* Block element for the thumbnails below a main image */
.scrollable{
	width:350px;
	height:100px;
	overflow:hidden;
}

/* Submit notifiers */
.error{
	border:1px solid #FF0000;
	color:#FF0000;
	padding:20px 20px 20px 70px;
	margin:0 0 5px 0;
	background-image:url(../images/erroricon.png);
	background-position: 20px center;
	background-repeat: no-repeat;
	background-color: #FFCFCF;
	width:360px;
}

.success{
	border:1px solid #00BF08;
	color:#00BF08;
	padding:20px 20px 20px 70px;
	margin:5px;
	background-image:url(../images/successicon.png);
	background-position: 20px center;
	background-repeat: no-repeat;
	background-color: #CFFFD5;
}

#category_list
{
	list-style:none;
}



