.products_mycart table thead td {
    background: none repeat scroll 0 0 #736759 !important;
    border-left: 1px solid #D5DADE;
    color: white !important;
    font-size: 14px !important;
    height: 35px !important;
    line-height: 27px !important;
}

.products_button_gold , .products_button_red , .products_button_green {
    text-decoration: none !important;
}

.products_button_white {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fffefa), color-stop(1, #fffefa) );
	background:-moz-linear-gradient( center top, #fffefa 5%, #fffefa 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffefa', endColorstr='#fffefa');
	background-color:#fffefa;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #e6e6e6;
	display:inline-block;
	color:#666666;
	font-family:arial;
	font-size:13px;
	font-weight:normal;
	padding:5px 15px;
	text-decoration:none;
}.products_button_white:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fffefa), color-stop(1, #fffefa) );
	background:-moz-linear-gradient( center top, #fffefa 5%, #fffefa 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffefa', endColorstr='#fffefa');
	background-color:#fffefa;
}.products_button_white:active {
	position:relative;
	top:1px;
}
.product .product_images .product_main_image span {
    border: 1px solid #f9f9f9;
}
.product_quantityinput {
    
    text-align: right;
}
.product_input {
    background-color: #ede6e9;
    box-shadow: 0px 1px 1px 0px #cfc7cb inset;
    -moz-box-shadow: 0px 1px 1px 0px #cfc7cb inset;
    -webkit-box-shadow: inset 0px 1px 1px 0px #cfc7cb;
    border-radius: 4px;
    height: 32px;
    line-height: 32px;
    border: 0px none;
    padding: 0px 5px;
    margin-bottom:2px;

}

.products.product_grid .product_item {
    height: 240px;
}

/* category grid */
.categories.category_grid .category_item, .products.product_grid .product_item, .products.product_list .product_item {
    background: none;
    border: 1px solid #c9cec4;
}

/* fonts */
.products.product_list .product_title {
    color: #3a564f;
}

.product_onsale {
  background: url("images/sticker-red.png") repeat scroll 0 0 transparent;
  color: white;
  font-weight: bold;
}

.product_price {
  background: url("../images/circle-green.png") repeat scroll 0 0 transparent;
  color: #fff;
  font-weight: bold;
}
.product_oldprice {
    font-weight:normal;
}

.product .product_infogroup {
    margin-top: 10px;
}

/* SIDE MENU */
ul.category_menu li ul {margin-top:5px;}
ul.category_menu li {
    border-bottom: 1px solid #EDE6E9;
    color: #4D4D4D;
    line-height: 30px;
    padding: 0 0 0 10px;
}

ul.category_menu a, ul.category_menu a:visited {
    color: #3a564f;
}
ul.category_menu a:hover {
    color: #4d4d4d;
}

ul.category_menu {
  list-style: none outside none !important;
}

ul.category_menu li {
    margin-left: 0px !important;
}




ul.category_menu li ul li {
    border-bottom: 1px dotted #ddd;
}

ul.category_menu li ul {
    border-top: 1px dotted #ddd;
    margin-bottom: 5px;
}

ul.category_menu li ul li:last-child {
    border-bottom: none;
}

.products_smallmenu ul li a {
    color: #FFF;
    text-shadow:none;
}

.products.product_list .product_details {
    overflow: visible;
}

.products.product_list .product_container .product_quantity {
  width: 96%;
  margin-left: 2%;
  margin-right: 2%;
  
}

.products_cartstatus {
    color: white !important;
}

.products_cartwrap .products_cartstatus {
  background: url("../images/checkout_white.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.products.product_grid.products-one-product .product_item {
    width: 100%;
}