@charset "utf-8";
/* CSS Document */

html {
	/* this does not work on the body tag */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#DCD1E4, endColorstr=#ffffff);
}
.header {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#EBE4F2);
}
@media screen and (min-width: 320px) {
	.header .nav {
		background: url('/images/design/headerBG.png') top left repeat;
		/*background-color: #AA7A9F !important;*/
		/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#7A2664, GradientType=1);*/
		/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#7A2664, GradientType=1) progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/design/header.png');*/
	
	}
}
@media screen and (min-width: 600px) {
	.header .nav {
		background: none;
		background: url('/images/design/header.png') bottom right no-repeat, url('/images/design/headerBG.png') top left repeat;
		
		
		/*background-color: #AA7A9F !important;*/
		/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#7A2664, GradientType=1);*/
		/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#7A2664, GradientType=1) progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/design/header.png');*/
	
	}
}
.header .nav .headerTopFade {
	background: url('/images/design/headerBG.png') top left repeat;
	/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#7A2664, GradientType=1);*/
}
.header .nav .ulFade {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#A6A6A6, GradientType=1);
}
.footerHRL {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#93278F, GradientType=1);
}
.footerHRR {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#93278F, endColorstr=#ffffff, GradientType=1);
}
#pOrder {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#522767, endColorstr=#652D90);
}
#addToBasket {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#FCEE21);
}
#addToBasket:hover {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FCEE21, endColorstr=#ffffff);
}
.pOrderMiscButtons a {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#C7B9DB);
}

