
/* Standard elements */

h1 {
  color:#32833f;
}

a {
  color:#286832;
}

a:hover {
  color:#32833f;
}


/* Main Menu */

.main-nav, .main-nav .ui-menu, .main-nav .ui-menu-item-box {
  background-image: url(images/seller-nav.png);
}
.main-nav .ui-submenu-item {
  background-image: url(images/seller-submenu-b.png);
}
.main-nav  .ui-menu-item-box-hover, .main-nav .ui-submenu-item-box {
  background-color:#32833f;
}
.main-nav .ui-submenu-item-box-hover {
  background-color:#24612e;
}
.home-button, .home-button .ui-menu-item-box-hover {
  background-image: url(images/seller-home.gif) !important;
}

/* Select lists */

.select .ui-select-middle,
.select .ui-select-left,
.select .ui-select-right {
  background-image: url(images/seller-select.png);
}


/* Buttons */

.ui-button-left,
.ui-button-middle,
.ui-button-right,
.ui-button-hover,
.ui-button-left-hover,
.ui-button-right-hover
{
  border: none;
  background-color: transparent;
  background-image: url(images/seller-button.png);
}

.button-small .ui-button-left,
.button-small .ui-button-middle,
.button-small .ui-button-right,
.button-small .ui-button-hover,
.button-small .ui-button-left-hover,
.button-small .ui-button-right-hover
{
  border: none;
  background-color: transparent;
  background-image: url(images/seller-button-small.png);
}

.search-box .box-m, .search-box .box-inside {
  background-color: #46b731;
}
.search-box .box-tl, .search-box .box-tr, .search-box .box-bl, .search-box .box-br { 
  background-image: url(images/green-box.png);
}


/* Text */

span.openQuote, span.closeQuote {
  color: #32833f;
}


