div.jqZoomTitle
{
	z-index:5000;
	text-align:center;
	font-weight:bold;
	font-size:12px;
	font-family:Tahoma;
	height:18px;
	padding-top:2px;
	position:absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	color: #FFF;
	background: #999999;
}

.jqZoomPup
{
		overflow:hidden;
		background-color: #FFF;
		-moz-opacity:0.6;
		opacity: 0.6;
		filter: alpha(opacity = 60);
		z-index:10;
		border-color:#c4c4c4;
		border-style: solid;
		cursor:crosshair;
}

.jqZoomPup img
{
	border: 0px;
}

.preload{
	-moz-opacity:0.8;
	opacity: 0.8;
   filter: alpha(opacity = 80);
	color: #333;
	font-size: 12px;
	font-family: Tahoma;
   text-decoration: none;
	border: 1px solid #CCC;
   background-color: white;
   padding: 8px;
	text-align:center;
   background-image: url(../images/zoomloader.gif);
   background-repeat: no-repeat;
   background-position: 43px 30px;
	width:90px;
	* width:100px;
	height:33px;
	*height:45px;
	z-index:10;
	position:absolute;
	top:3px;
	left:3px;
}

.jqZoomWindow
{
	border: 1px solid #999;
	background-color: #FFF;
}


.list-h li{ float:left;}
#spec-n5{width:350px; height:53px; padding-top:3px; overflow:hidden;}
#spec-left{ width:10px; height:45px; float:left; cursor:pointer; margin-top:2px;}
#spec-right{width:10px; height:45px; float:left;cursor:pointer; margin-top:2px;}
#spec-n5 div img { border-width:0px; padding:0px; }
#spec-list{ width:325px; float:left; overflow:hidden; margin-left:2px; display:inline;}
#spec-list ul{ padding:0px; margin:0px;}
#spec-list ul li{ float:left; margin-right:0px; display:inline; width:62px;}
#spec-list ul li img{ padding:1px ; border:1px solid #ccc; width:45px; height:45px;}

#spec-list{ position:relative; width:322px; margin-right:6px;}
#spec-list div{ margin-top:0;margin-left:-30px; *margin-left:0;}


.colorList
{
    
}

.colorList div
{
    float:left;
    margin:2px;
    width:50px;
    height:36px;
}

.colorList div div
{
    text-align:center;
    line-height:14px;
    cursor:pointer;
}

.colorList div div div
{
    margin:0px;
    width:100%;
    height:18px;
    background-image:url(/images/color_bg.png);
}

.colorList div div div.select
{
    background-position:0px 0px;
}

.colorList div div div.unselect
{
    background-position:0px 54px;
}


