/* Products */
.prodTitle {
	font-weight: bold;
	text-align:center;
}
.prodLink {
	font-size: 11px;
	font-weight: bold;
}
.prodColumn {
	float: left;
	display: block;
	width: 268px;
	height: 244px;
	text-align: center;
	padding:8px
}
/* product container */
.product-img {
	border: 1px solid #c3c4c7;
	width: 268px;
	height: 188px;
	position: relative;
}
.product-img i {
	background-image:url(/images/lib/corners.gif) !important;
	background-repeat:no-repeat;
	width:11px;
	height:11px;
	overflow:hidden;
	position:absolute;
}
.product-img i.ul {
	background-position:-22px 0 !important;
	left:-1px !important;
	top:-1px !important;
}
.product-img i.ur {
	background-position:-33px 0 !important;
	right:-1px !important;
	top:-1px !important;
}
.product-img i.ll {
	background-position:-22 -11px !important;
	bottom:-1px !important;
	left:-1px !important;
}
.product-img i.lr {
	background-position:-33px -11px !important;
	bottom:-1px !important;
	right:-1px !important;
}
/* Product Details Menu */
.clearit {
	margin: 0;
	padding: 0;
	height: 0;
	clear: both;
}

.prodDetails {
	width: 100%;
	height: 25px;
	margin: 0;
	padding: 0;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.prodDetails ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.prodDetails ul li {
	list-style: none;
	float: left;
	margin: 0;
	padding: 0;
}

.prodDetails ul li a {
	display: block;
	height: 25px;
	width: 128px;
	padding:6px 0 0 0px;
	font-size: 12px;
	text-transform: uppercase;
	font-family: "Helvetica Neue",helvetica,"microsoft sans serif",arial,sans-serif;
	text-decoration: none;
}

.prodDetails ul li a:hover, .prodDetails ul li.highlight a {
	color: #FFFFFF;
	background-color: transparent;
	background-image: url(/images/lib/prodTabs.png);
	background-repeat: no-repeat;
}
.prodDetails ul li a:hover {
	background-image: url(/images/lib/prodTabs.png);
	background-repeat: no-repeat;
	color: #FFFFFF;
}



