/* -------------------------------------------------------------- 
  
   Reset.css
   * Version:   0.5 (28/8/2007)
   * Website:   http://code.google.com/p/blueprintcss/
   
   Original by Eric Meyer:
   * meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
   
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, th {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	vertical-align: baseline;
        font-family: Arial,Verdana,sans-serif;
	color: black;
}

body { line-height: 1; 
color: #333; 
background-color: white; 
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, { text-align: left; font-weight: normal; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

fieldset {
	border: 1px solid #CCCCCC;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 1px;
	margin-left: 5px;
	padding-right: 5px;
	padding-left: 5px;
}
legend {
	font-weight: bold;
	text-transform: uppercase;
}
.selectlist {
  font-size:12px;
}

a.link:link 
{
  font-family: Arial, Helvetica, sans-serif;
  text-decoration:none;
  color:black;
  text-align:left;
}
  a.link:visited
{
  text-decoration:none;
  color:black;
}
  a.link:hover
{
  text-decoration:none;
  color:black;
  background:yellow;
}
  a.link:active 
{
  text-decoration:none;
  color:red;
}
  tr.glist
{
  height:3em;
  vertical-align:middle;
}
  tr.plist
{
  height:3em;
  vertical-align:middle;
}

a.flink:link 
{
  
  text-decoration:none;
  color:black;
  text-align:left;
  line-height:1.1em;
  font-weight:normal;
}
  a.flink:visited
{
  text-decoration:none;
  color:black;
}
  a.flink:hover
{
  text-decoration:none;
  color:black;
  background:yellow;
}
  a.flink:active 
{
  text-decoration:none;
  color:red;
}

li.list{
list-style:none;
}

table.productinfo{

}

/* EOF */

