#logorow {
    padding: 10px 0 0 30px;
    background: #162633;
    position: relative;
}
.adminlinks {
    color: #ffff;
}
a.account {
	color: #ffff;
	font-size: 10px;
    font-family: 'Raleway-light', sans-serif;
    font-weight: 300;
	text-transform: uppercase;
}
a.ico-logout {
	color: #ffff;
	font-size: 10px;
    font-family: 'Raleway-light', sans-serif;
    font-weight: 300;
	text-transform: uppercase;
}
a.ico-inbox {
	color: #ffff;
	font-size: 10px;
    font-family: 'Raleway-light', sans-serif;
    font-weight: 300;
	text-transform: uppercase;
}
a.ico-cart {
	color: #ffff;
	font-size: 10px;
    font-family: 'Raleway-light', sans-serif;
    font-weight: 300;
	text-transform: uppercase;
}
a.ico-admin {
	color: #ffff;
	font-size: 10px;
    font-family: 'Raleway-light', sans-serif;
    font-weight: 300;
	text-transform: uppercase;
}
a.ico-login {
	color: #ffff;
	font-size: 10px;
    font-family: 'Raleway-light', sans-serif;
    font-weight: 300;
	text-transform: uppercase;
}
a.dir {
	color: #ffff;
	font-size: 10px;
    font-family: 'Raleway-light', sans-serif;
    font-weight: 300;
	text-transform: uppercase;
}
.logo img {
    width: 75%;
}
.fulldescriptionTitle {
    display: none;
}
span#priceHide {
    font-size: 22px;
}
.small-product-item.smaller-product-item-homepage .product-item .product-title {
    margin-bottom: 3px;
}
.small-product-item.smaller-product-item-homepage .product-item .product-title a {
    font-size: 1rem;
}
.homeFeaturedProductsWrapper .bestsellers {
    text-align: center;
}
.header-links-wrapper {
    margin-top: 10px;
    margin-right: 15px;
}
a.cf_headerlinks_shoppngcart__counter {
    color: #ffffff;
}
.searchbox_wrapper .searchbox {
    float: left;
    width: 75%;
    -webkit-border-top-right-radius: 0;
    -moz-border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-bottom-right-radius: 0px;
    border: 1px solid #eee;
    height: 30px;
    margin-top: 1px;
    border-radius: 0;
}
.searchbox_wrapper .searchbutton {
    float: right;
    width: 25%;
    margin: 1px 0;
    padding: 0;
    border: 0;
    height: 30px;
    -webkit-border-top-left-radius: 0;
    -moz-border-top-left-radius: 0px;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-bottom-left-radius: 0px;
    border-radius: 0;
}
input#btn-small-search {
    line-height: 32px;
}
input#small-searchterms {
    color: lightgrey;
}
.headermenu ul {
    z-index: 99999;
}
.producttags-box {
    display: none;
}
.headermenu ul li ul {
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    width: 300px;
    background-color: white;
}
.homeFeaturedProductsWrapper .bestsellers {
    padding: 0px 0 10px;
    margin-bottom: 33px;
    border-bottom: 2px solid #8b9399;
}
.htmlh3 {
    text-align: center;
    padding-top: 15px;
    margin-top: 15px;
    color: black;
    background-color: lightgrey;
    padding-bottom: 15px;
    border-style: solid;
    border-color: darkgrey;
}
.htmlh3 a {
    color: cornflowerblue;
}