body.account-my div.content {
  width: 95%;
  margin: 0 auto;
}
body.account-my div.content h2 {
  margin: 20px 0 10px 0;
  font-size: 20px;
  font-weight: normal;
  color: #079bc1;
}
body.account-my div.content div.form form {
  width: 60%;
}

div.bar-account {
  width: 100%;
  margin: 10px auto 25px auto;
}
div.bar-account div.step-bg {
  width: 100%;
}
div.bar-account ul {
  overflow: hidden;
  width: 100%;
  background: #f0f0f1;
}
div.bar-account ul li {
  float: left;
  padding: 2px 0 2px 2px;
  background: #f0f0f1;
  border-left: 1px solid #d5d5d6;
  border-right: 1px solid #ffffff;
  /*&.btn-step-1 { width: 112px; margin-left: 0; }
  &.btn-step-2 { width: 140px; text-align: center; }
  &.btn-step-3 { width: 141px; text-align: center; }
  &.btn-step-4 { width: 98px; text-align: right; }*/
}
div.bar-account ul li:first-child {
  border-left: 0;
}
div.bar-account ul li:last-child {
  border-right: 0;
}
div.bar-account ul li, div.bar-account ul li a, div.bar-account ul li span, div.bar-account ul li b {
  display: inline-block;
  font-weight: bold;
  color: #313131;
}
div.bar-account ul li a, div.bar-account ul li span {
  padding: 5px 10px;
  font-family: "Open Sans";
  font-size: 12px;
}

div.bar-account.step-1 .btn-step-1 a, div.bar-account.step-1 .btn-step-1 span, div.bar-account.step-1 .btn-step-1 b {
  background: #ffffff;
  color: #079bc1;
}

div.bar-account.step-2 .btn-step-2 {
  border-left: 0;
  border-right: 0;
}
div.bar-account.step-2 .btn-step-2 a, div.bar-account.step-2 .btn-step-2 span, div.bar-account.step-2 .btn-step-2 b {
  background: #ffffff;
  color: #079bc1;
}

div.bar-account.step-3 .btn-step-3 a, div.bar-account.step-3 .btn-step-3 span, div.bar-account.step-3 .btn-step-3 b {
  background: #ffffff;
  color: #079bc1;
}

div.bar-account.step-4 .btn-step-4 a, div.bar-account.step-4 .btn-step-4 span, div.bar-account.step-4 .btn-step-4 b {
  background: #ffffff;
  color: #079bc1;
}

div.bar-account.step-5 .btn-step-5 a, div.bar-account.step-5 .btn-step-5 span, div.bar-account.step-5 .btn-step-5 b {
  background: #ffffff;
  color: #079bc1;
}

div.bar-account.step-6 .btn-step-6 a, div.bar-account.step-6 .btn-step-6 span, div.bar-account.step-6 .btn-step-6 b {
  background: #ffffff;
  color: #079bc1;
}

div.tabs {
  width: 100%;
  margin: 0 auto;
  	/*ul li {
  		float: left;
  		padding-right: 7px;
  
  		a {
  			float: left;
  			display: block;
  			padding: 9px 14px;
  			color: #616161;
  			background: #d9d9d9;
  			border: 1px solid #d9d9d9;
  			border-bottom: 0;
  			@include border-top-radius(5px);
  
  			&.active {
  				font-weight: bold;
  				color: #ed8c01;
  				background: #fafafa;
  			}
  		}
  	}*/
}
div.tabs div.panels div.panel table {
  width: 100%;
  margin: 0 auto;
  border: 0;
  border-collapse: collapse;
}
div.tabs div.panels div.panel table tr th {
  padding: 10px 0;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  color: #ffffff;
  background: #363636;
}
div.tabs div.panels div.panel table tr th:first-child {
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
}
div.tabs div.panels div.panel table tr th:last-child {
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
}
div.tabs div.panels div.panel table tr td {
  padding: 20px 5px;
  border: 1px solid #cfccc9;
  text-align: center;
  vertical-align: middle;
  background: #f0f0f1;
}
div.tabs div.panels div.panel table tr td a {
  color: #079bc1;
  text-decoration: underline;
}
div.tabs div.panels div.panel table tr.row-first td {
  border-top: 0;
}
div.tabs div.panels div.panel table tr.row-par td {
  background: #ffffff;
}

body#account-subscribe div.content div.account-subscribe-left,
body#account-subscribe div.content div.account-subscribe-right {
  width: 46%;
  padding: 0 2%;
}
body#account-subscribe div.content div.account-subscribe-left {
  float: left;
  width: 55%;
  margin-left: -3%;
  border-right: 1px solid #d9d9d9;
}
body#account-subscribe div.content div.account-subscribe-left div.field-password label {
  width: 35%;
}
body#account-subscribe div.content div.account-subscribe-right {
  float: right;
  width: 40%;
  margin-right: -2%;
}
body#account-subscribe div.content .form form .field select.select {
  width: 63% !important;
  height: 25px !important;
  line-height: 25px;
}

body#account-lostpassword div.content .title-s2 {
  text-align: center;
}
body#account-lostpassword div.content .form {
  width: 50%;
  margin: 0 auto;
}

body#account-logon div.content .title-s2 {
  text-align: center;
}
body#account-logon div.content .form {
  width: 50%;
  margin: 0 auto;
}

body#account-delivery div.content .title-s3 {
  height: 70px;
  padding: 0;
  margin: 0;
  font-family: 'Open Sans';
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
  color: #079bc1;
  text-align: center;
}
body#account-delivery div.content #frm_address {
  width: 105%;
  margin-left: -2.5%;
}
body#account-delivery div.content .content-left,
body#account-delivery div.content .content-center,
body#account-delivery div.content .content-right {
  width: 31%;
  padding: 10px 1%;
  min-height: 890px;
}
body#account-delivery div.content .content-left {
  float: left;
}
body#account-delivery div.content .content-center {
  float: left;
  border: 1px solid #c6c7c0;
  border-top: 0;
  border-bottom: 0;
}
body#account-delivery div.content .content-right {
  float: right;
}
body#account-delivery div.content #frm_address {
  width: 105%;
  margin-left: -2.5%;
}
body#account-delivery div.content #frm_address .field label,
body#account-delivery div.content #frm_address .field input[type=text],
body#account-delivery div.content #frm_address .field input[type=password],
body#account-delivery div.content #frm_address .field input[type=email],
body#account-delivery div.content #frm_address .field textarea,
body#account-delivery div.content #frm_address select {
  font-size: 11px;
}
body#account-delivery div.content #frm_address .field label {
  width: 30%;
}
body#account-delivery div.content #frm_address .checkbox-hide-show-removal,
body#account-delivery div.content #frm_address .checkbox-hide-show-delivery {
  margin-top: -34px;
  /*label {
  	display: inline-block;
  	padding: 0 8px 0 0;
  	font-family: Arial;
  	font-size: 12px;
  	color: #565656;
  	vertical-align: middle;
  }*/
}
body#account-delivery div.content #frm_address .checkbox-hide-show-removal ul,
body#account-delivery div.content #frm_address .checkbox-hide-show-delivery ul {
  width: 100%;
}
body#account-delivery div.content #frm_address .checkbox-hide-show-removal ul li label,
body#account-delivery div.content #frm_address .checkbox-hide-show-delivery ul li label {
  width: 85%;
  padding: 0 0 0 5%;
  line-height: 1.2;
}

/*body#account-my-informations div.content {

	.form form {
		width: 75%;

		.field select.select {
			width: 62% !important;
			height: 25px !important;
			line-height: 25px;
			//margin-top: 10px;
			//padding-left: 50px;
		}
	}
}*/
body#account-my-informations div.content .title-s3 {
  height: 40px;
  padding: 0;
  margin: 0;
  font-family: 'Open Sans';
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
  color: #079bc1;
  text-align: center;
}
body#account-my-informations div.content .title-s3 span {
  display: block;
  padding-top: 2px;
  font-size: 12px;
}
body#account-my-informations div.content .content-left,
body#account-my-informations div.content .content-center,
body#account-my-informations div.content .content-right {
  width: 31%;
  padding: 10px 1%;
  min-height: 890px;
}
body#account-my-informations div.content .content-left {
  float: left;
}
body#account-my-informations div.content .content-center {
  float: left;
  border: 1px solid #c6c7c0;
  border-top: 0;
  border-bottom: 0;
}
body#account-my-informations div.content .content-right {
  float: right;
}
body#account-my-informations div.content form {
  width: 100%;
}
body#account-my-informations div.content form .field label,
body#account-my-informations div.content form .field input[type=text],
body#account-my-informations div.content form .field input[type=password],
body#account-my-informations div.content form .field input[type=email],
body#account-my-informations div.content form .field textarea,
body#account-my-informations div.content form select {
  font-size: 11px;
}
body#account-my-informations div.content form .field label {
  width: 30%;
}
body#account-my-informations div.content form #Mdiv_form_field_contact_person_removal label,
body#account-my-informations div.content form #Mdiv_form_field_contact_person_ship label {
  width: 100%;
}
body#account-my-informations div.content form .field-options ul li label {
  width: auto;
  padding: 0 5px 0 0;
}
