@charset "utf-8";
/*Anchors*/
a.colour-orange{
color: #ff9606 !important;
}
a.colour-orange:hover{
color: #FFA82E !important;
}
a.colour-dkorange{
color: #D17A00 !important;
}
a.colour-dkorange:hover{
color: #ff9606 !important;
}
a.colour-salmon{
color: #BC0B0B !important;
}
a.colour-salmon:hover{
color: #C82D2D !important;
}
/*Custom Colours*/
.colour-price{
color: #6495ed !important;
}
.colour-salmon{
color: #BC0B0B;
}
.colour-wishlist{
/*XXXORIGINAL color:#F0CC00; */
color: #666;
}
.colour-dkblue{
color: #006680 !important;
}
.colourbg-dkblue{
background-color: #006680 !important;
}
.colour-ltblue{
color: #01a8d1 !important;
}
.colourbg-ltblue{
background-color: #01a8d1 !important;
}
.colour-dkgreen{
color: #527900 !important;
}
.colourbg-dkgreen{
background-color: #527900 !important;
}
.colour-green{
color: #6a9d00 !important;
}
.colourbg-green{
background-color: #6a9d00 !important;
}
.colour-ltgreen{
color: #8acc00 !important;
}
.colourbg-ltgreen{
background-color: #8acc00 !important;
}
.colour-link-green{
color: #b1ff14 !important;
}
/*.colour-link-active{
color: #6A9D00 !important;
}*/
.colour-red{
color: #f00 !important;
}
.colourbg-red{
background-color: #f00 !important;
}
.colour-dkbrown{
color: #884f00 !important;
}
.colourbg-dkbrown{
background-color: #884f00 !important;
}
.colour-brown{
color: #a66000 !important;
}
.colourbg-brown{
background-color: #a66000 !important;
}
.colour-orange{
color: #ff9606 !important;
}
.colourbg-orange{
background-color: #ff9606 !important;
}
.colour-dkorange{
color: #D17A00 !important;
}
.colour-black{
color: #000 !important;
}
.colourbg-black{
background-color: #000 !important;
}
.colour-white{
color: #fff !important;
}
.colourbg-white{
background-color: #fff !important;
}
.colour-yellow{
color: #ffd700 !important;
}
.colourbg-yellow{
background-color: #ffd700 !important;
}
.colour-ltgrey{
color: #9b9b9b !important;
}
.colourbg-ltgrey{
background-color: #9b9b9b !important;
}
.colour-grey{
color: #666 !important;
}
.colourbg-grey{
background-color: #666 !important;
}
.colour-grey2{
color: #ccc !important;
}
.colourbg-grey2{
background-color: #ccc !important;
}
.colour-dkgrey{
color: #333 !important;
}
.colourbg-dkgrey{
background-color: #333 !important;
}
.colour-dkdkgrey{
color: #1d1d1d !important;
}
.colourbg-dkdkgrey{
background-color: #1A1A1A !important;
}
.colourbg-button{
background-color: #1c1c1c;
}
.colour-lime{
color: #7fb600 !important;
}
.colourbg-lime{
background-color: #7fb600 !important;
}
.w3-light-grey, .w3-light-gray{
background-color: #f1f1f1 !important;
color: #000 !important;
}

