@media all {
  html, body {
    direction: ltr !important; /* mark important to avoid being overriden by standard.css */
    height: 100%;
  }

  body,div,p,blockquote,ol,ul,dl,li,dt,dd,td,th {
    font-family: arial, helvetica, sans-serif;
  }

  body {
    padding: 0;
    margin: 0;
    background-image: url(../img/errorGradient.png);
    background-position: -1000px -1000px;
    background-repeat: no-repeat;
  }

  h2, .title {
    font-size: 1.25em;
    font-weight: bold;
    padding: 0 0 0 1.1em;
  }

  .gwt-Button {
    white-space: nowrap;
  }
  .gwt-GlassPanel {
    z-index: 9998;
  }
  .gwt-DialogBox {
    z-index: 9999;
  }

  .gwt-DialogBox .link {
    line-height: 26px;
  }

  .link,
  .link:hover,
  .link:visited {
    cursor: pointer;
    color: #007fcf;
    text-decoration: none;
  }

  .add-button {
    background: transparent url('../images/plus.png') no-repeat left center;
    padding-left: 15px;
    font-weight: bold;
    zoom: 1; /* IE6/7 needs this to apply padding to the correct side in RTL. */
  }

  .hint-text {
    color: #797979 !important;
    font-style: italic !important;
  }

  .tooltips-text {
    color: #797979;
    font-size: 12px;
    padding-left: 2px;
  }

  .clear {
    clear: both;
  }

  .goog-button-base-content {
    line-height: 24px !important;
    font-size: 13px;
  }

  .gux-table-pagination .goog-button-base-content {
    line-height: 1.4em !important;
    font-size: 12px;
  }

  .item-editor-panel .goog-button-base-content,
  .pagestable-row .goog-button-base-content {
    line-height: 1.7em !important;
    font-size: 12px;
  }

  .goog-button-base.goog-inline-block.goog-button {
    *display: inline;
    zoom: 1;
  }

  /************** Common *************/
  /* Please also update common.CssConstants.java*/

  .text-italic {
    font-style: italic;
  }

  .text-bold {
    font-style: bold;
  }

  .text-example {
    color: #666;
  }

  /************** Header *************/

  .appTitle div {
    font-size: 190%;
    margin: 5px 0 0 15px;
    color: #3a5fb2;
  }

  .appTitle .gwt-Image {
    /* The height value refers to the height of image added in AppTitle.java */
    height: 30px;
  }

  /************** authentication bar *************/

  .webstore-authenticationbar {
    margin: 8px 8px 0 0;
  }

  .webstore-authenticationbar-email {
    font-weight: bold;
  }

  .webstore-authenticationbar-separator {
    margin: 0 4px;
    display: inline;
  }

  .webstore-authenticationbar-signinout {
    text-decoration: underline;
    color: #00a !important;
    cursor: pointer;
  }

  .webstore-authenticationbar a,
  .webstore-authenticationbar a:visited {
    color: #00a;
    text-decoration: underline;
    cursor: pointer;
  }

  .webstore-authenticationbar .chat-online-icon {
    padding: 0 2px;
  }

  .webstore-authenticationbar .phone-number-panel {
    display: inline;
  }

  .webstore-authenticationbar .phone-number-icon {
    margin: 0 0 -2px 4px;
  }

  /************** header *************/

  .webstore-main-header {
    background-color: white;
    width: 100%;
    padding-bottom: 3px;
    border-bottom: 1px #ddd solid;
    padding-top: 10px;
  }

  .webstore-header-title {
    padding: 0 0 0 10px;
  }

  .webstore-header-title,
  .webstore-header-site-link {
    float: left;
  }

  .webstore-header-site-link {
    padding-top: 15px;
    padding-left: 5px;
  }

  /* layout of authbar within the header */
  .webstore-header-authbar {
    float: right;
  }

  .webstore-header-bottom-decorator {
    clear: both;
  }

  /************** Richtext editor *************/

  .richtext-toobar {
    padding: 2px 0 0 2px;
  }

  .richtext-toolbar-row-section {
    padding: 0 4px 4px 0
  }

  .richtext-toolbar-row-section .gwt-ToggleButton-up,
  .richtext-toolbar-row-section .gwt-ToggleButton-up-hovering,
  .richtext-toolbar-row-section .gwt-ToggleButton-down,
  .richtext-toolbar-row-section .gwt-ToggleButton-down-hovering,
  .richtext-toolbar-row-section .gwt-PushButton-up,
  .richtext-toolbar-row-section .gwt-PushButton-up-hovering,
  .richtext-toolbar-row-section .gwt-PushButton-down,
  .richtext-toolbar-row-section .gwt-PushButton-down-hovering {
    background: none;
    border: none;
    padding: 0 2px;
  }

  .richtext-toolbar-row-section .gwt-ToggleButton-up,
  .richtext-toolbar-row-section .gwt-PushButton-up {
    margin: 1px; /** to make up for border 1px when mouse over */
  }

  .richtext-toolbar-row-section .gwt-ToggleButton-down,
  .richtext-toolbar-row-section .gwt-ToggleButton-down-hovering,
  .richtext-toolbar-row-section .gwt-PushButton-down,
  .richtext-toolbar-row-section .gwt-PushButton-down-hovering {
    background-color: #e8f1ff;
    border: 1px inset #ccc;
  }

  .richtext-toolbar-row-section .gwt-ToggleButton-up-hovering,
  .richtext-toolbar-row-section .gwt-PushButton-up-hovering {
    border: 1px outset #ccc;
  }

  .richtext-toolbar-row-section .toolbar-addimage,
  .richtext-toolbar-row-section .toolbar-addvideo,
  .richtext-toolbar-row-section .toolbar-addcalendar,
  .richtext-toolbar-row-section .toolbar-addfile {
    margin: 2px;
  }

  .richtext-toolbar-row-section .gwt-ListBox {
    font-size: 16px !important;
  }

  /************** Main Tab Screen *************/

  .gwt-DecoratedTabBar {
    background-color: #8aaede;
    padding: 8px 0 0 0;
  }

  .webstore-tab-bar-area {
    background-color: #8aaede;
    padding: 8px 0 0 0;
    zoom: 1;
  }

  .webstore-tab-bar-area .gwt-DecoratedTabBar {
    padding: 0;
  }

  .gwt-DecoratedTabPanel {
    width: 100%;
  }

  .gwt-TabPanelBottom {
    width: 100%;
    margin: 0;
    padding: 0 !important;
    background-color: #ededf0;
    border-width: 0 !important;
  }

  /* Tab bar */
  .gwt-TabBar .gwt-TabBarItem {
    margin-left: 6px;
    padding: 3px 6px 3px 6px;
    cursor: pointer;
    color: black;
    font-weight: bold;
    text-align: center;
    background: #5e85c4 !important;
  }

  .gwt-TabBar .gwt-TabBarItem-selected {
    cursor: default;
    background: #ededf0 !important;
  }

  .gwt-TabPanelBottom {
    border-color: #ededf0 !important;
    border-style: solid;
    border-width: 3px 2px 2px;
    overflow: hidden;
    padding: 6px;
  }

  .gwt-DecoratedTabBar .tabTopCenter {
    padding: 0px;
    background: #5e85c4 !important;
  }

  .gwt-DecoratedTabBar .tabTopLeft {
    background: url(../images/corner.png) no-repeat 0px -55px !important;
    -background: url(../images/corner_ie6.png) no-repeat 0px -55px !important;
  }

  .gwt-DecoratedTabBar .tabTopRight {
    background: url(../images/corner.png) no-repeat -6px -55px !important;
    -background: url(../images/corner_ie6.png) no-repeat -6px -55px !important;
   }

  .gwt-DecoratedTabBar .tabMiddleLeft,
  .gwt-DecoratedTabBar .tabMiddleRight {
    width: 6px;
    padding: 0px;
    background: #5e85c4 !important;
  }

  .gwt-DecoratedTabBar .tabMiddleCenter {
    padding: 0px 4px 4px 4px !important;
    cursor: pointer;
    color: #c6d8f5 !important;
    font-weight: bold;
    text-align: center;
    background: #5e85c4 !important;
  }

  .gwt-DecoratedTabBar .gwt-TabBarItem-selected .tabTopCenter {
    color: black !important;
    background: #ededf0 !important;
  }

  .gwt-DecoratedTabBar .gwt-TabBarItem-selected .tabTopLeft {
    background-position: 0px -61px  !important;
  }

  .gwt-DecoratedTabBar .gwt-TabBarItem-selected .tabTopRight {
    background-position: -6px -61px  !important;
  }

  .gwt-DecoratedTabBar .gwt-TabBarItem-selected .tabMiddleLeft,
  .gwt-DecoratedTabBar .gwt-TabBarItem-selected .tabMiddleRight {
    background: #ededf0 !important;
  }

  .gwt-DecoratedTabBar .gwt-TabBarItem-selected .tabMiddleCenter {
    cursor: default;
    color: black !important;
    background: #ededf0 !important;
  }

  .webstore-tab-bar-area .tab-bar-wrapper {
    display: inline;
    float: left;
  }

  .webstore-tab-bar-area .gwt-TabBarRest-wrapper {
    width: auto !important;
  }

  /** store status setting in tab bar */
  .webstore-tab-bar-area .store-status-setting {
    color: white;
    display: inline;
    font-weight: bold;
    margin: 0 0 0 15px;
  }

  .webstore-tab-bar-area .store-status-panel {
    background-color: #e7991d;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    cursor: pointer;
    display: inline;
    padding: 1px 2px 4px 5px;
  }

  .webstore-tab-bar-area .store-status-panel.public-status {
    background-color: #519358;
  }

  .webstore-tab-bar-area .store-status-panel img {
    vertical-align: middle;
    padding: 0 3px 3px 0;
  }

  .webstore-tab-bar-area .store-status-setting .separator {
    margin: 0 1px;
  }
  .webstore-tab-bar-area .store-status-setting .goog-button-base-content {
    line-height: 1.7em !important;
    font-size: 12px;
  }

  .webstore-tab-bar-area .store-status-setting .loading-animation {
    display: inline;
    padding-left: 6px;
  }

  .webstore-status-tips .link {
    color: #457bd3;
  }

  .webstore-tab-bar-area .view-site-panel {
    display: inline;
    cursor: pointer;
  }

  .webstore-tab-bar-area .view-site-link {
    text-decoration: underline;
  }

  .webstore-tab-bar-area .view-site-icon {
    margin-left: 1px;
  }

  .webstore-tab-bar-area .tab-bar-area-bottom {
    clear: both;
  }

  .preview-frame .gwt-Frame {
    border: 1px solid #bbb;
  }

  /* Avoid being overriden by standard.css */
  .webstore-html,
  .webstore-html td,
  .webstore-html select {
    font-size: medium;
  }

  .loading-animation {
    z-index: 1;
    position: absolute;
  }

  /* split panel dragger */
  .webstore-admin-main .gwt-SplitLayoutPanel-HDragger {
    background-color: #ecedf0 !important;
    background-image: none !important;
  }

  /************** Sign up landing page & Wizard form  *************/

  .webstore-signup-main .appTitle {
    padding: 10px 0 0 10px;
  }

  .webstore-signup-main .webstore-header-title .appTitle {
    padding: 0;
  }

  .webstore-signup-panel {
    color: #3d3d3d;
  }

  .webstore-signup-gxbo-logo {
    display: block;
    padding: 10px 0;
  }

  .webstore-signup-header-description {
    display: block;
    padding: 10px 0;
    font-size: 1.4em;
  }

  .webstore-signup-header-description-highlight {
    color: #f52620;
  }

  .webstore-signup-panel .webstore-subdomain-selection {
    padding: 30px;
    border: 1px solid #f4f4f4;
  }

  .webstore-subdomain-selection .subdomain-instruction {
    font-size: 1.2em;
    padding-bottom: .8em;
  }

  .webstore-subdomain-selection .subdomain-reseller-domain {
    padding-right: 1em;
    font-weight: bold;
  }

  .webstore-subdomain-selection .subdomain-note {
    padding-bottom: 1em;
    font-size: .9em;
    font-style: italic;
  }

  .webstore-subdomain-selection .subdomain-message {
    color: green;
    margin-top: 5px;
  }

  .webstore-subdomain-selection .subdomain-message.error {
    color: red;
  }

  .webstore-subdomain-selection .subdomain-loading-icon,
  .webstore-signup-panel .signup-loading-icon {
    display: inline;
    position: relative;
  }

  .webstore-subdomain-selection .subdomain-loading-icon .loading-animation,
  .webstore-signup-panel .signup-loading-icon .loading-animation {
    left: 6px;
    top: 0;
  }

  .webstore-signup-main .webstore-setup-form {
    margin-top: 15px;
    padding-left: 35px;
  }

  .webstore-signup-main .webstore-setup-form,
  .webstore-signup-main .webstore-setup-form table td {
    font-size: 14px;
  }

  .webstore-signup-info {
    padding-top: 15px;
  }

  .webstore-signup-info .logo {
    float: left;
  }

  .webstore-signup-info .webstore-info-intro-text {
    padding: 20px 0 0 150px;
  }

  .webstore-signup-info .webstore-info-intro-text-title {
    font-weight: bold;
    font-size: 20px;
    padding-top: 25px;
  }

  .webstore-signup-info .webstore-info-intro-text-content {
    padding-top: 15px;
  }

  .webstore-signup-info .gwt-DisclosurePanel .content {
    border: none;
    padding: 0;
  }

  .webstore-signup-info .gwt-TextBox,
  .webstore-signup-info .gwt-TextArea,
  .webstore-signup-info .gwt-ListBox  {
    color: black;
    font-family: Arial;
    font-style: normal;
    font-size: 100%;
    height: 29px;
  }

  .webstore-signup-info .gwt-TextBox,
  .webstore-signup-info .gwt-ListBox {
    padding: 0 8px;
  }

  .webstore-signup-info .gwt-TextArea {
    padding: 8px;
  }

  .webstore-signup-info .webstore-tooltip-panel {
    position: absolute;
    width: 520px;
  }

  .webstore-signup-title {
    font-weight: bold;
    padding: 15px 0;
    clear: left;
  }

  .webstore-signup-subtitle {
    margin-bottom: 8px;
  }

  .webstore-signup-title-with-example {
    font-weight: bold;
    padding: 25px 0 0 0;
    clear: left;
  }

  .webstore-mystores-main-title {
    font-size: 20px;
    padding: 25px 0;
  }

  .webstore-mystores-main-body {
    font-family: arial;
  }

  .webstore-mystores-url {
    font-size: 16px;
    color: #15c;
    padding-bottom: 6px;
    cursor: pointer;
  }

  .webstore-mystores-creation,
  .webstore-mystores-creation-label {
    font-size: 13px;
    color: #808080;
  }

  .webstore-mystores-info {
    padding: 18px 0;
    border-bottom: 1px solid #ddd;
    float: left;
    clear: both;
  }

  .webstore-mystores-info-details {
    float: left;
  }

  .webstore-mystores-info .webstore-mystores-admin-button {
    height: 36px;
    padding: 8px 12px;
    font-size: 14px;
    display: block;
    margin-left: 450px;
  }

  .webstore-signup-header-inner,
  .webstore-signup-body,
  .webstore-subdomain-selection,
  .webstore-signup-button-panel,
  .webstore-mystores-main-body,
  .webstore-signup-main .webstore-main-footer {
    margin: 0 20%;
  }

  .webstore-signup-button-panel {
    padding-top: 25px;
    padding-bottom: 40px;
  }

  .webstore-signup-header {
    background-color: #f4f4f4;
    padding: 15px 0;
  }

  .webstore-signup-body {
    padding-top: 30px;
    padding-bottom: 10px;
  }

  .webstore-signup-body-title-description {
    padding: 8px 0;
    font-size: 1.3em;
  }

  .webstore-signup-body-description {
    padding: 22px 0;
  }

  .webstore-signup-textbox,
  .webstore-signup-textbox-left,
  .webstore-signup-option {
    padding-bottom: 15px;
  }

  .webstore-signup-textbox,
  .webstore-signup-textbox-left .business-desc-text-float,
  .webstore-signup-textbox-left .business-additional-info {
    position: relative;
  }

  .webstore-signup-textbox .gwt-TextBox,
  .webstore-signup-textbox-left .gwt-TextBox {
    width: 500px;
  }

  .webstore-signup-textbox-left .gwt-TextArea {
    width: 500px;
    height: 100px;
  }

  .webstore-signup-textbox-left {
    padding-top: 15px;
    position: relative;
    float: left;
  }

  .webstore-signup-textbox-left .tips-text {
    position: absolute;
    top: -3px;
    right: 0px;
    color: #797979;
  }

  .webstore-signup-textbox .error-message {
    padding: 3px 0 0 2px;
  }

  .webstore-signup-textbox .warning {
    border: 1px solid red;
  }

  .webstore-signup-example {
    margin-left: 540px;
  }

  .webstore-signup-map {
    margin-left: 480px;
  }

  .webstore-signup-example {
    line-height: 20px;
  }

  .webstore-signup-option {
    display: block;
  }

  .webstore-signup-option .error-message {
    padding: 5px 0 0 23px;
    width: 450px;
  }

  .webstore-signup-address {
    float: left;
    width: 460px;
  }

  .webstore-signup-not-authorized {
    font-size: 1.2em;
    margin: 50px 0 50px 10px;
  }

   /** address widget */
  .webstore-signup-address .addressDisplay td {
    vertical-align: top;
  }

  .webstore-signup-address .addressDisplay .gwt-Label {
    position: relative;
    top: 8px;
  }

  .webstore-signup-address .addressDisplay .gwt-TextBox,
  .webstore-signup-address .addressDisplay .gwt-ListBox {
    margin: 6px 0 2px 50px;
  }

  .webstore-signup-address .addressDisplay .gwt-TextBox {
    width: 270px;
  }

  .webstore-signup-address .addressDisplay .gwt-ListBox {
    width: 290px;
  }

  .webstore-signup-map .webstore-map {
    border: solid 1px #ccc;
  }

  .webstore-signup-map .tips-text {
    color: #797979;
    margin: 5px 0 0 5px;
    width: 450px;
  }

  .webstore-signup-contact-fields .webstore-contact-methods {
    margin-top: 5px 0;
  }

  .webstore-signup-contact-fields .labelBlock {
    position: relative;
    top: 8px;
  }

  .webstore-signup-contact-fields .labelBlock input {
    margin-top: -8px;
  }

  .webstore-signup-info .webstore-google-plus-setting {
    clear: both;
    margin-bottom: 30px;
  }

  .webstore-signup-gxbo {
    margin-bottom: 20px;
  }

  .webstore-signup-gxbo .webstore-gxbo-setting {
    width: 800px;
  }

  .webstore-signup-gxbo .webstore-gxbo-setting-section {
    margin-top: 15px;
  }

  .webstore-gxbo-setting-title {
    display: block;
  }

  .webstore-gxbo-setting-option {
    padding-top: 10px;
  }

  .webstore-gxbo-setting-option .webstore-google-place-warning-panel {
    padding: 10px 0 0 20px;
  }

  .webstore-google-place-warning-panel .error-message {
    margin: 5px 0;
    padding-left: 20px;
  }

  .webstore-google-place-warning-panel .error-list {
    color: red;
    margin: 0;
  }

  .webstore-google-place-warning-panel .error-list .error-message {
    cursor: pointer;
  }

  .webstore-gxbo-setting-places {
    padding: 10px 0 0 20px;
    color: #797979;
  }

  .webstore-setup-form .labelBlock {
    float: left;
  }

  .webstore-setup-form .inputBlock {
    display: block;
    margin: 0 0 10px 120px;
  }

  .webstore-setup-form .error-message {
    color: red;
    font-size: 13px;
  }

  .webstore-setup-form .errorImage {
    float: left;
    margin-top: 6px;
  }

  .recaptcha {
    clear: both;
    margin-left: 10px;
  }

  .webstore-gxbo-termpage-link {
    color: grey;
    display: block;
    margin-bottom: 15px;
  }

  .webstore-gxbo-termpage-link a {
    color: #007fcf;
    text-decoration: underline;
  }

  .webstore-gxbo-termpage-link a:hover {
    cursor: pointer;
  }

  .webstore-gxbo-termpage-link div {
    display: inline;
  }

  .webstore-setup-form-panel {
    padding: 15px 0 55px 0;
  }

  .webstore-setup-form-panel .loading-animation {
    float: left;
    margin: 8px 0 0 10px;
    position: static;
  }

  .webstore-setup-done-button {
    cursor: pointer;
    height: 35px;
    padding: 8px 12px;
    font-size: 14px;
    float: left;
  }

  .webstore-signup-image {
    width: 800px;
  }

  .webstore-signup-image .webstore-setup-choose-image-button {
    clear: both;
    cursor: pointer;
    display: block;
    font-size: 14px;
    height: 30px;
    padding: 5px 10px;
  }

  .webstore-signup-image-left-panel {
    float: left;
    width: 520px;
  }

  .webstore-signup-business-image {
    float: left;
    margin: 10px 20px 10px 0;
    position: relative;
    padding: 2px 2px 0 2px;
  }

  .webstore-signup-business-image .webstore-added-images,
  .webstore-signup-business-image .webstore-blank-image,
  .webstore-signup-business-image .imgWrapperContainer {
    float: left;
  }

  .webstore-signup-business-image .webstore-blank-image {
    border: 1px solid #ddd;
    height: 98px;
  }

  .webstore-signup-business-image .webstore-blank-image:hover {
    border-color: #6694e3;
  }

  .webstore-signup-business-image .imgWrapperContainer {
    margin-right: 15px;
  }

  .webstore-signup-business-image .webstore-delete-image {
    position: absolute;
    top: 0;
    right: 0;
  }

  .webstore-signup-business-image .webstore-image-placeholder-panel {
    float: left;
  }

  .webstore-signup-business-image .webstore-image-placeholder {
    border: 1px dashed grey;
    color: #6694e3;
    cursor: pointer;
    float: left;
    height: 98px;
    margin-right: 20px;
    text-align: center;
    width: 98px;
  }

  .webstore-signup-business-image .webstore-image-placeholder:hover {
    border-style: solid;
    border-color: #6694e3;
  }

  .webstore-signup-business-image .webstore-image-placeholder .webstore-image-count {
    color: #666;
    float: left;
    font-size: 11px;
    margin-left: 5px;
    margin-top: 2px;
    text-align: left;
  }

  .webstore-signup-business-image .webstore-image-placeholder .webstore-image-tips {
    margin-top: 40px;
    text-decoration: underline;
  }

  .webstore-signup-image-right-panel {
    border: 1px solid #d1d1d1;
    margin-left: 540px;
    width: 400px;
    height: 300px;
  }

  .webstore-signup-preview-panel {
  }

  .webstore-signup-preview-title {
    padding: 5px 10px;
    font-size: 1.2em;
    font-weight: bold;
    color: #555;
  }

  .webstore-signup-preview-panel .preview-menu {
    height: 34px;
    margin-left: 10px;
  }

  .webstore-signup-preview-panel .preview-page {
    background-color: #f2f2f2;
    color: #666;
    padding: 15px;
    border: solid 1px #ccc;
    width: 347px;
    margin-left: 10px;
  }

  .webstore-signup-preview-panel .preview-table {
    border-collapse: collapse;
    border-spacing: 0;
    padding: 0;
    table-layout: fixed;
    width: 100%;
  }

  .webstore-signup-preview-panel .preview-content {
    padding: 5px 8px;
    border: solid 1px #dbd1c8;
    margin: 3px;
  }

  .webstore-signup-preview-panel .preview-content.title {
    margin: 3px 4px;
    overflow: hidden;
  }

  .webstore-signup-preview-panel .preview-title {
    font-weight: bold;
    width: 2000px;
  }

  .webstore-signup-preview-panel .preview-sub-title {
    font-size: 0.8em;
    font-weight: normal;
    margin: 3px 0 0 1px;
    width: 2000px;
  }

  .webstore-signup-preview-panel .preview-image-container {
    background-color: white;
    border: solid 1px #ddd;
    overflow: hidden;
  }

  .webstore-signup-preview-panel .preview-content-text {
    border-bottom: 3px solid black;
    margin: 10px 5px;
  }

  .webstore-signup-image-tips {
    color: #797979;
    margin: 15px 0 0 0px;
    width: 500px;
  }

  .webstore-other-options-container {
    clear: both;
    padding: 20px 0 25px 0;
  }

  .webstore-other-options-header {
    font-weight: bold;
  }

  .webstore-referral-source-options-panel,
  .webstore-race-options-panel,
  .webstore-province-options-panel {
    margin: 10px 0;
  }

  .webstore-referral-source-options-panel label,
  .webstore-race-options-panel label,
  .webstore-province-options-panel label {
    font-weight: bold;
  }

  .webstore-referral-source-options,
  .webstore-race-options,
  .webstore-province-options {
    height: 34px;
    margin-top: 10px;
  }

  .webstore-other-options-container .required-message {
    color: red;
    font-weight: bold;
    margin-left: 10px;
  }

  /************** Login Screen *************/
  .subSection {
    margin: 30px 80px 0 25px;
  }

  .subTitle {
    margin: 10px 0;
    font-weight: bold;
    font-size: 115%;
  }

  .notLoggedInDisclaimer {
    margin-left: 20px;
    margin-top: 10px;
    max-width: 800px;
  }

  .screen {
    margin-bottom: 300px;
  }
  .screen .subTitle,
  .screen .signout {
    margin-left: 20px;
  }

  /**************** Product tab ************************/
  .webstore-product-tab {
    background-color: #ecedf0;
    height: 100%;
  }

  .items-table-panel {
    /* @noflip */
    margin-right: 6px;
    border: 1px solid #ddd;
  }

  .webstore-item-table-view-wrapper {
    background-color: #fff;
    padding-right: 2px;
    height: 100%;
    width: 100%;
    overflow: auto;
    position: relative;      /* in IE7, make relative element in the item table show properly */
  }

  .webstore-item-table-view {
    border-bottom: 0;
    cursor: default !important;
    overflow: hidden;
  }

  .webstore-item-table-view .item-description-panel {
    width: 100%;
  }

  .webstore-item-table-view .gwt-RichTextArea {
    padding: 0;
    background-color: white;
  }

  .manage-items-panel {
    background-color: #e8ecf8;
    padding: 4px 6px 10px 6px;
  }

  .manage-items-panel .gux-table-pagination {
    margin-top: 3px;
  }

  .manage-items-panel .gwt-Label {
    margin-left: 20px;
    display: inline;
  }

  .webstore-item-table-view table {
    border-spacing: 0;
    border-collapse: collapse;
  }

  .webstore-item-table-view .goog-button-base {
    margin: 2px 3px 3px 5px;
    height: 18px;
  }

  .webstore-item-table-view .gux-table-pagination {
    display: inline;
    float: right;
  }

  .webstore-item-table-view .gux-table-pagination .goog-button-base {
    height: 15px;
  }

  .add-item-panel .item-editor {
    background-color: white;
    border: 1px solid #6694e3;
  }

  .item-description-toolbar {
    padding-left: 2px;
  }

  .item-description-toolbar table {
    width: auto;  /** override */
  }

  .webstore-item-table-view .table-disable-panel {
    background-image: url(../images/clear.gif);
    height: 100%;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 1;
  }

  .webstore-item-table-view .loading-animation {
    margin-top: 10px;
    margin-left: 10px;
  }

  .items-cell-table-view {
    position: relative;
    background-color: white;
  }

  .items-cell-table-view .image-cell {
    border: 1px solid #999;
  }

  .items-cell-table-view .title-cell {
    font-weight: bold;
    color: #000;
  }

  .item-editor-panel {
    background-color: white;
    position: absolute;
    width: 100%;
    /* The height value is referred by the height of
       .cellTableSelectedRow in ItemsCellTable.css */
    height: 428px;
    border-left: 1px solid #6694e3;
    overflow: auto;
  }

  .webstore-category-table-view {
    height: 100%;
    overflow: auto;
    padding: 10px 0 10px 6px;
  }

  .webstore-category-table-view .div-header {
    border-bottom: 1px solid #c0c0c0;
    padding: 3px 0 1px;
  }

  .webstore-category-table-view .text-header {
    font-weight: bold;
    padding: 5px;
  }

  .webstore-category-table-view .div-action-panel {
    padding: 12px 0;
  }

  .webstore-category-add-view .gwt-TextBox {
    width: 259px;
  }

  .items-table-empty-view {
    padding: 18px;
    color: #424242;
  }

  .items-table-empty-view .no-product-label {
    font-size: 16px;
  }

  .items-table-empty-view .instruction-text {
    padding: 20px 0;
  }

  .items-table-empty-view .link {
    font-size: 16px;
    font-weight: bold;
  }

  .items-table-empty-view .instruction-text .link {
    font-size: 13px;
    font-weight: normal;
  }

  /* ========================= Settings Tab ============================= */

  .webstore-settings-tab {
    height: 100%;
  }

  .webstore-settings {
    background-color: white;
    border: 1px #dddee0 solid;
    margin: 0 10px 10px 10px;
    padding: 30px 15px;
  }

  .webstore-settings-description {
    margin: 5px 15px;
    width: 500px;
  }

  .webstore-settings-description.highlight {
    font-weight: bold;
    color: #0e774a;
  }

  .webstore-settings .tips-text {
    padding: 0px 3px;
    font-size: .9em;
    color: #797979;
  }

  .webstore-settings-title {
    font-weight: bold;
    font-size: 1.1em;
    margin-bottom: 10px;
  }

  .webstore-admin-settings,
  .webstore-language-settings,
  .webstore-publishing-settings,
  .webstore-cart-settings,
  .webstore-sms-settings,
  .webstore-sharing-stteings,
  .webstore-settings .webstore-gxbo-setting {
    margin-bottom: 35px;
  }

  .webstore-admin-table,
  .webstore-language-selector,
  .webstore-publishing-options,
  .webstore-cart-options,
  .webstore-sms-table {
    margin-left: 10px;
  }

  /** admin and sms panel **/
  .webstore-admin-table,
  .webstore-sms-table {
    background-color: white;
    border: 1px solid #aaa;
    width: 500px;
  }

  .webstore-sms-recipient-head {
    background-color: #f1f4ff;
    border-bottom: 1px solid #aaa;
    padding: 5px;
  }

  .webstore-sms-recipient-head .loading-animation {
    position: absolute !important;
    padding-left: 4px;
    display: inline;
  }

  .webstore-admin-add,
  .webstore-sms-add {
    background-color: #f1f4ff;
    padding: 2px 5px 5px 5px;
  }

  .webstore-admin-add input,
  .webstore-sms-add input {
    width: 165px;
    padding: 5px;
  }

  .webstore-admin-add label,
  .webstore-sms-add label {
    display: block;
    margin: 3px;
  }

  .webstore-admin-add-section,
  .webstore-sms-add {
    zoom: 1;
  }

  .webstore-admin-add-input .goog-button-base,
  .webstore-sms-add-input .goog-button-base {
    margin: 0 5px;
  }

  .webstore-admin-add-input .loading-animation,
  .webstore-sms-add-input .loading-animation {
    padding-top: 5px;
    display: inline;
    position: static;
  }

  .webstore-sms-add-input .gwt-ListBox {
    width: 150px;
    padding: 4px;
  }

  .webstore-sms-add-input .webstore-sms-nationalcode-label {
    margin-left: 10px;
  }

  /** admin and sms row **/
  .webstore-admin-table-email-row,
  .webstore-admin-table-sms-row {
    border-bottom: 1px solid #aaa;
    margin: 0;
    overflow: auto;
  }

  .webstore-admin-table-email-row .gwt-Label,
  .webstore-admin-table-sms-row .gwt-Label {
    padding: 10px 8px;
    display: inline;
    float: left;
    width: 100px;
    white-space: nowrap;
  }

  .webstore-admin-table-email-row-checkbox {
    padding: 7px 0 0 180px;
    position: absolute;
  }

  .webstore-admin-table-email-row .webstore-email-delete-button,
  .webstore-admin-table-sms-row .webstore-sms-delete-button {
    padding: 10px 8px 10px 0;
    float: right;
    cursor: pointer;
  }

  .webstore-admin-table-sms-row .webstore-selection-panel,
  .webstore-admin-table-sms-row .webstore-verification-panel {
    display: inline;
  }

  .webstore-admin-table-sms-row.webstore-sms-not-verified {
    border: 1px solid #d14836;
    margin: 0 -1px;
  }

  .webstore-admin-table-sms-row .webstore-sms-verification-message {
    padding: 5px 10px;
    background-color: #d14836;
    color: white;
    font-weight: bold;
  }

  .webstore-admin-table-sms-row .infoLabel {
    padding: 8px 0 0 40px;
    display: inline;
  }

  .webstore-admin-table-sms-row .gwt-TextBox {
    padding: 5px;
    margin: 2px 5px;
    display: inline;
    width: 70px;
  }

  .webstore-admin-table-sms-row .webstore-sms-link {
    color: #15c;
    text-decoration: underline;
    cursor: pointer;
    padding-left: 2px;
    display: inline;
  }

  .webstore-admin-table-sms-row .gwt-RadioButton {
    padding: 2px 0 0 200px;
    position: absolute;
  }

  .webstore-admin-table-sms-row .loading-animation {
    display: inline;
    position: static;
    float: right;
    padding: 8px 4px 0 0;
  }

  .webstore-localadmin-remove-confirm-panel {
    width: 400px;
  }

  .webstore-localadmin-remove-confirm-label {
    font-size: 15px;
    margin-bottom: 5px;
  }

  .webstore-localadmin-remove-confirm-tip {
    color: grey;
  }

  /** setting tab **/
  .webstore-general-settings .gwt-RadioButton {
    display: block;
    margin: 5px 0;
  }

  .webstore-general-settings .settings-button {
    padding: 10px 5px;
  }

  .webstore-general-settings .loading-animation {
    position: static;
  }

  .webstore-language-selector {
    clear: both;
  }

  .webstore-language-selector-label {
    margin-left: 5px;
    display: inline;
    float: left;
  }

  .webstore-language-selector-dropdown {
    height: 18px;
    margin-left: 158px;
  }

  .webstore-publishing-settings .gwt-RadioButton {
    margin-bottom: 8px;
  }

  .webstore-publishing-settings .gwt-RadioButton input {
    float: left;
  }

  .webstore-general-settings .store-public-status,
  .webstore-general-settings .store-private-status {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    color: white;
    float: left;
    font-weight: bold;
    padding: 1px 4px 2px 4px;
    margin-right: 3px;
    min-width: 43px;
  }

  .webstore-general-settings .store-public-status {
    background-color: #519358;
  }

  .webstore-general-settings .store-private-status {
    background-color: #e7991d;
  }

  .webstore-general-settings .webstore-domain-setting {
    margin-left: 5px;
  }

  .webstore-domain-setting .webstore-registered-domain-label {
    font-weight: bold;
    margin-left: 10px;
  }

  .webstore-general-settings .webstore-publish-setting {
    margin-bottom: 15px;
  }

  .webstore-publishing-settings .webstore-publish-sub-title {
    margin-bottom: 9px;
  }

  .webstore-publishing-settings .webstore-live-site-panel {
    margin: 0 0 10px 22px;
  }

  .webstore-publishing-settings .webstore-live-site-panel .link {
    color: #457bd3;
  }

  .webstore-publishing-settings .webstore-domain-required-panel {
    margin-left: 15px;
  }

  .webstore-domain-required-panel .webstore-domain-required-content {
    padding: 5px 0 0 0;
    width: 500px;
  }

  /** for comboxbox width */
  .webstore-language-selector-dropdown .goog-inline-block {
    width: 300px;
  }
  /** for combobox dropdown icon */
  .webstore-language-selector-dropdown .gux-menu-button {
    width: 276px;
  }

  .webstore-language-settings .gwt-CheckBox {
    margin: 12px;
    display: block;
  }

  .webstore-publish-sub-title {
    margin: 15px 5px;
  }

  .webstore-cart-options .link {
    margin: 5px 22px 5px;
  }

  .webstore-cart-additional-settings {
    margin-left: 18px;
    border: none;
  }

  .webstore-cart-options .gwt-DisclosurePanel .content {
    border-left: none !important;
  }

  .webstore-cart-checkoutinfo {
    margin: 5px 8px;
  }

  .webstore-cart-checkoutinfo .gwt-TextBox,
  .webstore-cart-checkoutinfo .gwt-TextArea {
    color: black;
    font-family: Arial;
    font-style: normal;
    font-size: 100%;
  }

  .webstore-cart-checkoutinfo-description,
  .webstore-cart-checkoutinfo-custom-message {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .webstore-cart-checkoutinfo-description-example {
    color: #999;
  }

  .webstore-cart-checkoutinfo-custom-message .gwt-TextArea {
    height: 60px;
    width: 350px;
  }

  .webstore-sharing-stteings .gwt-CheckBox {
    margin-left: 12px;
  }

  .webstore-settings-buttons {
    padding-bottom: 30px;
  }

  .webstore-settings-buttons .link {
    float: left;
    margin: 2px 10px 0 5px;
  }

  .webstore-settings-buttons .goog-button-base {
    float: left;
    margin: 0 10px 0 0;
  }

  .webstore-domain-registrars-header {
    margin: 0 5px 10px 5px;
  }

  .webstore-register-domain-button {
    height: 18px;
    padding: 5px 8px;
  }

  .webstore-domain-registrars .gwt-RadioButton {
    display: block;
    margin-top: 5px;
  }

  .webstore-domain-registrars-legal-panel {
    margin: 15px 5px;
    width: 500px;
  }

  .webstore-google-plus-setting .tips-text {
    position: static;
  }

  .webstore-google-plus-setting .webstore-google-plus-setting-link {
    color: #007fcf;
    cursor: pointer;
    text-decoration: none;
  }

  .webstore-signup-info .webstore-google-plus-setting .webstore-google-plus-setting-link {
    text-decoration: underline;
  }

  .webstore-google-plus-page-setting {
    margin-top: 12px;
  }

  .webstore-google-plus-page-setting .webstore-google-plus-page-url {
    margin: 2px 0 0 20px;
  }

  .webstore-google-plus-page-setting .webstore-google-plus-page-message {
    margin: 4px 0 0 20px;
  }

  .webstore-google-plus-page-setting .gwt-DisclosurePanel .content {
    border-left: none;
  }

  .webstore-google-plus-page-setting .gwt-TextBox {
    padding: 5px;
    width: 165px;
  }

  .webstore-google-plus-page-url .gwt-TextBox.error {
    border-color: red;
  }

  .webstore-google-plus-page-preview-label {
    margin-left: 10px;
  }

  .webstore-google-plus-page-preview {
    background-color: #f1f1f1;
    display: inline-block;
    *display: inline;
    zoom: 1;
    padding: 8px 30px;
  }

  .webstore-google-plus-page-preview .gwt-InlineLabel {
    color: #333;
    display: inline-block;
    *display: inline;
    zoom: 1;
    font: 13px/16px arial,sans-serif;
    font-weight: bold;
    margin-right: 5px;
  }

  .webstore-google-plus-page-preview img {
    border: 0;
    height: 16px;
    width: 16px;
  }

  .webstore-tip-attached-Panel.address_empty input {
    border: 1px solid red;
  }

  .webstore-tip-attached-Panel .tips {
    color: red;
    font-size: 13px;
    margin: 0 0 0 52px;
    width: 260px;
  }

  /* ========================= ToolTips ============================= */

  .clearBubbleToolTip, .darkBubbleToolTip {
    position: relative;
    z-index: 9999;
  }

  .clearBubbleToolTip .content, .darkBubbleToolTip .content {
    background-color: #D0E4F6;
    color: #333333;
    font-weight: bold;
    padding: 5px 10px;
    font-size: 100%;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    white-space: nowrap;
    position: relative;
    top: 2px;
  }

  .darkBubbleToolTip .content {
    background-color: black;
    color: white;
  }

  .clearBubbleToolTip .tip, .darkBubbleToolTip .tip {
    position: relative;
    width: 100%;
    height: 9px;
    background-image: url(../img/clearBubbleTip.png);
    background-position: center;
    background-repeat: no-repeat;
    z-index: 10000;
  }

  .darkBubbleToolTip .tip {
    background-image: url(../img/darkBubbleTip.png);
  }

  /* ========================= SliderPanel ============================= */

  .sliderPanel {
    overflow: hidden;
    width: 100%;
    height: 120px;
    position: relative;
  }

  .sliderPanel .leftButton, .sliderPanel .rightButton {
    position: absolute;
    top: 10%;
    cursor: pointer;
    width: 25px;
    height: 50%;
    margin: auto;
    background: #fff;
    z-index: 200;
    vertical-align: middle;
    background-position: center;
    background-repeat: no-repeat;
    border: 2px solid #000;
  }

  .sliderPanel .leftButton {
    border-left: 0;
  }

  .sliderPanel .rightButton {
    border-right: 0;
  }

  .sliderPanel .rightButton {
    background-image: url(../img/rightArrow.gif);
    right: 0;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-bottomleft: 8px;
    -webkitborder-top-left-radius: 8px;
    -webkitborder-bottom-left-radius: 8px;
  }
  .sliderPanel .leftButton {
    background-image: url(../img/leftArrow.gif);
    left: 0;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    -moz-border-radius-topright: 8px;
    -moz-border-radius-bottomright: 8px;
    -webkitborder-top-right-radius: 8px;
    -webkitborder-bottom-right-radius: 8px;
  }

  a:focus,
  div:focus,
  span:focus {
    outline: none; /* remove focus border for non-input element */
  }

  :iframe {
    border: 0;
  }
  /* ========================= Message Displayer View ======================= */

  .message-displayer {
    width: 100%;
    position: absolute;
    top: 9px;
    left: 0;
    text-align: center;
    z-index: 100000;
  }

  .message-displayer .gux-confirm-panel,
  .message-displayer .gux-error-panel {
    margin: 0 auto;
    width: 600px;
  }

  /************** Error Displayer *************/
  .errorDisplayer {
    width: 100%;
    position: absolute;
    margin-top: 0;
  }

  .errorDisplayer .errorItem {
    background-color: #b7281a;
    position: absolute;
    width:600px;
    margin-left:-300px;
    left:50%;
    font-size: 94%;
    color: white;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
  }

  .errorDisplayer .errorItem .errorMessage {
    font-size: 94%;
    color: white;
    font-weight: bold;
  }

  .errorDisplayer .errorItem td {
    border-bottom: 0;
  }

  /* ========================= ConnectionDown Displayer =================== */

  .connectionDisplayer {
    width: 100%;
    position: fixed;
    top: 10px;
    left: 0;
    text-align: center;
    z-index: 100000;
  }
  .connectionDisplayer .container {
    background-color: #fe8;
    padding: 3px 8px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
  }
  .connectionDisplayer .container .prefix {
    font-weight: bold;
    margin-right: 5px;
  }
  .connectionDisplayer .container .suffix{
    margin-right: 5px;
  }
  .connectionDisplayer .container .retry{
    margin-left: 5px;
    text-decoration: underline;
    color: blue;
    cursor: pointer;
  }

  /*================ Widget Menu Control ============*/

  .gwt-PopupPanel {
    background: none !important;
    border: none !important;
    padding: 0 !important;
  }

  .widgetMenuOption .html-face {
    text-align: center;
  }

  .widgetMenuOption .gwt-PushButton {
    display: inline-block;
    *display: inline;
    zoom: 1;
    background: none;
    cursor: pointer;
    border-width: 1px;
    border-color: #eee;
    border-radius: 3px;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 50%, from(#fff), to(#eee));
    -moz-border-radius: 3px 3px 3px 3px;
    background-image: -moz-linear-gradient(50% 0%, #fff, #eee);
    /* for IE */
    background-color: #eee;
  }

  .widgetMenuOption .gwt-PushButton-up-disabled {
    opacity: 1;
    filter: alpha(opacity=100);
    /* for IE */
    background-color: #eee;
  }

  .widgetMenuOption .gwt-PushButton-up-disabled .html-face {
    opacity: .5;
    filter: alpha(opacity=50);
  }

  .widgetMenuOption .gwt-PushButton-up-disabled img,
  .widgetMenuOption .gwt-PushButton-up img {
    opacity: .7;
    filter: alpha(opacity=70);
  }

  .widgetMenuOption .gwt-PushButton-up-hovering img {
    opacity: 1;
  }

  .widgetMenuOption .menu-text {
    width: 58px;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 11px;
  }

  /*================ Image resize & alignment control ============*/

  .imageMenuGroup {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    background: #e8eefa;
    padding: 4px;
    font: 12px arial;
  }

  .imageMenuOption {
    color: #24b;
    cursor: pointer;
    text-decoration: none;
    padding: 0 4px;
  }

  .imageMenuGroup .imageMenuLabel {
    padding-left: 3px;
  }

  .imageMenuOption:hover {
    text-decoration: underline;
  }

  .imageMenuOptionSelected {
    color: #000;
    cursor: default;
    font-weight: bold;
    text-decoration: none;
    padding: 0 3px;
  }

  .imageMenuSeparator {
    padding: 0 3px;
  }

  .imageMenuOptionClassifyName {
    padding: 0 4px;
  }

  .imageMenuOptionButton-up {
    background-color: transparent;
    margin: 1px;
  }

  .imageMenuOptionButton-down {
    background-color: #fff;
    border: 1px inset #ccc;
  }

  .imageMenuOptionButton-up-hovering {
    cursor: pointer;
    border: 1px outset #666;
  }

  .imageMenuOptionButton-down-hovering {
    cursor: pointer;
    border: 1px outset #666;
    background-color: #fff;
  }

  .gwt-SliderBar-shell {
    margin: 0 9px;
    height: 20px;
    width: 140px;
  }

  .gwt-SliderBar-shell .gwt-SliderBar-line {
    border: 1px solid black;
    background-color: white;
    height: 4px;
    width: 100%;
    top: 8px;
    overflow: hidden;
  }

  .gwt-SliderBar-shell .gwt-SliderBar-knob {
    top: 1px;
    width: 11px;
    height: 21px;
    z-index: 1;
    cursor: pointer;
  }

  .gwt-SliderBar-shell .gwt-SliderBar-line-sliding {
    background-color: #ddd;
    cursor: pointer;
  }

  .gwt-SliderBar-shell .sliderBar-tick {
    background-color: black;
    height: 9px;
    position: absolute;
    top: 0px;
    width: 1px;
    overflow: hidden;
  }

  /*================= Image Viewer ====================*/

  .imageViewer {
    padding: 5px;
    width: 400px;
    height: 400px;
  }

  .imageMedium, .image3dMedium , .imageViewer .gwt-TabPanel, .imageViewer .gwt-TabPanelBottom {
    width: 400px !important;
    min-width: 400px;
    height: 400px;
  }

  .tweaker {
    width: 100%;
    z-index: 50;
    position: absolute;
    background: url(../images/clear.gif) repeat;
  }

  /******************* Pages tab ******************/
  .webstore-page-tab {
    background-color: #ecedf0;
    height: 100%;
    margin: 0;
  }

  .webstore-page-tab .gwt-PushButton,
  .webstore-page-tab .gwt-PushButton-up-disabled {
    border: 0;
    padding: 0;
    margin: 0;
    background: none;
    cursor: pointer;
  }

  .webstore-page-tab img {
    padding: 0;
    margin: 0;
  }

  .webstore-page-tab .pageTable {
    width: 100%;
  }

  .webstore-page-table {
    margin-left: 6px;
    height: 100%;
    overflow: auto;
  }

  .webstore-page-table .add-page {
    padding: 12px 10px 12px 0;
  }

  .pageTable tr {
    cursor: pointer;
    border-collapse: separate;
   }

  .pageTable tr.selected {
    background-color: #fff;
    cursor: default;
  }

  .pageTable td {
    border-collapse: separate;
  }

  .pageTable {
    border-spacing: 0;
    border-collapse: separate;
    margin: 0;
    padding: 0;
  }

  .pagetable-row-table {
    width: 100%;
    table-layout: fixed;
  }

  .preview-frame {
    padding-left: 2px;
  }

  .pageTable .widget-up-down-buttons {
    padding: 4px;
  }

  .page-name {
    text-align: left;
    padding: 5px 6px 6px 6px;
    white-space: nowrap;
    overflow: hidden;
  }

  .pagestable-row-homepage {
    font-weight: bold;
  }

  .page-menu {
    float: right;
    height: 18px;
    padding: 3px 4px 4px 4px;
  }

  .webstore-preview-view {
    /* In IE, we have to specify the height. Otherwise a preview frame won't
       fill up the available space.  */
    height: 100%;
    border: 1px solid #bbb;
    background-color: #fff;
  }

  .webstore-preview-view .loading-animation {
    margin: 10px 0 0 10px;
  }

  .webstore-preview-scrollpanel {
    width: 100%;
    height: 100%;
  }

  /************** Up/Down buttons Widget *************/

  .widget-up-down-buttons {
    width: 13px;
  }

  .widget-up-down-buttons img {
    /* To disable an extra line box under an image in the standard mode. */
    display: block;
  }

  /************** Item PageContent editor *************/

  .webstore-item-pc-editor .loading-animation {
    margin-left: 10px;
  }

  .webstore-item-pc-editor .editor-section {
    margin: 10px 0;
  }

  .webstore-item-pc-editor .preview-panel {
    float: left;
    width: 130px;
    height: 100px;
    margin-right: 30px;
  }

  .webstore-item-pc-editor .manage-items-panel {
    border-top: 1px #a9a9a9 solid;
    border-bottom: 1px #a9a9a9 solid;
  }

  .webstore-item-pc-editor .gwt-Tree {
    float: left;
    background-color: #fafafa;
    width: 180px;
    margin: 10px 30px 10px 0;
  }

  .webstore-item-pc-editor .gwt-Tree div {
    padding-left: 0 !important;
  }

  .webstore-item-pc-editor .gwt-Tree .gwt-TreeItem {
    color: #648bda;
    padding: 3px 10px !important;
  }

  .webstore-item-pc-editor .gwt-Tree .gwt-TreeItem-selected {
    background: #6d7dc6;
    color: #fff;
    font-weight: bold;
    display: block !important;
  }

  .webstore-item-pc-editor .manage-items-panel .gwt-Label {
    margin: 0 0 2px 0;
    display: inline-block;
    *display: inline;
    zoom: 1;
  }


  /************** Map PageContent editor *************/

  .webstore-map-editor-container {
    margin: 5px;
    width: 760px;
  }

  .webstore-map-editor-container .webstore-map-editor {
    float: left;
    width: 320px;
  }

  .webstore-map-editor .webstore-aspectratio-description,
  .webstore-map-editor .tips-text {
    padding-left: 3px;
  }

  .webstore-map-editor .webstore-map-editor-layout {
    margin-left: 10px;
    padding: 1px;
    width: 300px;
  }

  .webstore-map-editor .webstore-map-editor-layout-preview {
    background-color: #a4bedc;
    height: 150px;
    margin: 0 auto;
    text-align: center;
    width: 150px;
  }

  .webstore-map-editor-layout-setting {
    margin-left: -8px;
  }

  .webstore-map-editor-layout-setting .gwt-SliderBar-shell {
    margin-left: 15px;
    width: 120px;
  }

  .webstore-map-editor-layout-setting .webstore-option label {
    margin-right: 10px;
  }

  .webstore-map-editor-layout-setting .webstore-option {
    margin-left: 10px;
  }

  .webstore-map-editor-layout-setting .webstore-slider-bar-tips {
    padding-top: 3px;
  }

  .webstore-map-editor-container .webstore-map-displayer {
    float: left;
    padding-top: 5px;
    width: 430px;
  }

  .webstore-map-displayer .webstore-map {
    padding: 0;
  }

  .webstore-map-displayer .tips-text {
    clear: both;
    color: #797979;
    font-size: .9em;
    padding: 10px 0 0 5px;
  }

  .webstore-map-editor-container .addressDisplay .gwt-TextBox {
    width: 200px;
  }

  .webstore-map-editor-container .addressDisplay .gwt-ListBox {
    width: 210px;
  }

  .webstore-map-editor-container .loading-animation {
    padding-top: 5px;
  }

  /************** BusinessInfo PageContent editor *************/

  .bizinfo-editor {
    margin: 10px;
  }

  .bizinfo-editor .formBlock {
    float: left;
    width: 390px;
  }

  .bizinfo-editor .mapBlock {
    float: none;
    margin: 0 0 0 390px;
  }

  .bizinfo-editor .mapBlock .tips-text {
    margin: 5px;
    width: 430px;
  }

  .bizinfo-editor .labelBlock {
    clear: both;
    float: left;
    margin: 0 3px;
    width: 160px;
  }

  .bizinfo-editor .inputBlock,
  .bizinfo-editor .bizinfo-editor-textbox {
    display: block;
    margin: 0 0 10px 160px;
    width: 235px;
  }

  .bizinfo-editor-textbox .gwt-TextBox,
  .bizinfo-editor-textbox .gwt-TextArea {
    width: 650px;
  }

  .bizinfo-editor .gwt-Label {
    width: 80px;
  }

  .bizinfo-editor .addressDisplay {
    margin: 0;
    padding: 0;
  }

  /** address widget labels */
  .bizinfo-editor .addressDisplay td {
    vertical-align: top;
  }
  /** address widget fields */
  .bizinfo-editor .addressDisplay .gwt-TextBox,
  .bizinfo-editor .addressDisplay .gwt-ListBox {
    margin: 0 0 8px 78px;
    width: 200px;
  }

  .bizinfo-editor .tips-text {
    color: #797979;
    padding-left: 5px
  }

  .business-address-showmap {
    margin: 0 0 20px 0;
  }

  .business-address-showmap .gwt-CheckBox,
  .business-address-showmap .show-map-help-icon {
    vertical-align: middle;
  }

  .business-address-showmap .show-map-help-icon:hover {
    cursor: pointer;
  }

  .bizinfo-editor .gwt-TextBox,
  .bizinfo-editor .gwt-ListBox,
  .bizinfo-editor .gwt-TextArea {
    font-family: Arial;
    font-size: 100%;
    width: 200px;
  }

  .bizinfo-editor .gwt-TextArea {
    height: 55px;
  }

  .custom-contact-label,
  .custom-contact-label .gwt-Label,
  .custom-contact-delete {
    display: inline;
  }

  .custom-contact-error-label {
    padding: 0 5px;
    color: #f00;
    font-weight: bold;
  }

  .webstore-contact-methods {
    height: 18px;
    padding-bottom: 15px;
  }

  /************** Address PageContent editor *************/

  .AddressEditorForm {
    margin: 10px;
  }

  .AddressEditorForm .addressBlock {
    float: left;
    margin: 0 0 0 5px;
    width: 420px;
  }

  .AddressEditorForm .mapBlock {
    float: none;
    margin: 0 0 0 425px;
  }

  .AddressEditorForm .labelBlock {
    float: left;
    margin: 0 3px;
  }

  .AddressEditorForm .inputBlock {
    display: block;
    margin: 0 0 8px 150px;
  }

  .AddressEditorForm .addressDisplay {
    margin: 0;
    padding: 0;
  }

  .AddressEditorForm .addressDisplay td {
    vertical-align: top;
  }

  .AddressEditorForm .addressDisplay .gwt-TextBox,
  .AddressEditorForm .addressDisplay .gwt-ListBox {
    margin: 0 0 8px 59px;
  }

  .labelBlock .gwt-TextBox {
    width: 140px;
  }

  /************** Item editor *************/

  .item-editor {
    clear: both;
    padding-left: 18px;
    position: relative;
  }

  .item-editor h3 {
    margin: 0;
    padding: 4px 8px 4px;
    font-size: 1.0em;
  }

  .item-editor .item-general-information {
    width: 100%;
    display: block;
    margin-top: 0;
    position: relative;
  }

  .item-editor .item-info-block {
    float: left;
    display: block;
    margin-left: 2px;
    margin-right: 2px;
    padding: .35em .75em .625em;
  }

  .item-editor .item-info-block.item-sku {
    display: none;
  }

  .item-editor .item-info-block label,
  .item-editor .item-description label,
  .item-editor .item-images label {
    font-weight: bold;
    border: none;
    display: block;
    padding-left: 2px;
    padding-right: 2px;
  }

  .item-editor .item-images .gwt-RadioButton label {
    font-weight: normal;
    display: inline;
  }

  .item-editor .item-description {
    clear: both;
    margin-left: 2px;
    padding: .35em .75em .625em;
  }

  .item-editor .item-images-panel div {
    display: block;
    position: relative;
  }

  .item-editor .item-images-panel .item-images-panel-bottom {
    clear: both;
  }

  .item-editor .item-images-panel .gwt-Image {
    cursor: pointer;
  }

  .item-editor .item-images {
    clear: both;
    content: '.';
    display: block;
    margin-left: 2px;
    padding: .35em .75em .625em;
    overflow: auto;
  }

  .item-editor .item-images .item-image-view {
    float: left;
    margin: 8px;
    position: relative;
    text-align: center;
    width: 96px;
  }

  .item-editor .blank-image {
    float: left;
    margin: 8px;
    position: relative;
    text-align: center;
  }

  .item-editor .blank-image img {
    border: 1px solid #999;
  }

  .gux-comboPopup {
    z-index: 9998;
  }

  .imgWrapper {
    background-color: white;
    border: 1px solid #999;
    position: relative;
    overflow: hidden;
  }

  .imgWrapper.hover {
    border-color: #6694E3;
  }

  .imgWrapper .webstore-delete-image {
    position: absolute;
    top: 0;
    right: 0;
  }

  .imgWrapperContainer {
    display: inline;
  }

  .item-editor .item-description-editor {
    background-color: #e1edfc;
    border: 1px solid #ccc;
  }

  .item-editor .item-description-toolbar {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }

  .item-editor .item-description-editor tr {
    background-color: #e1edfc !important;
    border: 0 !important;
    border-style: none !important;
  }

  .item-editor .goog-button {
    background-color: white;
  }

  .item-clickable .goog-button {
    background-color: #c9d9f5;
  }

  .item-description-toolbar .richtext-toolbar-row-section td {
    padding-left: 0px;
    padding-right: 0px;
  }

  .item-description-toolbar .richtext-toolbar td td {
    padding-left: 0px;
    padding-right: 0px;
  }

  .item-editor-buttons .link {
    float: left;
    margin: 2px 10px 0 5px;
  }

  .item-editor-buttons .goog-button-base {
    float: left;
    margin: 0 10px 0 0;
  }


  /************** Dashboard Tab *************/
  .webstore-dashboard {
    height: 100%;
    overflow: auto;
    position: relative;   /* in IE7, make relative element in the dashboard show properly */
  }

  /************** Statistics section *************/
  .webstore-statistics {
    background-color: white;
    border: 1px #dddee0 solid;
    margin: 0 10px 10px 10px;
  }

  .webstore-statistics .statistics-title {
    font-size: 1.7em;
    padding: .8em 0 0 .8em;
  }

  .webstore-statistics .instruction-text {
    color: #616262;
    padding: .8em 0 1.3em 1.4em;
  }

  .webstore-statistics .gwt-Label {
    background-color: #dce7f1;
    color: black;
    font-weight: bold;
    padding: 4px 10px;
  }

  .webstore-statistics-site-chart {
    border: 1px #dddee0 solid;
    float: left;
    margin: 0 14px 14px 22px;
    min-height: 50px;
    width: 524px;
  }

  .webstore-statistics-page-table {
    border: 1px #dddee0 solid;
    float: left;
    margin: 0px 12px 14px 22px;
    min-height: 50px;
    width: 280px;
  }

  .webstore-statistics-page-table .topstattable-footer {
    background-color: #dce7f1;
    padding: 4px 18px;
  }

  .webstore-statistics-page-table .topstattable-footer-sumlabel {
    float: right;
  }

  .webstore-statistics-pageview-geomap {
    clear: both;
    float: left;
    margin: 0 14px 14px 22px;
  }

  .webstore-statistics-pageview-geomap-content {
    border: 1px #dddee0 solid;
    min-height: 320px;
    width: 524px;
  }

  .webstore-statistics-pageview-geomap-footer {
    padding-top: 15px;
    width: 524px;
    line-height: 24px;
  }

  .webstore-statistics-pageview-geomap-footer-label {
    float: left;
  }

  .webstore-statistics-pageview-geomap-footer a.link {
    float: left;
    padding-left: 0.25em;
  }

  .webstore-statistics-searchkeyword-table {
    border: 1px #dddee0 solid;
    float: left;
    margin: 0px 12px 14px 22px;
    min-height: 320px;
    width: 280px;
  }

  /* special brew for header because .gwt-Label is a div
   * but in multichart it should look like as span with a following tips image
   */
  .webstore-statistics-multichartview-header {
    background-color: #dce7f1;
  }

  .webstore-statistics-multichartview-header .gwt-Label {
    display: inline-block;
    *display: inline;
    zoom: 1;
    padding-right: 0px;
  }

  .webstore-statistics-multichartview-header .status-help-icon {
    margin-top: 0px;
  }

  .webstore-statistics-multichartview-choice-panel {
    border: #dddee0 solid;
    border-width: 1px 0;
    padding: 9px 0 9px 20px;
  }

  .webstore-statistics-multichartview-choice-panel .gwt-ListBox {
    min-width: 90px;
    min-height: 30px;
    margin: 0 0 0 10px;
  }

  /* make the float work property on IE7 as suggested by rogerluo(Haojie Luo) */
  .webstore-statistics .statistics-simple-view {
    width: 900px;
  }

  .webstore-statistics .statistics-simple-view:after {
    clear: both;
    display: block;
  }

  .webstore-statistics .statistics-detail-view {
    margin: 7px 8px 25px 8px;
    clear: both;
  }

  .webstore-statistics-source-table {
    border: 1px #dddee0 solid !important;
    margin: 23px 12px 14px 15px !important;
    min-height: 50px;
    padding: 0 !important;
    width: 280px;
  }

  .webstore-statistics .google-visualization-table-td {
    border: none !important;
    padding: 6px 0px 6px 18px !important;
  }

  .webstore-statistics .google-visualization-table-td-number {
    padding-left: 2px !important;
    padding-right: 18px !important;
  }

  .webstore-statistics .google-visualization-table-table {
    width: 100%;
  }

  .webstore-statistics .google-visualization-table-tr-head td {
    background-color: #d6d6d6;
    background-image: none;
    font-weight: normal;
    border-style: none;
    padding: 4px;
  }

  /* make the table header looks like a blue link */
  .webstore-statistics .google-visualization-table-tr-head td {
    cursor: pointer;
    color: #007fcf;
    text-decoration: none;
  }

  .webstore-statistics .google-visualization-table-tr-head td:first-child {
    padding-left: 18px;
    text-align: left;
  }

  .webstore-statistics .google-visualization-table-tr-head td:last-child {
    padding-right: 18px;
    text-align: right;
  }

  /* override the above rule for td when sorting indicator is shown, to make sure the column text
   * is still aligned propertly
   */
  .webstore-statistics .google-visualization-table-tr-head .google-visualization-table-sorthdr:last-child {
    padding-right: 4px;
  }

  .webstore-statistics .google-visualization-table-tr-head .google-visualization-table-sorthdr td:last-child {
    padding-right: 3px;
    text-align: right;
  }

  .webstore-statistics .google-visualization-table-sortind {
    padding-left: 3px;
    color: #007fcf;
  }

  .webstore-statistics .gwt-DisclosurePanel {
    margin-left: 10px;
  }

  .webstore-statistics .gwt-DisclosurePanel .header td {
    color: #457bd3;
    font-size: 1em;
    font-weight: bold;
  }

  .webstore-statistics .gwt-DisclosurePanel .header img {
    margin-top: 2px;
  }

  .webstore-statistics .loading-animation {
    margin-top: 30px;
    margin-left: 10px;
  }

  /************** Site Enhancements section (Checklist) *************/
  .webstore-checklist {
    background-color: white;
    border: 1px #dddee0 solid;
    margin: 10px;
  }

  .webstore-checklist .loading-animation {
    margin-left: 20px;
    margin-top: 42px;
  }

  .webstore-checklist-header {
    margin: .8em 0 0 1.2em;
  }

  .webstore-checklist-title {
    font-size: 1.7em;
  }

  .webstore-checklist-description {
    color: #616162;
    margin: .6em 0 0 0;
  }

  .webstore-checklist-item {
    margin: 22px 0 0 37px;
  }

  .webstore-checklist .items-container {
    margin-bottom: 25px;
  }

  .webstore-checklist-item .item-title {
    color: #457bd3;
    cursor: pointer;
    display: inline;
    font-weight: bold;
  }

  .webstore-checklist-item.item-done .item-title {
    color: #616162;
    font-style: italic;
  }

  .webstore-checklist-item .item-description-section {
    margin: 7px 8px 0 0;
  }

  .webstore-checklist-item .item-description {
    color: #616162;
    display: inline;
  }

  .webstore-checklist-item.item-done .item-description {
    font-style: italic;
  }

  .webstore-checklist-item .item-dismiss {
    color: #4a76cd;
    cursor: pointer;
  }

 /************** SelectorButton *************/
  .selector-button {
    display: inline;
    zoom: 1;
    text-align: center;
    padding: 7px;
  }

  .selector-button.selected {
    background-color: #6183c9;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
  }

  .selector-button .gwt-HTML {
    font: 11px arial;
    width: 80px;
    margin: 2px 0;
  }

  .selector-button.selected .gwt-HTML {
    font-weight: bold;
    color: #fff;
  }

  .selector-button.disabled .gwt-HTML {
    color: #666;
  }

  .selector-button-image {
    background-repeat: no-repeat;
    height: 80px;
    width: 80px;
    border: 1px solid #444;
    cursor: pointer;
  }

  .selector-button.selected .selector-button-image {
    cursor: auto;
  }

  .selector-button.disabled .selector-button-image {
    opacity: .5;
    filter: alpha(opacity=50);
    cursor: auto;
  }

  /************** Design Tab *************/

  .webstore-design-tab {
    background-color: #ecedf0;
    height: 100%;
  }

  .design-control-panel {
    margin-left: 6px;
  }

  .webstore-design-control {
    height: 100%;
  }

  .webstore-design-stack {
    border: 1px solid #ddd;
    border-top: none;
  }

  .webstore-design-stack .gwt-StackLayoutPanelHeader {
    background: #fff url(../images/design/show_icon.png) no-repeat scroll 13px;
    border-top: 1px solid #ddd;
    font-weight: bold;
    padding: 7px 1px 7px 30px;
    cursor: pointer;
    color: #007dd5;
  }

  .webstore-design-stack .gwt-StackLayoutPanelHeader-selected {
    background: #fff url(../images/design/hide_icon.png) no-repeat scroll 13px;
    color: #000;
  }

  .webstore-design-stack .gwt-StackLayoutPanelContent {
    background-color: white;
    overflow: auto;
  }

  .webstore-design-control-buttons-panel {
    display: inline-block;
    *display: inline;
    zoom: 1;
    padding: 9px 0px 0px 8px;
    height: 18px;
    margin-bottom: 12px;
  }

  .webstore-design-control-buttons-panel .goog-button-base {
    margin-right: 4px;
  }

  .webstore-theme-customization-view {
    margin-left: 10px;
  }

  .webstore-theme-customization-view .webstore-theme-variation-color-outter.selected {
    background-color: #ccc;
  }

  .webstore-theme-customization-view .layout-title,
  .webstore-theme-customization-view .variation-title {
    border-top: solid 1px #ddd;
    color: #333;
    margin-top: 10px;
    margin-bottom: 5px;
    padding-top: 5px;
  }

  .webstore-theme-selector-view {
    bottom: 0;
    left: 0;
    position: absolute;
    overflow: hidden;
    right: 0;
    top: 0;
  }

  .webstore-theme-selector-view .theme-selector {
    bottom: 300px;
    left: 0;
    overflow: auto;
    position: absolute;
    right: 0;
    top: 0;
  }

  .webstore-theme-selector-view .theme-selector.coloizer-close {
    bottom: 30px;
  }

  .webstore-theme-selector-view .split-bar {
    background-color: #dddddd;
    bottom: 299px;
    height: 1px;
    left: 0;
    overflow: auto;
    position: absolute;
    right: 0;
  }

  .webstore-theme-selector-view .split-bar.coloizer-close {
    bottom: 29px;
  }

  .webstore-theme-selector-view .theme-coloizer-disclosure-panel {
    bottom: 0;
    height: 295px;
    left: 0;
    position: absolute;
    right: 0;
  }

  .webstore-theme-selector-view .theme-coloizer-disclosure-panel.coloizer-close {
    height: 25px;
  }

  .webstore-theme-selector-view .theme-coloizer-disclosure-panel td {
    background-color: white;
  }

  .webstore-theme-selector-view .theme-coloizer-disclosure-panel .header,
  .webstore-theme-selector-view .theme-coloizer-disclosure-panel .header td {
    color: black;
    cursor: pointer;
    text-decoration: none;
  }

  .webstore-theme-variation-color-outter {
    padding: 6px;
    display: inline-block;
    *display: inline;
    zoom: 1;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
  }

  .selector-button.selected .webstore-theme-variation-color-outter.selected {
    background-color: #fff;
  }

  .webstore-theme-variation-color {
    height: 20px;
    width: 20px;
    border: 1px solid #ccc;
    cursor: pointer;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
  }

  .webstore-theme-variation-color-outter.selected .webstore-theme-variation-color {
    border-color: #666;
    cursor: default;
  }

  .webstore-theme-cosmetician-view {
    margin: 0 10px 10px 20px;
    width: 260px;
  }

  .webstore-theme-cosmetician-view .cosmetician-main-panel {
    min-width: 240px;
  }

  .webstore-theme-cosmetician-view .cosmetician-lightness-label {
    display: inline-block;
    *display: inline;
    zoom: 1;
    padding-bottom: 20px;
    vertical-align: bottom;
    width: 40px;
  }

  .webstore-theme-cosmetician-view .cosmetician-color-palette-container {
    display: inline-block;
    *display: inline;
    zoom: 1;
  }

  .webstore-theme-cosmetician-view .cosmetician-left-colorbox-panel {
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin-top: 8px;
    margin-right: 45px;
  }

  .webstore-theme-cosmetician-view .cosmetician-right-colorbox-panel {
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin-top: 8px;
  }

  .webstore-theme-cosmetician-view .cosmetician-colorbox {
    border: 1px solid #d2d2d2;
    height: 40px;
    margin-bottom: 5px;
    width: 96px;
  }

  .template-selector .selector-button,
  .theme-selector .selector-button {
    display: inline-table;
    *display: inline;
    zoom: 1;
    margin: 7px;
  }

  .theme-selector .selector-button {
    border: 1px solid #ccc;
    vertical-align: top;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
  }

  .template-selector .selector-button-image,
  .template-selector .selector-button .gwt-HTML {
    width: 52px;
  }

  .theme-selector .selector-button-image,
  .theme-selector .selector-button .gwt-HTML {
    width: 100px;
  }

  .template-selector .selector-button-image {
    height: 52px;
  }

  .theme-selector .selector-button-image {
    height: 60px;
  }

  .theme-css-annotation-control {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
    border-top: solid 1px #ddd !important;
  }

  .theme-css-annotation-control .control {
    display: inline;
  }

  .theme-css-annotation-control .control.disabled {
    opacity: 0.5;
    filter: alpha(opacity=50);
    cursor: default;
  }

  .theme-css-annotation-sub .control {
    display: inline-table;
    *display: inline;
    zoom: 1;
    vertical-align: top;
    margin-bottom: 10px;
    width: 130px;
  }

  .theme-css-annotation-sub .control .controlText {
    margin-bottom: 5px;
    margin-top: 5px;
    margin-right: 10px;
    color: #333;
  }

  .theme-css-annotation-sub .control .colorChooser,
  .theme-css-annotation-sub .control .fontSizeChooser {
    width: 50px;
    height: 20px;
    cursor: pointer;
    border: 1px solid #666;
  }

  .theme-css-annotation-sub .control .colorChooser {
    background-repeat: repeat;
  }

  .theme-css-annotation-sub .control .imgWrapper {
    cursor: pointer;
    border: 3px solid #ecedf0;
  }

  .theme-css-annotation-sub .control .imgWrapper.hover {
    border-color: #6694E3;
  }

  .theme-css-annotation-sub .control .fontSizeChooser{
    background-color: white;
    color: #666;
    overflow: hidden;
    line-height: 70px;
    vertical-align: middle;
    text-align: center;
    font-weight: bold;
  }

  .theme-css-annotation-sub .control .defaultValue {
    padding: 0 5px;
    font-weight: bold;
    color: #666;
    border: 1px solid #666;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
  }

  .theme-css-annotation-sub .control .mappedControl option {
    padding: 5px 15px 5px 10px;
    cursor: pointer;
  }

  .theme-css-annotation-sub .control .mappedControl {
    cursor: pointer;
    background-color: white;
    height: 24px;
    margin-right: 2px;
    color: #666;
    border: 1px solid #666;
    overflow: hidden;
    min-width: 110px;
  }

  /************** ConfirmDialogBox *************/
  .dialogbox-widget-panel {
    overflow: auto;
    /* This value is referred by ConfirmDialogBox#DIALOG_PADDING. */
    padding: 16px;
    position: relative;
  }

  .dialogbox-buttons-panel {
    padding: 10px;
    clear: both;  /** display buttons on a new line */
  }

  .dialogbox-buttons-panel .goog-button-base {
    margin-top: 2px;
  }

  .dialogbox-buttons-panel .link {
    margin-left: 10px;
  }

  .dialogbox-buttons-panel .loading-animation {
    display: inline-block;
    *display: inline;
    zoom: 1;
    position: relative;
    margin-left: 10px;
  }

  .dialogbox-resize-se {
    background-image: url(../images/resizeInd.png);
    background-repeat: no-repeat;
    cursor: se-resize;
    z-index: 125;
  }

  /* limit the width of the product item cell table so when it's shown
   * in a dialog it does not expand to the right boundary of the browser
   * (IE, FF)
   *
   * Now it's hardcoded, need a better solution later
   */
  .dialogbox-widget-panel .items-cell-table-view {
    max-width: 500px;
  }

  /************** OkCancelDialogBox *************/
  .ok-cancel-dialog-box .dialog-cancel-button {
    margin-left: 10px;
  }

  /************** PageLayoutSelector *************/
  .webstore-page-layout-view .page-name-section {
    margin-bottom: 20px;
  }

  .webstore-page-layout-view .page-name-section .gwt-InlineLabel {
    margin-right: 15px;
  }

  .layout-selection-section .gwt-Label {
    font-weight: bold;
  }

  .webstore-page-layout-selector {
    position: relative;
    margin-top: 10px;
  }

  .webstore-page-layout-selector .selector-button {
    display: inline-table;
    vertical-align: top;
    margin: 0 5px;
  }

  /************** PageContentSelector *************/
  .webstore-page-content-selector {
    width: 450px;
    text-align: center;
    position: relative;
  }

  .webstore-page-content-selector .selector-button {
    display: inline-table;
    vertical-align: top;
    margin: 0 5px;
  }

  /************** Bulletin PageContent editor *************/
  .gwt-DialogBox .gwt-TabPanelBottom .gwt-RichTextArea {
    border-style: solid;
    /* This value is referred by
       BulletinPageContentEditorViewImpl#RICH_TEXT_AREA_BORDER_WIDTH. */
    border-width: 1px;
  }

  .gwt-DialogBox .gwt-TabPanelBottom .gwt-TextArea {
    height: 100%;
    margin: 0;
    width: 100%;
  }

  /************** Base Media and Image PageContent editor *************/
  .webstore-media-size-input-pc-editor {
    margin-left: 8px;
  }

  .webstore-media-size-pc-editor .gwt-RadioButton {
    padding: 0 5px;
  }

  .webstore-media-size-pc-editor .link-label,
  .webstore-image-pc-editor .link-label {
    color: #00c;
    text-decoration: underline;
    cursor: pointer;
  }

  /************** Map Widget *************/

  .webstore-map-bottom {
    float: right;
    margin-top: 5px;
    height: 18px;
  }

  /************** Copyright & Terms footer *************/
  .webstore-signup-main .layout-south {
    margin-top: 10px;
  }

  .webstore-signup-main .webstore-main-footer {
    margin-top: 5em;
    padding: 5em 0 1em 0;
    clear: both;
  }

  .webstore-admin-main .webstore-main-footer {
    padding: 2px 0px;
    text-align: center;
  }

  .webstore-main-footer a,
  .webstore-main-footer a:visited,
  .webstore-main-footer a:hover {
    color: #00a;
    text-decoration: underline;
  }

  /************** Admin Main Console *************/
  .webstore-admin-main.login {
    background-color: #ededf0;
  }

  /************** Basic Color Palette widget *************/
  .goog-palette-colorswatch {
    border: 1px solid #666;
    height: 13px;
    position: relative;
    width: 15px;
  }

  .goog-palette-cell-hover .goog-palette-colorswatch {
    border: 1px solid #fff;
  }

  .goog-palette-cell-selected .goog-palette-colorswatch {
    border: 1px solid #000;
    color: #fff;
  }

  .goog-palette-cell {
    border-color: #666;
    border-style: none solid none none;
    border-width: 0 1px 0 0;
    font-size: 1px;
    height: 13px;
    margin: 0;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    width: 15px;
  }

  .goog-palette-table {
    border: 1px solid #666;
    border-collapse: collapse;
  }

  .goog-palette {
    background-color: #666;
    cursor: default;
    outline-style: none;
    outline-width: medium;
  }

  .webstore-composite-color-palette {
    background-color: #666;
  }

 .webstore-composite-color-palette-bottom {
   width: 181px;
 }

  .webstore-composite-color-palette-advanced {
    float: right;
  }

  .webstore-composite-color-palette-transparent {
    padding: 4px 0 0 4px;
  }

  .webstore-composite-color-palette-transparent-icon {
    background-image: url(../images/transparent.png);
    background-repeat: repeat;
    cursor: pointer;
    display: inline-block;
    *display: inline;
    zoom: 1;
    height: 15px;
    width: 15px;
  }

  .webstore-composite-color-palette-transparent-text {
    color: white;
    font-size: 11px;
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
  }

  /************** PageContentGroup Editor *************/
  .webstore-confirm-popup {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    background: #e8eefa;
    padding: 4px;
    font: 12px arial;
  }

  .pcg-editor {
    padding: 0 10px;
  }

  .webstore-confirm-popup .goog-button-base-content {
    line-height: 1.7em !important;
    font-size: 12px;
  }

  .webstore-confirm-popup .goog-button-base {
    margin: 10px;
  }

  /************** ImageGallery PageContent Editor *************/
  .webstore-image-gallery-editor {
    width: 500px;
  }

  .image-gallery-type-option,
  .image-gallery-crop-option,
  .image-gallery-preview-layout {
    float: left;
  }

  .image-gallery-type-option {
    margin-right: 10px;
  }

  .image-gallery-type-option .gwt-Tree {
    background-color: #fafafa;
    width: 180px;
  }

  .image-gallery-type-option .gwt-CheckBox {
    display: block;
    margin-bottom: 10px;
  }

  .image-gallery-type-option .gwt-Tree div {
    padding-left: 0 !important;
  }

  .image-gallery-type-option .gwt-Tree .gwt-TreeItem {
    color: #648bda;
    padding: 3px 10px !important;
  }

  .image-gallery-type-option .gwt-Tree .gwt-TreeItem-selected {
    background: #6d7dc6;
    color: #fff;
    font-weight: bold;
    display: block !important;
  }

  .image-gallery-type-option .gwt-Label {
    margin-bottom: 10px;
  }

  .image-gallery-setting-option {
    height: 55px;
    padding: 5px 0 0 5px;
  }

  .image-gallery-setting-option-left {
    float: left;
  }

  .image-gallery-setting-option-right {
    margin-left: 180px;
  }

  .image-gallery-setting-option .image-gallery-check-box {
    margin-bottom: 5px;
    display: block;
  }

  .image-gallery-setting-option-right .image-gallery-transition-time-list {
    margin-left: 7px;
  }

  .image-gallery-crop-option {
    margin-bottom: 20px;
  }

  .image-gallery-crop-option .gwt-RadioButton {
    display: block;
  }

  .webstore-image-gallery-editor .image-gallery-table {
    margin-top: 9px;
    max-height: 260px;
    overflow: auto;
    position: relative;
    width: 485px;
  }

  .webstore-image-gallery-editor .image-gallery-up-down-buttons,
  .webstore-image-gallery-editor .image-gallery-image,
  .webstore-image-gallery-editor .image-gallery-caption {
    float: left;
  }

  .webstore-image-gallery-editor .gwt-TextBox {
    display: block;
    margin-bottom: 10px;
    width: 320px;
  }

  .image-gallery-delete {
    cursor: pointer;
    color: #5d8cd8;
    font-size: 12px;
    background: transparent url('../images/delete_norm.png') no-repeat left center;
    padding-left: 20px;
    zoom: 1; /* IE6/7 needs this to apply padding to the correct side in RTL. */
  }

  .image-gallery-delete:hover {
    background: transparent url('../images/delete_over.png') no-repeat left center;
  }

  .webstore-image-gallery-editor .gwt-PushButton {
    background: none;
    border: none;
    padding: 0;
    margin: 0;
  }

  .webstore-image-gallery-editor .image-gallery-add-row {
    padding: 8px 22px;
    background-color: #e8ecf8;
    border-top: 1px #a9a9a9 solid;
    border-bottom: 1px #a9a9a9 solid;
    display: block;
  }

  .image-gallery-row {
    padding: 4px 0;
  }

  .image-gallery-up-down-buttons {
    padding: 3px 9px 3px 5px;
  }

  .image-gallery-up-down-buttons img {
    display: block;
  }

  .image-gallery-up-down-buttons .gwt-PushButton {
    padding: 3px 0;
  }

  .webstore-image-gallery-editor .image-gallery-image {
    cursor: pointer;
    margin-right: 10px;
  }

  .image-gallery-image .imgWrapper {
    border: 1px solid #5e5e5e;
  }

  .image-gallery-preview-layout {
    display: table;
    height: 140px;
    margin-top: 15px;
    width: 290px;
  }

  .image-gallery-preview-layout-vertical-align {
    display: table-cell;
    vertical-align: middle;
  }

  .image-gallery-preview-layout-horizontal-align {
    margin: auto;
  }

  .image-gallery-preview-layout-grid-cell {
    border: 1px solid;
    margin: 2px;
    border-radius: 4px;
    float: left;
  }

  .image-gallery-preview-layout-grid-cell.no-border,
  .image-gallery-preview-layout-grid-cell.filmstrip {
    border-radius: 0;
  }

  .image-gallery-preview-layout-grid-cell-content {
    border: 1px solid black;
    background-color: #88acdc;
    margin: 4px 4px 0 4px;
    border-radius: 4px;
  }

  .image-gallery-preview-layout-grid-cell-content.no-caption {
    margin: 4px;
  }

  .image-gallery-preview-layout-grid-cell-content.no-border,
  .image-gallery-preview-layout-grid-cell-content.filmstrip {
    border: 0;
    margin: 0;
    border-radius: 0;
  }

  .image-gallery-preview-layout-grid-cell-caption {
    color: #898989;
    font-size: 12px;
    font-style: italic;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
  }

  .image-gallery-preview-layout-grid-cell-caption.no-border,
  .image-gallery-preview-layout-grid-cell-caption.filmstrip {
    color: #fff;
    background-color: #5e7899;
  }

  .image-gallery-preview-layout-grid-cell-content.slideshow {
     background: url("../images/pages/gallery_slideshow.png") no-repeat scroll center 40%;
  }

  .image-gallery-preview-layout-grid-cell-caption.slideshow {
    text-align: left;
  }

  .image-gallery-preview-layout-grid-inner-cell {
    margin-left: 3px;
  }

  .image-gallery-preview-layout-grid-inner-sub-cell {
    float: left;
    background-color: #88acdc;
    display: block;
    width: 27px;
    height: 22px;
    margin: 1px;
    border: 1px solid black;
  }

  .image-gallery-add-row .goog-button-base-content {
    line-height: 24px !important;
    font-size: 13px;
  }

  .webstore-gallery-filmstrip-preview {
    height: 100%;
    position: relative;
  }

  .webstore-gallery-filmstrip-preview:hover {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -moz-box-shadow: 0px 0px 5px #666;
    -webkit-border-radius: 5px;
    -webkit-box-shadow: 0px 0px 5px #666;
  }

  .webstore-gallery-filmstrip-preview-image {
    border: 1px solid #ccc;
    overflow: hidden;
  }

  .webstore-gallery-filmstrip-preview-caption {
    background-color: black;
    bottom: 0;
    color: #fff;
    font-size: 13px;
    opacity: 0;
    filter: alpha(opacity=0); /* IE7 */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";  /* IE8 */
    padding: 5px 0;
    position: absolute;
    text-align: center;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .webstore-gallery-filmstrip-preview:hover .webstore-gallery-filmstrip-preview-caption {
    opacity: 0.75;
    filter: alpha(opacity=75); /* IE7 */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=75)"; /* IE8 */
  }

  .webstore-gallery-filmstrip-preview-thumbnail-list {
    height: 64px;
    margin-top: 0.1em;
    overflow: hidden;
    position: relative;
  }

  .webstore-gallery-filmstrip-preview-thumbnail-list table {
    left: 0px;
    position: absolute;
    top: 0px;
  }

  .webstore-gallery-filmstrip-preview-thumbnail {
    border: 1px solid #ccc;
    height: 62px;
    overflow: hidden;
    width: 62px;
  }

  .webstore-gallery-filmstrip-preview-thumbnail img {
    height: 100%;
    width: 100%;
  }

  /************** Contact Us Editor ******************/

  .webstore-contact-us-editor {
    width: 520px
  }

  .webstore-contact-us-editor .tips-text {
    padding: 0 3px;
    font-size: .8em;
    color: #797979;
  }

  /************** Guide ******************/
  .webstore-guide-welcome {
    margin: 5px 8px 5px 8px;
  }

  .webstore-guide-welcome-header {
    color: #605d57;
    font-size: 1.5em;
  }

  .webstore-guide-welcome-header .gwt-Image {
    vertical-align: middle;
  }

  .webstore-guide-welcome-header-text {
    vertical-align: middle;
  }

  .webstore-guide-welcome-content {
    position: relative;
  }

  .webstore-guide-welcome-instruction {
    color: #5e5e5f;
    font-size: 1.3em;
    margin: 10px 0;
    position: absolute;
    right: 110px;
    top: 5px;
  }

  .webstore-guide-welcome-instruction .webstore-guide-welcome-highlight {
    color: #dd4b39;
    font-weight: bold;
  }

  .webstore-guide-pages .webstore-guide-step-div {
    color: #3b1875;
  }

  .webstore-guide-design .webstore-guide-step-div {
    color: #db6420;
  }

  .webstore-guide-products .webstore-guide-step-div {
    color: #004080;
  }

  .webstore-guide-settings .webstore-guide-step-div {
    color: #2e6e49;
  }

  .webstore-guide-step-header {
    font-size: 1.2em;
    margin-bottom: 5px;
    text-align: center;
  }

  .webstore-guide-welcome-bottom {
    margin-bottom: 8px;
    margin-top: 10px;
  }

  .webstore-guide-bottom {
    margin-top: 10px;
  }

  .webstore-guide-bottom:after {
    clear: both;
    content: "";
    display: block;
  }

  .webstore-guide-table {
    width: 100%;
  }

  /** remember to update this same style in other css files */
  .webstore-blue-button {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 1px solid #2f79ed;
    border-radius: 4px;
    background: #3497e8; /* Old browsers */
    background: -moz-linear-gradient(top, #3497e8 30%, #4d90fd 70%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #3497e8), color-stop(70%, #4d90fd)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #3497e8 30%, #4d90fd 70%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #3497e8 30%, #4d90fd 70%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #3497e8 30%, #4d90fd 70%); /* IE10+ */
    background: linear-gradient(top, #3497e8 30%, #4d90fd 70%); /* W3C */
    color: white;
    cursor: pointer;
    display: inline-block;
    *display: inline;
    zoom: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3497e8', endColorstr='#4d90fd', GradientType=0); /* IE6-9 */
    font-weight: bold;
    white-space: nowrap;
  }

  .webstore-guide-start-button,
  .webstore-guide-next-button,
  .webstore-guide-publish-button {
    height: 18px;
    margin-right: 8px;
    padding: 5px 20px;
  }

  .webstore-guide-return-button {
    height: 18px;
    margin-right: 8px;
    padding: 5px 10px;
  }

   .webstore-guide-start-button {
    padding: 7px 25px !important;
  }

  .webstore-gray-button,
  .webstore-guide-gray-button {
    background: #f7f7f7;
    border: 1px solid #d1d0d1;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    color: #42424f;
    cursor: pointer;
    display: inline-block;
    *display: inline;
    zoom: 1;
    height: 18px;
    margin-right: 5px;
    white-space: nowrap;
  }

  .webstore-guide-previous-button {
    padding: 5px 20px;
  }

  .webstore-guide-collapse-button {
    float: right;
    margin-right: 8px;
    padding: 5px 8px;
  }

  .webstore-guide-close-video-button {
    padding: 5px 15px;
  }

  .webstore-guide-undo-publish-button {
    padding: 5px 10px;
  }

  .webstore-guide-play-video-button {
    margin-top: 102px;
    padding: 5px 12px;
  }

  .webstore-guide-pages,
  .webstore-guide-design,
  .webstore-guide-products,
  .webstore-guide-settings {
    background-color: #fff6c3;
    border: 2px solid #e5ce98;
    /* @noflip */
    margin-right: 10px;
    padding: 10px;
  }

  .webstore-guide-settings {
    margin: 0 10px 10px 10px;
  }

  .webstore-guide-collapsed-view {
    color: #df9371;
    cursor: pointer;
  }

  .webstore-guide-normal-td-left {
    vertical-align: top;
    width: 203px;
  }

  .webstore-guide-normal-td-right {
    width: auto;
    vertical-align: top;
    position: relative;
    padding-left: 18px;
  }

  .webstore-guide-highlights-content {
    margin: 5px 0 5px -5px;
  }

  .webstore-guide-highlights-content .header td {
    color: #457bd3 !important;
  }

  .webstore-guide-highlights-content .gwt-DisclosurePanel-open .header td {
    font-weight: bold;
  }

  .webstore-guide-highlights-content .header img {
    margin-top: 2px;
  }

  .webstore-guide-highlights-content .gwt-DisclosurePanel .content {
    background-color: white;
    padding: 9px !important;
    margin-left: 18px !important;
    border: 1px solid #e2ddd9 !important;
    display: inline-block;
    *display: inline;
    zoom: 1;
  }

  .webstore-guide-video-thumbnail-panel {
    height: 135px;
    position: relative;
    text-align: center;
    width: 204px;
  }

  .webstore-guide-video-thumbnail-panel.clickable {
    cursor: pointer;
  }

  .webstore-guide-video-thumbnail-play {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -29px !important;
    margin-top: -20px !important;
  }

  .webstore-guide-highlights-content {
    min-height: 96px;
  }

  .webstore-guide-video-td-left {
    vertical-align: top;
  }

  .webstore-guide-video-td-right {
    width: 100%;
    vertical-align: top;
  }

  .webstore-guide-video-tips {
    margin-left: 12px;
  }

  .webstore-guide-video-tips-text {
    margin: 12px 0;
  }

  .webstore-congratulation {
    background-color: #e9f8d7;
    border: 2px solid #8eb274;
    margin: 0 10px 10px 10px;
    padding: 15px 15px 10px 15px;
  }

  .webstore-page-tab .webstore-congratulation {
    margin: 0 10px 0 0 !important;
  }

  .webstore-design-tab .webstore-congratulation {
    margin: 0 10px 0 0 !important;
  }

  .webstore-product-tab .webstore-congratulation {
    margin: 0 10px 0 0 !important;
  }

  .webstore-congratulation-header-text {
    display: inline;
    font-size: 1.3em;
    font-weight: bold;
    margin-bottom: 10px;
    margin-right: 10px;
  }

  .webstore-congratulation-content {
    margin: 10px 10px 10px 0;
  }

  .webstore-congratulation-content .webstore-guide-highlights-content {
    margin-left: 10px;
    min-height: 70px;
  }

  .webstore-congratulation .link {
    color: #457bd3;
  }

  .webstore-congratulation-header .link {
    font-weight: bold;
    text-decoration: underline;
  }

  .webstore-congratulation-purchasing-domain {
    margin-top: 10px;
  }

  .webstore-congratulation-purchasing-domain-header {
    font-weight: bold;
    margin-bottom: 0.3em;
  }

  .webstore-publish-reminder-text {
    margin: 5px 0 -10px 0;
    width: 490px;
  }

  .webstore-publish-reminder-highlight {
    color: #007fcf;
    font-weight: bold;
  }

  .webstore-publish-reminder-button {
    height: 18px;
    padding: 3px 5px;
  }

  .webstore-publish-reminder-additional-info {
    margin-top: 5px;
  }

  .webstore-publish-reminder-additional-info a:active,
  .webstore-publish-reminder-additional-info a:hover,
  .webstore-publish-reminder-additional-info a:link,
  .webstore-publish-reminder-additional-info a:visited {
    color: #007fcf;
    cursor: pointer;
    font-weight: bold;
  }
}
