/* png */
* html img,
* html .png{
position:relative;
behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
this.src = "images/transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
);
}
/*img, div, input { behavior: url("iepngfix.htc") }*/
#dd {
	position:absolute;
	margin:13px 0 0 -13px;
	_margin:28px 0 0 -551px;
	display:none;
	z-index:10000;
		
}

/*DROPDOWN*/  
.down-list {
    float:left;
	width:357px !important;
	margin:0;
	padding:0;
}
.down-list-t {
	width:260px;
	padding:11px 0 10px 97px !important;
	float:left;
	background:url(../images/bg-dd.png) repeat left top;
}
.down-list ul {
	list-style:none;
	padding:0;
	margin:0;
	float:left;
	width:93px !important;
}
.down-list ul li {
	padding:0;
	margin:0;
	float:left;
	width:auto;
	clear:both;
	
}
.down-list ul li a {
	color:#000000 !important;
	font:normal 12px/24px Arial, Helvetica, sans-serif !important;
   	border-bottom:1px dotted #8b008c !important;
	padding:0;
	margin:0;
	text-decoration:none;
	
}
.down-list ul li a:hover {
	color:#f8a2fa !important;
	text-shadow: #666666 1px 1px 1px;
 }
.down-list-cor {
	float:left;
	width:357px;
	
}
.down-list-cor-l {
	float:left;
	width:5px;
}
.down-list-cor-m {
	float:left;
	width:347px;
	height:5px;
	font-size:0;
	background:url(../images/bg-cor.png) repeat-x left bottom;
}