
/******/
.products
{
	
}
.products h1
{
	font-size:15px;
	display:inline-block;
	margin-right:10px;
	margin-bottom:0;
	vertical-align:bottom;
}
.products h2
{
	font-size:12px;
	display:inline-block;
	font-weight:normal;
	margin-right:10px;
}
.products .title
{
	float:left;
}
.products .pages
{
	float:right;
}
.products .product
{
	width:155px;
	margin-bottom:35px;
	float:left;
}
.products .space
{
	width:100px;
	margin-bottom:35px;
	float:left;
}
.products .product img
{
	clear:both;
	vertical-align: bottom;
}
.products .product img:hover
{
	/*background-repeat:no-repeat;
	background-position: 6px bottom;*/
	/*-moz-box-shadow: 0 0 25px #f88;
	-webkit-box-shadow: 0 0 25px #f88;
	box-shadow: 0 0 25px #f88;*/
}
.products .product img.nophoto
{
    background-image:url('images/ajax-loader.gif');
    background-position:center;
    background-repeat:no-repeat;
    width: 175px;
    height: 116px;
    
    
}
.products .product .info
{
	width:100%;
	clear:both;
	height: 40px;
	margin-top:5px;
	padding:10px;
	padding-top:0;
	font-size:10px;
	border-bottom:1px solid #aeafb2;
	border-left:1px solid #aeafb2;
	text-transform:uppercase;
	background-color:#fff;
	position:relative;
}
.products .product .info h3 a
{
	color: Black;
	font-size:10px;
}
.products .product .info p
{
	margin:0;
	line-height:14px;
}
.products .product .info .line2
{
	overflow: hidden;
	display:block;
	height: 16px;
	width: 161px;
}
.products .product .info .line3
{
	color: #757575;
}
.products .product .info .new_tag, .pre_tag
{
	position:absolute;
	bottom:0;
	right:0;
	width: 35px;
	height:15px;
	background-image: url('images/new_tag.jpg');
	text-indent:-9999px;
}
.pre_tag {
right:35px;
background-image: url('images/prescriptionicon.png');
background-position:0;
         }


.tooltip { background-color: #fff;
    color: #000000; border: 1px solid #ccc; 
    display: none;
    font-size: 11px;
    height: 15px; font-weight: bold; 
    padding: 5px;
    width: 160px; text-align: center }
