.color-head {
	background:#1f1f3c;
	background:-moz-linear-gradient(100% 100% 90deg, #1f1f3c, #1f1f3c);
	background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#1f1f3c), to(#1f1f3c));
	background:-o-linear-gradient(top, #1f1f3c, #1f1f3c);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1f1f3c', endColorstr='#1f1f3c');
}
.color-head h1 {font-size:28px; color:#fff; line-height:30px; padding:6px 0 0 15px; text-shadow: 0 0 0 rgba(0, 0, 0, 0.0);}

.head-cart {
	color:#fff;
}
.head-cart a {color:#fff !important;}
.head-cart a.m-cart, .head-cart a.m-prof, .head-cart a.m-log {background:url(../images/mini-cart.gif) no-repeat;}
.head-cart a.m-prof {background:url(../images/mini-peeps.gif) no-repeat; padding:8px 0 0 30px;}
.head-cart a.m-log {background:url(../images/mini-circle-arrow.gif) no-repeat; padding:8px 0 0 25px;}

.text-links a {color:#517899;}

.item-header h1, .main-body h2 {background:#1f1f3c;}

.product-info-box {
	border:1px solid #e5e6e8;
}

.product-text-box {
	background:#e5e6e8;
    height:75px;
}

.full-info {
	background:#e5e6e8;
}
.full-info add-btn {color:#4d6996;}

a {
	color:#517899 !important;
	text-decoration:none;
}
a.text-white {
    color: #fff !important;
}
