﻿body
{
    font-family:Verdana, Arial;
}

/* --- Default Fixtures and Fittings ------- */
strong 
{
    font-weight:bold;
}

/* Main Content Type */
#Center h1
{
    font-size:100%;
    color: #008CC4;
    font-family:Arial;
    font-style:italic;
    font-weight:bold;
}
#Center h2
{
    font-size:100%;
    color:#0099CC;
    font-family:Verdana;
}
#Center h3
{
    font-size:0.80em;
    font-family:Verdana;
    font-weight:bold;
    color:#464646;
    line-height:1.4em;
}
#Center p
{
    font-size:0.75em;
    font-family:Verdana;
    color:#464646;
    line-height:1.6em;
}
#Center p.Small
{
    font-size:0.65em;
    font-family:Verdana;
    color:#464646;
    line-height:1.4em;
    display:block;
}

#Center li
{
    font-size:0.8em;
    font-family:Verdana;
    color:#464646;
    line-height:1.4em;
    display:block;
}
#Center #Bread
{
	font-weight: bold;
	font-size: 10px;
	color: #4C5866;
}
#Center .DropDown
{
	font-weight: bold;
	font-size: 70%;
	color: #4C5866;
}
#Center #Bread a
{
	text-decoration: underline;
	color: #4C5866;
	font-weight: normal;
}

/* Standard Form */
fieldset legend
{
    font-weight:bold;
    color:#323A3C;
    font-size:0.8em;
}
fieldset p
{
    text-align:center;
}
fieldset .FormBlock label
{
    font-weight:bold;
    color:#323A3C;
    font-size:0.8em;
    text-align:right;
}
fieldset .FormBlock span.Note
{
    font-weight:normal;
    color:#323A3C;
    font-size:0.7em;
    text-align:left;
}
fieldset .FormBlock .TextBox
{
    color:#323A3C;
    font-size:0.8em;
}
fieldset .FormBlock .Dropdownlist
{
    color:#323A3C;
    font-size:0.8em;
}
fieldset .FormBlock .Button
{
    font-size:0.8em;
}
fieldset .Checkboxlist label
{
    font-weight:bold;
    color:#323A3C;
    font-size:0.8em;
}

/* Pager */
#Center .Pager p
{
    font-weight:bold;
    color:#323A3C;
    font-size:70%;
    line-height:1.1em;
}
#Center .Pager a
{
    font-weight:bold;
    color:#323A3C;
    font-size:70%;
}

/* Standard Thumbnails */
#Center .StandardThumb p
{
    font-size:0.6em;
}

/* Offers*/
#Offers h1
{
    color:#fff;
}

/* Main Menu */
#Menu a:link
{
    font-size:85%;
    color:#2E2E2E; 
    font-weight:normal;
    text-decoration:none;
}
#Menu a:active
{
    color:#2E2E2E; 
    font-size:85%;
    text-decoration:none;
}
#Menu a:visited
{
    color:#2E2E2E; 
    font-size:85%;
    text-decoration:none;
}
#Menu li:Hover a
{
    color:#000; 
    background-color:#000;
    text-decoration:none;
    font-size:85%;
}

/* SHOPPING BASKET  */
#Right .Basket .Item h5
{
    font-weight:bold;
    color:#323A3C;
    font-size:70%;
}
#Right .Basket .Item p
{
    color:#000;
    font-size:70%;
}
#Right .Basket h6
{
    font-weight:bold;
    color:#323A3C;
    font-size:70%;
    text-align:right;
}

/* Footer Menu*/
#Footer p
{
    font-weight:normal;
    color:#9E9E9E;
    font-size:70%;
}
#Footer a:link
{
    color:#B8B8B9;
    font-size:70%;
}
#Footer a:active
{
    color:#B8B8B9;
    font-size:70%;
}
#Footer a:visited
{
    color:#B8B8B9;
    font-size:70%;
}
#Footer a:hover
{
    color:#fff;
    background-color:#008CC4;
    text-decoration:none;
    font-size:70%;
}

/* ------------ Login Buttons and stuff ------------   */
#Left #Login p
{
    font-size:70%;
}
/* -------- Mailing List Subscription Form --------------- */
#Left #Subscribe .Section label
{
    font-size:70%;
    color:#008CC4;
    font-weight:bold;
}
#Left #Subscribe .Section .Textbox
{
    font-size:70%;
}
#Left #Subscribe .Section .Button
{
    font-size:70%;
}

/* Tutor Pages */
#Center .Tutor .ImgTbl table th
{
    font-weight:bold;
    font-size:70%;
}
#Center .Tutor .ImgTbl table td
{
    font-weight:normal;
    font-size:70%;
}

/* Big Lists*/
#Center .bigList li a
{
    color:#0099CC;
  }
#Center .bigList li a:Hover
{
	color: #4C5866;
  }