@font-face {
	font-family: 'BarCode';
	src: url('font/3Of9Barcode.eot');
	src: url('font/3Of9Barcode.eot?#iefix') format('embedded-opentype'),
	url('font/3Of9Barcode.woff') format('woff'),
	url('font/3Of9Barcode.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

body {
	margin: 0px;
	/*background: url("/images/bg-body-pricing.gif") repeat-x #FFF;*/
	font-family: 'Roboto', sans-serif;
	color: #333;
}

td, th, li, p, input, select, textarea {
	font-family: 'Roboto', sans-serif;
}

a img {
	border: 0px;
}

h1 span {
	font-size: 17px;
	padding-left: 15px;
	color: #888;
}

a {
	color: #0000BB;
}
a:hover {
	color: #330066;
}
a.mark:visited {
	padding-right: 20px;
	background: url("/images/icons/tick.png") no-repeat;
	background-position: top right;
	color:#1D9A13;
}

.Clear {
	clear: left;
}

#Header {
	width: 850px;
	background: #fff;
	height: 65px;
	border-bottom: 0px solid #000;
}

#Header #Logo {
	float: left;
	display: block;
	width: 250px;
	border-top: 0px solid #F0F;
}
#Header #Logo img {
	margin-top: 4px;
}

#Header #TopNav {
	text-align: right;
	font-size: .875em;
}

#Header #TopNav p {
	margin: 0;
}

#Header #TopNav p a {
	color: #212121;
	font-weight: bold;
}

#Header #SubNav p {
	float: right;
	margin-top: 2px;
}
#Header #SubNav p a {
	padding: 2px 8px;
	display: block;
	float: left;
	color: #fff;
	font-weight: bold;
	background-color: #118f56;
}
#Header #SubNav p a:hover {
	background: #18bb71;
}


#Content {
	width: 840px;
	display: block;
	margin: auto;
	_margin-left: 5px;
	padding-top: 5px;
	padding-bottom: 25px;
	border-top: 0px solid #000;
}
html.body #Content {
	width: 840px;
}


.List {
	border-top: 2px solid #555;
}
.List th {
	border-bottom: 1px solid #777;
	padding: 5px;
	background: #BBB;
	color: #000;
}
.List td {
	padding: 4px 5px;
	border-bottom: 1px solid #CCC;
}
.List tr.Odd td {
	background: #EFEFEF;
}
.List tr:hover td {
	background: #FFE0CF;
}

.Form {
	border-top: 1px solid #CCC;
}
.Form td {
	padding: 3px 5px;
	border-bottom: 1px solid #CCC;
	background: #EFEFEF;
}
.Form td.Label {
	font-weight: bold;
}
.Form td.Message {
	background: #FFF;
	border-bottom: 0px;
}
.Form td.Button {
	background: #FFF;
	border-bottom: 0px;
}
.Form td.Button span {
	display: block;
	font-size: .875em;
	padding-left: 2px;
	padding-bottom: 5px;
}

.TabMenu {
	margin: 0px;
	padding: 0px;
	float: right;
}
.TabMenu li {
	margin: 0px;
	padding: 0px;
	display: inline;
}
.TabMenu li span {
	padding: 4px;
	font-size: .875em;
	padding-top: 5px;
	display: block;
	float: left;
}
.TabMenu li a {
	display: block;
	float: left;
	font-size: .875em;
	margin-left: 4px;
	padding: 4px 6px;
	border: 1px solid #AAA;
	border-bottom: 0px;
	background: #EEE;
	color: #333;
	text-decoration: none;
}
.TabMenu li a:hover {
	border: 1px solid #777;
	border-bottom: 0px;
	background: #BBB;
}
.TabMenu li a.Active,
.TabMenu li a.Active:hover {
	border: 1px solid #555;
	border-bottom: 0px;
	background: #555;
	color: #EEE;
}

#Totals td,
#Totals td input {
	font-size: 16px;
}

#ConvertToPurchaseOrder {
	clear: right;
	float: right;
	display: inline;
	margin-top: 6px;
	margin-bottom: -2px;
	margin-right: 8px;
}
#ConvertToPurchaseOrder a {
	display: block;
	padding: 3px 8px;
	font-size: 14px;
	background: #139A13;
	color: #FFF;
	border: 1px solid #000;
	border-top: 2px solid #000;
	border-bottom: 2px solid #139A13;
	font-weight: bold;
	background: url("/images/icons/arrow-convert.gif") no-repeat #139A13;
	background-position: top right;
	padding-right: 34px;
	text-decoration: none;
}
.ProductConfigBase,
.ProductConfigOptions {
	width: 760px;
	border-top: 2px solid #444;
	background-color: #EEE;
	font-size: .875em;
	margin: 0 auto;
}
.ProductConfigOptions {
	border-top: 1px solid #444;
}
.ProductConfigBase .Label,
.ProductConfigOptions .Label {
	padding: 5px;
	padding-top: 7px;
	text-align: right;
	font-weight: bold;
	vertical-align: top;
	color: #000;
	width: 15%;
}

.ProductConfigBase .Input,
.ProductConfigOptions .Input,
.ProductConfigOptions .InputLarge {
	padding: 5px;
	padding-right: 0px;
	padding: 3px 5px;
	vertical-align: top;
	color: #000;
}
.ProductConfigOptions .Input {
	width: 35%;
}
.ProductConfigOptions .InputLarge {
	width: 85%;
}
.ProductConfigBase .Input input,
.ProductConfigBase .Input select,
.ProductConfigOptions .Input input,
.ProductConfigOptions .Input select,
.ProductConfigOptions .InputLarge select {
	font-size: .875em;
}
.ProductConfigOptions .Input select {
	width: 250px;
}
.ProductConfigBase span,
.ProductConfigOptions span {
	display: block;
	padding-top: 4px;
}
.ProductConfigBase .DefaultOption,
.ProductConfigOptions .DefaultOption {
	color: #333;
}
.ProductConfigBase .Buttons,
.ProductConfigOptions .Buttons {
	border-top: 2px solid #444;
	padding: 10px;
}


.Icon_Add {
	background: url("/images/icons/add.png") no-repeat;
	padding-left: 18px;
	margin-left: 10px;
	font-size: 13px;
}
.Icon_Edit {
	background: url("/images/icons/page-edit.png") no-repeat;
	padding-left: 18px;
	padding-bottom: 1px;
	margin-left: 10px;
	font-size: 13px;
}
.Icon_Mark {
	background: url("/images/icons/accept.png") no-repeat;
	background-position: 0px -1px;
	padding-left: 18px;
	margin-left: 10px;
	font-size: 12px;
	font-weight: bold;
}
.multiplier {
	width: 100%;
	border: 1px solid #CCC;
}
.multiplier td {
	padding: 2px;
}
#HeaderPrint {
	visibility: collapse;
	display: none;
}

#ViewSheet {
	width: auto;
}

.ProductList {
	width: 100%;
}
.ProductList th {
	padding: 2px;
	text-transform: uppercase;
	border-bottom: 1px solid #663D7C;
	border-right: 1px solid #FFFFFF;
	background-color: #9F86BB;
	font-weight: normal;
	color: #FFFFFF;
	font-size: .875em;
}
.ProductList th.ProductHeader {
	padding: 2px 6px;
	padding-top: 3px;
	text-align: left;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: .05em;
	border-bottom: 1px solid #FFF;
	text-transform: uppercase;
	background: #663D7C;
}

.ProductList td {
	padding: 2px;
	font-size: .875em;
	border-bottom: 1px solid #CCCCCC;
	color: #000000;
}
.ProductList td .Details {
	width: 100%;
}
.ProductList td.fieldOptions {
	background: #EBE3F9;
	text-align: center;
}
.ProductList td.fieldPrice {
	text-align: right;
	background: #EBE3F9;
	color: #990000;
	font-weight: bold;
}
.ProductList td.collapsable {
	padding: 0px !important;
}
.ProductList td td {
	border: 0px;
	vertical-align: top;
}
.ProductList td  ul {
	margin: 0px;
	padding: 0px;
	padding-left: 20px;
	border: 0px solid #f00;
}

.ProductConfigBase td h4 {
	font-size: 18px;
	margin: 0px;
	padding: 5px;
	padding-top: 7px;
	color: #663D7C;
	color: #076F07;
	background: #DDD;
}
.ProductConfigBase td h3 {
	font-size: 18px;
	margin:0px;
}
.Listing {
	width: 100%;
	margin-bottom: 15px;
}
.Listing td {
	font-size: 13px;
	border-top: 1px solid #BBB;
	padding: 3px 2px;
}
.Listing td.Label {
	width: 70%;
	padding: 3px 2px;
	text-align: left;
}
.Listing td.Input {
	padding: 3px 2px;
	text-align: right;
	width: 30%;
}
.Small td.Input,
.Small td.Label {
	font-size: .875em;
}
.Expand td.Label,
.Expand td.Input {
	font-size: 13px;
	padding: 4px 2px;
}

span.para {
	display: none;
	border: 0px solid #777777;
	padding-top: 0px;
}
.para table td,
.para table td input,
.para table td select {
	font-size: .875em;
}
#RushCallout {
	position: absolute;
	top: 93px;
	width: 340px;
	text-align: right;
	color: #D00;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
}


.Report {
	/* margin: 0px; */
	margin: auto;
	border-top: 2px solid #000000;
	font-size: 12px;
}
.Report th {
	background: #C6C6C6;
	border-bottom: 1px solid #000000;
	padding: 4px 6px;
	font-weight: bold;
	color: #000;
}
.Report td {
	padding: 4px 6px;
	border-bottom: 1px solid #DDD;
}
.Report tr.RowEven {
	background-color: #FFFFFF;
}
.Report tr.RowOdd {
	background-color: #EEEEEE;
}


.redBoxNote {
	color: #B00;
	border: 2px solid #B00;
	background: #FEE;
	margin-top: 15px;
	text-align: left;
	padding: 5px;
    font-size: 14px;
}
.redBoxNote h2 {
	font-weight: bold;
	font-size: 15px;
	color: #B00;
}
.redBoxNote ul {
	margin: 0px;
	padding: 4px 0px;
	padding-left: 20px;
}
.redBoxNote ul li {
	font-size: 14px;
	padding: 4px 0px;
}


/*li.Highlight {*/
	/*background: #FFFDE7;*/
/*}*/


#ProductTypeTabs {
	border-bottom: 2px solid #444;
	padding-bottom: 4px;
	padding-top: 10px;
	max-width: 1000px;
}
#ProductTypeTabs ul {
	list-style-type: none;
	margin: 0px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
}
#ProductTypeTabs ul li {
	border: 1px solid #999;
	text-decoration: none;
	font-weight: bold;
	padding: 4px;
	margin: 2px;
}
#ProductTypeTabs ul li a {
	color: #999;
}
#ProductTypeTabs ul li.Active,
#ProductTypeTabs ul li.Active:hover {
	background: #444;
	border-color: #444;
}

#ProductTypeTabs ul li.Active a,
#ProductTypeTabs ul li.Active a:hover {
	color: #FFF;
}

.product-listing {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 1000px;
}

#ProductTypeTabs ul li a:hover {
	color: #444;
}

#ProductTypeTabs ul li:hover {
	border-color: #444;
}

#outerdiv
{
	width:120px;
	height:21px;
	overflow:hidden;
	position:relative;
}
#inneriframe
{
	position:absolute;
	top:-142px;
	left:-580px;
	width:1280px;
	height:1200px;
}

.uk-modal-footer {
	padding: 8px !important;
}

.error {
	color: red;
}
