/* 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; }

/* Menus */
ul#categoryList {
	list-style: none;
	padding: 0;
	margin-top: 0;
}

ul#categoryList ul {
	list-style: none;
	padding-left: 0px;
}

ul#categoryList ul.subCategory li {
	padding-left: 13px;
}


/* 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;
	padding: 4px;
}

.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: 08em;
}

.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; }

tr.even {
	background-color: transparent;
}

tr.odd {
	background-color: #EBEBEB;
}
tr.product_row:nth-child(odd) {
	background-color:#EBEBEB;
}
.greybox {
	background-color:#F0F0F0;
	border:1px solid #C8C8C8;
	margin:1em 0pt 0pt;
	padding:0px 5px 5px 5px;
}

.justify { text-align: justify; }
/* DECKBUILDER STYLES */
p.paragraph {
	padding:5px 0;
}
p.paragraph b {
	color:#3B5998;
}
table#format td b {
	color:#3B5998;
}

/* Wishlist Style */
ul#wishlist {
	padding-left:0;
	padding-right:50px;
}
ul#wishlist li {
	border-bottom:solid 2px #ddd;
	padding:5px 0 5px 0;
}
ul#wishlist li small {
	color:#bbb;
}

/* My Account Styles */
#store_credit {
	padding:5px 10px;
	margin:0 0 10px;
	background:#eee;
	display: inline-block;
}
h1#edit_account {
	margin-bottom:0;
}
h1.addresses {
	margin-bottom:3px;
	margin-top:10px;
}

/* Login Window Styles */
p.notice1 {
	margin-bottom:10px;
	color:#3B5998;
}
/* Product View Page */
#product_container { margin: 10px; }
#product_container .cell-center {
	border:solid 2px #eee;
	border-radius:7px;
}

.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;
	width:200px;
	height:200px;
}

.clear {
	clear:right;
}

#product {
/*	width:300px;*/
	margin-left: 20px;
/*	float:right;*/
	
}
.products_tagged_like_this h3 {
	font-size:23px;
}


/** 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: #fff; 
	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; }

a.selfhighlight, a.selfhighlight:visited {
	color: #839EBF;
}

#categoryList .expand {
	padding-left:3px;
}
#category-breadcrumbs {
	font-size:23px;
	margin-top:5px;
}

#search .input_text {
	width:70%;
}

#quickLoginForm .input_text {
	width:97%;
}

div.pagination {
	width:100%;
	text-align:center;
	margin: 10px 0;
}

#filters {
	background-color:#EBEBEB;
	border: 1px solid #999;
	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 {
	float:left;
}

.thumbnail img {
	float:left;
}

#az_filters {
	margin-bottom:10px;
	padding-bottom: 10px;
	border-bottom:1px solid #999;
}

/* misc element styles */
h1 {margin-top: 0;}

#content ul, #content ol {
	margin-left:20px;
}

h1, h2, h3, h4, h5 {
	margin-bottom: 10px;
}

p {
	margin:0;
}


/*  Template tweaks - Andy Herman   */
#posts .product_grid {
	margin:5px 4px 5px 0;
	width:126px;
}
#posts .product_grid .image {
	margin-top:6px;
}
#posts #photos {
	height:250px;

}
#advanced_search .col1 {
	width: 440px !important;
}
#categories_select {
	padding:10px 0;
}
#filter_sell_price {
	padding:5px 0 2px 0;
}
#filter_buy_price {
	padding:2px 0 5px 0;
}
#sort_by {
	padding:3px 0 0;
}