@charset "utf-8";
/* CSS Document */

.product_frame {
	float: left;
	padding: 0;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.product_cell {
	padding: 2px;
	border: 1px #808080 solid;
	color: #FFF;
	margin-left: 4px;
	width: 101px;
	background-color: #036;
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
}
.product_cell a {
	font-family:  Tahoma, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	line-height: 12px;
}
.product_cell a:hover {
	text-decoration: underline;
}
.product_cell .price {
	margin: 0;
	padding: 0;
	display: block;
	background-position: right top;
	background-repeat: no-repeat;
	width: 75px;
	color: #000000;
	float: left;
	font-size: 18px;
	line-height: 20px;
	background-color: #FFFFD2;
	text-align: center;
	height: 20px;
}
.product_cell .price sup {
	font-size: 11px;
	vertical-align: middle;
}


.product_pic {
	text-align: center;
	margin: auto;
}
.product_pic img {
	border: 1px solid #036;
	height: 100px;
	width: 100px;
}
.product_pic img:hover {
	border-right-color: #0058B0;
	border-bottom-color: #0058B0;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #3399FF;
	border-left-color: #3399FF;
}

.product_info {
	display: inline-block;
	padding: 3px 2px 5px 2px;
}
.product_info a {
	height: 26px;
	display: inline-block;
}

.prodfeat_frame {
	float: left;
	padding: 0;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.prodfeat_cell {
	padding: 2px;
	border: 1px #808080 solid;
	color: #FFF;
	margin-left: 4px;
	width: 550px;
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
}
.prodfeat_cell a {
	font-family:  Tahoma, Arial, Helvetica, sans-serif;
	color: #339;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	line-height: 12px;
}
.prodfeat_cell a:hover {
	text-decoration: underline;
}
.prodfeat_cell .price {
	margin: 0;
	padding: 0;
	display: block;
	background-position: right top;
	background-repeat: no-repeat;
	width: 75px;
	color: #000000;
	float: right;
	font-size: 18px;
	line-height: 20px;
	background-color: #FFFFD2;
	text-align: center;
	height: 20px;
}
.prodfeat_cell .price sup {
	font-size: 11px;
	vertical-align: middle;
}


.prodfeat_pic {
	text-align: left;
	margin: auto;
}
.prodfeat_pic img {
	border: 1px solid #036;
	height: 100px;
	width: 100px;
}
.prodfeat_pic img:hover {
	border-right-color: #0058B0;
	border-bottom-color: #0058B0;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #3399FF;
	border-left-color: #3399FF;
}

.prodfeat_info {
	display: inline-block;
	padding: 3px 2px 5px 2px;
}
.prodfeat_info a {
	height: 26px;
	display: inline-block;
}
.prodfeat_desc {
	display: inline-block;
	color: #000;
	float: left;
	padding-top: 3px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 2px;
	font-size: 12px;
	position: relative;
}


.pic_label {
	height: 0;
	margin: 0;
	z-index: 1;
}
.pic_label img {
	position: relative;
	top: 1px;
	left: 145px;
	border: 0px;
}
