/* products.css */

#col-0 li {
  margin-left: 0;
  padding-left: 0;
  text-align: left;
}
ul#productlist {
  width: 510px;
  display: inline;
  padding: 0;
  margin: 0;
}
    ul#productlist ul {
      float: left;
      margin: 0;
      padding-right: 15px !important;
    }
    ul#productlist li {
      clear: none;
      list-style-type: none;
      margin: 0 0 .3em 0;
      padding-left: 0;
    }
    ul#productlist li.productname ul.productdetails {
      padding-left: 4px;
    }
    ul#productlist a {
      color: #c03;
    }
.product {
  display: inline;
  float: left;
  margin: 0;
  padding: 0;
  width: 170px;
}
#post, #bulk, #resumesearch {
  background-color: #f1f1f1;
  background-repeat: no-repeat;
  background-position: 23px 10px;
  height: 125px;
  width: 155px;
}
#post {
  background-image: url(../images/products/quick_post_large.gif);
}
#bulk {
  background-image: url(../images/products/bulk_pack_large.gif);
}
#resumesearch {
  background-image: url(../images/products/search_resumes_large.gif);
}

#product_item {
	padding-top:10px;
	font-size: 11px;
	height:95px;
}
	#product_item #product_image {
		padding: 5px;
		float: left;
	}
	#product_item #product_image img {
		width: 54px;
		height: 60px;
	}
	#product_item #product_title {
		padding: 5px;
		color: #26577B;
		font-size: 12px;
		font-weight: bold;
	}
	#product_item #product_summary {
		color: #000;
		padding-bottom:5px;
	}
	#product_item a{
	}
	#product_item #buy {
		color: #339900;
		font-weight: bold;
		float: left;
		text-decoration: underline;
	}
	#product_item #learn_more {
		color: #339;
		font-weight: bold;
		text-decoration: underline;
	}
	
#wizardProduct .image {
  float: left;
  padding: 5px;
}
#wizardProduct .image img{
  width: 54px;
  height: 60px;
}
#wizardProduct .description {
  float: left;
  padding: 5px;
}
#wizardProduct .description img{
  clear:both;
}
.productname h3 {
  background:#E4F2FC;	
  padding: 8px;
  color: #313A56;
  width: 139px;	 
}
ul.productdetails li {
  margin-bottom: 10px !important;
}
.price {
  color: #663;
}
.redtext {
  color: #966;
}
li.enhance {
  color: #663;
}
    li.enhance p {
      color: #966;
      margin: .2em 0 .7em 0;
    }
    li.enhance h4 {
      margin-top: 1em;
      margin-bottom: 0;
    }
#tipbox {
  width: 207px;	 
}