.product_thumbnail {width: 80px; border: 0px; max-width: inherit;}
.product_thumbnail_large {width: 160px; border: 1px solid #efefef; max-width: inherit;}
.product_thumbnail_small {width: 37px; border: 1px solid #efefef; margin-right: 5px; max-width: inherit;}

table.view_cart_contents {border: 1px solid #ddd; border-collapse: collapse;}
table.view_cart_contents td,table.view_cart_contents th {vertical-align: top; padding: 0px 10px; border: 1px solid #ddd; padding-top: 5px;}
table.view_cart_contents th {text-align: left; background: #ddd; color: #333333;}
table.view_cart_contents td.view_cart_contents_item_info h4 {font-weight: bold; font-size: 16px; padding: 0px; margin: 0px;}
table.view_cart_contents td.view_cart_contents_item_info p {font-size: 12px; padding: 0px; margin: 0px; font-style: italic;}
table.view_cart_contents td.view_cart_contents_item_quantity {width: 50px; text-align: center;}
table.view_cart_contents .view_cart_contents_item_tax {width: 50px; text-align: center;}
table.view_cart_contents td.view_cart_contents_item_quantity input {width: 30px;}
table.view_cart_contents td.view_cart_contents_item_quantity input.numo_submit_button {width: auto; font-size: 11px; padding: 0px; margin: 0px;}
table.view_cart_contents td.view_cart_contents_item_cost,table.view_cart_contents th.view_cart_contents_item_cost {width: 80px; text-align: right;}
table.product_catalog_display { border-collapse: collapse; width:100%; }
table.product_catalog_display td {border-bottom: 1px solid #ddd;padding: 5px; vertical-align: top;}
table.product_catalog_display td a {font-weight: bold;}
.shopping_cart_product_not_in_stock {font-weight: bold; color: #900;}
.product_catalog_display_price_box { font-family: Arial, sans-serif; font-size: 15px; color: #fff; font-weight: bold; border: 2px solid #AAA; background: #333; padding: 10px; margin: 0px; display: inline-block; -moz-border-radius: 10px; -webkit-border-radius: 10px; -khtml-border-radius: 10px; border-radius: 10px;}
input.product_catalog_display_price_box {overflow:visible;}
.product_catalog_display_price_box:hover { border: 2px solid #000; cursor: pointer; }
.numo_product_purchase_options { border: 0px solid #cccccc; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }
.numo_product_purchase_options td { padding-top: 2px; }
.numo_product_purchase_options input.attr { width: 97%; }
p.product_sku {
	font-size: 8pt;
/*	color: #333333;
	font-family: Arial, Tahoma;
	*/
	margin: 0px;
	padding: 0px;
	padding-top: 3px;
}
table.product_catalog_display td.numo_catalog_back_next { border: 0px;}
table.product_catalog_display td.numo_catalog_back_next a { font-weight: normal; }
table.product_catalog_display td:first-of-type {
    width: 100px;
}
div.product_catalog_display_section_break { border-top: 1px solid #333333; }
h3.numo_shopping_cart_product_name { font-size: 14pt;  margin-top: 0px; margin-bottom: 0px;}
a.numo_view_cart_link {  }
a.numo_view_cart_link:hover {  }

#numo_catalog_order_by_surround {
		float: right;

}

#numo_catalog_order_by_box {
	display: inline-block;
	font-weight: bold;
	padding-right: 10px;
}

#numo_catalog_order_by_box_direction {
	display: inline-block;
	font-weight: bold;
}

.out-of-stock {
color: #ff0000; font-weight: bold;
}

ul#checkout-buttons {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
ul#checkout-buttons li {
	margin: 20px;
}

ul.address-section,ul.credit-card-section  {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
ul.address-section li, ul.credit-card-section li { margin-bottom: 2px; }
ul.address-section li.error label, ul.credit-card-section li.error label { color: #cc0000; }
ul.address-section li.error input, 
ul.credit-card-section li.error input,
ul.credit-card-section li.error select.error,
ul.address-section li.error select { border: 2px solid #cc0000; }

ul.address-section label, ul.credit-card-section label { display: inline-block; width: 125px; font-weight: bold;
}
ul.credit-card-section input[id=cvv] { width: 50px; }

div.product_catalog_display_grid div.product_catalog_display_grid_item {
	box-sizing: border-box;
	width: 90%; 
	display: inline-block; vertical-align: top;
	border: 1px solid #cccccc;
	border-radius: 5px; 
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px; 
	padding: 1%;
}

@media (min-width: 768px) {
	div.product_catalog_display_grid div.product_catalog_display_grid_item {
	width: 31%; 
	}
}



div.product_catalog_display_grid { clear: both; }
div.product_catalog_display_grid_item { margin: 1%; }
div.product_catalog_display_grid_item div.product-image-container { text-align: center; }
div.product_catalog_display_grid_item div.product-image-container img { width: auto !important; max-width: 100%; height: 150px;}
div.product_catalog_display_grid_item div.product-image-container a { display: block; } 

div.product_catalog_display_grid_item div.product-details { height: 150px; overflow: hidden; }
div.product_catalog_display_grid_item div.add-to-cart-button-container { text-align: right; }
div.product_catalog_display_grid_item div.attribute-container { text-align: right; }


.label-info {
    background-color: #5bc0de;
}
.label-danger {
    background-color: #d9534f;
}
.label-success {
    background-color: #5cb85c;
}
.label {
    border-radius: 0.25em;
    color: #fff;
    display: inline;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    padding: 0.2em 0.6em 0.3em;
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap;
}
.stock-label { margin-left: 5px; }
