html {
    overflow-y          : scroll;
    background-color    : #FFF;
	min-height			: 100%;
	position			: relative;
}
body {
	min-width			: 1020px;
	margin-bottom		: 40px;
}
body.progress::before {
	background-image: url('../images/progress.gif');
	background-position: center center;
	background-repeat: no-repeat;
	background-color: rgba(255,255,255,.7);
	content: '';
	position: absolute;
	z-index: 9999;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
* {
    margin              : 0;
    padding             : 0;
    color               : #585858;
    font-family         : Arial,sans-serif !important;
    font-size           : 14px;
    line-height         : 18px;
    line-height         : 1.25em;
    text-decoration     : none;
    outline             : 0 none;
}
code {
	font-family			: Courier;
}
table {
    border-collapse     : collapse;
}
td {
    vertical-align      : top;
}
textarea {
    overflow            : auto;
}
img {
    border              : 0;
	vertical-align		: bottom;
}
a,
.ui-widget-content a {
	color				: #7FAD00;
}
a.n {
	color				: inherit;
}
a.n:hover {
	color				: #7FAD00;
	text-decoration		: none;
}
a:hover {
	text-decoration		: underline;
}
span.a {
	color				: #7FAD00;
	cursor				: pointer;
}
span.a:hover {
	text-decoration		: underline;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color               : inherit;
}
h1 .normal, h2 .normal, h3 .normal, h4 .normal, h5 .normal, h6 .normal {
    font-weight			: normal;
	font-size			: inherit;
}
a.download {
	padding-left		: 38px;
	background			: url('../images/download.png') no-repeat scroll left top transparent;
	line-height			: 22px;
	display				: inline-block;
}
p.version {
	font-style			: italic;
}
input[type="text"],
input[type="password"] {
	width				: 234px;
	border				: 1px solid #E6E6E6;
	border-radius		: 6px;
	padding				: 0 8px;
	line-height			: 26px;
	height				: 26px;
}
input[type="text"][disabled],
input[type="password"][disabled] {
	background-color	: #F6F6F6;
	color				: #CCC;
}
input[type="checkbox"] {
	margin-right		: 5px;
	vertical-align		: top;
	margin-top			: 2px;
	#margin-top			: -2px;
	#margin-left		: -3px;
	float				: left;
}
label {
	position			: relative;
}
label.checkbox {
	padding-left		: 20px;
	position			: relative;
	display				: inline-block;
}
label input[type="checkbox"] {
	position			: absolute;
	left				: 0;
	top					: 1px;
}
input[type="submit"],
input[type="button"],
button {
	border				: 1px solid #E6E6E6;
	background			: #E6E6E6;
	border-radius		: 6px;
	padding				: 0 22px;
	#padding			: 0 11px;
	line-height			: 26px;
	height				: 28px;
	margin-right		: 10px;
	cursor				: pointer;
	min-width			: 106px;
}
button.ui-dialog-titlebar-close {
	min-width: 0;
}
input[type="submit"]:hover,
input[type="button"]:hover {
	background			: rgb(218,218,218);
}
input[type="submit"].right,
input[type="button"].right {
	margin-right		: 0;
	margin-left			: 10px;
	float				: right;
}
input[type="submit"][disabled],
input[type="button"][disabled] {
	color				: #AAA;
}
/*span.select {
	display				: inline-block;
	border				: 1px solid #E6E6E6;
	border-radius		: 6px;
	height				: 26px;
	overflow			: hidden;
	width				: 276px;
	vertical-align		: middle;
}*/
select {
	width				: 278px;
	border				: 0;
	padding				: 0 4px;
	height				: 26px;
	background			: url('../images/expand.png') no-repeat scroll 256px center transparent;
}
input[type="text"].error,
input[type="password"].error,
select.error {
	background-color	: #FFFBDC;
	border-color		: #DCDCDC;
}
label .required_error {
	position			: absolute;
	top					: 3px;
	right				: 5px;
	color				: #99000A;
	font-size			: 20px;
}
form .legend_required_error {
	color				: #99000A;
}
form .legend_required_error .star {
	font-size			: 20px;
	vertical-align		: middle;
	color				: #99000A;
}
form .wo_label {
	padding-left		: 157px;
	margin-top			: 15px;
}
.color-error {
	color: #99000A;
}
.clear {
    clear               : both;
}
.wrapper {
	width				: 100%;
}
.container {
	width				: 980px;
	margin				: 0 auto;
    padding             : 35px 0 1px;
}
.header {
    width               : 980px;
    margin              : 0 auto 34px;
    height              : 70px;
    position            : relative;
}
.menu-header {
    float               : right;
    margin-top          : 3px;
}
.menu-header > a {
	line-height			: 26px;
	font-size			: 12px;
}
#logo {
    float               : left;
}
#logo .other {
	display				: inline-block;
    border-left			: 1px solid #E7E7E7;
	padding-left		: 20px;
	margin-left			: 20px;
}
.menu-language {
    float               : right;
	margin-left			: 14px;
}
.menu-language select {
	width				: auto;
}
.sb {
    width               : 131px;
    height              : 26px;
}
.sb * {
    font-size           : 10px;
    color               : #C0C0C0;
    line-height         : 26px;
}
.sb, .sb.down .sb-options .last, .sb.up .sb-options .first {
    background-image    : url('../images/bg_lang.png');
}
.sb.open.down {
    background-position : 0 -52px;
}
.sb.open.up {
    background-position : 0 -26px;
}
.sb .sb-title-text {
    line-height         : 26px;
}
.sb .sb-title-arrow {
  background-image    : url('../images/dropdown.png');
    width               : 26px;
    height              : 26px;
}
.sb .sb-options {
    width               : 131px;
}
.sb .sb-options .sb-options-div div {
    height              : 24px;
    line-height         : 26px;
    border-color        : #E5E5E5;
}
.sb.down .sb-options .last {
    background-position : 0 -26px;
}
.sb.up .sb-options .first {
    background-position : 0 -52px;
}
.menu-breadcrumb {
    margin-top          : 16px;
    text-align          : right;
}
.menu-breadcrumb .space {
    margin              : 0 7px;
}
.menu-breadcrumb a {
    color               : #7FAD00;
}
.menu-breadcrumb * {
	font-size			: 12px;
}
.menu-top {
    width               : 100%;
    position            : absolute;
	top					: 0;
	left				: 0;
    z-index             : 10;
}
.menu-top * {
	font-size			: 12px;
}
.menu-top > ul {
    list-style          : none;
    height              : 30px;
    margin              : 0 auto;
    background          : url('../images/bg_top_menu.png') repeat scroll left top transparent;
}
.menu-top > ul.right {
    position			: absolute;
	top					: 0;
	right				: 0;
	background			: none;
}
.menu-top > ul > li {
    float               : left;
    height              : 30px;
    border-left        	: 1px solid #707070;
    position            : relative;
	_width				: 120px;
}
.menu-top > ul > li:first-child {
    border-left        	: 0 none;
}
.menu-top > ul > li > a {
    color               : #F4F4F4;
    line-height         : 30px;
    text-transform      : uppercase;
    display             : block;
    height              : 30px;
    padding             : 0 20px;
    font-weight         : bold;
    /*border-right        : 1px solid #707070;*/
    border-left        	: 1px solid #9E9E9E;
}
.menu-top > ul > li:first-child > a {
    border-left        	: 0 none;
}
.menu-top > ul > li > a:hover {
    text-decoration		: none;
}
.menu-top > ul > li.active > a {
    background          : url('../images/bg_top_menu_act.png') repeat scroll left top transparent;
}
.menu-top > ul > li:hover {
    border-left-color   : transparent;
    border-top          : 1px solid #f8f8f8;
    margin              : -2px 0 0;
}
.menu-top > ul > li:hover > a {
    border-left-color   : transparent;
    color               : #585858 !important;
    border-top          : 1px solid #f5f5f5;

    background: #fdfdfd; /* Old browsers */
    background: -moz-linear-gradient(top, #fdfdfd 0%, #f0f0f0 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdfdfd), color-stop(100%,#f0f0f0)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fdfdfd 0%,#f0f0f0 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fdfdfd 0%,#f0f0f0 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fdfdfd 0%,#f0f0f0 100%); /* IE10+ */
    background: linear-gradient(to bottom, #fdfdfd 0%,#f0f0f0 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#f0f0f0',GradientType=0 ); /* IE6-9 */
}
.menu-top > ul > li.menu-item-logout {
    float               : right;
    border-left         : none;
}
.menu-top > ul > li.menu-item-logout > a {
    border-left         : none;
}
.menu-top > ul > li > ul {
	position            : absolute;
	top                 : 31px;
	left                : -1px;
	z-index             : 10;
	background          : #FFF;
	border              : 1px solid #B7B7B7;
	border-top          : 0px none;
	display             : none;
	min-width			: 100%;
	list-style			: none;
}
.menu-top > ul > li:hover > ul {
    display             : block;
}
.menu-top > ul > li > ul > li {
    height              : 40px;
	margin				: 0 20px;
    border-top       	: 1px solid #DBDBDB;
}
.menu-top > ul > li > ul > li:first-child {
    border-top       	: 0;
}
.menu-top > ul > li > ul > li > a {
    line-height         : 40px;
    height              : 40px;
	white-space			: nowrap;
	font-size			: 14px;
	text-decoration		: none;
	color				: inherit;
	#color				: #585858;
	display				: block;
}
.menu-top > ul > li > ul > li:hover > a,
.menu-top > ul > li > ul > li > a.active {
    color               : #000000;
}
.main {
    position            : relative;
    min-height          : 29px;
}
.content h1 {
    font-size           : 24px;
    margin-bottom       : 18px;
}
.content h2 {
    font-size           : 16px;
    margin-bottom       : 18px;
}
.content h2.nm {
	margin-bottom		: 5px;
}
.content h3 {
    margin-bottom       : 18px;
}
.content p {
    margin-bottom       : 18px;
}
.content p.s {
    margin-bottom       : 36px;
}
.content ul {
    margin-bottom       : 18px;
	padding-left		: 10px;
	padding-left		: 17px;
}
.box {
    margin              : 0 -4px 20px;
    padding             : 1px 4px 8px;
    background          : url('../images/bg_box_mid_1col.png') repeat-y scroll 0 0 transparent;
    position            : relative;
	#width				: 980px;
}
.box .shadow-top {
    position            : absolute;
    top                 : 0;
    left                : 0;
    width               : 988px;
    height              : 8px;
    z-index             : 2;
    background          : url('../images/bg_box_top_1col.png') no-repeat scroll 0 0 transparent;
}
.box .shadow-bottom {
    position            : absolute;
    bottom              : 0;
	_bottom        		: -11px;
    left                : 0;
    width               : 988px;
    height              : 8px;
    z-index             : 2;
    background          : url('../images/bg_box_bot_1col.png') no-repeat scroll 0 0 transparent;
}
.box  .box-content.text {
	padding				: 20px;
}
.box .box-content.textImage div.text {
	width				: 450px;
	padding				: 20px;
}
.box .box-content.textImage div.left {
	float				: left;
	width				: 490px;
}
.box .box-content.textImage div.right {
	float				: right;
	width				: 490px;
}
.box .box-content.textImage div.left.text {
	width				: 470px;
}
.box .box-content.textImage div.right {
	float				: right;
	width				: 490px;
}
.box .box-content.textImage div.text.left {
	padding-right		: 0;
}
.box:first-child .box-content.textImage div.text {
	padding-top			: 70px;
}
.box:first-child .box-content.backgroundImage div.text {
	padding-top			: 70px;
}
.box  .box-content.textImage div.image.right {
	text-align			: right;
}
.box  .box-content.textImage div.image.left {
}
.box  .box-content.textImage div.text.right {
	width				: 445px;
}
.box  .box-content.textImage.page404 ul {
	padding-left		: 0;
	list-style			: none;
}
.box  .box-content.textImage.page404 ul ul {
	padding-left		: 17px;
	list-style-type		: disc;
}
.box  .box-content.textImage > table {
	width				: 100%;
}
.box  .box-content.textImage > table td.text {
	vertical-align		: top;
	padding				: 20px;
}
.box:first-child  .box-content.textImage > table td.text {
	padding-top			: 70px;
}
.box  .box-content.textImage > table td.text.left {
	padding-right		: 0;
}
.box  .box-content.textImage > table td.text.right {
	padding-left		: 0;
}
.box  .box-content.textImage > table td.image {
	vertical-align		: bottom;
}
.box  .box-content.textImage.float div.left {
	float				: left;
}
.box  .box-content.textImage.float div.left {
	float				: left;
	width				: auto;
}
.box  .box-content.textImage.float div.right {
	float				: none;
	width				: auto;
}
.box  .box-content.textImage.float.maintenance div.right.text { /* Really? */
	padding-right		: 120px;
}
.box .box-content.maintenance .right table.inline2 td,
.box .box-content.maintenance .right table.inline2 th
{
	padding-bottom: 6px;
}
.box  .box-content.privacy_policy table td:first-child {
	padding-right		: 10px;
}
.box  .box-content.col2 td.left,
.box  .box-content.col2 td.right {
	width				: 470px;
	padding				: 20px;
}
table.versions {
	border-bottom		: 1px solid #DADADA;
}
table.versions tr:first-child {
	border-bottom		: 1px solid #DADADA;
}
table.versions td {
	padding				: 8px 20px;
	text-align			: center;
	vertical-align		: middle;
}
table.versions td:first-child {
	text-align			: left;
}
.box .left:first-child.text {
	padding-top			: 70px;
}
.box table.login td {
	line-height			: 28px;
	padding-bottom		: 4px;
}
.box table.login td:first-child {
	padding-right		: 20px;
}
.box.text .box-content {
	padding				: 20px;
}
.box .backgroundImage div.text {
	position			: relative;
	width				: auto;
	z-index				: 2;
	padding				: 50px 20px 0;
}
.box .backgroundImage div.text div.left {
	width				: 450px;
	float				: left;
}
.box .backgroundImage div.text div.right {
	width				: 450px;
	float				: right;
}
.box .backgroundImage .image {
	position			: absolute;
	z-index				: 1;
	top					: 0;
	left				: 4px;
}
.box .backgroundImage.right .image {
	left				: auto;
	right				: 4px;
}
.box .backgroundImage.bottom .image {
	top					: auto;
	bottom				: 0;
}
/* fix */
.box .backgroundImage ul li {
	padding-left		: 20px;
}
.box2 {
    margin              : 0 -4px 28px;
    position            : relative;
}
.box2 table {
    width               : 100%;
}
.box2 .col {
    width               : 440px;
    padding             : 20px 24px;
    vertical-align      : top;
    background          : url('../images/bg_box_mid_2col.png') repeat-y scroll 0 0 transparent;
}
.box2 .space {
    width               : 12px;
}
.box2 .shadow {
    width               : 488px;
    height              : 8px;
    position            : absolute;
    top                 : -1px;
    left                : 0;
    background          : url('../images/bg_box_top_2col.png') no-repeat scroll 0 0 transparent;
    z-index             : 3;
}
.box2 .shadow.bottom {
    background-image    : url('../images/bg_box_bot_2col.png');
    bottom              : -8px;
    top                 : auto;
}
.box2 .shadow.right {
    left                : auto;
    right               : 0;
}
.box.register .box-content {
	background			: url('../images/content/Registrieren_Schritte_Hand.jpg') no-repeat scroll left bottom transparent;
	padding				: 70px 20px 20px;
}
.box.register .left.menu {
	margin-bottom		: 350px;
	width				: 305px;
	margin-right		: 20px;
	float				: left;
}
.box.register .left.menu h2 {
	margin-bottom		: 29px;
}
.box.register .left.menu ul {
	padding-left		: 0;
	list-style			: none;
}
.box.register .left.menu ul li {
	margin-bottom		: 12px;
	padding-left		: 20px;
}
.box.register .left.menu ul li.done {
	background			: url('../images/hook_green.png') no-repeat scroll left center transparent;
}
.box.register .left.menu ul li.progress {
	background			: url('../images/arrow_green.png') no-repeat scroll left center transparent;
	font-weight			: bold;
}
.box.register div.right {
	/*width				: 615px;*/
	width				: 440px;
	float				: left;
	padding-right		: 175px;
}
.box.register .errorMessage {
	width				: auto; /* fix */
}
.box.register .fields {
	margin-bottom		: 35px;
}
.box.register .fields .field {
	margin-bottom		: 3px;
	position			: relative;
}
.box.register .fields .field label {
	width				: 165px;
	display				: block;
	float				: left;
}
.box.register .fields input.text {
	width				: 260px;
}
.box.register .fields span.value {
	margin-bottom		: 10px;
	display				: block;
	vertical-align		: top;
	width				: 282px;
	word-wrap			: break-word;
	margin-left			: 158px;
	min-height			: 18px;
}
.box.register input.password {
	width				: 260px;
}
.box .buttons {
	position			: absolute;
	right				: 24px;
	bottom				: 28px;
	width				: 615px;
}
.box .buttons.buttonsOverlay {
	bottom				: 8px;
	right				: -12px;
	padding-bottom		: 21px;
	width				: 16px;
	z-index: 2;
}
.box .buttons.buttonsOverlay.fixed {
	position			: fixed;
	bottom				: 69px;
	right				: auto;
	/*margin-left			: 36px;*/
	margin-left			: 635px;
}
.box .buttons.buttonsOverlay .corner {
	width				: 16px;
	height				: 4px;
	background			: url('../images/corner_buttons.png') no-repeat scroll 0 0 transparent;
	display				: block;
	position			: absolute;
	top					: -4px;
	right				: 0;
}
.box .buttons.buttonsOverlay .buttonsOverlayContent {
	background-color	: rgb(131,131,131);
	background-color	: rgba(131,131,131,0.9);
	padding				: 10px 15px 10px 25px;
	border-radius		: 8px 0 0 8px;
	box-shadow			: 0 4px 6px rgb(216, 216, 216);
	float				: right;
}
.box .buttons.buttonsOverlay input[type="submit"],
.box .buttons.buttonsOverlay input[type="button"] {
	margin-right		: 10px;
	margin-left			: 0;
	float				: none;
}
.box hr {
	border				: 0;
	border-top			: 1px dashed #585858;
	height				: 0;
	margin				: 35px 0 22px;
}
.legalinformation .legal_notice table td:first-child {
	padding-right		: 10px;
}
.legalinformation .terms_of_use table td {
	width				: 495px;
}
.legalinformation .terms_of_use table td:first-child {
	padding-right		: 40px;
}
.form.login table td:first-child {
	padding-right		: 40px;
	line-height			: 28px;
}
.form.login input.text {
	margin-bottom		: 4px;
}
.form.login input.submit {
	#vertical-align		: middle;
}
.form.forgotPassword table td:first-child {
	padding-right		: 40px;
	line-height			: 28px;
}
.form.forgotPassword input.text {
	margin-bottom		: 4px;
}
.gallery.logo {
	height				: 40px;
	cursor				: pointer;
	margin				: 23px 0 20px;
}
.gallery.logo .img {
	display				: inline-block;
	width				: 90px;
	height				: 40px;
	line-height			: 40px;
	text-align			: center;
	margin-left			: 31px;
}
.gallery.logo .img:first-child {
	margin-left			: 0;
}
.gallery.logo .img img {
	vertical-align		: middle;
}
.content h3 {
	margin-bottom		: 16px;
}
.form {
	position			: relative;
}
.form .message {
	border				: 1px solid #D6D6D6;
	background-color	: #FFFBDC;
	border-radius		: 6px;
	padding				: 10px;
	width				: 254px;
	position			: absolute;
	opacity				: 0.9;
}
.form.login .message {
	top					: -14px;
	left				: 394px;
}
.form .message h3 {
	margin-bottom		: 16px;
}
.form .message p {
	margin-bottom		: 0;
}
.form.supplier-name table {
	width				: 100%;
}
.form.supplier-name table .col1 {
	width				: 1%;
	white-space			: nowrap;
	vertical-align		: middle;
}
.form.supplier-name table .col2 {
	width				: 100%;
	text-align			: center;
	padding				: 0 10px;
}
.form.supplier-name table .col3 {
	width				: 1%;
}
.form.supplier-name input.text {
	width				: 96%;
}
.form.supplier-name input.submit {
	float				: right;
	margin-right		: 0;
	margin-left			: 10px;
}
.list {
	/* padding-top			: 32px; */
}
.list > h2 {
	font-size: 14px;
	font-weight: normal;
	background-color: #E6E6E6;
	margin: 0;
    padding: 7px 20px;
}
.list .list-header {
	background-color	: #E6E6E6;
	height				: 32px;
	position			: relative;
	/* z-index				: 2; */
	margin-top: -1px;
	/* position			: absolute;
	z-index				: 10;
	top					: 0;
	left				: 3px;
	right				: 3px; */
}
.list .list-header * {
	font-size: 12px;
}
.list h2 ~ .list-header {
	background-color	: #F6F6F6;
}
.list h2 ~ .list-header > ul:hover {
    border-color: #DADADA;
}
.list h2 ~ .list-header > ul:hover > li {
	border-top-color	: #F6F6F6;
	border-left-color	: transparent;
    background			: #F6F6F6; /* Old browsers */
    background			: -moz-linear-gradient(top, #F6F6F6 0%, #E6E6E6 100%); /* FF3.6+ */
    background			: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F6F6F6), color-stop(100%,#E6E6E6)); /* Chrome,Safari4+ */
    background			: -webkit-linear-gradient(top, #F6F6F6 0%,#E6E6E6 100%); /* Chrome10+,Safari5.1+ */
    background			: -o-linear-gradient(top, #F6F6F6 0%,#E6E6E6 100%); /* Opera 11.10+ */
    background			: -ms-linear-gradient(top, #F6F6F6 0%,#E6E6E6 100%); /* IE10+ */
    background			: linear-gradient(to bottom, #F6F6F6 0%,#E6E6E6 100%); /* W3C */
    filter				: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F6F6F6', endColorstr='#E6E6E6',GradientType=0 ); /* IE6-9 */
	#filter				: none;
}

.list .list-header ul {
	list-style			: none;
	padding				: 0;
}
.list .list-header > ul {
	float				: left;
	border-top			: 1px solid transparent;
	border-left			: 1px solid #DADADA;
	border-right		: 1px solid transparent;
	border-radius		: 3px 3px 0 0;
	margin-top			: -1px;
}
.list .list-header > ul:first-child {
	border-left-color: transparent;
}
.list .list-header > ul:hover {
	border-color		: #C6C6C6;
}
.list .list-header > ul > li {
	float				: left;
	border-top			: 1px solid transparent;
	border-left			: 1px solid #FFF;
	cursor				: default;
	position			: relative;
}
.list .list-header > ul:first-child > li {
	border-left-color: transparent;
}
.list .list-header > ul:hover > li {
	border-top-color	: #F6F6F6;
	border-left-color	: transparent;
    background			: #ECECEC; /* Old browsers */
    background			: -moz-linear-gradient(top, #ECECEC 0%, #D6D6D6 100%); /* FF3.6+ */
    background			: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ECECEC), color-stop(100%,#D6D6D6)); /* Chrome,Safari4+ */
    background			: -webkit-linear-gradient(top, #ECECEC 0%,#D6D6D6 100%); /* Chrome10+,Safari5.1+ */
    background			: -o-linear-gradient(top, #ECECEC 0%,#D6D6D6 100%); /* Opera 11.10+ */
    background			: -ms-linear-gradient(top, #ECECEC 0%,#D6D6D6 100%); /* IE10+ */
    background			: linear-gradient(to bottom, #ECECEC 0%,#D6D6D6 100%); /* W3C */
    filter				: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ECECEC', endColorstr='#D6D6D6',GradientType=0 ); /* IE6-9 */
	#filter				: none;
}
.list .list-header > ul > li > span {
	display				: inline-block;
	padding				: 0 14px;
	position			: relative;
	z-index				: 10;
	height				: 31px;
	line-height			: 31px;
}
.list .list-header > ul > li > span .icon {
	display				: inline-block;
	background			: url('../images/expand.png') no-repeat scroll center 4px transparent;
	width				: 12px;
	height				: 16px;
	vertical-align		: middle;
	margin-left			: 7px;
}
.list .list-header > ul > li > ul {
	position			: absolute;
	z-index: 3;
	top					: 31px;
	left				: -2px;
	padding				: 13px 14px;
    background-color	: #FFF;
	border				: 1px solid #C6C6C6;
	min-width			: 100%;
    min-width: calc(100% + 1px);
}
.list .list-header > ul > li > ul.overflow {
	max-height: 300px;
	overflow: auto;
}
.list .list-header ul ul li:hover {
	color				: #7FAD00;
}
.list .list-header ul ul li.menu-disabled {
	color				: rgb(200,200,200);
	cursor				: default;
}
.list .list-header > ul > li > ul > li > ul {
	position			: absolute;
	top					: -14px;
	left				: 100%;
	padding				: 13px 14px;
    background-color	: #FFF;
	border				: 1px solid #C6C6C6;
	min-width			: 100%;
	margin-left			: -2px;
}
.list .list-header ul.select {
	padding-left		: 0;
	padding-right		: 0;
}
.list .list-header ul.select > li {
	white-space			: nowrap;
	line-height			: 24px;
	cursor				: pointer;
	padding-left		: 19px;
	margin-left			: 14px;
	margin-right		: 14px;
}
.list .list-header ul.select > li.active {
	background			: url('../images/hook_green.png') no-repeat scroll 0 9px transparent;
}
.list .list-header ul.select > li.choice_cancel {
	border-bottom		: 1px solid #C6C6C6;
	padding-bottom		: 12px;
	margin-bottom		: 11px;
}
.list .list-header ul.sub {
	padding-right		: 0;
	padding-left		: 0;
}
.list .list-header ul.sub > li {
	white-space			: nowrap;
	line-height			: 24px;
	cursor				: pointer;
	padding-right		: 41px;
	padding-left		: 14px;
	position			: relative;
	background			: url('../images/sub.png') no-repeat scroll 92% center transparent;
}
.list .list-header ul.sub > li.hasNoSub {
	background			: none;
}
.list .list-header li > ul {
	display				: none;
}
.list .list-header li.menu-open > ul {
	display				: block;
}
.list .list-header .filter {
	display				: block;
	float: left;
	background-color	: #F6F6F6;
	margin				: 6px 6px 0 4px;
	padding				: 0 6px;
	border-radius		: 3px;
	line-height			: 20px;
}
.list h2 + .list-header .filter {
	background-color	: #FFFFFF;
}
.list .list-header .filter .icon {
	display				: inline-block;
	width				: 16px;
	height				: 20px;
	vertical-align		: middle;
	margin-left			: 7px;
	cursor				: pointer;
	background			: url('../images/delete.png') no-repeat scroll center center transparent;
}
.list .list-header .filter-more {
	display				: inline-block;
	width				: 17px;
	height				: 20px;
	line-height			: 20px;
	margin-left			: 7px;
	margin-top			: 6px;
	float				: left;
	background			: url('../images/hellip.png') no-repeat scroll center center transparent;
}
.list .list-items {
	padding-left		: 20px;
	width				: 978px;
	position			: relative;
	padding-top			: 30px;
	min-height			: 120px;
}
.list .list-items .progress {
	position			: absolute;
	top					: 50%;
	left				: 50%;
	margin-left			: -12px;
	margin-top			: -12px;
}
.list .list-item {
	width				: 115px;
	float				: left;
	margin-right		: 48px;
	margin-bottom		: 65px;
}
.list .list-items.disabled .list-item {
	opacity: 0.3;
}
.list .list-item .logo {
	margin-bottom		: 15px;
	line-height			: 55px;
	display				: block;
	height				: 55px;
	text-align			: center;
}
.list .list-item .logo img {
	max-width			: 115px;
	max-height			: 40px;
}
.list .list-items:not(.disabled) .list-item.has-provider-info .logo {
	cursor				: pointer;
}
.list .list-item .title {
	font-size			: 12px;
	text-align			: center;
	display				: block;
	border-top			: 1px solid #E7E7E7;
	padding-top			: 7px;
	margin-bottom		: 7px;
	height				: 37px;
}
.list .list-items:not(.disabled) .list-item.has-provider-info .title {
	cursor				: pointer;
}
.list .list-items:not(.disabled) .list-item.has-provider-info:hover .title,
.list .list-items:not(.disabled) .list-item.has-provider-info:hover .title * {
	color				: #7FAD00;
}
.list .list-item .state {
	text-align			: center;
	display				: block;
	margin-bottom		: 10px;
	height				: 17px;
}
.state .state-title {
	position			: relative;
	display				: block;
}
.list .list-item .state .state-title {
	color				: #9C9C9C;
	font-size			: 11px;
	line-height			: 17px;
	white-space			: nowrap;
	text-overflow		: ellipsis;
	overflow			: hidden;
}
.list .list-item .search-match {
	background			: rgb(201,223,142);
	background			: rgba(149,193,31,0.5);
}
.list > .hint {
	margin				: 0 20px 20px;
	font-style			: italic;
}
#provider_list_msg_no_items_found {
	font-style			: italic;
}
#provider_list_search {
	width				: 89px;
	height				: 20px;
	display				: inline-block;
	background			: #FFF;
	padding				: 0 18px 0 8px;
	float				: right;
	margin				: 6px 31px 6px 10px;
	border-radius		: 3px;
	position			: relative;
}
.list h2 + .list-header #provider_list_search {
    position: absolute;
    top: -31px;
	right: 0;
}
.register .list #provider_list_search {
	margin-right		: 24px;
}
#provider_list_search input[type="text"] {
	width				: 100%;
	height				: 100%;
	line-height			: 20px;
	padding				: 0;
	border				: 0;
	border-radius		: 0;
}
#provider_list_search .close,
#provider_list_search .loupe {
	position			: absolute;
	top					: 0;
	right				: 2px;
	display				: inline-block;
	width				: 16px;
	height				: 20px;
	vertical-align		: middle;
	cursor				: pointer;
	background			: none no-repeat scroll center center transparent;
}
#provider_list_search .close {
	background-image	: url('../images/delete.png');
	display				: none;
}
#provider_list_search .loupe {
	background-image	: url('../images/loupe.png');
}
#provider_list_search .ui-autocomplete {
	left				: 0 !important;
	width				: 114px !important;
	background			: #FFF;
	border-radius		: 3px;
}
#provider_list_search .ui-autocomplete.ui-menu .ui-menu-item {
	padding				: 3px 7px;
	width				: auto;
	cursor				: pointer;
}
#provider_list_search .ui-autocomplete.ui-menu .ui-menu-item.ui-state-focus {
	background			: none;
	border				: 0;
	font-weight			: normal;
	color				: #7FAD00;
}
.register .list {
	position			: relative;
	width				: 635px;
	margin-top			: 64px;
}
.register .list + .list {
	margin-top			: 8px;
}
.register .list .list-header {
	left				: 0;
	right				: 0;
}
.register .list .list-items {
	width				: 652px;
	padding-left		: 7px;
}
.register .menu-content > p {
	width				: 440px;
}
.state-title .icon {
	width				: 17px;
	height				: 17px;
	background			: none no-repeat scroll center center transparent;
	display				: inline-block;
	vertical-align		: top;
	margin-right		: 5px;
}
.state.subscribed .state-title .icon {
	background-image	: url('../images/Abo_Abonniert.png');
}
.state.in-process .state-title .icon {
	background-image	: url('../images/Abo_In_Bearbeitung.png');
}
.state.denied .state-title .icon {
	background-image	: url('../images/Abo_Abgelehnt.png');
}
.state.in-preparation  .state-title .icon {
	background-image	: url('../images/Abo_In_Vorbereitung.png');
}
.state.sent  .state-title .icon {
	background-image	: url('../images/Anfrage_versendet.png');
	width				: 22px;
}
.list .list-item input[type="submit"] {
	font-size			: 12px;
	text-align			: center;
	line-height			: 16px;
	width				: 100%;
	height				: 20px;
	overflow			: hidden;
	text-overflow		: ellipsis;
	white-space			: nowrap;
	padding				: 0 5px;
}
.content .account {
	margin-bottom		: 35px;
}
.content .account span.a {
	line-height			: 28px;
	text-indent			: 9px;
	display				: inline-block;
}
.content .account .field {
	margin-bottom		: 3px;
	position			: relative;
}
.content .account .field.wo_label {
	padding-left		: 191px;
}
.content .account .field > label {
	width				: 173px;
	display				: block;
	padding-top			: 4px;
	float				: left;
	padding-right		: 15px;
}
.content .account .field table,
.box.register .fields .field table {
	display				: inline-block;
	vertical-align		: top;
}
.content .account .field table td,
.box.register .fields .field table td {
	padding-right		: 20px;
}
.content .account .field table label,
.box.register .fields .field table label {
	width				: auto;
}
.content .account input.text {
	width				: 260px;
	vertical-align		: top;
}
.content .account input.submit  {
	margin-top			: 15px;
}
.content .account .field.professions,
.box.register form .fields .field.profile-professions {
	margin-top			: 25px;
}
.content .account .field.professions table {
	margin-top			: 4px;
}
.content .errorMessage {
	background-color	: #FFFBDC;
	border				: 1px solid #DCDCDC;
	border-radius		: 6px;
	padding				: 8px 10px;
	position			: absolute;
	top					: 50%;
	margin-top			: -18px;
	/* left				: 458px; */
	right				: -170px;
	/*width				: 178px;*/
	max-width			: 130px;
	display				: block;
}
.content .errorMessage p {
	margin-bottom		: 0;
	word-break		: break-word;
}
.content ul.links {
	list-style			: none;
	padding-left		: 0;
}
.content ul.links li {
	margin-bottom		: 12px;
}
a.pdf {
	background			: url('../images/pdf.jpg') no-repeat scroll left 0 transparent;
	padding-left		: 24px;
}
.content table.inline td:first-child {
	padding-right		: 20px;
}
.content table.inline2 th {
	text-align			: left;
}
.content table.inline2 th,
.content table.inline2 td {
	padding-left		: 35px;
}
.content table.inline2 th:first-child,
.content table.inline2 td:first-child {
	padding-left		: 0;
}
.manufacturer h2 {
	font-size			: 16px;
	margin-bottom		: 18px;
}
.manufacturer .list {
	margin-top			: 50px;
	margin-bottom		: 50px;
	margin-right		: -58px;
}
.ui-dialog .manufacturer .list {
	overflow-x			: auto;
	overflow-y			: scroll;
	min-height			: 145px;
	height			: 145px;
	width				: 100%;
	padding-top			: 0;
}
.manufacturer .list .img {
	display				: inline-block;
	width				: 115px;
	height				: 40px;
	line-height			: 40px;
	margin-right		: 36px;
	margin-bottom		: 65px;
	text-align			: center;
	vertical-align		: top;
}
.manufacturer .list .img img {
	vertical-align		: middle;
}
.manufacturer .hint {
	float				: left;
	font-style			: italic;
	font-size			: 12px;
	line-height			: 28px;
}
.manufacturer input.submit {
	float				: right;
	margin-right		: 0;
}
.change-password h2 {
	font-size			: 16px;
	margin-bottom		: 18px;
}
.change-password .fields {
	margin-bottom		: 20px;
}
.change-password .fields label {
	width				: 155px;
	padding-right		: 15px;
	display				: block;
	float				: left;
	line-height			: 26px;
}
.change-password .fields input.password {
	width				: 208px;
	margin-bottom		: 3px;
}
.change-password .buttons {
	text-align			: right;
}
.change-password .buttons input {
	margin-right		: 0;
	margin-left			: 10px;
	min-width			: 106px;
}
.footer {
	height				: 40px;
	background-color	: rgb(50,50,50);
	width				: 100%;
	position			: absolute;
	#position			: fixed;
	bottom				: 0;
	z-index				: 7;
	min-width			: 1020px;
}
.footer * {
	color				: #FFF;
	font-size			: 10px;
	line-height			: 40px;
}
.footer ul {
	margin				: 0 auto;
	width				: 980px;
}
.footer li {
	list-style			: none;
	display				: inline;
	margin-right		: 2px;
	float				: left;
}
.ui-widget-overlay {
	background			: #000;
	opacity				: 0.4;
	filter				: alpha(opacity=40);
}
.ui-dialog {
	border				: 1px solid #E6E6E6;
	border-radius		: 0;
	background			: #FFF;
	padding				: 0;
	box-shadow			: 0 2px 7px rgba(0, 0, 0, 0.4);
}
.ui-dialog .ui-dialog-titlebar {
	border				: 0;
	background			: none;
	padding-top			: 21px;
	padding-bottom		: 1px;
}
.ui-dialog .ui-dialog-titlebar .ui-dialog-title {
	display				: none;
}
.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close {
	border				: 0;
	background			: none;
	top					: 19px;
	right				: 9px;
	z-index				: 10;
}
.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close .ui-icon-closethick {
	background-image	: url('../images/Close.png');
	background-position	: center center;
}
.ui-dialog .ui-dialog-content {
	padding				: 0 27px 22px;
	min-height			: 0 !important;
}
.ui-dialog h2 {
	font-size			: 16px;
	margin-bottom		: 18px;
}
.ui-dialog h3 {
	font-size			: 16px;
	margin-bottom		: 30px;
}
.ui-dialog p {
	margin-bottom		: 18px;
}
.ui-dialog hr {
	border				: 0;
	height				: 1px;
	background			: #E6E6E6;
	margin-top			: 11px;
	margin-bottom		: 23px;
}
.ui-dialog table {
	margin-bottom		: 18px;
}
.ui-dialog table td:first-child {
	padding-left		: 0;
}
.ui-dialog table td {
	padding-left		: 50px;
}
.ui-dialog .buttons {
	text-align			: right;
	padding-top			: 16px;
}
.ui-dialog input[type="submit"],
.ui-dialog input[type="button"] {
	min-width			: 106px;
}
.footer ul li a:hover {
	color				: #7DA50B;
	text-decoration		: none;
}
#provider_info_dlg .head {
	border-bottom		: 1px solid #E7E7E7;
	padding-bottom		: 8px;
	margin-bottom		: 20px;
	min-height			: 40px;
}
#provider_info_dlg .head .state {
	float				: right;
	margin-top			: 20px;
}
#provider_info_dlg .head .logo .img img {
	max-width		: 115px;
	max-height		: 40px;
}
#provider_info_dlg h3 {
	margin-bottom		: 15px;
}
.box2.register2 table table tr h4  {
	margin-top			: 18px;
}
.box2.register2 table table tr:first-child h4  {
	margin-top			: 0;
}
span.t {
	display				: table-row;
	#display			: block;
}
span.t span {
	display				: table-cell;
}
span.t span:first-child {
	width				: 32px;
	#display			: inline-block;
}

/* sort */
.box:first-child .box-content.text {
	padding-top			: 70px;
}
.unlock_link {
	padding-left		: 26px;
	min-height			: 75px;
}
.unlock_link.success {
	background			: url('../images/unlock_link_success.png') no-repeat scroll 0 0 transparent;
}
.unlock_link.error {
	background			: url('../images/unlock_link_error.png') no-repeat scroll 0 0 transparent;
}
.unlock_link.info {
	background			: url('../images/unlock_link_info.png') no-repeat scroll 0 0 transparent;
}
.jspVerticalBar {
	background			: none;
}
.jspTrack {
	width				: 7px;
	background-color	: rgb(230,230,230);
}
.jspDrag {
	width				: 13px;
	left				: -3px;
	background-color	: transparent;
}
.jspDrag .jspDragTop {
	background-color	: rgb(164,164,164);
	border				: 2px solid #FFF;
	border-radius		: 6px;
	position			: absolute;
	top					: 0;
	bottom				: 0;
	left				: 0;
	right				: 0;
}
#privacy_policy_dlg h2 {
	font-size			: 16px;
	margin-bottom		: 18px;
}
#privacy_policy_dlg div.left {
	width				: 450px;
	float				: left;
}
#privacy_policy_dlg div.right {
	width				: 450px;
	float				: right;
}
#privacy_policy_dlg ul {
	margin-bottom		: 18px;
	padding-left		: 17px;
}
#privacy_policy_dlg ul li {
	padding-left		: 20px;
}
#privacy_policy_dlg table.inline td:first-child {
	padding-right		: 20px;
}
#privacy_policy_dlg .submit {
	float				: right;
	margin-right		: 0;
	margin-left			: 10px;
}
#change_password_form .field > label {
	/*width				: 188px;*/
	width				: 173px;
}
/*
#change_password_form .field.wo_label {
	padding-left		: 163px;
}
*/
#change_password_form input.text,
#change_password_form input.password {
	width				: 260px;
}
#change_password_form .submit,
#change_password_form .button {
	min-width			: 106px;
}
div.data {
	padding				: 12px;
	background-color	: #FFFBDC;
	border				: 1px solid #D8D8D8;
	border-radius		: 8px;
	margin				: 29px 0;
}
div.data td:first-child {
	padding-right		: 15px;
}
.box.register .menu-content {
	margin-bottom		: 28px;
}
.box.register .menu-content div.full {
	width				: 615px;
}
.box.register .fields .field label {
	width				: 143px;
}
.box.register .fields .field > label {
	padding-top			: 4px;
	padding-right		: 15px;
}
.box.register .fields .field.profile-professions > label {
	padding-top			: 0;
}
.box hr {
	margin-top			: 83px;
}
.ui-dialog .buttons input[type="button"],
.ui-dialog .buttons input[type="submit"] {
	margin-right		: 0;
	margin-left			: 10px;
}
.international h2 {
	margin-bottom		: 28px;
}
.international table h3 {
	margin-top			: 18px;
	margin-bottom		: 0;
}
.international table tr:first-child h3 {
	margin-top			: 0;
}
.international > div > table {
	width				: 100%;
}
.international > div > table > tbody > tr > td {
	width				: 50%;
}
.international table table {
	width				: auto;
}
.international table table td:first-child {
	padding-right		: 5px;
}
.international span {
	text-transform		: uppercase;
}
/* Selectmenu */
.ui-selectmenu-button {
	display				: inline-block;
	border				: 1px solid #E6E6E6;
	border-radius		: 6px;
	height				: 28px;
	padding-left		: 10px;
	padding-right		: 10px;
	min-width			: 111px;
	cursor				: pointer;
	position			: relative;
	z-index				: 2;
	cursor				: pointer;
	vertical-align		: top;
	background			: none; /* ui */
	font-weight			: normal; /* ui */
}
.header #lang-button.ui-selectmenu-button {
	border-radius		: 10px;
	border				: 1px solid rgb(229,229,229);
	height				: 24px;
	margin-bottom		: 0;
	z-index				: 11;
}
.ui-selectmenu-button.ui-corner-top {
	border-radius		: 4px 4px 0 0;
	cursor				: default;
}
.header #lang-button.ui-selectmenu-button.ui-corner-top {
	border-radius		: 10px 10px 0 0;
}
.ui-selectmenu-button .ui-selectmenu-text {
	line-height			: 28px;
}
.header #lang-button.ui-selectmenu-button .ui-selectmenu-text {
	font-size			: 10px;
	color				: #C0C0C0;
	line-height			: 24px;
}
.ui-selectmenu-button .ui-icon {
	width				: 16px;
	height				: 16px;
	right				: 0.5em;
	left				: auto;
	margin-top			: -8px;
	position			: absolute;
	top					: 50%;
	background			: url('../images/arrow_select.gif') no-repeat scroll center center transparent;
}
.header #lang-button.ui-selectmenu-button .ui-icon {
	background-image	: url('../images/arrow_select.png');
}
.ui-selectmenu-menu {
	z-index				: 20;
	position			: absolute;
	top					: 0;
	left				: 0;
	display				: none;
}
.ui-selectmenu-menu.ui-selectmenu-open {
	display				: block;
}
.ui-selectmenu-menu ul {
	border				: 1px solid #E6E6E6;
	border-radius		: 0 0 4px 4px;
	background-color	: #FFF;
	background			: #FFF; /* ui */
	list-style			: none;
	margin-top			: -1px;
	margin-right		: -2px;
	max-height			: 210px;
	overflow			: auto;
	padding				: 0; /* ui */
}
.ui-selectmenu-menu ul#lang-menu {
	border				: 1px solid rgb(229,229,229);
	border-top			: 1px solid transparent;
	border-radius		: 0 0 10px 10px;
	max-height			: none;
}
.ui-selectmenu-menu ul li {
	line-height			: 28px;
	cursor				: pointer;
	padding-left		: 10px;
	padding-right		: 10px;
	padding-left		: 10px !important; /* ui */
	padding-right		: 10px !important; /* ui */
	width				: auto !important; /* ui */
	overflow			: hidden;
	text-overflow		: ellipsis;
	white-space			: nowrap;
}
.ui-selectmenu-menu ul#lang-menu li {
	font-size			: 10px;
	color				: #C0C0C0;
	line-height			: 24px;
}
.ui-selectmenu-menu ul li.ui-state-focus {
	color				: rgb(125,165,11) !important;
	background			: none; /* ui */
	border				: none; /* ui */
	font-weight			: normal; /* ui */
}
p.create_user_account_form {
	min-height			: 27px;
}
.update_professions_form > table td {
	padding-bottom		: 5px;
}
.skip_subscribe_confirmation_message {
	margin-top			: 37px;
	font-size			: 12px;
	display				: block;
}
.skip_subscribe_confirmation_message input[type="checkbox"] {
	position			: static;
	vertical-align		: middle;
	margin-top			: 0;
}
.app-subscribe-items {
	padding-top			: 37px;
	margin-bottom		: -26px;
}
.app-subscribe-item {
	width				: 455px;
	float				: left;
	margin-bottom		: 55px;
}
.app-subscribe-item h2 {
	margin-bottom		: 5px;
}
.app-subscribe-item.odd {
	margin-left			: 20px;
	margin-right		: 30px;
}
.app-subscribe-check {
	width				: 17px;
	height				: 17px;
	line-height			: 17px;
	text-align			: center;
	position			: relative;
	float				: left;
	margin-right		: 14px;
	margin-top			: -3px;
}
.app-subscribe-check input[type="checkbox"] {
	margin				: 0;
	float				: none;
	vertical-align		: middle;
}
.app-subscribe-progress {
	position			: absolute;
	top					: 0;
	left				: 0;
	right				: 0;
	bottom				: 0;
}
.app-subscribe-error {
	text-align			: left;
	top					: 0 !important;
	margin-top			: 0 !important;
	width				: 245px !important;
	max-width			: 245px !important;
	opacity				: 0.95;
	filter				: alpha(opacity=95);
}
.app-subscribe-img {
	float				: left;
	margin-right		: 20px;
	border				: 1px solid #DADADA;
	width				: 123px;
	height				: 123px;
	line-height			: 121px;
}
.app-subscribe-img img {
	max-width			: 123px;
	max-height			: 123px;
	vertical-align		: middle;
}
.app-subscribe-text {
	float				: left;
	width				: 279px;
}
.app-subscribe-license {
	font-style			: italic;
}
.register .app-subscribe-items-text {
	width				: 615px !important;
}
.register .app-subscribe-items {
	padding-top			: 21px;
}
.register .app-subscribe-item {
	width				: 615px;
}
.register .app-subscribe-item.odd {
	margin-left			: 0;
	margin-right		: 0;
}
.register .app-subscribe-text {
	width				: 439px;
}
#suggest_provider_dlg .field.suggested_provider > div {
    padding-left		: 165px;
}
#suggest_provider_dlg .field.suggested_provider > div input[type="text"] {
	margin-bottom		: 3px;
}
#suggest_provider_dlg .errorMessage {
	position			: static !important;
    margin-left			: 165px;
}
/*
#suggest_provider_dlg .errorMessage {
	background-color	: #FFFBDC;
	border				: 1px solid #DCDCDC;
	border-radius		: 6px;
	padding				: 4px 8px;
	position			: static !important;
	top					: 50%;
	margin-top			: 3px;
    margin-left			: 165px;
	margin-right		: 3px;
	display				: block;
	width				: auto;
}
*/
#suggest_provider_dlg .suggest_provider_no_login-accept_privacy_policy .errorMessage {
    margin-left			: 0;
}
#suggest_provider_dlg .errorMessage p {
	color				: #99000A;
	margin				: 3px 0;
}
#suggest_provider_dlg .field {
	margin-bottom		: 3px;
}

/* {# temp #} */
#suggest_provider_nologin_form .field > label {
	width				: 165px;
	display				: block;
	float				: left;
}
#suggest_provider_nologin_form  input.text {
	width				: 260px;
}
#suggest_provider_nologin_form  span.value {
	margin-bottom		: 10px;
	display				: block;
	vertical-align		: top;
	width				: 282px;
	word-wrap			: break-word;
	margin-left			: 158px;
	min-height			: 18px;
}
#suggest_provider_nologin_form .field > label.checkbox {
	width				: auto;
	display				: block;
	float				: none;
}
#suggest_provider_nologin_form .field table {
	display				: inline-block;
	vertical-align		: top;
}
#suggest_provider_nologin_form .field table td {
	padding-left		: 0;
	padding-right		: 20px;
}
#suggest_provider_nologin_form .field.suggest_provider_no_login-professions {
	margin-top			: 25px;
}
#suggest_provider_nologin_form .ui-selectmenu-button {
	display				: inline-block;
	border				: 1px solid #E6E6E6;
	border-radius		: 6px;
	height				: 28px;
	padding-left		: 10px;
	padding-right		: 10px;
	width				: 256px !important;
	cursor				: pointer;
	position			: relative;
	z-index				: 2;
	cursor				: pointer;
	vertical-align		: top;
	background			: none !important; /* ui */
	font-weight			: normal !important; /* ui */
}
.ui-selectmenu-menu .ui-menu-item.ui-state-disabled {
	height				: 1px;
	text-indent			: -20000em;
	background-color	: #E6E6E6;
	margin				: 5px 10px;
	opacity				: 1;
	filter				: alpha(opacity=100);
}
#suggest_provider_dlg span.select {
	display				: inline-block;
	position			: relative;
}
#suggest_provider_dlg span.select .ui-selectmenu-menu {
	width				: 100%;
}
#suggest_provider_dlg span.select .ui-selectmenu-menu .ui-menu {
	width				: 276px !important;
}
#suggest_provider_dlg .ui-selectmenu-button.ui-corner-all {
	border-radius		: 6px;
}
#suggest_provider_dlg .ui-selectmenu-button.ui-corner-top {
	border-radius		: 6px 6px 0 0;
}
#suggest_provider_dlg .ui-selectmenu-button.ui-corner-bottom {
	border-radius		: 0 0 6px 6px;
}
#suggest_provider_dlg span.select .ui-selectmenu-menu ul {
	max-height			: 140px;
}
/* {# temp #} */

.field:after {
	content				: " ";
	display				: table;
	clear				: both;
}
.field {
	*zoom				: 1;
}

.table {
    display: table;
    width: 100%;
}

.tr {
    display: table-row;
}

.td {
    display: table-cell;
    vertical-align: top;
}

.table.pcon-login .td:nth-child(1) {
    width: 1px;
    padding-right: 40px;
}

.table.pcon-login .td:nth-child(2) {
    width: 100%;
}

.table.pcon-login .td:nth-child(3) {
    width: 1px;
    text-align: right;
    vertical-align: bottom;
}

.pcon-login-link::before {
	content: " ";
	display: inline-block;
	vertical-align: middle;
	width: 30px;
	height: 30px;
	margin-right: 8px;
	background-image: url('../images/pcon_login_link_icon.png');
}

.sign_or_register {
	margin-top: 42px;
	margin-bottom: 42px;
}

.sign_or_register form {
	display: inline;
}

.presubscribed_providers {
	margin-bottom: 18px;
}

#professional_activation_request_form {
	margin-bottom		: 35px;
}
#professional_activation_request_form span.a {
	line-height			: 28px;
	text-indent			: 9px;
	display				: inline-block;
}
#professional_activation_request_form .field {
	margin-bottom		: 3px;
	position			: relative;
}
#professional_activation_request_form .field.wo_label {
	padding-left		: 191px;
}
#professional_activation_request_form .field > label {
	width				: 173px;
	display				: block;
	padding-top			: 4px;
	float				: left;
	padding-right		: 15px;
}
#professional_activation_request_form .field table {
	display				: inline-block;
	vertical-align		: top;
}
#professional_activation_request_form .field table td {
	padding-right		: 20px;
}
#professional_activation_request_form .field table label {
	width				: auto;
}
#professional_activation_request_form input.text {
	width				: 260px;
	vertical-align		: top;
}
#professional_activation_request_form input.submit  {
	margin-top			: 15px;
}
#professional_activation_request_form .field.professions {
	margin-top			: 25px;
}
#professional_activation_request_form .field.professions table {
	margin-top			: 4px;
}

.list-item-providers {
	margin-top: -20px;
	margin-bottom: 46px;
}
.list-item-provider {
	width: 215px;
	float: left;
	margin-top: 40px;
}
.list-item-provider:nth-child(2n+1) {
	margin-right: 40px;
}
.list-item-provider .logo {
	margin-bottom: 14px;
	height: 55px;
}
.list-item-provider .logo span {
	border-bottom: 1px solid #E7E7E7;
	padding-bottom: 15px;
	display: block;
	height: 40px;
	line-height: 40px;
}
.list-item-provider .logo img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}
.list-item-provider .info {
	margin-top: 18px;
	word-break: break-all;
}
.list-item-provider-email,
.list-item-provider-url {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.hint-login {
	align-items: center;
	display: flex;
	font-size: 12px;
	line-height: 1.5em;
	margin-top: 32px;
	min-height: 28px;
	padding-left: 46px;
	position: relative;
}
.form.login .hint-login {
	max-width: 226px;
}
.hint-login::before {
	background-image: url('../images/pCon_login.svg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	top: 0;
	width: 28px;
}
.hint-login div {
	flex: 1;
	position: relative;
}
.hint-login div::before {
	content: "*";
	left: -10px;
	position: absolute;
	top: 0;
}
