/*file orginal file created by Sanguis Development (www.sanguisdevelopment.com) */
/* SVN $Id: index.css 158 2009-11-20 22:09:07Z sanguis $ */

/* things that wont be shown */

#headerWrapper, #navColumnOne, .productListing-rowheading {
	display: none;
}

/*things that will be shown*/
#navColumnTwo {
  display:block;
  border-left: dotted 1px #888;
  border-bottom: dotted 1px #888;

}

#navColumnTwoWrapper{
  margin-left:0;
}

#indexProductListCatDescription{
  background:#e7e7dd url(../images/catdespfoot.jpg) no-repeat scroll center bottom;
}

#indexProductListCatDescription p{
  margin: 2px 5px 15px 5px;
}

/*product page over rides */
#indexProductListCatDescription{
  margin-bottom:1em;
}

.itemTitle{
  1.1em
}
#indexProductListCatDescription, #productListing {
	width:462px;
	float:left;
}

.blue{
  color:#093097;
}

.green{
  color:#188F17;
}

.howToUse a{
  display:none;
  height:19px;
  color:#0055a6;
  background:transparent url(../images/howToUse.jpg) no-repeat;
  height:23px;
  margin:0 auto 1em -5px;
  padding-left:21px;
}
.itemTitle{
  margin: 0 auto;
 }
.itemTitle a{
  color:#093097;
}

.listingBuyNow{
  clear:right;
  text-align:right;
}

.listingPrice {
  clear:right;
  color:#ec7523;
  font-weight:bold;
  letter-spacing:-2px;
  text-align:right;
}

.listingProductImage{
  float:right;
}

.priceNum{
  font-size:1.9em;
}
.productListing-{
	border-bottom:1px dotted;
	margin-bottom:4px;
}
	
.pListingDecrip{
  float:left;
  text-align: justify;
  width: 300px;
}

.pListingDecrip h4{
  margin:0 auto 0.5em;
}

.pListingDecrip p {
  color:#000;
}
.pweight{
	color: #ef731d;
	background: #ffff7e;
}

