﻿
.SmartForm  /*详细页大图片的样式*/
{
	
	display: none;
	z-index: 1000000;
	top: expression(offsetParent.scrollTop+10);
	left:0px; 
	position: absolute;
	
}
.CategoryTitleBg
{
	background: url(Images/CategoryTitleBg.gif); 
	width: 170px; 
	height: 30px;
}
 .CategoryCenterBg
{
	background:url(Images/treeCenter.png);
	background-repeat:repeat-y;
}
*html .CategoryCenterBg
{
    background:;
	/*filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../App_Themes/Basic/Images/treeCenter.png',sizingMethod='scale');*/
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=scale,src='Images/treeCenter.png');
	height:100%;
}

*+html .CategoryCenterBg
{
	background:url(Images/treeCenter.png);
	background-repeat:repeat-y;
	
}
.CategoryBottomBg
{ 
	background:url(Images/CategoryBottomBg.png) ; 
	background-repeat:no-repeat;
	width:170px; 
	height:113px;
	background-repeat:no-repeat;
	
	
}
*html .CategoryBottomBg
{ 
	background:; 
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../App_Themes/Basic/Images/CategoryBottomBg.png');
	width:170px; 
	height:113px;
	background-repeat:no-repeat;
}
*+html .CategoryBottomBg
{ 
	background:url(Images/CategoryBottomBg.png); 
	width:170px; 
	height:113px;
	background-repeat:no-repeat;
}
.CategorySetProductStyle
{
  background-color:#0d0f0e;
  color:White;
}

.DetailBgStyle
{
margin-left: 10px; 
margin-right: 10px; 
/*background:url(Images/DetailInfoBg.png);*/
background-image:url(Images/DetailInfoBg.png);
background-repeat:repeat; 
}

*html .DetailBgStyle
{
margin-left: 10px;  
margin-right: 10px; 
background-image:none;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=scale,src='../App_Themes/Basic/Images/DetailInfoBg.png');
height:100%;
}

*+html .DetailBgStyle
{
margin-left: 10px; 
margin-right: 10px; 
background-image:url(Images/DetailInfoBg.png);
background-repeat:repeat; 
}

.listpage
{
 color:#dc6097;
}

.listpage:visited
{
 color:#ffffff;
}

.listpage:active
{
  color:#ffffff;
}


.listPhoto
{
background-color: White;
border-style: solid; 
border-color: #bcbcbc;
border-width: 1px;
width:140px;
height:140px;
}


.iframeList
{
padding-left: 3px; 
height:1;
}
*html .iframeList
{
padding-left: 3px; 
height:0px;
}
*+html .iframeList
{
padding-left: 3px; 
height:0px;
}
