@import url("layout.css");
@import url("forms.css");
@import url("prototip.css");

ul#admin_menu {
display:block;
width:100%;
color:#000000;
text-decoration:none;
}

ul#admin_menu {
list-style-type:none;
}

ul#admin_menu li {
margin-bottom:5px;
padding:0 5px 0 30px;
font-weight:bold;
font-size:12px;
color:#000000;
overflow:hidden;
border-bottom:1px solid #A10001;
}

ul#admin_menu li:hover, ul#admin_menu li.hover {
}

#contentin {
margin:0 auto;
}

#import {
text-align:center;
}

#users, #deliveries, #products {
width:700px;
margin:0 auto;
}
#orders{
width:750px;
margin:0 auto;
}
#users table, #deliveries table, #products table, #orders table {
margin:0 auto;
}

table th {
text-align:center;
}

#users table tr th,
#users table tr td,
#deliveries table tr th,
#deliveries table tr td,
#products table tr th,
#products table tr td,
#orders table tr th,
#orders table tr td
{
padding:1px 4px;
border-collapse:collapse;
}
#categoriesTable {
	/*border: solid 1px gray;*/
	width: 70%;
	font-size: 110%;	                              
}

#categoriesTable td {
	border: solid 1px gray;
	padding: 2px;
}