#security #loginContainer {
  margin-top: 10px;
}
#security #loginContainer #loginButton {
  margin-top: 10px;
  display: block;
}
#security #loginContainer #newAccountButton {
  margin: 10px 0;
}
#security #loginContainer label,
#security #newAccountContainer label,
#security #lostpasswordContainer label,
#security #activationContainer label,
#security #resetpasswordContainer label,
#security #loginContainer span,
#security #newAccountContainer span,
#security #lostpasswordContainer span,
#security #activationContainer span,
#security #resetpasswordContainer span {
  color: #333333;
}
#security #loginContainer a,
#security #newAccountContainer a,
#security #lostpasswordContainer a,
#security #activationContainer a,
#security #resetpasswordContainer a {
  color: #82af0a;
}
#security #sendActivationCode {
  color: #82af0a;
}
#security #newAccountContainer #saveNewAccountButton {
  margin: 10px 0;
  display: block;
}
#security #newAccountContainer input.email {
  margin-bottom: 20px;
}
#security #activationContainer #activationButton {
  margin: 10px 0;
  display: block;
}
#security #activationContainer #sendActivationCode {
  cursor: pointer;
}
#security #lostpasswordContainer label {
  margin-bottom: 5px;
}
#security #lostpasswordContainer #lostPasswordButton {
  margin: 10px 0;
  display: block;
}
#security #resetpasswordContainer h3 {
  text-align: center;
}
#security #resetpasswordContainer div span {
  text-align: right;
  width: 35%;
  display: inline-block;
}
#security #resetpasswordContainer div span + span {
  text-align: left;
  width: 60%;
  margin-left: 10px;
}
#security #resetpasswordContainer div span + span input[type=text],
#security #resetpasswordContainer div span + span input[type=email],
#security #resetpasswordContainer div span + span input[type=password] {
  text-align: left;
  width: 90%;
}
#security #resetpasswordContainer #lostPasswordButton {
  margin: 10px 0;
  display: block;
}
#security #resetpasswordContainer #emailWrapper {
  margin: 30px 0 15px 0;
}
#security input[type=text],
#security input[type=password],
#security input[type=email] {
  width: 227px;
}
#security .button {
  cursor: pointer;
}
#security label {
  display: block;
}
#security .errorContainer {
  display: none;
  border: 1px solid #dadada;
  padding: 5px;
  margin-bottom: 10px;
  background-color: #0a71ac;
  color: white;
}
#security .errorContainer label {
  color: inherit !important;
}
#tabs .tabContent {
  background-color: transparent;background-color: rgba(225, 225, 225, 0);
  padding: 10px;
  overflow: hidden;
}
#tabs .tabContent .button-component,
#tabs .tabContent .button-cancel-component {
  margin-top: 10px;
  margin-right: 10px;
}
#tabs .tabContent #emailEditableContainer .button-component,
#tabs .tabContent #passwordEditableContainer .button-component,
#tabs .tabContent #emailEditableContainer .button-cancel-component,
#tabs .tabContent #passwordEditableContainer .button-cancel-component {
  margin-top: 0;
}
#tabs .tabContent #emailWrapper > div + div,
#tabs .tabContent #passwordWrapper > div + div,
#tabs .tabContent .addressWrapper > div {
  margin: 10px;
}
#tabs .tabContent #newAddressWrapper {
  padding: 10px;
}
#tabs .tabContent #emailWrapper,
#tabs .tabContent #passwordWrapper,
#tabs .tabContent .addressWrapper,
#tabs .tabContent #newAddressWrapper {
  border: 1px solid #dadada;
  margin-bottom: 10px;
  background-color: transparent;background-color: rgba(225, 225, 225, 0);
}
#tabs .tabContent #emailWrapper #userNameHeader,
#tabs .tabContent #passwordWrapper #passwordHeader,
#tabs .tabContent #addressHeader {
  height: 36px;
}
#tabs .tabContent #emailWrapper h3,
#tabs .tabContent #passwordWrapper h3,
#tabs .tabContent #addressHeader h3 {
  margin: 0 10px;
  display: inline-block;
  line-height: 36px;
}
#tabs .tabContent #emailWrapper label,
#tabs .tabContent #passwordWrapper label {
  display: block;
  color: #333333;
}
#tabs .tabContent #passwordEditableContainer,
#tabs .tabContent #emailEditableContainer,
#tabs .tabContent .addressEditableContainer,
#tabs .tabContent #newAddressWrapper {
  display: none;
}
#tabs .tabContent #emailWrapper input,
#tabs .tabContent #passwordWrapper input {
  border: 1px solid #dadada;
  width: 80%;
  margin-bottom: 10px;
}
#tabs .tabContent .header {
  background-color: #0a71ac;
  color: white;
}
#tabs .tabContent #newAddressWrapper .b2bAddress,
#tabs .tabContent .addressEditableContainer .b2bAddress {
  margin: 0 5px 10px 0 !important;
}
#tabs .tabContent .addressWrapper .addressEditableContainer input,
#tabs .tabContent .addressWrapper .addressEditableContainer select,
#tabs .tabContent #newAddressWrapper input,
#tabs .tabContent #newAddressWrapper select {
  margin: 3px;
  border: 1px solid #cccccc;
  padding: 3px;
}
#tabs .tabContent .addressWrapper .addressEditableContainer input[type=text],
#tabs .tabContent #newAddressWrapper input[type=text] {
  width: 250px;
}
#tabs .tabContent .addressWrapper .addressReadonlyContainer div > label {
  display: inline-block;
  min-width: 125px;
  margin-right: 10px;
  color: #333333;
}
#tabs .tabContent .addressWrapper .addressEditableContainer .leftCol,
#tabs .tabContent #newAddressWrapper .leftCol {
  display: inline-block;
  min-width: 125px;
  margin-right: 10px;
  color: #333333;
  vertical-align: top;
}
#tabs .tabContent .addressWrapper .addressEditableContainer .rightCol,
#tabs .tabContent #newAddressWrapper .rightCol {
  display: inline-block;
}
#tabs .tabContent .addressWrapper .addressEditableContainer .rightCol label,
#tabs .tabContent #newAddressWrapper .rightCol label {
  display: block;
}
#tabs .tabContent .addressWrapper .addressReadonlyContainer label + label {
  font-weight: bold;
}
#tabs .tabContent #newAddressWrapper .b2bContainer {
  display: none;
}
#tabs .tabContent #addNewAddress {
  display: block;
  text-align: center;
  margin-right: 0;
}
#tabs .tabContent #orderTable {
  width: 100%;
  border: 1px solid #dadada;
}
#tabs .tabContent #orderTable th {
  text-align: left;
  padding: 2px 5px;
  /*   background-image: url("/createsite/security/images/sort.png");*/
  background-position: right center;
  background-repeat: no-repeat;
  cursor: pointer;
}
#tabs .tabContent #orderTable tr .headerSortUp {
  background-image: url("/classic/createsite/security/images/sortUp.png");
}
#tabs .tabContent #orderTable tr .headerSortDown {
  background-image: url("/classic/createsite/security/images/sortDown.png");
}
#tabs .tabContent #orderTable td {
  border-top: 1px solid #dadada;
  padding: 5px;
}
#tabs .tabContent #orderTable td + td,
#tabs .tabContent #orderTable th + th {
  border-left: 1px solid #dadada;
}
#tabs .tabContent #orderTable tr,
#tabs .tabContent #orderContainer #orderBackButton {
  cursor: pointer;
}
#tabs .tabContent #orderTable tbody tr {
  background-color: transparent;background-color: rgba(225, 225, 225, 0);
  color: #333333;
}
#tabs .tabContent #orderTable tbody tr:hover {
  color: #333333;
  background-color: transparent;background-color: rgba(0, 0, 0, 0.1);
}
#tabs .tabContent #orderContainer {
  display: none;
}
#tabs .tabContent #orderContainer #orderBackButton {
  text-align: center;
  padding: 3px;
  margin-bottom: 10px;
  border: 1px solid #dadada;
  background-color: transparent;background-color: rgba(225, 225, 225, 0);
  color: #333333;
}
#tabs .tabContent #orderContainer #orderHeader {
  border-left: 1px solid #dadada;
  border-top: 1px solid #dadada;
  border-right: 1px solid #dadada;
  padding: 0pt 10px;
  font-weight: bold;
  overflow: hidden;
  height: 44px;
  background-color: #0a71ac;
  color: white;
}
#tabs .tabContent #orderContainer #orderHeader label {
  float: left;
  line-height: 44px;
}
#tabs .tabContent #orderContainer #orderHeader a {
  float: right;
  margin: 7px 0pt;
}
#tabs .tabContent #orderContainer #orderDetailWrapper {
  border: 1px solid #dadada;
  background-color: transparent;background-color: rgba(225, 225, 225, 0);
  color: #333333;
}
#tabs .tabContent #orderContainer #orderDetailWrapper .lineSeperator {
  border-bottom: 1px solid #dadada;
  margin: 5px 10px;
}
#tabs .tabContent #orderContainer #orderDetail {
  width: 100%;
}
#tabs .tabContent #orderContainer #orderLines {
  width: 100%;
  padding: 10px;
}
#tabs .tabContent #orderContainer #orderLines th {
  text-align: left;
  border-bottom: 1px solid #dadada;
}
#tabs .tabContent #orderContainer #orderLines td {
  border-bottom: 1px solid #dadada;
  vertical-align: top;
}
#tabs .tabContent #orderContainer #orderLines .lastColumn {
  text-align: right;
}
#tabs .tabContent #orderContainer #remainingOrderLines {
  padding: 0 10px;
}
#tabs .tabContent #orderContainer #remainingOrderLines .lineSeperator {
  margin: 5px 0;
}
#tabs .tabContent #orderContainer #remainingOrderLines div label + label {
  float: right;
}
#tabs .tabContent #orderContainer #addressContainer,
#tabs .tabContent #orderContainer #deliveryConditions,
#tabs .tabContent #orderContainer #extrainfoContainer {
  padding: 0 10px;
}
#tabs .tabContent #orderContainer #addressContainer {
  overflow: hidden;
}
#tabs .tabContent #orderContainer #addressContainer > div {
  margin: 5px 0;
}
#tabs .tabContent #orderContainer .orderTitle {
  font-weight: bold;
}
#tabs .tabContent #orderContainer .firstCol {
  width: 125px;
}
#tabs .tabContent #orderContainer .row {
  display: block;
  overflow: hidden;
}
#tabs .tabContent #orderContainer .row label {
  float: left;
  display: inline-block;
}
#tabs .tabContent #orderContainer #deliveryConditions {
  margin-bottom: 10px;
  overflow: hidden;
}
#tabs .tabContent #orderContainer #incTaxLine {
  font-size: 10px;
}
#tabs .ui-tabs-nav {
  display: block;
}
#tabs .ui-tabs-nav li {
  float: left;
  list-style-type: none;
  position: relative;
  top: 1px;
  white-space: nowrap;
  background: transparent;background: rgba(0, 0, 0, 0.1);
  border: 1px solid #dadada;
  border-bottom: 0pt none !important;
  margin: 0 0 1px 0;
}
#tabs .ui-tabs-nav li + li {
  border-left: 0pt;
}
#tabs .ui-tabs-nav li a {
  display: block;
  padding: 0.5em 1em;
  text-decoration: none;
  color: #333333;
}
#tabs .ui-tabs-nav li.ui-tabs-selected {
  margin-bottom: 0pt;
  padding-bottom: 1px;
}
#tabs .ui-tabs-nav li.ui-state-active {
  margin-bottom: 0pt;
  background-color: transparent;background-color: rgba(225, 225, 225, 0);
}
#tabs .ui-tabs-nav li.ui-state-active a {
  color: #333333;
}
#tabs .ui-tabs-nav li.ui-state-hover {
  background-color: #228ac7;
}
#tabs .ui-tabs-nav li.ui-state-hover a {
  color: white;
}
#tabs .ui-tabs-panel {
  display: block;
  border: 1px solid #dadada;
}
#tabs .ui-tabs-hide {
  display: none !important;
}
#tabs .ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}
#tabs .ui-helper-clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#tabs .ui-helper-clearfix {
  display: inline-block;
}
#tabs * html .ui-helper-clearfix {
  height: 1%;
}
#tabs .ui-helper-clearfix {
  display: block;
}
#tabs .errorContainer {
  display: none;
  border: 1px solid #dadada;
  background-color: #0a71ac;
  color: white;
  padding: 5px;
  margin-bottom: 15px;
}
#tabs .errorContainer label {
  color: inherit !important;
}
#toShoppingCart {
  margin: 10px 0;
}
#endTable {
  color: #333333;
}
