@import url("../../css/DgaPagestyle.css");
/*
Filename:DgaProductPageStyle.asp
Created by:Vinu Mathews
Date:12-01-2005
Update History:
10-30-2006 - Edited by Susanna Rosario - added SubProductTitles class
07-24-2006 - Edited by Aaron Andersen - added ProductTitles class
07-3-2006 - Edited by Aaron Andersen
31-01-2006-Vinu-Included some classes which was directly written in the asp pages.
22-05-2006-Vinu-Added new class yellowcolorhead,changesd the color of classe 	bgdarkblue,bglightblue
*/

/*-----------products page H1 and H2---------*/
h1 
{
    COLOR: #003399;
}

h2
{
	COLOR: #ff6600;
}

/*---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
}

/*-------Left Navigation--------*/
.mouseout
{
    COLOR: #ffffff;
	font-size: 11px;
	cursor:pointer;
    BACKGROUND-COLOR: #FF7D00;
}
.mouseover
{
    COLOR: #FF7D00;
	font-size: 11px;
    cursor:pointer;
    BACKGROUND-COLOR: #ffffff;
}

/*-------Text Headers----------*/
.head
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 14px;
    COLOR: #003399;

}
.colorhead
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 12px;
    COLOR: #ff6600;
	
}
.yellowcolorhead
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 12px;
	COLOR:#ff9900
}

/*---------Blue Texts------*/ 
.colheadsmall
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 10px;
    COLOR: #003399;
}
.darkbluetext
{
    COLOR: #003399;
}

a.productTitles
{
	FONT-WEIGHT: bold;
    FONT-SIZE: 12px;
    COLOR: #003399;
	TEXT-DECORATION: none
}

a.productTitles:hover
{
	TEXT-DECORATION: underline
}

.subproductTitles
{
	FONT-WEIGHT: bold;
    FONT-SIZE: 12px;
    COLOR: #003399;
	TEXT-DECORATION: none
}
a.subproductTitles
{
	FONT-WEIGHT: bold;
    FONT-SIZE: 12px;
    COLOR: #003399;
	TEXT-DECORATION: none
}

a.subproductTitles:hover
{
	TEXT-DECORATION: underline
}
/*---------Breadcrumbs-------------*/
.breadcrumb 
{
	color:#003399;	
}

/*--Breadcrumbs styles to<a> link(order is (link/visited/hover)--*/
A.breadcrumb:link 
{
	color: #003399;
}
A.breadcrumb:visited 
{
	color: #003399;
}
A.breadcrumb:hover 
{
	color: #ff6600;
}

/*---------Black Texts-----*/
.matterbold 
{
	font-size: 11px;
	font-weight: bold;
	color: #333333;
}
.smalltextbold 
{
	font-size: 10px;
	font-weight: bold;
	color: #333333;
}
.footnote
{
	font-size: 10px;
	font-weight: normal;
	color:#000000;
}

/*---------White Text--------------*/
.whitehead 
{
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.textwhitehead 
{
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

/*---------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;
}

/*--------- 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
	
}
.colHeading 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
}
.colHeading2 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #636365;
}
.textmag
{
	FONT-SIZE: 11px;
    FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.bodyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #636365;

}
.Specialoffer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: ##FF0000;
	
}
.bodyText11pt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #636365;
	text-decoration: underline;

}