/* ===== general blueprint code ===== */
.container {
  width: 950px;
  margin: 0 auto;
}
.last {
  margin-left: 0;
}
.prepend-top {
  margin-top: 1.5em;
}
.append-bottom {
  margin-bottom: 1.5em;
}
.box {
  padding: 1.5em;
  margin-bottom: 1.5em;
  background: #e5ecf9;
}
hr {
  background: #ddd;
  color: #ddd;
  clear: both;
  float: none;
  width: 100%;
  height: .1em;
  margin: 0 0 1.45em;
  border: none;
}
hr.space {
  background: #fff;
  color: #fff;
  visibility: hidden;
}
.clearfix:after,
.container:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}
.clearfix,
.container {
  display: block;
  text-align: right;
}
.clear {
  clear: both;
}
/* ===== End general blueprint code ===== */
/* ===== Search Results (Items) page  ==== */
/* --- Header 2 Grid --- */
#header_menu {
  float: right;
  margin-left: 10px;
  width: 950px;
}
#menu_links_right {
  float: right;
  margin-left: 10px;
  width: 310px;
}
#logo {
  float: right;
  margin-left: 10px;
  width: 310px;
}
#menu_links_left {
  float: right;
  margin-left: 10px;
  width: 310px;
  margin-left: 0;
}
/* --- End Header Grid --- */
/* --- Header 3 Style --- */
#header_bottom_border {
  height: 5px;
}
#header_menu {
  height: 92px;
}
#logo {
  text-align: center;
}
#logo a img {
  max-width: 100%;
  padding-top: 14px;
}
#menu_links_right,
#menu_links_left {
  margin-top: 36px;
}
#menu_links_right {
  text-align: left;
}
#menu_links_right ul {
  text-align: left;
}
#menu_links_left ul {
  text-align: right;
}
.myMenu li {
  padding-left: 8px;
  padding-right: 8px;
  display: inline-block;
  float: none;
  margin-top: 0;
}
.myMenu li a:link,
.myMenu li a:visited {
  display: block;
}
.myMenu li ul {
  position: absolute;
  visibility: hidden;
  margin: 0;
  z-index: 1;
}
.myMenu li ul li {
  display: block;
  text-align: right;
  padding-top: 2px;
  padding-bottom: 2px;
}
.myMenu li ul li a:link,
.myMenu li ul li a:visited {
  width: auto;
  max-width: 200px;
}
/* --- End Header Style --- */
/* --- Header 2 Images --- */
.links_store a.current {
  background: url("header_menu_active.png") no-repeat center bottom;
}
#header_bottom_border {
  background: url("header_bottom_border.png") repeat-x;
}
/* --- Header 2 colors --- */
#header {
  background-color: #363636;
}
.myMenu a {
  color: #d8d8d8;
}
.myMenu a:hover {
  color: #a5a5a5;
}
.myMenu #link_design a {
  color: #91c63a;
}
.myMenu #link_design a:hover {
  color: #749f2e;
}
.myMenu li ul {
  background-color: #000000;
}
.myMenu li ul li:hover {
  background-color: #4d4d4d;
}
.myMenu li ul li a:link,
.myMenu li ul li a:visited {
  color: #d8d8d8;
}
/* --- End Header Images --- */
/* ===== End Search Results (Items) page  ==== */
