.sortDropsViewAll {
  margin-bottom: 15px;
  padding-left: 15px;
  width: 47%; 
}
.sortDropsViewAll select{
  border: 1px solid #A4A4A4;
  font: bold 12px Arial;
  color: #8D8D8D;
}

#categoryBody {
  background: none;
  font-weight: bold;
  margin-top: -13px;
  overflow: hidden;
  width: 99.5%;
}

#categoryBody a {
  text-decoration: none;
  overflow: hidden;
  font-size: 12px;
  color: #0A192E;
}

#categoryBody a:hover {
  text-decoration: underline;
  color: #0A192E;
}

.searchTable {
	margin: 0 auto;
  margin-top: 10px;
  width: 100;
  background-color: #ffffff;
}
.searchTable tr td {
/*  background-color: #002D62; */ /*#DEDEDE #1b2e5e;*/
  vertical-align: top;
  overflow: hidden;
  padding: 6px;
  width: 192px;
}
.searchTable tr td img {
  border: 0px solid #FFF;
}
.searchTable tr td .itemDet {
  font-weight: bold;
  text-align: left;
  width: 178px;
  color: #ffffff;
}
.searchTable tr td .itemDet a {
  color: #ffffff;/*#2b4074;*/
}
.searchTable tr td .itemDet a:hover {
  color: #EFAF01; /*#900;*/
}
.searchTable tr td.blankCell {
  background-color: #FFF;
  overflow: hidden;
  border: none;
  width: 576px;
}

.padTop10 {
	padding-top: 10px;
	padding-bottom: 5px;
}

.onsalecat {
/*	color: red;*/
}

.onsaleitem {
	color: red;
	font-weight: bold;
	font-style: italic;
}


.onsaleItemPage {
	font-size:18px;
}

.mmsubsidyMsgItemPage{
  text-decoration: none;
	font-size:18px;
	color: red;
}
.mmsubsidyMsg{
  text-decoration: none;
	font-size:12px;
	color: red;
}

.itemPop img {
	padding: 30px 30px 30px 30px;
/*	width: 180px;
	height: 180px; */
	-webkit-transition: all 250ms ease-out 0s;
	-moz-transition: all 250ms ease-out 0s;
	-o-transition: all 250ms ease-out 0s;
	transition: all 250ms ease-out 0s;
}

.itemPop img:hover {
	padding: 0px 0px 0px 0px;
/*	width: 240px;
	height: 240px; */
	zindex: 25;
}