/*
 *	The2Bandits Store Styles
 *	Author: Abrahm Coffman
 *
 */

/* basic styles */
ul, li { margin: 0; padding: 0; }

a{text-decoration: none; color:#000000;}

/* basic frame */
div#store-left { float: left; width: 160px; border-right: 1px dotted #aaa; }
div#store-right { float: right; width: 720px; }

/* store navigation */
#store-left>div { padding: 0 15px 30px 15px; }
#storenav { margin: 0; padding: 0; }
#storenav li { margin-bottom: 2px;}
.navsection { margin-top: 20px; }
.category { margin: 0; padding: 0 0 0 15px; }
.subcategory { margin: 0; padding: 0 0 0 30px; }
.onsale { color: red; }

#shipping { position: absolute; bottom: -20px; left: -20px; }

/* product list */
#product-list { margin: auto; }
.pages { display: none; }
div.tall-listing, div.short-listing { float: left;  }
div.tall-listing { height: 273px; }
div.short-listing { height: 200px; width: 196px; float:left;padding-right: 15px;}
div.short-listing div.product-thumb>img, div.short-listing div.product-thumb-info { width: 200px; height:145px }
div.tall-listing div.product-thumb>img, div.tall-listing div.product-thumb-info { width: 110px; }
.product-thumb-info { height: 50px; text-align: center; text-decoration: none !important; width: 190px !important; color: #000; font-size: 11px; }

.onsale { }

/* individual product styles */

#product { position: relative; height: 500px; width: 660px; margin: 0px 0 0 30px; border-collapse: collapse; }
#toprow { height: 380px; }
#bottomrow { height: 120px; }
.productleft { width: 240px; }
.productright { width: 320px; }
#product td { vertical-align: top; }

#productimage { position: relative; height: 340px; width: 200px; padding: 20px; }
#zoominfo { position: absolute; bottom: 6px; left: 90px; z-index: 100; font-size: 10px; color: gray; }
.pImageMini { margin-top: 10px; text-align: center; }
.pImageMini img{ height: 50px; margin-right: 8px; padding: 5px; border: 1px solid #82353b; }
.pImageMini img:hover{ border: 2px solid #82353b; padding: 4px; }

#productinfo { position: relative; height: 290px; width: 360px; margin: 0px 40px 0 0; padding: 30px 0 0 10px; }
#zoom1-big { position: absolute; top: 25px; right: 0; }
#productName{ font-size: 16px; font-weight: bold; letter-spacing: .1em; }
#productNumber{ margin-top: 6px; color: gray; }
#productDesc {	margin-top: 10px; text-align: left; }
#productAttr{ margin-top: 10px; font-size: 13px; }
#productPrice { margin-top: 10px; }
#productPrice p { margin: 4px; }
#salePrice { margin-top: 3px; color: red; }
#notincluded { font-size: 10px; color: gray; }
#soldout { margin-top: 10px; font-size: 11px; color :red; }
#checkback { font-size: 9px; color: black; }

.button { height: 50px; width: 130px; float: left; margin-top: 15px; }
#paypalButton { margin-left: 20px; }

/* Google Checkout Form */
div.add-to-cart {
  margin-top: 10px;
}
input.googlecart-quantity, button.googlecart-add {
  padding: 2px 4px;
  border: 1px solid #aaa;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
  font-size: 14px;
}
input.googlecart-quantity {
  width: 24px;
  text-align: center;
}
button.googlecart-add {
	background: #f9f9f9; /* for non-css3 browsers */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#d9d9d9'); /* for IE */
  background: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#d9d9d9)); /* for webkit browsers */
  background: -moz-linear-gradient(top,  #f9f9f9,  #d9d9d9); /* for firefox 3.6+ */
}
button.googlecart-add:hover {
  border: 1px solid #444;
}





