nav.front-bar{
	border-top:3px solid #CC6666;
	border-radius:0px;
}
ul.navbar-nav{
	background: snow;
	border-bottom:1px solid #CC6666;
	border-right:1px solid #CC6666;
	border-left:1px solid #CC6666;
	height: 50px;
	width: 100%;
	max-width: 100%;
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
}
.navbar-nav > .active{
	/*background:#CC6666;*/
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, #CC6666),
		color-stop(1, #F58585)
	);
	background-image: -o-linear-gradient(bottom, #CC6666 0%, #F58585 100%);
	background-image: -moz-linear-gradient(bottom, #CC6666 0%, #F58585 100%);
	background-image: -webkit-linear-gradient(bottom, #CC6666 0%, #F58585 100%);
	background-image: -ms-linear-gradient(bottom, #CC6666 0%, #F58585 100%);
	background-image: linear-gradient(to bottom, #CC6666 0%, #F58585 100%);
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	margin-left:-2px;
	padding-bottom:5px;
}
.navbar-nav > .active > a{
	color:#fff;
}
.navbar-nav > li > a{
	color:#666;
	padding-bottom: 10px;
}
ul.navbar-nav > li > a:hover{
	background: 0;
	color: #CC6666;
}
ul.navbar-nav > .active > a:hover{
	background: 0;
	color: #fff;
}
.cart-zone{
	z-index: 1000;
	position:fixed;
	left:0;
	border-left:3px solid #FF9966;
	padding:10px;
	/*background:#CC6666;*/
	background-image: -webkit-gradient(
		linear,
		left bottom,
		right bottom,
		color-stop(0, #FF9966),
		color-stop(1, #FFB885)
	);
	background-image: -o-linear-gradient(right, #FF9966 0%, #FFB885 100%);
	background-image: -moz-linear-gradient(right, #FF9966 0%, #FFB885 100%);
	background-image: -webkit-linear-gradient(right, #FF9966 0%, #FFB885 100%);
	background-image: -ms-linear-gradient(right, #FF9966 0%, #FFB885 100%);
	background-image: linear-gradient(to right, #FF9966 0%, #FFB885 100%);
	-webkit-border-top-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-bottomright: 6px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
}
.cart-zone > a{
	color:#fff;
}
.cart-zone > a:hover{
	color:#f77331;
	text-decoration: none;
}
.cart-big{
	font-size:25px;
}
#cart-item{
	font-size:24px;
	background:#fff;
	color:#f77331;
}
.popover-content{
	font-size:18px;
	color:#f00;
}