@CHARSET "UTF-8";

div.zwld_pgpProd {
	width: 	176px;
	height: 220px;
	display: block;
	float: left;
	
	margin: 0px 4px 4px 0px;
	border: none;
	padding: 0px;	
} 

div.zwld_pgpProdTop {
	width: 176px;
	height: 2px;
	display: block;
	
	margin: 0px;
	border: none;
	padding: 0px;
	
	background-image: url('/media/layout/shop/pgpProductTop.jpg');
	background-repeat: repeat-y;
}

div.zwld_pgpProdWrapper {
	width: 176px;
	display: block;
	height: 210px;
	
	margin: 0px;
	border: none;
	padding: 0px;
	
	
	background-image: url('/media/layout/shop/pgpProductBG.jpg');
	background-repeat: repeat-y;
	
}

div.zwld_pgpProdOuter
{
	width: 170px;
	height: 180px;
	
	font-size: 80%;
	margin: -1px 0 0 2px;
	border: none;
	padding: 0px;
	
	background-color: #FFF;
	background-position: center 50px;
	background-repeat: no-repeat;
	
	float: left;
	
	overflow: hidden;		
	cursor: pointer;			
}

div.zwld_pgpProdName
{
	width: 170px;
	height: 50px;
	
	background-position: right top;
	background-repeat: no-repeat;
	background-color: transparent;
	
	float: left;
}

h2.zwld_pgpProdName {	
	width: 120px;
	font-weight: bolder;
	margin: 2px;
	border: none;
	padding: 2px 0 0 5px;
	text-align: left;
}

a.zwld_pgpProd {
	color: inherit;
	text-decoration: none;
}

a.zwld_pgpProd img {
	border: none;
}

img.zwld_pgpProd {
	width: 166px;
	height: 126px;
}

div.zwld_pgpProdPrice 
{
	height: 20px;
	width: 160px;
	
	margin: 0px;
	border: none;
	padding: 5px 15px 0px 0px;
	
	font-weight: bolder;
	color: #B4152B;
	text-align: right;	
	
	float: left;
	cursor: pointer;			
}