.header {
    z-index: 1;
    position: relative;
    height: 69px;
    border: 1px solid #d1d1d1;
    border-bottom: none;
	background-image: url(../../../../loader/link_kg_logo.png);
    background-color: #e1e1e1;
    background-repeat: no-repeat;
    background-position-x: 45px;
    background-position-y: 10px;
    background-position: 6% 43%;
}

.top_row {
	background: #e1e1e1;
	height: 30px;
}

#cart_count {	height: 40px;
	width: 40px;
	border-radius: 50%;
	left: 45px;
	position: fixed;
	bottom: 22px;
	display: table;
	font-size: 12px;
	font-weight: bold;
	text-align: center;}