html { background: #FFFFFF; }


body
  {
  background: #FFFFFF;
  margin: 0px;
  padding: 0px;
  font-size: 62.5%;
  font-family: Arial;
  }

h1
  {
  font-weight: normal;
  font-size: 2.0em;
  line-height: normal;
  color: #318ED1;
  margin: 10px 0px;
  padding: 0px;
  }

h1 p
  {
  margin: 0px;
  padding: 0px;
  }

h2
  {
  font-weight: normal;
  font-size: 1.75em;
  line-height: 1.85em;
  color: #318ED1;
  margin: 0px;
  }

h3
  {
  font-weight: normal;
  font-size: 1.5em;
  line-height: 1.6em;
  color: #318ED1;
  margin: 0px;
  }

h4
  {
  font-weight: normal;
  font-size: 1.25em;
  line-height: 1.35em;
  color: #318ED1;
  margin: 0px;
  }

h5
  {
  font-weight: normal;
  font-size: 1em;
  line-height: 1.1em;
  color: #318ED1;
  margin: 0px;
  }

a
  {
  color: #318ED1;
  text-decoration: underline;
  }

a:hover
  {
  color: #000000;
  text-decoration: underline;
  }

img { border: 0px; }




/* added stylesheet print fixes - JF */


#container-header		{display:none;}
.sidebar-left			{display:none;}
#footer			{display:none;}

#container-inner		{display:block;}

#logo-forprint		{display:block}


#account-header-menu		{display:none;}

.breadcrumb			{display:none;}

#product-container		{border:0; background:none;}

#inner-product-container	{border:0; background:none;}
.exclusive			{border:0; background:none;}
.product box			{border:0; background:none;}

.product-image img		{max-width:150px; width: expression(this.width > 150 ? 150: true);}

.bborder			{border:0; background:none;}

#mini-basket			{display:none;}

.input_minus, .input_plus, .buycontentarea input	{display:none;}

.product-list-case-price, product-list-case-text		{font-size:16px;}

#product_action_item		{display:none;}

.tab-container		{display:none;}

.customerreviewsarea		{display:none;}
.minicontentable-review	{display:none;}

#footer			{display:none;}


