@import url(https://fonts.googleapis.com/css?family=Open+Sans);
@import url(https://fonts.googleapis.com/css?family=Lato);
@import url(https://fonts.googleapis.com/css?family=Raleway);
:root {
--DROPDOWNCOLORCODE: #000;
}
.submenuLeftSymbol {
	color:#000000;
}
.categoriesContents ol li {
}
.categoriesContents a {
	font-size: 14px;
	padding: 10px 0px 10px 0px;
    display: block;
	background: none;
	color:#000;
	text-transform:uppercase;
}
.categoriesContents a:hover {
	background: none;
}

.shopping_cart_left {
	padding-top: 10px;
	padding-bottom: 10px;
}
.shopping_cart_left a {
	color:#000 !important;
	text-decoration:none !important;
}
.shopping_cart_left > div {
	border-top: thin solid #000;
	border-bottom: thin solid #000;
}

.shopping_cart_left SPAN.newItemInCart {
	color:#000;
	font-size:14px;
}
#LeftMenuWrapper {
	border-right:thin solid #000;
}
#LeftMenuWrapper #qkeywords {
	width: 210px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-text-size-adjust: none;
	background-color: transparent;
    border: thin solid #000;
}

@media screen and (max-width: 700px) {
	.categoriesContents {
		border-bottom: thin solid #000;
    	padding-bottom: 10px;
    	margin-bottom: 20px;
	}
}