﻿/*从index.aspx页面抽取的CSS样式表*/
#pngone
{
	width: 60px;
	height: 55px;
	position: absolute;
	top: 20px;
	left: 585px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src= 'images/index_fanli.png' ,sizingMethod= 'image' );
}
#pngoneFF
{
	width: 60px;
	height: 55px;
	position: absolute;
	top: 20px;
	left: 585px;
	background-image: url(images/index_fanli.png);
}

#outer
{
	height: 110px;
	width: 80px;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
}
#outer[id]
{
	display: table;
	position: relative;
}

/*#middle {position: absolute; top: 0%;} for explorer only */
#middle[id]
{
	display: table-cell;
	vertical-align: middle;
	position: static;
}

#inner
{
}
/* for explorer only */
/* optional: #inner[id] {position: static;} */

#outergroup
{
	height: 60px;
	width: 60px;
	position: relative;
	margin: 0 auto;
}
#outergroup[id]
{
	display: table;
	position: static;
}
.outergroup
{
	height: 60px;
	position: relative;
	text-align: center;
}

#middlegroup[id]
{
	display: table-cell;
	vertical-align: middle;
	position: static;
}
.middlegroup
{
	position: absolute;
	top: 50%;
}
/* for explorer only*/

#innergroup[id]
{
}
.innergroup
{
	position: relative;
	top: -50%;
	left: -50%;
}
/* for explorer only */


/*从Product_View.aspx页面抽取的CSS样式表*/

<style type="text/css">
        #outerpro
        {
            height: 90px;
            width: 80px;
            overflow: hidden;
            position: relative;
            text-align: center;
        }
        #outerpro[id]
        {
            display: table;
            position: static;
        }
        .outerpro
        {
            height: 90px;
            width: 80px;
            overflow: hidden;
            position: relative;
            text-align: center;
        }
        #middlepro[id]
        {
            display: table-cell;
            vertical-align: middle;
            position: static;
        }
        .middlepro
        {
            position: absolute;
            top: 50%;
        }
        /* for explorer only*/#innerpro[id]
        {
        }
        .innerpro
        {
            position: relative;
            top: -50%;
            left: -50%;
        }
        /* for explorer only *//* optional: #inner[id] {position: static;} */</style>