@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	font-family: verdana,helvetica,sans-serif;
	font-size: 12px;
}
#container {
	width: 832px;
	float: left;
	margin: 20px;
}
#nav {
	width: 100%;
	float: left; 
	margin-bottom: 10px;
}

td {
	padding: 4px;
}
img {
	border: none;
}
h1 {
	font-size: 18px;
	margin: 0;
}
h3 {
	font-size: 13px;
}

.message {
	color: #FF0000;
}


/* Table */

table#inventoryList {
	color: #000;
	font-size: 12px;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}
table#inventoryList td {
	padding: 10px;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
}
table#inventoryList h2 {
	font-size: 12px;
	font-weight: bold;
	background: none;
	color: #000;
	margin: 0px;
}
table#inventoryList tr.shade td {
	background-color: #eee;
}
.sort_arrow {
	font-family: Webdings;
}


/* Nav */
#nav ul {
	padding: 0;
	margin: 0;
	font-size: 12px;
}
#nav li {
	float: left;
	list-style-type: none;
	text-align: center;
}
#nav li a {
	width: 100px;
	display: block;
	padding: 2px 6px;
	margin-right: 1px;
	background: #ddd;
	color: #3366FF;
	text-decoration: none;
}
#nav li a:hover {
	background: #eee;
}

/* Artwork/Artist Edit */
#title, #media, #first_name, #last_name {
	width: 200px;
}
#width, #height {
	width: 30px;
}
#price, #item_number {
	width: 60px;
}

.invisible, .invisible a {
	color: #999999;
}

.url_box {
	max-width: 400px;
	float: left;
	overflow: auto;
	border: 1px solid #ccc;
	font-size: 9px;
	padding: 2px;
}

.thumbRow td {
	background: #eaefff;
}
.photoRow td {
	background: #fffee5;
}