/*! jQuery UI - v1.10.1 - 2013-03-11
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.slider.css, jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.css
* Copyright (c) 2013 jQuery Foundation and other contributors Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0);
}

.ui-front {
	z-index: 999 !important; /* wegen z-index Support-Nummern: 700 + 701 */
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
	outline: 0;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin: 0;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
    height: auto;
    line-height: normal;
}

.ui-dialog .ui-resizable-se {
	width: 12px;
	height: 12px;
	right: -5px;
	bottom: -5px;
	background-position: 16px 16px;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
	padding: .5em 1em;
}
.ui-button .ui-button-text {
    display: block;
    padding: 0.05em;
}

.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text { display: none; }

.ui-corner-all {
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

.ui-button.ui-corner-all {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}


/* Datepicker
----------------------------------*/

.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 3px;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 2px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    background-image: url("/include/css/ui-images/ui-icons_222222_256x240.png");
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 49%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

.ui-datepicker{
    /*background: url("/include/css/ui-images/ui-bg_highlight-soft_75_cccccc_1x100.png") repeat-x scroll 50% 50% #CCCCCC;*/
    border: 1px solid #AAAAAA;
    color: #222222;
    font-weight: bold;
}

div.ui-datepicker-header{
    background: url("/include/css/ui-images/ui-bg_highlight-soft_75_cccccc_1x100.png") repeat-x scroll 50% 50% #CCCCCC;
    border: 1px solid #AAAAAA;
    color: #222222;
    font-weight: bold;
}

.ui-datepicker.ui-corner-all,
.ui-datepicker-header.ui-corner-all,
.ui-datepicker-prev-hover,
.ui-datepicker-next-hover{
    border-radius: 4px !important;
}


.ui-state-default {
    background: url("/include/css/ui-images/ui-bg_glass_75_e6e6e6_1x400.png") repeat-x scroll 50% 50% #E6E6E6;
    border: 1px solid #D3D3D3;
    color: #555555;
    font-weight: normal;
}

a.ui-state-highlight {
    background: url("/include/css/ui-images/ui-bg_glass_55_fbf9ee_1x400.png") repeat-x scroll 50% 50% #FBF9EE;
    border: 1px solid #FCEFA1;
    color: #363636;
}

.ui-state-hover {
    background: url("/include/css/ui-images/ui-bg_glass_75_dadada_1x400.png") repeat-x scroll 50% 50% #DADADA;
    border: 1px solid #999999;
}

.ui-datepicker.ui-widget {
    background-color: white;
}

a.ui-datepicker-prev,
a.ui-datepicker-next {
    width: 1.5em !important;
    height: 1.5em !important;
    background-image: url("/include/css/ui-images/ui-icons_222222_256x240.png");
}

.ui-datepicker-prev {
    background-position: -95px -14px;
}
.ui-datepicker-next {
    background-position: -31px -14px;
}

/***
 * -------------------------------------------------------------------------------------
 * CSS fuer UI-Tabs
 * -------------------------------------------------------------------------------------
 * Dieses Dokument wurde am 21.10.2013 als CSS level 3 validiert!
 *
 *
***/
#kontinenttabs.ui-tabs,
#kontinenttabs .ui-tabs-panel {
    padding: 0;
    margin: 0;
}

.tabview {
    margin: 0;
    padding: 0;
    list-style-type: none !important;
}

#kontinenttabs .tabview { width: 890px; }

#kontinenttabs .tabview { margin: 0 0 0 20px; }

.tabview li { background: url("/images/evolution/sprite_tabs.png") repeat-x scroll transparent !important; }


#kontinenttabs .tabview li {
     background-position: 0 -40px !important;
    background-clip: padding-box;
    border-top: 1px solid #b1b1b1;
    border-left: 1px solid #b1b1b1;
    border-right: 1px solid #b1b1b1;
    border-radius: 8px 8px 0 0;
    float: left;
    height: 25px;
    padding: 0;
    margin: 0 5px 0 0;
    text-align: center;
    outline: none;
}

#kontinenttabs .tabview li:hover,
#kontinenttabs .tabview li.ui-tabs-active {
     background-position: 0 -70px !important;
    background-clip: padding-box;
    border-top: 1px solid #0079C8;
    border-left: 1px solid #0079C8;
    border-right: 1px solid #0079C8;
}


#kontinenttabs .tabview li a {
    border: 0;
    padding: 5px 15px 2px;
    color: #0079C8;
    outline: none;
    height: 20px;
    font-weight: bold;
    display:inline-block;
}

#kontinenttabs .tabview li:hover,
#kontinenttabs .tabview li.ui-tabs-active a {
    color: #003D86;
    display:inline-block;
}

#kontinenttabs .tabview li a:hover {
    color: #003D86;
}


#kontinenttabs .tabview li a:hover,
#kontinenttabs .tabview li.ui-tabs-active a:link {
    text-decoration: none;
    color: #003D86;
    font-weight: bold;
}

.ui-combobox {
	float: left;
	margin: 0;
	height: 23px;
}

.wrap_multi .ui-combobox { float: none !important; }

.ui-autocomplete-input {
	float: left;
	margin: 0;
	padding: 2px 2px 2px 5px !important;
	border-left: 1px solid red;
}

#sucheDomains .ui-autocomplete-input,
.ntldDomains .ui-autocomplete-input,
.pRegNewDomainCombo .ui-autocomplete-input,
#wrap_std_tlds .ui-autocomplete-input,
#wrap_tlds .ui-autocomplete-input,
#wrap_multi .ui-autocomplete-input,
.sunriseCombo .ui-autocomplete-input,
.sunriseCombo-LP .ui-autocomplete-input {
    border-left: 1px solid #0088CC !important;
	border-top: 1px solid #0088CC !important;
	border-bottom: 1px solid #0088CC !important;
	background: #fff !important;
	width: 64px !important;
	font-size: 12px;
	color: #000;
    border-radius: 5px 0 0 5px;
    font-weight: bold;
    height: 23px;
}

.pfTablePageLimit .ui-autocomplete-input {
	border-left: 1px solid #CCC !important;
	border-top: 1px solid #CCC !important;
	border-bottom: 1px solid #CCC !important;
	background: #fff !important;
	width: 37px !important;
	font-size: 12px;
	color: #000;
    border-radius: 5px 0 0 5px;
    font-weight: normal;
    height: 21px;
}

/* wenn select-Box breiter sein soll */
#wrap_std_tlds .ui-autocomplete-input,
#sucheDomains_categories .ui-autocomplete-input,
.sucheDomainssmall .ui-autocomplete-input { width: 82px !important; }

#suchenregTopbox .ui-autocomplete-input { width: 107px !important; }

.ntldDomains .ui-autocomplete-input { width: 110px !important; }

.sunriseCombo .ui-autocomplete-input { width: 307px !important; font-weight:normal; }
.sunriseCombo-LP .ui-autocomplete-input { width: 107px !important; font-weight:normal; }

.ui-button {
 	border: 0 none;
	outline: medium none;
	margin: 0;
	padding: 0;
}

#sucheDomains .ui-button,
.ntldDomains .ui-button,
#wrap_std_tlds .ui-button,
#wrap_tlds .ui-button,
#wrap_multi .ui-button,
.sunriseCombo .ui-button,
.sunriseCombo-LP  .ui-button,
.pRegNewDomainCombo .ui-button {
	float: left;
	background: url("/images/evolution/startseite/suchbox/combo_select.png") no-repeat scroll 0 0 transparent !important;
	height: 23px;
    width: 21px;
	margin-right: 8px;
}

.pfTablePageLimit .ui-button {
	display: inline-block;
	background: url("/images/evolution/form-elemente/combo_select_select_mac.png") no-repeat scroll 0 0 transparent !important;
	height: 22px;
    width: 21px;
	position: relative;
	left: -1px;
	z-index: 99;
}

.ui-menu {
	border: 1px solid #ccc !important;
    border-bottom-left-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
	background-color: #FFF !important;
	position: absolute;
	z-index: 666 !important;
}

.ui-menu.std_tlds,
.ui-menu.multiple_tlds,
.ui-menu.smart_tlds {
	height: 220px;
	overflow-y: auto;
	overflow-x: hidden;
}

.ui-menu.multiple_tlds,
.ui-menu.smart_tlds {
	width: 75px !important;
}

.ui-menu.std_tlds {
    height: 220px;
	overflow-y: auto;
	overflow-x: hidden;
}

.ui-menu.ntlds {
	width: 103px !important;
	/*height: 160x;*/
	overflow-y: auto;
	overflow-x: hidden;
}

.ui-menu.settings_page_limit { width: 60px !important; }

.ui-menu-item {
	display: block;
	list-style-type: none;
	color: #333;
	margin: 0;
	padding: 2px;
	font-size: 12px;
	white-space: nowrap;
}

.ui-menu-item a {
	text-decoration: none;
	cursor: pointer;
    color: #333;
}

/* SUCH BOXEN ALLGEMEIN  */
.wwwTxt,
.researchDot {
	float:left;
	font-size:13px;
	font-weight:bold;
	color:#003D86;
}

.wwwTxt {
	line-height:24px;
	margin-right:5px;
}

.researchDot {
    margin: 0 2px;
    line-height: 26px;
}

#hp_domainField,
#hp_domainField_cue {
	float: left;
    width: 145px;
    height: 23px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-weight:bold;
	border: 1px solid #0088CC;
}

#hp_domainArea {
    float:	left;
    width:196px;
    height: 103px;
	-webkit-border-radius: 5px;
    border-radius: 5px;
    padding:5px;
    border: 1px solid #0088CC;
    overflow:auto;
    font-weight:bold;
    resize: none;
}


/* ************************************************************************************
 * CSS- Klassen fuer mehrfach verwendete Objekte wie:
 * Boxen, aufklappbare Balken ...
 *
 * @author christina tziafeta
 * @version v 2.0 -- 11/2011
 ************************************************************************************ */

/* ********************************************************************************** */
/* FEHLER */
input.formerror,
textarea.formerror {
    border: 1px solid #990000 !important;
    background-color: #ffeeee;
}


/* **************************************** */
/* Boxen ohne fixe Breite */
.whiteBoxPadding20 {
    border: 1px solid #bebebe;
    background-color: #fff;
    padding: 20px;
    display: inline-block;
}

.whiteBoxPadding10, .greybox {
    border: 1px solid #bebebe;
    background-color: #fff;
    padding: 10px;
    min-height: 15px;
    margin-bottom: 10px;
    display: inline-block;
}

.greybox#whoisAnswer {
    width: 100%;
    overflow: scroll;
    max-height: 350px;
}

/* blauer Rahmen, hellblauer BG, kleine Schrift */
.InfoBox {
    /* wie bei den Unterseiten von /download/ oder in /domain-umzug */
    width: 500px;
    border: 1px solid #0088CC;
    background-color: #E9F5FC;
    padding: 5px 5px 5px 5px;
    color: #666666;
    font-size: 11px;
    line-height: 13px;
}

/* Diese Links brauchen Font-Size, sonst 11px wg (p)Infobox */
.InfoBox a.formlink, .InfoBox a.stdLink {
    font-size: 13px;
}

.pInfoBox a.formlink {
    font-size: 13px;
}

.box_bluegradient_fix {
    border: 1px solid #77ABD9;
    background: #fff url(/images/evolution/blueGradient.png) repeat-x;
    margin-bottom: 20px;
}

.box_bluegradient {
    overflow: auto;
    border: 1px solid #0088CC;
    background: #fff url(/images/evolution/blueGradient.png) repeat-x;
    margin-bottom: 20px;
    padding: 20px 15px;
}

.bluebox, .bluebox_borderCCC {
    overflow: auto;
    border: 1px solid #0088CC;
    background-color: #E9F5FC;
    padding: 10px;
    margin-bottom: 10px;
}

.bluebox_borderCCC {
    border: 1px solid #CCC;
}

.bluebox.noBorder {
    border: 0 none;
}

.boxGradient {
    display: none;
    width: 940px;
    min-height: 315px;
    border: 1px solid #0088CC;
    background: #fff url("/images/evolution/blueGradient.png") repeat-x;
    margin-bottom: 20px;
    padding: 20px;
    position: relative;
}

.boxGradientempty {
    display: none;
    margin-bottom: 20px;
    position: relative;
    width: 940px;
}

.boxGradientempty.open,
.boxGradient.open {
    display: inline-block;
}

.blueboxGradient {
    border: 1px solid #0088CC;
    background: #fff url("/images/evolution/blueGradient.png") repeat-x;
    margin-bottom: 20px;
    padding: 20px;
    display: inline-block;
}

.greyboxGradient {
    /* preisliste, transfer im PF... */
    overflow: auto;
    border: 1px solid #ccc;
    background: #fff url("/images/evolution/greygradient.gif") repeat-x;
    margin-bottom: 20px;
    padding: 20px;
}

/* ****************************** */
/* Boxen f�r Infos, Warnungen etc */


.css_greybox {
    background: #F0F0F0 url("/images/evolution/icons/info.png") no-repeat 10px 10px;
    line-height: 16px;
    padding: 10px 10px 10px 35px;
    border-radius: 5px;
}

.redboxWarning {
    overflow: auto;
    border: 1px solid #c26666;
    background: #ffecec url(/images/evolution/portfolio/icons/warning.png) no-repeat 10px 9px;
    padding: 10px 10px 10px 40px;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: bold;
    color: #990000;
}



/*  Box, grauer Rahmen, kein Verlauf, kein Schatten */
.box_ohneGradient_305_top {
    width: 305px;
    height: 10px;
    background: url(/images/evolution/boxen/box_ohneGradient_305_top.png) no-repeat;
}

.box_ohneGradient_305_center {
    padding: 10px;
    width: 305px;
    border-left: solid 1px #ccc;
    border-right: solid 1px #ccc;
}

.box_ohneGradient_305_bottom {
    width: 305px;
    height: 15px;
    background: url(/images/evolution/boxen/box_ohneGradient_305_bottom.png) no-repeat;
}

/*  Box, grauer Rahmen, kein Verlauf, kein Schatten */
.box_grau_305_top {
    width: 305px;
    height: 10px;
    background: url(/images/evolution/boxen/box_grau_305_top.png) no-repeat;
}

div.box_grau_305_center {
    padding: 10px;
    width: 305px;
    border-left: solid 1px #ccc;
    border-right: solid 1px #ccc;
    background-color: #f1f1f1;
}

div.box_grau_305_bottom {
    width: 305px;
    height: 15px;
    background: url(/images/evolution/boxen/box_grau_305_bottom.png) no-repeat;
    /*background-position: top center;
    margin-bottom: 15px;*/
}


.box_graugradient_519 {
    width: 519px;
    height: 172px;
    background: url(/images/evolution/boxen/box_graugradient_519.png) no-repeat;
    padding: 5px 20px;
}


.box_graugradient_450 {
    position: relative;
    background: url(/images/evolution/boxen/box_graugradient_450.png) no-repeat;
    width: 450px;
    height: 311px;
    overflow: hidden;
    padding: 15px 15px 0;
}


.wrapper-box-left-small {
    float: left;
    width: 300px;
    display: inline-block;
}

.wrapper-box-left-small:hover .box_graugradient_300_top {
    background: url(/images/evolution/boxen/box_blaugradient_300_top.png) 0 0 no-repeat;
    width: 300px;
}

.wrapper-box-left-small:hover .box_graugradient_300_bottom {
    background: url(/images/evolution/boxen/box_blaugradient_300_bottom.png) 0 0 no-repeat;
    width: 300px;
    height: 17px;
}

.wrapper-box-left-small:hover .box_graugradient_300_innen {
    border-left: 1px solid #0088CC;
    border-right: 1px solid #0088CC;
}

.wrapper-box-left {
    float: left;
    width: 449px;
    margin: 0 20px 0 0;
    display: inline-block;
}

.wrapper-box-right {
    float: right;
    width: 449px;
    margin: 0 0 0 20px;
    display: inline-block;
}

.wrapper-box-right#coupon {
    margin: 25px 0 0 20px;
}

.wrapper-box-left#logindaten {
    clear: both;
    margin: 20px 0 0 0;
}

.wrapper-box-left#zahlungsdaten {
    min-height: 625px;
    margin: 0 0 0 20px;
}

.box_graugradient_300_top {
    background: url(/images/evolution/boxen/box_graugradient_300_top.png) 0 0 no-repeat;
    width: 300px;
}

.box_graugradient_300_bottom {
    background: url(/images/evolution/boxen/box_graugradient_300_bottom.png) 0 0 no-repeat;
    width: 300px;
    height: 17px;
}

.box_graugradient_449_top {
    background: url(/images/evolution/boxen/box_graugradient_449_top.png) 0 0 no-repeat;
    width: 449px;
}

.box_graugradient_449_bottom {
    background: url(/images/evolution/boxen/box_graugradient_449_bottom.png) 0 0 no-repeat;
    width: 449px;
    height: 17px;
}

.box_graugradient_938_top {
    background: url(/images/evolution/boxen/box_graugradient_938_top.png) 0 0 no-repeat;
    width: 938px;
    min-height: 20px;
}


.box_graugradient_449_innen,
.box_graugradient_300_innen {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    padding: 0 15px 10px 15px;
    display: inline-block;
    position: relative;
    top: 7px;
}

.box_graugradient_300_innen {
    width: 300px;
}

.box_graugradient_300_innen .info {
    margin: 0;
    padding: 0;
    display: inline-block;
    color: #000 !important;
}

.box_graugradient_449_innen {
    width: 449px;
}



.box_graugradient_938_center,
.box_graugradient_938_center_tbl {
    padding: 0 15px 10px 15px;
    border-left: solid 1px #ccc;
    border-right: solid 1px #ccc;
    top: 7px;
    position: relative;
    display: inline-block;
}

.box_graugradient_938_center_tbl {
    padding: 0 20px 10px 20px;
    width: 938px;
}

.box_graugradient_938_center {
    width: 938px;
}

.box_graugradient_938_bottom {
    background: url(/images/evolution/boxen/box_graugradient_938_bottom.png) 0 0 no-repeat;
    width: 938px;
    height: 20px;
}


.box_graugradientTitle_431_top {
    position: relative;
    width: 431px;

    background: url(/images/evolution/boxen/box_graugradientTitle_431_top.png) no-repeat center top;
}


/* ************************************************** */
/* Suchboxen */

.suchboxS {
    display: block;
    overflow: hidden;
    background: url(/images/evolution/boxen/blueGradient_422x44.png) no-repeat;
    padding: 7px 10px;
    width: 422px;
    height: 44px;
    line-height: 33px;
}


/* inputfeld in der kleinen Suchbox */
.suchboxS input[type="text"] {
    border: 1px solid #0079C8;
    background-color: #FFFFFF;
    margin: 1px 5px 0 15px;
    border-radius: 5px;
}


/* ************************************************** */
/* Trenner */
div.portfolioTrenner, .portfolioTrenner {
    position: relative;
    display: block;
    background: url(/images/evolution/trenner/trenner_portfolio.gif) no-repeat center center;
    width: 940px;
    height: 46px;
    margin: 0 0 10px;
    padding: 0;
}


.hrCCC {
    background-color: #ccc; /* Farbe fuer Opera und Firefox */
    color: #cccccc; /* Farbe fuer Internet Explorer (IE) */
    border: 0;
    height: 1px;
    margin: 4px 0 5px;
}

.hr0079C8 {
    background-color: #0079C8; /* Farbe fuer Opera und Firefox */
    color: #0079C8; /* Farbe fuer Internet Explorer (IE) */
    border: 0;
    height: 1px;
}

.hrCCC_dashed {
    border: none;
    border-top: dashed 1px #CCCCCC;
    color: #FFFFFF;
    height: 1px;
    margin: 0px;
}

.sep {
    height: 1px;
    border-top: 1px solid #ccc;
    margin: 15px 0;
}


/* ************************************************** */
/* aufklappbare Balken */



.aufklappBalken {
    display: block;
    background: url(/images/evolution/boxen/klapp-balken/klapp-balken.png) no-repeat;
    height: 34px;
    cursor: pointer;
    line-height: 34px;
    font-weight: bold;
    font-size: 15px;
    color: #003d86;
}

.aufklappBalken:hover {
    background-position: 0 -34px;
    text-decoration: none;
}

.aufklappBalken.open {
    display: block;
    width: 940px;
    height: 34px;
    background: url(/images/evolution/boxen/klapp-balken/klapp-balken.png) 0 -68px no-repeat;
    cursor: pointer;
    line-height: 34px;
    font-weight: bold;
    font-size: 15px;
    color: #003d86;
}

.aufklappBalken.open:hover {
    background-position: 0 -102px;
    text-decoration: none;
}

/* offene Balken - wie in Webseiten-Weiterleitungen */
.blueGradiend_balken,
.blueGradiend_balken_409 {
    display: block;
    width: 940px;
    height: 35px;
    background: url(/images/evolution/boxen/blueGradient_balken.png) no-repeat;
    color: #003D86;
    font-size: 15px;
    font-weight: bold;
    line-height: 35px;
}

.blueGradiend_balken_409 {
    background: url(/images/evolution/boxen/blueGradient_balken_409.png) no-repeat;
    width: 409px;
    height: 33px;
}

.blueGradiend_balken:hover,
.blueGradiend_balken_409:hover {
    text-decoration: none;
}

/* LISTEN */

ul.blaueHaken, ul.grueneHaken, ul.hellgrueneHaken, ul.roteKreise,
.blaueKreise8x8, .blaueKreise7x7,
ul.gruenePfeilerechts {
    list-style-type: none !important;
    margin: 10px;
}

ul.blaueHaken li, ul.grueneHaken li, ul.hellgrueneHaken li, ul.roteKreise li,
ul.gruenePfeilerechts li {
    padding-left: 30px;
    margin: 5px 0;
}

ul.roteKreise li {
    background: url(/images/evolution/portfolio/icons/roterPunkt.png) no-repeat left center;
}

ul.blaueHaken li {
    background: url(/images/evolution/portfolio/icons/blauerHaken.png) no-repeat;
}

ul.grueneHaken li,
ul.hellgrueneHaken li {
    background: url(/images/evolution/icons/hellgruenerHaken.png) no-repeat;
}

ul.gruenePfeilerechts li {
    background: url(/images/evolution/icons/pfeile/3Dpfeil_gruenRechts.gif) no-repeat;
}


/* Liste mit Grafiken als Nummerierungszeichen 1-4 */
ol.orderedGraphicalList {
    list-style-type: none !important;
    margin: 0;
    padding-top: 15px;
}

ol.orderedGraphicalList li.li_z1, li.li_z2, li.li_z3, li.li_z4, li.li_z4 {
    padding: 5px 0 10px 40px;
}

ol.orderedGraphicalList li.li_z1 {
    background: url(/images/evolution/zahlen/1-blau.png) no-repeat;
}

ol.orderedGraphicalList li.li_z2 {
    background: url(/images/evolution/zahlen/2-blau.png) no-repeat;
}

ol.orderedGraphicalList li.li_z3 {
    background: url(/images/evolution/zahlen/3-blau.png) no-repeat;
}

ol.orderedGraphicalList li.li_z4 {
    background: url(/images/evolution/zahlen/4-blau.png) no-repeat;
}

ol.orderedGraphicalList li.li_z5 {
    background: url(/images/evolution/zahlen/5-blau.png) no-repeat;
}


/* ************************************************************************************************************* */
/* Verschiedene Icons fuer Meldungen */

.blueInfo {
    background: url(/images/evolution/icons/info.png) 5px 5px no-repeat;
    padding: 5px 5px 5px 30px;
}

.blueInfo.grey {
    background: url(/images/evolution/icons/info_inactive.png) no-repeat 0 2px;
    padding-left: 25px;
}

.clueBulb {
    background: url(/images/evolution/icons/bulp.gif) no-repeat 0 3px;
    padding-left: 25px;
    color: #999;
    display: inline-block;
}

.headsetInfo {
    background: url(/images/evolution/icons/headset.png) no-repeat;
    padding-left: 25px;
}

.warningInfo {
    background: url(/images/evolution/portfolio/icons/warning.png) no-repeat;
    padding-left: 25px;
}

.warningInfo_red {
    background: url(/images/evolution/portfolio/icons/warning.png) no-repeat;
    padding: 2px 0 0 25px;
    color: #990000;
    font-weight: bold;
    position: relative;
}

.warningInfo_red.top0 {
    top: 0;
}

.errorInfo_red_15px,
.errorInfo_red {
    background: url(/images/evolution/icons/x_rot_15px.png) no-repeat 0 8px;
    border-bottom: 1px dashed #CCC;
    color: #990000;
    padding: 6px 30px;
}

.errorInfo_red_15px {
    font-size: 15px;
}

.successInfo_green,
.success_tchm {
    background: url(/images/evolution/icons/gruenerHaken_sucess_sm.gif) no-repeat 0 5px;
    border-bottom: 1px dashed #CCC;
    color: #006600;
    padding: 6px 30px;
}

.success_tchm {
    border-bottom: none;
    font-size: 16px;
    font-weight: normal;
}

.landingBottomTxt {
    float: left;
    width: 939px;
    margin: 25px 0 0 0;
    font-weight: bold;
}

.bprozessTrenner {
    width: 938px;
    margin: 45px 0 15px 0;
    border: none;
}

/* 1,2,3 - blaue Icons */
span.nr1-blau_big,
span.nr1-blau,
span.nr2-blau,
span.nr3-blau {
    display: block;
    background: url(/images/evolution/zahlen/1-blau_big.png) no-repeat;
    margin: 0;
    min-height: 30px;
    padding-left: 35px;
}

span.nr1-blau {
    background-image: url(/images/evolution/zahlen/1-blau.png);
}

span.nr2-blau {
    background-image: url(/images/evolution/zahlen/2-blau.png);
}

span.nr3-blau {
    background-image: url(/images/evolution/zahlen/3-blau.png);
}

.stoerer30 {
    position: absolute;
    top: 115px;
    left: 200px;
    width: 90px;
    height: 90px;
    overflow: hidden;
}


.emailPaket_data {
    margin: 0 0 10px 0;
}

/* ********************************************************************************** */
/* Schritte - wie bei FAQ */

.step1, .step2, .step3, .step4, .step5, .step6, .step7, .step8,
.step9, .step10 {
	padding: 0 0 0 40px;
	min-height: 32px;
  	height: auto !important;  /* f�r moderne Browser */
}
.step1 { background: url(/images/evolution/steps/faq1.png) no-repeat 0 0; }
.step2 { background: url(/images/evolution/steps/faq2.png) no-repeat 0 0; }
.step3 { background: url(/images/evolution/steps/faq3.png) no-repeat 0 0; }
.step4 { background: url(/images/evolution/steps/faq4.png) no-repeat 0 0; }
.step5 { background: url(/images/evolution/steps/faq5.png) no-repeat 0 0; }
.step6 { background: url(/images/evolution/steps/faq6.png) no-repeat 0 0; }
.step7 { background: url(/images/evolution/steps/faq7.png) no-repeat 0 0; }
.step8 { background: url(/images/evolution/steps/faq8.png) no-repeat 0 0; }
.step9 { background: url(/images/evolution/steps/faq9.png) no-repeat 0 0; }
.step10 { background: url(/images/evolution/steps/faq10.png) no-repeat 0 0; }


/* ********************************************************************************** */
/* Sortierdings */

.TableSort, .SortAsc, .SortDesc {
    float: right;
    background: url(/images/evolution/portfolio/sort.gif);
    width: 7px;
    height: 14px;
    margin: 0 3px;
}

.SortAsc {
    background-position: 0 -14px;
}

.SortDesc {
    background-position: 0 -28px;
}

/* Allgemeine Eigenschaften  */

.btn-padding {
    padding: 0.30em 20px 0.30em !important;
}

.btnProp_4anchor {
    display: inline-block; background-color:transparent; text-decoration: none;
}

.wrap-button {
	width: 260px;
	text-align: center;
	margin: 0 auto;
	margin-top: 24px;
}

.btn_rot {
    background: url('/images/evolution/sprite_buttons_rot.png') 0 0 repeat-x;
}
.btn_blau {
    background: url('/images/evolution/sprite_buttons_blau.png') 0 0 repeat-x;
}

.btn_rot,
.btn_rot:link,
.btn_rot:active,
.btn_rot:visited  {
	border: 1px solid #9C0000;
	font-family:"Neo Sans W01", sans-serif !important;
	font-weight: 500;
	text-decoration: none;
	letter-spacing: 0.03em;
    border-radius: 5px;
 	background-clip: padding-box;
	color: #fff !important;
	text-align: center;
	cursor: pointer;
	overflow:visible;
}

.btn_rot:hover {
	border: 1px solid #B40100;
	text-decoration: none;
	color: #fff;
}


.btn_blau,
.btn_blau:link,
.btn_blau:active,
.btn_blau:visited  {
	border: 1px solid #003976;
	font-family:"Neo Sans W01", sans-serif !important;
	font-weight: 500;
	text-decoration: none;
	letter-spacing: 0.03em;
    border-radius: 5px;
 	background-clip: padding-box;
	color: #fff;
	text-align: center;
	cursor: pointer;
	overflow:visible;
	display: inline-block;
}

.btn_blau:hover {
	border: 1px solid #136aa2;
	text-decoration: none;
	color: #fff;
}

.tmp .btn_rot {
	font-size:16px;
 	width:277px;
	padding: 9px 0 9px 0;
}


.btnAnwendungenInstallieren_rot {
	background-position: right 0;
	font-size: 16px;
 	width: 277px;
	padding: 9px 0 9px 0;
}

.btnAnwendungenInstallieren_rot:hover { background-position: right -43px; }

a.btn-red-arrow-right,
input.btn-red-arrow-right {
    background-position: right -566px;
    font-size: 14px;
    min-height: 23px;
    height: auto;
}

a.btn-red-arrow-right       { padding: 2px 40px 1px 10px; }
input.btn-red-arrow-right   { padding: 2px 40px 1px 10px; }


.btn-red-arrow-right:hover { background-position: right -591px; }

.btn-red-lens {
	background-position: 0 -254px;
	min-height: 23px;
	height: auto;
	font-size: 13px;
	padding: 1px 10px 2px 40px;
}

.btn-red-lens:hover { background-position: 0 -279px; }


.btn-red-lens16Px {
    background-position: 0 -100px;
    font-size: 16px;
   	padding: 5px 30px 4px 45px;
}

.btn-red-lens16Px:hover { background-position: 0 -135px; }


.btn-red-plain16px {
	background-position: right 0;
    font-size: 16px;
  	padding: 6px 45px 5px 20px;
}

.btn-red-plain16px:hover { background-position: right -43px; }

input.btn-red-arrow15px {
    background-position: right -100px;
    font-size: 15px;
    padding: 4px 40px 6px 20px;
	min-height: 33px;
	height: auto;
}

a.btn-red-arrow15px {
    background-position: right -100px;
    font-size: 15px;
    padding: 5px 40px 5px 20px;
	min-height: 21px;
	height: 32px;
    line-height: 21px;
}

.btn-red-arrow15px:hover { background-position: right -135px;}

.btn-red-arrow14px {
	background-position: right -100px;
    font-size: 14px;
    padding: 6px 40px 5px 20px;
}

.btn-red-arrow14px:hover { background-position: right -135px; }

.btn-grey-arrow-back,
.btn-grey-arrow {
    background-position: left -54px;
    border: 1px solid #B3B3B3 !important;
    color: #666 !important;
    font-size: 12px;
    min-height: 22px;
	padding: 1px 10px 0 30px;
}

.btn-grey-arrow-back {
    height: 17px;
}

.btn-grey-arrow {
	background-position: right -54px;
	padding: 1px 30px 0px 10px;
}

.btn-grey-arrow-back:hover,
.btn-grey-arrow:hover {
	background-position: left -76px !important;
	border: 1px solid #58B3EB !important;
	color: #003D86 !important;
}

.btn-grey-arrow:hover { background-position: right -76px !important; }

a.btn-blue-arrow12px,
input.btn-blue-arrow12px,
button.btn-blue-arrow12px {
	background-position: right -249px;
    border: 1px solid #003976 !important;
    font-size: 12px;
    min-height: 23px;
	height: auto;
    padding: 1px 30px 0 10px;
}

.btn-blue-arrow12px:hover {
	background-position: right -272px;
	border: 1px solid #136AA2 !important;
	color: #FFF !important;
}

input.btn-blue-arrow12px,
button.btn-blue-arrow12px {
		min-height: 23px;
		height: auto;
}


.btn-blue-arrow13px {
	background-position: right -249px;
    font-size: 13px;
	height: auto;
    min-height: 17px;
   	padding: 1px 35px 2px 20px;
	border: 1px solid #003976 !important;
}

a.btn-blue-arrow13px {
    min-height: 23px;
    line-height: 18px;
}

.btn-blue-arrow13px:hover {
    background: url('/images/evolution/sprite_buttons_blau.png') 0 0 repeat-x;
    background-position: right -272px !important;
    border: 1px solid #136AA2 !important;
}

.btn-blue-arrow15px {
	background-position: right -532px;
	border: 1px solid #003976 !important;
    font-size: 15px;
    padding: 4px 40px 6px 20px;
	height: 33px;
}

.btn-blue-arrow15px:hover {
	background-position: right -565px;
	border: 1px solid #136AA2 !important;
}

a.btn-blue15px {
	background-position: left -532px;
	border: 1px solid #003976 !important;
    font-size: 15px;
    padding: 6px 20px 4px 20px;
	height: 21px;
}

a.btn-blue15px:hover {
	background-position: left -565px;
	border: 1px solid #136AA2 !important;
}


.btn-grey12px,
.btn-grey-plain {
	background-position: 0 -364px;
    border: 1px solid #B3B3B3 !important;
    color: #666 !important;
    font-size: 12px;
    min-height: 17px;
	height: auto;
    padding: 1px 20px !important;
}

.btn-grey-plain:hover {
    background-color: transparent;
    color: #003976 !important;
}

.btn-grey12px:hover {
	border: 1px solid #136AA2 !important;
	color: #136AA2 !important;
}

.btnLogout {
	background-position: left -364px;
    border: 1px solid #CCC !important;
    color: #003976 !important;
    font-size: 12px;
    min-height: 23px;
	height: auto;
    padding: 0.10em 10px 0.13em;
}


.btnLogout:hover {
	background-position: left -227px;
	border: 1px solid #136AA2 !important;
	color: #FFF !important;
}

.btn-blue-12px {
	background-position: 0 -205px;
    border: 1px solid #003976 !important;
    font-size: 12px;
    height: auto;
    min-height: 22px;
    padding: 1px 20px 2px;
}

.btn-blue-12px:hover {
	background-position: 0 -227px;
	border: 1px solid #136AA2 !important;
}

input.btn-blue-13px,
button.btn-blue-13px,
a.btn-blue-13px {
	background-position: 0 -205px;
    border: 1px solid #003976 !important;
    font-size: 13px;
	min-height: 23px;
	height: auto;
    line-height: normal;
    padding: 0.10em 20px 0.13em;
}

#btnLogin {
    font-size: 13px;
    padding: 0px 15px;
    height: 26px;
    line-height: 26px;
}

a.btn-blue-13px {
    line-height: 18px;
}


.btn-blue-13px:hover {
    background: url('/images/evolution/sprite_buttons_blau.png') 0 0 repeat-x;
	background-position: 0 -227px;
	border: 1px solid #136AA2 !important;
}

.btn-blue-13px.inaktiv {
	background-position: 0 -364px;
    border: 1px solid #B3B3B3 !important;
	color: #666 !important;
    font-size: 13px;
    height: auto;
    min-height: 17px;
    padding: 1px 20px 2px;
}

a.btn-blue-14px {
	background-position: 0 -532px;
	border: 1px solid #003976 !important;
    font-size: 14px;
    min-height: 18px;
	height: auto;
    padding: 0.15em 20px 0.2em;
}

.btn-blue-14px:hover {
	background-position: 0 -565px;
	border: 1px solid #136AA2 !important;
}

/* individueller btn der seite angezeigt wird wenn man eingeloggt ist */
.btnZumPortfolio {
	background-position: 0 -456px;
    border: 1px solid #B3B3B3 !important;
    color: #003976 !important;
    font-size: 13px;
    /*height: auto;*/
    min-height: 17px;
    margin-bottom: 4px;
    padding: 2px 54px 2px 96px;
}

.btnZumPortfolio:hover {
	background-position: 0 -479px;
	border: 1px solid #136AA2 !important;
	color: #FFF !important;
}

/* hellgrau plain 12px */
.btnLogoutPF {
	background-position: 0 -341px;
    border: 1px solid #003976 !important;
    font-size: 13px;
    height: 22px;
    padding: 0 10px 3px 30px;
}

#pRegNewDomain #btnPruefen {
    height: 22px;
    min-height: 22px;
}

.btnDownload {
	background-position: 0 -410px;
    border: 1px solid #B3B3B3 !important;
    color: #136AA2 !important;
    font-size: 12px;
    height: auto;
    min-height: 17px;
    padding: 2px 10px 2px 28px;
}

.btnDownload:hover {
	background-position: 0 -433px;
	border: 1px solid #136AA2 !important;
}

.btn-lightBlue-plain {
	background-position: left -387px;
	border: 1px solid #58B3EB !important;
	color: #000 !important;
    font-size: 12px;
    height: auto;
    min-height: 17px;
    padding: 2px 20px;
}

.btn-lightBlue-plain:hover {
	background-position: left -364px;
	border: 1px solid #B3B3B3 !important;
}

a.btn-ultra-lightBlue-plain {
	background-position: right -655px;
    border: 1px solid #58B3EB !important;
    color: #000 !important;
    font-size: 12px;
    min-height: 17px;
	height: auto;
	width: 80px;
    padding: 2px 0 1px 0; /* FE-5296 */
}

input.btn-ultra-lightBlue-plain,
button.btn-ultra-lightBlue-plain {
	background-position: right -655px;
    border: 1px solid #58B3EB !important;
    color: #000 !important;
    font-size: 12px;
    min-height: 21px;
	height: auto;
	width: 80px;
   	padding: 0.13em 0 0.10em 0;
	cursor: pointer;
}


.btn-ultra-lightBlue-plain:hover { background-position: right -677px; }

.btn-lightgrey-plain {
	background-position: right -633px;
    border: 1px solid #B3B3B3 !important;
    color: #000 !important;
    font-size: 12px;
    min-height: 17px;
	height: auto;
	width: 80px;
   	padding: 0.13em 0 0.10em 0;
	cursor: pointer;
}

a.btn-confirm-claims {
    font-size: 12px;
    width: 80px;
    padding: 0.15em 20px 0.2em 20px;
    background-position: 0 0px;
}
a.btn-confirm-claims:hover {
    background-position: 0 0;
}

/*
#btnLoeschen,
#btnDelete,
a.btn-delete {
    width: 60px;
}
*/
#btnWebspace { width: 80px; }




.btnTransferExtern {
	background-position: right -655px;
    border: 1px solid #58B3EB !important;
    color: #000 !important;
    font-size: 12px;
    min-height: 21px;
	height: auto;
	width: 60px;
   	padding: 0.13em 0 0.10em 0;
}


.btnTransferExtern:hover {
	background-position: right -677px;
}

/* .*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.* */


.btnAufschalten_PF,
.btnTrennen_PF {
	background-position: right -655px;
    border: 1px solid #58B3EB !important;
    color: #000 !important;
    font-size: 12px;
    min-height: 22px;
	height: auto;
	width: 70px;
}

.btnAufschalten_PF.inactive,
.btnTrennen_PF.inactive,
.btnAufschalten_PF.inactive:hover,
.btnTrennen_PF.inactive:hover {
	background-position: right -633px;
    border: 1px solid #B3B3B3 !important;
    color: #000 !important;
    font-size: 12px;
    min-height: 22px;
	height: auto;
	width: 70px;
	cursor: pointer;
}

.btnAufschalten_PF,
.btnAufschalten_PF.inactive,
.btnAufschalten_PF.inactive:hover { width: 90px; }


.btnAufschalten_PF:hover,
.btnTrennen_PF:hover {
    background-position: right -677px;
}

.pdferzeugen {
	background-position: 0 -814px;
    border: 1px solid #B3B3B3 !important;
	color: #003976;
    font-size: 12px;
    min-height: 23px;
	height: auto;
    padding: 0.13em 10px 0.16em 35px;
	margin: 0 0 0 105px;
}

.pdferzeugen:hover {
	background-position: 0 -838px;
    border: 1px solid #B3B3B3 !important;
	color: #FFF;
}

.zuruecksetzen {
	background-position: 0 -364px;
    border: 1px solid #B3B3B3 !important;
	color: #003976;
    font-size: 12px;
    height: auto;
    min-height: 23px;
    padding: 0.13em 10px 0.16em;
}

.zuruecksetzen:hover {
	background-position: 0 -227px;
    border: 1px solid #B3B3B3 !important;
	color: #FFF;
}


.domainTesten {
	background-position: left -761px;
    border: 1px solid #B3B3B3 !important;
    color: #666 !important;
    font-size: 12px;
    min-height: 17px;
	height: auto;
   	padding: 0.18em 30px 0.10em 10px;
	cursor: pointer;
}

.domainTesten:hover {
	background-position: left -782px;
    border: 1px solid #58B3EB !important;
    color: #003976 !important;
}

/* lightblue mit dunkelblauen border und grau als hover 12px */
.btn-lightblue12px {
	background-position: left -318px;
    border: 1px solid #136AA2 !important;
	color: #003976 !important;
    font-size: 12px;
    min-height: 17px;
	height: auto;
   	padding: 0.18em 10px 0.10em;
	cursor: pointer;
}

.btn-lightblue12px:hover {
	background-position: right -227px;
    border: 1px solid #58B3EB !important;
   	color: #fff !important;
}

.btnHtpasswd,
.btnHtaccess {
	background-position: left -410px;
    border: 1px solid #666 !important;
	color: #003976 !important;
    font-size: 13px;
    min-height: 23px;
	height: auto;
   	padding: 0.15em 10px 0.10em 30px;
}


.btnHtpasswd:hover,
.btnHtaccess:hover {
		background-position: left -433px;
    	border: 1px solid #136AA2 !important;
		color: #003976 !important;
}

.btnAenderungenVerwerfen {
	background-position: left -318px;
    border: 1px solid #136AA2 !important;
	color: #003976 !important;
    font-size: 13px;
    height: auto;
    min-height: 23px;
	padding: 0.10em 10px 0.13em;
}


.btnAenderungenVerwerfen:hover {
    background-position: right -227px;
    border: 1px solid #58B3EB !important;
    color: #fff !important;
}

#btnDomainsRegistrieren,
#btnDomainsVorbestellen {
    height: 40px;
    padding: 5px 45px 5px 30px;
    float:right;
    margin-top:15px;
    font-size: 16px;
}


.btnGotoWebspacePos {
    right: 2px;
    position: absolute;
    top: 0;
    width: 165px;
}

.btnGotoWebsiteTemplatesPos {
    position: absolute;
    right: 2px;
    top: 33px;
    width: 205px;
    margin-bottom: 10px;
}

.btnWeiter_grauBlau_Pos {
	position: absolute;
	right: 0;
}

.btnZurueckPos {
	position: absolute;
	left: 0;
}


#topMenu .btnZurueckPos {
	position: absolute;
	left: 17px;
}

.btnWebspaceJetztAktivierenPos {
    position:absolute;
    bottom:0;
    right:80px;
	margin: 0;
}

.btnAnwendungenInstallieren_rot {
	position:absolute;
	bottom:30px;
	right:112px;
}

#pRegNewDomainSubmit {
    position: absolute;
    top: 21px;
    left: 670px;
}

.btnPlayVideo {
    background: url(/images/evolution/buttons/play-video-neu.png) no-repeat;
    width: 58px;
    height: 56px;
    text-decoration:none;
}


.btnPlayVideo:hover { background-position: 0 -55px;}


.btnDomainTransfer {
    background: url(/images/evolution/startseite/buttons/transfer.png) no-repeat;
    width: 231px;
    height: 41px;
    text-decoration:none;
}

.btnDomainTransfer:hover { background-position: 0 -41px; }


.closePopup {
	background: url(/images/evolution/suchenreg/close_popup.png) no-repeat;
	width: 23px;
	height: 22px;
	text-indent: -999em;
	float: right;
	margin: 0 17px 0;
}


.btnNeueDomainsVorbestellen {
    background: url(/images/evolution/buttons/neueDomainsVorbestellen.png) no-repeat;
    width: 231px; height: 41px;
    text-decoration:none;
}

.btnNeueDomainsVorbestellen:hover { background-position: 0 -41px; }


.btnGotoEmailPackage_Pos {
	position:absolute;
    top:17px;
    left:795px;
    min-width:100px;
}

.btnGotoEmailForwarding_Pos {
	position:absolute;
    top:17px;
    left:715px;
	min-width: 180px;
}

.btnVerbindBestellenNtlds {
    float: right;
}

#btnConfigMulti,
#btnConfigMulti_inactive,
#btnConfigMulti_inactive2 {
    margin-top: 32px;
}

.btn_rot.btnWhoisJetztRegistrieren {
    display: inline-block;
    width: 270px;
    padding: 7px 9px 9px 0;
    font-size: 16px;
    background-position: -130px 0;
}
.btn_rot.btnWhoisJetztRegistrieren:hover { background-position: -130px -43px; }


.ui-dialog-buttonset button.btn-blue-arrow13px {
    padding: 1px 35px 2px 20px;
}

#canceltransfer.btn-grey-arrow-back {
    padding: 2px 10px 2px 30px;
}
/* qTip2 v2.2.1 | Plugins: tips modal viewport svg imagemap ie6 | Styles: core basic css3 | qtip2.com | Licensed MIT | Sun Sep 07 2014 00:09:28 */

.qtip{position:absolute;left:-28000px;top:-28000px;display:none;max-width:280px;min-width:50px;font-size:10.5px;line-height:12px;direction:ltr;box-shadow:none;padding:0}.qtip-content{position:relative;padding:5px 9px;overflow:hidden;text-align:left;word-wrap:break-word}.qtip-titlebar{position:relative;padding:5px 35px 5px 10px;overflow:hidden;border-width:0 0 1px;font-weight:700}.qtip-titlebar+.qtip-content{border-top-width:0!important}.qtip-close{position:absolute;right:-9px;top:-9px;z-index:11;cursor:pointer;outline:0;border:1px solid transparent}.qtip-titlebar .qtip-close{right:4px;top:50%;margin-top:-9px}* html .qtip-titlebar .qtip-close{top:16px}.qtip-icon .ui-icon,.qtip-titlebar .ui-icon{display:block;text-indent:-1000em;direction:ltr}.qtip-icon,.qtip-icon .ui-icon{-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;text-decoration:none}.qtip-icon .ui-icon{width:18px;height:14px;line-height:14px;text-align:center;text-indent:0;font:400 bold 10px/13px Tahoma,sans-serif;color:inherit;background:-100em -100em no-repeat}.qtip-default{border:1px solid #F1D031;background-color:#FFFFA3;color:#555}.qtip-default .qtip-titlebar{background-color:#FFEF93}.qtip-default .qtip-icon{border-color:#CCC;background:#F1F1F1;color:#777}.qtip-default .qtip-titlebar .qtip-close{border-color:#AAA;color:#111}.qtip-light{background-color:#fff;border-color:#E2E2E2;color:#454545}.qtip-light .qtip-titlebar{background-color:#f1f1f1}.qtip-dark{background-color:#505050;border-color:#303030;color:#f3f3f3}.qtip-dark .qtip-titlebar{background-color:#404040}.qtip-dark .qtip-icon{border-color:#444}.qtip-dark .qtip-titlebar .ui-state-hover{border-color:#303030}.qtip-cream{background-color:#FBF7AA;border-color:#F9E98E;color:#A27D35}.qtip-cream .qtip-titlebar{background-color:#F0DE7D}.qtip-cream .qtip-close .qtip-icon{background-position:-82px 0}.qtip-red{background-color:#F78B83;border-color:#D95252;color:#912323}.qtip-red .qtip-titlebar{background-color:#F06D65}.qtip-red .qtip-close .qtip-icon{background-position:-102px 0}.qtip-red .qtip-icon,.qtip-red .qtip-titlebar .ui-state-hover{border-color:#D95252}.qtip-green{background-color:#CAED9E;border-color:#90D93F;color:#3F6219}.qtip-green .qtip-titlebar{background-color:#B0DE78}.qtip-green .qtip-close .qtip-icon{background-position:-42px 0}.qtip-blue{background-color:#E5F6FE;border-color:#ADD9ED;color:#5E99BD}.qtip-blue .qtip-titlebar{background-color:#D0E9F5}.qtip-blue .qtip-close .qtip-icon{background-position:-2px 0}.qtip-shadow{-webkit-box-shadow:1px 1px 3px 1px rgba(0,0,0,.15);-moz-box-shadow:1px 1px 3px 1px rgba(0,0,0,.15);box-shadow:1px 1px 3px 1px rgba(0,0,0,.15)}.qtip-bootstrap,.qtip-rounded,.qtip-tipsy{-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px}.qtip-rounded .qtip-titlebar{-moz-border-radius:4px 4px 0 0;-webkit-border-radius:4px 4px 0 0;border-radius:4px 4px 0 0}.qtip-youtube{-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;-webkit-box-shadow:0 0 3px #333;-moz-box-shadow:0 0 3px #333;box-shadow:0 0 3px #333;color:#fff;border:0 solid transparent;background:#4A4A4A;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#4A4A4A),color-stop(100%,#000));background-image:-webkit-linear-gradient(top,#4A4A4A 0,#000 100%);background-image:-moz-linear-gradient(top,#4A4A4A 0,#000 100%);background-image:-ms-linear-gradient(top,#4A4A4A 0,#000 100%);background-image:-o-linear-gradient(top,#4A4A4A 0,#000 100%)}.qtip-youtube .qtip-titlebar{background-color:transparent}.qtip-youtube .qtip-content{padding:.75em;font:12px arial,sans-serif;filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#4a4a4a, EndColorStr=#000000);-ms-filter:"progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#4a4a4a,EndColorStr=#000000);"}.qtip-youtube .qtip-icon{border-color:#222}.qtip-youtube .qtip-titlebar .ui-state-hover{border-color:#303030}.qtip-jtools{background:#232323;background:rgba(0,0,0,.7);background-image:-webkit-gradient(linear,left top,left bottom,from(#717171),to(#232323));background-image:-moz-linear-gradient(top,#717171,#232323);background-image:-webkit-linear-gradient(top,#717171,#232323);background-image:-ms-linear-gradient(top,#717171,#232323);background-image:-o-linear-gradient(top,#717171,#232323);border:2px solid #ddd;border:2px solid rgba(241,241,241,1);-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;-webkit-box-shadow:0 0 12px #333;-moz-box-shadow:0 0 12px #333;box-shadow:0 0 12px #333}.qtip-jtools .qtip-titlebar{filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171, endColorstr=#4A4A4A);-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171,endColorstr=#4A4A4A)"}.qtip-jtools .qtip-content{filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A, endColorstr=#232323);-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A,endColorstr=#232323)"}.qtip-jtools .qtip-content,.qtip-jtools .qtip-titlebar{background:0 0;color:#fff;border:0 dashed transparent}.qtip-jtools .qtip-icon{border-color:#555}.qtip-jtools .qtip-titlebar .ui-state-hover{border-color:#333}.qtip-cluetip{-webkit-box-shadow:4px 4px 5px rgba(0,0,0,.4);-moz-box-shadow:4px 4px 5px rgba(0,0,0,.4);box-shadow:4px 4px 5px rgba(0,0,0,.4);background-color:#D9D9C2;color:#111;border:0 dashed transparent}.qtip-cluetip .qtip-titlebar{background-color:#87876A;color:#fff;border:0 dashed transparent}.qtip-cluetip .qtip-icon{border-color:#808064}.qtip-cluetip .qtip-titlebar .ui-state-hover{border-color:#696952;color:#696952}.qtip-tipsy{background:#000;background:rgba(0,0,0,.87);color:#fff;border:0 solid transparent;font-size:11px;font-family:'Lucida Grande',sans-serif;font-weight:700;line-height:16px;text-shadow:0 1px #000}.qtip-tipsy .qtip-titlebar{padding:6px 35px 0 10px;background-color:transparent}.qtip-tipsy .qtip-content{padding:6px 10px}.qtip-tipsy .qtip-icon{border-color:#222;text-shadow:none}.qtip-tipsy .qtip-titlebar .ui-state-hover{border-color:#303030}.qtip-tipped{border:3px solid #959FA9;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;background-color:#F9F9F9;color:#454545;font-weight:400;font-family:serif}.qtip-tipped .qtip-titlebar{border-bottom-width:0;color:#fff;background:#3A79B8;background-image:-webkit-gradient(linear,left top,left bottom,from(#3A79B8),to(#2E629D));background-image:-webkit-linear-gradient(top,#3A79B8,#2E629D);background-image:-moz-linear-gradient(top,#3A79B8,#2E629D);background-image:-ms-linear-gradient(top,#3A79B8,#2E629D);background-image:-o-linear-gradient(top,#3A79B8,#2E629D);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8, endColorstr=#2E629D);-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8,endColorstr=#2E629D)"}.qtip-tipped .qtip-icon{border:2px solid #285589;background:#285589}.qtip-tipped .qtip-icon .ui-icon{background-color:#FBFBFB;color:#555}.qtip-bootstrap{font-size:14px;line-height:20px;color:#333;padding:1px;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);-moz-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(0,0,0,.2);-webkit-background-clip:padding-box;-moz-background-clip:padding;background-clip:padding-box}.qtip-bootstrap .qtip-titlebar{padding:8px 14px;margin:0;font-size:14px;font-weight:400;line-height:18px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;-webkit-border-radius:5px 5px 0 0;-moz-border-radius:5px 5px 0 0;border-radius:5px 5px 0 0}.qtip-bootstrap .qtip-titlebar .qtip-close{right:11px;top:45%;border-style:none}.qtip-bootstrap .qtip-content{padding:9px 14px}.qtip-bootstrap .qtip-icon{background:0 0}.qtip-bootstrap .qtip-icon .ui-icon{width:auto;height:auto;float:right;font-size:20px;font-weight:700;line-height:18px;color:#000;text-shadow:0 1px 0 #fff;opacity:.2;filter:alpha(opacity=20)}.qtip-bootstrap .qtip-icon .ui-icon:hover{color:#000;text-decoration:none;cursor:pointer;opacity:.4;filter:alpha(opacity=40)}.qtip:not(.ie9haxors) div.qtip-content,.qtip:not(.ie9haxors) div.qtip-titlebar{filter:none;-ms-filter:none}.qtip .qtip-tip{margin:0 auto;overflow:hidden;z-index:10}.qtip .qtip-tip,x:-o-prefocus{visibility:hidden}.qtip .qtip-tip,.qtip .qtip-tip .qtip-vml,.qtip .qtip-tip canvas{position:absolute;color:#123456;background:0 0;border:0 dashed transparent}.qtip .qtip-tip canvas{top:0;left:0}.qtip .qtip-tip .qtip-vml{behavior:url(#default#VML);display:inline-block;visibility:visible}#qtip-overlay{position:fixed;left:0;top:0;width:100%;height:100%}#qtip-overlay.blurs{cursor:pointer}#qtip-overlay div{position:absolute;left:0;top:0;width:100%;height:100%;background-color:#000;opacity:.7;filter:alpha(opacity=70);-ms-filter:"alpha(Opacity=70)"}.qtipmodal-ie6fix{position:absolute!important}
/***************************************************************************/
/***************************************************************************/
.mwst-qtip {
  display: inline-block;
  padding-top: 5px;
  font-weight: normal;
  cursor: help;
}
.mwst-qtip i {
  margin-right: 5px;
  padding-left: 1px;
  width: 1.14286rem;
  height: 1.14286rem;
  line-height: 1.14286rem;
  text-align: center;
  background: #505050;
  cursor: help;
  font-size: 11px;
  color: #fff;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}

.qtip.mwst-qtip-box {
  font-size: 13px;
  line-height: 20px;
}

/* EU-Landingpage */
.qtip-euLP {
  width: 270px;
  padding: 0;
  margin: 0;
  border: 0 none;
  background-color: transparent;
}

/* Welt-Landingpage */
.qtip-weltLP {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: solid 1px #a8a8a8;
  min-width: 320px !important;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U3ZTdlNyIvPjxzdG9wIG9mZnNldD0iMjAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -moz-linear-gradient(270deg, #e7e7e7 0%, #ffffff 20%);
  background-image: -webkit-linear-gradient(270deg, #e7e7e7 0%, #ffffff 20%);
  background-image: linear-gradient(180deg, #e7e7e7 0%, #ffffff 20%);
}

div.tblMapArea {
  position: relative;
  width: 314px !important;
  height: 228px;
}

/* Chosen v1.1.0 | (c) 2011-2013 by Harvest | MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md */

.chosen-container{position:relative;display:inline-block;vertical-align:middle;font-size:13px;zoom:1;*display:inline;-webkit-user-select:none;-moz-user-select:none;user-select:none}.chosen-container .chosen-drop{position:absolute;top:100%;left:-9999px;z-index:1010;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:100%;border:1px solid #aaa;border-top:0;background:#fff;box-shadow:0 4px 5px rgba(0,0,0,.15)}.chosen-container.chosen-with-drop .chosen-drop{left:0}.chosen-container a{cursor:pointer}.chosen-container-single .chosen-single{position:relative;display:block;overflow:hidden;padding:0 0 0 8px;height:23px;border:1px solid #aaa;border-radius:5px;background-color:#fff;background:-webkit-gradient(linear,50% 0,50% 100%,color-stop(20%,#fff),color-stop(50%,#f6f6f6),color-stop(52%,#eee),color-stop(100%,#f4f4f4));background:-webkit-linear-gradient(top,#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);background:-moz-linear-gradient(top,#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);background:-o-linear-gradient(top,#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);background:linear-gradient(top,#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);background-clip:padding-box;box-shadow:0 0 3px #fff inset,0 1px 1px rgba(0,0,0,.1);color:#444;text-decoration:none;white-space:nowrap;line-height:24px}.chosen-container-single .chosen-default{color:#999}.chosen-container-single .chosen-single span{display:block;overflow:hidden;margin-right:26px;text-overflow:ellipsis;white-space:nowrap}.chosen-container-single .chosen-single-with-deselect span{margin-right:38px}.chosen-container-single .chosen-single abbr{position:absolute;top:6px;right:26px;display:block;width:12px;height:12px;background:url(chosen-sprite.png) -42px 1px no-repeat;font-size:1px}.chosen-container-single .chosen-single abbr:hover{background-position:-42px -10px}.chosen-container-single.chosen-disabled .chosen-single abbr:hover{background-position:-42px -10px}.chosen-container-single .chosen-single div{position:absolute;top:0;right:0;display:block;width:18px;height:100%}.chosen-container-single .chosen-single div b{display:block;width:100%;height:100%;background:url(chosen-sprite.png) no-repeat 0 2px}.chosen-container-single .chosen-search{position:relative;z-index:1010;margin:0;padding:3px 4px;white-space:nowrap}.chosen-container-single .chosen-search input[type=text]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:1px 0;padding:4px 20px 4px 5px;width:100%;height:auto;outline:0;border:1px solid #aaa;background:#fff url(chosen-sprite.png) no-repeat 100% -20px;background:url(chosen-sprite.png) no-repeat 100% -20px;font-size:1em;font-family:sans-serif;line-height:normal;border-radius:0}.chosen-container-single .chosen-drop{margin-top:-1px;border-radius:0 0 4px 4px;background-clip:padding-box}.chosen-container-single.chosen-container-single-nosearch .chosen-search{position:absolute;left:-9999px}.chosen-container .chosen-results{position:relative;overflow-x:hidden;overflow-y:auto;margin:0 4px 4px 0;padding:0 0 0 4px;max-height:240px;-webkit-overflow-scrolling:touch}.chosen-container .chosen-results li{display:none;margin:0;padding:5px 6px;list-style:none;line-height:15px;-webkit-touch-callout:none}.chosen-container .chosen-results li.active-result{display:list-item;cursor:pointer}.chosen-container .chosen-results li.disabled-result{display:list-item;color:#ccc;cursor:default}.chosen-container .chosen-results li.highlighted{background-color:#3875d7;background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(20%,#3875d7),color-stop(90%,#2a62bc));background-image:-webkit-linear-gradient(#3875d7 20%,#2a62bc 90%);background-image:-moz-linear-gradient(#3875d7 20%,#2a62bc 90%);background-image:-o-linear-gradient(#3875d7 20%,#2a62bc 90%);background-image:linear-gradient(#3875d7 20%,#2a62bc 90%);color:#fff}.chosen-container .chosen-results li.no-results{display:list-item;background:#f4f4f4}.chosen-container .chosen-results li.group-result{display:list-item;font-weight:700;cursor:default}.chosen-container .chosen-results li.group-option{padding-left:15px}.chosen-container .chosen-results li em{font-style:normal;text-decoration:underline}.chosen-container-multi .chosen-choices{position:relative;overflow:hidden;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0;width:100%;height:auto!important;height:1%;border:1px solid #aaa;background-color:#fff;background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(1%,#eee),color-stop(15%,#fff));background-image:-webkit-linear-gradient(#eee 1%,#fff 15%);background-image:-moz-linear-gradient(#eee 1%,#fff 15%);background-image:-o-linear-gradient(#eee 1%,#fff 15%);background-image:linear-gradient(#eee 1%,#fff 15%);cursor:text}.chosen-container-multi .chosen-choices li{float:left;list-style:none}.chosen-container-multi .chosen-choices li.search-field{margin:0;padding:0;white-space:nowrap}.chosen-container-multi .chosen-choices li.search-field input[type=text]{margin:1px 0;padding:5px;height:15px;outline:0;border:0!important;background:transparent!important;box-shadow:none;color:#666;font-size:100%;font-family:sans-serif;line-height:normal;border-radius:0}.chosen-container-multi .chosen-choices li.search-field .default{color:#999}.chosen-container-multi .chosen-choices li.search-choice{position:relative;margin:3px 0 3px 5px;padding:3px 20px 3px 5px;border:1px solid #aaa;border-radius:3px;background-color:#e4e4e4;background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),color-stop(100%,#eee));background-image:-webkit-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:-moz-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:-o-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-clip:padding-box;box-shadow:0 0 2px #fff inset,0 1px 0 rgba(0,0,0,.05);color:#333;line-height:13px;cursor:default}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close{position:absolute;top:4px;right:3px;display:block;width:12px;height:12px;background:url(chosen-sprite.png) -42px 1px no-repeat;font-size:1px}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover{background-position:-42px -10px}.chosen-container-multi .chosen-choices li.search-choice-disabled{padding-right:5px;border:1px solid #ccc;background-color:#e4e4e4;background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),color-stop(100%,#eee));background-image:-webkit-linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:-moz-linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:-o-linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);color:#666}.chosen-container-multi .chosen-choices li.search-choice-focus{background:#d4d4d4}.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close{background-position:-42px -10px}.chosen-container-multi .chosen-results{margin:0;padding:0}.chosen-container-multi .chosen-drop .result-selected{display:list-item;color:#ccc;cursor:default}.chosen-container-active .chosen-single{border:1px solid #5897fb;box-shadow:0 0 5px rgba(0,0,0,.3)}.chosen-container-active.chosen-with-drop .chosen-single{border:1px solid #aaa;-moz-border-radius-bottomright:0;border-bottom-right-radius:0;-moz-border-radius-bottomleft:0;border-bottom-left-radius:0;background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(20%,#eee),color-stop(80%,#fff));background-image:-webkit-linear-gradient(#eee 20%,#fff 80%);background-image:-moz-linear-gradient(#eee 20%,#fff 80%);background-image:-o-linear-gradient(#eee 20%,#fff 80%);background-image:linear-gradient(#eee 20%,#fff 80%);box-shadow:0 1px 0 #fff inset}.chosen-container-active.chosen-with-drop .chosen-single div{border-left:0;background:transparent}.chosen-container-active.chosen-with-drop .chosen-single div b{background-position:-18px 2px}.chosen-container-active .chosen-choices{border:1px solid #5897fb;box-shadow:0 0 5px rgba(0,0,0,.3)}.chosen-container-active .chosen-choices li.search-field input[type=text]{color:#111!important}.chosen-disabled{opacity:.5!important;cursor:default}.chosen-disabled .chosen-single{cursor:default}.chosen-disabled .chosen-choices .search-choice .search-choice-close{cursor:default}.chosen-rtl{text-align:right}.chosen-rtl .chosen-single{overflow:visible;padding:0 8px 0 0}.chosen-rtl .chosen-single span{margin-right:0;margin-left:26px;direction:rtl}.chosen-rtl .chosen-single-with-deselect span{margin-left:38px}.chosen-rtl .chosen-single div{right:auto;left:3px}.chosen-rtl .chosen-single abbr{right:auto;left:26px}.chosen-rtl .chosen-choices li{float:right}.chosen-rtl .chosen-choices li.search-field input[type=text]{direction:rtl}.chosen-rtl .chosen-choices li.search-choice{margin:3px 5px 3px 0;padding:3px 5px 3px 19px}.chosen-rtl .chosen-choices li.search-choice .search-choice-close{right:auto;left:4px}.chosen-rtl.chosen-container-single-nosearch .chosen-search,.chosen-rtl .chosen-drop{left:9999px}.chosen-rtl.chosen-container-single .chosen-results{margin:0 0 4px 4px;padding:0 4px 0 0}.chosen-rtl .chosen-results li.group-option{padding-right:15px;padding-left:0}.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div{border-right:0}.chosen-rtl .chosen-search input[type=text]{padding:4px 5px 4px 20px;background:#fff url(chosen-sprite.png) no-repeat -30px -20px;background:url(chosen-sprite.png) no-repeat -30px -20px;direction:rtl}.chosen-rtl.chosen-container-single .chosen-single div b{background-position:6px 2px}.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b{background-position:-12px 2px}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min-resolution:144dpi){.chosen-rtl .chosen-search input[type=text],.chosen-container-single .chosen-single abbr,.chosen-container-single .chosen-single div b,.chosen-container-single .chosen-search input[type=text],.chosen-container-multi .chosen-choices .search-choice .search-choice-close,.chosen-container .chosen-results-scroll-down span,.chosen-container .chosen-results-scroll-up span{background-image:url(chosen-sprite@2x.png)!important;background-size:52px 37px!important;background-repeat:no-repeat!important}}
.owl-carousel .animated{-webkit-animation-duration:1000ms;animation-duration:1000ms;-webkit-animation-fill-mode:both;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{-webkit-transition:height 500ms ease-in-out;-moz-transition:height 500ms ease-in-out;-ms-transition:height 500ms ease-in-out;-o-transition:height 500ms ease-in-out;transition:height 500ms ease-in-out}.owl-carousel{display:none;width:100%;-webkit-tap-highlight-color:transparent;position:relative;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0px,0,0)}.owl-carousel .owl-item{position:relative;min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%;-webkit-transform-style:preserve-3d}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loaded{display:block}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{display:none}.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:-webkit-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.no-js .owl-carousel{display:block}.owl-carousel .owl-item .owl-lazy{opacity:0;-webkit-transition:opacity 400ms ease;-moz-transition:opacity 400ms ease;-ms-transition:opacity 400ms ease;-o-transition:opacity 400ms ease;transition:opacity 400ms ease}.owl-carousel .owl-item img{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;-webkit-transition:scale 100ms ease;-moz-transition:scale 100ms ease;-ms-transition:scale 100ms ease;-o-transition:scale 100ms ease;transition:scale 100ms ease}.owl-carousel .owl-video-play-icon:hover{-webkit-transition:scale(1.3,1.3);-moz-transition:scale(1.3,1.3);-ms-transition:scale(1.3,1.3);-o-transition:scale(1.3,1.3);transition:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;-webkit-background-size:contain;-moz-background-size:contain;-o-background-size:contain;background-size:contain;-webkit-transition:opacity 400ms ease;-moz-transition:opacity 400ms ease;-ms-transition:opacity 400ms ease;-o-transition:opacity 400ms ease;transition:opacity 400ms ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
/* Tipso Bubble Styles */
.tipso_bubble,.tipso_bubble > .tipso_arrow{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.tipso_bubble{position:absolute;text-align:center;border-radius:6px;z-index:9999}.tipso_style{cursor:help;border-bottom:1px dotted}.tipso_title{border-radius:6px 6px 0 0}.tipso_content{word-wrap:break-word;padding:0.5em}.tipso_bubble.tiny{font-size:0.6rem}.tipso_bubble.small{font-size:0.8rem}.tipso_bubble.default{font-size:1rem}.tipso_bubble.large{font-size:1.2rem;width:100%}.tipso_bubble > .tipso_arrow{position:absolute;width:0;height:0;border:8px solid;pointer-events:none}.tipso_bubble.top > .tipso_arrow{border-top-color:#000;border-right-color:transparent;border-left-color:transparent;border-bottom-color:transparent;top:100%;left:50%;margin-left:-8px}.tipso_bubble.bottom > .tipso_arrow{border-bottom-color:#000;border-right-color:transparent;border-left-color:transparent;border-top-color:transparent;bottom:100%;left:50%;margin-left:-8px}.tipso_bubble.left > .tipso_arrow{border-left-color:#000;border-top-color:transparent;border-bottom-color:transparent;border-right-color:transparent;top:50%;left:100%;margin-top:-8px}.tipso_bubble.right > .tipso_arrow{border-right-color:#000;border-top-color:transparent;border-bottom-color:transparent;border-left-color:transparent;top:50%;right:100%;margin-top:-8px}.tipso_bubble .top_right_corner,.tipso_bubble.top_right_corner{border-bottom-left-radius:0}.tipso_bubble .bottom_right_corner,.tipso_bubble.bottom_right_corner{border-top-left-radius:0}.tipso_bubble .top_left_corner,.tipso_bubble.top_left_corner{border-bottom-right-radius:0}.tipso_bubble .bottom_left_corner,.tipso_bubble.bottom_left_corner{border-top-right-radius:0}