body,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote { 
	margin:0;
	padding:0;
	font-size:11px;color:#6d6e70;font-family:Verdana,helvetica,sans-serif;
}

html, body {
	height: 100%;
	min-height: 100%;
	margin:0;
	padding:0;
	overflow:hidden;
	overflow-x:hidden;
}

body {
	background-color: #708EA8;

	/* IE10 Consumer Preview */ 
	background-image: -ms-linear-gradient(bottom, #E2E6EA 0%, #708EA8 100%);
	/* Mozilla Firefox */ 
	background-image: -moz-linear-gradient(bottom, #E2E6EA 0%, #708EA8 100%);
	/* Opera */ 
	background-image: -o-linear-gradient(bottom, #E2E6EA 0%, #708EA8 100%);
	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #E2E6EA), color-stop(1, #708EA8));
	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-linear-gradient(bottom, #E2E6EA 0%, #708EA8 100%);
	/* W3C Markup, IE10 Release Preview */ 
	background-image: linear-gradient(to top, #E2E6EA 0%, #708EA8 100%);

	overflow:hidden;
	overflow-x:hidden;
}

a img {border: 0px;}
a{color:#6d6e70; outline:0;}

input::-webkit-input-placeholder {
	font-style: italic;
}

textarea::-webkit-input-placeholder {
	font-style: italic;
	line-height: 150%;
}

#wrapper fieldset,img { 
	border:0;
}
#wrapper address,caption,cite,code,dfn,var {
	font-style:normal;
	font-weight:normal;
}
#wrapper ol,ul {
	list-style:none;
}
#wrapper caption {
	text-align:left;
}
#wrapper h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
#wrapper q:before,q:after {
	content:'';
}
#wrapper abbr,acronym { border:0;}
#wrapper a{text-decoration:none;}
#wrapper a:hover{text-decoration:underline;}
#wrapper img{vertical-align:top;}
/*#wrapper{background-color:#ffffff;min-width:1070px;}*/

.context-menu, .user-menu {
    z-index:1000;
    position: absolute;
	width:300px;
    background-color:powderblue;
	color:#6d6e70;
    border: 1px solid rgba(0,0,0,0.5);
	border-radius: 4px;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	box-shadow: 6px 6px 12px rgba(0,0,0,0.25);
	background-clip: padding-box;
	margin: 2px 0 0;
	font-size: 16px;
	list-style:none;
	padding-bottom:4px;
}

.context-menu-header {
	color:#6d6e70;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 16px;
	font-weight:bold;
	padding:0 8px 4px 8px;
	margin-bottom:4px;
	margin-top:4px;
	border-bottom:2px solid rgba(0,0,0,0.35);
}

.context-menu ul li, .user-menu ul li {
	font-size: 14px;
	font-family: inherit;
	padding-left:8px;
	padding-right:8px;
	border-radius:4px;
}

.context-menu li a, .user-menu li a {
	color:#a0a0a0;
	text-decoration:none;
    display:block;
    height:28px;
	line-height:30px;
    width:100%;
}

li.activeitem a {
	color:#6d6e70;
}

li.activeitem:hover {
	box-shadow: inset 0 0 6px #000000;
	background-color:#ffffff;
}

.context-menu li a:hover, .user-menu li a:hover {
	color:#a0a0a0;
	background:initial;
	cursor:default;
}

.context-menu li.activeitem a:hover, .user-menu li.activeitem a:hover {
	color:black;
	background:transparent;
}

.context-menu li.activeitem a:active, .user-menu li.activeitem a:active {
	font-weight:bold;
	background:transparent;
}

.context-menu hr, .user-menu hr {
	border:1px solid rgba(0,0,0,0.15);
	margin-top: 0.2 em;
	margin-bottom: 0.2 em;
}

img.context-menu-close {
	float:right;
	width:21px;
	height:21px;
}

img.context-menu-close:hover {
	box-shadow: 0 0 12px white;
	background-color:whitesmoke;
}

#header {
	height:56px;
	z-index:99;
	background-color:#194979;
	width:100%;
	position: relative;
}

#header-sandbox {
	height:56px;
	z-index:99;
	background-color:#8e0000;
	width:100%;
	position: relative;
}

#logo {
	margin-top:8px;
	margin-left:20px;
}

#header-left {
	float: left;
	width: 300px;
}

#header-right {
	background: #ddd;
	border-top: 1px solid white;
	border-left: 1px solid white;
	height: 32px;
	position: absolute;
	bottom: 0;
	right: 0;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	margin-right:60px;
	text-align:center;
}

#divider {
	height:5px;
	background-color:#f5c205;
	width:100%;
	border-top: 1px solid #6D6E70;
	border-bottom: 1px solid #6D6E70;
	clear: both;
}

.header-divider {
	border-left: 1px solid #6D6E70;
	border-right: 1px solid #dedede;
	height: 20px;
	position:relative;
	top: 6px;
	float: left;
}

.ordernumlink, .workordernumlink, .lqidlink {
	color: inherit;
}

#searchbar {
	width: 100px;
	height: 20px;
	margin-left: 8px;
	margin-right: 6px;
	float: left;
	padding: 1px 5px 2px 4px;
	position: relative;
	top: 3px;
	background: #ededed url(../images/bar-bg14.png) repeat-x;
	border: 1px solid #c7c7c7;
	border-radius: 8px; -moz-border-radius: 8px; -webkit-border-radius: 8px;
	font-size: 12px;
	color:#6d6e70;
	font-family:Verdana,helvetica,sans-serif;
	font-style:italic;
	outline: none; /*Remove Chrome and Safari glows on focus*/
}	

#searchbar.active {
	background: #ebf3fc url(../images/bar-bg-active14.png) repeat-x;
	border: 1px solid #abd2ff;
}

#searchbtn {
	width: 13px;
	height: 14px;
	float: left;
	border: 0;
	position: absolute;
	top: 9px;
	right: 14px;
	background: url(../images/search14.png) no-repeat; text-indent: -9999px;
	padding: 0 0 0 0px; /*IE fix*/
	cursor: pointer;
	z-index: 9999;
}

#searchbtn:hover {
	background-position: 0 -14px;
}

#search-container {
	position: relative;
	float: left;
	margin-right: 3px;
}

.user-text {
	margin-left: 6px;
	margin-right: 6px;
	margin-top: 9px;
	float: left;
	font-size: 12px;
	font-family:Verdana,helvetica,sans-serif;
	cursor: default;
}

span.datacount {
	font-style: italic;
	font-weight:normal;
}

span.clickablefilter {
	cursor: pointer;
}

span.activefilter {
	font-weight:bold;
}

.filter-divider {
	border-left: 1px solid #f5c205;;
	border-right: 1px solid #f5f692;
	height: 14px;
	display: inline-block;
	top: 2px;
	position:relative;
	margin-left:10px;
	margin-right:10px;
}

#navMain {margin-left: 2px;z-index:50;margin-right: 26px;text-align:center;float:left;}
#navMain li{float:left;font-weight:bold;margin-top:4px;text-align:center;padding-left:7px;padding-right:7px;}
#navMain li a{display:block;height:28px;line-height:26px;width:100%;text-align:center;margin-left:9px;margin-right:9px;}
#navMain li a:hover{background:#f5c205;text-decoration:none;z-index:50;	border-top-left-radius: 10px;border-top-right-radius: 10px;}
#navMain li.active a{background:#f5c205;border-top-left-radius: 10px;border-top-right-radius: 10px;border-top: 1px solid #6D6E70;border-left: 1px solid #6D6E70;border-right: 1px solid #6D6E70;}
#navMain li:hover ul.last li a {width:100px;}

/* Alt rows used on most data tables */
.row1 { background-color: #F4FAFF; height:24px;}
.row2 { background-color: #FFFFFF; height:24px;}

/* auto-highlight */
.row1.highlight td,.row2.highlight td {
    background-color: #FFFFDD;
}

li a:hover {
    background:#fff;
	color:black;
}

span.required-field {
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	color: red;
	vertical-align: super;
}

.selectedrow {
	color: #ed9222;
}

.homecontent {
	background-color:white;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	position:absolute;
	top:82px;
	bottom:20px;
	left:20px;
	right:20px;
	text-align:center;
}

.catalogcontent {
	position:absolute;
	top:82px;
	bottom:20px;
	left:20px;
	right:20px;
	text-align:center;
}

.categories-wrapper {
	width: 238px;
	min-width: 238px;
	max-width: 238px;
	position: absolute;
	left: 0;
	bottom: 0;
	top: 0;
	overflow: none;
}

.products-wrapper {
	position: absolute;
	left: 253px;
	bottom: 0;
	top: 0;
	right: 0;
	overflow:hidden;
}

.products-toolbar {
	background-color: #194979;
	width: 100%;
	height: 27px;
	min-width: 100%;
	max-width: 100%;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	text-align: center;
	color:#f5c205;
	font-family:Arial, helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	padding-top:5px;
}

.categories-content {
	background-color:white;
	overflow-x:hidden;
	overflow-y:auto;
	position: absolute;
	left: 0;
	bottom: 0;
	top: 28px;
	right: 0;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	padding-bottom:12px;
	text-align: center;
}

.products-content {
	background-color:white;
	overflow:auto;
	overflow-x:auto;
	overflow-y:auto;
	position: absolute;
	left: 0;
	bottom: 0;
	top: 28px;
	right: 0;
	padding-bottom:12px;
	background-image: url('../images/loaderb64.gif');
	background-repeat: no-repeat;
	background-position: center;
	background-position-x: 49%;
	background-position-y: 45%;
}

.category-item {
	width: 206px;
	height: 182px;
	border: 3px solid #708EA8;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	text-align: center;
	margin-top:4px;
	margin-left: auto;
	margin-right: auto;
}

.category-item-selected {
	border-color:#194979;
}

.category-item-label {
	color:#194979;
	font-family:Arial, helvetica, sans-serif;
	font-size:14px;
	margin-top:5px;
}

.category-item-label-over {
	font-weight:bold;
}

.category-item-label-selected {
	font-weight:bold;
	color: black;
}

.category-item-image {
	cursor:pointer;
	opacity: 0.4;
}

.category-item-image-over {
	opacity: 1.0;
}

.category-item-image-selected {
	opacity: 1.0;
}

.product-item-wrapper {
	width:98%;
	table-layout: fixed;
}

.product-item-wrapper tr {
	height:350px;
}

.product-item-wrapper td {
	text-align:center;
}

.product-column-1 {
	width:30%;
	position:relative;
}

.product-column-2 {
	width:38%;
}

.product-column-3 {
	width:32%;
}

.product-item-image-container {
	width:100%;
}

.product-item-image {
	max-width:100%;
}

.product-item-text-container {
	width:96%;
	min-width: 240px;
}

.product-item-name {
	font-size: 32px;
	font-family:Verdana,helvetica,sans-serif;
	font-weight:bold;
	color:#194979;
}

.product-item-vendor {
	font-size: 20px;
	font-family:Verdana,helvetica,sans-serif;
	font-weight:bold;
	color:#708EA8;
}

.product-item-description {
	font-size: 18px;
	font-family:Verdana,helvetica,sans-serif;
	color:#708EA8;
	margin-top: 6px;
	margin-bottom: 15px;
}

.product-item-options {
	font-size: 14px;
	font-family:Arial, helvetica, sans-serif;
	font-weight:bold;
	color:#194979;
	margin-top: 8px;
	text-align: left;
	margin-left:20px;
}

.desc {
	font-size: 13px;
	font-family:Arial, helvetica, sans-serif;
	font-weight:normal;
	color:#567590;
	text-align: left;
	margin-left:13px;
}

.desc-section-title {
	font-size: 14px;
	font-weight:bold;
	font-family:Arial, helvetica, sans-serif;
	color:#194979;
	margin-top: 8px;
	text-align: left;
	margin-bottom:3px;
	margin-left:7px;
}

input.bundle-parent-line, input.required-qty, input.vendor-id {
	font-size: 16px;
    width: 32px;
    text-align: center;
}

input.freightclass, input.freightzip, input.freightweight, input.freightcubes, input.freightwidth, input.freightdepth, input.freightheight {
	font-size: 16px;
    width: 60px;
    text-align: center;
}

.product-item-tools-container {
	position:relative;
	min-width:240px;
	background-color: #f5fdea;
	border: 1px solid #800905;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	text-align:center;
	padding-top:26px;
}

.tools-tbl {
	text-align:center;
	border-spacing:0;
	border:0;
	table-layout: fixed;
	width:100%;
}

.tools-tbl td {
	width: 45%;
	text-align:center;
	font-family:Arial, helvetica, sans-serif;
	font-weight:bold;
	color:#194979;
	font-size: 14px;
}

.tools-tbl tr {
	height:30px;
}

.tools-row {
	font-family:Arial, helvetica, sans-serif;
	font-weight:bold;
	color:#194979;
	font-size: 14px;
	margin-top:10px;
	margin-bottom:10px;
}

.tools-left {
	width: 45%;
	display:inline-block;
	text-align:right;
}

.tools-right {
	width: 45%;
	display:inline-block;
	float:right;
}

.tools-input {
	text-align: right;
	width:80%;
	font-family:Arial, helvetica, sans-serif;
	color:#194979;
	font-size: 14px;
	margin-top:-1px;
	padding-right:4px;
}

.item-qty {
	height: 24px;
	border: 2px solid #f5c205;
	font-size: 16px;
	margin-top:-1px;
	padding-right:4px;
	border-radius: 4px;
}

.item-tag {
	height: 20px;
	border: 1px solid #f5c205;
	font-size: 14px;
	border-radius: 4px;
	padding-left: 3px;
}

.cartbuttonholder {
	position:relative;
	width:200px;
	margin-top:20px;
	margin-bottom:12px;
	margin-left:auto;
	margin-right:auto;
}

.cartbuttontext {
	display:inline-block;
	cursor:pointer;
	position:absolute;
	left:32px;
	top:8px;
	width:150px;
	font-family:Arial, helvetica, sans-serif;
	color:#194979;
	font-size: 16px;
	font-style:italic;
	font-weight:bold;
	text-transform:uppercase;
	opacity:0.3;
}

hr.shadow {
    height: 8px;
    border: 0;
    box-shadow: inset 0 8px 8px -8px rgba(0,0,0,0.5);
}

.removefromcart {
	position: absolute;
	left:3px;
	top:3px;
	width: 20px;
	height: 20px;
	cursor:pointer;
	opacity:0.3;
}

.addtocartbtn {
	cursor: pointer;
	opacity:0.3;
}

.cart-wrapper {
	position: absolute;
	bottom:20px;
	top:82px;
	left:20px;
	right:20px;
	overflow:hidden;
	text-align:center;
}

.cart-toolbar {
	background-color: #194979;
	width: 100%;
	height: 27px;
	min-width: 100%;
	max-width: 100%;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	text-align: left;
	color:#f5c205;
	font-family:Arial, helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	padding-top:5px;
	position:relative;
}

span.toolbarwhite {
	color:white;
	font-family:Arial, helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
}

.cart-content {
	background-color:white;
	overflow-y:auto;
	position: absolute;
	left: 0;
	bottom: 0;
	top: 28px;
	right: 0;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	text-align: center;
	background-image: url('../images/loaderb64.gif');
	background-repeat: no-repeat;
	background-position: center;
	background-position-x: 49%;
	background-position-y: 45%;
}

#cart-toolbar-right {
	position:absolute;
	top:5px;
	right:4px;
	width:320px;
}

#cart-title-name {
	width: 220px;
}

.cart-item-wrapper {
	width:99%;
}

.cart-item-wrapper tr {
	height:100px;
}

.cart-item-wrapper td, .cart-item-wrapper th {
	text-align:center;
	padding-right:4px;
	padding-left:4px;
	border-right: 1px solid #d8dee4;
	border-bottom:2px solid #d8dee4;
}

.cart-item-image-container {
	width:100px;
	height: 100px;
	text-align:center;
	margin: auto;
}

img.cart-item-image {
	width:100px;
	height: 100px;
	margin:auto;
}

.cart-item-line1 {
	font-size: 20px;
	font-family:Verdana,helvetica,sans-serif;
	font-weight:bold;
	color:#194979;
	white-space:nowrap;
}

.cart-item-line2 {
	font-size: 16px;
	font-family:Verdana,helvetica,sans-serif;
	font-weight:bold;
	color:#708EA8;
}

.cart-item-caption {
	font-size: 15px;
	font-family:Verdana,helvetica,sans-serif;
	color:#194979;
	font-weight:bold;
	white-space:nowrap;
}

.cart-item-std {
	font-size: 16px;
	font-family:Verdana,helvetica,sans-serif;
	color:#708EA8;
	font-weight:bold;
}

.removecartitem {
	position: absolute;
	right:0;
	top:3px;
	width: 20px;
	height: 20px;
	cursor:pointer;
}

.totalswrapper {
	width:100%;
	margin-top:30px;
}

.carttotals {
	width:50%;
	min-width:500px;
	float:right;
	background-color:#f5fdea;
	border: 3px solid #800905;
	border-radius: 12px;
	margin-right:12px;
}

.docbox {
	width:92%;
	background-color:white;
	border: 2px solid darkgreen;
	border-radius: 6px;
	margin-left:1em;
	margin-right:1em;
	height:60px;
	min-height:60px;
	position:relative;
	background-image: url("../images/choosefiles.png");
    background-repeat: no-repeat;
    background-position: 4px 7px;
	text-align: left;
}

.docboxsmall {
	width:94%;
	background-color:white;
	border: 1px solid darkgreen;
	border-radius: 6px;
	margin-left:0;
	margin-right:0;
	height:60px;
	min-height:60px;
	position:relative;
	background-image: url("../images/choosefiles.png");
    background-repeat: no-repeat;
    background-position: 4px 7px;
	text-align: left;
}

p.numfiles {
	text-align: right;
    padding-right: 16%;
    font-size: 18px;
    padding-top: 15%;
}

img.uploadfile {
	display:block;
	position:absolute;
    top: 16%;
    right: 8%;
	z-index:6000;
}

img.uploadfile:hover {
	box-shadow: inset 0 0 4px green, 0 0 8px green;
	border-radius:19px;
}

.totalsblock {
	width:100px;
	float:left;
	margin-top:8px;
	margin-bottom:10px;
}

.totals1 {
	text-align:right;
	font-size: 16px;
	font-family:Arial, helvetica, sans-serif;
	font-weight:bold;
	color:#708EA8;
}

.totals2 {
	text-align:right;
	font-size: 16px;
	font-family:Arial, helvetica, sans-serif;
	font-weight:bold;
	color:#194979;
	margin-top:3px;
}

.cart-delivery-section {
	text-align:left;
	padding-top:6px;
	padding-bottom:8px;
	margin-bottom: 3px;
    border-bottom: 1px solid #194979;
}

.cart-delivery-section p {
	font-family:Arial, helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	display:inline-block;
	margin-top:6px;
	margin-bottom:4px;
	margin-left:6px;
	color: #708EA8;
}

.cart-custom-fields-section {
	text-align:left;
	padding-top:6px;
	padding-bottom:8px;
	margin-bottom: 3px;
    border-bottom: 1px solid #194979;
}

.cart-custom-fields-section p {
	font-family:Arial, helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	display:inline-block;
	margin-top:6px;
	margin-bottom:4px;
	margin-left:6px;
	color: #708EA8;
}

.cart-custom-fields-section input {
	font-size:13px;
	width:90%;
}


input.cart-delivery-option-radio {
    display:none;
}

input.cart-delivery-option-radio + label {
	margin:0;
	font-family:Arial, helvetica, sans-serif;
	font-size: 18px;
	display:inline-block;
	margin-top:3px;
	margin-bottom:2px;
	color: #194979;
}

input.cart-delivery-option-radio + label span {
    display:inline-block;
	vertical-align:text-bottom;
    width:18px;
    height:18px;
    cursor:pointer;
	border: 1px solid chocolate;
	border-radius: 4px;
	box-shadow: inset 0 0 4px chocolate;
	background-color:floralwhite;
	margin-right:5px;
	margin-left:12px;
}

img.orange-check {
	width:12px;
	height:13px;
	visibility:hidden;
	margin-left:3px;
	margin-top:1px;
}

#deliverycharge {
	color: #194979;
}

.quote-item-wrapper {
	width:99%;
}

.quote-item-wrapper tr {
	height:42px;
}

.quote-item-wrapper td, .quote-item-wrapper th {
	text-align:center;
	padding-right:3px;
	padding-left:3px;
	border-right: 1px solid #d8dee4;
	border-bottom:2px solid #d8dee4;
}

.quote-item-caption {
	font-size: 15px;
	font-family:Arial, helvetica, sans-serif;
	color:#194979;
	font-weight:bold;
	overflow:hidden;
}

.quote-item-std {
	font-size: 14px;
	font-family:Arial, helvetica, sans-serif;
	color:#708EA8;
	font-weight:bold;
	overflow:hidden;
}

#quote-items a {
	color: inherit;
	text-decoration: underline;
}

img.submit-quote {
	cursor:pointer;
	margin-right:8px;
	width:36px;
}

img.cancel-quote {
	cursor:pointer;
	margin-right:8px;
	width:36px;
}

img.quote-details {
	cursor:pointer;
	width:36px;
}

img.uncancel-quote {
	cursor:pointer;
	margin-right:8px;
	width:36px;
}

#quotes-statuses {
	margin-left:8px;
	border-spacing:0;
}

#help-popup {
    z-index:1000;
    position: absolute;
	width:800px;
    background-color:#ffffff;
	color:#606060;
    border: 6px solid #800905;
    padding: 6px;
	margin-top:2px;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 12px;
}

.help-popup {
	width: 100%;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 12px;
	margin-left:2px;
	margin-right:2px;
	border-spacing:0;
}

#help-header {
	margin-left:2px;
	margin-right:2px;
	margin-top: 2px;
	margin-bottom: 2px;
	height: 28px;
	color: #385d8a;
	text-align:left;
	border-bottom: 2px solid #385d8a;
}

#help-header p {
	line-height:24px;
	vertical-align:top;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 20px;
	width:50%;
	float:left;
}

#helppopupclose {
	vertical-align:top;
	margin-top:1px;
	float:right;
}

#help-container {
	margin-top:12px;
	margin-left:2px;
	margin-right:2px;
	font-size: 15px;
}

.help-thankyou {
	font-weight: bold;
	font-size: 18px;
}

.help-support {
	font-size: 14px;
}

.help-support a {
	font-weight: bold;
}

.help-title {
	font-weight: bold;
	font-size: 18px;
}

#help-container li, ul {
	font-family: inherit;
	font-size: inherit;
}

#help-container ul {
	list-style-image: url('../images/orange-dot-bullet-12.png');
	margin-left:32px;
}

div#quote-lines {
    z-index:1000;
    position: absolute;
	width:80%;
	height: 70%;
    background-color:#ffffff;
	color:#606060;
    border: 6px solid #800905;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 12px;
	border-spacing:0;
}

#quote-lines-header {
	padding-top: 2px;
	padding-left: 6px;
	height: 30px;
	padding-right: 6px;
	text-align: left;
	border: 2px solid #385d8a;
	background-color: #8ca8c0;
}

#quote-lines-header p {
	display:inline-block;
	line-height:26px;
	vertical-align:top;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 20px;
	color: white;
	font-weight: bold;
}

#linespopupclose {
	vertical-align:top;
	margin-top:4px;
	float:right;
}

#lines-container {
	font-size: 15px;
	overflow: auto;
	position: absolute;
	top: 36px;
	bottom: 0;
}

#lines-container table {
	border-collapse: collapse;
	border-spacing: 0;
}

#lines-container th {
	white-space: nowrap;
	padding-left: 4px;
	padding-right: 4px;
	background-color: #e2e6ea;
	border-right: 1px solid #646464;
	border-bottom: 1px solid #646464;
	color: #6d6e70;
}

#lines-container td {
	padding-left: 4px;
	padding-right: 4px;
	border-right: 1px solid #646464;
}

.lines-title {
	font-weight: bold;
	font-size: 18px;
}

#lines-container tr:nth-child(even) {
	background-color: #ffffff;
}

#lines-container tr:nth-child(odd) {
	background-color: #eaeef2;
}

p.product-item-caption {
	font-size: 13px;
    font-family: Arial, helvetica, sans-serif;
    font-weight: bold;
    color: #567590;
	margin-bottom:4px;
}

div.thumbnail-holder {
	text-align:center;
	bottom: 5%;
    position: absolute;
    width: 100%;
}

div.thumbnail {
	width:32px;
	height:32px;
	text-align:center;
	display:inline-block;
	margin-left:8px;
	margin-right:8px;
	opacity:0.6;
	border:1px solid #f5c205;
	border-radius:2px;
}

div.thumbnail:hover {
	width:32px;
	height:32px;
	text-align:center;
	display:inline-block;
	margin-left:8px;
	margin-right:8px;
	opacity:0.6;
	border:1px solid #f5c205;
	border-radius:2px;
	opacity:1.0;
}

div.thumbnailactive {
	opacity:1.0;
	box-shadow: inset 0 0 4px #f5c205, 0 0 8px #f5c205;border-color: #f5c205;
}

img.thumbnail {
	max-width:100%;
	max-height:100%;
	text-align:center;
}

#signin-popup {
    z-index:5000;
	color:#505050;
	margin-top:2px;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	border-radius: 6px;
	overflow:hidden;
	position:absolute;
	font-size:1.6em;
	padding: 100px 20px 20px 20px;
	text-align: center;
	border: 5px solid #ddd;
    background: url(../images/COE-logo-large.png) center 10% no-repeat whitesmoke;
	border-radius:40px;
	box-shadow: 0 0 40px #000000;
	min-width:500px;
	max-height:90%;
}

#signin-container, #newaccount-container {
	overflow:hidden;
	text-align:center;
}

#signin-popup input[type="text"], input[type="password"] { 
	height: 44px;
	font-size:.8em;
	width:60%;
	background-color:whitesmoke;
	border-radius:4px;
	margin-bottom:10px;
	padding: 2px 6px 2px 6px;
	border:2px solid #708EA8;
	color:#406687
}

#newaccount-container input[type="text"], #newaccount-container input[type="password"] { 
	height: 28px;
}

#signin-popup input[type="text"]:focus, input[type="password"]:focus { 
	background-color:white;
	box-shadow: 0 0 4px #708EA8;
}

#signin-popup table {
	text-align:center;
	width:100%;
	border-collapse:collapse;
	margin-top:30px;
}

#signin-popup .login-button {
	width:70%;
	margin: 8px 16px 8px 16px;
	font-weight: bold;
	border: 2px solid #406687;
	background-image: linear-gradient(to right, #708EA8, #E2E6EA, #708EA8);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	padding: 6px;
	border-radius: 10px;
	text-align: center;
	overflow: hidden;
	opacity: 0.6;
	cursor: pointer;
}

#signin-popup .login-button:hover {
	opacity: 0.8;
	box-shadow: 0 0 8px #406687;
}

#signin-popup .login-button:active {
	box-shadow: 0 0 12px #406687;
	color:#b6bb40;
}

#ordering-popup {
    z-index:5000;
	color:#505050;
	margin-top:2px;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	border-radius: 6px;
	overflow:hidden;
	position:absolute;
	font-size:1.6em;
	padding: 100px 20px 20px 20px;
	text-align: center;
	border: 5px solid #ddd;
    background: url(../images/COE-logo-large.png) center 10% no-repeat whitesmoke;
	border-radius:40px;
	box-shadow: 0 0 40px #000000;
	min-width:500px;
	max-height:90%;
}

.cancel-button {
	width:91px;
	margin:0;
	margin-right:12px;
	border: 2px solid #580f0a;
	background-image: linear-gradient(to right, #8e413b, #c3908c, #8e413b);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2em;
	padding: 6px;
	border-radius: 8px;
	text-align: center;
	overflow: hidden;
	opacity: 0.8;
	cursor: pointer;
	color:antiquewhite;
}

.cancel-button:hover {
	opacity: 1;
	box-shadow: 0 0 8px #580f0a;
}

.cancel-button:active {
	box-shadow: 0 0 12px #580f0a;
	color:white;
}

.cancel-button:focus {
	outline:none;
}

.order-button {
	width:91px;
	margin:0;
	margin-right:16px;
	border: 2px solid #014303;
	background-image: linear-gradient(to right, #176d19, #8fc290, #176d19);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2em;
	padding: 6px;
	border-radius: 8px;
	text-align: center;
	overflow: hidden;
	opacity: 0.8;
	cursor: pointer;
	color:antiquewhite;
}

.order-button:hover {
	opacity: 1;
	box-shadow: 0 0 8px #014303;
}

.order-button:active {
	box-shadow: 0 0 12px #014303;
	color:white;
}

.order-button:focus {
	outline:none;
}

.freight-button {
	margin:0;
	border: 2px solid #4a4a4a;
	background-image: linear-gradient(to right, #828282, #aeaeae, #828282);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	padding: 5px;
	border-radius: 6px;
	text-align: center;
	overflow: hidden;
	opacity: 0.8;
	cursor: pointer;
	color:#f1f1f1;
}

.freight-button:hover {
	opacity: 1;
	box-shadow: 0 0 8px #4a4a4a;
}

.freight-button:active {
	box-shadow: 0 0 12px #4a4a4a;
	color:white;
}

.freight-button:focus {
	outline:none;
}

#buyer-locations {
	margin-top: 8px;
    margin-left: 12px;
	margin-bottom:4px;
    height: 24px;
    font-size: 16px;
    border: 1px solid chocolate;
    border-radius: 4px;
    box-shadow: inset 0 0 4px chocolate;
	display:none;
}