
/*
==============================================================================
STYL: General style
==============================================================================
*/

div.Annotation {
margin: 5px 20px;
/* border: 1px solid #AAAAAA; */
/* border-left: 10px solid #FFBBBD; */
background-color: #FFDDDD; 
padding: 10px;
}

div.Annotation h3 {
	color: #cc0000;
	font-style: italic;
	font-weight: bold;
}


@media screen {
	body {
		margin: 0em;
		border: 0em;
		font-family: "Verdana", "Arial", "Helvetica", sans-serif;
		font-size: 10pt;
		color: #333333;
	}
	
	table {
		font-size: 100%;
	}
	
	h1, .pseudoH1 {
		font-family: "Tahoma", "Verdana", "Arial", "Helvetica", sans-serif;
		font-weight: normal; 
		font-size: 22pt; 
		color: #004488;
	}

	
	h1.title {
		margin-top: 1em;
	}
		
	h2 {
		font-family: "Tahoma", "Verdana", "Arial", "Helvetica", sans-serif;
		font-weight: normal; 
		font-size: 15pt; 
		color: #004488;
	}
	
	h3 {
		font-family:  "Verdana", "Tahoma",  "Arial", "Helvetica", sans-serif;
		font-weight: normal; 
		font-size: 12pt; 
		color: #004488;

	}
	
	a {
		color: #0066CC;
	}
	
	a:hover {
		color: #FF6600;
	}
	
	a img {
		border: 0px;
	}
	
	a.InvisibleLink {
		color: #555555;
		text-decoration: none;
	}

	hr {
	border: none;
	background-color:#EEEEEE;
	height: 2px;
	color: #EEEEEE;
	}

}

/*
==============================================================================
STYL: Content Area
==============================================================================
*/

@media screen {
	#ContentArea {
		padding: 0em 2em 1em 1em;
		font-size: 10pt;
		color: #444444;
		/*text-align: justify;*/
	}

	#ContentArea blockquote {
		font-size: 12pt;
	}


	#ContentArea table tr td {
		color: #444444;
	}

	#ShoppingCartRightPanel {
		padding: 0px 0px 10px 0px;
		font-size: 10pt;
		color: #444444;
		
		/*text-align: justify;*/
	}
 


	td#ShoppingCartRightPanel table tr td {
		color: #444444;
	}

}

@media print {
	td#ContentArea {
		padding: 0em 0em 1cm 0em;
	}
}



ul.ProductConfShoppingCart {
	margin: 5px 0px;
	font-size: 8pt;
}

ul.ProductConfShoppingCart {
	margin-left: 0px;
	padding-left: 20px;
	list-style-type: none;
}






div.AToZ { font-size: 8pt; padding: 20px 0; color: #333333; } 
div.AToZ h3 { font-size: 12pt; margin-bottom: 10px; }
div.AToZ ul { margin: 0px; padding: 0px; padding-left: 20px;  margin-left: 25px; list-style-image: url(../images/BlueBullet.gif)}
div.AToZ ul li { margin: 3px 0px;}
div.AToZ a { text-decoration: none; }


.SubMenuPortal {bordr: 2px solid #CCCCCC; }
.SubMenuPortal { font-size: 8pt; line-height: 180% }
.SubMenuPortal a { text-decoration: none; }
.SubMenuPortal a:hover { text-decoration: underline;  } 
.SubMenuPortal b { font-weigh: normal; font-sze: 10pt; }



a.deadlink
{
	color: #004488;
	text-decoration: none;
}

a.deadlink:hover
{
	color: #004488;
	text-decoration: none;
}


#LinkTableFooter {
	font-faily: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	line-height: 190%;
	text-align: left;
	padding: 10px 50px;
	margin-top: 20px;	
	border-top: 2px solid #ddd; #097DCC;
	back ground-color: #F5F9FD;
	color: #aaa;
}

#LinkTableFooter a {
/*	color: #666666;*/
	text-decoration: none;
	color: #999;
}

#LinkTableFooter a:hover {
	color: #F60;
	text-decoration: underline;
}

#LinkTableFooter a.Target {}

#LinkTableFooter a.LTFE-0,
#LinkTableFooter a.LTFE-1
/* #LinkTableFooter a.LTFE-2 */ {
	font-weight: bold;
/*	font-size: 8pt;*/
}




.OrderHistory 
{	
	margin-top: 16px;	
}

.OrderHistory th
{	
	font-size: 8pt;
	padding: 3px 4px 3px 4px;
	color: #004488;
	border-top: 1px solid lightgray;
	border-bottom: 1px solid lightgray;
	border-right: 1px dotted lightgray;
	background-color: #FFE;
}

.OrderHistory td
{	
	font-size: 8pt; 
	padding: 9px 4px 9px 4px;
	text-align: center;
	vertical-align: middle;
	color: gray; 
	border-bottom: 1px dotted lightgray;
	border-right: 1px dotted lightgray;
}

