/* CSS Document */

.productBox {
	border: 1px solid #434343;
	display: inline-block;
	vertical-align: top;
	margin: 0px;
	margin-bottom: 1em;
	width: 176px;
	height: 335px;
}

.productBoxSpacer {
	display: inline-block;
	width: 5px;
}

.productBox .pBNewButton {
	background-image: url('../../images/layout/new.png');
	background-position: top right;
	background-repeat: no-repeat;
	cursor: pointer;
	text-decoration: none;
	position: absolute;
	margin-left: 120px;
	margin-top: 27px;
	display: block;
	width: 60px;
	height: 60px;
}

.productBox .pBNewButton:hover {
	text-decoration: none;
	background-position: bottom right;
}

.productBox .pBTitle {
	background-color: #434343;
	height: 47px;
}

.productBox .pBTitle h1, .productBox .pBTitle h2 {
	color: #fff;
	margin: 0;
}

.productBox .pBTitle h1 {
	font-weight: normal;
	padding: 3px 5px 1px;
}

.productBox .pBTitle h2 {
	font-weight: bold;
	padding: 1px 5px 3px;
}

.productBox .pBImage {
	display: block;
	text-align: center;
}

.productBox .pBContent {
	padding: 10px 15px;
}

.productBox ul {
	margin: 0;
	margin-top: 1em;
	margin-left: 15px;
	list-style: square;
	padding: 0;
}
.productBox li {
	margin: 0;
	padding: 0;
}

.productBox .pBBottom {
	position: absolute;
	margin-top: 258px;
	margin-left: 15px;
}
.productBox .pBBottom a.button {
	margin-top: 1em;
}

.productBox .pBPrice {
	color: #a70011;
}
