/*-----------------------------------------------------*/

body, input, textarea, select, table, a, button
{
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
}
form
{
	margin: 0px;
	padding: 0px;
}
/*
p, fieldset, legend, table, div, td, th, a, label, input, textarea, select, option
*/
p, fieldset, legend, div, span, a, label, input, textarea, select, option, iframe
{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
p, legend, table, div, td, th, a, label, img
{
	border-collapse: collapse;
	border: none;
}
fieldset
{
	border: solid 1px #bfbfbf;
}
body, p, fieldset, table, div, td, th, a, label
{
	margin: 0px;
	padding: 0px;
}
body
{
	background: #606060;
}
ul, li
{
    margin: 0;
    padding: 0;
}
ul
{
    margin: 1px 0;
    padding-left: 10px;
}
legend, input, textarea, select, option, button
{
}
table, td, th
{
	text-align: left;
	vertical-align: top;
}
hr
{
	margin: 8px 0px 8px 0px;
	padding: 0px;
	border: 0px;
	height: 1px;
	width: 100%;
	border-top: solid 1px #cccccc;
}
th, legend
{
	font-weight: bold;
}
a
{
	font-weight: bold;
	text-decoration: none;
	color: #888888;
	color: #2b64ad;
}
a:hover
{
	text-decoration: underline;
	color: #000000;
}

h2
{
	font-size: 18px;
	margin: 5px 0 10px 0;
}

h3
{
	font-size: 14px;
	margin: 5px 0 10px 0;
}

/*-----------------------------------------------------*/

input.number
{
	text-align: center;
}
input.date
{
    width: 80px;
    text-align: center;
}
div.hr
{
	margin: 14px 0 12px 0;
	background: url(../images/page_separator.gif) top left repeat-x;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	width: 100%;
}

div.hr2
{
	margin: 8px 0px;
	background: #7f7f7f;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	width: 100%;
}

.code
{
	font-family: "Courier New", Courier;
	font-size: 12px;
}

.l {text-align: left;}
.c {text-align: center;}
.r {text-align: right;}
.t {vertical-align: top;}
.m {vertical-align: middle;}
.b {vertical-align: bottom;}

/*-----------------------------------------------------*/

td.section_top_special
{
}

div.topblock {
	width: 978px;
	height: 89px;
	height: 81px;
	background: rgb(125,126,125);
	background: rgb(125|126|125);
	background: -moz-linear-gradient(top,rgb(125,126,125) 0%,rgb(14,14,14) 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgb(125,126,125)),color-stop(100%,rgb(14,14,14)));
	background: -webkit-linear-gradient(top,rgb(125,126,125) 0%,rgb(14,14,14) 100%);
	background: -o-linear-gradient(top,rgb(125,126,125) 0%,rgb(14,14,14) 100%);
	background: -ms-linear-gradient(top,rgb(125,126,125) 0%,rgb(14,14,14) 100%);
	background: linear-gradient(to bottom,rgb(125,126,125) 0%,rgb(14,14,14) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgb(125|126|125)', endColorstr='rgb(14|14|14)',GradientType=0);
	border: 1px solid #000;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 1px 1px 3px #666;
box-shadow: 1px 1px 3px #666;
}

/*
a.menuGroup img
{
	padding-bottom: 4px;
	border-bottom: 4px solid rgba(255, 255, 255, 1);
}

a.menuGroup:hover img
{
        border-bottom: 4px solid rgba(0, 0, 0, .25);
}

a.menuGroupSelected img
{
	padding-bottom: 4px;
        border-bottom: 4px solid rgba(0, 0, 0, .25);
}
*/
.menu_link
{
	color: #444444;
	font-size: 11px;
	font-family: Arial;
	text-decoration: none;
	font-weight: normal;
	line-height: 14px;
}
.menu_link:hover
{
	color: #afafaf;
	text-decoration: none;
}
.menu_link_selected
{
	color: #000000;
	font-size: 11px;
	font-family: Arial;
	text-decoration: none;
	font-weight: bold;
	line-height: 14px;
}
tr.odd
{
	/*background: #D7D7D7;*/
	background: #fcfbf9;
}
tr.even
{
	background: #f0f1eb;/*#f3f2ee;*/
}
.recentRow
{
	color: #000000;
	/*background: url(../images/row_back_selected.jpg) top left;*/
	line-height: 20px;
}
.listrow0
{
	color: #000000;
	line-height: 20px;
}
.listrow1
{
	color: #000000;
	line-height: 20px;
}
.grey_listrow0
{
	color: #7f7f7f;
	background-color: #98afbc;
	line-height: 20px;
}
.grey_listrow1
{
	color: #7f7f7f;
	background-color: #bfbfbf;
	line-height: 20px;
}
.listrowGreyed
{
	color: #bfbfbf;
	/*background: url(../images/row_back_greyed.jpg) top left;*/
	background: #dfdfdf;
	line-height: 20px;
}
.listrowGreyed a
{
	color: #bfbfbf;
}
.listrowSelected
{
	color: #000000;
	/*background: url(../images/row_back_selected.jpg) top left;*/
	background: #c0e2eb;
	line-height: 20px;
}
.grey_out
{
	color: #afafaf;
	font-weight: normal;
}
tr.hover
{
	background-color: #d6dabf;
}
.imgSettings
{
	position: relative;
	cursor: crosshair;
	z-index: 0;
}
.imgNodeSettings
{
	display: inline;
	position: absolute;
	visibility: hidden;
	background-color: #ffffff;
	cursor: pointer;
	cursor: hand;
	top: 0;
	left: 0;
	padding: 0px 3px 1px 3px;
	border: solid 1px #000000;
	z-index: 1;
	color: #000000;
	font-family: Arial;
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
}
.user_info
{
	position: relative;
	display: block;
	color: #444444;
	background: url(../images/display_back.jpg) top left;
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	line-height: 12px;
	border: solid 1px #444444;
	padding: 6px 6px 6px 6px;
}
.userInfo
{
	float: right;
	margin: 20px 12px 0 0;
	padding: 4px 6px;
	color: #ccc;
	font-family: Arial;
        font-size: 10px;
        line-height: 12px;
        background: #000;
        border: 1px solid #444;
}

img.page_link
{
	vertical-align: middle;
}
a.page_link
{
	padding-right: 12px;
	background: url(../images/page_link.gif) 100% 50% no-repeat;
}

/*-----------------------------------------------------*/

table.article_list
{
	background: url(../images/row_back.jpg) top left repeat-y;
	width: 100%;
}
table.article_list tr
{
	color: #000000;
	line-height: 20px;
}
table.article_list th
{
	color: #ffffff;
	text-transform: uppercase;
	background: url(../images/row_back_header.gif) top left repeat-x;
	padding: 0px 2px;
	text-align: center;
	vertical-align: middle;
	height: 20px;
}
table.article_list td
{
	padding: 0px 2px;
	text-align: center;
	vertical-align: middle;
	height: 20px;
}

table.article_list tr.recentRow td
{
	background-color: #B7DCE5;
}

table.article_list tr.recentRowGreyed td
{
	background-color: #B7DCE5;
	color: #bfbfbf;
}

table.article_list tr.greyed td
{
	color: #bfbfbf;
}

table.article_list tr:hover td
{
	background-color: #d6dabf;
}

table.article_list td.c0
{
	text-align: left;
}
table.article_list td.c1
{
	text-align: left;
}
table.article_list td.c1 div
{
	overflow: hidden;
	width: 280px;
	height: 20px;
}
table.article_list td.c1 div a
{
	font-family: arial;
	font-size: 11px;
	font-weight: normal;
	letter-spacing: 1px;
	color: #000000;
}
table.article_list td.c2
{
	text-align: left;
}
table.article_list td.c3
{
	text-align: left;
	border-right: solid 1px #bfbfbf;
}
table.article_list td.c4
{
	text-align: right;
	border-right: solid 1px #bfbfbf;
}
table.article_list td.c5
{
	border-right: solid 1px #bfbfbf;
}
table.article_list td.c6
{
	border-right: solid 1px #bfbfbf;
}
table.article_list td.c7
{
	border-right: solid 1px #bfbfbf;
}
table.article_list td.c8
{
	border-right: solid 1px #7f7f7f;
}
table.article_list td.c9
{
}
table.article_list td.cA
{
	cursor: pointer;
	background: url(../images/icon_delete.gif) center center no-repeat;
}
table.article_list td.cB
{
	cursor: pointer;
	background: url(../images/icon_clone.gif) center center no-repeat;
}
table.article_list td.cC
{
	cursor: pointer;
	background: url(../images/icon_move_on.gif) center center no-repeat;
}
table.article_list td.cC2
{
	cursor: pointer;
	background: url(../images/icon_move_off.gif) center center no-repeat;
}
table.article_list td.cD
{
	cursor: pointer;
	background: url(../images/icon_edit.gif) center center no-repeat;
}

/*-----------------------------------------------------*/

table.article_tree
{
	/*background: url(../images/row_back.jpg) top left repeat-y;*/
	width: 100%;
}
table.article_tree tr
{
	color: #000000;
	line-height: 20px;
}
table.article_tree th
{
	color: #ffffff;
	text-transform: uppercase;
	background: url(../images/row_back_header.gif) top left repeat-x;
	padding: 0px 2px;
	text-align: center;
	vertical-align: middle;
	height: 20px;
}
table.article_tree td
{
	padding: 0px 2px;
	text-align: center;
	vertical-align: middle;
	height: 20px;
	border-bottom: 1px solid #dfdfdf;
}

table.article_tree tr:nth-child(even)
{
	background: #f0f1eb;
}

table.article_tree td a
{
	color: #000000;
}

table.article_tree tr.recentRow td
{
	background-color: #B7DCE5;
}

table.article_tree tr.recentRowGreyed td
{
	background-color: #B7DCE5;
	color: #bfbfbf;
}

table.article_tree tr.recentRowGreyed td a
{
	color: #bfbfbf;
}

table.article_tree tr.greyed td,
table.article_tree tr.greyed td a
{
	color: #bfbfbf;
}

table.article_tree tr:hover td
{
	background-color: #d6dabf;
}

table.article_tree td.c0
{
	text-align: left;
}

table.article_tree td.c0c
{
	padding: 0px;
}

table.article_tree td.c1
{
	text-align: left;
}

table.article_tree td.c2
{
	text-align: left;
	padding-left: 16px;
	background: url(../images/icon_nav_article.gif) left center no-repeat;
}
table.article_tree td.c2p
{
	text-align: left;
	padding-left: 16px;
	background: url(../images/icon_nav_product.gif) left center no-repeat;
}
table.article_tree td.c2cb
{
	text-align: left;
	padding-left: 140px;
	background: url(../images/icon_nav_column_break.png) -2px center no-repeat;
	background: url(../images/column_break_bg.gif) left center repeat-x;
}
table.article_tree td.c2cb span
{
	padding: 0 5px;
	background: #eee;
	line-height: 18px;
}
table.article_tree td.c2 a,
table.article_tree td.c2p a,
table.article_tree td.c2cb a
{
	font-family: arial;
	font-size: 11px;
	font-weight: normal;
	letter-spacing: 1px;
	color: #000000;
}
table.article_tree tr.columnBreak td.c3
{
	/*background: url(../images/column_break_bg.gif) left center repeat-x;*/
}

table.article_tree td.c2f
{
	text-align: left;
	padding-left: 16px;
	background: url(../images/icon_nav_page.gif) left center no-repeat;
}
table.article_tree td.c2f a
{
	font-family: arial;
	font-size: 11px;
	font-weight: normal;
	letter-spacing: 1px;
}

table.article_tree td.c2fc
{
	text-align: left;
	padding-left: 16px;
	background: url(../images/icon_nav_custompage.gif) left center no-repeat;
}
table.article_tree td.c2fc a
{
	font-family: arial;
	font-size: 11px;
	font-weight: normal;
	letter-spacing: 1px;
}

table.article_tree td.c2fsub
{
	text-align: left;
	padding-left: 16px;
	background: url(../images/icon_nav_subsite.gif) left center no-repeat;
}
table.article_tree td.c2fsub a
{
	font-family: arial;
	font-size: 11px;
	font-weight: normal;
	letter-spacing: 1px;
}

table.article_tree td.c2flink
{
	text-align: left;
	padding-left: 16px;
	background: url(../images/icon_nav_page_link.gif) left center no-repeat;
}
table.article_tree td.c2flink a
{
	font-family: arial;
	font-size: 11px;
	font-weight: normal;
	letter-spacing: 1px;
}

table.article_tree td.c2fb
{
	text-align: left;
	padding-left: 16px;
	background: url(../images/icon_nav_folder_back.gif) left center no-repeat;
	cursor: pointer;
}
table.article_tree td.c2fb a
{
	font-family: arial;
	font-size: 11px;
	font-weight: normal;
	letter-spacing: 1px;
	color: #000000;
}

table.article_tree td.c2fs
{
	text-align: left;
	padding-left: 16px;
	background: url(../images/icon_nav_folder.gif) left center no-repeat;
}
table.article_tree td.c2fsarch
{
	text-align: left;
	padding-left: 16px;
	background: url(../images/icon_nav_folder_special.gif) left center no-repeat;
}
table.article_tree td.c2fsmob
{
	text-align: left;
	padding-left: 16px;
	background: url(../images/icon_nav_folder_mobile.gif) left center no-repeat;
}
table.article_tree td.c2fs a,
table.article_tree td.c2fsarch a,
table.article_tree td.c2fsmob a
{
	font-family: arial;
	font-size: 11px;
	font-weight: normal;
	letter-spacing: 1px;
	color: #000000;
}

table.article_tree td.c2fu
{
	text-align: left;
	padding-left: 16px;
	background: url(../images/icon_nav_folder_special.gif) left center no-repeat;
}
table.article_tree td.c2fu a
{
	font-family: arial;
	font-size: 11px;
	font-weight: normal;
	letter-spacing: 1px;
	color: #000000;
}

table.article_tree td.c2trash
{
	text-align: left;
	padding-left: 16px;
	background: url(../images/icon_nav_trash.gif) left center no-repeat;
}
table.article_tree td.c2trash a
{
	font-family: arial;
	font-size: 11px;
	font-weight: normal;
	letter-spacing: 1px;
	color: #A23809;
}

table.article_tree td.c2 div
{
	overflow: hidden;
	width: 280px;
	height: 20px;
}
table.article_tree td.c3
{
	text-align: left;
	border-right: solid 1px #bfbfbf;
}
table.article_tree td.c4
{
	/*border-right: solid 1px #bfbfbf;*/
}
table.article_tree td.c5
{
	/*border-right: solid 1px #bfbfbf;*/
}
table.article_tree td.c6
{
	/*border-right: solid 1px #bfbfbf;*/
}
table.article_tree td.c7
{
	/*border-right: solid 1px #bfbfbf;*/
}
table.article_tree td.c8
{
	border-right: solid 1px #7f7f7f;
}
table.article_tree td.c9
{
}
table.article_tree td.cA
{
	cursor: pointer;
	background: url(../images/icon_delete.gif) center center no-repeat;
}
table.article_tree td.cB
{
	cursor: pointer;
	background: url(../images/icon_clone.gif) center center no-repeat;
}
table.article_tree td.cC
{
	cursor: pointer;
	background: url(../images/icon_move_on.gif) center center no-repeat;
}
table.article_tree td.cC2
{
	cursor: pointer;
	background: url(../images/icon_move_off.gif) center center no-repeat;
}
table.article_tree td.cD
{
	cursor: pointer;
	background: url(../images/icon_edit.gif) center center no-repeat;
}

table.article_tree tr.divider td
{
	text-align: left;
	height: 2px;
	font-size: 1px;
	line-height: 1px;
	background: #63A0C6;
}

table.article_tree tr.divider td div
{
	position: relative;
}

table.article_tree tr.divider td div div
{
	position: absolute;
	background: #ffffff url(../images/icon_move_to.gif) center center no-repeat;
	border: solid 1px #63A0C6;
	margin-top: -6px;
	margin-left: 3px;
	width: 14px;
	height: 13px;
	cursor: pointer;
}

table.article_tree tr.divider td div div:hover
{
	background-color: #63A0C6;
	margin-top: -7px;
	margin-left: 2px;
	width: 16px;
	height: 15px;
}

table.article_tree th.feedDivider,
table.article_tree td.feedDivider
{
	padding: 0;
	font-size: 0;
	overflow: hidden;
}
table.article_tree td.feedDivider
{
	padding: 0;
	font-size: 0;
	overflow: hidden;
	border-right: solid 1px #bfbfbf;
}

/*-----------------------------------------------------*/

tr.menu_node_odd
{
}
div.menu_node
{
	margin-left: 24px;
}
table.menu_node
{
	background: url(../images/row_back.jpg) top left repeat-y;
	width: 100%;
}
table.menu_node tr.menu_node_selected
{
	background: url(../images/row_back_selected.jpg) top left repeat-x;
	background: #c0e2eb;
}
table.menu_node img
{
	text-align: center;
	vertical-align: top;
	line-height: 20px;
}
table.menu_node td
{
	padding: 0px 2px;
	text-align: center;
	vertical-align: middle;
	height: 20px;
}
table.menu_node th
{
	background: url(../images/row_back_header.gif) top left repeat-x;
	padding: 0px 2px;
	text-align: center;
	vertical-align: middle;
	height: 20px;
	color: #ffffff;
	text-transform: uppercase;
}
table.menu_node td span.title
{
	vertical-align: top;
	height: 20px;
	line-height: 20px;
	font-family: arial;
	font-size: 11px;
	font-weight: normal;
	letter-spacing: 1px;
	color: #000000;
}
table.menu_node td span.title_miss
{
	vertical-align: top;
	height: 20px;
	line-height: 20px;
	color: #afafaf;
}

/*-----------------------------------------------------*/

div.selectionListComp
{
	line-height: normal;
}
div.selectionList
{
	overflow: auto;
	overflow-x: hidden;
	line-height: normal;
	border: solid 1px #7f7f7f;
	background: #ffffff;
}
div.selectionList table td.handle
{
	background-position-x: -1px !important;
}

div.selectionListFilter
{
	background: #efefef;
	overflow: hidden;
	border: solid 1px #7f7f7f;
	border-top: none;
	z-index: 100;
}
div.selectionListFilter table td
{
	height: 20px;
}
div.selectionListFilter table td.c1
{
	width: 50px;
	text-align: right;
	vertical-align: middle;
	border-right: solid 1px #7f7f7f;
}
div.selectionListFilter table td input.selectionListFilter
{
	width: 100%;
	border: none;
	height: 20px;
	padding: 3px 2px 0px 4px;
}

/*-----------------------------------------------------*/
/*
div.selectionPopupComp
{
        line-height: normal;
}
div.selectionPopup
{
        overflow: auto;
        overflow-x: hidden;
        line-height: normal;
        border: solid 1px #7f7f7f;
        background: #ffffff;
}
div.selectionPopup table td.handle
{
        background-position-x: -1px !important;
}
*/
/*-----------------------------------------------------*/

div.hidden
{
	display: none;
}
div.container
{
	margin: 4px 0px 4px 0px;
	display: none;
}
/*-----------------------------------------------------*/

div.toolfield
{
	width:100%;
	height:18px;
	text-align:right;
	border-top: #ACA899 solid 1px;
	border-right: #ACA899 solid 1px;
	border-left: #ACA899 solid 1px;
	background: #F6F6F6;
}
/*-----------------------------------------------------*/

table.layoutSelection
{
	position: relative;
	width: 100%;
	border-bottom: 1px solid #eee;
}
table.layoutSelection td
{
	padding: 3px 1px;
}
table.layoutSelection img
{
	vertical-align: middle;
}
html .layoutResponsive
{
	background: #f5fff5;
}
html .layoutSelection img.layoutResponsive
{
	position: absolute;
	right: 0;
	margin-right: 2px;
}
html .layoutSelection img.layoutMobile
{
	position: absolute;
	right: 0;
	bottom: 0;
	margin-right: 2px;
	margin-bottom: 4px;
}

.layoutChooserTabHeader
{
	height: 23px;
	margin-bottom: 4px;
	padding-left: 4px;
	border-bottom: 1px solid #aaa;
}
.layoutChooserTab
{
	display: block;
	height: 23px;
	overflow: visibile;
	float: left;
	margin-right: 4px;
	padding: 4px 10px 4px 10px;
	color: #888;
	background: #ddd;
	border: 1px solid #aaa;
}
.layoutChooserCurrentTab
{
	background: #eee;
	color: #000;
	border-bottom: #eee;
}
.layoutChooserList
{
	display: none;
	overflow: auto;
	border: 1px solid #777;
	background: #fff;
}
div.layoutSelection
{
	position: relative;
	height: 54px;
	clear: both;
	padding: 3px 4px 0 4px;
}
.layoutChooserList a
{
	display: block;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #ddd;
	text-decoration: none;
	color: #000;
	font-weight: normal;
}
.layoutChooserList a:hover
{
	border-top: 1px solid #cc0;
	border-bottom: 1px solid #cc0;
	text-decoration: none;
	cursor: pointer;
}
.layoutChooserList a:hover div
{
	background: #ffc;
}
a.layoutChooser
{
	display: block;
	width: 100%;
	height: 56px;
	border: 1px solid #7f7f7f;
	font-weight: normal;
	color: #000;
	text-decoration: none;
}
a.layoutChooser:hover
{
	text-decoration: none;
	cursor: pointer;
}

/*-----------------------------------------------------*/
div.menuSelection
{
	padding: 1px 3px;
	width: 100%;
	height: 14px;
	vertical-align: baseline;
}
div.menuSelection img
{
	vertical-align: -1px;
}

/*-----------------------------------------------------*/

table.form_row td, table.form_row th
{
	vertical-align: middle;
	padding-right: 10px;
}

table.form_head_right td,
table.form_head_right th
{
	vertical-align: middle;
	padding-right: 10px;
    padding-bottom: 1px;
}

table.form_head_right th
{
	text-align: right;
}

table.row td, table.row th
{
	vertical-align: middle;
}

table.list
{
	/*background: url(../images/row_back.jpg) top left repeat;*/
}
table.list2
{
	background: url(../images/row_back.jpg) top left repeat;
}
table.list td
{
	height: 20px;
	padding: 0px 2px;
	vertical-align: middle;
	border-bottom: solid 1px #dfdfdf;
}
table.list2 td
{
	height: 20px;
	padding: 0px 2px;
	vertical-align: middle;
}
table.list th, 
table.list2 th
{
	color: #ffffff;
	text-transform: uppercase;
	background: url(../images/row_back_header.gif) top left repeat-x;
	height: 20px;
	padding: 0px 2px;
	vertical-align: middle;
}
table.list tr.selected,
table.list2 tr.selected
{
	color: #000000;
	/*background: url(../images/row_back_selected.jpg) top left;*/
	background: #c0e2eb;
}

table.list td img
{
	vertical-align: middle;
}

table.list tr.isSubject td
{
	font-weight: bold;
}

table.list tr.isSubject td a
{
	color: #000;
}

table tr th.divider
{
	width: 1px;
	padding-left: 0px;
	padding-right: 0px;
	font-size: 0px;
}
table tr td.divider
{
	width: 1px;
	padding-left: 0px;
	padding-right: 0px;
	border-left: solid 1px #7f7f7f;
	font-size: 0px;
}

table.form td,
table.form th
{
	vertical-align: middle;
	padding: 2px 0px;
}

table.form th
{
    padding: 2px 6px 2px 0;
    line-height: 16px;
}

#oldCustDetails table.form td, #oldCustDetails table.form th
{
	padding-right: 8px;
}

table.form_list
{
	margin-top: 5px;
}
table.form_list td
{
	vertical-align: middle;
	padding: 2px 5px 1px 0px;
}

span.prodParams table.form td,
span.prodParams table.form th
{
	vertical-align: middle;
	padding: 0px 5px 0px 0px;
}
span.prodParams table.form th
{
	color: #000000;
	background: none;
	font-weight: normal;
	text-transform: none;
}
span.prodParams table.form
{
	margin: 0 !important;
}

/*-----------------------------------------------------*/

#esOrder .ArticleRows
{
	border-top: solid 1px #cfcfcf;
	border-bottom: solid 1px #dfdfdf;
}
#esOrder .ArticleRows .ArticleNo
{
	width: 100px;
}
#esOrder .ArticleRows .Name
{

}
#esOrder .ArticleRows .Qty
{
	width: 100px;
	text-align: right;
}
#esOrder .ArticleRows .Price
{
	width: 100px;
	text-align: right;
}
#esOrder .ArticleRows .Discount
{
	width: 70px;
	text-align: right;
}
#esOrder .ArticleRows .LineSum
{
	width: 100px;
	text-align: right;
}
#esOrder .ArticleRows .cmdRemove
{
	width: 20px;
	text-align: center;
}

#esOrder .ArticleRows .Qty input
{
	text-align: right;
	width: 30px;
}
#esOrder .ArticleRows tr.Sum td
{
	font-weight: bold;
}
#esOrder .ArticleRows tr.SubSum td
{
	font-weight: bold;
	color: #5f5f5f;
}

/*-----------------------------------------------------*/

#fileBrowserDlg
{
	z-index: 1002;
}
div.fileBrowserDlg
{
	width: 512px;
	top: 0px;
	left: 0px;
	overflow: hidden;
}
div.fileBrowserContent
{
	padding: 0px 4px;
	width: 100%;
	border: solid 1px #000000;
	border-top: none;
	background: #dfdfdf;
}

div.fileList
{
	margin: 4px 0px;
	width: 502px;
	overflow: auto;
	border: solid 1px #7f7f7f;
	background: #ffffff;
}
div.filePath
{
	margin: 4px 0px;
	margin-bottom: 0px;
	padding: 2px 4px;
	height: 20px;
	overflow: hidden;
	border: solid 1px #7f7f7f;
	background: #ffffff;
	font-weight: bold;
	color: #7f7f7f;
}
div.fileFile
{
	margin: 4px 0px;
	margin-top: 0px;
	padding: 2px 4px;
	height: 20px;
	width: 100%;
	overflow: hidden;
	border: solid 1px #7f7f7f;
	background: #ffffff;
	font-weight: bold;
	color: #7f7f7f;
}
input.fileFile
{
	padding: 0px;
	height: 12px;
	line-height: normal;
	width: 100%;
	vertical-align: top;
	border: none;
	background: transparent;
	font-weight: bold;
	color: #7f7f7f;
}

/*-----------------------------------------------------*/

div.fileBrowserDlg table.button_row
{
	margin-bottom: 4px;
	padding: 0px 4px;
	width: 100%;
}
div.fileBrowserDlg table.button_row td
{
	vertical-align: middle;
}
div.fileBrowserDlg table.button_row td a
{
	margin: 0px 2px;
}
div.fileBrowserDlg table.button_row td a img
{
	border: solid 1px #000000;
}

/*-----------------------------------------------------*/

table.fb_DetailedList
{
	margin: 1px;
	/*width: 470px;*/
	width: 99%;
	font-family: Arial;
	font-size: 11px;
}
table.fb_DetailedList tr
{
	cursor: pointer;
}
table.fb_DetailedList th
{
	padding: 0px 4px;
	background: #dfdfdf;
	border-bottom: solid 1px #7f7f7f;
}
table.fb_DetailedList td
{
	padding: 0px 4px;
	padding-top: 1px;
	vertical-align: middle;
}
table.fb_DetailedList img
{
	margin-right: 2px;
}
/*-----------------------------------------------------*/
table.fb_Thumbs
{
	margin: 1px;
	font-family: Arial;
	font-size: 11px;
}
table.fb_Thumbs tr
{
	cursor: pointer;
}
table.fb_Thumbs td
{
	padding: 4px 2px;
	text-align: center;
}
table.fb_Thumbs td div
{
	margin: 0px 5px;
	width: 66px;
	height: 66px;
	text-align: center;
	vertical-align: bottom;
	border: solid 1px #bfbfbf;
}
table.fb_Thumbs td div.text
{
	margin: 0px;
	margin-top: 1px;
	width: 74px;
	height: auto;
	border: none;
	overflow: hidden;
}
table.fb_Thumbs td a
{
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}
table.fb_Thumbs a:hover
{
	color: #af0000;
}
table.fb_Thumbs td div img
{
	margin-top: 24px;
	vertical-align: middle;
}

/*-----------------------------------------------------*/

div.folderBrowser_Folder
{
	height: 19px;
	border: solid 1px #7f7f7f;
	background: #efefef url(../images/icon_nav_folder.gif) 3px center no-repeat;
	padding: 2px 4px;
	padding-left: 20px;
	cursor: pointer;
}

div.folderBrowser_Back
{
	height: 19px;
	border: solid 1px #7f7f7f;
	background: #efefef url(../images/icon_nav_folder_back.gif) 3px center no-repeat;
	padding: 2px 4px;
	padding-left: 20px;
	cursor: pointer;
}

/*-----------------------------------------------------*/

table.imageChooser
{
	width: 375px;
	border: solid 1px #7f7f7f;
	cursor: pointer;
}
table.imageChooser td
{
	padding: 1px;
}
table.imageChooser td img
{
	border: solid 1px #7f7f7f;
}

/*-----------------------------------------------------*/

table.file_list
{
	/*background: url(../images/row_back.jpg) top left repeat-y;*/
	width: 100%;
}
table.file_list th
{
	color: #ffffff;
	text-transform: uppercase;
	background: url(../images/row_back_header.gif) top left repeat-x;
	padding: 0px 2px;
	text-align: center;
	vertical-align: middle;
	height: 20px;
}
table.file_list td
{
	padding: 0px 2px;
	text-align: center;
	vertical-align: middle;
	height: 20px;
	font-family: arial;
	font-size: 11px;
	letter-spacing: 1px;
	/*white-space:nowrap;*/
}
table.file_list td a
{
	font-family: arial;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}
table.file_list img
{
	text-align: center;
	vertical-align: middle;
}

table.file_list tr.listrow1
{
	background: #f0f1eb;
}

table.file_list td
{
	border-bottom: 1px solid #dfdfdf;
}

/*-----------------------------------------------------*/

table.file_thumbs
{
}
table.file_thumbs td
{
	padding: 4px 2px;
	text-align: center;
	vertical-align: middle;
	width: 70px;
	height: 70px;
	cursor: pointer;
	border: solid 1px #7f7f7f;
}
table.file_thumbs td:hover
{
	background: #eeeeee;
}
table.file_thumbs img
{
	text-align: center;
	vertical-align: middle;
}

/*-----------------------------------------------------*/

table.file_thumbs2
{
}
table.file_thumbs2 td.t
{
	text-align: left;
	vertical-align: top;
	width: 150px;
	height: 90px;
	border: solid 1px #7f7f7f;
}
table.file_thumbs2 td.t table
{
	width: 146px;
	margin: 2px;
}
table.file_thumbs2 td.left
{
	
}
table.file_thumbs2 div.details
{
	text-align: center;
}
table.file_thumbs2 td.img
{
	width: 74px;
	padding: 4px 0;
	text-align: center;
	cursor: pointer;
}
table.file_thumbs2 td.img:hover
{
	background: #77b2ee;
}

table.file_thumbs2 div.name
{
	width: 150px;
	padding: 1px 2px;
	overflow: hidden;
	font-family: Arial;
	font-size: 10px;
	background: #efefef;
	white-space: nowrap;
}

/*-----------------------------------------------------*/

table.ref_list
{
	width: 100%;
	border: solid 1px #7f7f7f;
	background: url(../images/row_back.jpg) top left repeat-y;
}
table.ref_list td, table.ref_list th
{
	vertical-align: middle;
	height: 20px;
	padding: 0px 2px;
}
table.ref_list th
{
	color: #ffffff;
	text-transform: uppercase;
	background: url(../images/row_back_header.gif) top left repeat-x;
}

/*-----------------------------------------------------*/

div.toolbar
{
	padding: 0px 10px;
	width: 100%;
	height: 26px;
	border-bottom: solid 1px #aca899;
	background: #F6F6F6;
}

div.toolbar td.buttons a,
div.toolbarTabs td.buttons a
{
	margin-right: 10px;
}

div.toolbarTabs
{
	padding: 0px 10px;
	width: 100%;
	background: #f6f6f6 url(../images/tabs_bg.gif) bottom left repeat-x;
}

div.toolbar table,
div.toolbarTabs table
{
	width: 100%;
	font-size: 12px;
}

div.toolbar td,
div.toolbarTabs td
{
	height: 24px;
	vertical-align: middle;
}
div.toolbar td img,
div.toolbarTabs td img
{
	vertical-align: middle;
}

div.toolbar div.selectionListComp td,
div.toolbarTabs div.selectionListComp td
{
	height: 16px;
	vertical-align: top;
}
div.toolbar div.selTextList,
div.toolbarTabs div.selTextList
{
	padding: 0px 3px;
	width: 100%;
	height: 16px;
	line-height: 14px;
	overflow: hidden;
}

/*-----------------------------------------------------*/

div.workspace
{
	padding: 5px 10px;
	width: 100%;
	color: #444444;
	line-height: 12px;
}

div.workspace fieldset
{
	margin: 4px 0px;
	padding: 0px 8px 4px 8px;
}
div.workspace legend
{
	padding: 0px 4px;
	color: #7f7f7f;
}
div.workspace div.con
{
	padding-top: 4px;
}
div.workspace label.label
{
	margin-right: 4px;
	line-height: 18px;
	height: 18px;
	font-weight: bold;
}
div.workspace input.button
{
	padding: 1px 4px;
	height: 18px;
	line-height: 12px;
}
div.workspace input.text
{
	_margin-top: -1px;
	_margin-bottom: -1px;
	padding: 0px 4px;
	height: 18px;
}
div.workspace input.readonly
{
	background: #efefef;
}
div.workspace input.number
{
	margin: 0px;
	_margin-top: -1px;
	_margin-bottom: -1px;
	padding: 1px 1px;
	height: 18px;
	text-align: center;
}
div.workspace input.checkbox
{
	/*margin: 2px 2px 2px 2px;*/
	_margin: -1px -1px -1px -1px;
	vertical-align: middle;
}
div.workspace input.radio
{
	margin: 2px 2px 2px 2px;
	_margin: -1px -1px -1px -1px;
	vertical-align: middle;
}
div.workspace span.button
{
	margin: 0px;
	padding: 1px 8px;
	border: solid 1px #7f7f7f;
}

div.workspace div.selTextList
{
	height: 16px;
	line-height: 16px;
}
/*
div.workspace table.row
{
	
}
div.workspace table.row td
{
	vertical-align: middle;
}
*/

div.errorMsgBox
{
	width: 100%;
	margin-bottom: 5px;
	padding: 5px 10px;
	border: solid 1px #f00;
	background: #fed;
}
div.errorMsgBox div.errorMsg
{
	font-weight: bold;
	color: #f00;
}

div.msgBox
{
	width: 100%;
	margin-bottom: 5px;
	padding: 5px 10px;
	border: solid 1px #00f;
	background: #def;
}
div.msgBox div.msg
{
	font-weight: bold;
	color: #000;
}

/*-----------------------------------------------------*/

div.button
{
	padding: 1px 8px;
	border: solid 1px #7f7f7f;
	border-color: #dfdfdf #3f3f3f #3f3f3f #dfdfdf;
	background: #B3BCD6;
	color: #000000;
	cursor: pointer;
	vertical-align: top;
	text-align: center;
	-moz-user-select: none;
	user-select: none;
}
div.button_pressed
{
	padding: 2px 7px 0px 9px;
	border: solid 1px #7f7f7f;
	border-color: #3f3f3f #dfdfdf #dfdfdf #3f3f3f;
	background: #B3BCD6;
	color: #5f5f5f;
	cursor: pointer;
	vertical-align: top;
	text-align: center;
	-moz-user-select: none;
	user-select: none;
}

/*-----------------------------------------------------*/
/*
div.wImgButton
{
	float: left;
	height: 18px;
	cursor: pointer;
}
div.wImgButton table td
{
	padding: 0 !important;
}
div.wImgButton td a
{
	line-height: 18px;
	font-family: Arial;
	font-size: 11px;
	color: #7f7f7f;
	font-weight: bold;
	text-decoration: underline;
}
div.wImgButton td a:hover
{
	color: #000000;
	text-decoration: underline;
}
div.wImgButton td.left
{
	width: 4px !important;
}
div.wImgButton td.img
{
	background: url(../images/button_back.gif) top left repeat-x !important;
	vertical-align: top !important;
	padding-top: 1px !important;
	padding-right: 5px !important;
}
div.wImgButton td.middle
{
	
}
div.wImgButton td.right
{
	width: 4px !important;
}

a.wSuperButton
{
	display: block;
	float: left;
	height: 20px;
	line-height: 20px;
	white-space: nowrap;
	overflow: hidden;
	text-decoration: none;
	color: #222;
	cursor: pointer;
	background: url(../images/button_back.gif) top left repeat-x;
	border-left: solid #666 1px;
	border-right: solid #666 1px;
}
a.wSuperButton:hover
{
	color: #222;
	text-decoration: none;
}
a.wSuperButton .left
{
	display: none;
	float: left;
	width: 9px;
	height: 20px;
	background: url(../images/button_back_left.gif) top left no-repeat;
	cursor: pointer;
}
a.wSuperButton .middle
{
	display: block;
	float: left;
	height: 20px;
	padding: 0 9px;
	cursor: pointer;
}
a.wSuperButton .middle img
{
	float: left;
	margin-top: 2px;
	margin-right: 5px;
}
a.wSuperButton .right
{
	display: none;
	float: left;
	width: 9px;
	height: 20px;
	background: url(../images/button_back_right.gif) top left no-repeat;
	cursor: pointer;
}
a.wSuperButton:hover .left
{
	background: url(../images/button_back_left_hover.gif) top left no-repeat;
}
a.wSuperButton:hover
{
	background: url(../images/button_back_hover.gif) top left repeat-x;
}
a.wSuperButton:hover .right
{
	background: url(../images/button_back_right_hover.gif) top left no-repeat;
}
*/
/*-----------------------------------------------------*/

div.selTextList
{
	padding: 0px 3px;
	width: 100%;
	height: 14px;
	line-height: 12px;
	overflow: hidden;
}

/*-----------------------------------------------------*/

div.dlg_title, .win_title
{
	width: 100%;
	padding: 3px 10px;
	height: 20px;
	color: #ffffff;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}

/*-----------------------------------------------------*/

div.help p.separator
{
	width: 100%;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	margin-top: 12px;
	margin-bottom: 8px;
	background-color:#cccccc;
}
div.help
{
	font-family: Verdana;
	font-size: 11px;
	line-height: 16px;
}
div.help img
{
	margin: 0px;
	padding: 0px;
	line-height: 16px;
}
div.help h1
{
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	font-weight: bold;
	line-height: 26px;
	text-decoration: none;
	display: block;
}
div.help h2
{
	display: inline;
	margin: 0px;
	padding: 0px;
	font-size: 9px;
	font-weight: bold;
	line-height: 16px;
	text-transform: uppercase;
	color: #666666;
}
div.help table.fakta
{
	color: #666666;
	font-family: Verdana;
	font-size: 11px;
}
div.help table.fakta td
{
	border:1px solid #666666;
	padding: 5px 5px 5px 5px;
}

div.help ul
{
	list-style-type: disc;
	list-style-position: outside;
}

div.help ul li
{
	margin-left: -10px;
	vertical-align: middle;
}

div.help ol
{
	list-style-position: outside;
}

div.help ol li
{
	margin-left: -5px;
	vertical-align: middle;
}

div.help li b
{
	color: #4f4f4f;
	font-family: Arial;
	font-size: 11px;
}

div.help table.icons
{
	font-family:verdana;
	width: 100%;
}

div.help table.icons td p
{
	vertical-align: middle;
	height: 20px;
	display: block;
}
/*-----------------------------------------------------*/

.statistics, .statistics td, .statistics th
{
	text-align: center;
	vertical-align: middle;
	padding: 2px;
	border: 1px solid #666666;
}

table.folderChooser
{
	border: solid 1px #7f7f7f;
}
table.folderChooser td
{
	height: 20px;
	vertical-align: middle;
	padding: 0px 5px;
	cursor: pointer;
}

textarea.cssEdit
{
	margin-top: 5px;
	width: 100%;
	height: 400px;
	font-family: Courier;
	font-size: 12px;
	padding-left: 2px;
	border: solid 1px #7f7f7f;
}

table.langSwitch a.selected
{
	color: #000000;
}

/*-----------------------------------------------------*/

div.fieldset
{
	position: relative;
	_position: static;
	border: solid 1px #ccc;
	padding: 8px 5px 5px 5px;
	background: #F6F6F6;
	
	background: #f7f7f7;
	background: -moz-linear-gradient(top,#ffffff 0%,#eeeeee 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#ffffff),color-stop(100%,#eeeeee));
	background: -webkit-linear-gradient(top,#ffffff 0%,#eeeeee 100%);
	background: -o-linear-gradient(top,#ffffff 0%,#eeeeee 100%);
	background: -ms-linear-gradient(top,#ffffff 0%,#eeeeee 100%);
	background: linear-gradient(to bottom,#ffffff 0%,#eeeeee 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0);
}

div.fieldsetLegend
{
	position: absolute;
	padding: 0px 3px;
	margin-top: -6px;
	margin-left: 15px;
	_margin-left: 10px;
	background: #ffffff;
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	z-index: 1;
}

div.fieldset div.legend
{
	position: absolute;
	padding: 0px 3px;
	margin-top: -16px;
	margin-left: 10px;
	_margin-left: 5px;
	/*background: #F0DAB3 url(images/legend_back.jpg) top left repeat-x;*/
	background: #ffffff;
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	/*border: solid 1px #000000;*/
	z-index: 1;
}

div.fieldset div.container
{
	display: block;
	width: 100%;
	margin: 0;
	padding: 4px 5px 5px 5px;
}

div.fieldsetCollapsible
{
	position: relative;
	_position: static;
	_height: 5px;
	background: #ffffff;
	border: solid 1px #bfbfbf;
	padding-top: 5px;
}

div.fieldsetCollapsible div.legendCollapsible
{
	font-size: 10px;
	position: absolute;
	padding: 0px 3px 1px 3px;
	margin-top: -13px;
	margin-left: 10px;
	_margin-left: 5px;
	background: #ffffff;
	color: #000000;
	border: solid 1px #bfbfbf;
	cursor: pointer;
	z-index: 1;
}

div.fieldsetCollapsible div.legendCollapsible img
{
	margin-top: 3px;
}

div.fieldsetCollapsible div.container
{
	width: 100%;
	display: none;
	margin: 0;
	padding: 5px 10px 5px 10px;
}

.isSeller
{
	color: #ff0000 !important;
	font-weight: bold;
}

div.orderStageButtons a.wSuperButton
{
	margin-right: 8px;
}

.greyBox
{
	width: 100%;
	padding: 7px 10px 10px 10px;
	display: block;
	margin-top: 9px;
	margin-bottom: 13px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
div.greyBox
{
	padding: 7px 10px 10px 10px;
}
.greyBoxTitle
{
	position: absolute;
	display: block;
	background: #666;
	color: #fff;
	margin-top: -16px;
	padding: 2px 4px 2px 4px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

/*-----------------------------------------------------*/

#currentPage_text
{
	font-weight: bold;
	color: #333;
}

#currentPage_text a
{
	font-family: Arial;
	font-weight: normal;
}

/*-----------------------------------------------------*/

body.cmsIframeBody
{
	background: #fff;
}


/*-----------------------------------------------------*/

div.articleDecoration .selTextList div
{
	float: right;
	width: 10px;
	height: 10px;
	margin: 2px 0 0 0;
	padding: 0;
	font-size: 1px;
}

/*-----------------------------------------------------*/

.PopupDlg_popup
{
	text-align: left;
	background: #eee;
	border: 1px solid #000;
}
.PopupDlg_popup .PopupDlg_title
{
	padding: 3px 8px;
	/*background: #ddd url(../images/page_top.gif) repeat-x top left;*/
	background: #ddd url(../images/row_back_header.gif) repeat-x top left;
	color: #fff;
	font-weight: bold;
}
.PopupDlg_popup .PopupDlg_content
{
	padding: 10px 10px 4px 10px;
}
.PopupDlg_popup .PopupDlg_buttons
{
	padding: 10px 0;
}
.PopupDlg_popup .PopupDlg_buttons a
{
	float: right;
	margin-right: 10px;
}
.PopupDlg_popup .PopupDlg_footer
{

}
.PopupDlg_popup .PopupDlg_popupContent div.selectionList
{
	z-index: 1002 !important;
	background: #f00;
}

/*-----------------------------------------------------*/

table.listPageNav
{
	width: 100%;
	vertical-align: middle;
}
table.listPageNav td.nav
{
	width: 150px;
	padding-top: 4px;
	padding-bottom: 3px;
	padding: 4px 2px 3px 5px;
}
table.listPageNav td.right
{
	display: none;
}

table.pageNav
{
	height: 20px;
}
table.pageNav td
{
	padding: 1px 2px 1px 2px;
	vertical-align: middle;
}

/*-----------------------------------------------------*/

body .dropzone
{
	margin-top: 5px;
	padding: 10px;
	background: #eee;
	border: 1px solid #aaa;
}
body .dropzone .dz-message
{
	padding: 0 10px;
	text-align: left;
	font-size: 15px;
	line-height: 20px;
}
body .dropzone .dz-preview
{
	margin: 12px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, .35);
box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, .35);
}
body .dropzone .dz-preview .dz-progress
{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, .35);
box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, .35);
}
body .dropzone .dz-preview .dz-image,
body#body .dropzone .dz-preview .dz-image
{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

/*-----------------------------------------------------*/

a.viaductOnly
{
	-webkit-box-shadow: 0 0 5px 5px rgba(255, 0, 0, .25);
box-shadow: 0 0 5px 5px rgba(255, 0, 0, .25);
}

.onlyViaduct a
{
	color: #a00;
}

.nonViaductHidden
{
	border: 1px dashed #faa;
	background: #ffffee;
}

/*-----------------------------------------------------*/

div.tabPage
{
	margin-bottom: 5px;
	padding: 10px;
	background: #fff;
	background: #ffffff;
	background: -moz-linear-gradient(top,#ffffff 0%,#f5f5f5 50%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#ffffff),color-stop(50%,#f5f5f5));
	background: -webkit-linear-gradient(top,#ffffff 0%,#f5f5f5 50%);
	background: -o-linear-gradient(top,#ffffff 0%,#f5f5f5 50%);
	background: -ms-linear-gradient(top,#ffffff 0%,#f5f5f5 50%);
	background: linear-gradient(to bottom,#ffffff 0%,#f5f5f5 50%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f5f5f5',GradientType=0);
	border: 1px solid #ACA899;
	border-top: none;
}

.wordBreak
{
	word-break: break-all;
}

.overflowWrap
{
	word-break: break-word;
	overflow-wrap: break-word;
}

td.debit
{
	color: #f00;
}

table.icons td.accessIcon
{
    width: 20px;
    text-align: center;
}
