@charset "UTF-8";
/* CSS Document */
body {
	margin: 0 0 50px;
	padding: 0;
	width: 100%;
	font-family: Tahoma;
	font-size: 14px;
	font-weight: normal;
	color: #6e6e6e;
}
.Clear { clear: both }
a { }
a:hover {
	text-decoration: underline;	
}
h1 {
	margin: 10px 0px;
	font-size: 18px;
	font-weight: normal;
}
h3 {
	margin: 0px;
	padding: 10px 0;
	font-size: 16px;
}
select {
    color: #5e5e5e !important;	
	opacity: 0.7;
}
input:focus {
	outline:none;	
}
#AjaxLoading {
	background-color: rgba(0,0,0,.5);
	color: #fff;
	padding: 10px 20px;
	display: none;
	position: fixed;
	text-align: center;
	z-index: 10000000000;
	line-height: 32px;
	left: 0;
	right: 0;
}
#AjaxLoading img {
	vertical-align: middle;
	margin: 0px 5px 4px 0;
}
#header {
	position: relative;	
}
dl, #contBorder {
	padding: 15px 20px;
    border: 1px solid #ddd;
    border-radius: 4px 4px 0 0; 	
	-webkit-box-shadow: 0 8px 6px -6px #777;
	-moz-box-shadow: 0 8px 6px -6px #777;
	box-shadow: 0 8px 6px -6px #777; 
}
.adminBox input[type=text], .adminBox input[type=password], .adminBox select, .adminBox input[type=number], .adminBox input[type=telephone], .adminBox input[type=email] {
	box-sizing: border-box;
    max-width: 100%;
    width: 300px;
    background: none repeat scroll 0 0 #f6f6f6;
    border: 1px solid #cccccc;
    border-radius: 2px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    color: #5e5e5e;
    font-size: 14px;
    height: 32px;
    margin: 0 0 12px;
    padding: 6px;
    transition: all 0.15s linear 0;
}
.adminBox input[type=checkbox] {
    margin: 3px 0 12px;
}
.adminBox input[type=text]:focus, .adminBox select:focus {
	background: #fafafa;	
    border-color: #b3b3b3;
}
.adminBox textarea {
	box-sizing: border-box;
    max-width: 100%;
    width: 100%;
    height: 125px;
    background: none repeat scroll 0 0 #f6f6f6;
    border: 1px solid #cccccc;
    border-radius: 2px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    color: #5e5e5e;
    font-size: 14px;
	font-family: inherit;
    margin: 0 0 12px;
    padding: 6px;
    transition: all 0.15s linear 0;
}
.adminBox textarea:focus {
	background: #fafafa;	
    border-color: #b3b3b3;
}
.btn {
	padding: 7px 10px;
    cursor: pointer;
	background-color: #eeeeee !important;
	transition: background-color 0.15s ease-in-out 0s;
    border: 3px solid #cccccc;
    border-radius: 5px;
    color: #666666;
    display: block !important;
    font-weight: bold;
    padding: 4px 15px 5px!important;
    text-align: center;
    text-decoration: none;
}
.btn:hover {
	background-color: #e3222e !important;
	color: #ffffff !important;
	text-decoration: none;
}
.newGiftCard {
    margin: auto;   
}
.submitChanges {
    border: 3px solid #cccccc !important;
    border-radius: 5px !important;
    color: #666666 !important;
    font-weight: bold !important;
    transition: all 0.2s;
	text-transform: none !important;    
	color: #e3222e !important;
	float: right;    
	padding: 6px 15px 8px !important;
}
.cancelLinkProd {
	text-align: right;
}
.cancelLinkProd a {
	color: #3a3a3a !important;
}
.outerBox {
	width: 95%;
	margin: 0 auto;
	position: relative;
	max-width: 1200px;
}
.logoBox {
	padding: 10px 20px 30px 20px;
	text-align: center;
}
.logoText {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 40px;
	font-weight: bold;
}
.logoText2 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	padding-top: 10px;
}
.bodyBox {
	padding: 20px;
	background-color: #fff;
    border: 5px solid #cccccc;
    border-radius: 10px;
    margin: auto;
	margin-bottom: 0;
	
	margin-top: 20px;
}
#homePage .bodyBox {
	border: 0px;	
}
.bodyBox .bodyForm {
	border: 5px solid #cccccc;
	background-color: #eeeeee;
	border-radius: 10px;
	padding: 20px;
	text-align: center;
	margin: 0 0px 0 0;
	width: 515px;
	margin: auto;
}
.bodyBox .bodyForm input {
	width: 200px;
	height: 30px;
	font-size: 14px;
	padding-left: 5px; 
	border: 3px solid #999999;
	background-color: #ffffff;
	border-radius: 5px;
	transition: border-color .3s ease-in-out;
}
.bodyBox .bodyForm input:focus {
	border: 3px solid #e1222e;
}
.bodyBox #edit_database {
	border: 5px solid #cccccc;
	background-color: #eeeeee;
	border-radius: 10px;
	padding: 10px;
	text-align: center;
	margin: 0 0px 0 0;
	width: 475px;
	margin: auto;
}
.uploadFileButton {
	width: auto !important;
	height: auto !important;
	padding-left: 0 !important;
	border: 0 !important;
	font-size: 12px !important;
	background-color: transparent !important;
	border-radius: 0 !important;
}
#loginSubmit {
	background-color: #000000;
	color: #ffffff;
	height: 40px;
	border-color: #ffffff;
	cursor: pointer !important;
	box-shadow: 0 0 10px #000000;
	transition: all 0.15s; 
}
#loginSubmit:hover {
	background-color: #e1222e;
}
ul {
	list-style: none outside none;
	margin: 0;
	padding: 0;
}
ul li {
	margin: 0;
	padding: 20px;
}
.buttons {
	padding: 25px 0;
}
.customersTable, #viewTable {
    border: 1px solid #ddd;
    border-radius: 4px 4px 0 0; 	
	-webkit-box-shadow: 0 8px 6px -6px #777;
	-moz-box-shadow: 0 8px 6px -6px #777;
	box-shadow: 0 8px 6px -6px #777; 
}
.customersTable tr:nth-child(odd), #viewTable tr:nth-child(odd) {
	background-color: #EEEEEE;
}
.customersTable td, #viewTable td {
	padding: 5px 10px 5px 10px;
	font-size: 14px;
	font-family: Tahoma;
	font-weight: normal;
	text-align: left;
	width: auto;
}
.customersTable tr:hover, #viewTable tr:hover {
	background: #cccccc
}
.customersTableTop td, #viewTableTop td {
	padding-top:3px;
	padding-bottom:4px;
	font-weight:700;
	font-size:12px;
	line-height:20px;
	text-align:left;
	background:#fbfbfb;
	background:-webkit-linear-gradient(top,#fbfbfb 0,#f0f0f0 100%);
	background:-moz-linear-gradient(top,#fbfbfb 0,#f0f0f0 100%);
	background:linear-gradient(top,#fbfbfb 0,#f0f0f0 100%);
	border-bottom:1px solid #ccc;
	white-space:nowrap
}
.adminBox {
	padding: 0 0 20px 0;
}
.addCustomer {
	padding: 20px 0;
}
#welcomeText {
	position: absolute;
	bottom: -10px;
	right: 25px;
}
#mainMenu {
	width: 620px;
	float: left;
	font-size: 13px;
	margin: 0 0 0 15px;
	padding: 0px;
}
#mainMenu li {
	list-style: none;
	float: left; 
	line-height: 12px;
	margin: 0;
	padding: 0;
}
#mainMenu li a {
	margin: 0px 10px 0px 10px;
	color: #000;
	text-decoration: none;
}
#mainMenu li a:hover {
	text-decoration: underline;	
}
#mainMenu li:last-child {
	border-right: 0;
}
.editTable {
	margin: 5px 0 5px 0px;
	width: 100%;
}
.editTable td {
	width: 72%;
	text-align: right;
	vertical-align: top;
	padding: 0 10px; 
	
}
.editTable td.left {
	width: 32% !important;
	padding-top: 5px;
}
.editTable td.right {
	text-align: left;
}
.editTable td.right2 {
	text-align: left;
	padding-top: 5px;
	padding-bottom: 15px;
}
.bottomLinks {
	padding: 10px 0 40px 0;
	
}
.bottomLinks .Submit_Changes {
	background-color: #000000 !important;
	color: #ffffff !important;
	height: 40px !important;
	border-color: #ffffff !important;
	cursor: pointer !important;
	box-shadow: 0 0 10px #000000 !important;
	text-indent: 10px !important;
}
.bottomLinks .Submit_Changes:hover {
	background-color: #e1222e !important;
}
#addProduct { 
	position: relative;
}
#csvUpload {
	position: absolute;
	top: 10px;
	right: 0px; 
	width: 470px;
	background: #f6f6f6;
	border: solid 1px #C3C3C3;
	-webkit-box-shadow: 0 8px 6px -6px #777;
	-moz-box-shadow: 0 8px 6px -6px #777;
	box-shadow: 0 8px 6px -6px #777; 
	padding: 0 10px 10px 10px;
} 
#addNewProd {
	text-align: right;	
	float: right;
	margin: 5px 0 0 0;
}
#addProdForm {
	margin: 0;	    
    font-size: 13px;
}
#addProdForm input {
	clear: both;
	display: block;
}
#specSheet {
    width: 100%;   
}
#addProdForm .error {
	float: left;
}
label.error {
	color: #e3222e;	
	margin: 5px 0 0 10px;
}
input.error, textarea.error, select.error {
	border: 1px solid #e3222e !important;
}
#addSubmit {
	float: right;	
}
.viewProductsTable {
	margin: 15px 0 0 0;	
}
.currencySpan { position:absolute; margin-left:8px; margin-top:6px; z-index:999; 
    color: rgba(0, 0, 0, 0.50);
}
#productprice { text-indent:9px; }
#addProductMessage, #deleteProductMessage, .updateMessage, #statusMessage {
	display: none;	
	text-align: center;	
	border: 5px solid #60a700;
	border-radius: 10px;
	padding: 10px 15px;
	margin: 0 0 5px;	
}
#successMessage {
	display: block;	
	text-align: center;	
	border: 5px solid #60a700;
	border-radius: 10px;
	padding: 10px 15px;
	margin: 0 0 5px;	
}
.errorMessage {
	display: block;	
	text-align: center;	
	border: 5px solid #e3222e !important;
	color: #e3222e !important;
	border-radius: 10px;
	padding: 10px 15px;
	margin: 0 0 5px;	
}
#welcomeText a {
	color: #e3222e;
}
.adminBox a {
	color: #707070;
    text-decoration: none;
}
#welcomeText a:hover, .adminBox a:hover {
	color: #000000;
	text-decoration: none;
}
.addCustomer {
	float: right;
	margin: 20px 0 0 0;
}
.addCustomer a {
	background-color: #eeeeee !important;
	display: block !important;
	width: 200px !important;
	text-align: center;
	padding: 5px 0 !important;
	border: 3px solid #cccccc;
	border-radius: 5px;
	text-decoration: none;
	color: #666666;
	font-weight: bold;
}
.addCustomer a:hover {
	background-color: #e3222e !important;
	color: #ffffff !important;
}
.busLogo {
	display: block;
	float: left;
}
.busLogoLink {
	display: block;
	float: left;
	padding: 15px 0 0 10px;
}
.cancelLink {
	text-align: right;
}
.cancelLink a {
	color: #3a3a3a;
}
.deleteLink {
	float: right;
}
.deleteLink a {
	color: #999999;
}
#changePassword, #changeLogo {
	cursor: pointer !important;
}
.hiddenPassword {
	display: none;
}
.passwordInput1 {
	padding: 5px 0;
}
.hiddenLogo {
	display: none;
	
	clear: both;
	
	padding: 20px 0;
}
.deleteProduct, .deleteCustomer, .deleteGC {
	background: url('images/delete_x.png') 0 0 no-repeat;
	width: 15px;
	height: 15px;
	display: block;
	margin: auto;
}
.deleteProduct span, .deleteCustomer span, .deleteGC span { display: none }
#productImage {
	text-align: center !important;
	width: 90px !important;
}
#productImage img {
	max-height: 70px; 
	max-width: 70px; 
}
#descCell {
	width: 460px !important;
	padding: 0px!important; 
}
.description {
	overflow-y: scroll;
	max-height: 100px;
	width: 500px;
	vertical-align: middle;
}
#deleteCell {
	text-align: center !important;
	width: 15px !important;
	padding: 5px 0;
}
.footerLink {
	text-align: right;
	width: 500px;
	margin: 0 auto;
	padding-bottom: 20px;
}
.footerLink a {
	color: #777777;
}
.colBusinessProducts a, .colBusinessOrders a, .colGiftCards a {
	color: #000000;
	font-size: 12px;
}
.productFloat {
	float: left;
	width: 13.7%;
	min-height: 182px;
	border: 1px solid #cccccc;
	background-color: #eeeeee;
	border-radius: 10px;
	font-size: 12px;
	padding: 0 5px;
	margin: 10px;
	text-align: center;
	cursor: pointer !important;
    transition: all 0.2s;
	position: relative;
	overflow: hidden;
}
.productFloat:hover {
	border: 1px solid #ff0000;
	background-color: #ffffff;
	box-shadow: 0 0 10px #999999;
}
.productSelected {
	display: none;
	font-size: 11px;
	color: #ffffff;
	padding: 5px 0;
	font-weight: bold;
	background-color: black;
	border-radius: 0 0 10px 10px;
	width: 100%;
	position: absolute;
	bottom: 0px;
	left: 0px;
}
.productFloat.highlight {
	border: 1px solid #ff0000;
	background-color: #ffffff;
}
.productFloat.highlight .productSelected {
	display: block;
}
.productImage {
	padding: 10px 0 5px 0;
	min-height: 100px;
	max-height: 100px;
}
.productImage img {
	max-width: 100%; 
	max-height: 100px; 
}
.productPrice {
	padding: 0 0 25px 0;
}
.productsInputs {
	display: none;
}
#editProductCont dt {
	width: 20%;
	float: left;
	margin: 6px 0 0 0;
}
#editProductCont dd {
	width: 75%;
	float: left;
	margin: 0px 0 0 0;
}
#edtproductImageCont {
	margin: 6px 0 0 0;	
	width: 85px;
	text-align: center;
}
#editProductCont .bottomLinks {
	text-align: right;
}
#productsPage h1, .adminBox h1{
	float: left;	
}
#menuProducts {
	left: 150px !important;
}
#menuCustomers {
	left: 25px !important;
}
#menuOrders {
	left: 275px !important;
}
#menuCategories {
	left: 401px !important;
}
#menuProducts, #menuCustomers, #menuOrders, #menuCategories {
	bottom: -20px !important;
	padding: 10px 0 !important;
	z-index: 10 !important;
	background-color: #efefef !important;
	border-top: 5px solid #cccccc !important;
	border-left: 5px solid #cccccc !important;
	border-right: 5px solid #cccccc !important;
	border-top-left-radius: 10px !important;
	border-top-right-radius: 10px !important;
	display: inline-block !important;
	position: absolute !important;
	line-height: 13px !important;
	width: 100px !important;
	text-align: center !important;
}
#mainMenu .active {
	background-color: #ffffff !important;
	padding: 10px 0 15px 0 !important;
}
.mainMenuMultiple {
	left: 5px;
	bottom: -20px;
	position: absolute;
	width: 700px !important;
}
.mainMenuMultiple li a {
    margin: 0px 5px 0px 0px !important;
}
.menuProduct {
	padding: 10px 0 !important;
	z-index: 10 !important;
	background-color: #efefef !important;
	border-top: 5px solid #cccccc !important;
	border-left: 5px solid #cccccc !important;
	border-right: 5px solid #cccccc !important;
	border-top-left-radius: 10px !important;
	border-top-right-radius: 10px !important;
	display: inline-block !important;
	line-height: 13px !important;
	width: 115px !important;
	text-align: center !important;	
}
#sortByCustomer {
	width: auto !important;
}
.viewProductsTable tr {
	min-height: 80px;
}
#cke_productdescription {
	margin: 15px 0 15px;
}
#cke_editproductdescription {
	margin: 5px 0 15px;
}
#productimage { 
	display: inline !important;
}
.productName {
	color: #000;	
	font-weight: bold;
}
#addCustomerForm {
	position: absolute;
	top: -20px;
	left: 10px;
}
#addCustomerForm #edit_database {
	border-radius: 0 0 10px 10px;
	border-top: 0px;
	background: #fff;
	-webkit-box-shadow:0 4px 6px 0px #777;
	-moz-box-shadow: 0 4px 6px 0px #777;
	box-shadow: 0 4px 6px 0px #777; 
}
.newCustomer {
	margin: auto;
}
#addCustomerForm .cancelLink {
	text-align: center !important;
	margin-top: 10px;
}
#addCustomerForm label.error {
	margin: 0;
	position: relative;
	top: -10px;
}
#addCustomerForm  h3 {
	padding-top: 0px;
}
#editCustomerForm {
	position: absolute;
	top: -20px;
	left: 10px;
}
#editCustomerForm #edit_database {
	border-radius: 0 0 10px 10px;
	border-top: 0px;
	background: #fff;
	-webkit-box-shadow:0 4px 6px 0px #777;
	-moz-box-shadow: 0 4px 6px 0px #777;
	box-shadow: 0 4px 6px 0px #777; 
}
#editCustomerForm .cancelLink, #addCustomerForm .cancelLink {
	text-align: center !important;
	margin-top: 10px;
	display: block;
}
#editCustomerForm label.error {
	margin: 0;
	position: relative;
	top: -10px;
}
#productArea {
	width: 75%;
	width: calc(100% - 280px);
	float: left;
  	transition: all 0.5s ease;
}
#productArea h1{
	font-size: 22px;
}
#productPageImage {
	width: 45%;
	float: left;
	text-align: center;
    position: relative;
    border: 1px solid #ddd;
    box-sizing: border-box;
}
/* magnifying glass icon */
#productPageImage:after {
    content:'';
    display:block; 
    width:33px; 
    height:33px; 
    position:absolute; 
    top:0;
    right:0;
    background:url(images/icon.png);
}
#productPageImage img {
	max-width: 100%;	
}
#productPageDetails {
	width: 50%;
	margin: 0 0 0 5%;
	float: left;
}
#fcArea {
	width: 23%;
	min-width: 265px;
	text-align: left;
	margin: 0 0 0;
	float: right;
}
#productArea h3 {
	font-weight: bold;
	padding: 5px 0;
	font-size: 14px;
}
#productPagePrice {
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 5px;
}
#optionsHeader {
	margin: 15px 0 5px;
}
#optionsCont {
	margin: 0 0 15px;
}
#productPageDescription {
	margin: 10px 0 0
}
.customerPage #menuProducts {
    width: 120px !important;    
	left: 10px !important;
}
.addtoCart {
	margin: 5px 0 0 0;
	padding: 6px 20px 7px !important;
	font-size: 16px;
	background-color: #707070 !important;
	color: #fff;
    transition: all 0.15s linear 0;
}
.addtoCart:hover {
	background-color: #505050 !important;
}
#incorrectLogin   {
	text-align: center;
}
#stickyFC {
	padding: 15px 5px;
    border: 1px solid #ddd;
    border-radius: 4px 4px 0 0; 	
	-webkit-box-shadow: 0 8px 6px -6px #777;
	-moz-box-shadow: 0 8px 6px -6px #777;
	box-shadow: 0 8px 6px -6px #777; 
	width: 255px;
}
.cartPage  #stickyFC {
	width: 99% !important;
} 
.shopping-cart h2 {
	padding: 4px;
	font-size: 14px;
	margin: -10px 0px 5px;
	color: #707070;
	border-bottom: 1px dotted #DDD;
}
.shopping-cart h3,.view-cart h3 {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
.shopping-cart ol{
	padding: 1px 0px 0px 15px;
}
.shopping-cart .cart-itm, .view-cart .cart-itm{
	border-bottom: 1px solid #DDD;
	font-size: 11px;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
.shopping-cart .remove-itm, .view-cart .remove-itm{
	font-size: 12px;
	float: right;
	background: #D5D5D5;
	padding: 4px;
	line-height: 8px;
	border-radius: 3px;
}
.shopping-cart .remove-itm:hover, .view-cart .remove-itm:hover{
	background: #C4C4C4;
}
.shopping-cart .remove-itm a, .view-cart .remove-itm a{
	color: #888;
	text-shadow: 1px 1px 1px #ECECEC;
	text-decoration:none;
}
.check-out-txt{
	float:right;
	font-size: 15px;
	font-weight: bold;
}
#cartBottom {
	margin: 0 0 0 15px;
	font-size: 13px;
    position: relative;
    min-height: 50px;
}
#cartItems {
	float: left;
	width: 45%;
}
#shippingTotal {
	float: right;
	text-align: right;
	font-weight: normal;
	width: 100%;
	clear: both;
	margin: 5px 0 5px;
}
#cartTotal {
	float: right;
	text-align: right;
	font-weight: bold;
	width: 45%;
}
#giftCardRow {
	float: right;
	text-align: right;
	font-weight: normal;
	width: 100%;
	clear: both;
	margin: 5px 0 5px;
}
#subTotal {
	float: right;
	text-align: right;
	font-weight: normal;
	width: 25%;
}
#add_to_cart_form #product_qty {
	width: 40px;
	text-align: center;
}
#add_to_cart_form select{
	min-width: 150px;
	width: auto;
}
#productArea .productFloat {
	width: 21%;
}
.uploadBtn {
	float: right;	
}
.itemNumber {
	font-style: italic;
	font-size: 12px;
}
#itemNumber {
	margin-bottom: 10px;
}
.cartPage  dl {
	border: 0px;
	box-shadow: none !important;
	padding: 0 0 0;
}
.cartPage dt {
	width: 30%;
	float: left;
	margin: 5px 0 0 0;
}
.cartPage dd {
	margin: 0px 0px 0 0;
	width: 39%;
	float: left;
}
.FormFieldRequired {
	width: 15px;
}
.cartPage input[type=text], .cartPage input[type=password], .cartPage select {
	width: 250px;
}
.submitOrder {
	float: right;
	margin: 5px 0 0 0;
	padding: 6px 10px 7px !important;
	font-size: 16px;
	background-color: #e3222e !important;
	color: #fff;
    transition: all 0.15s linear 0;
}
.submitOrder:hover {
	background-color: #ff0000 !important;
}
.poCustomer #fcArea {
	width: 100%;
	float: none;	
}
.poCustomer .p-itemN {
	float: left;
	width: 20%;	
}
.poCustomer .p-options {
	float: left;
	width: 35%;	
}
.poCustomer .p-qty {
	float: left;
	width: 10%;	
}
.poCustomer .p-price {
	float: left;
	width: 15%;	
}
.poCustomer .p-price span {
	font-weight: bold;
}
.poCustomer .totalPrice {
	width: 15%;	
	float: right;
	text-align: left;
	margin: 0 3% 0 0;
}
.poCustomer .totalPrice span {
	font-weight: bold;
}
.poCustomer .remove-itm {
	margin-top: 18px;
}
.poCustomer .cart-itm {
	font-size: 14px;	
}
.poCustomer .cart-itm a {
	font-size: 14px;	
}
.poCustomer .submitOrder {
	margin: 25px 0 0 0;
}
.poCustomer #cartItems {
	float: right;
	text-align: right;	
}
.poCustomer #cartTotal {
	width: 20%;
}
.billingInfo {
	margin: 20px 0 0 0;	
}
.orderComplete {
	text-align: center;	
}
#continueShopping {
	display: block;
	font-size: 14px;	
	margin-top: 10px;
}
#fcArea .updateMessage {
	border: 3px solid #60a700 !important;
}
#ProcessingCart {
	color: #6e6e6e;
	text-align: center;
	line-height: 32px;
}
#ProcessingCart img {
	vertical-align: middle;
	margin: 0px 5px 4px 0;
}
#cartLeft {
	width: 50%;
	float: left;
}
#cartRight {
	width: 50%;
	float: right;
}
.billingInfo label.error {
	position: relative;
	top: -13px;
	margin: 0px;
}
.billingInfo #billingZip-error, .billingInfo #shippingZip-error {
	top: 0px;
	margin-left: 10px;
}
#sameBillingCheck {
	margin: 10px 0 0 0;
}
#firstNameAnimate {
	position: relative;
	left: -575px;
}
#addCustomerForm .editTable td.left {
	width: 33% !important;	
}
#productArea .productFloat {
  width: 33.33%;
  box-sizing: border-box;
  margin: 5px 0;
  clear: none !important;
  padding: 10px;
  background: none;
  border: 0px;
}
.productImage {
  min-height: 250px;
  max-height: 250px;
}
.productImage img {
  max-height: 250px;
}
.adminProducts .productImage {
  min-height: 165px;
}
.productName {
	min-height: 35px;	
}
#randomCodeLink {
	display: block;	
    margin: -10px 0 15px 7px;
    font-size: 11px;
}
#addgcForm {
	position: absolute;
	top: -20px;
	left: 10px;
}
#addgcForm #edit_database {
	border-radius: 0 0 10px 10px;
	border-top: 0px;
	background: #fff;
	-webkit-box-shadow:0 4px 6px 0px #777;
	-moz-box-shadow: 0 4px 6px 0px #777;
	box-shadow: 0 4px 6px 0px #777; 
}
#addgcForm .cancelLink {
	text-align: center !important;
	margin-top: 10px;
}
#addgcForm label.error {
	margin: 0;
	position: relative;
	top: -10px;
}
#addgcForm  h3 {
	padding-top: 0px;
}
#addNewGC {
	text-align: right;	
	float: right;
	margin: 5px 0 0 0;
}
#editgcForm {
	position: absolute;
	top: -20px;
	left: 10px;
}
#editgcForm #edit_database {
	border-radius: 0 0 10px 10px;
	border-top: 0px;
	background: #fff;
	-webkit-box-shadow:0 4px 6px 0px #777;
	-moz-box-shadow: 0 4px 6px 0px #777;
	box-shadow: 0 4px 6px 0px #777; 
}
#editgcForm .cancelLink {
	text-align: center !important;
	margin-top: 10px;
}
#editgcForm label.error {
	margin: 0;
	position: relative;
	top: -10px;
}
#editgcForm h3 {
	padding-top: 0px;
}
#GiftCardForm {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 30%;
}
#GiftCardForm h2 {
    border: 0px;   
}
#GiftCardForm input[type=text] {
    width: 150px !important;
}
#GiftCardForm .btn {
    display: inline-block !important;
    margin-left: 5px;
}
.gccodeCell input {
    pointer-events:none;
    opacity: 0.6;
}
#shippingAddress {
    padding-bottom: 10px;  
    float: left;
    width: 55%;
}
#orderNotesCont {
    padding-bottom: 10px;  
    float: right;
    width: 45%;
    margin-top: -30px;
    position: relative;
}
#orderNotesCont textarea {
    height: 75px;   
    font-size: 12px;
}
.SaveNote {
    position: absolute;
    bottom: -15px;
    width: 100%;
    box-sizing: border-box;
    display: none;
    cursor: pointer;
    background-color: #eeeeee !important;
    transition: background-color 0.15s ease-in-out 0s;
    border: 3px solid #e3222e;
    border-radius: 5px;
    color: #666666;
    font-weight: bold;
    padding: 4px 15px 5px!important;
    text-align: center;
    text-decoration: none;
}
#shippingHeader {
    font-weight: bold;   
}
#betweenDates {
    float: right;   
}
#betweenDates h5 {
    text-align: right;
    display: block;
    margin: -10px 0 5px 0;
}
.min_date, 
.max_date {
    vertical-align: top;
    height: 18px;
}
.date-block {
    vertical-align: top;
    padding-left: 40px;
    padding-top: 30px;
    width: 50%;
    text-align: left;
}
.date-block .startdate {
    padding-right: 30px;
}
.startdate, .enddate {
    display: block;
    float: right;
    padding: 0 0 0 10px;
}
.startdate label,
.enddate label {
    padding-right: 5px;
}
img.ui-datepicker-trigger {
    height: 23px;
    width: 23px;
    margin-left: -23px;
    position: relative;
    top: 6px;
}
#betweenDatesForm input[type=text] {
    width: auto;   
}
.betweenSubmit {
    float: right;
    margin-top: 3px;
    margin-left: 10px;
}
#clearSearchLink {
    display: block;
    float: right;
    cursor: pointer;
}
#numResultsText {
    display: block; 
    float: right;
    font-weight: bold;
    padding-right: 20px;
}
#viewTable #numResultsText {
    display: none;   
}
.bestsellingProductsTable {
    display: none;   
}
#seeBestSellingProducts {
    display: block;
    font-size: 12px;
    margin-top: 5px;
}
.userId-94 #cartRight {
    display: none;
}
#customOrderBtnArea {
    position: absolute;
    top: -175px;
    right: 0;
    width: 300px;
}
.mainMenuMultiple.newMenu {
    position: static;
    width: 850px !important;
    transform: translateY(20px);
}
.mainMenuMultiple.newMenu #menuProducts {
    position: static !important;
}
.mainMenuMultiple.newMenu .menuProduct {
    width: auto !important;
    padding-right: 11px !important;
    padding-left: 11px !important;
}
#addNewCat {
    float: right;
}