/***************
*
*   This file sets the color of customization.
*   If you are not a site without customization, erase all content and publish the empty file.
*
***************/

#login a {
    color: #f8b03f;
}

#login .button {
	background: #f8b03f;
}

#products {
	background: url(background_internal.png); /* Use the PNG extension to avoid customize the background of the list of products. */
	background: #fff;
}

.notifications .message,
.notifications .message > * {
    color: #f8b03f;
}

.notification > * {
    color: #f8b03f;
}

#home .content h2,
#purchase #myaccount .content h2 {
	color: #f8b03f;
}

#header {
	background: #f8b03f;
}

.text a {
    color: #f8b03f;
}

#products .filter p span {
	color: #f8b03f;
}

#products .filter ul li a:hover {
	color: #f8b03f;
}

#products .filter .active a {
	color: #f8b03f;
}

#myaccount .credits .bar .progress {
	background: #f8b03f;
}

#myaccount .exchange .input button {
    background: #f8b03f;
}

#myaccount .coupon.last_purchase a,
#myaccount .coupon a:hover {
	border-color: #f8b03f;
}

#contact_form .actions button {
	background: #f8b03f;
}

#product .paymethods button {
	background: #f8b03f;
}

#product .actions button {
	background: #f8b03f;
}

#voucher_input .toggle {
    color: #f8b03f;
}

#voucher_input .wrapper {
    border: 1px #f8b03f solid;
}

#voucher_input .wrapper button {
    background: #f8b03f;
}

.notifications .message,
.notifications .message > * {
	color: #f8b03f;
}

.notification > * {
	color: #f8b03f;
}

.button {
    background: #f8b03f;
}