
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
ol, ul {
	padding-left: 1%;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
/* Input */
input[type=text]:not(.form-control), input[type=password]:not(.form-control) {
  width: 300px;
}
input[type=text], input[type=password], input[type=password], select, textarea, .form-control {
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
textarea {
  height: inherit !important;
}
input[type=text]:focus, input[type=password]:focus, select:focus, textarea:focus, .form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
}
input[type=checkbox] {
  margin-right: 5px;
}
input[type=radio] {
  margin-right: 5px;
}

input.no-bg{
    background-color: aliceblue !important;
}



.config {
	text-align: left;
	border-collapse: collapse;
	line-height: 19px;
}
.formsubject {
    min-width: 20%;
    text-align: right;
    padding-right: 5px;
}
table td {
	padding: 3px;
}
.errormsg {
	color: #FF4A4A;
	text-align: center;
}
.errormsg span {
	padding: 1px;
	display: block;
}
.errormsg p {
	background: url(../images/exclamation.png) 3px 6px no-repeat;
	padding-left: 20px;
	display: inline-block;
}
.nolimitSymbol {
	font-size: 14px !important;
	text-shadow: 0 1px 0 #fff !important;
}
#strengthBar {
	display: block;
	font-size: 11px;
	margin-left: 0px;
}
#pwstrengthpos {
	height: 14px;
}
#pwstrengthneg {
	height: 14px;
}
hr {
	border: none;
	border-bottom: #F96 1px solid;
}
.box2 {
	border-right: #3B3B3B 1px solid;
	border-top: #3B3B3B 1px solid;
	border-left: #3B3B3B 1px solid;
	border-bottom: #3B3B3B 1px solid;
}
h1 {
	font-size: 150%;
}
.spacer {
	display: block;
	float: left;
	padding-top: 5px;
	width: 100%;
	height: 10px;
}
.morespacer {
	display: block;
	float: left;
	padding-top: 30px;
	width: 100%;
	height: 20px;
}
span.space {
	margin-left: 7px;
	margin-right: 10px;
}
.nobold {
	font-weight: normal !important;
}
.bigTitle {
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 14px;
}
a.add {
	background: url(../images/plus.png) no-repeat 0 2px;
	padding-left: 18px;
}
label.error {
	background: url(../images/exclamation.png) 3px 5px no-repeat;
	margin-left: 7px;
	padding-left: 20px;
	padding-top: 1px;
	padding-bottom: 1px;
	text-decoration: none;
	width: auto;
}
.touring {
	display: inline-block;
}
.touring img {
	vertical-align: middle;
}
.noBg {
	background-image: none !important;
}
.warning {
	padding: 15px;
	font-size: 15px;
	text-align: center;
}
.divLeft {
	float: left;
	text-align: left;
}
.divRight {
	float: right;
	text-align: right;
	margin-right: 10px;
}
.right {
	text-align: right;
}
.tabButton {
	position: relative;
	top: 1px;
	float: right;
}
.indicatorImg {
	display: inline-block;
	width: 22px;
	height: 22px;
	text-indent: -9999px;
	border: 0;
	margin: auto;
}
.memberPaid {
	background: url(../images/icons/member_paid.png) 0 5px no-repeat;
}
.memberFree {
    background: url(../images/icons/member_free.png) 0 5px no-repeat;
}

.memberTrial {
    background: url(../images/icons/member_trial.png) 0 5px no-repeat;
}
.memberExpired {
	background: url(../images/icons/member_expired.png) 0 5px no-repeat;
}
.memberDisabled {
	background: url(../images/icons/member_disabled.png) 0 5px no-repeat;
}
.memberFullmatrix {
	background: url(../images/icons/member_fullmatrix.png) 0 5px no-repeat;
}
.memberPendingActivation {
    background: url(../images/icons/member_pendingactivation.png) 0 5px no-repeat;
}
.center {
	text-align: center !important;
}
.justify {
	text-align: justify;
}
.egLink {
	background: url(../images/arrow.gif) 0 5px no-repeat;
	padding-left: 12px;
	margin-left: 7px;
}
.matrixList {
	float: left;
	width: 100%;
}
.matrixList .matrixLevel {
	float: left;
}
.matrixList .matrixCount {
	float: left;
	padding-left: 20px;
	background: url(../images/arrow-yellow.gif) 5px 5px no-repeat;
	width: 300px;
}
.egMatrix {
	position: relative;
	background: #FEFBE7 url(../images/icons/mnetwork.png) 5px 0px no-repeat;
	font-variant: small-caps;
	font-weight: bold;
	font-size: 10px;
	color: #39F;
	padding: 1px;
	padding-right: 5px;
	padding-left: 25px;
	margin-left: 7px;
	border: 1px dotted #0099FF;
	top: -5px;
}
.egStockist {
	position: relative;
	background: #F5F5F5 url(../images/icons/user.png) 4px 1px no-repeat;
	font-variant: small-caps;
	font-weight: bold;
	color: #39F;
	padding: 1px;
	padding-right: 5px;
	padding-left: 25px;
	margin-left: 7px;
	border: 1px dashed #39F;
}
.egInfo {
	position: relative;
	background: #F5F5F5 url(../images/icons/info.png) 5px 0px no-repeat;
	font-variant: small-caps;
	font-weight: bold;
	font-size: 11px;
	color: #39F;
	padding: 1px;
	padding-right: 5px;
	padding-left: 25px;
	margin-left: 7px;
	border: 1px dashed #FC3;
	top: -5px;
}
.egNotice {
	position: relative;
	background: #F5F5F5 url(../images/icons/notice.png) 2px 0px no-repeat;
	font-variant: small-caps;
	font-weight: bold;
	font-size: 10px;
	color: #39F;
	padding: 1px;
	padding-right: 5px;
	padding-left: 20px;
	margin-left: 7px;
	border: 1px dashed #FC3;
	top: -5px;
}
.memberStatus {
	position: relative;
	background: #F5F5F5 url(../images/icons/award.png) 2px 0px no-repeat;
	font-variant: small-caps;
	font-weight: bold;
	color: #39F;
	padding: 1px;
	padding-right: 5px;
	padding-left: 20px;
	border: 1px dashed #A5CBFA;
}
.rating-score {
	display: block;
	width: 90px !important;
	height: 23px !important;
	background: url(../images/icons/rating_score.png) 0px no-repeat;
	background-size: 90px 23px;
}
.rating-score-fill {
	display: inline-block;
	max-width: 80px;
	height: 23px !important;
	background-color: #F60;
}
.rating-score-box {
	display: inline-block;
	width: 80px;
	height: 23px !important;
	background-color: #CECECE;
	vertical-align: middle;
}
div.egContent {
	display: block;
}
.listImg {
	height: 45px;
	width: 45px;
	cursor: pointer;
	border: #999 solid 2px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.clearfix {
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}
.egAdd {
	background: url(../images/icons/plus.png) 0 1px no-repeat;
	padding-left: 17px;
	margin-left: 10px;
	margin-right: 10px;
	text-decoration: underline !important;
}
.buttonCancel {
	display: inline;
	text-align: left;
	margin-left: 80px;
	margin-right: 10px;
}
a.button {
	display: inline-block;
	padding-left: 25px;
	padding-right: 10px;
	border: 1px solid #999;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #09C url(../images/icons/notice.png) 6px 3px no-repeat;
	background-size: 16px 16px !important;
	color: #FFF !important;
	text-align: center;
	text-decoration: none;
	margin: 5px;
}
.eglist {
	margin-left: 10px !important;
	margin-right: 10px !important;
}
/* Config
================================================== */
table.config {
	width: 100%;
}
table.config td {
	padding: 3px;
	vertical-align: top;
}
.confighead {
	padding-left: 20px !important;
	padding-top: 20px !important;
	padding-bottom: 5px !important;
	border-bottom: 1px dashed #666;
	vertical-align: middle !important;
	text-align: left;
	color: #6A6A6A;
    font-weight: bold;
	background: url(../images/icons/config_edit.png) 0 20px no-repeat;
}
.configbutton {
	background-color: #E5E5E5;
	font-weight: bold;
	vertical-align: middle !important;
}
/* Tables
================================================== */
table.tablist {
  width: 100%;
  text-align: left;
  border: 1px solid #CCC;
  border-collapse: collapse;
  line-height: 35px;
  margin-top: 5px;
}
table.tablist .tablisthead {
  color: #454545;
  border-bottom: 1px solid #CCC;
  background: #e6EEEE url(../images/td_bg.jpg) ;
  font-variant: small-caps;
  text-shadow: 0 1px 0 #fff;
  font-weight: bold;
}
table.tablist td {
  padding: 4px;
  vertical-align: top;
}
table.tablist tr {
  background-color: #fff;
  border-bottom: 1px solid #CCC;
}
table.tablist tr:hover {
  color: #333;
  font-weight: bold;
}
table.tablist a:link, a:visited {
  text-decoration: none;
}
table.tablist span.space {
  background: url(../images/icons/small-arrow.png) 0 6px no-repeat;
  padding-left: 7px;
  cursor: pointer;
}
.tablist .tablistbutton {
  background-color: #F1F1F1 !important;
}
.tablistbutton .pagenum {
  padding: 5px 0px 0px 10px;
  float: left;
  text-align: left;
}
.tablistbutton .tbutton {
  float: right;
  text-align: right;
  padding-right: 10px;
}
/*toggle*/
.toggle-title {
	background-color: #F9F9F9;
	border: 1px solid #E7E7E7;
	margin: 5px 0 1px 0;
	height: 25px;
	line-height: 25px;
	cursor: pointer;
}
.folder-title {
	background: none !important;
	border: none !important;
	font-weight: bold;
}
.folder-title a {
	color: #666 !important;
}
.toggle-title a:hover {
	text-decoration: none
}
.open-toggle {
	float: left;
	width: 20px;
	height: 25px;
	line-height: 25px;
	margin: 0 10px;
	padding: 0;
	display: block;
	border: none;
	vertical-align: middle;
}
.open-toggle {
	background: url('../images/icons/close.png') no-repeat center
}
.closed {
	background: url('../images/icons/open.png') no-repeat center
}
.folder-toggle span.open-toggle {
	background: url('../images/icons/folder_lightbulb.png') no-repeat center;
}
.folder-toggle span.closed {
	background: url('../images/icons/folder_explore.png') no-repeat center;
}
.folder-toggle span.closed-folder {
	background: url('../images/icons/folder_explore.png') no-repeat center;
}
.toggle-content {
	background-color: #FFF;
	border: 1px solid #E7E7E7;
	padding: 5px 5px 5px;
	margin: 0 0 5px;
}
.folder-content {
	padding-left: 25px;
	background: none;
	border: none;
	margin: 0 0 5px;
}
.round5 {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.round3 {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.inline {
	display: inline-block;
}
.facebookRegister {
	background: url(../images/icons/facebook.png) 0 no-repeat;
	padding-left: 18px;
	cursor: pointer;
	font-weight: bold;
	font-size: 12px;
}
.egjoinFb {
	position: relative;
	background: #D8EFFC url(../images/icons/facebook.png) 3px no-repeat;
	padding-left: 18px;
	cursor: pointer;
	font-size: 12px;
	color: #39F;
	padding: 1px;
	padding-right: 5px;
	padding-left: 22px;
	margin-left: 7px;
	border: 1px dotted #6699FF;
	top: -5px;
}
/* Offline
================================================== */
body.offline {
  background-image: url('../images/offline_bg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  background-attachment: fixed;
}

.maintenance {
  background: url(../images/maintenance.png) no-repeat center top;
  text-align: center;
  height: 350px;
  width: 100%;
  display: block;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}
#offlineBox {
  border: 1px solid #fff;
  max-width: 500px;
  margin: 5% auto 2px auto;
  background-color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#offlineBox .header {
  width: 100%;
  height: 75px;
  background-color: #1E3347;
  text-align: center;
  padding-top: 15px;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  border-bottom: 1px solid #666;
}
#offlineBox .header img {
  width: 250px;
}
#offlineBox .title {
  width: 100%;
  height: 45px;
  background-color: #666;
}
#offlineBox .pageTitle {
  padding-top: 10px;
    background: url(../images/title.png) 10px 5px no-repeat;
  padding-left: 50px;
  float: left;
}
#offlineBox .pageTitle h2 {
  color: #fff;
  text-shadow: 0 1px 0 #000;
}
#offlineBox .content {
  width: 100%;
}
#offlineBox .footer {
  padding-top: 15px;
  width: 100%;
  height: 70px;
  color: #fff;
  background-color: #1E3347;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  text-align: center;
}
#offlineBox .footer a {
  color: #FFF !important;
}
#offlineBox .footer a:hover {
  color: #F1A90E !important;
}
/* Typography
================================================== */
h1, h2, h3, h4, h5, h6 {
	color: #464646;
	font-family: "Open Sans", Arial, sans-serif;
	font-weight: normal;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-weight: inherit;
}
h1 {
	font-size: 36px;
	line-height: 50px;
}
h2 {
	font-size: 25px;
	line-height: 40px;
}
h3 {
	font-size: 18px;
	line-height: 34px;
}
h4 {
	font-size: 16px;
	line-height: 30px;
}
strong {
	font-weight: bold;
	color: #333;
}
small {
	font-size: 80%;
}
.whiteBg {
	background-image: none !important;
	background-color: #fff !important;
}
.aHelp {
	font-size: 14px;
	font-weight: bold;
	padding: 5px;
	cursor: pointer;
	background: url(../images/icons/help.png) 0 5px no-repeat;
	padding-left: 18px;
}
.aHelp:hover {
	color: #F36;
}
.ajxFoot {
	position: absolute;
	bottom: 0;
	width: 100%;
}
.plist {
	display: inline-block;
	background: url(../images/elist.png) 0 6px no-repeat;
	padding-left: 12px;
	margin-top: 3px;
}
.headTitle {
	padding-left: 15px;
	border-bottom: 1px dashed #666;
	font-size: 16px;
	color: #6A6A6A;
	background: url(../images/h-bg.png) no-repeat 0px 11px;
	margin-bottom: 5px;
    font-weight: bold;
}
.scrollbox {
	border: 1px solid #CCCCCC;
	height: 100px;
	background: #FFFFFF;
	overflow-y: scroll;
	padding: 5px;
}
.scrollbox img {
	float: right;
}
.limitCounter {
    margin-left: 5px;
    display: inline-block;
    height: 16px;
    background-color: #FFFFFF;
    width: 66px;
    border: solid 1px #CCCCCC;
    margin-right: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    visibility: hidden;
}
.limitCounter .count {
    float: left;
    width: 15px;
    border-bottom: solid 1px #CCCCCC;
    font-size: 10px;
    background-color: #FFFFFF;
    height: 15px;
    text-align: center;
}
.limitCounter .box {
    height: 16px;
    width: 50px;
}
.limitCounter .bar {
    float: left;
    width: 0px;
    height: 14px;
}
.Cmbarbox {
	height: 16px;
	width: 100px;
}
.CmProgressbar {
	width: 0px;
	height: 16px;
}
.vertBox label, .vertLine label {
	width: 40%;
}
.aLink {
	cursor: pointer;
}
.imgThumb {
	cursor: pointer;
	margin: 1px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.dl_fname {
	position: relative;
	background: #F5F5F5 url(../images/icons/download.png) 5px 6px no-repeat;
	font-weight: bold;
	color: #39F;
	padding: 7px;
	padding-left: 30px;
	border: 1px dashed #FC3;
}
.itemHot {
	position: relative;
	display: inline;
	background: url(../images/icons/hot.png) 5px 6px no-repeat;
	color: #39F;
	padding: 7px;
	padding-left: 30px;
	margin-left: 10px;
	width: 50px;
}


/* Tree */

.TreeNode {
	background: #FFFFE8 url(../images/tree_bg.jpg);
	border: #947743 1px solid;
	width: 150px;
	display: inline-block;
	cursor: pointer;
}
.TreeName {
	background: #947743;
	display: block;
	letter-spacing: 2px;
	border-top: #999 1px dotted !important;
	font-size: 10px;
	line-height: 16px;
	margin-top: 5px;
	color: #fff;

}
.TreeInfo {
	background: #947743;
	display: block;
	letter-spacing: 2px;
	border-top: #999 1px dotted !important;
	font-size: 10px;
	line-height: 16px;
	margin-top: 5px;
	color: #FFF;

}
.TreeData {
	display: block;
	font-size: 11px;
	line-height: 16px;
	margin-top: 8px;
}
.TreeData-b {
	min-height: 85px;
}
.TreeMain {
	border: #947743 1px solid !important;
	margin-bottom: 3px;
}
.TreeUpline {
	border: #947743 1px dotted !important;
	color: #999;
	margin-bottom: 3px;
}

div#sTreeBox_0 {
	margin-top: 50px;
	text-align: center;
}
div#sTreeBox_0 div {
	margin: 0;
	padding: 0 10px;
	float: left;
}
div#sTreeBox_0 p {
	margin-bottom: 20px;
	margin-top: 4px;
}
div#sTreeBox {
    width: 100% !important;
	margin: 0 auto;
	display: table;
}
div#sTreeMain {
	width: 100%;
	white-space: nowrap;
}
.dl-register {
	background: url('../images/icons/reg-dl.png') no-repeat center;
	height: 24px;
	width: 24px;
	line-height: 25px;
	display: inline-block;
	vertical-align: middle;
	padding: 3px;
}

.smtree {

}


.smtree .TreeNode{
  	border: 1px solid #939598;
    background: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}





/*NETWORK TREE Style 2*/
.inline-block {
	display: inline-block;
 *display: inline;
	zoom: 1;
}
.relative {
	position: relative;
}
.network-tree-stucture {
	width: auto;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	margin-bottom: 20px;
}
.network-tree-stucture ul {
	padding-top: 6px;
	position: relative;
	padding-left: 0;
	width: 100%;
}
.network-tree-stucture ul ul:before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	border-left: 3px solid #939598;
	width: 0;
	height: 6px;
}
.network-tree-stucture li{
	float: left;
	text-align: center;
	list-style-type: none;
	cursor: pointer;
}

.network-tree-stucture li.tree-up{

	position: relative;
	padding: 10px 0 0;
	width: 100%;
}

.network-tree-stucture li.tree-std{
	position: relative;
	padding: 10px 0 0;
	width: 50%;
}


.network-tree-stucture li:before, .network-tree-stucture li:after {
	content: '';
	position: absolute;
	top: 0;
	right: 50%;
	border-top: 2px solid #939598;
	width: 50%;
	height: 6px;
}
.network-tree-stucture li:after {
	right: auto;
	left: 50%;
	border-left: 3px solid #939598;
}
.network-tree-stucture li:only-child::after, .network-tree-stucture li:only-child::before {
	display: none;
}
.network-tree-stucture li:only-child {
	padding-top: 0;
}
.network-tree-stucture li:first-child::before, .network-tree-stucture li:last-child::after {
	border: 0 none;
}
.network-tree-stucture li:last-child::before {
	border-right: 3px solid #939598;
}


.network-tree-stucture li .user-icon {
	position: relative;
	display: inline-block;
	width: 68px;
	/*height: 100px;*/
	color: #000;
	text-decoration: none;
	font-size: 11px;
	overflow-wrap: break-word;
	line-height: 15px;
	padding-top: 100px;
	background-image: url("../images/tree-icons.png");
	background-repeat: no-repeat;
	background-position: -409px top;
}
.network-tree-stucture li .user-disabled {
	background-position: -550px top;
}

.network-tree-stucture li .user-active {
	background-position: -136px top;
}

.network-tree-stucture li .user-inactive {
	background-position: -477px top;
}

.network-tree-stucture li .user-def {
	background-position: -409px top;
}

.network-tree-stucture li a.user-packet span.user-name {
}
.network-tree-stucture > ul > li {
	width: 100%;
}
.position-info-list {
	padding-top: 20px;
}
.position-info-list:before, .position-info-list:after {
	content: " ";
	display: table;
}
.position-info-list:after {
	clear: both;
}


.network-tree-stucture .dl-register-small{
	background: url('../images/icons/plus.png') no-repeat center;
	height: 16px;
	width: 16px;
	line-height: 25px;
	display: inline-block;
	vertical-align: middle;
	padding: 3px;
}











 @-webkit-keyframes right {
 0% {
-webkit-transform: translate(-15px);
}
 50% {
-webkit-transform: translate(15px);
}
 100% {
-webkit-transform: translate(-15px);
}
}
 @-webkit-keyframes left {
 0% {
-webkit-transform: translate(15px);
}
 50% {
-webkit-transform: translate(-15px);
}
 100% {
-webkit-transform: translate(15px);
}
}
 @-moz-keyframes right {
 0% {
-moz-transform: translate(-15px);
}
 50% {
-moz-transform: translate(15px);
}
 100% {
-moz-transform: translate(-15px);
}
}
 @-moz-keyframes left {
 0% {
-moz-transform: translate(15px);
}
 50% {
-moz-transform: translate(-15px);
}
 100% {
-moz-transform: translate(15px);
}
}
 @keyframes right {
 0% {
transform: translate(-15px);
}
 50% {
transform: translate(15px);
}
 100% {
transform: translate(-15px);
}
}
 @keyframes left {
 0% {
transform: translate(15px);
}
 50% {
transform: translate(-15px);
}
 100% {
transform: translate(15px);
}
}
.vertical-middle {
	width: 100%;
	height: 100%;
	display: table;
}
.vertical-middle div {
	display: table-cell;
	vertical-align: middle;
}


/* #colors
================================================== */
.def-bg {
background-color: #FEFDFC;
}

.def-border {
border: 1px solid #E3E3E3;
}

.shop-button {
	display: inline-block;
	padding-left: 35px;
	padding-right: 10px;
	border: 1px solid #999;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size:16px;
	color: #FFF !important;
	line-height:2;
	text-align:center;
	text-decoration:none;
	background-color: #C93;
}

.shop-button:hover{
	background-color: #D0B56C;
	color: #FF0;
}



/* #courses
================================================== */

.egMatrix {
	position: relative;
	font-variant: small-caps;
	font-weight: bold;
	font-size: 12px;
	color: #39F;
	padding: 1px;
	padding-right: 5px;
	margin-left: 7px;
	color: #F96 !important
}

.egMatrix:hover {
	background-color: #FFF4DF;
}

.egMatrix:a {
	color: #F96 !important
}

.stage-lg {
    height: 20px;
    width: 22px;
    margin-right: 3px;
    display: inline-block;
    background-image: url("../images/stage-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.dtree .stage-lg-data {
    display: inline-block;
}

.dtree .stage-lgb {
    height: 32px;
    width: 32px;
    display: inline-block;
    background-image: url("../images/stage-bg.png");
    background-size: 32px 32px;
    background-repeat: no-repeat;
    background-size: cover;
}

#sTreeBox .stage-lg-data {
    display: inline-block;
}

#sTreeBox .stage-lgb {
    height: 32px;
    width: 32px;
    display: inline-block;
    background-image: url("../images/stage-bg.png");
    background-size: 32px 32px;
    background-repeat: no-repeat;
    background-size: cover;
}





/* css for tickets */
.ticketId {
  font-weight: bold;
  font-size: 17px;
  padding-left: 20px;
  background: url(../images/icons/ticket_id.png) 0 1px no-repeat;
  border-bottom: 1px dashed #999;
}
.ticketSubject {
  font-weight: bold;
  font-size: 17px;
  padding-left: 20px;
  background: url(../images/icons/post_info.png) 0 1px no-repeat;
  border-bottom: 1px dashed #999;
}
.ticketDate p {
  display: inline-block;
  background: url(../images/icons/small-arrow.png) 0 10px no-repeat;
  padding-left: 6px;
  margin-right: 40px;
  font-size: 13px;
}
.ticketThread {
  font-weight: bold;
  font-size: 17px;
  padding-left: 20px;
  background: url(../images/icons/post_view.png) 0 1px no-repeat;
}
.ticketReply {
  font-weight: bold;
  font-size: 17px;
  padding-left: 20px;
  background: url(../images/icons/ticket_reply.png) 0 1px no-repeat;
}
.ticketThreads {
  margin-top: 10px;
  font-size: 14px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #CCC;
}
.ticketThreads_Response {
  background-color: #F5FCFB;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0
}
.ticketThreads_Message {
  background-color: #FBF0D9;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0
}
.ticketThreads_Head {
  font-weight: bold;
  padding: 7px;
  border-bottom: 1px solid #CCC;
  color: #606060;
}
.ticketThreads_Body {
  padding: 7px;
  background-color: #F8F8F8;
  line-height: 19px;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px
}
.ticketThreads_Delete {
  float: right;
  background: url(../images/icons/ticket_delete.png) 0 1px no-repeat;
  width: 24px;
  height: 16px;
  cursor: pointer;
}
.refresh {
  background: url(../refresh.png) 10px 10px no-repeat;
  width: 24px;
  height: 16px;
  cursor: pointer;
  padding-top: 10px;
  padding-left: 30px;
}
.halfSize {
  width: 44%;
}
.fullSize {
  width: 98%;
}
/* Orders
================================================== */
.orderShipped {
  background: url(../images/icons/shipped.png) no-repeat;
  width: 20px;
  height: 20px;
  display: inline-block;
}
.orderUnshipped {
  background: url(../images/icons/unshipped.png) no-repeat;
  width: 20px;
  height: 20px;
  display: inline-block;
}
.orderProcessed {
  background: url(../images/icons/processed.png) no-repeat;
  width: 20px;
  height: 20px;
  display: inline-block;
}
.orderUnprocessed {
  background: url(../images/icons/unprocessed.png) no-repeat;
  width: 20px;
  height: 20px;
  display: inline-block;
}
.packageList {
  background-color: #F7F9FF;
  width: 100%;
  padding: 5px;
}
.packageList .name {
  display: inline-block;
  font-weight: bold;
  letter-spacing: 1px;
}
.packageList .head {
  border-bottom: 1px dashed #D3D3D3;
}
.packageList .command {
  display: inline-block;
  float: right;
}
.packageList .head .select a {
  background: url(../images/icons/cart_add.png) 0 no-repeat;
  padding: 2px;
  padding-left: 20px;
}
.packageList .head .cancel a {
  background: url(../images/icons/cancel.png) 0 6px no-repeat;
  padding: 2px;
  padding-left: 13px;
}
.packageList .desc {
  float: left;
  width: 100%;
  padding-top: 5px;
  font-size: 14px;
}
.packageList .body {
  float: left;
  padding-top: 10px;
}
.packageList .pic {
  float: left;
  padding: 5px;
}
.packageList .pic img {
  width: 150px;
  height: 150px;
  border: #E9E9E9 solid 2px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.packageList .info {
  vertical-align: top;
  font-size: 12px;
}
.packageList .pinfo {
  float: left;
  vertical-align: top;
  font-size: 14px;
}
.packageList .pinfo p {
  background: url(../images/elist.png) 0 6px no-repeat;
  padding-left: 12px;
  margin-top: 3px;
  display: inline-block;
  margin-left: 20px;
  margin-right: 20px;
}
.packageList .info p {
  background: url(../images/elist.png) 0 6px no-repeat;
  padding-left: 12px;
  margin-top: 3px;
}
.packageList .info div.Yes {
  margin-top: 2px;
  display: block;
  background: url(../images/icons/check.png) 0 3px no-repeat;
  padding-left: 17px;
}
.packageList .info div.Yes span {
  font-size: 11px;
  color: #999 !important;
}
.packageList .plans {
  vertical-align: top;
  width: 430px;
  display: inline-block;
  margin-left: 10px;
}
.packageList .plans td {
  padding-right: 10px;
  padding-left: 10px;
}
.packageList .plans td.tablisthead {
  color: #454545;
  background: #e6EEEE url(../images/td_bg.jpg) repeat-x bottom !important;
}
.packageList .deposit {
  display: block;
  margin-top: 15px;
}
.packageList .deposit p {
  background: url(../images/elist.png) 0 6px no-repeat;
  padding-left: 12px;
  margin-top: 3px;
}
.packageList .deposit .name {
  display: inline-block;
  background: url(../images/icons/deposit.png) 0 2px no-repeat;
  padding-left: 20px;
  font-weight: bold;
  font-family: Tahoma, Arial, sans-serif;
  letter-spacing: 2px;
  font-size: 14px;
}
/* Product results
================================================== */
.productDetails .pr-topInfo {
  width: 100%;
  float: left;
  display: block;
}
.productDetails .title {
  background: url(../images/icons/bullet_star.png) 3px 3px no-repeat;
  border-bottom: 1px solid #E9E9E9;
  padding-left: 20px;
  font-weight: bold;
  font-family: Tahoma, Arial, sans-serif;
  letter-spacing: 2px;
  font-size: 14px;
  padding-bottom: 5px;
  height: 25px;
}
.productDetails .sharepost {
  float: right;
  margin-top: 5px;
}
.sharepost .share {
  display: inline-block;
}
.productDetails .pr-mainInfo {
  width: 100%;
  float: left;
  display: block;
}
.productDetails .adImage {
  float: left;
  margin-left: 10px;
  min-width: 250px !important;
}
.productDetails .imgPreview {
  position: relative;
}
.productDetails .imgThumb {
  padding-top: 7px;
}
.productDetails .imgThumb img {
  height: 32px;
  width: 32px;
  cursor: pointer;
  margin: 1px;
}
.productDetails .adInfo {}
.product-attribute {
  margin-right: 5px;
  display: inline-block;
  background-color: #FFF7E6;
  padding: 3px 6px 3px 6px;
  border: 2px dotted #69F;
  font-size: 13px;
  margin-top: 5px;
}
.productDetails .descHead {
  margin-top: 30px;
  padding: 10px 0px 0px 10px;
  height: 36px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 15px;
}
.productDetails .infoline {
  background: url(../images/icons/small-arrow.png) 0px 7px no-repeat;
  margin-top: 2px;
  padding-bottom: 3px;
  border-bottom: 1px dotted #99CC33;
  margin-bottom: 15px;
  padding-left: 7px;
  font-size: 14px;
}
.infoline ul {
  list-style: none;
  margin-left: -2px;
}
.infoline li li {
  list-style: none;
  margin-left: 12px;
}
.productDetails .listingTitle {
  position: absolute;
  left: 20px;
}
.productDetails .listingType {
  position: absolute;
  font-size: 10px;
  right: 0px;
  background: url(../images/icons/small_list.png) 3px 5px no-repeat;
  padding-left: 15px;
  background-size: 13px 13px !important;
  color: #F90 !important;
  text-shadow: 1px 1px 2px #CCCCCC;
}
.productDetails .descHead .active {
  display: inline;
  background: #fff;
  border-top: 3px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  padding: 0px 15px 0px 15px;
  float: left;
  font-weight: bold;
  text-align: center;
}
.productDetails .itemPrice {
  color: #39F;
  font-size: 16px;
}
.productDetails .bigText {
  font-size: 15px;
}
.productDetails .buttons {
  width: 100%;
}
.productDetails .totalprice {
  font-weight: bold;
  color: #F63;
}


.disable_overflow_x {
    overflow-x: hidden !important;
}

