/* Basic Page Setup --------------------------------------------------------------------- */

#errorMessage {
	display: none;
}

#loadingImage {
	width: 64px;
	height: 64px;
	opacity: 1;
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -32px;
    margin-top: -32px;
}

.products-text {
	margin: 0 auto;
	width: 860px;
}

/*#freightMessage {*/
/*	display: none;*/
/*}*/

.opacity {
	opacity: 0.2;
}

.addedToCart {
	display: none;
}

/* 
#shippingOptions {	display: none;}
 */

#searchBoxAndCartIcon {
	display: none;
}

/* ADMIN PANEL */


[contenteditable="true"] {
	cursor: pointer;
	outline: none;
}

#notes[contenteditable="true"] {
	border: 2px dashed #FFAF00;
}

[contenteditable=true]:hover {
	border-bottom: 2px dashed #FFAF00
}

.bottom-dashes {
	border-bottom: 2px dashed #FFAF00;
}

#saveOrderBtn,
#cancelEditOrderBtn {
	display: none;
}

/* ADMIN PANEL END */


body {
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	height: auto;
	border: 0;
	margin: 0;
	padding: 0;
}

/*.container_12,*/
/*.container_16,*/
/*.container_24 {*/
/*	margin-bottom: 0*/
/*}*/

.preload * {
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-ms-transition: none !important;
	-o-transition: none !important
}

/* Headings ---------------------------------------------------------------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, "Helvetica Neue", Helvetica, Helve, sans-serif;
	font-weight: normal;
	border: 0;
	margin: 0;
	padding: 0;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 40px;
	color: #FFAF00;
	font-weight: 400;
	margin-bottom: 20px;
}

h2 {
	font-size: 30px;
	color: #00A2FF;
	font-weight: 400;
	margin-bottom: 20px;
}

h3 {
	font-size: 24px;
	color: #666;
	font-weight: 700;
	margin-bottom: 10px
}

h4 {
	font-size: 20px;
	color: #00A2FF;
	font-weight: 700;
	margin-bottom: 10px
}

h5 {
	font-size: 16px;
	color: #00A2FF;
	font-weight: 700
}

h6 {
	font-size: 16px;
	color: #FFAF00;
	font-weight: 700
}

/* Header ---------------------------------------------------------------------------------------------------- */

.top-bar {
	background-color: #00A2FF;
	border: 0;
	color: #fff;
	padding: 5px 0;
	height: 30px;
}

/*.SearchBox {*/
/*	display: inline-block;*/
/*	width: 220px;*/
/*	height: 28px;*/
/*	background: url("/images/searchbox-background.png") center no-repeat;*/
/*	position: relative;*/
/*	text-align: center;*/
/*	vertical-align: middle;*/
/*}*/

/*.SearchBox .textbox {*/
/*	background-color: #fff;*/
/*	border: 0;*/
/*	font-family: Verdana, Arial, Helvetica, sans-serif;*/
/*	font-size: 12px;*/
/*	color: #666;*/
/*	float: left;*/
/*	width: 175px;*/
/*	height: 26px;*/
/*	line-height: 26px;*/
/*	margin: 1px 0 0 5px;*/
/*	padding: 0 4px 0 0;*/
/*	-webkit-border-radius: 0;*/
/*	-moz-border-radius: 0;*/
/*	border-radius: 0;*/
/*	box-shadow: none;*/
/*}*/

/*.SearchBox .textbox:focus {*/
/*    outline: none;*/
/*	box-shadow: none;*/
/*	border-color: transparent;*/
/*}*/

/*#SearchBoxButton {*/
/*	display: inline;*/
/*	float: right;*/
/*	width: 18px;*/
/*	height: 19px;*/
/*	margin: 4px 7px 0 0;*/
/*	cursor: pointer;*/
/*}*/

/* Global ---------------------------------------------------------------------------------------------------- */

a {
	color: #204366;
}

a:hover {
	color: #E16518;
}

a.normal {
	color: #666;
	text-decoration: none;
}

a.normal:hover {
	color: #E16518;
	text-decoration: underline;
}

a.green {
	color: #00A1FF;
	font-weight: 700;
	text-decoration: none;
}

a.green:hover {
	color: #E16518;
	font-weight: 700;
	text-decoration: underline
}

a.greennormal {
	color: #00A1FF;
	font-weight: 400;
	text-decoration: none
}

a.greennormal:hover {
	color: #E16518;
	font-weight: 400;
	text-decoration: underline
}

.greentext {
	color: #00A1FF;
	font-weight: 700;
	text-decoration: none
}

.boldhead {
	font-weight: 700
}

img {
	border: 0;
}

p {
	margin-bottom: 10px;
}

form { 
	margin: 0;
}

fieldset {
	padding: 0;
	border-width: 0;
	margin: 20px 0;
}

label {
	display: block;
	font-size: 14px;
	margin: 0 0 5px 0;
}

label.fieldnotvalid {
	color: #FFAF00;
	font-weight: 700
}

select,
textarea,
input[type="text"] {
	display: inline-block;
	height: 20px;
	line-height: 20px;
	padding: 4px 6px;
	margin-bottom: 10px;
	font-size: 14px;
	color: #555;
	vertical-align: middle;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #fff;
	border: 1px solid #ccc;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border linear .2s, box-shadow linear .2s;
	-moz-transition: border linear .2s, box-shadow linear .2s;
	-o-transition: border linear .2s, box-shadow linear .2s;
	transition: border linear .2s, box-shadow linear .2s
}

textarea:focus,
input[type="text"]:focus {
	border-color: rgba(82, 168, 236, 0.8);
	outline: 0;
	outline: thin dotted \9;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(48, 116, 122, .6);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(48, 116, 122, .6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(48, 116, 122, .6)
}

select {
	width: 100%;
	height: 24px;
	line-height: 24px;
	-webkit-appearance: menulist-button;
}

input[type="radio"],
input[type="checkbox"] {
	margin: 4px 0 0;
	margin-top: 1px \9;
	line-height: normal;
}

button.button {
	display: inline-block !important;
	text-align: center !important;
	text-decoration: none !important;
	color: #fff !important;
	border: 0 !important;
	-webkit-border-radius: 4px !important;
	-moz-border-radius: 4px !important;
	border-radius: 4px !important;
	background-color: #FFAF00 !important;
	cursor: pointer;
}

button.button:hover {
	background-color: #00A1FF !important;
	transition: all .2s;
	-webkit-transition: all .2s
}

button.button2 {
	display: inline-block !important;
	text-align: center !important;
	text-decoration: none !important;
	color: #fff !important;
	border: 0 !important;
	-webkit-border-radius: 4px !important;
	-moz-border-radius: 4px !important;
	border-radius: 4px !important;
	background-color: #00A1FF !important;
	cursor: pointer
}

button.button2:hover {
	background-color: #FFAF00 !important;
	transition: all .2s;
	-webkit-transition: all .2s
}

.searchresults button.button, #shoppingcart button.button, #coupon button.button {
	font: 700 14px/21px Arial, Helvetica, sans-serif !important;
	padding: 0 8px !important;
	height: 42px;
	width: 179px;
	line-height: 22px
}

#cartpopup button.button {
	font: 700 14px/21px Arial, Helvetica, sans-serif !important;
	padding: 0 8px !important;
	height: 22px;
	line-height: 22px;
}

#productdetails button.button,
#placeorder button.button,
#materialslist button.button2 {
	font: 700 14px/21px Arial, Helvetica, sans-serif !important;
	padding: 0 8px !important;
	height: 30px;
	line-height: 30px
}

.cartbutton {
	position: fixed;
	z-index: 1;
	/*display: inline-block !important;*/
	height: 28px;
	line-height: 28px;
	width: 34px;
	text-align: center !important;
	vertical-align: middle;
	text-decoration: none !important;
	border: 0 !important;
	-webkit-border-radius: 4px !important;
	-moz-border-radius: 4px !important;
	border-radius: 4px !important;
	background-color: #FFAF00 !important;
	cursor: pointer
}

ul {
	list-style-type: disc;
	padding: 0;
	margin-left: 15px
}

ul li {
	display: list-item;
	padding: 0;
	margin-bottom: 10px
}

ul li span {
	font-weight: 400
}

/* Search Results ---------------------------------------------------------------------------------------------------- */

#divA{
	display: flex;
	flex-direction: column; /* Stack divs vertically */
	align-items: center; /* Center horizontally */
}

#divB {
	display: none
}

#divA .image {
	background-color: #fff;
	/*display: table-cell;*/
	width: 220px;
	height: 170px;
	line-height: 170px;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	display: block
}

#divA .title1 {
	color: #204366;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	line-height: 17px;
	text-decoration: none;
	margin: 36px 0 5px 0;
}

#divA:hover #divB {
	display: table-cell;
	position: absolute;
	top: 140px;
	left: 0;
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background-color: #00A1FF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	filter: alpha(opacity=75);
	-moz-opacity: .75;
	opacity: .75;
	z-index: 5000
}

.price {
	font-size: 19px;
	font-weight: 700;
	margin: 0 0 12px
}

.ribbon-wrapper-image {
	width: 68px;
	height: 68px;
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 0
}

.SearchResultsNav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #4f5153
}

.SearchResultsNavLink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none
}

.SearchResultsNavLink:hover {
	text-decoration: underline
}

/* Detail Page ---------------------------------------------------------------------------------------------------- */

.image {
	background-color: #fff;
	width: 380px;
	height: 380px;
	line-height: 380px;
	text-align: center;
	vertical-align: middle;
	text-decoration: none
}

/* Checkout ---------------------------------------------------------------------------------------------------- */

table#shoppingcart, table#shoppingcartShippingOptions {
	border-collapse: separate;
	background: #fff;
	width: 440px
}

#shoppingcart thead th, #shoppingcartShippingOptions thead th {
	padding: 5px;
	background-color: #a5a5a5;
	color: #fff;
	font-weight: 400
}

#shoppingcart tbody tr td, #shoppingcartShippingOptions tbody tr td {
	padding: 5px;
	color: #5f6062;
	vertical-align: middle
}

div.remove {
	cursor: pointer;
	width: 10px;
	height: 10px;
    background: url("/images/glyphicons-halflings2.png") 155px -2px;
}

select.paymentField {
	height: 30px;
}

#payment_cc_expiration_month {
	width: 60px;
}

#payment_cc_expiration_year {
	width: 65px;
}


 #shippingLocationSelect {
	 height: 30px;
	 width: auto;
	 border: 1px solid #00A1FF;
	 background-color: #fff;
	 color: #00A1FF;
	 font-weight: 700;
	 line-height: 30px;
	 font-size: 14px;
	 padding: 0 8px;
	 margin: 0;
 }

#billing_state {
	padding: 0 5px;
	text-align: left;
	text-align-last: left; /* aligns the selected option */
	vertical-align: middle;
	font-size: 14px;
	line-height: 1.5;
	height: 30px;
	box-sizing: border-box;
}

/* For option popup alignment */
#billing_state option {
	padding: 6px 10px;
	text-align: left;
}

.productbox1 {
	height: 265px;
	width: 178px;
	background-color: #00A1FF;
	margin-top: 41px;
}

.productDesc1 {
	padding-top: 62px;
	color: white;
	font-size: 21px;
	width: min-content;
	display: table-caption;
	display: -ms-grid;
	-ms-grid-columns: min-content;
}

.adminOrderRow:hover {
	background-color: #00B6A1;
	cursor: pointer;
	color: white;
}

table#shoppingcart{
	border: 0;
	border-collapse: collapse;
}

