/* CSS Document */
html {
	
	
}

body {
	padding: 0px;
	margin: 0px;
}

.product_table {
  background-color: #e5f2ff;
  width: 100%;
}

.product_table td {
  vertical-align:top;
  font-size: x-small;
}

.product_table td.product_content {
  padding-right: 5px;
}

.product_table td.product_table_top {
  background-image: url(../images/product_bg.gif);
  background-repeat:repeat-x;
  background-position:top;
}

.product_table td.product_table_bottom {
  background-image: url(../images/product_bg.gif);
  background-repeat:repeat-x;
  background-position:bottom;
}

.product_table td.product_table_left {
  background-image: url(../images/product_bg.gif);
  background-repeat:repeat-y;
  background-position:left;
}

.split td {
  padding-right: 10px;
}

.summary {
  font-size: x-small;
  font-weight: bold;
  color: #003e7d;
}
