
	
/*************************/
/* PRODUCT LIST SHIFTING */
/*************************/

img {border:0;}
body{padding-top: 15px;}

#product_list_container{
	overflow:hidden;
	width: 960px;
	position:relative;
}


.product_list{
	background-color: #fff;
	list-style-type: none;
	display:block;
}

.product_list li{
	position:relative;
	float: left;
	width: 194px;
	height: 210px;
	background: url(../NewImg/product_background.png) left top no-repeat;
}
.product_list li.hover {
	background-position: left bottom;
	cursor: pointer; 
}
.product_list li.hover h3 {
	color: #fff;
}

.product_list .image_wrapper{
	height: 175px;
	width: 160px;
	overflow: hidden;
	margin: 17px 17px 17px 17px;
	text-align:left;
	font-family:"宋体";
	font-size:12px;
	font-weight:bold;
	color:#0F6BD3;
	line-height:20px;
}

.product_list li h3{
	position: absolute;
	bottom: 7px;
	left: 0px;
	font-size: 1.2em;
	color: #555;
	width: 192px;
	text-align: center;
}

#product_list_container{
	width: 969px;
	margin-bottom:1px;
}

#product_list_wrapper{
	overflow:hidden;
	position:relative;
	width: 986px;
}

.product_list{
	width: 30000px;
	height: 210px;
	margin: 0px;
	padding: 0px;
	text-indent: 0px;
}

#product_list_wrapper {
	width:100%;
	height:auto;
}
/* Specific to Catalog Page - Overrides Puma Products */
.product_list {
	clear:both;
	height: auto;
}