﻿body {
	background-color:#ffffff;
	color: #000000;
	margin-top:0;
}

a:active { color: #99CC99; }
a:link { color: #003300; }
a:hover { color: #99CC99; }
a:visited { color: #99CC99; }
a img { border: none; }

p.copyright { font-size: 0.9em; text-align: center; margin-top: 0; }

h1 {
	font-weight: normal;
	font-size: 1.5em;
	margin-top: 0;
}


/* ****************************** */
/* details pages */
#details { background-color: #FFFFFF; }
#details a:active { color: #55555; }
#details a:link { color: #9B0A0E; }
#details a:hover { color: #55555; }
#details a:visited { color: #555555; }


/* ****************************** */
/* product pages */
#product table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

#product h1 {
	font-weight: bold;
	font-size: 1em;
	margin-bottom: 0;
}

#product .description {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 1em;
	line-height: 125%;
}
#product .description:first-letter {
	font-size: 3em;
	color: #003300;
}



/* ****************************** */
/* Sizing Page */
#sizing {
	font-family: Georgia, Times New Roman, Times, serif;
}

#sizing h1 {
	color: #003300;
	font-size: 1.5em;
	font-weight: normal;
}

#sizing h2 {
	color: #990022;
	font-size: 1em;
	font-weight: bold;
}

#sizing blockquote {
	font-size: 1.1em;
}

#sizing table {
	font-family: Arial, Helvetica, sans-serif;
}


/* ****************************** */
/* Contact Page */
#contact h2 {
	font-size: 1.15em;
	font-weight: normal;
}

#contact dt {
	font-weight: bold;
	color: #003300;
}

#contact dd {
	margin-left: 0;
	margin-bottom: 1em;
}

/* ****************************** */
/* Sharing Widget */
div.sharing {
	width: 630px;
	margin: 0 auto;
	*margin: 0.8em auto 0;
	text-align: right;
}
div.sharing a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #6D85B5;
}
