/**
* @author	Javelin Group
* @version	1.0
* @media	all
*
* @info		Text styles for site
*
* @contents
*	=1: Reset
*	=2: Body
*	=3: Headers
*	=4: Links
*	=5: Lists
*	=6: Paragraphs
*/

/**
* =1: Reset
*
* @info Resets all default browser styles
*/

* { margin: 0; padding: 0; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/** remember to define focus styles! */
:focus { outline: 0; }

body { line-height: 1; color: #003366; background: white; }

ol, ul { list-style: none; }

/** tables still need 'cellspacing="0"' in the markup */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }

blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/**
* =2: Body
*
* @info Sets the base font size and style for all text
*/
body { font: 0.75em/1.2em Arial, Helvetica, sans-serif; }

/**
* =3: Headers
*
* @info Sets the base font size and style for all headers
*/
h1 { font-size: 2em; line-height: 1em; }
h2 { font-size: 1.7em; }
h3 { font-size: 1.3em; }

div.myaccount h3 { font-size: 1em; font-weight: bold; }

#secondNav h3 { font-weight: bold; }

.promoSlotSmall h3, .promoSlotLarge h3, .promoSlotSmallText h3, .promoSlotLargeText h3 { font-weight: bold; color: #336699; }

.promoSlotLargeText .dateDisplay { font-size: 10px; } 

/**
* =4: Links
*
* @info Sets the base font size and style for all links
*/
* a { text-decoration: none; color: #6699cc; }
	* a:hover, * a:focus { text-decoration: underline; }

#topNav ul li a, #secondNav h3 a, #secondNav dl dt a { color: #336699; }

#basket p a strong, .button span { color: #fff; }

#basket p a span { color: #9fd4fe; }

#headerLinks li a, #breadcrumb ul li a, #secondNav dl dd a, #footer ul li a,
.promoSlotSmall a, .promoSlotLarge a, .promoSlotSmallText a, .promoSlotLargeText a { color: #6699cc; }

.promoSlotLargeText a strong { color: #003366; }

/**
* =5: Lists
*
* @info Sets the base font size and style for all lists
*/
ol { list-style: decimal; }

#headerLinks li { color: #003366; }

#headerLinks li b, #breadcrumb ul li { color: #6699cc; }

#topNav ul li { color: #1e5085; font-weight: bold; }

#secondNav dl dt { color: #336699; font-weight: bold; }
div#deliveryTabContentsContainer dl dt { font-weight: bold; }

/**
* =6: Paragraphs
*
* @info also includes related elments e.g. span
*/
.promoSlotSmall p, .promoSlotLarge p, .promoSlotSmallText p, .promoSlotLargeText p, #footer p { color: #003366; }