/* Default CSS Styles */
@font-face {
	font-family: 'MuseoSans-100';
	src: url("/fonts/MuseoSans_100.otf") format('opentype');
}
@font-face {
	font-family: 'MuseoSans-300';
	src: url("/fonts/MuseoSans-300.otf") format('opentype');
}
@font-face {
	font-family: 'MuseoSans-500italic';
	src: url("/fonts/MuseoSans-500italic.otf") format('opentype');
}
@font-face {
	font-family: 'MuseoSans-500';
	src: url("/fonts/MuseoSans-500.otf") format('opentype');
}
@font-face {
	font-family: 'MarketSaturday';
	src: url("/fonts/MarketSaturday.ttf");
}
body {
	margin: 0 auto;
	font-family: helvetica, arial, sans-serif;
	font-size: 12px;
}
img {
	border: 0;
}
.homepageimage {
	max-width: 100px!important;
}
#showmenu {
	background: url("../images/leftnavbg.png") repeat-y top left;
}
#header {
	background: #5985d0 url("../images/headerbg.png") repeat-x top left;
	height: 45px;
	margin: 0;
	padding: 5px 0 0 0;
	width: 100%;
	min-width: 710px;
	float: left;
}
#header h1 {	
	float: left;
	font-size: 100%;
	color: #6287D5;
	width: 100px;
	padding: 40px 0 0 0;
	margin: 0 0 0 4px;
	background: #6287D5 url("../images/logo.gif") no-repeat;
	overflow: hidden;
	height: 40px; /* for IE5/Win hack */
	height: 0px; /* for most browsers */
}
#headernav {
	height: 40px;
	min-width: 710px;
	width: 100%;
	background: #323232 url("../images/headernavbg.png") repeat-x top left;
float: left;
}
#headernav ul {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	width: 100%;
	min-width: 440px;
	z-index: 998;
}
#headernav ul li {
	float: left;
	margin: 0;
	padding: 0;
	z-index: 999;
	width: 14%;
	min-width: 120px;
}
#headernav ul li a {
    color: #CCC;
    font-size: 120%;
    font-weight: normal;
    height: 40px;
    line-height: 40px;
    padding: 0 10px 0 40px;
	background-repeat: no-repeat;
	background-position: 5px center;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
#headernav > ul > li:hover {
    background: #FFF url("../images/headerdropmenubg.png") repeat-x top left
}
#headernav ul li:hover a {
    color: #506F9B;
}
#headernav ul li ul {
	background: #FFF;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
	border-right: 1px solid #AAA;
	border-bottom: 1px solid #AAA;
    display: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 40px;
    z-index: 999;
	width: 14%;
	min-width: 120px;
}
#headernav ul li:hover ul {
    display: block;
}
#headernav ul li ul li {
	width: 100%;
	border-top: 1px solid #FFF;
}
#headernav ul li ul li:hover {
    background: #FFF url("../images/headerdropmenuhover.png") repeat-x top left;
	border-top: 1px solid #F3F3F3;
}
h1, h2, h3, h4, h5 {
	font-size: 160%;
	font-weight: normal;
	margin: 0.2em 0;
}
hr {
	height: 1px;
	border: 0;
	border-bottom: 1px dotted #AAA;
	padding: 0 0 15px 0;
	margin: 0 0 15px 0;
	}
a {
	color: #506F9B;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #D0A15B;
}
a.orderlink {
	text-decoration: underline;
}
a.orderlink:hover {
	text-decoration: none;
}
#login_outer {
	display: table;
    position: absolute;
    height: 100%;
    width: 100%;
}
#login_wrap {
	display: table-cell;
    vertical-align: middle;
}
#login {
	color: #505F7B;
	margin: 0 auto 100px auto;
	padding: 20px;
	width: 250px;
	box-shadow: 0 0 10px #DDD;
	border: 1px solid #DDD;
}
#login h3 {
    color: #D0A15B;
    margin: 0;
}
#login form {
	padding-top: 15px;
}
#login form .textbox {
	width: 95%;
	font-size: 150%;
}
#login form .inputbutton {
	font-size: 150%;
	padding: 5px 15px;
}
.confbox, .errbox, .noticebox {
	clear: both;
	float: left;
	margin: 5px auto !important;
	padding: 15px 0 !important;
	width: 100%;
	text-align: center;
	font-weight: bold;
}
.confbox {
	color: #009900;
	border-top: 1px solid #009900;	
	border-bottom: 1px solid #009900;
	background: #EEFFEE;
}
.errbox {
	color: #CC0000;
	border-top: 1px solid #CC0000;	
	border-bottom: 1px solid #CC0000;
	background: #FFEEEE;
}
.noticebox {
	color: #333;
	border-top: 1px solid #CCCC00;
	border-bottom: 1px solid #CCCC00;
	background: #FFFFEE;
}
#mainwrap {
	min-width: 710px;
	position: relative;
	float: left;
	width: 100%;
}
#main {
    color: #505F7B;
    margin: 15px;
    padding: 0;
}
#showmenu #main {
    margin: 20px 20px 20px 130px;
}
#maininner {
	padding: 5px 0;
}
#main p {
	padding: 6px 0;
	margin: 0;
}
.top h3 {
    color: #D0A15B;
    font-size: 220%;
    font-weight: normal;
    margin: 0;
    padding: 0;
}
#leftnav {
	width: 105px;
	float: left;
	margin: 0;
	padding: 0;
	color: #999;
	font-size: 85%;
	text-align: center;
	list-style: none;
}
#leftnav a {
    background-position: center top;
    background-repeat: no-repeat;
    clear: both;
    color: #999;
    display: block;
    float: left;
    margin: 8px 0;
    padding-top: 36px;
    width: 100%;
}
#leftnav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#leftnav li {
	display: inline;
	float: left;
	width: 100%;
}
#leftnav .navon {
	background: url("../images/leftnavon.png") no-repeat right 20px;
}
.navicon {
	float: left;
	margin-right: 5px;
	border: none;
}
.icon {
	border-radius: 4px;
}
.info {
	color: #999999;
	line-height: 20px;
}
.odd {
	background-color: #FCFAF7;
}
.highlight {
	background-color: #f3f3f3;
}
.neworder {
	background-color: #fdfdde;
}
tr.odd.neworder {
	background-color: #fcfccd;
}
td.text {
	padding: 2px 0 2px 6px;
	color: #B6B3A9;
	font-weight: bold;
}
td.text1 {
	padding: 2px 0 2px 6px;
	color: #999;
	font-weight: normal;
}
.readonly {
	border: none;
	background: #FFF;
	cursor: default;
	text-align: center;
	margin: 0;
	padding: 0;
}
.pagination {

}
.pagination a, .pagination span {
	background: #FFF;
	border: 1px solid #DDD;
	border-radius: 4px;
    color: #666;
    padding: 6px 12px;
}
.pagination span {
	border: 1px solid #EEE;
	color: #CCC;
}
.pagination .curpage {
    background: #333;
	border: 1px solid #333;
    color: #FFF;
    font-weight: bold;
}
/* Fading Tooltips */
#dhtmltooltip {
	position: absolute;
	padding: 2px 6px;
	background: #fff;
	border: 1px solid #05438C;
	color: #05438C;
	visibility: hidden;
	z-index: 1000;
}
input, select, textarea {
	border: 1px solid #BBB;
    border-radius: 3px;
	margin: 2px 0;
    padding: 4px 6px;
	background: #F9F9F9;
	background: -moz-linear-gradient(top, #E3E3E3 0%, #F9F9F9 15%, #F9F9F9 100%);
	background: -webkit-linear-gradient(top, #E3E3E3 0%, #F9F9F9 16%, #F9F9F9 100%);
	background: linear-gradient(to bottom, #E3E3E3 0%, #F9F9F9 16%, #F9F9F9 100%);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
}
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
	font-size: 1.2em;
}
.inputbutton {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border-top: 1px solid #DDD;
	border-left: 1px solid #DDD;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	background: #FFFFFF url("/cms/images/button-gradient.gif") repeat-x bottom left;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFFFFF), to(#E9E9E9));
	box-shadow: 1px 1px 1px #DDDDDD;
	cursor: pointer;
    color: #555;
	padding: 5px 10px;
}
.inputbutton:hover {
    border-top: 1px solid #BBB;
    border-left: 1px solid #BBB;
    border-right: 1px solid #777;
    border-bottom: 1px solid #777;
    box-shadow: 1px 1px 1px #CCCCCC;
    color: #000;
}
a.inputbutton {
	display: inline-block;
	color: #555;
	font-weight: normal;
	font-size: 120%;
	padding: 5px 10px;
	margin: 2px 0;
}
.singlecheckbox {
    width: 16px;
    height: 16px;
}
form.catupdate {
	margin: 0;
	padding: 0;
}
#alphabetnav {
	padding: 5px 0;
    float: right;
}
label {
	cursor: pointer;
}
.toolbar {
    background: #F1F1F1;
    border-radius: 4px;
    padding: 3px 10px;
    box-shadow: 0 1px 0 #ccc;
}
.toolbar input, .toolbar select, .toolbar textarea {
	padding: 3px;
	font-size: 100%;
}
.draggable {
	cursor: move;
	background-image: url("/cms/images/icons/drag.gif");
	background-position: right center;
	background-repeat: no-repeat;
}
label {
	cursor: pointer;
}
.growlUI h1 {
	font-size: 140%;
}	
.boxwrap {
	background: #F9F9F9;
	padding: 5px;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}
.big {
	font-size: 150%;
	font-weight: bold;
}
.datepicker {
	background: #F9F9F9 url("/cms/images/icons/datepicker.gif") no-repeat center right;
}

/**** index/dashboard page ***/
.dashboard {
	float: left;
	width: 100%;
}
.dashboard h2 {
	font-size: 140%;
	padding: 0.5em 0 0 0;
	margin: 0;
	clear: both;
	}
.dashboard .dashproduct {
	width: 12.5%;
	float: left;
}
.dashboard .dashitem {
	padding: 4px;
	margin: 4px;
	border: 1px solid #CCC;
	box-shadow: 0 0 1px #999;
	color: #333;
	background: #F6F6F6;
	text-align: center;
	overflow: hidden;
}
.dashboard .dashitemsmall {
	width: 33%;
	float: left;
}
.dashboard .dashitemwide {
	width: 49.5%;
	float: left;
}
.dashboard .dashitemfull {
	width: 99%;
	float: left;
}
.dashboard .dashitem.dashitemalert {
	box-shadow: 0 0 3px #f57900;
	background: #faf4ed;
	border: 1px solid #FF9900;
}
.dashboard .dashitem .big {
	font-size: 200%;
}
.dashboard .dashitemwide .big {
	font-size: 250%;
}
.dashboard .dashitemfull .big {
	font-size: 400%;
}
.dashboard .dashitem.dashitemalert .big {
	color: #f57900;
}
.bannerbox {
	margin: 5px 0;
	padding: 1%;
	background-color: #FCFCFC;
	border: 1px solid #DDD;
	width: 98%;
	float: left;
}
.bannerbox img {
	max-width: 80px;
	max-height: 80px;
}
.foldout {
	clear: both;
	padding: 5px 0;
}
.foldouttoggle {
	cursor: pointer;
	padding-left:20px;
	background: url("/cms/images/icons/expand.gif") no-repeat center left;
}
.foldoutopen {
	background: url("/cms/images/icons/collapse.gif") no-repeat center left;
}
.foldoutbox {
	display: none;
}
.flashwrap {
	position: relative;
}
.flashcover {
	display: block;
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 5;
}
.flashcover a, .flashcover img {
	display: block;
	height: 100%;
	width: 100%;
	border: 0;
}
/************** css for treeview plugin ***************/
.treeview, .treeview ul { 
	padding: 0;
	margin: 0;
	list-style: none;
}

.treeview ul {
	margin-top: 4px;
}

.treeview .hitarea {
	background: url(/cms/images/treeview-default.gif) -64px -25px no-repeat;
	height: 16px;
	width: 16px;
	margin-left: -16px;
	float: left;
	cursor: pointer;
}
/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:none;
}

.treeview li { 
	margin: 0;
	padding: 2px 0pt 2px 16px;
}

.treeview a.selected {
	background-color: #eee;
}

#treecontrol { margin: 1em 0; display: none; }
.treeview input { margin: 0 5px 0 0; background: none; border: none; }
.treeview .hover { color: red; cursor: pointer; }
.treeview li { background: url(/cms/images/treeview-default-line.gif) 0 0 no-repeat; font-weight: normal; }
.treeview li.collapsable, .treeview li.expandable { background-position: 0 -176px; }
.treeview li.collapsable { font-weight: bold; }
.treeview .expandable-hitarea { background-position: -80px -3px; }
.treeview li.last { background-position: 0 -1766px }
.treeview li.lastCollapsable, .treeview li.lastExpandable { background-image: url(/cms/images/treeview-default.gif); }  
.treeview li.lastCollapsable { background-position: 0 -111px }
.treeview li.lastExpandable { background-position: -32px -67px }
.treeview div.lastCollapsable-hitarea, .treeview div.lastExpandable-hitarea { background-position: 0; }

.ui-sortable-helper {
	background: #FFF;
	-moz-box-shadow: 0 0 20px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,0.2);
	box-shadow: 0 0 20px rgba(0,0,0,0.2);
}
.ui-sortable-helper .variantform {
    display: none;
}
.variantform {
    border: 1px solid #FFF;
    border-top: 1px solid #CCC;
    padding: 5px 10px;
}
.variantform table {
    width: 100%;
}
.variantform:hover {
    border: 1px solid #999;
    box-shadow: 0 0 3px #BBB;
}
.variantform input, .variantform select {
    margin-bottom: 10px;
}
#userinfo {
	position: absolute;
	right: 25px;
	top: 7px;
	color: #FFF;
}
#quicksearch {
    color: #fff;
    margin: 0 0 0 120px;
    min-width: 480px;
    padding: 7px 15px 7px 0;
    font-size: 120%;
    text-align: right;
    width: auto;
}
#quicksearch form {
	display: inline;
	margin-left: 15px;
}
#quicksearch input {
	border: 0;
	margin: 0;
}
#quicksearch .quicksearchkeyword {
    padding: 3px 4px;
	width: 18%;
}
.tinyrow {
	font-size: 85%;
	margin-left: 10px;
}
.tinyrow input, .tinyrow select {
	font-size: 120% !important;
}
#graph {
	background: url("/cms/images/loading.gif") no-repeat center center;
}
.billingaddress {
    background: none repeat scroll 0 0 #FAFAFA;
    border: 1px solid #EEEEEE;
    margin: 2px 15px 3px 0;
    padding: 2px;
	height: 1em;
}
.red {
	color: red;
}
.grey {
	color: #AAA;
}
.note {
	border: 1px solid #DDDDAA;	
	background: #FFFFEE;
	padding: 6px 12px;
	margin-bottom: 12px;
}
.note span {
	color: #999;
}
.note blockquote {
	padding: 0;
	margin: 10px 30px;
}
.checkboxtree {
	margin: 0;
	padding: 0;
	list-style: none;
}
.checkboxtree ul {
	list-style: none;
	padding: 0;
	margin: 0 0 0 20px;
}
.ajaxload {
	padding-left: 25px;
	background: url("../images/ajax-loader.gif") no-repeat left center;
}
.absmiddle, .mid {
	vertical-align: middle;
    padding: 0;
}
#ebaytab td {
	height: 25px;
}
.tablepadding td {
	padding: 2px 15px 2px 0;
}
.left {
    float: left;
}

.right {
    float: right;
}

.tinytext {
	text-align: center;
	padding: 0 2px;
}

.pageblock {
	float: left;
}
.pageblock .pageblockinner {
	margin: 5px;
	padding: 10px;
	background: #FFF;
	border: 1px solid #DDD;
	box-shadow: 0 0 2px rgba(0,0,0,0.1);
	overflow: hidden;
}
.pageblock .inputbutton {
	float: right;
}
.pageblock img, .pageblock iframe {
	width: 100%;
	margin-bottom: 10px;
}
.pageblock img.disabled {
	opacity: 0.1;
}
.pageblock .pageblockthumb {
	float: left;
	line-height: 60px;
	margin-right: 20px;
}
.pageblock .pageblockthumb img {
	float: left;
	width: 60px;
}
.mceLayout {
	max-width: 100% !important;
}
.ui-widget-overlay {
	opacity: 0.3;
	filter: Alpha(Opacity=0.3);
}
.ui-dialog {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
	z-index: 1001;
}
.ui-dialog .ui-dialog-content {
	overflow: hidden;
}
.ui-dialog textarea, .ui-dialog input[type=text], .ui-dialog input[type=file] {
	width: 100%;
	box-sizing: border-box;
}
.sortable-placeholder {
    background: #FCFCFC;
	border: 2px dashed #CCC;
	margin: 6px;
    position: relative;
	float: left;
}
.clear {
    clear:both;
}

/* jquery ui tweaks */
.ui-widget-header .ui-tabs-active {
	background: #FFF;
	border: 1px solid #CCC;
}
.ui-widget-header .ui-tabs-active a {
	color: #333;
}

/* shapeshifter */
.shapeshift {
	position: relative;
}
.shapeshift .featurebox {
	position: absolute;
	background: #FFF;
	border: 1px solid #DDD;
	box-shadow: 0 0 2px rgba(0,0,0,0.1);
	text-align: right;
	padding: 10px;
}
.shapeshift .featurebox img {
	width: 100%;
	height: 90%;
	margin-bottom: 4px;
}
.shapeshift .featurebox img.disabled {
	opacity: 0.1;
}
.ss-placeholder-child {
	position: absolute;
	background: #FCFCFC;
	border: 2px dashed #CCC;
	padding: 9px;
}
.dropzonestyle {
	background: #eeeeee !important;
	border: 2px dashed #779fcd !important;
	float: left;
	width: 100%;
	margin: 10px 0;
}
.dropzonestyle.dz-clickable .dz-message, .dropzonestyle.dz-clickable .dz-message * {
	font-size: 125%;
}
.dropzonestyle .dz-preview .dz-image {
	border-radius: 0 !important;
}

.despatchqty {
	display: none;
}

#main p.smallprod {
	padding:5px;
}
.smallodd {
	background:#fff;
}
.totals{
	display: flex;
}
.totals span{
	position:relative;
}
.totals span div{
	content: '';
	position: absolute;
	left: -1px;
	right: 0px;
	height: 2px;
	width: 100%;
	top: -4px;
}
.totals span:hover div{
	border:solid 2px;
	background-color: #c5c5c5;
	cursor:pointer;
}
.totals span:hover{
	background-color: #c5c5c5;
	cursor:pointer;
}

/* media queries */
@media only screen and (max-width: 960px) {
	#headernav ul li {
		width: 14%;
		min-width: 95px;
		text-align: center;
	}
	#headernav ul li ul {
		width: 100%;
		posiiton: absolute;
		left: 0;
	}
	#headernav ul li ul li {
		display: inline;
		width: 20%;
	}
	#headernav ul li a {
		background: none !important;
		padding: 0 10px;
	}
	#showmenu {
		background: #FFF;
	}
	#showmenu #main, #main {
		margin: 10px;
	}
	#leftnav {
		display: none;
	}
	#quicksearch .quicksearchkeyword {
		width: 15%;
	}
	#help, #helptoggle {
		display: none;
	}
}

@media only screen and (min-width: 960px) {
	#helptoggle {
		display: block;
		background-image: url("/cms/images/help.png");
		background-repeat: no-repeat;
		background-position: center;
		height: 32px;
		width: 32px;
		position: fixed;
		bottom: 30px;
		right: 30px;
		z-index: 999;
		cursor: help;
	}
	#helptoggle.close {
		background-image: url("/cms/images/close.png");
	}
	#help {
		width: 240px;
		padding: 20px 30px 30px 30px;
		margin: 0;
		color: #999;
		background: #FFF;
		font-size: 120%;
		box-shadow: 0 2px 4px;
		border-radius: 5px;
		position: fixed;
		bottom: 20px;
		right: -320px;
		z-index: 998;
		transition: all 0.3s;
		max-height: 75vh;
		overflow: auto;
	}
	.ui-tooltip {
		color: #999;
		background: #FFF;
		font-size: 120%;
		box-shadow: 0 2px 4px;
		border-radius: 5px;
	}
	.ui-tooltip::after {
		border-top: 5px solid #ffffff;
		border-left: 5px solid rgba(0, 0, 0, 0);
		border-right: 5px solid rgba(0, 0, 0, 0);
		content: "";
		display: inline-block;
		position: absolute;
		right: 10px;
		bottom: -5px;
	}
	#help .inner {
		padding-bottom: 15px;
	}
	#help label {
		font-size: 75%;
		margin-top: 5px;
		float: left;
		width: 100%;
	}
	#help input {
		width: 94%;
	}
	#help.visible {
		right: 20px;
	}
	#help h5 {
		margin: 0 0 10px 0;
		font-size: 160%;
		color: #777;
	}
	.help {
		position: absolute;
		background-image: url("/cms/images/help.png");
		background-repeat: no-repeat;
		background-position: center;
		width: 20px;
		height: 20px;
		background-size: 20px;
		z-index: 997;
		cursor: help;
		transform: translate(-10px, -10px);
	}
}

@media only print {
    #showmenu {
        background: #FFF;
    }
    #showmenu #main, #main {
        margin: 10px;
    }
    #leftnav, #quicksearch, #headernav {
        display: none;
    }
}
