/* Default CSS for products. */

.product-return-link {
	text-align: right;
}

.related-products {

}

.no-products {
	text-align: center;
}

.cm-product-form {
}

.cm-product-details-form {
}

.cm-product-cell-form {
}

.cm-product-large-cell-form {
}

table.table-product-with-images {
	border:0px;
	padding:0px;
	border-spacing:0px;
	width:100%;
}

table.table-product-with-images td {
	vertical-align: top;
}

table.table-product-with-images td.image-cell{
	margin: auto;
	text-align:center;
	padding-right: 8px;
	width:10%;
}

table.table-product-with-images td.product-cell{
	margin: auto;
	text-align:left;
}

div.product-description p {
	margin-top:0px;
}

table.product-store-managed {
	background-color:#ededed;
	width:100%;
}
.product-store-managed input {
	vertical-align: middle;
}

.product-store-managed td {
	vertical-align: top;
	padding-top:10px;
	padding-bottom:10px;
}


.product-store-managed .product-price {
	font-weight: bold;
}

td.product-list-heading-cell-new,
td.product-list-heading-cell-checkbox,
td.product-list-heading-cell-name,
td.product-list-heading-cell-category,
td.product-list-heading-cell-category-link,
td.product-list-heading-cell-date,
td.product-list-heading-cell-price,
td.product-list-heading-cell-type,
td.product-list-heading-cell-term,
td.product-list-heading-cell-inventory,
td.product-list-cell-add-to-cart-heading
{
	vertical-align: middle;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #81858b;
	color:#FFF;
	border-bottom: 3px solid #fff;
	font-family: "Oswald", sans-serif;
    font-weight: 300;
/*	margin: 0.5em 0;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 0.83em;
*/}
td.product-list-heading-cell-new h5,
td.product-list-heading-cell-name h5,
td.product-list-heading-cell-category h5,
td.product-list-heading-cell-category-link h5,
td.product-list-heading-cell-date h5,
td.product-list-heading-cell-price h5,
td.product-list-heading-cell-type h5,
td.product-list-heading-cell-term h5,
td.product-list-heading-cell-inventory h5,
td.product-list-cell-add-to-cart-heading h5
{ color:#fff;font-family: "Oswald", sans-serif;
    font-weight: 300;
}
td.product-list-cell-new,
td.product-list-cell-name,
td.product-list-cell-category,
td.product-list-cell-category-link,
td.product-list-cell-date,
td.product-list-cell-price,
td.product-list-cell-type,
td.product-list-cell-term,
td.product-list-cell-inventory,
td.product-list-cell-add-to-cart
{
	vertical-align: middle;
	padding-left: 10px;
	padding-right: 10px;
	background-color:#efefef;
	border-bottom:solid 4px #fff;
}

td.product-list-cell-price
{
	text-align: center;
	color: #005094;
}

p.product-list-new-text {
	color: #948A54;
	margin:0;
}

div.product-details-name {
display:none;
}

div.product-details-name h1 {
	margin: 0;
}

div.product-details-name > p {
	margin: 0;
	font-size: 8px;
}

div.cm-realex {
	padding-top: 30px;
}

.cm-realex table {
	margin-left: auto;
	margin-right: auto;
}

.product-no-products,
.catalog-no-products {
	text-align: left;
}
.page-products-list input[type="submit"]{background-color:#f47B28; color:#fff; padding:10px; border:none; margin-top:3px; text-transform:uppercase; cursor:pointer;}
@media screen and (max-width:1200px) {
td.product-list-heading-cell-new,
td.product-list-heading-cell-name,
td.product-list-heading-cell-category,
td.product-list-heading-cell-category-link,
td.product-list-heading-cell-date,
td.product-list-heading-cell-price,
td.product-list-heading-cell-type,
td.product-list-heading-cell-term,
td.product-list-heading-cell-inventory,
td.product-list-cell-add-to-cart-heading
{ display:none;}
td.product-list-cell-new,
td.product-list-cell-name,
td.product-list-cell-category,
td.product-list-cell-category-link,
td.product-list-cell-date,
td.product-list-cell-price,
td.product-list-cell-type,
td.product-list-cell-term,
td.product-list-cell-inventory
{
	display:block;
	background-color:#ededed;
	vertical-align: middle;
	text-align: left !important;
	padding-left: 10px;
	padding-right: 10px;
}
td.product-list-cell-add-to-cart
{
	display:block;
	background-color:#ededed;
	vertical-align: middle;
	text-align: left !important;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom:10px;
	border-bottom:solid 5px #fff;
}
}
