#content {
	float: left;
	width: 700px;
	margin: 0 0 60px 20px;
	}
	
#content h2 {
	margin: 20px;
	background: url('../img/content.png') center no-repeat;
	text-align: center;
	font: normal 1.6em/30px "Trebuchet MS";
	}
	
#content a {
	color: #354f63;
	}
	
#content a:hover {
	text-decoration: none;
	}
	
#content form {
	padding: 15px 30px;
	background-color: #eee;
	}
	
#content label {
	display: block;
	float: left;
	width: 200px;
	}
	
	#content #u_list label {
		display: inline;
		float: none;
		}
		
	#content #u_list input[type="text"] {
		width: 100px;
		}
	
#content input[type="text"], #content input[type="password"], #content select {
	width: 300px;
	margin-bottom: 5px;
	}
	
#content input[type="submit"] { 
	width: 160px; 
	height: 28px; 
	padding: 2px 0 0;
	border-width: 0; 
	background: url('../img/submit.png') no-repeat; 
	line-height: 24px; 
	font-weight: bold; 
	color: #494a3e; 
	text-shadow: #fff 0 1px 0; 
	}
	
#content input[type="submit"]:hover { 
	cursor: pointer; 
	}
	
#content textarea { 
	width: 400px;
	height: 100px;
	font: 1em 'Courier New';
	}
	
#content #u_list select {
	width: auto;
	}
	
	
/* search */
#content form#search {
	padding: 0;
	background-color: white;
	text-align: right;
	}
	
#content form#search input {
	width: 120px;
	}
	
#content form#search input[type="submit"] {
	width: 100px;
	height: auto;
	padding: 0;
	background: #eaeaea;
	}
	
#content form#search input[type="submit"]:hover {
	background-color: #888;
	color: #fff;
	text-shadow: 0 1px 0 #444;
	}
	
	
/* table */
#content table {
	width: 100%;
	margin: 20px 0;
	border-collapse: collapse;
	}
	
#content th {
	padding: 0 5px;
	background: url('../img/table_title.png') repeat-x;
	text-align: left;
	line-height: 30px;
	color: #fff;
	white-space: nowrap;
	}
	
#content th.actions {
	width: 40px;
	}
	
#content th.icons {
	width: 16px;
	}
	
#content th.small {
	width: 30px;
	}
	
#content tr {
	background-color: #e0e0e0;
	}
	
#content #text tr {
	background-color: #fff;
	}
	
#content tr:hover {
	background-color: #c0c0c0;
	}
	
#content #text tr {
	background-color: #fff;
	}
	
#content td {
	padding: 3px 5px;
	border-top: 1px solid #fff;
	text-align: left;
	}
	
#content td.small {
	font-size: 0.8em;
	}
	
#content td.text {
	padding: 15px;
	background-color: #eee;
	}
	
#content #ariane {
	font-weight: bold;
	}
	
#content #pages {
	text-align: center;
	font-size: 1.2em;
	}
	
#content #ajax {
	display: block;
	margin: 30px;
	}
	
#content p.actions {
	margin-top: 0;
	text-align: right;
	}
	
#content p.event {
	font-size: 0.8em;
	}
	
#content p.actions a {
	padding: 3px 5px;
	text-decoration: none;
	background-color: #333;
	color: #eee;
	}
	
#content p.actions a:hover {
	background-color: #354f63;
	color: #fff;
	}
	
#content p.info {
	padding: 3px;
	border: 1px dotted #a0a0a0;
	border-width: 1px 0;
	background-color: #eee;
	}
	
#content span.info {
	/* display: block; */
	font-size: 0.8em;
	font-style: italic;
	font-weight: normal;
	}
	
#content #u_list {
	margin-bottom: 5px;
	}
	
	
/* Products */
#content #products {
	margin-top: 0;
	font-size: 0.8em;
	}

#content #products a {
	text-decoration: none;
	}

#content #products a:hover {
	color: #222;
	}

#content #products .ref {
	font-size: 1.25em;
	font-weight: bold;
	}
	
#content #p_list {
	float: right;
	margin: 0 0 0 5px;
	padding: 0;
	background-color: #fff;
	text-align: right;
	}
	
#content #p_list  p {
	margin: 0;
	}
	
#content #p_list input {
	width: auto;
	height: auto;
	padding: 1px;
	border: 1px solid #555;
	line-height: 1.2em; 
	background: none;
	font-size: 0.9em;
	}
	
#content #p_list input[type="text"] {
	width: 140px;
	font-style: italic;
	color: #777;
	}
	
#content #p_list input[type="text"]:focus {
	color: #222;
	}
	
#content #keywords {
	margin: 0;
	font-weight: bold;
	font-size: 1.2em;
}
	
#content #keywords a {
	text-decoration: none;
}

#content #keywords a:hover {
	color: #222;
}

#content .cart a {
	display: block;
	width: 160px; 
	height: 28px;
	margin: auto;
	padding: 2px 0 0;
	border-width: 0; 
	background: url('../img/submit.png') no-repeat; 
	text-align: center;
	text-decoration: none;
	line-height: 24px; 
	font-weight: bold; 
	color: #494a3e; 
	text-shadow: #fff 0 1px 0; 
}


/* Pages */
#content #pages span {
	font-weight: bold;
	}
	
#content #pages a {
	font-size: 0.9em;
	text-decoration: none;
	color: #777;
	}
	
#content #pages a:hover {
	color: #222;
	}
