/* @override http://yvw.dvdesign.com.au/order/interface/yvw-styles.css */

html, body {
	margin: 0;
	padding: 0;
	font: 11px/13px Arial, Helvetica, sans-serif;
	height: 100%;
}
p {
	margin-top: 0;
	margin-bottom: 5px;
}
form {
	padding: 0;
	margin: 0;
}
a, a:visited {
	color: #1b419a;
	text-decoration: none;
}
a:hover, a:active {
	color: #1b419a;
	text-decoration: underline;
}
input, select, textarea {
	font: 11px/13px Arial, Helvetica, sans-serif;
}

.tiny {
	width: 20px;
}
.small {
	width: 40px;
}
.medium {
	width: 100px;
}
.large {
	width: 250px;
}
.error {
	color: #c70000;
	font-weight: bold;
	margin-bottom: 20px;
}

/* Order pages (public) */
.page {
	width: 90%;
	background-color: #fff;
	margin: 0 auto;
	height: 100%;
}
.page-header {
	height: 60px;
}
.page-logo {
	float: left;
}
.page-links {
	float: right;
	margin-top: 10px;
	margin-right: 20px;
}
.page-body {
	clear: both;
	margin: 20px;
}
.page-div {
	height: 5px;
	margin-bottom: 15px;
	background: url(images/divider.gif) no-repeat;
}
.order {
	margin-bottom: 20px;
}
.order input, .contact-login input, .account-detail input {
	font-size: 10px;
}
.order-items, .account-detail {
	margin-bottom: 20px;
}
.item-items table {
	margin-top: 10px;
}
thead .item-items table {
	margin-top: 0px;
}
.item-items td, .contact-login td, .account-detail td {
	padding-bottom: 2px;
	padding-top: 2px;
}
.order-heading {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;
	color: #1b419a;
}
td.item-div {
	height: 10px;
	border-bottom: 1px solid #eee;
}
.item-thumb {
	width: 220px;
}
.item-size {
	font-weight: bold;
}
thead .item-size {
	font-weight: normal;
}
.item-desc, .item-mm {
	font-weight: normal;
	font-style: normal;
	margin-top: 4px;
}
.item-qty, .item-image, .item-sku, .item-qty-minus {
	width: 80px;
}
.item-label {
	width: 200px;
}
.order-text {
	margin-bottom: 10px;
}
.order-label {
	width: 200px;
}
thead td {
	color: #666;
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
}
thead .item-items td {
	color: #666;
	border-bottom: none;
	border-top: none;
}
.contact-login, .order-contact-form {
	margin-bottom: 20px;
}
.contact-login .order-buttons, .order-contact-form .order-buttons {
	text-align: left;
	margin-bottom: 0;
	margin-top: 10px;
}
.contact-login .order-buttons input, .order-contact-form .order-buttons input {
	margin-left: 0;
}
.order-contact-form td {
	padding-top: 2px;
	padding-bottom: 2px;
}
.order-nb {
	color: #666;
	font-style: italic;
}
.order-list td {
	padding-bottom: 2px;
	padding-top: 2px;
}
.order-list thead td {
	color: #444;
	border-bottom: 1px dotted #ccc;
}
.order-list .item-label {
	font-weight: bold;
	color: #666;
}
.order-list .item-size {
	font-weight: normal;
	font-style: normal;
	width: 200px;
}
.history-date {
	font-weight: bold;
	width: 80px;
}
.history-items .item-size {
	font-weight: normal;
	width: 120px;
}
.history-items .item-title {
	width: 200px;
}
.history-items .item-qty {
	width: 100px;
}
.history-div {
	height: 15px;
}
.forgot-box {
	width: 370px;
	padding: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px solid #ccc;
	background-color: #f0f0f0;
	color: #333;
}
.forgot-box input {
	border: 1px solid #999;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-top: 4px;
}
.forgot-box .button {
	border: 1px solid #888;
	font-size: 10px;
	background-color: #ccc;
	color: #333;
	cursor: pointer;
	margin-left: 10px;
}
.order-div {
	height: 10px;
	margin-bottom: 10px;
}
.order-confirm {
	margin-bottom: 20px;
}

/* Admin pages (restricted) */
body.admin {
}
.admin-page {
	background-color: #fff;
	margin: 0 auto;
	height: 100%;
	min-height: 100%;
	width: 100%;
}
.admin-links {
	height: 22px;
	background-color: #f0f0f0;
}
.admin-body {
	clear: both;
	margin: 20px;
}
.admin-footer {
	border-top: 1px dashed #ccc;
	color: #444;
	padding: 5px 20px;
}
ul.admin-menu {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
}
ul.admin-menu li {
	display: inline;
}
ul.admin-menu li a, ul.admin-menu li a:visited {
	float: left;
	text-decoration: none;
	color: #444444;
	display: block;
	padding-left: 20px;
	padding-top: 4px;
	height: 18px;
	padding-right: 20px;
}
ul.admin-menu li a:hover, ul.admin-menu li a:active {
	text-decoration: none;
	background-color: #ccc;
	color: #000;
}
.logout {
	float: right;
	width: 160px;
	text-align: center;
}
.logout a, .logout a:visited {
	text-decoration: none;
	color: #444444;
	display: block;
	padding-left: 0px;
	padding-top: 4px;
	height: 18px;
	padding-right: 0px;
}
.logout a:hover, .logout a:active {
	text-decoration: none;
	background-color: #ccc;
	color: #000;
}
#btnSendPreview, #btnShipPreview, #btnConfirmShip, #btnConfirmOrder {
	background-color: #99D022;
	border: 1px solid #99D022;
	margin-left: 100px;
	color: #000;
}

/* Admin lists */
.admin-list, .order-list {
	margin-bottom: 20px;
}
.admin-list-heading, .admin-body .order-heading {
	font-size: 14px;
	font-weight: bold;
	color: #666;
	margin-bottom: 10px;
}
.admin-list td {
	padding-bottom: 2px;
	padding-top: 2px;
}
.admin-list thead td {
	color: #444;
	border-bottom: 1px dotted #ccc;
}
.admin-list thead td a, .admin-list thead td a:visited {
	color: #444;
}
.admin-list thead td a:hover {
	color: #333;
	text-decoration: underline;
}
.admin-list thead td a:active {
	color: #444;
}
.admin-list-heading a, .admin-list-heading a:visited {
	font-weight: normal;
	font-style: normal;
	font-size: 11px;
	margin-left: 30px;
	color: #666;
}
.admin-list-heading a:hover, .admin-list-heading a:active {
	color: #333;
}
.order-org {
	width: 400px;
}
.order-status, .order-date, .account-date, .account-count {
	width: 100px;
}
.order-view, .account-view {
	width: 50px;
	text-align: center;
}
.order-view a, .account-view a {
	color: #1b419a;
	text-decoration: none;
}
.admin-list-options {
	margin-bottom: 20px;
}
.order-buttons {
	text-align: center;
	margin-bottom: 20px;
}
.order-buttons input {
	margin-right: 10px;
	margin-left: 10px;
	font-size: 12px;
	border: 1px solid #ccc;
	padding: 3px 10px;
	background-color: #f0f0f0;
	color: #333;
	cursor: pointer;
}
.admin-body .order-buttons input {
	font-size: 11px;
}
.admin-body .item-size {
	font-weight: normal;
	width: 200px;
}
.item-row-alt {
	background-color: #f0f0f0;
}
.admin-body .item-label {
	font-weight: bold;
	color: #666;
}
.stock-list td {
	padding-top: 4px;
	padding-bottom: 4px;
	border-bottom: 1px solid #f0f0f0;
}
.stock-list .item-row-alt {
	background-color: #fff;
}
.minus .item-qty, .item-qty-minus {
	color: #c70000;
}
.pick-detail, .pick-address, .pick-list, .order-info {
	margin-bottom: 20px;
}
.pick-detail td, .pick-address td, .pick-list td {
	padding-top: 3px;
	padding-bottom: 3px;
}
.pick-detail .order-label {
	color: #666;
	font-weight: bold;
}
.pick-row-alt td {
	background-color: #f0f0f0;
}
.pick-list .item-qty {
	width: 120px;
}
.pick-list thead td {
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
}


/* Admin login */
#login-box {
	width: 300px;
	margin: 0 auto auto;
	padding-top: 200px;
}
.login-logo {
	margin-bottom: 1px;
}
.login-heading {
	font-weight: bold;
	background-color: #ddd;
	padding: 5px 10px;
	margin-bottom: 1px;
	font-size: 12px;
}
.login-row, .login-buttons {
	background-color: #F0F0F0;
	padding: 5px 10px;
}
.login-row input {
	border: 1px solid #333;
	font-size: 11px;
}
.login-buttons input {
	border: 1px solid #888;
	font-size: 11px;
	background-color: #ccc;
	color: #333;
	cursor: pointer;
}

/* Print pick list */
.print {
	font-size: 11px;
}
.print .print-heading {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 5px;
}
.print .print-date {
	margin-bottom: 20px;
}
.print .order-heading {
	color: #000;
	font-size: 14px;
	margin-bottom: 5px;
}
.print .pick-row td, .print .pick-row-alt td {
	border-bottom: 1px solid #ddd;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #fff;
	font-weight: normal;
	font-style: normal;
}

/* Account login */
.account-login {
	width: 250px;
	text-align: right;
	position: relative;
}
.account-login #login-box {
	margin: 5px 0 0;
	position: absolute;
	width: 250px;
	height: 80px;
	overflow: hidden;
	background-color: #F0F0F0;
	border: 1px solid #ccc;
	left: 0;
	padding: 0;
}
.account-login .login-row {
	width: 104px;
	float: left;
	text-align: left;
	padding: 10px 6px 10px 10px;
	color: #444;
}
.account-login .login-row input {
	border: 1px solid #ccc;
	font-size: 10px;
	width: 100%;
}
.account-login .login-buttons {
	clear: both;
	padding-top: 0;
}

/* Multibox (popup) styles */
.MultiBoxContainer {
	position: absolute;
	border: 15px solid #333;
	background-color: #fff;
	display: none;
	z-index: 2;
}
.MultiBoxLoading {
	background: url(images/loader.gif) no-repeat center;
}
.MultiBoxContent {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.MultiBoxClose {
	position: absolute;
	top: -14px;
	right: -14px;
	background: url(images/close.gif) no-repeat;
	width: 15px;
	height: 15px;
	cursor: pointer;
}
.MultiBoxControlsContainer {
	overflow: hidden;
	height: 0px;
	position: relative;
}
.MultiBoxControls {
	width: 100%;
	height: auto;
	position: relative;
	background-color: #000000;
}