ul{
	margin: 0;
}
li{
	list-style-type: none;
}
.table td, .table th{
	vertical-align: middle;
}
/* common */
.mb5{
	margin-bottom: 5px;
}
.mb10{
	margin-bottom: 10px;
}
.mb20{
	margin-bottom: 20px;
}
.mt5{
	margin-top: 5px;
}
.mt10{
	margin-top: 10px;
}
.mt20{
	margin-top: 20px;
}
.right{
	float: right;
}
.left{
	float: left;
}
input.form-error, select.form-error, .form-error input, .form-error select {
	background-color: #FEE;
}
.error-message{
	color: #A00;
	font-size: 12px;
}
.table td.price, .table th.price{
	text-align: right;
}
/* form-grid */
table.form-grid{
	width: 100%;
}
table.form-grid th{
	width: 200px;
	text-align: right;
	vertical-align: middle;
}
table.form-grid td{
	width: 500px;
}
/* Parts Footer */
ul.footer-right li{
	float: right;
	list-style-type: none;
	padding: 0 5px;
}
ul.footer-left li{
	float: left;
	list-style-type: none;
	padding: 0 5px;
}
/* Parts Header */
.head-nav{
	margin-top: 10px;
}
#PartsHeader a{
	color: #FFF;
}
#PartsHeader a:hover{
	color: #CCC;
}
#PartsHeader .dropdown-menu a{
	color: #000;
}
#PartsHeader .dropdown-menu a:hover{
	color: #CCC;
}
#PartsHeader .cart-item-count{
	background-color: #C00;
	color: #FFF;
	border-radius: 15px;
	padding: 3px 7px;
}
/* Parts Search */
#PartsSearchBox{
	margin-top: 10px;
}
#PartsSearchBox input{
	margin-bottom: 10px;
	margin-left: 5px;
}
#PartsSearchBox .search-btn{
	width: 210px;
	margin-left: 5px;
}
/* Parts CategoryList*/
.nav-category-list {
  margin: 30px 0 0;
  padding: 0;
  background-color: #fff;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.065);
     -moz-box-shadow: 0 1px 4px rgba(0,0,0,.065);
          box-shadow: 0 1px 4px rgba(0,0,0,.065);
}
.nav-category-list > li > a {
  display: block;
  width: 190px \9;
  margin: 0 0 -1px;
  padding: 8px 14px;
  border: 1px solid #e5e5e5;
}
.nav-category-list > li:first-child > a {
  -webkit-border-radius: 6px 6px 0 0;
     -moz-border-radius: 6px 6px 0 0;
          border-radius: 6px 6px 0 0;
}
.nav-category-list > li:last-child > a {
  -webkit-border-radius: 0 0 6px 6px;
     -moz-border-radius: 0 0 6px 6px;
          border-radius: 0 0 6px 6px;
}
.nav-category-list > .active > a {
  position: relative;
  z-index: 2;
  padding: 9px 15px;
  border: 0;
  text-shadow: 0 1px 0 rgba(0,0,0,.15);
  -webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
     -moz-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
          box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
}
/* Chevrons */
.nav-category-list .icon-chevron-right {
  float: right;
  margin-top: 2px;
  margin-right: -6px;
  opacity: .25;
}
.nav-category-list > li > a:hover {
  background-color: #f5f5f5;
}
.nav-category-list a:hover .icon-chevron-right {
  opacity: .5;
}
.nav-category-list .active .icon-chevron-right,
.nav-category-list .active a:hover .icon-chevron-right {
  background-image: url(../img/glyphicons-halflings-white.png);
  opacity: 1;
}
/* ProductList */
#PartsItemList ul li{
	float: left;
	margin: 10px;
	height: 200px;
}
#PartsItemList ul li .product-name{
	color: #333;
	margin: 0;
}
#PartsItemList ul li .product-price{
	color: #F00;
	font-weight: bold;
	font-size: 150%;
}
/* RecommendList */
.product-name{
	color: #333;
	margin: 0;
}
.product-code{
	color: #333;
	margin: 0;
}
.product-price{
	color: #F00;
	font-weight: bold;
	font-size: 150%;
	line-height: 1.5em;
}
/* ProductDetail */
#PartsItemDetail{
	margin-bottom: 20px;
}
#PartsItemDetail .product-image-main{
	float: left;
}
#PartsItemDetail .product-image-thumbnail-list{
	float: left;
}

#PartsItemDetail .product-image-thumbnail{
	margin: 5px;
	cursor: pointer;
}
#PartsItemDetail .product-attribute dd{
	margin-top: -20px;
	margin-left: 100px;
}
/* RelatedProduct */
.relatedProduct ul li{
	float: left;
}
.relatedProduct ul li p{
	width: 120px;
}
.relatedProduct ul li p.price{
	font-weight: bold;
	color: #F00;
	font-size: 20px;
}
/* MultiShipping */
#AddNewAddressModal.modal{
	width: 790px;
	margin: -250px 0 0 -390px;
}
#AddNewAddressModal .modal-body{
	width: 760px;
}
.terms-of-service{
	border: solid 1px #999;
	overflow-y: scroll;
}
.terms-of-service pre{
	background-color: #FFF;
	border: none;
}
.paginate{
	width: 100%;
	text-align: center;
}
.paginate span{
	border: solid 1px #CCC;
	margin: 5px;
	display: inline-block;
}
.paginate span a{
	display: inline-block;
	padding: 10px;
}
.paginate .disabled, .paginate .current{
	padding: 10px;
	background-color: #EEE;
}
.stagingMode{
	position: fixed;
	padding :10px;
	top: 10px;
	left: 10px;
}