@import url(layout.css);
@import url(menu.css);
@import url(titles.css);

*{
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-family: arial,helvetica,sans-serif;
	font-size: 11px;
	color: #ffffff;
}

body{
	background: #17120f url(../_graphics/bg.jpg) top center no-repeat;
}

.clear{
	clear: both;
}

a{
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

td{
	border-bottom: 1px solid #464443;
	padding: 0px 6px 10px 6px;
}

input,textarea{
	float: left;
	color: #000000;
	padding: 2px;
	margin: 2px;
}

label{
	text-align: right;
	clear: left;
	float: left;
	width: 6em;
	padding: 2px;
	margin: 2px;
}

.category,.picture{
	float: left;
	width: 90px;
	text-align: center;
	margin: 0px 4px 8px 0px;
}

.end{
	margin: 0px;
}

.first{
	clear: left;
	float: left;
}