footer a, footer p, footer address, .phone-footer, .email-footer a {
	color: #ddd;
}

#nav li a,
.language-box .language-switcher {
    color: #3B424D;
}

#nav > li > a:hover, #nav > li > a.active, #nav > li > a:nth-child(1):hover, #nav > li > a:nth-child(1).active, #nav li:hover > a {
    background-color: rgba(255,255,255,0.25) !important;
    color: #000 !important;
}
#nav li.drop-menu ul li {
	width: auto;
}

input#searchText:focus {
    border: 0px;
}

.product-block .product-action button.addcart:hover,
.product-block .product-action a.quickview:hover {
    color: #E83262 !important;
}

.toplinks div.links div a:hover * {
	color: #E83262 !important;
	/*text-decoration: underline;*/
}
.toplinks div.links div ul li a:hover {
	color: #E83262 !important;
}

.mini-cart .basket a:first-child:before,
.product-view .product-shop .add-to-box .btn-cart,
.button.btn-proceed-checkout,
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
	background-color: #E83262;
}

.z-active a.z-link {
	/*border-top: 2px solid #E83262;*/
	border-top: 0;
}

footer .inner a:hover {
    color: #fff;
}

footer .newsletter #NewsletterRegistration form  { position: relative; }
footer .newsletter #NewsletterRegistration form input#EMail {
	border: 1px solid #ddd; 
	border-radius: 2px;
}
footer .newsletter #NewsletterRegistration form input#EMail:focus { 
	outline: 0; 
	border: 1px solid #fff; 
}
footer .newsletter #NewsletterRegistration form #NewsletterOptIn {
	position: absolute;
	top: 4px;
	right: 5px;
	padding: 6px 10px;
	background: #333;
	border: 0;
}
footer #container_form_news2 input[type="text"] {
	height: auto;
	padding: 10px 15px 10px 10px;
	background: transparent;
}
footer #container_form_news2 button i {
	color: #ddd;
}
footer #container_form_news2 input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #ddd;
}
footer #container_form_news2 input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #ddd;
   opacity:  1;
}
footer #container_form_news2 input::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #ddd;
   opacity:  1;
}
footer #container_form_news2 input:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #ddd;
}

header .welcome-msg {
	color: #fff;
}

#content-page .text-content a[href$='.pdf']:hover {
    color: #E83262;
	text-decoration: underline;
}

.livesearch {
	position: absolute;
	top: 30px;
	z-index: 10000000;
	text-align: left;
	background: #eee;
}
.livesearch  #form3015 {
	padding: 10px 5px;
	border-bottom: 1px solid #333;
}
.livesearch img {
	max-width: 100px;
}