@font-face {
	font-family: "ca_prologue_w00";
	src: url("../fonts/9996af96-346b-4c0a-b3ef-007021931c42.woff2") format("woff2");
    font-weight: bold;
    font-style: normal;
}

@font-face{
	font-family: "ca_prologue_w00";
	src: url("../fonts/7f7eb996-6c05-4fcf-ab77-1e5573c4bd88.woff2") format("woff2");
    font-weight: bold;
    font-style: oblique;
}

@font-face {
	font-family: "ca_prologue_w00";
	src: url("../fonts/f71deb96-81fe-4151-adab-cf629f7fec20.woff2") format("woff2");
    font-weight: bold;
    font-style: normal;
}

@font-face {
	font-family: "ca_prologue_w00";
	src: url("../fonts/c2699fba-be45-4491-a7fd-89f74cc5cf29.woff2") format("woff2");
    font-weight: bold;
    font-style: oblique;
}

@font-face {
	font-family: "ca_prologue_w00";
	src: url("../fonts/7e7aa6d5-9ff0-467b-9b89-edf1736ffdc5.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family: "ca_prologue_w00";
	src: url("../fonts/d5321756-a8c7-4b51-ae9a-b55b0d27a13a.woff2") format("woff2");
    font-weight: normal;
    font-style: oblique;
}

@font-face {
    font-family: 'blender_pro';
    src: url('../fonts/BlenderPro-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'blender_pro';
    src: url('../fonts/BlenderPro-BoldItalic.woff2') format('woff2');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'blender_probook';
    src: url('../fonts/BlenderPro-Book.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'blender_probook';
    src: url('../fonts/BlenderPro-BookItalic.woff2') format('woff2');
    font-weight: normal;
    font-style: italic;
}

html {
	font-family: blender_probook;
	font-size: 13pt;
	color: black;
}

body {
	max-width: 1280px;
}

a:link{
	text-decoration: none;

}

a:visited{
	text-decoration: none;

}

a:hover{
	text-decoration: underline;

}

h1,h2,h3,h4,h5 {
	color: #9cb2c9;
	font-family: ca_prologue_w00, blender_pro;
	text-transform: uppercase;
}

input[text] {
	line-height: 1;
	vertical-align: middle;
	box-sizing: border-box;
}

.form-group.required .control-label:after {
	color: red;
	content:"*";
}

.form-row {
	display: inline-block;
	vertical-align: middle;
}

.form-row-label {
	display: inline-block;
	vertical-align: middle;
}

button{
	line-height: 1;
	vertical-align: middle;
}

button.light{
	border: none;
	background: none;
}

button.dark{
	border: 1px solid darkgrey;
	border-radius: 8px;
	background-color: #666;
	color: white;
	font-size: 12pt;
	padding-left: 0.8em;
	padding-right: 0.8em;
}

button.green{
	border: 1px solid #008800;
	border-radius: 8px;
	background-color: #008800;
	color: white;
	font-size: 12pt;
	padding-left: 0.8em;
	padding-right: 0.8em;
}

label.new{
	border: 1px solid #cc8888;
	border-radius: 8px;
	background-color: #cc8888;
	color: white;
	font-size: 12pt;
	padding-left: 0.4em;
	padding-right: 0.4em;
}

.glyphicon {
	vertical-align: middle;
}

#header {
	width: 100%;
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #cccccc;
	padding-bottom: 4px;
}

div.logos {
	display: inline-block;
}

div.top-menu {
	font-family: ca_prologue_w00;
	font-size: 18px;
	display: inline-flex;
	vertical-align: bottom;
}

ul.top-menu {
	font-family: ca_prologue_w00;
	list-style: none;
	padding: 0;
	margin: 0;
}

.top-menu li {
	font-family: ca_prologue_w00;
	list-style: none;
	line-height: 1.0;
	display: inline;
	border-left: 1px solid #cccccc;
	padding-left: 0.4em;
	padding-right: 0.4em;
}

.top-menu li a {
	font-family: ca_prologue_w00;
	text-decoration: none;
	color: #888888;
}

.top-menu li a:hover {
	font-family: ca_prologue_w00;
	text-decoration: none;
	background-color: #fcfcfc;
}

.layout-table {
	display: block;
	width: 100%;
}

.content-table {
	display: block;
	width: 100%;
	padding-top: 20px;
	padding-left: 2.4em;
	padding-right: 2.4em;
}

#sidebar h2 {
	display: block;
	text-transform: uppercase;
	font-family: ca_prologue_w00;
	font-size: 16pt;
	font-weight: bold;
	color: #444;
	border-bottom: 1px dotted #cccccc;
	margin-bottom: 1em;
}

#content h2 {
	font-size: 22pt;
}

#content h3 {
	font-size: 20pt;
}

#content h4 {
	font-size: 18pt;
}

.td-content {
	background-image: url("../images/back_tab.png");
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center;
	padding-left: 2.4em;
	padding-right: 2.4em;
	padding-top: 0.8em;
}

.address-table {
	min-width: 50%;
	margin-top: 2em;
	margin-bottom: 2em;
}

.address-table td {
	padding: 1.2em;
	text-align: left;
	border: 1px solid black;
}

.product-table {
	min-width: 66%;
}

.product-table td {
	padding: 0.4em;
	text-align: right;
	border: 1px solid #e0e0e0;
}

.product-table th {
	padding: 0.8em;
	text-align: center;
	color: white;
	background-color: #9cb2c9;
	font-weight: bold;
	border: 1px solid #e0e0e0;
}

ul.new-products {
	color: #cc8888;
}

.new-product {
	font-size: 120%;
}

ul.special-offers {
	color: #cc8888;
}

.special-offer {
	font-size: 120%;
}

.category-list {
	padding-left: 0.4em;
	padding-top: 0.4em;
	border-bottom: 1px dotted #cccccc;
}

.category-list a:link {
	color: black;
	text-decoration: none;
}

.category-list h4 {
	font-weight: bold;
}

.breadlink{
	color: black;
}

.td-menu {
	min-width: 320px;
	border-left: 1px dotted #CCCCCC;
	padding-left: 1.2em;
	padding-right: 1.2em;
}

#quickAmountInput {
	width: 7em;
}

#quickOrderNumberInput {
	width: 9em;
}

.quickcart-list {
	padding-left: 0;
	list-style-position: inside;
}

.unitDesc0{
	background-color: #CCCCCC;
	color: black;
}
.unitDesc1{
	background-color: white;
	color: black;
}
