#Header1_HeaderTitle{font-family:Zapfino;}
div#widget_my_google.div_my_zzk{visibility:hidden;}
image{
        width: 100%;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
} 
/* end reset browser styles */
    .inventory {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  width: 100%;
  margin-top: 25px;
  border-collapse: collapse;
}
.inventory caption {
  text-align: right;
  font-size: .85em;
  margin-bottom: 10px;
}
.inventory td, .inventory th {
  font-size: 2.1em;
  border: 1px solid #DDB575;
  padding: 3px 7px 2px 7px;
  text-align: center;

  vertical-align:middle;
  font-family: '微软雅黑';
}
.inventory th {
  text-transform:uppercase;

  padding-top: 5px;
  padding-bottom: 4px;
  background: rgb(229,76,16);
  background: -webkit-linear-gradient(rgb(229,76,16), rgb(173,54,8));
  background: -moz-linear-gradient(rgb(229,76,16), rgb(173,54,8));
  background: -o-linear-gradient(rgb(229,76,16), rgb(173,54,8));
  background: linear-gradient(rgb(229,76,16), rgb(173,54,8));
  color: white;
}
.inventory tr:nth-of-type(even){
  background-color: rgba(255,255,255,.1);
}
.inventory tr:nth-of-type(odd){
  background-color: rgba(229,76,16,.1);
}
#price, #rating {
  width: 15%;
}