body {background:#fff}
#scroll-wrapper { 
	padding: 0 0.75em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.grid-wrapper{
	width: 320px;
	margin-right: auto;
	margin-left: auto;
}
.grid-btn-wrapper{
   position: relative;
   float: left;
   width: 100%;   
   margin-bottom: 5px;
   padding-bottom: 5px; 
}
.item-list-grid {
	/*width: 320px;*/
	margin: 10px auto;
}
.item-list-grid li{
	list-style-type: none;
}
.item-list-grid li:not(.grid-btn-wrapper).hover{
	-webkit-box-shadow: 0 0 5px 1px #727272;
	-moz-box-shadow: 0 0 5px 1px #727272;
	box-shadow: 0 0 5px 1px #727272;	
}
input{ border: 0; }

.item-list-grid li:not(.grid-btn-wrapper) {
    float: left;
    position: relative;    
    margin-right:auto;
	margin-left: auto;	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	height: 225px;
	vertical-align:top;
	margin-bottom: 10px;
}
.item-list-grid .price .normal, .item-list-grid .price {
	font-weight: bold;
}
.item-list-grid .price .msrp {
	color: #666;
}

.item-list-grid .price {
	display: block;
	color: #444;
	height: auto!important;
}
.item-list-grid .name {
	display:block!important;
}

.grid2 li:not(.grid-btn-wrapper){
	width: 145px;
	vertical-align: top;
}
.grid3 li:not(.grid-btn-wrapper){
	width: 93px;	
}
.grid2 li:nth-child(2n+1):not(.grid-btn-wrapper){
	margin-left: 10px;
}
.grid2 li:nth-child(2n):not(.grid-btn-wrapper){
	margin-left: 10px;
}
.grid3 li:not(.grid-btn-wrapper):nth-child(3n+1){ 
	margin-right: 5px;
	margin-left: 10px;
}
.grid3 li:nth-child(3n):not(.grid-btn-wrapper){
	margin-left: 5px;
}
.grid3 li:nth-child(3n+2):not(.grid-btn-wrapper){ 
	margin: 0 5px;	
}
.item-list-grid li p{
	margin-top: 5px;
	text-align: center;	
	display: table-cell;
	vertical-align: middle;
	margin-bottom: 2px;	
	height: 33px;
	padding:1px 5px 3px 7px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.grid2 li p, .grid2 li:not(.grid-btn-wrapper) span {
	font-size: 12px;
	width: 145px;
	text-align: center;	
	display: table-cell;
	vertical-align: middle;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 5px;
}

.grid3 li p, .grid3 li:not(.grid-btn-wrapper) span{
	font-size: 10px; 
	width: 95px;
	height: 26px !important;
	text-align: center;	
	display: table-cell;
	vertical-align: middle;
	overflow: hidden;
	text-overflow: ellipsis;
}

.item-list-grid li span.price{	
	text-align: center;
	margin-left: -3px;	
}
.item-list-grid li .msrp{
	text-decoration: line-through;
}
.item-list-grid li .normal{
	color: red;
}
.item-list-grid li .base-price {
	font-weight: normal !important;
	font-size: .9em !important
}

.item-list-grid li span.price b{
	font-weight: normal;
}
.item-list-grid li img{
	margin: 10px auto 10px auto;
	display: block;
}
.grid2 li:not(.grid-btn-wrapper) img{
	width:120px;		
	height: 120px;
}
.grid3 li:not(.grid-btn-wrapper) img{
	width:70px;	
	height: 70px;
}
.btn-show-all {
	font-size: 14px;
	color: #050505;
	padding: 10px 20px;
	background: -moz-linear-gradient(top,#fafafa 0%,#c7c7c7);
	background: -webkit-gradient(linear, left top, left bottom,from(#fafafa),to(#c7c7c7));
	-webkit-border-radius: 7px;
	border-radius: 7px;
	-moz-border-radius: 7px;
	border: 0px solid #000000;
	-moz-box-shadow: 0px 1px 3px rgba(000,000,000,0.5),	inset 0px 0px 1px rgba(255,255,255,0.7);
	-webkit-box-shadow: 0px 1px 3px rgba(000,000,000,0.5), inset 0px 0px 1px rgba(255,255,255,0.7);
	text-shadow: 0px -1px 0px rgba(000,000,000,0.4), 0px 1px 0px rgba(255,255,255,0.3);
	display: block;
	text-align: center;
	margin: 0 10px 0 10px;
	cursor: pointer;		
}
a.btn-show-all:hover{
	background: -moz-linear-gradient(top,#c7c7c7 0%, #fafafa);
	background: -webkit-gradient(linear, left top, left bottom,from(#c7c7c7),to(#fafafa));	
}
a.btn-show-all:active{
	background: -moz-linear-gradient(top,#c7c7c7 0%, #fafafa);
	background: -webkit-gradient(linear, left top, left bottom,from(#c7c7c7),to(#fafafa));	
}
.item-list-grid li:last-child .btn-show-all{
	font-size: 14px;
	color: #050505;
	padding: 10px 20px;
	background: -moz-linear-gradient(top,#fafafa 0%,#c7c7c7);
	background: -webkit-gradient(linear, left top, left bottom,from(#fafafa),to(#c7c7c7));
	-webkit-border-radius: 7px;
	border-radius: 7px;
	-moz-border-radius: 7px;
	border: 0px solid #000000;
	-moz-box-shadow: 0px 1px 3px rgba(000,000,000,0.5),	inset 0px 0px 1px rgba(255,255,255,0.7);
	-webkit-box-shadow: 0px 1px 3px rgba(000,000,000,0.5), inset 0px 0px 1px rgba(255,255,255,0.7);
	text-shadow: 0px -1px 0px rgba(000,000,000,0.4), 0px 1px 0px rgba(255,255,255,0.3);
	display: block;
	text-align: center;
	margin: 0 10px 0 10px;
	cursor: pointer;
	
}
.grid-btn-wrapper img{
	width: 26px;
	height: 26px;	
	position: absolute;
	top:-6px;
	right:15px;	
}
.btn-show-all span{
	display: inline !important;
	font-size: 14px;	
}