/* Auto-complete styles. These control the look of the autocomplete search feature. To edit the look of a selected element, 
   edit the li.selected class below. */
div.auto_complete {
  width: 400px;
  background: #fff;
  z-index: 400;
}
div.auto_complete ul {
  border:1px solid #888;
  margin:0;
  width:100%;
  padding: 0;
  list-style-type: none;
}
div.auto_complete ul li {
  margin:0;
  padding:3px;
}
div.auto_complete ul li.selected { 
  background-color: #ffb; 
}
div.auto_complete ul strong.highlight { 
  color: #800; 
  margin:0;
  padding:0;
}
  /* Make a hand appear over every auto-complete item. */
  li.autocomplete_item { cursor: pointer; }

.clear { clear: both; }


/* Menus */
ul#categoryList {
  list-style: none;
  margin: 6px;
  padding: 0;
  font-size: 1.1em;
  line-height: 14px;
}

ul#categoryList li ul {
  font-size: .9em;
  margin-left: 15px;
}

ul#categoryList li {
/*  font-size: 1em;*/
  text-decoration: none;
  width: 200px;
}

ul#categoryList li a.toggle_button {
/*  float:left;*/
}

ul#categoryList img {
  margin:0;
  padding:0;
  border:0;
}

.listNode {
  display:block;
}

ul#categoryList {
/*  visibility:hidden;*/
}


/* Category Pagination */
#pagination {
  margin-left: auto;
  margin-right: auto;
  width: 250px;
  text-align: center;
}

/* These rules define styles for boxes that appear by the user's mouse when certain events are triggered. For example,
   click "Add to Wishlist" on an item, and a notification should appear next to the cart. */
.error { border: 2px solid #003366; background-color: #eee; line-height: 24px; padding: 4px; font-weight: bold; }
  .error img { vertical-align: -15%; }
.notice { border: 2px solid #00d647; background-color: #eee; line-height: 24px; padding: 4px; font-weight: bold; }
  .notice img { vertical-align: -15%; }

.alignLeft { float: left; }

.main-content table.invisible-table {
  margin: 0;
  background-color: transparent;
  width: 100%;
  table-layout: auto;
}

.main-content table.invisible-table td {
  background-color: transparent;
  border: 0;
}

.main-content table.invisible-table td table.invisible-table { margin-top: 3px; }
.main-content table.invisible-table td table.invisible-table thead tr { border-bottom: 1px solid black; }
.main-content table.invisible-table td table.invisible-table td {
  font-size: 0.8em;
}

.main-content table.invisible-table td img,
.main-content table.invisible-table td table.invisible-table td img {
  border: 0px;
}

.main-content table.list tr { border-top: 1px solid #969696; }

table tr.even {
  background-color: transparent;
}

.main table tr.odd td {
  background-color: #eee;
}

.greybox {
  background-color:#F0F0F0;
  border:1px solid #C8C8C8;
  margin:1em 0pt 0pt;
  padding:0px 5px 5px 5px;
}

.justify { text-align: justify; }


/* Product View Page */
#product_container { margin: 10px; }

.main-content #product_container h2, .main-content #product_container img {
  clear: none;
}

.main-content table.cell-center td, .main-content table.cell-center th { text-align:center; }

#product_container table td img { border: 0; }

#photos {
  float: left;
}

#product {
  margin-left: 0px;
  float:right;
  width:300px;
}


/** Style the checkout buttons at the top **/
div#cart_process { 
  float: none;
  margin-left: 10px;
  margin-bottom: 10px;
  display: block; 
  text-align: center;
} 

div#cart_process div a { 
  text-decoration: none; 
  color: #000; 
  font-weight: bold; 
  display: block; 
  width: 60px;
  height: 66px;
  /*margin-top: 2px;*/
}
div#cart_process div { 
  cursor: pointer; 
  text-align: center; 
  padding: 3px; 
  width: 60px; 
  height: 66px;
  border: 1px solid #ccc; 
  float: left; 
  background-position: 50% 15%;
  background-repeat: no-repeat;
  margin-left: 2px;
  margin-top: 4px;
}

div#cart_process div img {
  margin-top: 1px;
  margin-left: 8px;
  border: 0;
  float: none;
  text-align: center;
}

div#cart_process div a:hover { text-decoration: none; border: none; }

div#cart_process div.active { border: 1px solid #666; background-color: #eee; }

#999.selfhighlight, a.selfhighlight:visited {
  color: green;
}

#categoryList .expand {
  padding-left:3px;
}

#search {
  text-align:center;
}

#search .input_text {
  width:75%;
}

#quickLoginForm .input_text {
  width:97%;
}

div.pagination {
  width:100%;
  text-align:center;
}

#filters {
  background-color:#d5e1f0;
  border: 1px solid #aaa;
  padding:5px 3px;
  margin-bottom:10px;
}

#filters h2 {
  padding:0;
  margin:0 0 10px 0;
  color:#333;
}

#filters table {
  margin:0;
  padding:0;
  background-color:transparent;
  float:left;
}

#filters table tr, #filters table td {
  background-color:transparent;
  border:none;
  margin:0;
  padding:2px;
  height:auto;
  text-align: right;
}

#filters table .input_text, #filters table .input_select {
  width:95%;
}

.thumbnail img {
  float:left;
}

#az_filters {
}

.floatLeft {
  float:left;
}

a .plus_button {
  margin:0;
}

.hr {
  border-bottom:1px solid #999;
  margin:10px 0;
  padding:0;
}

/* buylist stuff */

#selling {
  font-size: 18px;
  text-align: center;
  margin-bottom: 10px;
  border: 1px solid #B5B154;
  padding: 5px;
  background-color: #F0DCE1;
}

.highslide .thumbnail .buylist {
  height: 20px;
}

.mass_add_to_cart {
	cursor:pointer;
}