.shopTblTitle {
  text-align: center;
  font-size: 8pt;
  font-weight: bold;
  color: #DDDD00;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 20px;
  padding-right: 20px;
}
.shopLI       {
  font-size: 0.9em;
  margin-top: 2px;
  color: #ffffff;
}
.shopSubLink  {
  font-size: 8pt;
  color: #EEBB00;
  font-weight: bold;
  width:27%;
}
.shopSave     {
  font-size: 1.2em;
  color: #FFFFEE;
  font-weight: bold;
  padding-top: 10px;
}
.tooltip      {
  font: 8pt 'MS Comic Sans','Arial',sans-serif;
  color: #000000;
  background-color: #FFFFE6;
  padding: 8px;
  border: 1px solid black;
  visibility:hidden;
  width: 380px;
  z-index: 2;
  left: 0px;
  top: 0px;
  position: absolute;
}
.item {
  position:relative;
  border: 1px solid black;
  margin-top:10px;
  padding: 5px 5px 16px;
}
.item .rightpay {
  position:absolute;
  top:0;
  right:0;
  margin:5px;
}
.item .rightpay form {
  float:right;
  clear:both;
}
.item .pay {
  float:right;
  clear:both;
}
.item .pay a {
/*  display:block;
  text-align:center;*/
  margin-left:5px;
}
.item .price {
  color: rgb(221, 221, 0);
  display:block;
  font-weight: bold;
  float:right;
  clear:both;
}
.item .price span {
  color: white;
}
.item .title {
  color: rgb(221, 221, 0);
  font-weight: bold;
  display:block;
}
.item .savings {
  margin-left: 10px;
  font-weight: bold;
}
.item ul.desc {
  margin-top:0;
  margin-bottom:15px;
}
.item .title#bar {
  display:none;
}
.cat_item {
	zoom:1;
}
.cat_dropbox {
	margin:0;
	position:absolute;
	bottom:8px;
	right:4px;
}

dt.cat_item {
	font-size : 1.1em;
	font-weight: bold;
	border: 1px solid black;
	border-width: 1px 1px 0;
	display: inline;
	padding : 0;
	margin : 0 2px 0 1px;
	position:relative;
	-moz-border-radius-bottomleft:0pt;
	-moz-border-radius-bottomright:0pt;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:3px;
}

dt.cat_item.selected {
	bottom: -1px;
	border-width: 1px 1px 0;
	font-size:1.2em;
}

dt.cat_item a, dt.cat_item a:visited {
	padding: 0 .5em;
	margin: 0;
	text-decoration: none;
}

dd.cat_item {
	border: 1px solid black;
	margin: 0;
	padding: 0 10px 10px;
}
ul.subscribelink {
  list-style: none;
  padding:0;
}

table.item {
  border: 1px solid black;
  padding:0;
  width: 100%;
}


