.editMenu {
	width: 230px;
	float: left;
}
.editMiddle {
	width: 800px;
	float: left;
	padding: 0px;
	margin: 0 0 0 6px;
	overflow: hidden;
}
.items{
	width:100%;
	overflow: hidden;
}
.itemRow{
	width:100%;
	overflow: hidden;
}
.itemHead{
	background: #000;
	color: #fff;
}

/*.itemRow:nth-child(even){background: #CCC}
.itemRow:nth-child(odd) {background: #FFF}*/

.imgpickimg {
	float:left;
	height:100px;
	width:150px;
}

.editField{
	width:100%;
	padding: 2px;
	position: relative;
	clear: both;
	border-top: 1px dashed grey;
}
.editTitle{
	background-color: #dadada;
	float:left;
	width: 20%;
}
.editName{
	text-transform: capitalize;
	font-size: 12pt;
	font-weight: bolder;
}
.editInfo{
	font-size: 7pt;
}
.editEditors{
	float:left;
	width: 75%;
	
}
.editItem input,.editItem textarea{
	border: #aaa solid 2px;
	font-size: 12px;
}
    
.editItem input[type="text"] {
	width: 99%;
}

.editItem input[type="submit"] {
	/*width of text boxes. IE6 does not understand this attribute*/
	width: 20%;
	background-color: black;
	color: white;
	font-size: 16px;
	font-weight: bolder;
}
.pickGroup{
	width:30%;
	float:left;	
}
.imgpick img {
	width: 120px;
	margin: auto;
}

.imgpick{
	float: left;
	width: 120px;
	height: 80px;
	border: 0px;
	margin: auto;
	padding: 2px;
	overflow: hidden;
}


