/* Oeuf Ltd StyleSheet */
/* Created by G Launchbury for Oeuf Ltd */

/******************* ACCESSIBILITY FONT SIZES  **********************

The <body> font-size MUST be 100%, and the browser text-size set 
to 'normal' or 'medium' for these to be valid. The 'ranges' are shown 
because the text snaps to a pixel-size in the browser. Where these 
figures are not contiguous, there is a discrepancy in where IE and 
Mozilla switch to displaying a different text-size.

(PX)     ( % )      (range)
8px       50%        48-53%
9px       56%        54-59%
10px      62%        60-65%
11px      68%        66-71%
12px      76%        73-78%
13px      82%        79-84%
14px      88%        85-90%
15px      94%        91-96%
16px      100%      98-103%
18px      112%     110-115%
20px      126%     123-128%
22px      138%     135-140%
24px      150%     148-153%
26px      162%     160-165%
28px      176%     173-178%
30px      188%     185-190%

NB - one of the problems with this 'relative' method of sizing text is that 
nested item's sizes are changed with the parent's size. So be aware of 
changes to nested items when altering CSS at a future date. Also, if 
you need to nest text, find the right size by eye, and adjust up and 
down a little so the figure is in the middle of it's 'range'.

****************************************************************************/

/* GENERAL */
body,td {font-family: Verdana,Helvetica,sans-serif,Arial; font-size:100%; color: #666666}
body{background-color:#FFFFFF; margin:0px; overflow:scroll}
td{padding:0px; vertical-align:top}
table{border:0px; border-collapse:collapse}
img{border:0px}
a{color:#920F3D; text-decoration:none}
a:hover{text-decoration:underline}
form{margin:0px; padding:0px}
input,select{font-family: Verdana,Helvetica,sans-serif,Arial; font-size:68%; color: #000000}
.redText{color:#920F3D}
.orangeText{color:#FF8C00}

h1{}
h2{color:#DA0861; font-size:112%; font-weight:normal; margin:20px 0px 10px 0px}
h3{color:#FF8C00; font-style:italic; font-weight:normal; font-size:76%}
h4{color:#666666; font-weight:bold; font-size:76%; margin:20px 0px 4px 0px}
p{color:#666666; font-size:68%; margin:0px 0px 20px 0px}
li{color:#666666; font-size:68%}
a.topNavLink{color:#FFFFFF; text-decoration:none}
a.topNavLink:hover{text-decoration:underline}

.homeLinksList p {margin:0px}
.homeLinksList .arrow p {color:#DA0861}
.homeLinksList .link {text-align:left; vertical-align:top; padding:6px 10px 6px 0px}
.homeLinksList .link a {color:#DA0861}
.homeLinksList .arrow {color:#DA0861; font-weight:bold; text-align:left; vertical-align:top; padding:6px 10px 6px 0px}

.questionText{color:#920F3D; font-style:italic; margin-bottom:0px; font-weight:bold}
.answerText{color:#666666}

.pdfIcon{padding:0px 5px 10px 0px}
.pdfLink{font-size:68%; padding:0px 0px 10px 0px}
.pdfLink a{color:#000000}

.priceDIV{color:#FF8C00; font-style:italic; font-weight:normal; font-size:76%}

#leftNavTABLE a{color:#666666; text-decoration:none}
#leftNavTABLE a:hover{text-decoration:underline}
#leftNavTABLE {margin:10px 10px 30px 10px; width:193}
#leftNavTABLE td{color:#DA0861; font-size:68%; padding:0px 5px 5px 0px}

.productTable{width:100%; margin-bottom:30px}
.productTitle{text-align:left; vertical-align:top; font-size:82%; font-weight:bold; color:#920F3D}
.productPrice{text-align:right; vertical-align:top; font-size:76%; color:#FF8C00}
.productText p{font-size:68%; margin:8px 0px 0px 0px}
.productText img{float:right; margin:0px 0px 5px 5px}

.leftNavQuote{color:#F9A03A; font-size:112%; font-style:italic; margin:10px}

/***********************  DEVELOPMENT STYLES **************************/

table.bordersON{border:1px 1px 0px 0px solid #FF0000}
table.bordersON td{border:0px 0px 1px 1px solid #FF0000}