/*
 * Vistakon Pharmaceuticals
 * Author: CiT - www.ciandt.com
 * Description: css for product page
 */

div#content {
	padding: 0;
	margin: 0;
	width: 900px;
		
	*margin-top: -40px;
}

img.prod-img-home {
	float: left;
	margin-right: 10px;
}

img.prod-title-home {
	margin-bottom: 8px;
}

p.prod-p-home {
	width: 350px;
	height: 150px;
}

div#prod-home-right {
	float: right;
}

div#prod-home-left {
	float: left;
}

/* for products pages */
div#products-nav {
	position: absolute;
	float: right;
	width: 180px;
	height: 170px;
	
	margin: 12px 0 0 650px; /* ff ok */
	*margin: -10px 0 0 -170px; /* ie7 ok */
	_margin: -12px 0 0 -170px; /* ie6 ok */
}

div#prod-shot {
	float: left;
	margin: 30px 40px 0 65px;
	*margin-top: 0px;
	_margin-left: 30px;
}

div#prod-desc {
	float: left;
	margin-top: 70px;
	*margin-top: 50px;
	*margin-bottom: 60px;
}

div#prod-desc p {
	width: 620px;
	_width: 640px;
}

div#prod-desc p.prod-subtitle {
	color: #21acc9;
	width: 280px;
	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 - Individual Product Pages
*/

#alamast_prod-shot {
	background: url(../images/prod-alamast-big.png) top left no-repeat;
	width:90px;
	height:288px;
	_background-image:none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/prod-alamast-big.png', sizingMethod='image');
}

#alamast_logo-shot {
	background: url(../images/logo-alamast-big.png) top left no-repeat;
	width:150px;
	height:56px;
	_background-image:none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/logo-alamast-big.png', sizingMethod='image');
}

#betimol_prod-shot {
	background: url(../images/prod-betimol-big.png) top left no-repeat;
	width:90px;
	height:288px;
	_background-image:none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/prod-betimol-big.png', sizingMethod='image');
}

#betimol_logo-shot {
	background: url(../images/logo-betimol-big.png) top left no-repeat;
	width:140px;
	height:65px;
	_background-image:none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/logo-betimol-big.png', sizingMethod='image');
}

#quixin_prod-shot {
	background: url(../images/prod-quixin-big.png) top left no-repeat;
	width:90px;
	height:288px;
	_background-image:none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/prod-quixin-big.png', sizingMethod='image');
}

#quixin_logo-shot {
	background: url(../images/logo-quixin-big.png) top left no-repeat;
	width:197px;
	height:65px;
	_background-image:none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/logo-quixin-big.png', sizingMethod='image');
}

#iquix_prod-shot {
	background: url(../images/prod-iquix-big.png) top left no-repeat;
	width:90px;
	height:288px;
	_background-image:none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/prod-iquix-big.png', sizingMethod='image');
}

#iquix_logo-shot {
	background: url(../images/logo-iquix-big.png) top left no-repeat;
	width:161px;
	height:65px;
	_background-image:none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/logo-iquix-big.png', sizingMethod='image');
}
