@charset "UTF-8";
html, body {
	height: 100%;
	margin: 0;
}
body {
	background-color: #333333;
	font-family: BizzismePlain, Arial, sans-serif;
	font-weight: 400;
	color: #ffffff;
	
}
b { font-weight: 700; }
a { color: #ff6900; text-decoration: none; }
a:hover { text-decoration: underline; }
a:active { color: #ffffff; }
h2.bold {
	font-size: 1.2em;
	padding-bottom: .4em;
}
div#wj_loading {
	opacity: 1;
}
div#wj_loader, div#wj_loading>div {
	background-image: url(/images/bizzbusy.gif);
	-o-animation: none;
	-moz-animation: none;
	-webkit-animation: none;
	animation: none;
	background-color: rgba(255, 255, 255, .8);
	border-radius: 50%;
}
#wj_cover {
	background-color: rgb(51,51,51);
	background-color: rgba(51,51,51,.7);
}
div#wj_drawer {
	-moz-box-shadow: 0px 0px .5em #111111;
	-webkit-box-shadow: 0px 0px .5em #111111;
	box-shadow: 0px 0px .5em #111111;
}
div#wrapper {
	position: relative;
	height: 100%;
	margin: auto;
}
#wj_header {
	z-index: 3;
}
#wj_header>#bizzbar {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	overflow: hidden;
}
#bizzbar>.barshader {
	width: 100%;
	background-color: #444444;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(113,113,113)), to(rgb(23,23,23))); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, rgb(113,113,113),rgb(86,86,86),rgb(49,49,49),rgb(23,23,23));
	background-image: -moz-linear-gradient(top, rgb(113,113,113),rgb(86,86,86),rgb(49,49,49),rgb(23,23,23));
	background-image: -ms-linear-gradient(top, rgb(113,113,113),rgb(86,86,86),rgb(49,49,49),rgb(23,23,23));
	background-image: -o-linear-gradient(top, rgb(113,113,113),rgb(86,86,86),rgb(49,49,49),rgb(23,23,23));
	background-image: linear-gradient(to bottom, rgb(113,113,113),rgb(86,86,86),rgb(49,49,49),rgb(23,23,23));
	background-repeat: no-repeat;
	border-bottom: 2px solid #000000;
	-moz-box-shadow: 0px 0px 5px #111111;
	-webkit-box-shadow: 0px 0px 5px #111111;
	box-shadow: 0px 0px 5px #111111;
}
#header {
	position: relative;
	margin: 0 auto;
	top: 0;
}
#header>#wj_logo {
	position: absolute;
	left: 0;
	background-image: url(/images/bizzisme-logo.png);
	background-repeat: no-repeat;
	background-size: contain;
}
a.wj_txtbttn {
	color: #ffffff;
	font-weight: 700;
	background-image: url(/images/bttn-default.png);
}
a.wj_txtbttn>span {
	padding-right: 0;
	padding-bottom: 0;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: left 33.33%;
	background-image: url(/images/bttn-default.png);
	line-height: 1.2em;
	font-weight: 700;
}
a.wj_txtbttn:hover {
	color: #2c2c2a;
}
a.wj_txtbttn:active>span {
	color: #2c2c2a;
}
a.wj_bttn.wj_active>span {
	color: #2c2c2a;
}
a.wj_clrbttn {
	width: 21px;
	height: 21px;
	background-image: url(/images/bizz-clrbttns.png);
	background-repeat: no-repeat;
}
a.wj_plus {
	background-position: 50% 33%;
}
a.wj_min {
	background-position: 100% 33%;
}
a.wj_remove {
	background-position: 0 33%;
}
a.wj_bttn.wj_default {
	background-image: url(/images/bttn-default.png);
}
a.wj_bttn.wj_default:hover {
	color: #000000 !important;
}
a.wj_bttn.wj_default>span {
	background-image: url(/images/bttn-default.png);
}
a.wj_bttn.wj_big {
	background-image: url(/images/bttn-big.png);
	line-height: 1.2em;
}
a.wj_bttn.wj_big>span {
	padding-right: 0;
	padding-bottom: 0;
	background-image: url(/images/bttn-big.png);
}
a.wj_bttn.wj_disable {
	color: #9c9d98 !important;
}
a.wj_bttn.w_disable:hover {
	color: #9c9d98 !important;
}
a.wj_bttn.wj_disable:active {
	color: #9c9d98 !important;
}
a.wj_bttnleft {
	float: left;
}

input[type=text], input[type=password], input[type=email], input[type=url], input[type=number], input[type=date], input[type=tel], input[type=search], textarea, select, span.wj_select {
	font-family: BizzismePlain, Arial, sans-serif;
	font-weight: 400;
	color: #ffffff;
	border-color: #202020;
	background-color: #717171;
}
.wj_checkbox {
	width: 18px;
	height: 16px;
	background-image: url(/images/w_tmp_checkbox.png);
}
input:focus, select:focus, textarea:focus, span.wj_select.wj_selectfocus {
	outline: none;
}
input.wj_idle, textarea.wj_idle {
	color: #ffffff;
}
span.wj_select {
	background-image: url(/images/select-pointer.png);
}
span.wj_select.wj_selectfocus {
	color: #ffffff;
}
div.wj_inputshade {
	font-size: 1em;
	line-height: 1.21875em;
	font-family: BizzismePlain, Arial, sans-serif;
	font-weight: 400;
	color: #969696;
	border-color: #5a5a5a;
	background-color: #717171;
}
div.wj_inputidle {
	color: #b0afaf;
}
input.wj_inputfault {
	border-color: #ff0000;
}
.wj_floatlbl {
	padding-top: 3px;
}
.wj_fldspan {
	display: block;
}
div.wj_formerror {
	color: #dd3333;
	padding: 0 .4em 1em .4em;
	text-align: center;
}
div.smartform {
	position: relative;
}
div.smartform input[type=text], div.smartform input[type=email], div.smartform input[type=url], div.smartform input[type=tel], div.smartform textarea, div.smartform select, div.smartform .wj_select {
	color: #ffffff;
	border-color: #444444;
	background-color: #333333;
	cursor: pointer;
}
div.smartform input:focus, textarea:focus {
	cursor: text;
}
div.smartform div.wj_inputshade {
	color: #777777;
	border-color: transparent;
	background-color: transparent;
}
div.smartform div.wj_inputidle {
	color: #888888;
}
div.smartform .wj_formlbl {
	white-space: nowrap;
	padding-right: .7em;
}
div.smartform span.wj_formwrap {
	padding-top: .2em;
	padding-bottom: .5em;
}
div.smartform .wj_widelbl {
	padding-top: .5em;
	padding-bottom: .3em;
	font-weight: 700;
}
div.smartform .wj_widelbl {
	padding-top: .5em;
	padding-bottom: .3em;
	font-weight: 700;
}
div.smartform form[name=address] .wj_widelbl:first-child {
	padding-top: 0;
}

div#flogin input[type=text], div#flogin input[type=password], div#flogin input[type=email] { display: block; border-color: #343434; }
div#flogin div.wj_inputshade {
	border-color: #5a5a5a;
}
div#flogin a.wj_txtbttn {
	display: inline-block;
}
input.wj_warning {
	background-image: url(/images/inputwarning.png);
}
div#langselect {
	position: absolute;
	font-weight: 400;
	color: #b0afaf;
}
div#langselect select, div#langselect .wj_select {
	padding: 0;
	margin: 0;
	font-weight: 600;
	color: #b0afaf;
	background-color: transparent;
	-moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;
	border: none;
}
div#langselect span.wj_formfld {
	top: -6px;
}
div#langselect select {
	top: 6px;
}
div#langselect select:focus, div#langselect .wj_select.wj_selectfocus {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none\9;
	outline: none\0;
}

div#langselect .wj_select {
	padding-right: 1.0625rem;
	background-image: url(/images/langselect-pointer.png);
	background-position: right center;
	background-repeat: no-repeat;
}
div#langselect .wj_select>.wj_selectinner {
	text-align: right;
}
div#professionals {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-image: url(/images/professionals.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	vertical-align: bottom;
}
div#professionals div.footmenu {
	position: absolute;
	width: 90%;
	bottom: 1em;
	z-index: 2;
}
div#professionals a {
	display: inline-block;
	color: #ffffff;
	padding-right: .75em;
	padding-left: .75em;
	border-left: 1px solid #ffffff;
	white-space: nowrap;
}
div#content {
	position: relative;
	width: auto;
}
div#heading {
	width: 100%;
	text-align: center;
}
div#heading h1 {
	padding-bottom: .7em;
	font-family: BizismeHeader, cursive;
	font-weight: 400;
	color: #fefefe;
	line-height: 1em;
}
div.help_bttn {
	position: relative;
	width: 1em;
	height: 1em;
}
div.help_bttn>a {
	position: relative;
	display: block;
	width: .75em;
	height: .75em;
	top: .125em;
	left: .125em;
	background-color: #713daa;
	-moz-border-radius: .375em;
	-webkit-border-radius: .375em;
	border-radius: .375em;
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
div.help_bttn>a>span {
	display: block;
	width: 100%;
	padding: .05em;
	font-family: BizzismePlain,sans-serif;
	font-size: .5em;
	font-weight: 700;
	color: #ffffff;
	text-align: center;
	text-shadow: 0 .1em #333333;
}
div.help_bttn>a:hover {
	background-color: #ff6900;
}
div.help_bttn._active>a {
	background-color: #ff6900;
}
div.help_bttn>div {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: url(/images/button-round-overlay.png);
	background-size: contain;
	background-repeat: no-repeat;
	pointer-events: none;
}
div.bizzactive>div#heading {
	width: 100%;
	text-align: left;
}
div.bizz_mediv {
	position: relative;
	width: 25em;
	height: 25em;
	padding: 4em;
	background-color: #ffffff;
	line-height: 1em;
}
div.bizz_mediv.qrsize1 {
	font-size: 3px;
}
div.bizz_mediv.qrsize2 {
	font-size: 4px;
}
div.bizz_mediv.qrsize3 {
	font-size: 5px;
}
div.bizz_mediv.qrsize4 {
	font-size: 6px;
}
div.bizz_mediv.qrsize5 {
	font-size: 8px;
}
div.bizz_mediv.qrsize6 {
	font-size: 10px;
}
div.bizz_mediv.qrsize7 {
	font-size: 12px;
}
div.bizz_mediv.qrsize8 {
	font-size: 15px;
}
div.bizz_mediv.qrsize9 {
	font-size: 20px;
}
div.bizz_mediv>div {
	position: static;
	float: left;
	width: 1em;
	height: 1em;
	padding: 0;
	margin: 0;
	border: 0;
	outline: 0
}
div.bizz_mediv>div.meon {
	background-color: #000000;
}
div.bizz_mediv>span.qrme {
	position: absolute;
	display: block;
	width: 7em;
	height: 7em;
	top: 13em;
	left: 13em;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-color: #ffffff;
}
div#wrapper.imageset {
	background-repeat: no-repeat;
}
div#wrapper.register, div#wrapper.magichand {
	background-image: url(/images/bizzisme-hand.jpg);
}
div#wrapper.scanhand {
	background-image: url(/images/qr-scan-hand.jpg);
}
div#wrapper.qrcards {
	background-image: url(/images/business-cards-qr.jpg);
}
div#wrapper.onscreens {
	background-image: url(/images/bizz-on-screen.jpg);
}
div#fregister {
	padding-right: 0;
	padding-left: 0;
}
div#fregister div.wj_formln {
	width: 100%;
}
div#fregister>div.heading, div.subheading {
	width: 100%;
}
div#fregister>div.heading>h2, div.subheading>h2 {
	padding-top: 0;
	padding-right: 0;
	font-weight: 700;
	color: #fefefe;
}
div#fregister>div.heading>h2 {
	line-height: 1em;
}
div.subheading>h2 {
	line-height: 1.2em;
}
div#fregister input[type=text], div#fregister input[type=email], div#fregister input[type=password] {
	display: block;
}
div#fregister div.wj_inputshade {
	border-color: #606060;
}
div#fregister div.smalltext {
	padding-bottom: 0;
	line-height: 1.2em;
}
div#fregister div.introtext {
	padding-top: 0;
	font-weight: 400;
}
div.leftpar, div.rightpar {
	clear: both;
}
img.sideimage {
	width: 100%;
	max-width: 380px;
	width: 380px\9;
}
div#wj_alert>.wj_header {
	font-weight: 600;
	padding-bottom: .2em;
}
div#wj_alert>.wj_message {
	padding-bottom: 1.2em;
}
div#wj_alert>.wj_message.wj_alertpage>.wj_heading {
	font-size: 160%;
	font-weight: 300;
	line-height: 1em;
	margin-bottom: -.3em;
}
div#wj_alert>.wj_alertbttns {
	text-align: right;
}
ul, ol {
	padding-left: 1.5em;
	margin: 0 0 -1.2em 0;
}
li {
	padding: 0;
}
ul._dash {
    list-style: none outside none;
}
ul._dash li:before {
    display: inline-block;
    content: "–";
    width: 1.3em;
    margin-left: -1.3em;
}
ul._bullet {
	list-style: disc outside none;
}
ol._abc {
	list-style: lower-alpha outside none;
}
ol._123 {
	list-style: decimal outside none;
}
a.user {
	display: block;
	background-color: #8f8f8f;
	text-decoration: none;
}
div#accountline {
	position:absolute;
	height:1em;
	right: 0;
	padding-right: 2em;
	background-image:url(/images/account-pointer.png);
	background-position: right .5em;
	background-repeat: no-repeat;
	background-size: .4166667em .2083333em;
	text-align: right;
	font-weight: 400;
	white-space: nowrap;
}
div#accountline>a.user {
	position:absolute;
	width:1em;
	height:1em;
	background-image:url(/images/usericon-24.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 1em 1em;
	top:0;
	right:.58333em;
	-moz-border-radius: .085em;
	-webkit-border-radius: .085em;
	border-radius: .085em;
	cursor: pointer;
}
a.user.personal {
	background-color: #8f8f8f;
}
a.user.business {
	background-color: #1fc341;
}
a.user.premium {
	background-color: #20abf2;
}
a.user.enterprise {
	background-color: #fd7a1e;
}
a.user.admin, a.user.root {
	background-color: #854bc5;
}
div#accountline>span {
	position: relative;
	display: inline-block;
	top: -.1em;
	font-size: .54175em;
}
div#accountline>span>span {
	display: inline-block;
	padding-right: .5em;
	font-weight: 300;
}
div.popmenu, div.popmenuwhite {
	font-weight: 400;
}
div.popmenu {
    background-color: #222222 !important;
    color: #ffffff !important;
}
div.popmenu>a, div.popmenuwhite>a {
    display: block;
	padding: .23em 1em .38em;
	margin: 0 -.7em .31em;
	cursor: pointer;
	font-weight: 400;
	text-decoration: none;
	white-space: nowrap;
}
div.popmenu>a {
    background-color: #444444;
	color: #ffffff;
}
div.popmenu>a:last-child, div.popmenuwhite>a:last-child {
	margin-bottom: 0;
}
div.popmenu>a:hover {
    background-color: #ff7311;
	color: #000000;
}
div.popmenuwhite {
    background-color: #eeeeee;
    color: #333333 !important;
	font-weight: 400;
}
div.popmenuwhite>a {
    background-color: #ffffff;
	color: #333333;
}
div.popmenuwhite>a:hover {
    background-color: #dddddd;
	color: #000000;
}

div#leftpane {
	position: relative;
	float: left;
	width: 216px;
	top: 117px;
	padding-bottom: 24px;
	z-index: 1;
}
div#leftpane img.add {
	margin-bottom: 12px;
}
div#mainmenu {
	padding-bottom: 20px;
}
div#mainmenu>a {
	position: relative;
    display:block;
    width: 180px;
    padding:4px 10px 6px;
	margin-bottom: 4px;
	background-color: #444444;
    font-size: 15px;
    font-weight: 600;
    color: #b0afaf;
    text-decoration: none;
}
div#mainmenu a:hover {
	background-color: #3c3c3c;
	color:#888888;
}
div#mainmenu a:active {
	background-color: #444444;
	color:#ffffff;
}
div#mainmenu a.hit {
	background-color: #444444;
	color:#ffffff;
}
div#mainmenu a.hit:hover {
	color:#b0afaf;
}
div.navigatewrapper {
	position: relative;
	height: 2.5em;
	font-size: 16px;
	text-align: center;
}
div.navigatebox {
	position: relative;
	height: 100%;
	text-align: center;
}
div.navigatebox>a.navigateleft, div.navigatebox>a.navigateright {
	position: absolute;
	display: block;
	top: 0;
	width: 0; 
	height: 0; 
	border-top: .6875em solid transparent;
	border-bottom: .6875em solid transparent;
	cursor: pointer;
}
div.navigatebox>a.navigateleft {
	left: 0;
	border-right: 1em solid #eeeeee;
}
div.navigatebox>a.navigateright {
	right: 0;
	border-left: 1em solid #eeeeee;
}
div.navigatebox>a.navigatelist {
	display: inline-block;
	height: 1.375em;
	padding: .1em 1em 0;
	background-color: #eeeeee;
	color: #333333;
	cursor: pointer;
	text-decoration: none;
	font-weight: 700;
	-moz-border-radius: .125em;
	-webkit-border-radius: .125em;
	border-radius: .125em;
}
div#bizzmodal {
	width: 350px;
	border-radius: 4px;
	border: 1px solid #808080;
	background-color: #ffffff;
	-moz-box-shadow: 0px 3px 9px #000000;
	-webkit-box-shadow: 0px 3px 9px #000000;
	box-shadow: 0px 3px 9px #000000;
	padding-top: 8px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 12px;
	font-family: BizzismePlain, Arial, sans-serif;
	font-size: 1em;
	font-weight: 400;
	line-height: 1.4em;
	color: #333333;
}
div#bizzmodal div.titlehandle, div#bizzmodal div.draghandle {
	position: relative;
	text-align: center;
}
div#bizzmodal div.titlehandle {
	background-color: #eeeeee;
}
div#bizzmodal div.draghandle {
	background-color: #c2c2c2;
}
div#bizzmodal span.modaltitle, div#bizzmodal span.draghandletitle {
	position: relative;
	display: inline-block;
	padding: 0;
	font-weight: 600;
	text-align: center;
}
div#bizzmodal div.modalheading {
	position: relative;
	top: -6px;
	padding-bottom: 4px;
	font-size: 14px;
	line-height: 18px;
	font-weight: 700;
	text-align: left;
}
div#bizzmodal div.modalcontent {
	position: relative;
	padding-bottom: 8px;
	text-align: left;
}
div.draghandle div.handlegripleft, div.draghandle div.handlegripright {
	position: absolute;
	height: 16px;
	background-image: url(/images/modalgrip.png);
	background-repeat: repeat-x;
	background-position: left 0;
}
div.draghandle div.handlegripleft {
	left: 12px;
}
div.draghandle div.handlegripright {
	right: 12px;
}
div.modal_explain {
	padding-bottom: .7em;
	padding-left: 3%;
	padding-right: 3%;
}
div.bizz_expiremodal, div.bizz_userlanguage, div.loginmodal {
	width: 300px;
}
div.bizz_newcardmodal {
	width: 350px;
}
div.bizz_functionmodal {
	width: 350px;
}
div#bizzmodal form {
	width: 100%;
}
div#bizzmodal .wj_formline {
	height: 1px;
	background-color: #c2c2c2;
	margin: 4px 0 8px;
	clear: both;
}

div#bizzmodal a.wj_txtbttn {
	margin-left: 16px;
}
div#bizzmodal input[type=text], div#bizzmodal input[type=password], div#bizzmodal input[type=email], div#bizzmodal input[type=url], div#bizzmodal input[type=number], div#bizzmodal input[type=date], div#bizzmodal input[type=tel], div#bizzmodal input[type=search], div#bizzmodal textarea, div#bizzmodal select, div#bizzmodal .wj_select {
	color: #222222;
	border-color: #808080;
	background-color: #eeeeee;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
div#bizzmodal input.wj_idle, div#bizzmodal textarea.wj_idle, div#bizzmodal select, div#bizzmodal .wj_select {
	color: #555555;
}
div#bizzmodal span.wj_select.wj_selectfocus {
	color: #222222;
}
div#bizzmodal div.wj_inputshade {
	font-size: 1em;
	line-height: 1.21875em;
	font-family: BizzismePlain, Arial, sans-serif;
	font-weight: 400;
	color: #afafaf;
	border-color: transparent;
	background-color: #eeeeee;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	border-bottom: 0;
}
div#bizzmodal div.wj_inputidle {
	color: #afafaf;
}
div#bizzmodal input.wj_inputfault {
	border-color: #ff0000;
}
div#bizzmodal input:disabled, div#bizzmodal .wj_selectdisabled {
	color: #555555;
	-webkit-text-fill-color: rgba(85, 85, 85, 1);
	-webkit-opacity: 1;
	background-image: url('/images/input-lock.png');
	background-position: right center;
	background-size: contain;
	background-repeat: no-repeat;
}
div#bizzmodal .wj_formlbl, form.defaultform .wj_formlbl {
	position: relative;
	padding-right: .5em;
}
div.widgets { width:666px; padding-left:240px; }
div.widgets { width:666px; padding-left:240px; }

a.intro_bttn {
	position: absolute;
	display: block;
	width: 1px;
	height: 1px;
	top: 0;
	left:0;
}
div.emptycard {
	background-image: url(/images/new-block.jpg);
	background-size: 100% auto;
	background-position: center center;
	background-repeat: no-repeat;
}
div.plustext, div.plussign {
	position: absolute;
}
div.plustext {
	text-align: center;
	line-height: 1em;
	color: #713daa;
}
div.plussign {
	background-image: url(/images/new-plus.png);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: 0 0%;
}

div.tutorial {
	max-width: 290px;
	padding: 12px 30px 12px 20px;
	background: #b8dafc !important;
    color: #000000 !important;
	font-size: 1em;
	line-height: 1.4em;
	font-weight: 400;
	border-color: #ff6900 !important;
}
div.tutorial.wj_nopointer { 
    min-width: 440px;
    max-width: 440px;
    width: 440px;
	padding: 12px 60px;
}
div.tutorial>.wj_modalclose {
	background-color: #ff7311;
	border-top-right-radius: 2px;
}
.wj_modalclose.wj_hover {
	background-color: #ffffff !important;
}
div.tutorial>.wj_modalclose a {
	background-color: #ff7311;
}
.wj_modalclose a:hover, .wj_modalclose a:active {
	background-color: #ffffff !important;
}
div.tutorial>.wj_modalclose>div, div.tutorial>.wj_modalclose::before, div.tutorial>.wj_modalclose::after {
	background-color: #b8dafc;
}
div.tutorial>.wj_modalclose>a>.wj_cross.wj_hover::before, div.tutorial>.wj_modalclose>a>.wj_cross.wj_hover::after {
	background-color: #ff0000;
}
div.notepad {
	background: #fcf2b8 !important;
    color: #5f2801 !important;
	font-size: 1em;
	line-height: 1.4em;
	font-weight: 400;
	border-color: #ff6900 !important;
}
div.notepad a {
	color: #bb5208;
}
.wj_modalclose>a>.wj_cross.wj_hover::before, .wj_modalclose>a>.wj_cross.wj_hover::after {
	background: #dd0000;
}
div.centerbuttons {
	position: relative;
	top: 1em;
	padding-bottom: 1em;
	text-align: center;
	pointer-events: none;
}
#mainmenu>a, a.action_bttn, a.navigatelist {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	cursor: pointer;
}
a.action_bttn {
	display: inline-block;
	background-color:#5f259f;
	color:#ffffff;        
	font-weight:600;
	text-decoration:none;
	border: 1px solid #808080;
	pointer-events: auto;
}
a.action_bttn:hover {
	background-color:#222222;
	color:#afafaf;
}
a.action_bttn:active {
	background-color:#000000;
	color:#afafaf;
}
a.prefstar {
	display: block;
	width: 22px;
	height: 22px;
	background-image: url(/images/prefstar.png);
	background-position: 0 0%;
	background-repeat: no-repeat;
	cursor: pointer;
}
a.prefstar:hover {
	background-position: 0 50%;
}
a.prefstar:active {
	background-position: 0 100%;
}
a.prefstar.selected {
	background-position: 0 100%;
}
a.prefstar.selected:hover {
	background-position: 0 100%;
}
div.bottomspace {
	float: left;
	width: 100%;
	height: 4.125em;
}
div.tutorial div.heading { 
	padding-top: .2em;
	padding-bottom: .4em;
	font-size: 1.2em;
	line-height: 1.3em;
	font-weight: 700;
}

div.tutorial .bttnflat, div.tutorial .arrowright {
	position: relative;
	float: right;
	padding: 3px 12px 6px;
	line-height: 1em;
	background-color: #ff7311;
	color: #ffffff;
	text-decoration: none;
	font-weight: 700;
}
div.tutorial .arrowright {
	padding-right: 8px;
}
div.tutorial .arrowright::after {
	content:"";
	position: absolute;
	top: 0;
	right: -16px;
	width: 0; 
	height: 0; 
	border-top: 11px solid transparent;
	border-bottom: 11px solid transparent;
	
	border-left: 16px solid #ff7311;
}
div.tutorialcover {
	position: absolute;
}
div.rightblock {
	float: right;
	width: 286px;
}
div.infoblock {
	position: relative;
	padding: 0 0 18px 55px;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 42px 42px;
}
div.infoblock>.heading {
	width: auto;
	padding: 0;
}
div.infoblock>.heading>h2 {
	padding: 0 0 2px 0;
	font-size: 15px;
	font-weight: 700;
}
div.infoblock>b {
	display: inline-block;
	padding: 9px 0;
}
div.infoblock>a {
	display: inline-block;
	padding: 0 0 9px 0;
	font-weight: 700;
}
div.infophone {
	background-image: url(/images/icon-phone-white.png);
}
div.infoemail {
	background-image: url(/images/icon-email-white.png);
}
div.infomail {
	background-image: url(/images/icon-letter-white.png);
}
div.infoterms {
	background-image: url(/images/icon-terms-white.png);
}
div.supportimg {
	width: 560px;
	height: 240px;
	background-image: url(/images/support-contact.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
div.bizzactive div.supportimg {
	width: 353px;
	background-size: 120% auto;
}
div.theme_box {
	position: relative;
	width: 100%;
	height: 402px;
}
div.theme_view {
	position: absolute;
	width: 254px;
	height: 400px;
	left: 50%;
	margin-left: -128px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	border-width: 1px;
	border-style: solid;
	border-top-color: #808080;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #808080;
}
@font-face {
  font-family: 'BizismeHeader';
  font-style: normal;
  font-weight: 400;
  src: local('BizismeHeader'), url(/fonts/nothing_you_could_do.woff?1) format('woff');
}
@font-face {
  font-family: 'BizzismePlain';
  font-style: normal;
  font-weight: 300;
  src: local('BizzismePlain Light'), local('BizzismePlain-Light'), url(/fonts/open_sans_light.woff?1) format('woff');
}
@font-face {
  font-family: 'BizzismePlain';
  font-style: normal;
  font-weight: 400;
  src: local('BizzismePlain'), url(/fonts/open_sans_regular.woff?1) format('woff');
}
@font-face {
  font-family: 'BizzismePlain';
  font-style: normal;
  font-weight: 600;
  src: local('BizzismePlain Bold'), local('BizzismePlain-Bold'), url(/fonts/open_sans_semibold.woff?1) format('woff');
}
@font-face {
  font-family: 'BizzismePlain';
  font-style: normal;
  font-weight: 700;
  src: local('BizzismePlain Heavy'), local('BizzismePlain-Heavy'), url(/fonts/open_sans_bold.woff?1) format('woff');
}
@font-face {
  font-family: 'BizzismeButton';
  font-style: normal;
  font-weight: 400;
  src: local('BizzismeButton'), url(/fonts/roboto_condensed_regular.woff?1) format('woff');
}