/** FULLTEXT **/
.fulltext-search-autocomplete
{
  vertical-align: baseline;
  border: 0;
  width: auto;
}

.fulltext-search-autocomplete .dijitInputField
{
  border: 2px #cccccc solid;
  height: 19px;
  line-height: 19px;
  overflow: hidden;
}

.fulltext-search-autocomplete .dijitButtonNode
{
  border: 0;
}

.fulltext-search-autocomplete .dijitArrowButton
{
  padding: 0;
}

.fulltext-search-autocomplete .dijitButtonNode .dijitArrowButtonInner
{
  background: #beff00 url("../../../../images/icons/dropdown_arrow_down.gif") center center no-repeat;
}

.dijitMenu
{
  border: 2px #ccc solid;
  margin-top: 1px;
  margin-bottom: 1px;
}

.dijitMenuPassive .dijitMenuItemHover,
.dijitMenuItemSelected {
	/*
	 * dijitMenuItemHover refers to actual mouse over
	 * dijitMenuItemSelected is used after a menu has been "activated" by
	 * clicking it, tabbing into it, or being opened from a parent menu,
	 * and denotes that the menu item has focus or that focus is on a child
	 * menu
	 */
	background: #beff00 none;
  color: #4A6400;
}

.dijitComboBoxHighlightMatch
{
  font-weight: bold;
}

.fulltext-search-autocomplete
{
  width: 296px;
}

.fulltext-search-autocomplete input
{
  height: 19px;
}


.fulltext-search-autocomplete .dijitValidationIcon
{
  display: none;
}

/** POPUP **/
.dijitDialog
{
  background: #ffffff;
  padding: 0;
  -moz-box-shadow: 0 0 15px 2px #888888;
  -webkit-box-shadow: 0 0 15px 2px #888888;
  -opera-box-shadow: 0 0 15px 2px #888888;
  -o-box-shadow: 0 0 15px 2px #888888;
  box-shadow: 0 0 15px 2px #888888;
  max-width: 450px;
}

.dijitDialogTitleBar
{
  background: #f3f3f3 none;
  height: 40px;
  position: relative;
}

.dijitDialogTitle
{
  display: block;
  line-height: 40px;
  white-space: nowrap;
  font-weight: bold;
  color: #5d5d5d;
  float: left;
  padding: 0 14px 0 14px;

}

.dijitDialogTitle:hover
{
  cursor: move;
}

.dijitDialogCloseIcon
{
  float: right;
  display: block;
  width: 40px;
  height: 40px;
  background: transparent url("../images/icons/popup_close.gif") top left no-repeat;
}

.dijitDialogCloseIcon:hover
{
  cursor: pointer;
}

.dijitDialogPaneContent
{
  padding: 14px 14px 0px 14px;
}

.dijitDialogPaneContent p
{
  padding-bottom: 14px;
  line-height: 16px;
}

.dijitDialogPaneContent .title
{
  display: block;
  font-family: georgia, "Time New Roman", times-new-roman, sans-serif;
  color: #89bb00;
  font-size: 18px;
  line-height: 24px;
  font-weight: normal;
  padding-bottom: 6px;
  padding-top: 4px;
}

.dijitDialogPaneActions
{
  padding: 14px 5px 14px 5px;
}

.dijitButtonNode
{
  margin: 0 9px 0 9px;
  border: 0;
}

button
{
  background-color: #BEFF00;
}

button:hover
{
  background-color: #f3f3f3;
}

.dijitDialogPaneActions span.dijit:first-child button{
  background-color: #f3f3f3 !important;
}

.dijitDialogPaneActions span.dijit:first-child button:hover{
  opacity:0.6;
}

.dijitButtonText
{
  border: 0;
  height: 25px;
  line-height: 25px;
  padding: 0 14px;
}

.product-image
{
  display: block;
  float: left;
  position: relative;
  top: -5px;
  left: -5px;
}
