/* ########## functionLinks ########## */

.bl .configurations p.functionLinks {
	margin-bottom: 0;
	font-size: 11px;
}
.bl .configurations .functionLinks span { margin-right: 1em; }
.bl .configurations .functionLinks a,
.bl .configurations .functionLinks a:link,
.bl .configurations .functionLinks a:visited,
.bl .configurations .functionLinks a:active {
	color: #333;
	text-decoration: none;
}
.bl .configurations .functionLinks a:hover {
	color: #333;
	text-decoration: underline;
}


/* ########## blTOrder ########## */

.blTOrder { margin-bottom: 20px; }
.blTOrder h1 {
	font-size: 18px;
	font-weight: normal;
	color: #b3000f;
}
.blTOrder h2 {
	margin: 0 0 1em;
	font-size: 18px;
	font-weight: normal;
	color: #888;
}
.blTOrder p { margin: 1em 0 .5em; }
.blTOrder form p,
.blTOrder form .p { margin: 0 0 .5em; }

.blTOrder form {
	overflow: hidden;
	zoom: 1;
	margin: 0;
	border: 1px solid #d4d5d9;
	background-color: #e8e9ed;
	padding: .5em 0 1em 9px;
} /* analog floatbox */
.blW3 form { width: 554px; } /* IE */
.blTOrder form h2 {
	margin-left: 10px;
	color: #333;
}

.blTOrder form a.icLink,
.blTOrder form a.icLink:link,
.blTOrder form a.icLink:visited,
.blTOrder form a.icLink:hover,
.blTOrder form a.icLink:active { color: #333; }

.blTOrder .frTBlock { margin: 1em 0; }
.blTOrder fieldset.frTBlock legend {
	border: 1px solid #d4d5d9;
	border-bottom: 0;
	background-color: #fff;
	padding: .3em 9px;
	font-size: 13px;
	font-weight: bold;
	color: #b3000f;
}
.blTOrder fieldset.frTInline legend {
	background: transparent;
	padding: 0;
	font-size: 13px;
	font-weight: normal;
	color: #333;
}
.blTOrder .blContent {
	overflow: hidden;
	zoom: 1;
	padding: 0 10px;
} /* analog floatbox */
.blTOrder ol.frTBlock,
.blTOrder .frTBlock ol {
	border: 1px solid #d4d5d9;
	border-right: 0;
	background: #edeef2 url(../img/box_bg1.gif) repeat-x 0 0;
	padding: .5em 9px;
}
.blTOrder .frTBlock .flItem {
	margin: .5em 0;
	width: 535px; /* Info */
}
.blTOrder .frTBlock .flItem .flLabel {
	padding-right: 50px; /* -> .flInfo */
	width: 230px;
	wid\th: 180px; /* IE-Hack Box-Model Bug */
}
.blTOrder .frTBlock .flItem .flLabel .flInfo img { display: inline; }

.blTOrder .frTBlock .flItem .flElement { width: 300px; }

.blTOrder form .frErrors {
	margin-right: 10px;
	border: 5px solid #fff;
}

.blTOrder table {
	margin: 1.5em 0 .5em;
	width: 100%;
}
.blTOrder table th,
.blTOrder table td {
	border-bottom: 1px solid #d4d5d9;
	padding: .5em 1em;
	font-size: 11px;
}
.blTOrder table th { font-weight: normal; }
.blTOrder table .thead1 th {
	border-bottom-color: #fff;
	background-color: #babbbf;
	vertical-align: baseline;
}
.blTOrder table .thead2 th {
	background-color: #e8e9ed;
	vertical-align: baseline;
}
.blTOrder tr.rowHighlight th,
.blTOrder tr.rowHighlight td { background-color: #e8e9ed; }

.tooltipOrder {
	width: 200px;
	font-size: 11px;
}
.tooltipOrder h3 { font-size: 13px; }


/* ########## blTConfigInfo ########## */

.blTConfigInfo { margin-bottom: 15px; }
.blTConfigInfo .blContent {
	border-right: 1px solid #d4d5d9;
	border-bottom: 1px solid #d4d5d9;
	padding: 0 10px 10px;
}
.blTConfigInfo h1 {
	font-size: 18px;
	font-weight: normal;
	color: #888;
}
.blTConfigInfo h1.checked { background: url(../img/icon_check-m.gif) no-repeat 100% .2em; }
.blTConfigInfo p,
.blTConfigInfo ul { margin: 1em 0 .5em; }
.blTConfigInfo p img { vertical-align: top; }

.blTConfigInfo li { margin: .3em 0; }

.blTConfigInfo table { width: 100%; }
.blTConfigInfo th,
.blTConfigInfo td { vertical-align: baseline; }
.blTConfigInfo th { font-weight: normal; }
.blTConfigInfo td { text-align: right; }
.blTConfigInfo td strong { font-size: 16px; }

.blTConfigInfo .icLink { background-position: 0 .3em; }
.blTConfigInfo .linkSelected { background-position: 0 .5em; }


/* ########## blTOrderStatus ########## */

.blTOrderStatus {
	overflow: hidden;
	zoom: 1;
	margin: 0 0 15px;
	background: #fff url(../img/navInline-s_bg.gif) repeat-x bottom;
	height: 26px;
	font-size: 11px;
} /* analog floatbox */
.print .pgTPrint .blTOrderStatus { display: none; }
.blTOrderStatus h1 {
	float: left;
	font-size: 18px;
	font-weight: normal;
	color: #888;
}
.blTOrderStatus ol {
	float: right;
	overflow: hidden;
	line-height: 11px; /* IE */
} /* analog floatbox */
.blTOrderStatus li { float: left; }

.blTOrderStatus li span {
	display: block;
	padding: 7px 12px 8px;
	color: #888;
}
.blTOrderStatus li em {
	display: block;
	border-top: 1px solid #bfbfbf;
	border-right: 1px solid #bfbfbf;
	border-left: 1px solid #bfbfbf;
	padding: 6px 12px 8px;
	background: #fff url(../img/navInline-s_bg-selected.gif) repeat-x bottom;
	color: #ff4000;
	font-style: normal;
	text-decoration: none;
}
.blTOrderStatus li a,
.blTOrderStatus li a:link,
.blTOrderStatus li a:visited,
.blTOrderStatus li a:active,
.blTOrderStatus li span.checked {
	display: block;
	background: url(../img/icon_check-s.gif) no-repeat 100% 7px;
	padding: 7px 25px 8px 10px;
	color: #333;
	text-decoration: none;
}
.blTOrderStatus li a:hover {
	color: #ff4000;
	text-decoration: none;
}


/* ########## plugin: tooltip ########## */

#tooltip {
	position: absolute;
	z-index: 3000;
	border: 3px solid #999;
	background-color: #fff;
	padding: 5px 10px;
	opacity: 1;
}
#tooltip h3, #tooltip div { margin: 0; }


/* ########## plugin: datepicker ########## */

div.datepicker {
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 196px;
	height: 147px;
	position: absolute;
	cursor: default;
	top: 0;
	left: 0;
	display: none;
}
* html div.datepicker { background: #121212; } /* IE6 */
.datepickerContainer {
	background: #121212;
	position: absolute;
	top: 10px;
	left: 10px;
}
.datepickerBorderT {
	position: absolute;
	left: 10px;
	top: 0;
	right: 10px;
	height: 10px;
	background: url(../img/datepicker/datepicker_t.png);
}
* html .datepickerBorderT { display: none; } /* IE6 */
.datepickerBorderB {
	position: absolute;
	left: 10px;
	bottom: 0;
	right: 10px;
	height: 10px;
	background: url(../img/datepicker/datepicker_b.png);
}
* html .datepickerBorderB { display: none; } /* IE6 */
.datepickerBorderL {
	position: absolute;
	left: 0;
	bottom: 10px;
	top: 10px;
	width: 10px;
	background: url(../img/datepicker/datepicker_l.png);
}
* html .datepickerBorderL { display: none; } /* IE6 */
.datepickerBorderR {
	position: absolute;
	right: 0;
	bottom: 10px;
	top: 10px;
	width: 10px;
	background: url(../img/datepicker/datepicker_r.png);
}
* html .datepickerBorderR { display: none; } /* IE6 */
.datepickerBorderTL {
	position: absolute;
	top: 0;
	left: 0;
	width: 10px;
	height: 10px;
	background: url(../img/datepicker/datepicker_tl.png);
}
* html .datepickerBorderTL { display: none; } /* IE6 */
.datepickerBorderTR {
	position: absolute;
	top: 0;
	right: 0;
	width: 10px;
	height: 10px;
	background: url(../img/datepicker/datepicker_tr.png);
}
* html .datepickerBorderTR { display: none; } /* IE6 */
.datepickerBorderBL {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 10px;
	height: 10px;
	background: url(../img/datepicker/datepicker_bl.png);
}
* html .datepickerBorderBL { display: none; } /* IE6 */
.datepickerBorderBR {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 10px;
	height: 10px;
	background: url(../img/datepicker/datepicker_br.png);
}
* html .datepickerBorderBR { display: none; } /* IE6 */
.datepickerHidden {	display: none; }
div.datepicker table { border-collapse: collapse; }
div.datepicker a,
div.datepicker a:link,
div.datepicker a:visited,
div.datepicker a:hover {
	color: #eee;
	text-decoration: none;
	cursor: default;
	outline: none;
}
div.datepicker a:hover { color: #ff4000; }
div.datepicker table td {
	text-align: right;
	padding: 0;
	margin: 0;
}
div.datepicker th {
	text-align: center;
	color: #999;
	font-weight: normal;
}
div.datepicker tbody th { text-align: left; }
div.datepicker tbody a { display: block; }
.datepickerDays a {
	width: 20px;
	line-height: 16px;
	height: 16px;
	padding-right: 2px;
}
.datepickerYears a,
.datepickerMonths a{
	width: 44px;
	line-height: 36px;
	height: 36px;
	text-align: center;
}
td.datepickerNotInMonth a,
td.datepickerNotInMonth a:link,
td.datepickerNotInMonth a:visited,
td.datepickerNotInMonth a:active { color: #666; }
td.datepickerNotInMonth a:hover { color: #999; }
tbody.datepickerDays td.datepickerSelected { background: #c30; }
tbody.datepickerDays td.datepickerNotInMonth.datepickerSelected { background: #c30; }
tbody.datepickerYears td.datepickerSelected,
tbody.datepickerMonths td.datepickerSelected { background: #c30; }
div.datepicker tbody th { text-align: left; }
.datepickerSpace div { width: 20px; }
.datepickerGoNext a,
.datepickerGoPrev a,
.datepickerMonth a {
	text-align: center;
	height: 20px;
	line-height: 20px;
}
.datepickerGoNext a {
	float: right;
	width: 20px;
}
.datepickerGoPrev a {
	float: left;
	width: 20px;
}
table.datepickerViewDays tbody.datepickerMonths,
table.datepickerViewDays tbody.datepickerYears { display: none; }
table.datepickerViewMonths tbody.datepickerDays,
table.datepickerViewMonths tbody.datepickerYears,
table.datepickerViewMonths tr.datepickerDoW { display: none; }
table.datepickerViewYears tbody.datepickerDays,
table.datepickerViewYears tbody.datepickerMonths,
table.datepickerViewYears tr.datepickerDoW { display: none; }
td.datepickerDisabled a
td.datepickerDisabled a:link,
td.datepickerDisabled a:visited,
td.datepickerDisabled a:active,
td.datepickerDisabled.datepickerNotInMonth a
td.datepickerDisabled.datepickerNotInMonth a:link,
td.datepickerDisabled.datepickerNotInMonth a:visited,
td.datepickerDisabled.datepickerNotInMonth a:active { color: #333; }
td.datepickerDisabled a:hover { color: #333; }
td.datepickerSpecial a
td.datepickerSpecial a:link,
td.datepickerSpecial a:visited,
td.datepickerSpecial a:active { background: #700; }
td.datepickerSpecial.datepickerSelected a,
td.datepickerSpecial.datepickerSelected a:link,
td.datepickerSpecial.datepickerSelected a:visited,
td.datepickerSpecial.datepickerSelected a:active { background: #a00; }
