/**
 * inc/styles.css
 * Global stylesheet for HAPhillips.com.
 * Copyright 2005 (c) Montana Banana
 * @version: v 0.1 2005-01-12 08:18 jasonk
 */

td img			{ display:block; }
td				{ font-family:arial; font-size:11px; color:#666; }
li.triangle		{ list-style-image:url("../images/bullet_triangle.gif"); line-height:15px; }
li.pdf			{ list-style-image:url("../images/bullet_pdf.gif"); line-height:15px; margin-left:25px; }

.input_TextField{ width:180px; }
.input_TextArea	{ width:180px; }
.sidenav		{ background:#b9b8a9 url("../images/sidenav_bg.gif"); }
.sidebar		{ background:#b9b8a9 url("../images/bg_side.gif"); }
.justwhiteBG	{ background:#FFF; vertical-align:top; padding:0px; }
.mainContent	{ padding-left:18px; padding-right:5px; padding-top:17px; line-height:18px; text-align:justify; }
.shortMainCopy	{ line-height:15px; padding-bottom:10px; text-align:left; }
.footerL		{ font-size:10px; color:#FFF; padding-top:10px; padding-left:5px; }
.footerR		{ font-size:10px; color:#FFF; padding-top:10px; padding-right:5px; text-align:right; }
b.bigger		{ font-size:14px; }
td.tdLink_ini	{ background:#54667E; color:#FFF; text-align:center; }
td.tdLink_ro	{ background:#769874; color:#FFF; text-align:center; }
img.prod_image	{ border:2px solid #FFF; }

/* MISC TEXT LINK STYLES */
a		 		{ text-decoration:none; color:#769874; }
a:hover 		{ text-decoration:underline; color:#54667E; }

a.gray	 		{ text-decoration:none; color:#666; }
a.gray:hover	{ text-decoration:underline; color:#769874; }

a.grayNotBold		{ font-weight:normal; text-decoration:none; color:#666; }
a.grayNotBold:hover	{ font-weight:normal; text-decoration:underline; color:#769874; }

a.white		 	{ text-decoration:none; color:#FFF; }
a.white:hover 	{ text-decoration:none; color:#769874; }

a.whiteOnly	 	{ text-decoration:none; color:#FFF; }
a.whiteOnly:hover{ text-decoration:none; color:#FFF; }

/* TOP NAVIGATION LINK STYLES */
a#topnav 	 	{ display: block; background:#5F6D7F; }
a#topnav img	{ display: block; border:0; }
a#topnav:hover	{ background:#769874; }

/* SIDE NAVIGATION LINK STYLES */
a#sidenav 	 	{ display: block; background:#ACB1B8; }
a#sidenav img	{ display: block; border:0; }
a#sidenav:hover	{ background:#6E8F70; }

img.productcategories { border:1px solid #8A888B; }
img.productimage { border:2px solid #BFBCA9; }
td.productlistsummary { line-height:18px; padding-right:15px; text-align:justify; }
a.producttitle	{ font-weight:bold; color:#575A4F; text-decoration:none; }
a.producttitle:hover { font-weight:bold; text-decoration:underline; color:#769874; }
td.productCatHeader { background-image:url("../images/cat_header.gif"); vertical-align:top; padding:2px; }
td.productCatHeader_text { background-image:url("../images/cat_header_text.gif"); font-weight:bold; color:#FFF; }
td.productCatHeader_R { background-image:url("../images/cat_header_R.gif"); }

.subTitle		{ font-family:arial narrow, arial, helvetica; color:#747563; font-size:15px; font-weight:bold; }