#content-wrapper{
	background:white;
	min-height:700px;
}
.store_item_table{
	margin-top:20px;
}
.store_items{
	 cursor:pointer;
	cursor:hand;
	clear: both;
}		 
.store_div_shell{
	width:32%;
		padding:10px;
	display:inline-block;
	 
	  
}
.store_div_shellinner{
	/*font-size:11pt;*/
	overflow:hidden;
	border: thin outset rgba(185, 185, 185, 0.65);
    box-shadow: 0px 0px 4px 4px rgba(165, 165, 165, 0.15);
	background:white;
	height:100%;
	  
	text-align:center;
	
line-height: 120%;
    
    padding: 8px;	
}
.store_image_small{
	 width:100%; 
	 
}
.store_td_buttons{
	vertical-align:middle;
	 
	
	
	
}
.store_td_buttons_div{
 background: rgb(255, 255, 255);
    border-top: 1px solid rgba(21, 20, 20, 0.94);
    color: #0C0C0C;
    padding: 10px;
    margin-top: 10px;
}
.store_td_image{
	padding-top: 10px;
	vertical-align:middle;
	text-align: center;
	height:300px;
}
.store_td_image > div{
	height:300px;
	vertical-align: middle;
	overflow:hidden;
	display:inline-block;
}
.store_td_caption > DIV{
	width:100%;
	height:100px;
}
 
.store_table{
	width:100%;
	height:100%;	
}
.store_table td{
	 
	border:0px solid white;
}
#content-wrapper{
	padding:0;
}

.store_subcatlist{
	margin-left:20px;
}


.storebar{
	background:black;
	color:white;
	margin-top:10px;
}
.storebar_ul{
		margin:0px;
		padding:10px;
		display: table;
		width:100%;
	}

.storebar_ul li{
	display:inline-block;
		

}
/*
.storebar_ul li:hover{
	background:white;
	color:black;
	 cursor:pointer;
	cursor:hand;
	
}
*/
.storebar_ul li a{
padding:10px;
	padding-left:15px;
	padding-right:15px;
   display:inline-block;
	text-decoration: none;
	color:white !important;
	border-bottom:4px solid rgba(255, 255, 255, 0.03);
	 
}
.storebar_ul li a:hover{
	text-decoration: none;
	color:black !important;
	background:white;
	border-bottom:4px solid red;
}



/* cart buttons */
.add-to-cart{
	padding-left:20px;
	margin-top:10px;
	padding-top:4px;
	border-top:thin solid black;
	border-bottom:thin solid black;
	margin-bottom:10px;
	padding-bottom:4px;
}
.add-to-cart-buttons{
	display:inline-block;
}
.add-to-cart button{
    min-height: 40px;
	background:black;
	color:white;
	border:0;
	 
	padding-left:20px;
	padding-right:20px;
	    margin-left: 10px;
}
.add-to-cart input{
width: 3em;
    text-align: center;
    vertical-align: middle;	
	margin:0;
	    margin-left: -4px;
}
.add-to-cart  label {
    margin-right: 7px;
	    display: inline-block;
	text-align:right;
     
line-height: 40px;
	min-width:100px;
}
.qty{
    
    height: 40px;	
}

/* ----------- cart display */
.store_cart_class{
	 
}
.store_cart_class td{
	border:1px solid silver;
	padding:4px;
	float:left;
	width:100%;
}
.store_cart_class .col_0{
	width:80px;
	text-align:center;
}
.store_cart_class .col_1{
	text-align:left;
}
.store_cart_class .col_2{
	text-align:right;
}
.store_cart_class .col_3{
width:80px;	
	text-align:center;
}
.store_cart_class .col_4{
width:80px;	
	text-align:center;
}

.boxer {
 /*  display: table;
   border-collapse: collapse;*/
	/*font-size:11pt;*/
	 
 display:inline-block;
}
 
.boxer .box-row {
   display: table-row;
	 
}
 
.boxer .box {
   display: table-cell;
   text-align: left;
   vertical-align: middle;
   border-bottom: 1px solid black;
	padding-left:10px;
	padding-right:10px;
	padding-top:2px;
	padding-bottom:2px;
}
.box-header > div{
	/*font-size:11pt !important;*/
	font-weight:bold;
	  border-bottom: 2px solid black !important;
}

/* div table */
.box-row >div{
	 
	min-width:100px;
	
}
.box-row .col_1{
	min-width:400px;
/*	font-size:10pt;*/
}
.box-row .col_2{
	min-width:200px;
	text-align:left;
}

/* test div table mobile 


.boxer .box {
   display: block;
   text-align: left;
   vertical-align: middle;
   border: 1px solid black;
}
*/
button{
cursor:pointer;
	cursor:hand;	
}
.button_bar{
	margin-top:10px;
}
.button_bar button{
	min-height: 40px;
    background: black;
    color: white;
    border: 0;
  /*  font-size: 16px;*/
    
	
}


.shoppingcart_table{
	border-top:thin solid red;
	margin-top:10px;
}


@media only screen   and (max-device-width: 1060px) {
    /* For mobile phones: */
	body{
		  
	}	
	 .store_div_shell{
		width:49%;

	}
	
	.box-row{
		display:block !important;
		border-bottom:1px solid red;
		margin-bottom:30px;
	}
	.box{
		width:100%;
		display:block !important;
	}
	.box-header{
		display:none !important;
	}
}

/* 768px */
@media only screen  and (max-device-width: 768px) {
    /* For mobile phones: */
	body{
		 
		font-size:150%;
	}
	.boxer{
		/*font-size:12pt;*/
	}
	#content section{
		padding:10px !important;
		margin:10px !important;
	}
 .store_div_shell{
	width:100%;
		padding:10px;
	 	display:block
}

	 
	
.storebar{
	background:transparent;
	color:white;
	margin-top:0px;
	margin-bottom:0px;
}


	
	.storebar_ul{
		margin:0px;
		padding:10px;
		display: table;
		width:100%;
	}
	.storebar_ul li{
		display:block;
		width:100%;
		background:#313030;
		border:thin outset silver;
		color:white;
	}
	 
.storebar_ul li a{
 width:100%;
	display:block;
}	
	.button_bar button{
		display:block;
		width:100%;
		margin-left:0px;
		
	}
	
	
.store_td_image > div {
    height: auto;
    vertical-align: middle;
    overflow: hidden;
    display: block;
}	
	 .store_image_small {
    width: 100%;
    max-width: 600px;
}
	.add-to-cart button {
     
    height: 80px;
}



