/***********************************************************************************************
*  Digital Forest Interactive Messagepac? HTML_Styles.css : Copyright Digital Forest Interactive Ltd.
************************************************************************************************/


/* margin values and font sizes for headings, and margins on paragraphs
 * and lists are not consistent across browser platforms. to achieve a
 * consistent look we need to explicity set these values here.
 *
 * pixels are used here, rather than ems, because we want a consistent
 * margin on the different headings. if we use ems, 1em for an h1 element
 * is much larger than 1em on an h6 element!
 *

 */
 

 

.reflect rheight20{}
.reflect rheight40{}
.reflect rheight60{}
   .reflect rheight80{}
   .reflect{}
   .reflect ropacity20{}
   .reflect ropacity40{}
   .reflect ropacity60{}
   .reflect ropacity80{}
   .reflect ropacity33{}

.cls_Table_Header {
	background-color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	height: 25px;
	font-size:11px;
}

.cls_Table_Normal_Row {
	background-color: #948887;
	color: #FFFFFF;	
	height: 25px;
	font-size:11px;

}

.cls_Details_Info_Header{
	font-family: Verdana, Arial, Helvetical, sans-serif;
	color:#002266;
	font-weight: bold;
	font-size:11px;
}

.cls_Details_Info{
	font-family: Verdana, Arial, Helvetical, sans-serif;
	color:#002266;
	font-weight: normal;
	font-size:11px;
}

ul, ol, dl, p, h1, h2, h3, h4, h5, h6
{
	margin-top: 14px;
	margin-bottom: 14px;
	padding-top: 0;
	padding-bottom: 0;
}
h1, h1 a:link, h1 a:visited
{
	font-size: 135%;
	color: #000000;
	font-weight: bold;
	line-height:0px;
	padding-bottom: 5px;
}
h2, h2 a:link, h2 a:visited
{
	font-size: 100%;
	color: #000000;
	font-weight: bold;
	line-height:15px;
}
h3, h3 a:link, h3 a:visited
{
	font-size: 100%;
	color: #949285;
	font-weight: normal;
}
h4, h4 a:link, h4 a:visited
{
	font-size: 90%;
	color: #949285;
}
h5, h5 a:link, h5 a:visited
{
	font-size: 210%;
	color: #3F3F3F;
	text-transform: uppercase;
	text-align: center;
}
h6, h6 a:link, h6 a:visited
{
	font-size: 70%;
}

/* alter some HTML elements' default style
 */
a, a:link, a:visited, a:active
{
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #000000;
	line-height: 1.3;
	margin-bottom: 10px;
}
a:hover
{
	text-decoration: underline;
}
code
{
	font-family: "Courier New", Courier, monospace;
}
label
{
	cursor: pointer;
}
table
{
	font-size: 100%;
}
td, th
{
	vertical-align: top;
	font-family: Helvetica, Geneva, sans-serif;
}

body {
	font-family: Helvetica, Geneva, sans-serif;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #000000;
	line-height: 1.3;
	margin-bottom: 10px;

}
#articletabs {
	float:left;
	width:100%;
	font-size:.8em;
	line-height:normal;
	border-bottom:1px solid #CFCFCF;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom:20px;
      }
    #articletabs ul {
	  margin:0;
	  padding:10px 10px 0 50px;
	  list-style:none;
      }
    #articletabs li {
      display:inline;
      margin:0;
      padding:0;
      }
    #articletabs a {
      float:left;
      background:url(/images/default/tableft2.gif)  no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #articletabs a span {
      float:left;
      display:block;
      background:url(/images/default/tabright2.gif) no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#464646;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #articletabs a span {float:none;}
    /* End IE5-Mac hack */
    #articletabs a:hover span {
      color:#464646;
      }
    #articletabs a:hover {
      background-position:0% -42px;
      }
    #articletabs a:hover span {
      background-position:100% -42px;
      }
      
      .underline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.cart_note{
	color: #FF0000;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;

}