/* CSS Document */
* {
	box-sizing: border-box;
}
html {
	-webkit-text-size-adjust: 100%;
	/* Prevent font scaling in landscape while allowing user zoom */
}
body {
	box-sizing: border-box;
	font-size: 1em;
	font-family: 'Open Sans', sans-serif;
	line-height: 1.4;
	background-color: #F9F9FF;
	color: #000;
	margin: 0;
}
h1 {
	font-size: 1.25em;
	font-family: 'Open Sans', sans-serif;
	font-weight: 800;
	line-height: 1;
	margin: 15px 0 0 0;
	color: #69C;
}
a:link {
	color: blue;
}
a:visited {
	color: blue;
}
.small {
	font-size: .8em;
}
.red {
	color: red;
}
.redital {
	color: red;
	font-style: italic;
}
.redbold {
	color: red;
	font-weight: bold;
}
.grayital {
	color: gray;
	font-style: italic;
}
/* Mobile changes */
@media screen and (max-width: 759px) {
	#top_pic {
		display: none;
	}
	header {
		padding: 20px 0;
	}
	.banner {
		display: none;
	}
	#header_table {
		margin: 0 auto;
	}
	.text_box {
		margin: 30px 15px;
	}
	.nomobile {
		display: none;
	}
}
/* Desktop changes */
@media screen and (min-width: 760px) {
	header {
		padding: 20px 15%;
	}
	.text_box {
		margin: 30px auto;
		max-width: 600px;
	}
	.mobile {
		display: none;
	}
}
/* All screens */
#top_pic {
	background-image: url(/images/background.jpg);
	background-repeat: repeat-x;
	background-size: Auto 125px;
	margin: 0;
	height: 125px;
	width: 100%;
}
header {
	background-color: black;
	color: white;
	width: auto;
}
nav {
	text-align: center;
}
.banner {
	position: absolute;
	z-index: 1;
	height: 150px;
	width: 150px;
	top: 35px;
	right: 20%;
	border: none;
}
#header_table {
	border: 0;
	border-spacing: 0;
	padding: 0;
}
#container {
	width: 100%;
	box-sizing: border-box;
	padding: 10px;
	text-align: center;
	display: inline-block;
}
.text_box {
	width: 100%;
	border: 1px #CCC solid;
	padding: 20px;
	margin: 0 auto;
	background-color: white;
	border-radius: 10px;
	box-sizing: border-box;
	overflow: hidden;
	text-align: left;
}
.person {
	font-size: .75em;
	font-weight: 400;
	width: 280px;
	text-align: left;
	float: left;
	margin: 15px 15px 15px 0;
}
.datagrid table {
	border-collapse: collapse;
	text-align: left;
	width: 100%;
}
.datagrid {
	font: 13px;
	background: #EEE;
	overflow: hidden;
	border: 1px solid #CCC;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.datagrid table td, .datagrid table th {
	padding: 10px 10px;
	vertical-align: top;
}
.datagrid table thead th {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #CCC), color-stop(1, #999));
	background: -moz-linear-gradient(center top, #CCC 5%, #999 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#9E9E9E', endColorstr='#565656');
	background-color: #CCC;
	color: #FFF;
	font-size: 16px;
	font-weight: 400;
	text-align: center;
}
.datagrid table thead th:first-child {
	border: none;
}
.datagrid table tbody td {
	color: #000;
	border-left: 1px solid #CCC;
	font-size: 13px;
	border-bottom: 1px solid #CCC;
	font-weight: normal;
}
.datagrid table tbody td:first-child {
	border-left: none;
	text-align: center;
	font-size: 16px;
	font-weight: 400;
}
.datagrid table tbody tr:last-child td {
	border-bottom: none;
}
.round_input {
	border-radius: 5px;
	border: solid 1px gray;
	padding: 5px;
	font-size: 1em;
	background-color: #F9F9F9;
	margin: 2px;
}
.round_input:focus {
	background-color: #FFE;
}
.cool_button {
	display: inline-block;
	vertical-align: baseline;
	margin: 0 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font-size: 1em;
	padding: 5px 10px;
	border-radius: .5em;
	color: #606060;
	border: solid 1px #b7b7b7;
	background: #ffffff;
	/* for non-css3 browsers */
	background: linear-gradient(#ffffff, #ededed);
	/* Standard syntax */
}
.cool_button:hover {
	text-decoration: none;
	background: #ededed;
	/* for non-css3 browsers */
	background: linear-gradient(#ffffff, #dcdcdc);
	/* Standard syntax */
}
.cool_button:active {
	position: relative;
	top: 1px;
	color: #999;
	background: #ededed;
	/* for non-css3 browsers */
	background: linear-gradient(#ededed, #ffffff);
	/* Standard syntax */
}
.big-blue-button {
	border: 1px solid #3678b2;
	color: white;
	border-radius: 7px;
	background-image: linear-gradient(#83bee7, #3d8bd8);
	font-weight: 700;
	padding: 8px 25px;
	text-shadow: 0px -1px #3678b2;
	text-decoration: none;
	text-align: center;
	font-size: 1em;
	cursor: pointer;
	margin: 2px;
}
.big-blue-button:hover {
	background-image: linear-gradient(#67a3cf, #2a6dae);
}
.big-blue-button:active {
	position: relative;
	top: 1px;
	background: linear-gradient(#2a6dae, #67a3cf);
}
.big-gray-button {
	border: 1px solid #666;
	color: white;
	border-radius: 7px;
	background-image: linear-gradient(#ccc, #999);
	font-weight: 700;
	padding: 8px 25px;
	text-shadow: 0px -1px #666;
	text-decoration: none;
	text-align: center;
	font-size: 1em;
	cursor: pointer;
	margin: 2px;
}
.dropdown select {
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	border: 1px #666 solid;
	color: #000;
	border-radius: 5px;
	padding: 3px;
	font-size: 1em;
	margin: 2px;
}
.product_box {
	text-align: center;
	border: 1px solid #CCC;
	border-radius: 10px;
	box-sizing: border-box;
	padding: 10px;
	margin: 10px;
	max-width: 250px;
	/*float: left;*/
	display: inline-block;
	vertical-align: top;
}
.blueback:hover {
	background-color: aliceblue;
}
/* promocodes */
.hor_form, #success_msg {
	padding: .5rem 0 1rem 0;
}
.hor_form input, .hor_form button {
	font-size: 1.3rem;
	padding: .5rem .75rem;
	margin: .25rem auto;
	border-radius: .5rem;
	border-width: 1px;
}
.hor_form input {
	width: 12rem;
	margin-right: .25rem;
	color: #606060;
}
.msg {
	margin: .25rem auto;
	color: #606060;
}
.alert {
	color: red;
	border-color: red;
}
.hidden {
	display: none;
}
em {
	color: #404040;
	/*font-weight: 500;
  font-size: 1.25em;
  font-style: normal;*/
}
.prod_cat_vert, a.prod_cat_vert, a.prod_cat_vert:visited, a.prod_cat_vert:hover, a.prod_cat_vert:active {
	color: #69C;
	font-weight: bold;
	text-decoration: none;
}
.prod_cat_horz, a.prod_cat_horz, a.prod_cat_horz:visited, a.prod_cat_horz:hover, a.prod_cat_horz:active {
	color: #69C;
	font-weight: bold;
	text-decoration: none;
	margin: 0 15px;
	white-space: nowrap;
}