* {
	font-family:'Arial', 'Verdana', 'Helvetica', 'sans-serif';
	padding:0;
	margin:0;
	font-size:1em;
}
input, button, textarea {
	padding: 2px;
}
body {
	font-size:14px;
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	color:#333333;
}
h1,h2,h3,h4,p {
	padding:0.3em 0 0.3em 0;
}
h1 {
	font-size:1.4em;
	font-weight:bold;
}
h2 {
	font-size:1.2em;
	font-weight:bold;
}
h3 {
	font-size:1.1em;
	font-weight:bold;
}
h4 {
	font-size:1em;
	font-weight:bold;
}
*.center {
	text-align:center !important;
}
*.middle {
	vertical-align:middle !important;
}
*.bottom {
	vertical-align:bottom !important;
}
*.left {
	text-align:left !important;
}
*.right {
	text-align:right !important;
}
a, table.admin a {
	text-decoration:none;
	color:#A00000;
	cursor:pointer;
}
a.completed, table.admin a.completed {
	color:#aaaaaa;
}
div#modalloading {
	position:fixed;
	top:0;
	right:0;
	left:0;
	bottom:0;
	background: url('admingraphics/in-progress.gif') rgba(255,255,255,0.8) center center no-repeat;
	z-index:20;
	display:none;
}
div.adminwarning {
	border:1px solid #800000;
	border-radius:8px;
	background-color: #fff8f8;
	padding:1em;
	margin: 1em auto 1em 0;
	max-width:800px;
}
div.adminwarning h1 {
	color: #a00000;
	text-align:center;
}
table.admin thead a {
	font-size:1.2em;
}
a:hover, table.admin a:hover {
	text-decoration:underline;
	color:#A00000;
}
a.edit, a.delete, a.duplicate, a.view, a.add, a.publish {
	display:inline-block;
	margin:0 5px;
	width:1em;
	height:1em;
    background-repeat: no-repeat;
	background-size:cover;
	text-indent:100%;
	overflow:hidden;
}
a.add {
	background-image:url('admingraphics/create.png');
}
a.edit {
	background-image:url('admingraphics/edit.png');
}
a.delete {
	background-image:url('admingraphics/delete.png');
}
a.duplicate {
	background-image:url('admingraphics/duplicate.png');
}
a.view {
	background-image:url('admingraphics/view.png');
}
a.publish {
	background-image:url('admingraphics/publish.png');
}
span.yes {
	color:#008000;
	font-weight:bold;
}
span.no {
	color:#E00000;
}
span.hidden {
	display:none;
}
.enabled {
	color:#006000;
	background-color:#e0ffe0;
}
.disabled {
	color:#A00000;
	background-color:#ffe0e0 !important;
}
label *{
	vertical-align:middle;
}
div.tabform {
	position:absolute;
	top:0.6em;
	right:1em;
}
.tabform input, .tabform a {
	padding:0.3em 1em;
	margin-left:1em;
	color:#404040;
	border:1px solid #606060;
	background-image:linear-gradient(#f8f8f8, #e0e0e0);
	font-size:1em;
	border-radius:3px;
	text-transform: capitalize;
	cursor:pointer;
	display:inline-block;
}
table {
	border-collapse:collapse;
	border:0;
	margin-top:1em;
	margin-bottom:1em;
}
table td, table th {
	padding:0.3em;
	border:0;
}
table.admin {
	min-width:400px;
}
table.admin td, table.admin th {
	border: 1px solid #909090;
	padding:0.3em;
	vertical-align:top;
}
table.admin.errortable td:nth-child(2) {
	word-wrap:anywhere;
	min-width:10em;
}
table.admin.sort thead th {
	cursor:pointer;
}
table.middle td,
table.middle td * {
	vertical-align:middle;
}
table.admin th.headerSortUp {
	background-image:url('admingraphics/sortup.png');
	background-position: right top;
	background-repeat:no-repeat;
}
table.admin th.headerSortDown {
	background-image:url('admingraphics/sortdown.png');
	background-position: right bottom;
	background-repeat:no-repeat;
}
table td label {
	vertical-align:middle;
	padding-right:2em;
	cursor:pointer;
}
table.admin thead th {
	background-color:#e0e0f0;
	text-align:center;
}
table tbody th {
	text-align: right;
	white-space:nowrap;
}
table tbody.wrap td {
	max-width:40vw;
	word-break:break-all;
}
table.admin tbody th {
	text-align:left;
	white-space:nowrap;
}
table.admin tbody tr.odd {
	background-color:#f0f0f0;
}
table.admin tbody tr.expand {
	display:none;
}
table.admin tbody td.collapseable {
	background-repeat: no-repeat;
    background-position: bottom right;
	background-image:url('admingraphics/collapse.png');
	background-size:18px 18px;
	padding-right:20px;
	cursor:pointer;
}
table.admin tbody td.collapsed,
table.admin tbody tr.collapsed td.collapseable{
	background-image:url('admingraphics/expand.png');
    background-position: bottom right;
}
table.admin tbody tr.collapsed div {
	height:2em;
	overflow:hidden;
}
table.admin.corporateorderstable tbody tr.collapsed div {
	height:1em;
}
table.admin table {
	margin:0 0 3px 0;
	background-color:none;
}
table.admin tfoot,
table.admin tfoot td {
	vertical-align:middle;
	border:0;
}
table.admin tbody tr:hover {
	background-color:#ffffe0;
}

table.admin.filters {
	white-space:nowrap;
}
table.inline {
	display:inline-table;
	text-align:left;
	min-width:300px;
}
table.mid, form.mid {
	margin-left:auto;
	margin-right:auto;
}
fieldset {
	border:1px solid #909090;
	border-radius: 5px;
	padding:0.3em;
	display:inline;
}
fieldset legend {
	padding:0 0.3em;
	color:#000080;
	font-weight:bold;
	font-style:italic;
	font-size:1.3em;
}
div#topbar {
	display:block;
	padding: 0 0.7em;
	border-bottom:1px solid #000000;
	background-color:#333333;
	background-image:linear-gradient(#606060, #202020);
	position:fixed;
	top:0;
	right:0;
	left:0;
	z-index:10;
	height:2.4em;
	line-height:2.4em;
	vertical-align:middle;
	text-align:center;
	color:#c0c0c0;
	text-decoration:none;
	font-weight:bold;
}
div#topbar div a,
div#topbar div span {
	display:inline-block;
	text-decoration:none;
	font-weight:bold;
	color:#c0c0c0;
	font-size:1em;
	white-space:nowrap;
	text-decoration:none;
	cursor:pointer;
}
div#topbar div#menu a.viewonly {
	color:#454545;
}
div#topbar div a:hover,
div#topbar span:hover,
div#topbar div#menu a:hover   {
	color:#FFFF00;
}
div#topbar div#menu a.viewonly:hover {
	color:#909000;
}
div#topbar div#adminmenu {
	display:inline-block;
	text-align:left;
	position:absolute;
	top:0;
	left:1em;
	cursor:pointer;
}
div#topbar div#adminmenu div#menu {
	display:none;
	text-transform: capitalize;
	position:fixed;
	color:#333333;
	background-color:#333333;
	box-shadow:0 2px 6px #000000;
	border-radius:8px;
	top:2.4em;
	max-height:600px;
	overflow:auto;
	z-index:5;
	font-weight:bold;
	padding:0 0.3em;
}
div#topbar div#menu div {
	display:inline-block;
	min-width:120px;
	vertical-align:top;
	margin:0 0.3em;
}
div#topbar div#menu h2 {
	color:#ffffff;
	border-bottom: 1px solid #ffffff;
	text-align:center;
	text-transform: capitalize;
}
div#topbar div#menu div a {
	display:block;
	cursor:pointer;
}

div#topbar div#user {
	display:inline-block;
	text-align:left;
	position:absolute;
	right:1em;
	top:0;
}
div#topbar div#user a i {
	color: #ffffff;
}
div#topbar div#user span {
	display:none;
}
div#topbar div#user:hover span {
	display:inline-block;
	position:absolute;
	background-color:#333333;
	box-shadow:0 2px 6px #000000;
	border-radius:8px;
	padding-left:1em;
	padding-right:1em;
	top:2.4em;
	right:0;
	z-index:10;
	font-weight:bold;
}
div#fontsize {
	font-size:18px;
}
div#fontsize span {
	padding:0 5px;
}
div#adminlogin {
	padding:10px;
	display:block;
	width:25em;
	margin: 10px auto;
	border:1px solid #b0b0b0;
	border-radius:5px;
	background-color:#f0f0f0;
}
div#error,div#success,div#warning {
	padding:10px 10px 10px 70px;
	min-height:50px;
	border-radius: 5px;
	max-width:600px;
	margin:5px auto;
	display:block;
	position:relative;
}
div#error p.ok,div#success p.ok,div#warning p.ok {
	font-weight:bold;
	text-align:center;
	cursor:pointer;
	border:inherit;
	margin: 0 0 0 auto;
	width:4em;
	border-radius:inherit;
}
div#error {
	border:1px solid #990000;
	background: #ffe0e0 url('admingraphics/error.png') 10px center no-repeat;
	color:#990000;
}
div#success {
	border:1px solid #009900;
	background: #e0ffe0 url('admingraphics/success.png') 10px center no-repeat;
	color:#006600;
}
div#warning {
	border:1px solid #FF9900;
	background: #ffd899 url('admingraphics/warning.png') 10px center no-repeat;
	color:#dd0000;
}
div#breadcrumb {
	margin-top: 2.4em;
	padding:0.5em 0.7em;
	background-color:#e8e8e8;
	border-bottom:1px solid #c0c0c0;
	color:#606060;
	text-transform:capitalize;
	font-weight:bold;
	z-index:4;
}
div#breadcrumb a {
	color:#606060;
}
div#breadcrumb a:hover {
	color:#900000;
}
div#admincontent {
	position:relative;
	min-height:500px;
	padding:1em;
}
table#adminhome {
	border-collapse:collapse;
	font-size:1.2em;
}
table#adminhome td,
table#adminhome th {
	border:1px solid #808080;
	padding: 1em;
}
table#adminhome th {
	text-align:left;
	background:#303030;
	color:#ffffff;
	text-transform:capitalize;
}
table#adminhome table {
	width:100%;
}
table#adminhome table a {
	white-space:nowrap;
	display:block;
}
table#adminhome table td div {
	max-height:5em;
	overflow:auto;
	padding-right:2em;
}
table.productimages td {
	vertical-align:middle;
	position:relative;
}
table.productimages img {
	vertical-align:middle;
	max-height:20px;
	width:auto;
}
table.productimages td:hover img {
	position:absolute;
	top:0;
	left:0;
	max-height:none;
	z-index:5;
	background-color:#FFFFFF;
	box-shadow: 0 0 6px #000000;
}
div.counter {
	text-align:left;
	font-size:0.7em;
	color:#484848;
}
div.counter .maxchars {
	color: #a04848;
}
div#adminhelp {
	display:none;
	position:fixed;
	top:60px;
	right:10px;
	width:300px;
	height:300px;
	background-color:#FFFFD0;
	border:1px solid ##FFA500;
	border-radius:8px;
	box-shadow:0 0 8px #303030;
	z-index:20;
	min-width:200px;
	cursor:grabbing;
}
div#adminhelp.sizetop {
	position:fixed;
	top:0;
	right:0;
	height:40%;
	width:100%;
}
div#adminhelp.sizeright {
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	width:40%;
	height:100%;
}
div#adminhelp.sizefull {
	position:fixed;
	top:0;
	right:0;
	width:100%;
	height:100%;
}
div#adminhelp div.controls {
	padding:2px;
	border:1px solid #E8E898;
	background-color:#FFFFB0;
	border-radius:inherit;
	text-align:right;
}
div#adminhelp div.controls img {
	width:32px;
	height:32px;
	cursor:pointer;
	margin-left:8px;
}
div#helpcontent {
	position:absolute;
	top:40px;
	left:0;
	right:0;
	bottom:0;
	overflow:auto;
	padding:5px 5px 15px 5px;
}
div#helpcontent h2 {
	color:#202060;
	text-align:center;
	text-transform: uppercase;
}
div#helpcontent h3 {
	color:#303030;
	text-transform: uppercase;
}
div#helpcontent h4 {
	padding-left:0.5em;
	color:#404040;
	font-style: italic;
}
div#helpcontent ul {
	padding-left:2em;
	list-style-type:disc;
}
div#helpcontent ul li {
	margin:0.4em 0;
}
div#helpcontent ol {
	padding-left:2em;
	list-style-type:decimal;
}
div#helpcontent ol li {
	margin:0.4em 0;
}
#tabs > div {
	max-height:780px;
	overflow:auto;
}
table.checkoutsummary {
	width: 600px;
	border-collapse:collapse;
	border-top: 1px solid #999999;
	margin:0;
}
table.checkoutsummary td {
	padding:0.3em 0.2em;
	vertical-align:top;
}
table.checkoutsummary tr.price {
	border-bottom: 1px solid #e0e0e0;
}
table.checkoutsummary tr.grandtotal {
	font-size:1.3em;
}
table.checkoutsummary tr.price td:last-child {
	text-align:right;
	font-weight:bold;
}
table.checkoutsummary tr td:first-child  {
	width: 150px;
	font-weight:bold;
}
ul {
	list-style-position: inside;
	list-style-type:disc;
}
ul ul {
	margin-left:2em;
}
@media print {
	div#topbar, div#debugdatawindow, div#adminhelp, *.noprint {
		display:none !Important;
	}
	#tabs > div {
		max-height:none;
	}
}
