/* ================================
    CSS STYLES FOR TECHNIQUE TUESDAY ONLINE STORE 
   ================================
*/   

BODY {
}


/* text style for the links */
A, A:link, A:visited {
	font-size: small;
	color: #2a2a6a;
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
  text-decoration: underline;
}   

A:hover {
  color: #7070c0;
}


A.SiteLink, A.SiteLink:link, A.SiteLink:visited {
	text-decoration: none;
}   

A.SiteLink:hover {
  text-decoration: underline;
}

A.SiteLinkBold, A.SiteLinkBold:link, A.SiteLinkBold:visited {
	font-weight: bold;
	text-decoration: none;
}

A.SiteLinkBold:hover {
    text-decoration: underline;
}

A.SiteLinkLargeBold, A.SiteLinkLargeBold:link, A.SiteLinkLargeBold:visited {
	font-weight: bold;
	font-size: small;
}

A.SiteLinkLargeBold:hover {
  text-decoration: underline;
}

A.NavLink, A.NavLink:link, A.NavLink:visited {
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: x-small;
}

A.NavLink:hover 
{
	color: #7070c0;
	font-size: x-small;
  text-decoration: underline;
}

A.SiteLinkTinyBold, A.SiteLinkTinyBold:link, A.SiteLinkTinyBold:visited {
	font-weight: bold;
	font-size: x-small;
	text-decoration: none;
}

.NavText {
	color: #2a2a6a;
	text-transform: uppercase;
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	font-weight: bold;
	font-size: x-small;
}

A.SiteLinkTinyBold:hover {
  text-decoration: underline;
}


/* GENERAL */

/* text style used for most text rendered by modules */
.Normal {
    font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
    font-size: small;
    font-weight: normal;
    color: #2a2a6a;
}

.NormalDouble {
    font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
    font-size: small;
    font-weight: normal;
    line-height: 200%    
}


.NormalRed {
    font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
    font-size: small;
    font-weight: bold;
    color: red
}

.NormalBold {
    font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
    font-size: small;
    font-weight: bold;
    color: #2a2a6a;
}

.NormalItalic {
    font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
    font-size: small;
    font-weight: bold;
    color: #2a2a6a;
}

P {
    font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
    font-size: small;
    font-weight: normal;
    color: #2a2a6a;
}

SMALL   {
    font-size:  x-small;
}

BIG {
    font-size:  medium;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, Courier, monospace;
}

UL LI   {
    list-style-type:    square ;
}

UL LI LI    {
    list-style-type:    disc;
}

UL LI LI LI {
    list-style-type:    circle;
}

OL LI   {
    list-style-type:    decimal;
}

OL OL LI    {
    list-style-type:    lower-alpha;
}

OL OL OL LI {
    list-style-type:    lower-roman;
}

HR {
    height:1pt;
    color:#d0d0d0;
    text-align:left
}

INPUT.submit{
    font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 8pt;
	line-height: 120%;
	word-spacing: normal;
	letter-spacing: normal;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
    color: #2a2a6a;
}

h1 {    
    font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #2a2a6a;
    margin: 0;
    padding: 0;
}


h1.productName {
    font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #2a2a6a;
    margin: 0;
    padding: 0;
}

h2 {
    font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
    font-size: small;
    font-weight: bold;
    color: #2a2a6a;
}