/* CSS Document */
.d-n{display:none!important}
.d-b{display:block!important}
.d-ib{display:inline-block!important}
.d-i{display:inline!important}
.ta-l{text-align:left!important}
.ta-c{text-align:center!important}
.ta-j{text-align:justify!important}
.ta-r{text-align:right!important}
.ws-nw{white-space:nowrap!important}
.f-l{float:left!important}
.f-r{float:right!important}
.f-n{float:none!important}
.fixed-font{font-family:monospace!important;}
.p-a-vh-c{position:absolute;top:50%;left:50%;transform: translate(-50%, -50%);}
.opacity-0p{filter:alpha(opacity=0); -moz-opacity:0; opacity: 0;}
.opacity-10p{filter:alpha(opacity=10); -moz-opacity:0.1; opacity: 0.1;}
.opacity-20p{filter:alpha(opacity=20); -moz-opacity:0.2; opacity: 0.2;}
.opacity-30p{filter:alpha(opacity=30); -moz-opacity:0.3; opacity: 0.3;}
.opacity-40p{filter:alpha(opacity=40); -moz-opacity:0.4; opacity: 0.4;}
.opacity-50p{filter:alpha(opacity=50); -moz-opacity:0.5; opacity: 0.5;}
.opacity-60p{filter:alpha(opacity=60); -moz-opacity:0.6; opacity: 0.6;}
.opacity-70p{filter:alpha(opacity=70); -moz-opacity:0.7; opacity: 0.7;}
.opacity-80p{filter:alpha(opacity=80); -moz-opacity:0.8; opacity: 0.8;}
.opacity-90p{filter:alpha(opacity=90); -moz-opacity:0.9; opacity: 0.9;}
.opacity-100p{filter:alpha(opacity=100); -moz-opacity:1; opacity: 1;}
.minifont{
	font-family:Arial!important;
	font-size:9px!important;
}
button:disabled,
button.btn-disabled,
button.disabled,
i.disabled,
a.btn:disabled,
a.btn-disabled,
a.btn.disabled,
input:disabled,
input.disabled{
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	opacity: 0.5;
	cursor:pointer;
}
/*
body {
	margin:0;
	padding:0;
	background:white;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:black;
}
td, li {font-size:12px;}
form {margin:0;padding:0;}
label.disabled{
	color:#848484;
}
h1 {
	font-size:24px;
	line-height:22px;
	margin:0 0 22px 0;
}
h2 {
	font-size:22px;
	line-height:20px;
	margin:0 0 20px 0;
}
h3 {
	font-size:20px;
	line-height:22px;
	margin:0 0 22px 0;
}
h4 {
	font-size:18px;
	line-height:20px;
	margin:0 0 20px 0;
}
h5 {
	font-size:16px;
	line-height:18px;
	margin:0 0 18px 0;
}
h6 {
	font-size:14px;
	line-height:16px;
	margin:0 0 16px 0;
}
p {
	font-size:12px;
	line-height:15px;
	margin:0 0 15px 0;
}
a,.link {
	color:#6e9642;
	text-decoration:none;
	cursor:pointer;
}
a:hover {
	color:#6e9642;
	text-decoration:underline;
}
*/
.p-manufacturer{color:#648f35;}
.p-color{font-size:12px;text-transform:none;}
.menu ul {
	display:block;
	margin:0;
	padding:0;
	border:none;
	list-style:none;
}
.menu ul li {
	float:left; display:block;
	margin:0;
	padding:0;
	border:none;
}

.clear {
	clear:both;
	width:auto;
	height:0px;
	overflow:hidden;
}
.clear5 {
	clear:both;
	width:auto;
	height:5px;
	overflow:hidden;
}
.clear10 {
	clear:both;
	width:auto;
	height:10px;
	overflow:hidden;
}
table.formTable tr:last-child td,
table.formTable tr:last-child th{
	border-bottom:none;
}
fieldset.fbrk-base-fieldset table.formTable:last-child {
	margin-bottom:0;
}
fieldset.fbrk-base-fieldset table.formTable tr:last-child th label,
fieldset.fbrk-base-fieldset table.formTable tr:last-child td label {
	display:inline-block;
	margin:0 10px 0 0;
	letter-spacing:nowrap;
}
table.formTable {
	margin-bottom:10px;
}
table.formTable td,
table.formTable th {
	vertical-align:top;
	text-align:left;
	font-weight:normal;
	padding:2px 5px 2px 0;
	border-bottom:1px solid #E2E2E2;
	line-height:15px;
}
table.formTable th {
	min-width:125px;
}
table.formTable table.subFields td,
table.formTable table.subFields th {
	border:none;
	font-size:11px;
	font-weight:normal;
	text-align:left;
}
table.formTable table.subFields {
	margin-top:10px;
}
.subfields label {
	float:left;
	font-size:10px;
	line-height:12px;
	margin-right:6px;
}
.subfields label input[type="button"],
.subfields label input[type="text"],
.subfields label input[type="email"],
.subfields label input[type="number"],
.subfields label input[type="password"],
.subfields label textarea,
.subfields label button,
.subfields label .input,
.subfields label select{
	display:block;
	font-size:12px;
}
body fieldset.fbrk-base-fieldset {
	border:1px solid #c3c3c3;
	padding:20px;
	margin:0 0 20px 0;
	background-color:#F0F0F0;
	position:relative;
}
fieldset.fbrk-base-fieldset.small{
	padding:2px 0 0 120px;
	margin:0 0 5px 0;
}
fieldset.fbrk-base-fieldset > *:last-child{
	margin-bottom:0;
}
fieldset.fbrk-base-fieldset.active{
	border:1px solid #a3a3a3;
}
fieldset.fbrk-base-fieldset input[type='text'],
fieldset.fbrk-base-fieldset input[type='password'],
fieldset.fbrk-base-fieldset textarea{
	padding:1px 2px;
	background-color:#fffaf2;
	border:1px solid #c2c0bf;
}
fieldset.fbrk-base-fieldset input[type='text'].active,
fieldset.fbrk-base-fieldset input[type='password'].active,
fieldset.fbrk-base-fieldset textarea.active{
	background-color:#ffffff;
	border:1px solid #ffa400;
}
fieldset.fbrk-base-fieldset h4 {
	margin:0 0 20px -5px;
}
fieldset.fbrk-base-fieldset legend h1,
fieldset.fbrk-base-fieldset legend h2,
fieldset.fbrk-base-fieldset legend h3,
fieldset.fbrk-base-fieldset legend h4,
fieldset.fbrk-base-fieldset legend h5,
fieldset.fbrk-base-fieldset legend h6 {
	margin:0;
}
fieldset.fbrk-base-fieldset.active legend h1,
fieldset.fbrk-base-fieldset.active legend h2,
fieldset.fbrk-base-fieldset.active legend h3,
fieldset.fbrk-base-fieldset.active legend h4,
fieldset.fbrk-base-fieldset.active legend h5,
fieldset.fbrk-base-fieldset.active legend h6 {
	color:#aa5b26;
}
fieldset.fbrk-base-fieldset.small legend{
	position:absolute;
	left:0;top:0;
}
fieldset.fbrk-base-fieldset td label {
	display:inline-block;
	margin:0 10px 10px 0;
	letter-spacing:nowrap;
}
table.results {
	border-top: 1px solid #d4d3d3;
}
table.results thead th,
table.results thead td {
	background-color: #E8E4DE;
}
table.results td,
table.results th {
	vertical-align: top;
	font-size: 12px;
	text-align: left;
	padding:3px 5px 3px 5px;
	border-top: 1px solid #d4d3d3;
}
table.results tr.stock_info td,
table.results tr.stock_info th {
	vertical-align: top;
	font-size: 11px;
	text-align: left;
	padding:0px 5px 3px 5px;
	border-top:none;
}
table.results tfoot th,
table.results tfoot td {
	border-top: 1px solid #54504f;
}
table.results tbody tr.inactive td,
table.results tbody tr.inactive th {
	color:#a0a0a0;
	background-color:#f0f0f0;
}
table.results tbody tr.hidden td a,
table.results tbody tr.hidden th a{
	opacity:0.5;
}
table.results tbody tr.highlighted td,
table.results tbody tr.highlighted th {
	background-color:#ffd0a0;
}
table.results tbody tr.outOfOrder td,
table.results tbody tr.outOfOrder th {
	background-color:#ffd0d0;
}
table.results tbody th {
	font-weight: bold;
}
table.results tbody h6 {
	font-weight: bold;
	margin: 0px;
}
table.results tbody p {
	margin-top: 0px;
	line-height: 14px;
}
table.results tbody th a {
}
table.results tbody h3, table.results tbody h6, table.results tbody p {
}
table.results tbody h3 {
	font-size: 14px;
	margin-bottom: 3px;
}
table.results tbody h6 {
	margin-top: 3px;
	margin-bottom: 3px;
}
table.results tbody p {
	margin-top: 3px;
	margin-bottom: 0px;
	font-size: 11px;
}
.highslide-credits {
	display:none!important;
}
.highslide-dimming {
	background: black;
}
#messageBox {
	background-color:#A0A0A0!important;
}
.errorMessageBox,
.okMessageBox {
	width:400px;
	position:absolute;
	z-index:100000;
	top:300px;
	left:300px;
	border:2px solid #888888;
}
.errorMessageBox .title,
.okMessageBox .title {
	width:400px;
	height:38px;
	font-size:13px;
	color:white;
}
.errorMessageBox .title {
	background-color:#666666;
}
.okMessageBox .title {
	background-color:#666666;
}
.errorMessageBox .text,
.okMessageBox .text {
	background:#e9c2b2;
	color:#5c2105;
	border:1px solid black;
	padding:25px 40px 25px 40px;
}
.okMessageBox .text {
	background:white;
	color:#5b6f80;
}
.errorMessageBox .title .border,
.okMessageBox .title .border {
	padding:12px 12px 0 43px;
}
.pMessageDialog{
	display:none;
}
.pMessageDialog .regulator,
#pModalDialog .regulator{
	max-height:400px;
	overflow:auto;
}
td.hidden {
	display:none;
}
.fbrkShowHiddenColumns td.hidden {
	display:table-cell;
}
#cke_bottom_description,
#cke_top_properties{
	padding:0;
	line-height:auto;
}
.getPageContentById{background-color:#FF00AE!important;color:white;float:right;padding:3px 6px;}
.fixSaveBtn{
	position:fixed;
	display:block;
	z-index:1000;
	top:20px;
	left:20px;
	width:100px;
	border:2px solid #669136;
	padding:2px;
	text-align:center;
	background-color:#7FA456;
}
.highlighting{
	border:1px solid #FF7E00;
	padding:10px;
	margin:20px 0 0 0;
}
.highlighting:empty{
	display:none;
}
.highlighting p:last-child{
	margin-bottom:0;
}
.rotate270{
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	writing-mode: lr-tb;
}
#ui-datepicker-div {
  z-index: 9999999!important;
}
.szinikon{
	display:inline-block;
	width:20px;height:20px;
	font-size:4px;
	line-height:4px;
}
.SQLQueryDiv {
	display:none;
	background-color:white;
	border:2px solid #808080;
	position:absolute;
	z-index:1000;
}
.SQLQuerySpan {
	background-color:white;
	border:2px solid #808080;
	display:block;
	clear:both;
}
/* #fbrkATT  */
#fbrkATT  {
	position:absolute;
	display:none;
	width:500px;
	z-index:65535;
}
#fbrkATTcontent{
	padding:5px;
	background-color:#ffffff;
	border:1px solid #54504F;
	border-radius:10px;
	-webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow:    0px 5px 10px 0px rgba(0, 0, 0, 0.75);
	box-shadow:         0px 5px 10px 0px rgba(0, 0, 0, 0.75);
}
/* #fbrkATT table.infoBox */
.ui-autocomplete-loading { background: white url('/js/jquery-ui-1.8.16/development-bundle/demos/autocomplete/images/ui-anim_basic_16x16.gif') right center no-repeat; }
body.noHeader{
	padding:0;
}
