@import url(//fonts.googleapis.com/css?family=Roboto);
@import url(./sort-list.css);
@import url(./popup-custom.css);

body
{
	font-family: 'Roboto', Arial;
	font-size: 13px;
	line-height: 17px;
	color: #000000;
	background-color: #ffffff;
	margin: 10px;
	padding: 0px;
	height: 100%;
	background-repeat: repeat-x;
	background-position: left top;
}

input, select, textarea
{
	font-family: 'Roboto', Arial;
}

input:focus, select:focus, textarea:focus
{
	outline: none;
}


img
{
	border: 0px;
}

a
{
	text-decoration: underline;
	color: #3a3963;
	outline: 0;
}
a:hover
{
	text-decoration: underline;
	color: #000000;
}
a:focus
{
	outline: none;
}

h1
{
	font-size: 18px;
	line-height: 18px;
	margin-top: 0px;
	margin-bottom: 12px;
	font-weight: 700;
	text-transform: uppercase;
}

h2
{
	line-height: 20px;
	font-weight: normal;
	color: #666666;
}

h3
{
	font-size: 16px;
	font-weight: 400;
	color: #666666;
	margin-bottom: 12px;
}

h4
{
	margin-top: 0px;
	margin-bottom: 8px;
	font-size: 14px;
	font-weight: 700;
	color: #000000;
}

blockquote
{
	margin-left: 0px;
	margin-right: 0px;
	border: 1px solid #cccccc;
	background-color: #f2f2f2;
	padding: 15px;
}
blockquote h3
{
	margin-top: 0px;
	margin-bottom: 4px;
}
blockquote input[type='text'], blockquote input[type='password'], blockquote input[type='email'], blockquote input[type='tel'], blockquote select, blockquote textarea
{
	background-color: #ffffff !important;
}

.hidden
{
	display: none !important;
}

.two-col
{
	float: left;
	width: 47%;
	padding-right: 3%;
}

.two-col-left-edge
{
	float: left;
	width: 46%;
	padding-left: 3%;
	border-left: 1px solid #cccccc;
}

.three-col
{
	float: left;
	width: 31.3%;
	padding-right: 2%;
}

.three-col-center
{
	float: left;
	width: 31.3%;
	padding-left: 1%;
	padding-right: 1%;
	text-align: center;
}

.error-note
{
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 15px;
	background-color: #ffcccc;
	border: 1px solid #990000;
	color: #990000;
}

.important-note
{
	padding: 12px;
	border: 1px solid #338dcb;
	background-color: rgba(51, 141, 203, 0.25);
	color: #000000;
}

.formbutton, .formbutton:hover
{
	display: inline-block;
	font-size: 14px;
	text-decoration: none;
	height: 32px;
	line-height: 32px;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: 4px;
	margin-right: 4px;
	background-color: #000066;
	color: #ffffff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.5);
	box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.5);
}

.formbutton-disabled, .formbutton-disabled:hover
{
	display: inline-block;
	font-size: 14px;
	text-decoration: none;
	height: 32px;
	line-height: 32px;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: 4px;
	margin-right: 4px;
	background-color: #666666;
	cursor: default;
	color: #ffffff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.5);
	box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.5);
}

.formbutton-wide, .formbutton-wide:hover
{
	display: block;
	text-align: center;
	font-size: 14px;
	text-decoration: none;
	height: 32px;
	line-height: 32px;
	padding-left: 10px;
	padding-right: 10px;
	margin: 4px;
	background-color: #000066;
	color: #ffffff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.5);
	box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.5);
}

.formbutton i, .formbutton-disabled i, .formbutton-wide i
{
	display: inline-block;
	text-align: center;
	width: 16px;
}

.icon-option, .icon-option-selected
{
	margin-top: 4px;
	margin-bottom: 4px;
}
.icon-option a, .icon-option-selected a, .icon-option a:hover, .icon-option-selected a:hover
{
	display: block;
	padding: 6px;
	font-size: 24px;
	line-height: 24px;
	text-decoration: none;
}
.icon-option a
{
	color: #000066;
	background-color: transparent;
}
.icon-option-selected a
{
	color: #ffffff;
	background-color: #000066;
}

.signupFormRow
{
	min-height: 40px;
	line-height: 30px;
}

.signupFormRow textarea
{
	height: 150px;
	line-height: 21px;
	padding: 10px;
	width: 90%;
	border: 1px solid #999999;
	color: #666666;
}

.signupFormRow input[type=text]
{
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
	width: 200px;
	border: 1px solid #999999;
	color: #666666;
}
.signupFormRow input[type=password]
{
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
	width: 120px;
	border: 1px solid #999999;
	color: #666666;
}
.signupFormRow select
{
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
	width: 210px;
	border: 1px solid #999999;
	color: #666666;
}
.signupFormRow input[type=button], .signupFormRow input[type=submit]
{
	height: 30px;
	line-height: 30px;
	padding-left: 15px;
	padding-right: 15px;
	background-color: #cccccc;
	border: 1px solid #999999;
	color: #000000;
}

.signupFormLabel
{
	position: absolute;
	width: 180px;
	line-height: 30px;
	text-align: right;
}

.signupFormField
{
	margin-left: 190px;
	text-align: left;
	line-height: 30px;
}



/***********************************************************
CONTACT FORM, SIGNUP FORM, ACCOUNT FORMS
***********************************************************/

::placeholder {color: #aaaaaa;}
:-ms-input-placeholder {color: #aaaaaa;}
::-ms-input-placeholder {color: #aaaaaa;}

.input-error
{
	background-color: #ffcccc !important;
	border: 1px solid #990000 !important;
}

.signupFormRow label, .formRow label
{
	display: block;
	color: #000099;
	font-size: 14px;
	font-weight: 700;
}

.formRow
{
	padding-bottom: 8px;
}

.formRow input[type=text], .formRow input[type=tel], .formRow input[type=email]
{
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
	width: 90%;
	border: 1px solid #999999;
	color: #666666;
	font-size: 16px;
}
.formRow input[type=date], .signupFormRow input[type=date]
{
	height: 32px;
	line-height: 32px;
	padding-left: 10px;
	width: 140px;
	border: 1px solid #999999;
	color: #666666;
	font-family: 'Roboto', Arial;
	font-size: 16px;
}
.formRow input[type=time]
{
	height: 32px;
	line-height: 32px;
	padding-left: 10px;
	width: 120px;
	border: 1px solid #999999;
	color: #666666;
	font-family: 'Roboto', Arial;
	font-size: 16px;
}
.formRow input[type=number]
{
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
	width: 100px;
	border: 1px solid #999999;
	color: #666666;
	font-size: 16px;
}
.formRow input[type=password]
{
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
	width: 90%;
	border: 1px solid #999999;
	color: #666666;
	font-size: 16px;
}
.formRow select
{
	height: 34px;
	line-height: 34px;
	padding-left: 10px;
	width: 90%;
	border: 1px solid #999999;
	color: #666666;
	font-size: 16px;
}
.formRow textarea
{
	font-family: 'Roboto', Arial;
	height: 90px;
	line-height: 21px;
	padding: 10px;
	width: 90%;
	border: 1px solid #999999;
	color: #666666;
	font-size: 16px;
}
.formRow .options
{
	padding-top: 12px;
}

.formRow input[type=text], .formRow input[type=tel], .formRow input[type=email], .formRow input[type=password], .formRow select, .formRow textarea
{
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.formRow input[type=text]:hover, .formRow input[type=tel]:hover, .formRow input[type=email]:hover, .formRow input[type=password]:hover, .formRow select:hover, .formRow textarea:hover,
.formRow input[type=text]:focus, .formRow input[type=tel]:focus, .formRow input[type=email]:focus, .formRow input[type=password]:focus, .formRow select:focus, .formRow textarea:focus
{
	background-color: #eeeeee;
}

.formRow input[type=button], .formRow input[type=submit]
{
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 4px;
	padding-bottom: 4px;
	background-color: #999999;
	border: 1px solid #666666;
	color: #ffffff;
}

.formRow .options
{
	padding-top: 12px;
}

.check-option
{
	display: table;
	height: 32px;
}
.check-option > div
{
	display: table-cell;
	line-height: 16px;
	vertical-align: middle;
}

.text-money
{
	background-position: 1px 1px;
	background-repeat: no-repeat;
	padding-left: 24px;
	border: 1px solid #666666;
	width: 80px;
}

.footnote
{
	color: #999999;
	font-size: 12px;
	line-height: 13px;
	padding-top: 4px;
}

.footnote-left
{
	color: #999999;
	font-size: 12px;
	line-height: 13px;
	font-style: italic;
	margin-top: -6px;
}

.form-error
{
	display: none;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
	background-color: #ffcccc;
	border: 1px solid #990000;
	color: #000000;
}

#popup-left
{
	width: 320px;
	float: left;
	padding-right: 20px;
	padding-bottom: 20px;
}

#popup-right
{
	padding: 10px;
}

.full-select-list
{
	width: 240px;
	background-color: #cccc99;
}

.asterik
{
	color: #990000;
	font-weight: bold;
}

.data-grid
{
	border: 0px;
	width: 100%;
}
.data-grid th
{
	text-align: left;
	padding: 3px;
	background-color: #cccccc;
}
.data-grid td
{
	padding: 3px;
	border-bottom: 1px solid #cccccc;
}
.data-grid td input[type='text']
{
	border: 1px solid #cccccc;
	color: #666666;
}
.data-grid td select
{
	border: 1px solid #cccccc;
	color: #666666;
}
.data-grid td textarea
{
	border: 1px solid #cccccc;
	font-size: 12px;
	color: #666666;
	padding: 5px;
}

.edit-stylesheet-note
{
	display: inline-block;
	float: right;
	width: 160px;
	margin-right: 5px;
	margin-top: 25px;
	padding: 10px;
	background-color: #ccffcc;
	border: 1px solid #cccccc;
	font-size: 11px;
	line-height: 13px;
}

#cssFileContent
{
	border: 1px solid #cccccc;
	width: 580px;
	height: 450px;
}

.cart-login-col-top
{
	width: 100%;
	height: 320px;
}

#large-h1
{
	font-size: 32px;
	line-height: 32px;
	font-weight: 300;
	text-transform: none;
}

.large-text
{
	font-size: 18px;
	font-weight: bold;
}

.small-text
{
	font-size: 11px;
}

#form-fields
{
	margin: 0px auto;
	max-width: 400px;
	text-align: left;
}

#form-fields input[type='text'], #form-fields input[type='email']
{
	width: 388px;
	height: 28px;
	border: 1px solid #cccccc;
	padding-left: 10px;
	font-size: 14px;
	line-height: 28px;
	color: #999999;
	margin-top: 5px;
}

#form-fields #cu_city
{
	width: 290px;
	float: left;
}

#form-fields #cu_state
{
	width: 80px;
	float: right;
}

#form-submit
{
	clear: both;
	padding-top: 0px;
}

.tiny-text
{
	font-size: 10px;
	line-height: 11px;
	color: #666666;
}

#form-locations
{
	padding-top: 0px;
	text-align: center;
}

#cart-login-container
{
	text-align: center;
}

#cart-login
{
	margin: 0px auto;
	max-width: 800px;
	text-align: left;
	padding-top: 30px;
}


#image-nav
{
	position: absolute;
	width: 200px;
	padding: 10px;
}

.image-folder
{
	display: block;
	padding-left: 25px;
	font-weight: 700;
	background-image: url('/__cms/images/icon-folder.png');
	background-position: 0px center;
	background-repeat: no-repeat;
	color: #000000;
	text-decoration: none;
}

.image-subfolder
{
	display: block;
	padding-left: 50px;
	font-weight: 300;
	background-image: url('/__cms/images/icon-folder.png');
	background-position: 25px center;
	background-repeat: no-repeat;
	color: #000000;
	text-decoration: none;
}

.image-folder-selected
{
	background-color: #ccffcc;
}

#image-browser
{
	padding-left: 220px;
}

.image-grid
{
	display: grid;
	width: 100%;
	grid-column-gap: 10px;
	grid-row-gap: 10px;
	grid-template-columns: 19% 19% 19% 19% 19%;
	grid-auto-rows: 150px;
}

.image-grid-item
{
	width: 100%;
	overflow: hidden;
	text-align: center;
	background-color: #f2f2f2;
}

.image-grid-item-preview
{
	height: 80px;
	padding: 10px;
	text-align: center;
	vertical-align: middle;
}
.image-grid-item-preview img
{
	height: auto;
	max-height: 80px;
	width: auto;
	max-width: 100%;
}

.admin-info-box
{
	position: absolute;
	z-index: 110;
	margin-top: 0px;
	margin-left: 0px;
	display: none;
	width: 200px;
	border: 1px solid #cccccc;
	background-color: #ffffcc;
	font-size: 11px;
	line-height: 13px;
	font-weight: 300;
	padding: 12px;
	-moz-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
	box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
}

.lookup-results
{
	position: absolute;
	display: none;
	width: 96%;
	padding: 2%;
	background-color: #ffffff;
	-moz-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.25);
	box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.25);
	font-size: 13px;
	line-height: 15px;
}
.lookup-results a, .lookup-results a:hover
{
	display: block;
	text-decoration: none;
}

@media only screen and (min-width:1200px)
{
	/* desktop */

	.tablet-only, .mobile-only, .no-desktop
	{
		display: none !important;
	}

	.four-col
	{
		float: left;
		width: 24%;
		padding-right: 1%;
	}

	.four-col-center
	{
		float: left;
		width: 24%;
		padding-left: 0.5%;
		padding-right: 0.5%;
		text-align: center;
	}
}

@media only screen and (min-width: 780px) and (max-width:1200px)
{
	/* tablet */

	.desktop-only, .mobile-only, .no-tablet
	{
		display: none !important;
	}

	.four-col
	{
		float: left;
		width: 24%;
		padding-right: 1%;
	}

	.four-col-center
	{
		float: left;
		width: 24%;
		padding-left: 0.5%;
		padding-right: 0.5%;
		text-align: center;
	}
}

@media only screen and (max-width: 780px)
{
	/* mobile */

	.desktop-only, .tablet-only, .no-mobile
	{
		display: none !important;
	}
}