h1,h2,h3,h4,h5,a.h3
{
	margin: 0 0 10px;
	padding: 0;
	border: 0;
	font-family: Helvetica, Arial, Tahoma, Verdana, sans-serif;
	font-size: 1em;
	font-weight: bold;
}

a { color: #003896; text-decoration: none; }
a:HOVER { text-decoration: underline; }

a.glossary
{ 
	color: #3FA734;
	text-decoration: none;
	border-bottom: 1px dashed #3FA734;
}

h1 { font-size: 2.2em; color: #690000; }
h2 { font-size: 1.5em; color: #666; }
h3,a.h3 { font-size: 1.3em; color: #690000; text-decoration: none; display: block; border-bottom: 1px solid #999; margin: 5px 0 5px; padding-bottom: 5px; }
h4 { font-size: 1.2em; }

/* ====================================
    Generic List Styles
   ==================================== */
ul li img
{
	vertical-align: middle;
}

ul.noBullet
{
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.news h5 { font-weight: bold; margin-bottom: 5px; }
ul.news .newsstory { margin-bottom: 10px; }
ul.news .summary {  }
ul.news .actions { display: block; margin-top: 3px; font-size: 0.9em; }

/* ====================================
    Box Styles
   ==================================== */
div.headedBox
{
	border: 1px solid #999;
	padding: 5px 10px 0px;
	margin-bottom: 10px;
	background: #FFFFF2;
}

div.headedBox h2
{
	background: #484849;
	display: block;
	margin: -6px -11px 5px;
	padding: 6px 11px 5px;
	color: #eee;
	font-weight: bold;
	font-size: 1.2em;
	font-family: Helvetica, Lucida Grande, Tahoma, Verdana, sans-serif;
	text-align: center;
}

div.box { margin-bottom: 15px; }

/* News styles */

div.newsArea { border-left: 1px solid #999; padding-left: 10px; }

/* ====================================
    Screenshots
   ==================================== */

ul.screenshots
{
	margin: 0;
	padding: 0;
}

ul.screenshots li
{
	display: block;
	float: left;
	list-style: none;
	width: 50%;
	text-align: center;
	padding: 5px 0 5px;
}

ul.screenshots li label
{
	display: block;
	padding: 5px 10px 0;
	color: #555;
}

/* ====================================
    List of links
   ==================================== */

ul.linkList
{
	margin: 0;
	padding: 0;
}

ul.linkList li
{
	clear: both;
	display: block;
	list-style: none;
	padding-bottom: 5px;
	vertical-align: middle;
}

ul.linkList a img
{
	padding: 0 5px 2px 0;
	/*margin-bottom: -3px;*/
	background: white;
	vertical-align: middle;
}

ul.twoColumns
{
	margin: 0;
	padding: 0;
}

ul.twoColumns li
{
	list-style: none;
	float: left;
	width: 233px;
	margin: 2px;
	height: 103px;
}

ul.twoColumns li a
{
	display: block;
	text-align: center;
}

ul.bulbImageList, ul.infoImageList, ul.productImageList
{
	margin: 0;
	padding: 0;
}

ul.bulbImageList li
{
	list-style: none;
	background: url('../images/inline/generic.gif') no-repeat 0 1px;
	padding-left: 15px;
	font-weight: bold;
	margin: 0 0 10px;
}

ul.infoImageList li
{
	list-style: none;
	background: url('../images/inline/information.gif') no-repeat 0 1px;
	padding-left: 15px;
	font-weight: bold;
	margin: 0 0 10px;
}

ul.productImageList li
{
	list-style: none;
	background: url('../images/inline/product.gif') no-repeat 0 1px;
	padding-left: 15px;
	font-weight: bold;
	margin: 0 0 10px;
}

/* ====================================
    Inline styles
   ==================================== */

div.seriousError
{
	padding: 20px;
	border: 2px solid red;
	text-align: center;
	margin: 20px;
	font-weight: bold;
	color: red;
}

.quote
{
	display: block;
	padding: 10px 20px 10px;
	color: #555;
	text-align: left;
}

.quote label
{
	display: block;
	text-align: right;
	font-style: italic;
}

.faquestion
{
	font-weight: bold;
}

/* ====================================
    Frontpage styles
   ==================================== */

img.thinBorder
{
	border: 1px solid #999;
}

/* ====================================
    Inline info table
   ==================================== */

table.inlineinfo
{
	border: 1px solid #999;
	border-bottom: none;
}

table.inlineinfo th
{
	background: #FFE9BF;
}

table.inlineinfo th, table.inlineinfo td
{
	border-bottom: 1px solid #ccc;
}

table.price_calculator
{
	padding-bottom: 8px;
}

table.price_calculator td
{
	padding: 6px 2px 6px;
	border-top: 1px solid #999;
}