body {
  font: 11px Arial;
}

.hidden {
  display: none !important;
}
.editor .hidden {
  display: block !important;
}
.editor a.hidden {
  display: inline !important;
}

#content {
  background: url(/images/bg/body/body.gif) center repeat-y;
}
#content .innerA {
  background: url(/images/bg/body/top.gif) top no-repeat;
}
#content .innerB {
  padding-bottom: 86px;
  padding-bottom: 25px;
  background: url(/images/bg/body/bottom.gif) bottom no-repeat;
}

#content.dimmed #sheet {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

#content .dialog {
  position: fixed;
  z-index: 5;
  top: 50%;
  left: 50%;
  margin-left: -184px;
}
#content .dialog .contents {
  background-position: 22px 24px;
  background-repeat: no-repeat;  
}
#content .dialog .edit {
  background-position: 30px 16px;
  background-image: url(/images/dialog/ic/edit.gif);
}
#content .dialog .important {
  background-position: 30px 22px;
  background-image: url(/images/dialog/ic/warning.gif);
}
#content .dialog .mail {
  background-image: url(/images/dialog/ic/mail.gif);
}
#content .dialog .add {
  background-position: 24px 16px;
  background-image: url(/images/dialog/ic/add.gif);
}
#content .dialog div.upload {
  background-position: 24px 15px;
  background-image: url(/images/dialog/ic/upload.gif);
}
#content .busy .progress input {
  visibility: hidden;
}
#content .busy .progress .contents {
  background: url(/images/upload.gif) left no-repeat;
}
#content .dialog .download {
  background-position: 24px 15px;
  background-image: url(/images/dialog/ic/download.gif);
}
#content .dialog .error {
  background-image: url(/images/dialog/ic/no.gif);
}


.dialog .contents {
  font-size: 14px;
  padding: 20px;
  padding-left: 70px;
  padding-bottom: 70px;
}
.dialog .explanation {
  color: #fff;
  width: 280px;
  margin-bottom: 16px;
}
.dialog .field .contents {
  position: static;
  padding: 0;
  width: 278px;
}
.dialog iframe {
  border: 0;
}
.dialog label {
  display: block;
  color: #fff;
  font-size: 12px;
  margin-top: 16px;
  margin-bottom: 10px;
}
.dialog .control {
  display: block;
}
.dialog .single,
.dialog .multi {
  width: 264px;
}
.dialog .multi {
  height: 120px;
}
.dialog .button {
  position: absolute;
  bottom: 28px;
  right: 27px;
  font-size: 15px;
  color: #004785;
  text-align: center;
  width: 103px;
  line-height: 24px;
  height: 24px;
  background: url(/images/dialog/button.gif);
}
.dialog a.weak {
  right: 144px;
  background-image: url(/images/dialog/button/weak.gif);
}



#sheet {
  position: relative;
  width: 960px;
  margin: 0 auto;
  padding-top: 90px;
}

#logo {
  position: absolute;
  top: 31px;
  left: 10px;
  width: 161px;
  height: 70px;
  text-indent: -999em;
  overflow: hidden;
  background: url(/images/logo.gif) no-repeat;
  border: 0;
}

#globals {
  position: absolute;
  z-index: 3;
  top: 0;
  right: 0;
  color: #666;
  line-height: 32px;
  height: 32px;
}
#globals .greet, #globals .link {
/*  display: none;*/
  float: left;
  margin-left: 10px;
}
#globals a {
  color: #666;
  text-decoration: underline;
}

#globals .open {
  position: relative;
  background: url(/images/globals/pointer.png) bottom no-repeat;
}
#globals .drop {
  float: left;
  margin-left: 3px;
  
}
#globals .drop a {
  background-repeat: no-repeat;
  background-position: 8px center;
}
#globals .drop .button {
  padding-left: 5px;
}
#globals .drop .pane {
  position: absolute;
  top: 32px;
  right: -7px;
  margin-left: 22px;
}
#globals .drop .contents {
  padding: 5px 0;
}
#globals .drop .pane .button:hover {
  background-color: #9caac5;
}
#globals .drop .pane .button {
  color: #fff;
  text-decoration: none;
  padding: 0 10px;
}
#globals .drop .pane .button strong {
  line-height: 20px;
  height: 20px;
  padding-left: 23px; 
  background-position: left;
  background-repeat: no-repeat;
}
#globals .drop strong {}





#tabs {
  position: absolute;
  right: 0;
  top: 67px;
}
#tabs a {
  float: left;
  text-transform: uppercase;
  display: inline;
  line-height: 24px;
/*  position: relative;
  top: -24px;*/
  padding: 0 24px;
  background: #004785;
  color: #fff;
  margin-left: 1px;
}
#tabs .on {
  background: #fff;
  color: #004785;
}
#tabs .search {
  padding: 0;
  padding-left: 30px;
  width: 0;
  text-indent: -999em;
  overflow: hidden;
  background: #004785 url(/images/search/off.gif) center no-repeat;
}
#tabs.expanded .search {
  background: #ebeef3 url(/images/search/on.gif) center no-repeat;
}


#search {
  display: none;
  clear: both;
  z-index: 2;
  position: relative;
  text-align: right;
  padding: 10px 0;
  background: #ebeef3 url(/images/bg/search.gif) top left no-repeat;
}
#search * {
  vertical-align: middle;
}
#search label {
  color: #3E6B93;
  font-size: 18px;
}
#search input {
  margin: 0 24px;
}

#crumbs {
  clear: both;
  position: relative;
  z-index: 2;
  padding: 18px 12px;
  width: 936px;
}
#crumbs .drop {
  float: left;
  display: inline;
  position: relative;
  font-size: 14px;
  padding-left: 8px;
  background: url(/images/crumb.gif) left repeat-x;
}
#crumbs .drop .link {
  color: #fff;
  float: left;
  display: inline;
  position: relative;
  left: 15px;
  line-height: 32px;
  padding-right: 32px;
  background-position: right;
  background-repeat: no-repeat;
}
#crumbs .drop:hover {
  background: url(/images/crumbs/hover.gif) left;
}
#crumbs .drop:hover .link {
  color: #7d7d7d;
  background-image: url(/images/crumbs/hover/right.gif);
}
#crumbs .first,
#crumbs .first:hover {
  padding-left: 0;
  z-index: 2;
  background-image: url(/images/crumbs/first.gif);
}
#crumbs .first .link,
#crumbs .first:hover .link {
  color: #fff;
  background-image: url(/images/crumbs/first/right.gif);
}
#crumbs.oneUp .first .link,
#crumbs.oneUp .first:hover .link,
#crumbs.twoUp .first .link,
#crumbs.twoUp .first:hover .link {
  background-image: url(/images/crumbs/first/oneUp/right.gif);
}
#crumbs .second:hover {
  border: 0px solid #fff; /* fix IE7 */
  z-index: 2;
  background: url(/images/crumbs/second/hover.gif) left;
}
#crumbs .secondLast:hover .link,
#crumbs .last:hover .link {
  background-image: url(/images/crumbs/hover/secondLast/right.gif);
}
#crumbs .secondLast .link {
  background-image: url(/images/crumbs/right.gif);
}
#crumbs .last, #crumbs .last .link {
  color: #738097;
  background-image: none;
}
#crumbs .drop .pane {
  position: absolute;
  top: 32px;
  left: 0px;
}
#crumbs .drop:hover .pane,
#crumbs .drop .pane:hover {
  display: block;
}
#crumbs .pane .contents {
  padding: 5px 0;
  background: #f6f8f9;
}
#crumbs .pane .button {
  color: #7d7d7d;
  line-height: 25px;
  height: 25px;
  padding: 0 5px;
  background: none !important;
}
#crumbs .pane .button:hover strong {
  background: #004785 !important;
}
#crumbs .pane .button strong {
  padding: 0 18px;
}
#crumbs .pane .button:hover strong {
  color: #fff;
}

#mid .article {
  margin-bottom: 16px;;
}

.user {
  width: 540px; width: 542px;
  margin: 0 auto;
}
.user .cols {  
  background: url(/images/ccc.gif) center repeat-y;
}
.user .col {
  float: left;
  padding: 0 34px;
  width: 200px;
}
.user .col .single {
  width: 186px;
}
.user .go {
  margin: 30px 0;
}



.Account {
  width: 600px;
}
.Account .fields {
  color: #666;
  font-size: 15px;
  margin: 30px 0;
  padding: 10px 20px;
  background: #e9ecf2
}
.Account .step {
  width: 100%;
}
.Account .fields .contents {
  width: 40%;
}
.Account .control {
  display: block;
  width: 224px;
  margin: 12px 0;
}
.Account .single {
  width: 214px;
}
.Account .fields .label,
.Account .fields .error {
  width: 30%;
}
.Account .switch {
  float: right;
}

.user .single,
.user label {
  color: #666;
  font-size: 15px;
}
.user label {
  display: block;
  margin: 12px 0;
}
.user td.label {
  padding-right: 6px;
}
.user td {
  vertical-align: middle;
}

.user .error {
  color: #c2615b;
  font-size: 14px;
}


.category {
  padding: 0 12px;
}
.category #subNav {
/*  width: 252px;*/
  width: 240px;
  margin-left: 2px;
  margin-right: 12px;
}
/*.category #subNav .image {
  display: block;
  margin: 10px auto;
  float: none;
}*/
.category #wide {
  width: 650px;
  margin-right: 6px;
}
.category .instruction,
.category .filters {
/*  position: relative;*/
  clear: both;
  font-size: 18px;
  color: #fff;
/*  margin-bottom: -22px;*/
}
.category .instruction {
  z-index: 2;
  z-index: 1;
  padding: 20px;
  padding-top: 55px;
  padding-left: 88px;
  line-height: 64px;
  height: 64px;
  background: url(/images/category/instruction.png) bottom left no-repeat;
}
.category .filters {
  z-index: 1;
  line-height: 24px;
  clear: both;
}
.category .filters .title {
  color: #97a5bf;
  font-size: 18px;
  margin: 0;
  padding: 16px 20px;
  padding-bottom: 0;
  background: url(/images/category/filters.gif) top left;
}
.category .filters .contents {
  padding: 20px;
  padding-bottom: 50px;
  background: url(/images/category/filters.gif) bottom left;
}
.grouping {
  clear: left;
/*  position: relative;*/
  padding-left: 120px;
}
* html .grouping {
  top: 30px;
}
.category .filters label {
  position: absolute;
  left: 0;
  font-size: 14px;
  color: #505a6d;
  width: 100px;
  padding-top: 3px;
  padding-right: 36px;
  text-align: right;
  line-height: 18px;
}
.category .filters .filter {
  float: left;
  display: inline;
  color: #7b889f;
  font-size: 12px;
  height: 24px;
  padding-right: 6px;
  margin-right: 4px;
}
.category .filters .filter strong {
  padding: 4px 0;
  padding-right: 6px;
  position: relative;
  left: 6px;
  text-decoration: underline;
}
.category .filters .selected {
  background: url(/images/category/filters/selected/left.gif) left no-repeat;
}
.category .filters .selected strong {
  color: #fff;
  text-decoration: none;
  background: url(/images/category/filters/selected/right.gif) right no-repeat;
}
.category #parts {
  width: 100%;
}
.category #parts tr:hover td {
  background: #f4f5f8;
}
.category #parts .head td {
  background: none !important;
  color: #838383 !important;
}
.category #parts td:first-child {
  color: #c3c6cc
}
.category #parts td {
  color: #4d4d4d;
  padding: 12px;
  background: none;
  text-align: center;
}
.editable .category #parts .remove {
  display: block;
}
.category #parts .remove {
  display: none;
  position: absolute;
  left: 50px;
  margin-top: -2px;
  width: 16px;
  height: 17px;
  text-indent: -999em;
  overflow: hidden;
  background: url(/images/remover.png);
}

.category .pref {
  width: 68px;
  margin: 0 auto;
}
.category .pref .ic {
  float: left;
  width: 12px;
  height: 12px;
  text-indent: -999em;
  overflow: hidden;
  margin-right: 5px;
  background-image: url(/images/category/pref/indicator.png);
}
.category .pref .on {
  background-image: url(/images/category/pref/indicator/on.png);
}

table .actions .a {
  position: relative;
  top: 5px;
  float: left;
  margin-right: 3px;
  padding-bottom: 7px;
}
table .actions .ic {
  display: block;
  width: 27px;
  height: 27px;
  text-indent: -999em;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
}
table .actions .a:hover {
  background: url(/images/pointer.png) bottom no-repeat
}
table .actions .a:hover #tip {
  display: block;
}
table .actions .a:hover #tip {
  display: block;
}
table .drawing a {
  background-image: url(/images/category/a/drawing.png);
}
table .model a {
  background-image: url(/images/category/a/model.png);
}
table .add a {
  background-image: url(/images/category/a/add.png);
}
table .inspect a {
  background-image: url(/images/category/a/inspect.png);
}

table .actions #tip {
  position: absolute;
  top: 34px;
  /*left: 12px;*/
  right: -20px;
  margin-left: -50%;
  white-space: nowrap;
}
table .actions #tip .contents {
  padding: 5px 8px;
}


.category .pagination {
  text-align: center;
  width: 700px;
  margin: 16px auto;
}
.category .pagination .link {
  font-size: 16px;
  margin-right: 10px;
}

#prefInfo {
  position: relative;
  padding: 12px 0;
  padding-right: 18px;
  background: url(/images/category/info.png) right no-repeat;
}
#prefInfo:hover {
  background: url(/images/category/info/hover.png) right no-repeat;
}
#prefInfo:hover #tip {
  display: block;
}
#prefInfo #tip {
  top: 35px;
  right: 0;
  margin-right: -91px;
}
#prefInfo #tip .contents {
  width: 182px;
}
#prefInfo #tip .contents .inner {
  margin: 12px 8px;
}

#tip {
  display: none;
}
#tip .contents {
  font-size: 12px;
  text-align: left;
  padding: 1px;
}
#tip:hover {
  display: block;
}

.category .thumbs {
  margin-bottom: 10px;
}

/* vertical/listing version
.category .thumb {
  margin: 10px;
  padding: 12px;
  display: block;
  line-height: 80px;
  vertical-align: middle;
  border: 1px solid #bac7dd;
}
.category .thumb img {
  float: left;
  clear: left;
}
.category .thumb strong {
  float: left;
  padding-left: 20px;
  line-height: 80px;
  font-size: 14px;
  color: #525252;
  color: #738097;
}
.category .placeholder {
  background: url(/images/screw.gif) 12px 12px no-repeat;
}
*/

.category .listing {
  margin: 40px 0;
}

.category .placeholder {
  background: url(/images/screw.gif) center 5px no-repeat;
}
.category .thumb {
  position: relative;
  clear: none;
  width: 99px; height: 85px;
  padding: 12px;
  padding-bottom: 32px;
  margin: 0;
  margin-top: 10px;
  margin-right: 10px;
  text-align: center;
}
.category .placeholder img {
   width: 99px; height: 80px
}
.category .ender {
  margin-right: 0;
}
.category .thumb strong {
  position: absolute;
  bottom: 5px;
  left: 5px;
  width: 114px;
  font-size: 12px;
  color: #525252;
}

.Project {
  margin-bottom: 20px;
}
.Project .edits {
  float: left;
  width: 30%;
  margin-left: 12px;
}
.Project .edits a {
  float: left;
  clear: left;
  color: #004785;
  font: 12px/24px Arial;
  padding: 0 20px;
  background: url(/images/project/ic/edit.gif) 2px no-repeat;
}
.Project .edits .view {
  background-image: url(/images/project/ic/view.gif);
}
.Project .edits .delete {
  background-image: url(/images/project/ic/delete.gif);
}
.Project .introduction {
  text-align: right;
  float: right;
  width: 55%;
  margin-right: 12px;
  color: #738097;
  font: 14px Arial;
}

.Project table {
  clear: both;
  font: 13px Arial;
  color: #666;
  text-align: center;
  width: 936px;
  margin: 24px 12px;
}
.Project td {
}
.Project tbody td,
.Project tfoot td {
  height: 103px;
  height: 115px;
}

.Project tbody td, .Project tfoot td {
  background: url(/images/project/row.gif) center no-repeat;
}
.Project td.img {
  background-position: left;
}
.Project td.actions {
  background-position: right;
}

/*
.Project tbody tr,
.Project tfoot tr {
  margin-top: 10px;
  background: url(/images/project/row.gif) right;
}
*/

/*
.Project table, .Project td {
  border: 0px solid #b2c0d9;
}
.Project tbody td, .Project tfoot td {
  margin-top: 20px !important;
  border-bottom-width: 1px;
}
.Project td.actions {
  border-right-width: 1px;
}
.Project td.img {
  border-left-width: 1px;
}
*/


.Project .detail {
  color: #9E9E9E;
  font: 14px Arial;
}
.Project .blank {
  font-style: italic;
}
.Project .part .image {
  float: none;
  display: block;
  margin: 0 10px;
}

.Project .actions {
  padding: 0 10px;
}
.Project .actions .a {
  float: right;
  margin-right: 3px;
}
.Project .delete {
  margin-right: 0;
}
.Project .actions .delete a {
  background-image: url(/images/project/delete.gif);
}

.Project tfoot td {
  color: #738097;
  font: 14px Arial;
  text-align: left;
}
.Project tfoot .txt {
  display: inline;
}
.Project tfoot a {
  color: #738097;
  text-decoration: underline;
  padding-left: 120px;
  line-height: 103px;
  display: block;
  background: url(/images/project/add.gif) 48px no-repeat;
}
.Project .go {
  float: right;
  margin-right: 12px;
}


#subNav {
  width: 208px;
  margin-left: 12px;
  float: left;
  display: inline;
  padding-top: 1px;
  padding-bottom: 16px;
}
#subNav .link {
  display: block;
  color: #9e9e9e;
  margin-left: 33px;
  font-size: 13px;
  text-decoration: none;
}
#subNav .link:hover {
  text-decoration: underline;
}
#subNav .selected {
  color: #525252;
}
#subNav .top {
  color: #738097;
  font-size: 16px;
  margin: 16px 0;
  margin-left: 10px;
}
#subNav .image {
	border:0;
}

#wide {
  float: right;
  display: inline;
  width: 715px;
  margin-right: 16px;
  padding-top: 1px;
}

.Home #wide {
  margin-left: 12px;
  display: inline;
  float: left;
  width: 600px;
}
.Home #side {
  display: inline;
  float: right;
  width: 312px;
  margin-right: 16px;
}


.listing .article {
  margin: 10px 0;
}
.listing .section {
  padding-top: 0;
}
.listing .image {
  margin: 0;
  margin-right: 10px;
}
.listing .placeholder {
/*  background: #fff url(/images/listing/thumbnail.gif) bottom no-repeat;*/
  background: url(/images/listing/default.gif) no-repeat;
}
.listing .placeholder img {
  width: 69px; height: 50px;
}

.listing .title {
  color: #222;
  line-height: 50px;
  text-decoration: underline;
}
/*.listing .title,
.listing .body {
  margin: 8px 0;
}
.listing .title {
  color: #222;
  font-size: 14px;
  text-decoration: underline;
}
.listing .body {
  font-size: 12px;
  font-style: italic;
}*/


.folder_on .button {
  display: block !important;
  background-image: url(/images/folder/label/on.gif) !important;
}
.folder_on .section {
  display: block !important;
}
.folder {
  clear: both;
  margin: 18px 0;
}
.folder .button {
  display: block;
  font-size: 18px;
  color: #3e6b93;
  line-height: 26px;
  text-indent: 35px;
  text-decoration: underline;
  background: url(/images/folder/label.gif) left no-repeat;
}
.folder .section {
  display: none;
  margin-top: 16px;
}

.section a.text,
.section .link .text {
  text-decoration: underline;
}
.section a.empty {
  text-decoration: none;
}
.title, .body, .bullet, .legend, .banner, .table {
  margin: 16px 0;
  font-size: 13px;
  color: #666;
}
.title {
  color: #738097;
  font-size: 16px;
}
.attachment {
  clear: both;
  font-size: 14px;
  line-height: 36px;
  padding-left: 36px;
  background: url(/images/attachment.gif) left no-repeat;
}
.attachment .text {
  color: #454545;
}
.bullet {
  clear: both;
  margin: 4px 0;
  padding-left: 16px;
  background: url(/images/bullet.gif) 4px 5px no-repeat;
}
.legend {
  font-size: 12px;
  font-style: italic;
}
.table {
  position: relative;
  left: -2px;
  width: 100%;
  clear: left;
  margin: 0;
}
.table .cell.busy {
  padding-top: 120px;
}
.table td {
  font-size: 11px;
  color: #455572;
  padding: 4px;
  text-align: center;
  background: #ebeef3 top no-repeat;
}
.table td.hasImage {
  padding: 0;
}
.table .image, .table .image img {
  display: block;
  float: none;
  margin: 0 auto;
  border: 0;
}
/*
.table  .td1 {
  color: #fff;
  background: rgb(123, 140, 172)
}
.table  .td2 {
  color: #fff;
  background: rgb(155, 170, 201)
}
.table  .td3 {
  background: rgb(200, 211, 230)
}
.table  .td4 {
  background: rgb(216, 223, 236)
}
.table  .td5 {
  background: rgb(235, 238, 243)
}
.table  .td6 {
  background: rgb(255, 255, 255)
}
.table  .td7 {
  background: rgb(192, 192, 192)
}
*/
.table strong.text {
  color: inherit;
  font-weight: bold;
}
.section a.text, .section a.text:visited,
.section .link, .section .link:visited {
  color: #738097;
}
strong.text, .highlight {
  color: #738097;
}

.section .placeholder {
  background: #6783b3 url(/images/image.jpg) bottom no-repeat;
}
.movie {
  float: left;
  clear: both;
  margin-right: 16px;
  border: 1px solid #bac7dd;
}
.image {
  position: relative;
  float: left;
  clear: left;
  margin: 16px;
  margin-left: 0;
/*  border: 1px solid #bac7dd;*/
}
.image img {
  border: 0;
}
.banner {
  float: none;
  display: block;
}
.frame {
  float: left;
  clear: left;
  margin: 16px;
  margin-left: 0;
  border: 1px solid #bac7dd;
}

.drop .pane {
  display: none;
}
.open .pane {
  display: block;
}
.drop .pane {
  white-space: nowrap;
}
.drop .pane .button,
.drop .pane .button strong {
  display: block !important;
}
.drop .pane a.hidden {
  display: none !important;
}

.pane {
  position: absolute;
  margin-top: 8px;
  margin-left: 8px;
  background-position: bottom right;
}
.pane .TR {
  position: absolute;
  top: -16px;
  right: 0;
  width: 8px;
  height: 16px;
  background-position: top right;
}
.pane .BL {
  position: absolute;
  bottom: 0;
  left: -15px;
  width: 15px;
  height: 8px;
  background-position: bottom left;
}
.pane,
.pane .BL,
.pane .TR {
  background-image: url(/images/drop.png);
}
.pane .contents {
  position: relative;
  color: #fff;
  bottom: 8px;
  right: 7px;
  background: #004785;
}
* html .pane,
* html .pane .BL,
* html .pane .TR {
  background: none;
}


.go {
  outline:none;
  display: block;
  clear: both;
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 29px;
  width: 128px;
  background: url(/images/button.gif) center no-repeat;
}
.busy .go {
  text-indent: -999em;
  overflow: hidden;
  background-image: url(/images/thumper.gif);
}



.single, .multi {
  font: 14px Arial;
  color: #8f9091;
  padding: 7px;
  border: 1px solid #bec7d7;
}

* html #foot {
  height: 95px;
}
#foot {
  clear: both;
  color: #fff;
  min-height: 95px;
  padding: 24px;
  padding-left: 229px;
  border-top: 1px solid #c2615b;
  background: #b6c1d6 url(/images/foot.gif) bottom no-repeat;
}
#foot * {
  color: #fff !important;
}
#foot .title,
#foot .body {
  font-size: 16px;
  margin: 0;
  margin-bottom: 16px;
}
#foot .wide {
  float: left;
  width: 70%;
  overflow: hidden;
}
#foot .wide #resources .link {
  float: left;
  color: #fff;
  font-size: 11px;
  width: 140px;
  margin-right: 20px;
}
#foot .contacts {
  float: left;
  width: 28%;
}

.disclaimer {
  font-size: 11px;
  text-align: center;
}
.disclaimer, .disclaimer a {
  color: #b2c0d9 !important;
}

#below {
  clear: both;
}

.neutral #logo {
  color: #303030;
  font-size: 30px;
  text-indent: 0;
  background: none;
  width: auto;
  top: 36px;
  left: 0;
  margin-left: 0;
}
.neutral #crumbs,
.neutral #tabs a.search,
.neutral #globals {
  display: none !important;
}
.neutral #foot {
  border: 0;
  background-image: none;
}
#searchResults {
  margin: 0 12px;
}