.searchdiv {
  background: url("../images/search.png") no-repeat scroll left top transparent;
  float: left;
  height: 25px;
  margin-left: 2px;
  margin-top: 10px;
  width: 257px;
}

.mod_redshop_products_wrapper {
  background: none repeat scroll 0 0 #E7E6E1;
  border-bottom: 4px solid #000000;
  font-size: 15px;
  font-weight: bold;
  height: auto !important;
  width: 100%;
}

#content_top_search .mod_redshop_products_wrapper {
  padding: 6px 0 6px 0;
}

.advsearch {
  color: #0065a4;
  float: right;
  font-size: 11px;
  font-weight: normal;
  margin: 2px 27px 0 10px;
  text-transform: uppercase;
}

.searchtext {
  font-size: 14px;
  padding-top: 15px !important;
}


/* System Messages */
#system-message dd.message ul, #system-message dd.error ul, #system-message dd.notice ul {
  padding: 0;
  margin: 0;
  border: none;
}

#system-message dd.message ul li, #system-message dd.error ul li, #system-message dd.notice ul li {
  background: none;
  padding: 5px;
  height: 25px;
  margin: 0;
  list-style-type: none;
}

#system-message dd.message ul {
  background: #C0D2E8 url(../../system/images/notice-info.png) 4px center no-repeat;
  border-top: 3px solid #0099DD;
  border-bottom: 3px solid #0099DD;
  margin: 0;
  padding-left: 40px;
  text-indent: 0;
  color: #425563;
}

#system-message dd.error ul {
  color: #425563;
  background: #C0D2E8 url(../../system/images/notice-alert.png) 4px center no-repeat;
  border-top: 3px solid #0099DD;
  border-bottom: 3px solid #0099DD;
  margin: 0;
  padding-left: 40px;
  text-indent: 0;
}

#system-message dd.notice ul {
  color: #425563;
  background: #C0D2E8 url(../../system/images/notice-note.png) 4px center no-repeat;
  border-top: 3px solid #0099DD;
  border-bottom: 3px solid #0099DD;
  margin: 0;
  padding-left: 40px;
  text-indent: 0;
}

#system-message dt {
  display: none;

}

#system-message dd {
  margin: 0;
  padding: 0;
}

#system-message {
  margin: 10px 5px 20px 5px;
}

/* Tooltips */
.tool-tip {
	float: left;
	background: #ffc;
	border: 1px solid #D4D5AA;
	padding: 5px;
	max-width: 200px;
	text-align: left;
}

.tool-title {
	padding: 15px 0 5px 0;
	margin: -15px 0 0 0;
	font-size: 100%;
	font-weight: bold;
	background: url(../../system/images/selector-arrow.png) no-repeat;
}

.tool-text {
	font-size: 100%;
	margin: 0;
}

.tip-wrap {
	z-index: 10000;
}

.tip {
	float: left;
	background: #ffc;
	border: 1px solid #D4D5AA;
	padding: 5px;
	max-width: 200px;
}

.tip-title {
	padding: 15px 0 5px 0;
	margin: -15px 0 0 0;
	font-size: 100%;
	font-weight: bold;
	background: url(../images/selector-arrow.png) no-repeat;
}

.tip-text {
	font-size: 100%;
	margin: 0;
}