/*
Filename		:	AsdPageStyle.css
Created by		:	Vincy MC
Date			:	24th May 2006
Update History	:	Nil
*/

/*-----------BODY------------*/

BODY
{
	BACKGROUND-COLOR: #444d55;
	FONT-SIZE: 11px;
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
	scrollbar-base-color: #FFFFFF;
	scrollbar-arrow-color: #444d55;
	scrollbar-3dlight-color: #444d55;
	scrollbar-darkshadow-color: #444d55;
	scrollbar-face-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-track-color: #444d55;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 760px;
}

/*-------- H1 and H2 --------*/

h1 
{
	FONT-WEIGHT: bold;
    FONT-SIZE: 14px;
    FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-bottom: 0px;
	margin-top: 0px;
	COLOR: #003399;
}
h2
{
	font-weight:bold;
	font-size:12px;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-bottom: 0px;
	margin-top: 0px;
	COLOR:#2a5988;
}

/*-------Left Navigation--------*/

.mouseout
{
    COLOR: #ffffff;
	font-size: 11px;
	cursor:pointer;
    BACKGROUND-COLOR: #2a5988;
}
.mouseover
{
    COLOR: #2a5988;
	font-size: 11px;
    cursor:pointer;
    BACKGROUND-COLOR: #ffffff;
}
.mouseover1
{
    COLOR: #ffffff;
	font-size: 11px;
    cursor:pointer;
    BACKGROUND-COLOR: #4d535b;
}

/*----------Breadcrumbs--------*/

.breadcrumb
{
	font-size: 11px;
	font-weight: normal;
	color:#003399;
}

/*-------Text Headers----------*/
.head
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 14px;
    COLOR: #003399;

}

/* --------------Blurbs----------*/

/* General and Products = Dark Blue*/

.blurbText
{
	COLOR: #003399;
	text-align: justify;
	vertical-align: top;	
}

.blurbTitle
{
	FONT-WEIGHT: bold;
	font-size: 12px;
	text-align: left;
	COLOR:#2a5988;
}

/*------- White Text ---------*/

.whitehead 
{
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.textwhitehead 
{
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
}

/*--------- Black Texts ----------*/
.blackhead 
{
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}
/*---------Orange-------------*/
.colorhead
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 12px;
    COLOR: #ff6600;
    /*COLOR: #000099;*/
	
}
/*---------Blue Texts------*/ 
.colheadsmall
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 12px;
    COLOR: #003399;
}

.productTitles
{
	TEXT-DECORATION: none;
    FONT-WEIGHT: bold;
    COLOR: #003399;
}

A.productTitles:link
{
    TEXT-DECORATION: none;
    FONT-WEIGHT: bold;
    COLOR: #003399;
}
A.productTitles:visited
{
    TEXT-DECORATION: none;
    FONT-WEIGHT: bold;
	COLOR: #003399;

}
A.productTitles:hover
{

    TEXT-DECORATION: underline;
}
/*-------Footer Style-------*/

.footerLink 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #999999;
}
.footer 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #999999;
}

/*---Links,have to be in order (link/visited/hover)--------------*/

A:link
{
    COLOR: #0033cc;
    TEXT-DECORATION: underline
}
A:visited
{
    COLOR: #0033cc;
    TEXT-DECORATION: underline
}
A:hover
{
    COLOR: #ff6600;
    TEXT-DECORATION: none
}
A:active
{
    TEXT-DECORATION: underline
}


/*--Breadcrumbs styles to<a> link(order is (link/visited/hover)--*/

A.breadcrumb:link 
{
	TEXT-DECORATION: underline;
	color: #003399;
}
A.breadcrumb:visited 
{
	TEXT-DECORATION: underline; 
	color: #003399;
}
A.breadcrumb:hover 
{
	TEXT-DECORATION: none; 
	color: #ff6600;
}

/*---------Price Style---------*/
.price
{ 
	 font-size:10pt;
	 font-weight: bold;
	 color:#000099;
}

.oldPrice
{
	font-size:10pt;
	font-weight: bold;
	color:#FF0000;
	text-decoration: line-through;
}

.priceUS
{ 
	 font-size:9pt;
	 color:#000099;
}

/*--Breadcrumbs styles to<a> link(order is (link/visited/hover)--*/

A.blacklink:link 
{
	TEXT-DECORATION: underline;
	color: #000000;
}
A.blacklink:visited 
{
	TEXT-DECORATION: underline; 
	color: #000000;
}
A.blacklink:hover 
{
	TEXT-DECORATION: none; 
	color: #000000;
}
/*--footerLink styles to<a> link(order is (link/visited/hover)--*/

A.footerLink:link 
{
	TEXT-DECORATION: underline; 
	color: #999999;
}
A.footerLink:visited 
{
	TEXT-DECORATION: underline;
	color: #999999; 
}
A.footerLink:hover 
{
	color: #666666;
	text-decoration: none;
}

/*--------- Table background styles ---------*/

.bgdarkblue
{
    COLOR: black;
    FONT-FAMILY: Tahoma;
   	BACKGROUND-COLOR: #c2d2e7
}
.bglightblue
{
    COLOR: black;
    FONT-FAMILY: Tahoma;
   	BACKGROUND-COLOR: #e7edf5
}
.bggray
{
    COLOR: black;
    BACKGROUND-COLOR: #dddee0
	
}
/*--------- Support Wizard ----------*/
.current
{
	color:#3366CC;
	text-decoration: underline
}

.current:hover
{
	text-decoration: none
}
.legacy
{
	color:#999999;
	text-decoration: underline
}

.legacy:hover
{
	text-decoration: none
}
