﻿html, body, h1, h2, h3, h4, p, ul, ol, dl, li dt, dd, strong, em,
address, img, form, fieldset, legend, button,
table, caption, thead, tfoot, tbody, tr, th, td, abbr {
  border: 0;
  font-style: normal;
  list-style: none;
  margin: 0;
  padding: 0;
}

html, select {
  background: #FFF;
  color: #222;
  font: normal 8pt "Verdana", sans-serif;
}

body { text-align: center; }

#main-content {
  margin: 0 auto;
  width: 980px;
  text-align: left;
}

a {
  color: #498dbc;
  text-decoration: underline;
  outline: none;
}

a:hover { color: #959595; }

button {
	color: #fff;
	font-size: 10px;
}

h1 { font-size: 18px; font-weight: normal; margin-bottom: 20px; font-family: Verdana, Sans-Serif; color: #5a5a5a; }

.popup.modal div { position: absolute; z-index: 10000; }
.popup.modal div.background { background-color:#000000; height:100%; left:0; position:fixed; top:0; width:100%; z-index:9999; }

button.print { 	
	background: transparent url(/resources/images/button-product-print.png) no-repeat scroll 0 0; 
	display: block;
	width: 99px;
	height: 22px;
	margin-bottom: 9px;
	float: left;
	cursor: pointer;
}

.content-wrapper { margin-top: 54px; margin-bottom: 20px; }
