/* Panel Filter - CSS Styles  */
/******************************/

/* Table */
.tb	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000066;
	border: 2px solid #001EBE; 
	padding: 5px; 
	background-color: #FFFFFF;
}
/* Table Head*/
.filterTbHead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align:center;
	line-height:16px;
	color: #FFFFFF;
	background-color: #56BBED;
	padding: 2px;
}
/* Table Row*/
.filterTbRow	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: normal;
	color: #000066;
	background-color: #CCCCCC;
	padding: 2px 4px;
}
/* Buttons */
.button	{
	font-size: 11px; 
	font-weight: bold;
	color: #000066;
	cursor: pointer;
}
/* Head Drop Down Boxes */
.dbHead	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center; 
	font-size: 10px;
	font-weight: bold;
}
/* Drop Down Boxes */
.db	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000066;
	border: 2px solid #001EBE; 
	background-color: #FFFFFF;
}
/* Cursor */
.cursor	{
	cursor: pointer;
}

/* Product Detail Page - CSS Styles  */
/*************************************/

/* Body */
.pdBody {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000066;
	background-position: 0px 0px; 
	background-repeat: no-repeat;
    margin-left: 20px;
}
/* Heading */
h1	{
	font-size: 24px;
	font-weight: bold; 
	color: #000000;
    width:100%;
}
/* Heading */
h2	{
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}
/* Table Heading */
.pdTitle	{
	color: #FFFFFF;
	background-color: #001EBE;
	padding: 2px 6px; 
	font-size: 13px; 
	font-weight: bold;
}
/* Table Body */
.pdTable	{
	font-size: 10px;
}
/* Table Row Bold */
.pdRowBold	{
	padding: 2px 6px; 
	font-weight: bold; 
	background-color: #FFCC33;
}
/* Table Row */
.pdRow	{
	padding: 2px 6px; 
	background-color: #FFCC33;
}
/* Smaller font size for superscripted text */
sup {
    font-size: 8px;
}
/* Separation Line */
hr  {
    border: #000066;   /* other browser than MS IE*/
    background-color: #000066;
    width: 600px;
    height: 1px;
	color: #000066;    /* MS IE*/
}
/* Footer */
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000066;
	text-align: center;
}
/* Don't display element*/
.noshowScreen {
    display: none;
}
