*{
	padding: 0;
	margin: 0;
}

body{
	background: #ccc url('i/bg.jpg') repeat-x;
}

:focus{
	outline: 0;
}

img{
	border: 0;
}

.eraser{
	clear: both;
}

p{
	padding: 5px 0;
	clear: both;
}

td{
	vertical-align: top;
	padding: 0 10px;
}

label{
	width: 100px;
	display: block;
	float: left;
}

a{
	color: #D0434C;
	text-decoration: none;
}

a:hover{
	color: #aaa;
	text-decoration: underline;
}

.tiny{
	font-size: 10px;
	font-weight: normal;
}

.ff4, textarea {
	padding: 2px;
	background: #333;
	border: 1px solid #666;
	font: 12px/1em Tahoma, Arial, Helvetica;
	width: 300px;
	color: #ccc;
	
}

textarea{
	line-height: 1.5em;
	height: 200px;
}

.ff4{
	width: 200px;
}


select{
	width: 150px;
}



.center{
	text-align: center;
}

#wrapper{
	position: relative;
	width: 900px;
	margin: 0 auto;
}

#top{
	position: relative;
	height: 325px;
	background: url('i/top.jpg') no-repeat;
}

#menu{
	position: absolute;
	top: 200px;
	left: 20px;
}

#menu li{
	float: left;
	margin: 0 25px;
	list-style-type: none;
}

.adminmenu li{
	float: left;
	padding: 2px 5px;
	margin: 0 5px;
	list-style-type: none;
	border: 1px solid #000;
	background: #ccc;
}

.adminmenu{
	float: right;
}

.adminmenu li:hover{
	background: #D0434C;
}

.adminmenu li a{
	color: #000;
	text-decoration: none;
}

#menu a{
	color: #666;
	text-decoration: none;
	font: 16px/1em Georgia;
}

#menu a:hover{
	color: #d0434c;
}

#menu a.active{
	color: #000;
}

#header{
	padding: 250px 0 0 40px;
	color: #D0434C; 	
}

#header h1{
	font: 40px/1em Georgia;
}

#container{
	background: #333;
	padding: 0 40px;
}

.content{
	background: #222;
	border: 1px solid #000;
	font: 12px/1.5em Tahoma, Arial, Helvetica;
	color: #ccc;
	padding: 20px;
	height: 100%;
	position: relative;
}

.list{
	position: relative;
	padding: 10px;
	margin-bottom: 10px;
	border: 1px solid #666;
	background: url('i/list-bg.png') repeat-x;
}

.list .sold{
	position: absolute;
	right: 0;
	bottom: 0;
	width: 160px;
	height: 160px;
	/* background: url('i/sold.gif') no-repeat; */
	
}

.fdetails td{
	font-size: 16px;
	padding-bottom: 8px;
}

.details{
	width: 250px;
}

.fdetails{
	width: 220px;
}

.details td{
	font-size: 13px;
	padding-bottom: 2px;
}

.description{
	
}

.bold{
	font-weight: bold;
}

.price{
	text-align: center;
	font-size: 25px;
	color: #D0434C;
	padding-top: 20px;
}

#footer{
	position: relative;
	height: 220px;
	background: url('i/footer.jpg') no-repeat;
}

#bottom{
	position: absolute;
	bottom: 18px; left: 40px;
	font: 11px/1em Tahoma, Arial, Helvetica;
}

#bottom a{
	color: #666;
}

#bottom a:hover{
	color: #D0434C;
}

#bargains{
	position: relative;
	left: 40px;
	top: 10px;
	background: url('i/bargains.jpg') no-repeat 30px 0;
	height: 170px;
	width: 820px; 
}

.search{
	padding: 5px;
	background: #333;
	border: 1px solid #666;
	color: #ccc;
	vertical-align: middle;
	width: 400px;
}

.ff3, textarea{
	padding: 5px;
	background: #333;
	border: 1px solid #666;
	color: #ccc;
	width: 300px;
	vertical-align: middle;
}


#carousel{
	position: absolute;
	left: 0px;
	top: 26px;
	width: 820px;
	height: 120px;
	background: #222;
	border: 1px solid #000;
	
}

.scrolltn{
	float: left;
	padding: 5px;
	color: #ccc;
	font: 10px/1.5em Tahoma, Arial, Helvetica;
	text-align: center;
}

.all{
	float: left;
	padding: 10px 0;
}

.searchbox{
	padding: 10px 0;
	text-align: right;
}

.ok, .error{
	padding: 10px 0;
	font-weight: bold;
}

.ok{
	color: #393;
}

.error{
	color: #D0434C;
}

div.picture{
	float: left;
	padding: 7px;
	text-align: center;
}