#content{
  position: relative;
  height: 400px;
  width: 595px;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
	z-index: 1;
	overflow: auto; 
	border: 0pt black solid;
	padding-left: 10;
	padding-right: 10
}

font.free {
  color: white;
}

font.model {
  color: white;
}

font.quantity {
  color: black;
	font-weight: bold;
}

font.name {
  color: black;
	font-weight: bold;
}

font.model {
  color: black;
	font-weight: bold;
}

font.special {
  color: red;
	font-weight: bold;
}

font.price {
  color: black;
	font-weight: bold;
}

font.description {
  color: black;
}

font.item_title {
  color: red;
	font-size: 30px;
	font-weight: bold
}

font.category_title {
  color: red;
	font-size: 30px;
	font-weight: bold;
	padding-bottom: 10px
}

font.guarantee {
  color: white;
  font-weight: bold;
  font-size: 15px;
}

body.item {
  background-color: #009597;
  position: absolute;
  top: 0px;
  left: 0px;
	z-index: 1;
	scrollbar-face-color: #11BABC;
	scrollbar-shadow-color: #005086;
	scrollbar-highlight-color: #016F70;
	scrollbar-3dlight-color: #004E4F;
	scrollbar-darkshadow-color: #016F70;
	scrollbar-track-color: #009597;
	scrollbar-arrow-color: #ffffff; 
}

body.list {
  background-color: #009597;
  position: absolute;
  top: 0px;
  left: 0px;
	z-index: 1;
	scrollbar-face-color: #11BABC;
	scrollbar-shadow-color: #005086;
	scrollbar-highlight-color: #016F70;
	scrollbar-3dlight-color: #004E4F;
	scrollbar-darkshadow-color: #016F70;
	scrollbar-track-color: #009597;
	scrollbar-arrow-color: #ffffff; 
}


