.oneline {
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
}
.clear {
  clear: both;
  float: left;
}
.inline-block {
  display: inline-block;
}
body {
  min-width: 480px;
}
body.desktop .m-menu-trigger,
body.desktop #m-menu,
body.tablet .m-menu-trigger,
body.tablet #m-menu {
  display: none;
}
body.tablet .header-wrapper,
body.mobile .header-wrapper {
  width: 96%;
}
body.tablet .slider-preivew,
body.mobile .slider-preivew {
  width: 48%;
  float: left;
  margin: 0 2%;
}
body.tablet .login-wrapper,
body.tablet .profile-wrapper {
  width: 49%;
}
body.tablet footer #bottom-menu-2 {
  width: 96%;
  margin: 0 2%;
}
body.tablet footer .footer-copyright {
  right: 2%;
}
body.mobile {
  padding: 0 10px;
  width: auto;
}
body.mobile .editor * {
  font-size: 16px;
  line-height: 25px;
}
body.mobile .m-hide {
  display: none !important;
}
body.mobile .header-wrapper {
  margin-bottom: 33px;
}
body.mobile .slider-preivew {
  width: 100%;
  margin: 15px 0 30px;
}
body.mobile footer {
  height: 300px;
}
body.mobile footer #bottom-menu {
  border-bottom: 1px solid #DCDCDC;
  padding-bottom: 33px;
}
body.mobile footer #bottom-menu li a {
  font-size: 16px;
}
body.mobile footer #bottom-menu li.m-line-break {
  display: block;
  border: 0 none;
  height: 20px;
  background-color: transparent;
}
body.mobile footer #bottom-menu li.social a {
  margin: 0 6px;
}
body.mobile footer #bottom-menu li.social a img {
  max-width: 46px;
}
body.mobile footer #bottom-menu-2 {
  text-align: center;
  bottom: 68px;
}
body.mobile footer .footer-copyright {
  bottom: 30px;
  width: 100%;
  text-align: center;
}
body.mobile .product-share {
  position: relative;
}
body.mobile .product-share .icon a {
  width: 36px;
  height: 36px;
  margin: 0 25px;
  background-image: url(img/mobile_production.png);
}
body.mobile .product-share .icon a.facebook {
  background-position: -109px -335px;
}
body.mobile .product-share .icon a.twitter {
  background-position: -155px -335px;
}
body.mobile .product-share .icon a.sina {
  background-position: -202px -335px;
}
body.mobile .product-share .icon a.pinterest {
  background-position: -251px -335px;
}
body.mobile #content {
  min-height: auto;
}
body.mobile #content .content-page #submenu {
  width: 100%;
}
body.mobile #content .content-page #submenu li {
  width: auto;
  clear: none;
}
body.mobile #content .content-page #submenu li.col1 {
  width: 37%;
}
body.mobile #content .content-page #submenu li.col2 {
  width: 30%;
}
body.mobile #content .content-page #submenu li.col3 {
  width: 33%;
}
body.mobile #content .content-page #submenu li a {
  font-size: 16px;
}
body.mobile #content .content-page .content-subpage {
  clear: both;
  float: left;
  width: 100%;
  margin-top: 30px;
}
body.mobile #content .content-page .content-subpage .content-title {
  margin-bottom: 30px;
}
body.mobile .login-wrapper,
body.mobile .profile-wrapper,
body.mobile .register-wrapper {
  margin-bottom: 20px;
  width: 100%;
}
body.mobile .login-wrapper .login-container,
body.mobile .login-wrapper .profile-wrapper-container,
body.mobile .profile-wrapper .login-container,
body.mobile .profile-wrapper .profile-wrapper-container,
body.mobile .register-wrapper .login-container,
body.mobile .register-wrapper .profile-wrapper-container {
  padding-bottom: 60px;
}
body.mobile .login-wrapper .login-container.login-non-register,
body.mobile .login-wrapper .profile-wrapper-container.login-non-register,
body.mobile .profile-wrapper .login-container.login-non-register,
body.mobile .profile-wrapper .profile-wrapper-container.login-non-register,
body.mobile .register-wrapper .login-container.login-non-register,
body.mobile .register-wrapper .profile-wrapper-container.login-non-register {
  padding-bottom: 100px;
}
body.mobile .login-wrapper .login-container.login-non-register .button,
body.mobile .login-wrapper .profile-wrapper-container.login-non-register .button,
body.mobile .profile-wrapper .login-container.login-non-register .button,
body.mobile .profile-wrapper .profile-wrapper-container.login-non-register .button,
body.mobile .register-wrapper .login-container.login-non-register .button,
body.mobile .register-wrapper .profile-wrapper-container.login-non-register .button {
  margin-top: 0;
}
body.mobile .login-wrapper .login-container *,
body.mobile .login-wrapper .profile-wrapper-container *,
body.mobile .profile-wrapper .login-container *,
body.mobile .profile-wrapper .profile-wrapper-container *,
body.mobile .register-wrapper .login-container *,
body.mobile .register-wrapper .profile-wrapper-container * {
  font-size: 16px;
}
body.mobile .login-wrapper .login-container h1,
body.mobile .login-wrapper .profile-wrapper-container h1,
body.mobile .profile-wrapper .login-container h1,
body.mobile .profile-wrapper .profile-wrapper-container h1,
body.mobile .register-wrapper .login-container h1,
body.mobile .register-wrapper .profile-wrapper-container h1 {
  font-size: 18px;
}
body.mobile .login-wrapper .form,
body.mobile .profile-wrapper .form,
body.mobile .register-wrapper .form {
  padding: 10px 0;
  min-height: auto;
}
body.mobile .login-wrapper .form .row,
body.mobile .profile-wrapper .form .row,
body.mobile .register-wrapper .form .row {
  padding: 10px 0;
}
body.mobile .login-wrapper .form .row .text,
body.mobile .profile-wrapper .form .row .text,
body.mobile .register-wrapper .form .row .text {
  height: 34px;
  line-height: 34px;
}
body.mobile .login-wrapper .form .row .select,
body.mobile .profile-wrapper .form .row .select,
body.mobile .register-wrapper .form .row .select {
  height: 34px;
  line-height: 34px;
}
body.mobile .login-wrapper .form .row .select .select-input,
body.mobile .profile-wrapper .form .row .select .select-input,
body.mobile .register-wrapper .form .row .select .select-input {
  background-image: url(img/arrow10.png);
  height: 34px;
}
body.mobile .login-wrapper .form .row .select .select-container,
body.mobile .profile-wrapper .form .row .select .select-container,
body.mobile .register-wrapper .form .row .select .select-container {
  top: 34px;
}
body.mobile .login-wrapper .button,
body.mobile .profile-wrapper .button,
body.mobile .register-wrapper .button {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 1px;
  margin-top: 0;
}
body.mobile .login-wrapper .button button,
body.mobile .login-wrapper .button a,
body.mobile .profile-wrapper .button button,
body.mobile .profile-wrapper .button a,
body.mobile .register-wrapper .button button,
body.mobile .register-wrapper .button a {
  height: 51px;
  width: 100%;
  font-size: 18px;
}
body.mobile .login-wrapper .button a,
body.mobile .profile-wrapper .button a,
body.mobile .register-wrapper .button a {
  line-height: 51px;
}
#container {
  max-width: 960px;
  margin: auto;
}
#m-menu {
  position: fixed;
  z-index: 200;
  width: 328px;
  height: 100%;
  right: -328px;
  top: 0;
  background-color: #FFFFFF;
}
#m-menu .m-menu-trigger {
  top: 37px;
  left: 22px;
  right: auto;
}
#m-menu .member-info {
  position: absolute;
  right: 10px;
  top: 38px;
  text-align: right;
}
#m-menu .member-info p {
  font-size: 16px;
}
#m-menu .m-menu-wrapper {
  margin-top: 109px;
  padding: 0 11px;
}
#m-menu .m-menu-wrapper .row {
  padding: 3px 0;
  line-height: 45px;
}
#m-menu .m-menu-wrapper .row * {
  font-size: 18px;
  color: #535353;
}
#m-menu .m-menu-wrapper .search {
  border: 1px solid #ebebeb;
}
#m-menu .m-menu-wrapper .search form > * {
  display: inline-block;
  vertical-align: middle;
}
#m-menu .m-menu-wrapper .search input {
  border: 0 none;
  color: #3c3c3c;
  width: 190px;
  margin-left: 49px;
  background-color: transparent;
}
#m-menu .m-menu-wrapper .search button {
  width: 45px;
  height: 45px;
  border: 0 none;
  background: url(img/mobile_production.png) no-repeat -495px -169px;
}
#m-menu .m-menu-wrapper .currency form > * {
  display: inline-block;
  vertical-align: middle;
}
#m-menu .m-menu-wrapper .currency label {
  width: 108px;
}
#m-menu .m-menu-wrapper .currency .select {
  height: 45px;
  line-height: 43px;
  width: 198px;
}
#m-menu .m-menu-wrapper .currency .select * {
  color: #929292;
}
#m-menu .m-menu-wrapper .currency .select .select-input {
  display: block;
  height: 43px;
  border: 1px solid #ebebeb;
  width: auto;
  background-position: 180px center;
  padding: 0 20px;
}
#m-menu .m-menu-wrapper .currency .select .select-container {
  width: 99%;
  top: 44px;
}
#m-menu .m-menu-wrapper .currency .select .select-container div {
  padding: 0 20px;
}
#m-menu .m-menu-wrapper .control {
  text-align: justify;
  max-height: 60px;
}
#m-menu .m-menu-wrapper .control a {
  display: inline-block;
  vertical-align: top;
  width: 48%;
  border: 1px solid #ebebeb;
  text-align: center;
}
#m-menu .m-menu-wrapper #top-menu ul li,
#m-menu .m-menu-wrapper #middle-menu ul li {
  list-style: none;
  padding: 16px 0;
  text-align: right;
}
#m-menu .m-menu-wrapper #top-menu ul li a,
#m-menu .m-menu-wrapper #middle-menu ul li a {
  color: #3d3d3d;
  font-size: 20px;
}
#m-menu .m-menu-wrapper .divide {
  background: url(img/border20.png) no-repeat right top;
  height: 2px;
}
header,
#content,
footer {
  width: 100%;
  float: left;
  clear: both;
  position: relative;
}
header .header-wrapper {
  width: 100%;
  margin: 0 auto;
  padding-top: 33px;
  position: relative;
}
header .currency {
  position: absolute;
  left: 0;
  top: 14px;
}
header .currency label {
  margin-right: 9px;
  float: left;
  line-height: 20px;
}
header .logo {
  display: block;
  width: 301px;
  margin: 0 auto;
}
header .login,
header .logout,
header .cart {
  position: absolute;
  top: 20px;
}
header .login.selected,
header .login:hover,
header .logout.selected,
header .logout:hover,
header .cart.selected,
header .cart:hover {
  color: #b1b1b1;
}
header .login,
header .logout {
  right: 70px;
}
header .cart {
  right: 0;
}
header .cart span {
  display: inline;
  text-align: center;
  color: #b1b1b1;
}
header .cart-wrapper {
  display: none;
  height: 104px;
  position: absolute;
  right: 0;
  top: 54px;
  width: 245px;
  z-index: 1;
  background: url(img/border12.png) no-repeat;
}
header .cart-wrapper .cart-container {
  clear: both;
  float: left;
}
header .cart-wrapper .cart-container img {
  float: left;
  margin: 6px;
}
header .cart-wrapper .cart-container .cart-info {
  float: left;
  width: 172px;
  padding-top: 11px;
  margin-left: 2px;
}
header .cart-wrapper .cart-container .cart-info * {
  clear: both;
  float: left;
  width: 100%;
}
header .cart-wrapper .cart-container .cart-info h1 {
  font-weight: normal;
  line-height: 16px;
  max-height: 32px;
  overflow: hidden;
}
header .cart-wrapper .cart-container .cart-info p {
  color: #6e6e6e;
  line-height: 16px;
  margin-top: 3px;
}
header .cart-wrapper .cart-container .cart-info .checkout {
  width: 96px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  font-size: 13px;
  color: #ffffff;
  margin-top: 6px;
  background-color: #262626;
}
header .cart-wrapper .close {
  bottom: 5px;
  cursor: pointer;
  position: absolute;
  right: 4px;
}
header .member-info {
  position: absolute;
  top: 0;
  right: 25px;
}
header .member-info p {
  color: #a7a7a7;
}
header .search {
  position: absolute;
  left: 0;
  top: 15px;
  width: 140px;
  height: 23px;
  border: 1px solid #ebebeb;
}
header .search * {
  vertical-align: middle;
}
header .search input {
  border: none;
  width: 96px;
  padding: 0 4px 0 10px;
  height: 21px;
  line-height: 21px;
  background: transparent;
}
header .search button {
  border: none;
  background: url(img/element.png) no-repeat -161px -212px;
  width: 20px;
  height: 23px;
  cursor: pointer;
}
header #top-menu {
  border-top: 1px solid #e7e7e8;
  padding: 9px 0;
  text-align: justify;
  margin-top: 36px;
  width: 100%;
}
header #top-menu * {
  display: inline-block;
  vertical-align: middle;
}
header #top-menu a {
  margin: 0 4%;
  font-size: 15px;
  max-width: 19%;
}
header #top-menu a.selected,
header #top-menu a:hover {
  color: #b1b1b1;
}
header #middle-menu {
  text-align: center;
  width: 100%;
  margin-top: -16px;
  background: url(img/line1.png) repeat-x center center;
  border-top: 1px solid #e7e7e8;
  padding-top: 9px;
}
header #middle-menu ul {
  position: relative;
  top: -3px;
  display: inline-block;
  background-color: #ffffff;
}
header #middle-menu ul * {
  vertical-align: middle;
}
header #middle-menu ul li {
  list-style: none;
  margin: 0 25px;
  display: inline-block;
  vertical-align: middle;
}
header #middle-menu ul li.divide {
  margin: 0;
  width: 1px;
  height: 12px;
  background-color: #e7e7e8;
  border-right: 1px solid #f8f8f8;
}
header #middle-menu ul li a.selected,
header #middle-menu ul li a:hover {
  color: #b1b1b1;
}
.m-menu-trigger {
  width: 68px;
  height: 43px;
  background: url(img/mobile_production.png) no-repeat -95px -74px;
  position: absolute;
  top: 37px;
  right: 14px;
  z-index: 1;
}
#content {
  min-height: 500px;
}
#content .content-page {
  clear: both;
  float: left;
  width: 100%;
  margin-top: 27px;
  position: relative;
}
#content .content-page .content-title {
  clear: both;
  float: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  font-weight: normal;
  font-size: 22px;
  margin-bottom: 11px;
  font-weight: 300;
}
#content .content-page .content-editor {
  clear: both;
  float: left;
  width: 100%;
}
#content .content-page #submenu {
  float: left;
  width: 19%;
  margin-right: 1%;
  margin-top: 1px;
}
#content .content-page #submenu li {
  clear: both;
  float: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  list-style: none;
  margin-top: 6px;
}
#content .content-page #submenu li a.selected,
#content .content-page #submenu li a:hover {
  font-weight: bold;
}
#content .content-page .content-subpage {
  float: left;
  width: 80%;
}
#content .content-page .ajax-load {
  clear: both;
  float: left;
  display: none;
  width: 100%;
  height: 45px;
  background: url(img/ajax-loader.gif) no-repeat center center;
}
footer {
  background: url(img/bg-footer.png) no-repeat center 24px;
  height: 180px;
  margin-top: 7px;
}
footer #bottom-menu {
  left: 0;
  position: absolute;
  text-align: center;
  top: 73px;
  width: 100%;
}
footer #bottom-menu * {
  vertical-align: middle;
}
footer #bottom-menu li {
  list-style: none;
  margin: 0 48px;
  display: inline-block;
}
footer #bottom-menu li.divide {
  margin: 0;
  width: 1px;
  height: 12px;
  background-color: #e7e7e8;
  border-right: 1px solid #f8f8f8;
}
footer #bottom-menu li.social {
  margin: 0 39px;
}
footer #bottom-menu li.social a {
  margin: 0 2px;
}
footer #bottom-menu li.social a img {
  max-width: 24px;
  height: auto;
}
footer #bottom-menu li a {
  font-size: 14px;
  color: #3d3d3d;
}
footer #bottom-menu-2 {
  left: 0;
  position: absolute;
  bottom: 18px;
  width: 100%;
}
footer #bottom-menu-2 * {
  vertical-align: middle;
}
footer #bottom-menu-2 li {
  list-style: none;
  display: inline-block;
}
footer #bottom-menu-2 li.divide {
  margin: 0 15px;
  width: 1px;
  height: 12px;
  background-color: #f1f1f1;
  border-right: 1px solid #969696;
}
footer #bottom-menu-2 li a {
  color: #828282;
}
footer .footer-copyright {
  position: absolute;
  right: 0;
  bottom: 18px;
  color: #828282;
}
.select {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  line-height: 21px;
  background-color: #ffffff;
}
.select.short .select-input {
  background: url(img/arrow1.png) no-repeat 48px 7px;
  width: 32px;
  color: #000000;
}
.select.short .select-container {
  min-width: 59px;
}
.select.short .select-container div {
  min-width: 32px;
}
.select.middle .select-input {
  background: url(img/arrow1.png) no-repeat 120px 7px;
  width: 104px;
}
.select.middle .select-container {
  min-width: 131px;
}
.select.middle .select-container div {
  min-width: 104px;
}
.select.middle2 .select-input {
  background: url(img/arrow1.png) no-repeat 77px 7px;
  width: 61px;
  color: #000000;
}
.select.middle2 .select-container {
  min-width: 88px;
}
.select.middle2 .select-container div {
  min-width: 61px;
}
.select.long .select-input {
  background: url(img/arrow1.png) no-repeat 155px 7px;
  width: 144px;
}
.select.long .select-container {
  min-width: 171px;
}
.select.long .select-container div {
  min-width: 144px;
}
.select .select-input {
  background: url(img/arrow1.png) no-repeat 60px 7px;
  width: 49px;
  padding: 0 20px 0 7px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  height: 21px;
  border: 1px solid #ebebeb;
}
.select .select-input img {
  margin-bottom: 3px;
}
.select .select-container {
  display: none;
  position: absolute;
  left: 0;
  top: 22px;
  background-color: #ffffff;
  min-width: 76px;
  z-index: 1;
  border: 1px solid #ebebeb;
  max-height: 150px;
  overflow-x: hidden;
  overflow-y: auto;
}
.select .select-container div {
  padding: 0 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 49px;
}
.select .select-container div:hover {
  background-color: #cccccc;
  color: #ffffff;
}
.select .select-container div.disabled,
.select .select-container div.disabled:hover {
  background-color: #ffffff;
  color: #cccccc;
}
.select .select-container div img {
  margin-bottom: 3px;
}
.select.select-fix {
  position: relative;
}
.no-result {
  clear: both;
  float: left;
  color: #ff0000;
  font-size: 18px;
  line-height: 300px;
  text-align: center;
  width: 100%;
}
.back {
  background-color: #efefef;
  color: #818181;
  font-size: 13px;
  height: 21px;
  line-height: 21px;
  position: absolute;
  right: 2px;
  text-align: center;
  top: 3px;
  width: 78px;
}
.back.bottom {
  top: auto;
  bottom: 0;
}
.m-back {
  clear: both;
  float: left;
  width: 100%;
  text-align: right;
}
.m-back a {
  display: inline-block;
  height: 45px;
  width: 106px;
  float: right;
  line-height: 45px;
  font-size: 18px;
  color: #818181;
  background-color: #efefef;
  text-align: center;
}
.error {
  background-color: #FFEDEC !important;
}
.pager {
  position: absolute;
  top: 13px;
  right: 0;
}
.pager.bottom {
  top: auto;
  bottom: 0;
}
.pager li {
  float: left;
  list-style: none;
  margin: 0 13px;
}
.pager li a {
  display: block;
  color: #828282;
  font-size: 11px;
  line-height: 12px;
}
.pager li a.selected,
.pager li a:hover {
  color: #3d3d3d;
}
.pager li a.prev,
.pager li a.next {
  width: 4px;
  height: 11px;
  background-image: url(img/arrow5.png);
  background-repeat: no-repeat;
  background-position: left center;
}
.pager li a.next {
  background-position: right center;
}
.line {
  text-decoration: line-through;
}
.discount {
  color: #ff0000;
  margin-left: 10px;
}
.slider-preivew {
  width: 50%;
  float: left;
  margin-right: 2%;
  position: relative;
}
.slider-preivew .enlarge img,
.slider-preivew .enlarge iframe {
  border: 1px solid #e7e7e8;
}
.slider-preivew img {
  height: auto;
  width: 100%;
}
.slider-preivew .slider-wrapper {
  clear: both;
  float: left;
  margin-top: 10px;
  overflow: hidden;
  text-align: justify;
  width: 100%;
}
.slider-preivew .slider-wrapper div {
  width: 100%;
}
.slider-preivew .slider-wrapper div.last {
  text-align: left;
}
.slider-preivew .slider-wrapper div.last a {
  margin-right: 3%;
}
.slider-preivew .slider-wrapper div.last .fix {
  display: none;
}
.slider-preivew .slider-wrapper div a {
  display: inline-block;
  vertical-align: top;
  width: 31%;
  border: 1px solid #e7e7e8;
}
.slider-preivew .slider-wrapper div a.selected span {
  border: 3px solid #e7e7e8;
  display: block;
}
.slider-preivew #slider-control {
  clear: both;
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 20px;
}
.slider-preivew #slider-control a {
  display: inline-block;
  background-image: url(img/element.png);
  background-repeat: no-repeat;
  background-position: -195px -261px;
  width: 12px;
  height: 12px;
  margin: 0 6px;
}
.slider-preivew #slider-control a.cycle-pager-active {
  background-position: -171px -261px;
}
.product-share {
  position: relative;
  line-height: 23px;
}
.product-share .icon {
  position: absolute;
  top: 0;
  right: 0;
}
.product-share .icon a {
  float: left;
  width: 24px;
  height: 23px;
  margin: 0 4px;
  background-image: url(img/element.png);
  background-repeat: no-repeat;
}
.product-share .icon a.facebook {
  background-position: -427px -233px;
}
.product-share .icon a.twitter {
  background-position: -457px -232px;
}
.product-share .icon a.sina {
  background-position: -519px -233px;
}
.product-share .icon a.pinterest {
  background-position: -549px -233px;
}
.fix {
  display: inline-block;
  width: 100%;
  height: 0;
}
.login-wrapper,
.profile-wrapper {
  display: inline-block;
  vertical-align: top;
  width: 30%;
  text-align: left;
  margin-bottom: 30px;
}
.login-wrapper > *,
.profile-wrapper > * {
  display: inline-block;
  vertical-align: middle;
}
.login-wrapper .login-container,
.login-wrapper .profile-wrapper-container,
.profile-wrapper .login-container,
.profile-wrapper .profile-wrapper-container {
  display: block;
  background: url(img/border-middle.png) repeat-y right top;
  padding: 3%;
  position: relative;
}
.login-wrapper .login-container.login-non-register .button,
.login-wrapper .profile-wrapper-container.login-non-register .button,
.profile-wrapper .login-container.login-non-register .button,
.profile-wrapper .profile-wrapper-container.login-non-register .button {
  margin-top: 46px;
}
.login-wrapper .login-container-bottom,
.login-wrapper .profile-wrapper-container-bottom,
.profile-wrapper .login-container-bottom,
.profile-wrapper .profile-wrapper-container-bottom {
  display: block;
  background: url(img/border-bottom.png) no-repeat right top;
  height: 2px;
  padding: 0 11px;
}
.login-wrapper form,
.profile-wrapper form {
  display: block;
}
.login-wrapper h1,
.profile-wrapper h1 {
  display: block;
  border-bottom: 1px solid #000000;
  color: #000000;
  font-size: 18px;
  font-weight: normal;
  margin: 2px 0 17px;
  padding-bottom: 13px;
  text-align: center;
}
.login-wrapper h2,
.profile-wrapper h2 {
  color: #262626;
  display: block;
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
  margin: 37px 0 24px;
  text-align: center;
}
.login-wrapper p,
.profile-wrapper p {
  display: block;
  line-height: 18px;
  color: #757575;
  text-align: center;
}
.login-wrapper .form,
.profile-wrapper .form {
  display: block;
  border-bottom: 1px solid #e1e1e1;
  border-top: 1px solid #e1e1e1;
  margin: 16px 0;
  min-height: 83px;
  line-height: 80px;
  white-space: nowrap;
}
.login-wrapper .form > *,
.profile-wrapper .form > * {
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
}
.login-wrapper .form .form-wrapper,
.profile-wrapper .form .form-wrapper {
  line-height: normal;
  width: 100%;
}
.login-wrapper .form .form-fix,
.profile-wrapper .form .form-fix {
  width: 0;
  height: 100%;
}
.login-wrapper .form p,
.profile-wrapper .form p {
  margin-bottom: 10px;
}
.login-wrapper .form .row,
.profile-wrapper .form .row {
  display: block;
  padding: 2px 0;
  width: 100%;
}
.login-wrapper .form .row > *,
.profile-wrapper .form .row > * {
  display: inline-block;
  vertical-align: middle;
}
.login-wrapper .form .row .label,
.profile-wrapper .form .row .label {
  width: 23%;
  margin-right: 2%;
  word-wrap: break-word;
  white-space: normal;
}
.login-wrapper .form .row .text,
.profile-wrapper .form .row .text {
  width: 53%;
  height: 23px;
  line-height: 23px;
  border: 1px solid #ebebeb;
  background-color: #ffffff;
  padding: 0 2%;
}
.login-wrapper .form .row .text.short,
.profile-wrapper .form .row .text.short {
  width: 13%;
  text-align: center;
  padding: 0;
  margin-right: 4px;
}
.login-wrapper .form .row .text.date,
.profile-wrapper .form .row .text.date {
  width: 47%;
}
.login-wrapper .form .row .text.long,
.profile-wrapper .form .row .text.long {
  width: 70%;
}
.login-wrapper .form .row .text.disabled,
.profile-wrapper .form .row .text.disabled {
  background-color: #E1E1E1;
  color: #AAAAAA;
}
.login-wrapper .form .row .ui-datepicker-trigger,
.profile-wrapper .form .row .ui-datepicker-trigger {
  padding: 4px 3px;
  margin-left: 5px;
  cursor: pointer;
}
.login-wrapper .form .row .select,
.profile-wrapper .form .row .select {
  width: 57%;
  height: 23px;
  line-height: 23px;
}
.login-wrapper .form .row .select .select-input,
.profile-wrapper .form .row .select .select-input {
  width: auto;
  display: block;
  height: 23px;
  background: url(img/arrow9.png) no-repeat right center;
}
.login-wrapper .form .row .select .select-container,
.profile-wrapper .form .row .select .select-container {
  width: 99%;
  top: 23px;
}
.login-wrapper .button,
.profile-wrapper .button {
  display: block;
  margin-top: 39px;
  text-align: center;
}
.login-wrapper .button button,
.login-wrapper .button a,
.profile-wrapper .button button,
.profile-wrapper .button a {
  width: 150px;
  height: 33px;
  cursor: pointer;
  color: #ffffff;
  font-size: 15px;
  background-color: #262626;
}
.login-wrapper .button a,
.profile-wrapper .button a {
  display: inline-block;
  line-height: 33px;
}
.profile-wrapper {
  width: 49%;
}
.profile-wrapper .form {
  min-height: auto;
  line-height: normal;
  margin: 0;
  border: 0 none;
}
.select .select-container div {
  display: block !important;
}
