
/* base html style setup - only set up standard html elements here */

BODY {
	color: #000000;
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
	}

A, BODY, INPUT, OPTION, SELECT, TABLE, TD, TR {
	font-family: verdana, tahoma, sans-serif;
	font-size: 12px;
	}

A {
	color: #3232CB;
	text-decoration: none;
	}

A:hover	{
	color: #000000;
	text-decoration: underline;
	}

A:visited {
	color: #000099;
}

A:active {
	color: #000000;
}

H1, H2, H3, H4, H5, H6 {
	color: #FFFFFF;
	}

H1 {}
H2 {}
H3 {}
H4 {}
H5 {}
H6 {}


/* Include any core element overrides here */


/* add any bespoke style tags here */

.ProdPage .Title {
	font: bold 16px;
	color: white;
}

.miniBoxTitle {
	font: bold 12px;
	color: white;
}

.basketSummaryItems {
	font-size: 11px;
	color: black;
}

A.basketSummaryLink, A.basketSummaryLink:visited  {
	font-size: 11px;
	color: black;
}

A.basketSummaryLink:hover  {
	color: green;
}
