.customer_info label{
	float:left;
	width:130px;
	clear:left;
	padding:2px;
}
form div {
	margin-bottom:4px;
}
.customer_info .items label{
	width:inherit;
}
.items .item{overflow:hidden;}
.items .item div{float:left;clear:none;padding:5px;}
.items .item div.thumbnail{
	padding:0px 15px 0px 0px;text-align:center;
}
span.button{
	cursor:pointer;
	padding:3px;
	display:block;
	border-radius:5px;
	background:#e6e6e6;
	border:1px solid #CCC;
	width:inherit;
	float:left;
}
span.button:hover{
	background:#CCC;
}
.number input{
	width:100px;
}
.row0{
	background:#FFF;
}
.row1{
	background:#f2f2f2;
}
#qResults{
	float:left;
	width:640px;
	height:250px;
	overflow:auto;
}
.qsearchResult{
	overflow:hidden;
	
}
li{
	margin:0px;
	padding:2px;
}
ul{
	padding:0px;
}
.newOrder{
	overflow:hidden;
}
.from_zcode,.searchForm{
	float:left;
}
.ordersNavigation{
	margin-top:20px;
	padding:10px;
	overflow:hidden;
	border:2px solid #CCC;
}
.prev{
	float:left;
}
.next{
	float:right;
}
.counter{
	text-align:center;
}
.order div div{
	float:left;padding:4px;
	width:14%;
	font-size:80%;
}
.order div div div{
	width:10%;
	font-size:100%;
	text-align:center;
}
.order div{
	overflow:hidden;
}
.order .payment,.order .amount,.order .created{
	text-align:center;
}
.order .header{
	background:#e6e6e6;
	text-align:center;
	font-weight:bold;
	border-bottom:1px solid #CCC;
}
.order:nth-child(even){
	background:#f2f2f2;
}
.order div div.expand{width:auto;}
.order div div.id{width:75px;}
.order div div.customer{white-space:nowrap}
.order .order_items, .item.line{
	width:100%;
}
.order .order_items{
	background:#FFFACF;
}
a.button{
	font-weight: normal;
	padding: 4px 8px;
	color: #333;
	border: 1px solid #BBB;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-decoration: none;
	text-shadow: white 0px 1px 0px;
	min-width: 0;
	background: #62AF56;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#76BF6B), to(#3B8230));
	background-image: -webkit-linear-gradient(top, #76BF6B, #3B8230);
	background-image: -moz-linear-gradient(top, #76BF6B, #3B8230);
	border-color: #2D6324;
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-user-select: none;
	user-select: none;
	color: white;
	text-shadow: rgba(0, 0, 0, 0.5) 0px -1px 0px;
	padding: 8px 10px;
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
	font-size:110%;
}
a.button:hover{
	background: #3B8230;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#3B8230), to(#76BF6B));
	background-image: -webkit-linear-gradient(top, #3B8230, #76BF6B);
	background-image: -moz-linear-gradient(top, #3B8230, #76BF6B);
}
/*Notes*/
.NoteWidgetIcon{
	font-size:14px;
	padding:10px;
	cursor:pointer;
}
.NoteWidget,.order .NoteWidget{
	position:absolute;
	z-index:100;
	box-shadow:1px 1px 5px #000;
	padding:5px;
	background:#FFF;
	font-size:14px;
	width:275px;
}
.NoteWidget div,.order .NoteWidget div{
	width:auto;
}
.NoteWidget h2{
	font-size:125%;
	margin:0px;
	padding:0px 0px 10px;
	margin-bottom:10px;
	border-bottom:1px solid #CCC;
	text-align:center;
}
.NoteWidget .note{
	border:1px solid #CCC;
	border-radius:5px;
	margin:5px 0px;
}
.NoteWidget .Delete{
	float:right;
	cursor:pointer;
}
.NoteWidget .heading{
	overflow:hidden;
	font-size:75%;
	background-color:#e6e6e6;
	padding:2px;
}
.NoteWidget .heading div{
	float:left;
}
.NoteWidget .heading div.Date{
	width:215px;	
}
.NoteWidget .note .content{
	padding:10px;
}
.NoteWidget .close{
	position:absolute;
	bottom:20px;
	right:15px;
}
.curAgent{
	float:right;
}
#header{
	overflow:hidden;
}
.actions ul li a, .actions a {
	white-space:nowrap;
}
dd{
	min-width:1px;
	min-height:2em;
}