/* control of block-level elements.  If you define sections of your page with these elements, they will print (or not print) according to the following settings.
For example: <td id="content"> will print everything inside the <td> tag... <td id="navigation"> will make sure that your navigation will NOT be printed... AND
<p class="noprint">This won't be printed either.</p>  */

#content {
	background-color: #FFFFFF;
	width: 100%;
	border: none;
}

#navigation, #footer, .noprint {
	display: none;
}


/* End Print Settings.  */

/* Begin Shopping Cart Settings */

A.dark:link {
	color: #003366;
	text-decoration: none;
}

A.dark:visited {
	color: #003366;
	text-decoration: none;
}

A.dark:active {
	color: #003366;
	text-decoration: none;
}

A.dark:hover {
	color: #3366CC;
	text-decoration: none;
}

A.body_nav:link {
	color: #003366;
	text-decoration: underline;
}

A.body_nav:visited {
	color: #003366;
	text-decoration: underline;
}

A.body_nav:active {
	color: #003366;
	text-decoration: underline;
}

A.body_nav:hover {
	color: #CC3333;
	text-decoration: underline;
}

A.blackFont:link {
	color: #000000;
	text-decoration: none;
}

A.blackFont:visited {
	color: #000000;
	text-decoration: none;
}

A.blackFont:active {
	color: #003366;
	text-decoration: none;
}

A.blackFont:hover {
	color: #3366CC;
	text-decoration: none;
}

input.search
{
	height: 17px;
	background-color: #E1E9EF;
	border: solid #000066;
	border-width: 1px;
	font-family: tahoma;
	color: rgb(0,0,70);
	font-size: 11px;
	
}
TD.dark {
	font-size: 11px;
	font-family : Tahoma;
	color : #F8F6FB;
}

P.dark {
	font-size: 12px;
	font-family : Verdana;
}

TD.smaller {
	font-size: 11px;
	font-family : Tahoma;
	color : #666666;
}

P.smaller {
	font-size: 11px;
	font-family : Tahoma;
	color : #666666;
}

TD.mincart {
	font-size: 10px;
	font-family : Verdana;
}

P.mincart {
	font-size: 10px;
	font-family : Verdana;
}

TD.menu {
	FONT-SIZE: 10px; COLOR: #003366; FONT-FAMILY: Tahoma,Verdana,Arial; text-transform: uppercase
}
DIV.menu {
	FONT-SIZE: 10px; COLOR: #003366; FONT-FAMILY: Tahoma,Verdana,Arial; text-transform: uppercase
}

/* End Shopping Cart Settings */

/* Begin Custom Settings */

BODY {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #CCCCCC;
	

	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #00326E;
}

P {
	font-size: 12px;
	font-family : Arial, Helvetica, sans-serif;
	color: #003468;
	font-weight: normal;
}

  td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003468;
	font-weight: normal;
}
  hr { 
  color: #3C285F; 
  height: 1px; 
  border: none; 
} 

  H1 {
	display: block;
	font-size: 16px;
	margin: 0px 0px;
	font-weight: bold;
	color: #00326E;
}
  H2 {
	display: block;
	font-size: 1.35em;
	margin: 0px 0px;
	font-weight: bold;
	color: #00326E;
}
  H3 {
	display: block;
	font-size: 1.17em;
	margin: 0px 0px;
	font-weight: bold;
	color: #0033cc;
	font-variant: small-caps;
	text-transform: none;
}
  H4 {
	display: block;
	font-size: 1.0em;
	margin: 0px 0px;
	font-weight: bold;
	color: #0033cc;
}
  H5 {
	display: block;
	font-size: 0.83em;
	margin: 0px 0px;
	font-weight: bold;
	color: #0033cc;
}
  H6 {
	display: block;
	font-size: 0.75em;
	margin: 0px 0px;
	font-weight: bold;
	color: #0033cc;
}

  .navlinks {
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

A.navlinks {
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
  A.navlinks:visited {
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
  A.navlinks:active {
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
  A.navlinks:hover {
	font-size: 11px;
	color: #3C285F;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

  .bottomlinks { font-family: Arial, Helvetica, sans-serif; font-size: 9px; color: #333366}
  A.bottomlinks {  font-family: Arial, Helvetica, sans-serif; font-size: 9px; color: #332D53; text-decoration: underline }
  A.bottomlinks:visited {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #333366; text-decoration: underline }
  A.bottomlinks:active {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #333366; text-decoration: underline }
  A.bottomlinks:hover {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #333366; text-decoration:underline }
  
  .small { font-size: .83em }
  .big  { font-size: 1.17em }
  .bigger { font-size: 1.35em }
  .italic { font-style: italic }
  .bold { font-weight: bold }
  .emphasize { font-weight: bold; color: #3C285F}
  .red { color: #FF0000 }
  .white { color: #FFFFFF }
  .highlight { background-color: #FFFFCC }
  .imgBrdr { border: 1px solid #3C285F }
  .field { border: 1px #3C285F groove; background-color: #FFFFFF}
  .textarea { border: 1px #3C285F groove}
  .button {
	background-color: #3C285F;
	border-top: 1px groove #3C285F;
	border-right: 2px groove #3C285F;
	border-bottom: 2px groove #3C285F;
	border-left: 1px groove #3C285F }
.asterix {
	font-size: 16px;
	font-weight: bold;
	color: #3C285F;
}
.alert {
	font-size: 16px;
	font-weight: bold;
	color: #3C285F;
}

a:link      { color: #3367CD; font-family: Arial, Helvetica, sans-serif}
a:hover  { color: #f26537}
.orange {
	color: #E6632F;
}
div.prodprice {
	text-align: center;
	padding-top: 10px;
}
SPAN.price {
	COLOR: #FF0000;
	font-size: 14px;
	font-weight: bold;
}
td.detailimage { vertical-align:top
}
img.prodimage {
	border:0px solid #333333;
	margin-top: 10px;
}
div.prodname {
	text-align: center;
}
div.detailoptions {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #333333;
	}
div.detailprice  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 18px;
	color: #333333;
	}	.highlightborder {
	background-color: #FFFFE8;
	border: 1px solid #FF6600;
	padding: 3px;
}
.unnamed1 {
	line-height: 10px;
}
.redCopy {
	color: #FF0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	padding: 22px;
}
.bigredbold {

	color: #FF0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
ul {
	padding: 5px;
	list-style-position: outside;
	list-style-type: disc;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 20px;
}
