/*
 * Vistakon Pharmaceuticals
 * Author: CiT - www.ciandt.com
 * Description: css for product page
 */
 
/* png fix */
/*img {
	behavior: url('js/png.htc');
}*/

div#content {
	width: 900px;
		
	/* ie7 and ie6 */
	*postion: absolute;
	*padding: 280px 0 0 74px;
	*width: 750px;
	
	/* ie6 only */
	_width: 826px;
}

img.prod-img-home {
	float: left;
	margin-right: 10px;
}

img.prod-title-home {
	margin-bottom: 8px;
}

table.product-block {
	width: 350px;
	*width: 350px;
	float: left;
	margin:0;
	pading:0;
	border:none;
	text-align: left;
}
	
p.prod-p-home {
	width: 300px;
	*width: 300px;
	height: 150px;
	text-align:left;
}

div#prod-home-right {
	float: left;
	*float: right;
	width: 350px;
	*width: 350px;
}

div#prod-home-left {
	float: left;
	margin-right: 50px;
	*margin-right: 0;
	width: 350px;
	*width: 350px;
}

/* for products pages */
div#products-nav {
	position: absolute;
	float: right;
	width: 180px;
	height: 170px;
	
	margin: -10px 0 0 650px; /* ff ok */
	*margin: -30px 0 0 -170px; /* ie7 ok */
	_margin: -50px 0 0 -120px; /* ie6 ok */
}

div#prod-shot {
	float: left;
	margin: 30px 40px 0 65px; /* ff ok */
}

div#prod-desc {
	float: left;
	margin-top: 70px;
}

div#prod-desc p {
	width: 620px;
}

div#prod-desc p.prod-subtitle {
	color: #21acc9;
	width: 250px;
	text-align: left;
}

/* the following features will fix the bug with the empty space
   between footer and product description on ie6 and ie7 */
div#footer {
	*margin-top: -50px;
}

div.prod-home-clear {
	clear: both; /* for firefox */
	*margin-top: 50px;
}


/*
* PNG Fixes - Main Product Page
*/

#alamast_prod-shot_sm {
	background: url(../images/prod-alamast-small.png) top left no-repeat;
	width:55px;
	height:145px;
	_background-image:none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/prod-alamast-small.png', sizingMethod='image');
}

#alamast_logo-shot_sm {
	background: url(../images/logo-alamast-small.png) top left no-repeat;
	width:95px;
	height:35px;
	_background-image:none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/logo-alamast-small.png', sizingMethod='image');
}

#betimol_prod-shot_sm {
	background: url(../images/prod-betimol-small.png) top left no-repeat;
	width:55px;
	height:145px;
	_background-image:none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/prod-betimol-small.png', sizingMethod='image');
}

#betimol_logo-shot_sm {
	background: url(../images/logo-betimol-small.png) top left no-repeat;
	width:76px;
	height:35px;
	_background-image:none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/logo-betimol-small.png', sizingMethod='image');
}

#quixin_prod-shot_sm {
	background: url(../images/prod-quixin-small.png) top left no-repeat;
	width:55px;
	height:145px;
	float:left;
	_background-image:none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/prod-quixin-small.png', sizingMethod='image');
}

#quixin_logo-shot_sm {
	background: url(../images/logo-quixin-small.png) top left no-repeat;
	width:106px;
	height:35px;
	float:left;
	_background-image:none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/logo-quixin-small.png', sizingMethod='image');
}

#iquix_prod-shot_sm {
	background: url(../images/prod-iquix-small.png) top left no-repeat;
	width:55px;
	height:145px;
	_background-image:none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/prod-iquix-small.png', sizingMethod='image');
}

#iquix_logo-shot_sm {
	background: url(../images/logo-iquix-small.png) top left no-repeat;
	width:87px;
	height:35px;
	_background-image:none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/logo-iquix-small.png', sizingMethod='image');
}
