/** Add css rules here for your application. */

.serverResponseLabelError {
  color: red;
}

/** Set ids using widget.getElement().setId("idOfElement") */
#closeButton {
  margin: 15px 6px 6px;
}

.logo {
  background-image:url(images/logo.gif) !important;
  width: 228px;
  height: 67px;
}

.gwt-MenuBar-main {
  font-weight: bold;
  cursor: pointer;
}

.gwt-MenuBar .gwt-MenuItem {
  cursor: pointer ! important;
}

.gwt-MenuItem-highlighted {
	background: #E0EDFE;
}

.article-wrap {
  float: left;
  width: 100%;
}

.article-content {
  padding: 1px;
  border-bottom: solid 1px #770000;
  width: 100%;
  float: left;
  margin-bottom: 5px;
  overflow-y: auto;
}

.article-content-brief {
  margin-top: 7px;
}

.article-title {
  font-size: 11pt;
  font-weight: bold;
}

.article-read-more {
  cursor: pointer;
  float: right;
}

.gwt-Label-paging-bar {
  cursor: pointer;
}

.gwt-DialogBox-custom .Caption {
  font-weight: bold;
  cursor: move;
}

.image {
  text-align: center;
  padding: 0 3px 6px;
  padding-top: 0px;
  padding-right: 3px;
  padding-bottom: 6px;
  padding-left: 3px;
}

.image img {
  height: 100px;
  cursor: pointer;
}


.product-item {
  float: left;
  margin-top: 10px;
  margin-left: 20px;
  text-align: center;
  height: 200px;
}

.product-name {
  color: #004B91;
  cursor: pointer;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}

.product-price {
  color: #900;
}

.order-item {
  width: 99%;
  overflow: hidden;
}

.order-item-image {
  width: 220px;
  float: left;
}

.order-item-image img {
  width: 200px;
}

.order-item-details-label {
  width: 100px;
  float: left;
}

.remove-order-item {
  cursor: pointer;
  float: right;
}

.cat-info {
  width: 98%;
  overflow: hidden;
}

.cat-image img {
  width: 100px;
}

.cat-image img {
  float: left;
}

a:focus, a:hover, a:visited {
  color: #E47911 !important;
}

a {
  font-family: arial,verdana,helvetica,sans-serif !important;
  color: #004B91 !important;
}


/**
.gwt-TabBar .gwt-TabBarItem {
  background: #D0A6A6 !important;
}

.gwt-TabBar .gwt-TabBarItem-selected {
  background: #770000 !important;
}

.gwt-TabPanelBottom {
  border-color: #770000 !important;
}
*/