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

.product_frame {
	float: left;
	margin: 0;
	padding: 0;
	margin-top: 4px;
}
.product_cell {
	padding: 0;
	border: 1px #808080 solid;
	color: #FFF;
	margin-left: 4px;
	width: 95px;
	background-color: #030;
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	padding-top: 10px;
	padding-right: 7px;
	padding-bottom: 5px;
	padding-left: 7px;
}

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

.product_pic {
	text-align: center;
	margin: auto;
}
.product_pic img {
	border: 3px #454545 solid;
	height: 90px;
	width: 90px;
}
.product_pic img:hover {
	border: 3px #3399FF solid;
	border-right-color: #0058B0;
	border-bottom-color: #0058B0;
}

.product_info {
	display: inline-block;
	padding: 3px 2px 5px 2px;
}
.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_info a {
	height: 26px;
	display: inline-block;
}
.product_cell a:hover {
	text-decoration: underline;
}
.product_cell .price {
	margin: 0;
	padding: 0;
	display: block;
	background-image: url(../Includes/frame/label_delivered.png);
	background-position: top right;
	background-repeat: no-repeat;
	width: 75px;
	color: #000000;
	float: left;
	font-size: 18px;
	line-height: 25px;
	background-color: #FFFFD2;
	text-align: center;
	height: 25px;
}
.product_cell .price sup {
	font-size: 11px;
	vertical-align: middle;
}
/* Floating DIVS' */

.compare_outer_container {
	width: auto;
	text-align: center;
	/*border: 10px solid #FF0000; */
}
.compare_container
{
	width: auto;
	text-align: center;
	/* border: 1px solid #00FF00; */
}
.compare_floatleft
{
	float: left;
	width: 110px;
	height: 170px;
	background-color: #FFF;
	border: 1px solid #999999;
	margin: 0px 0px 5px 5px;
	padding-left: 5px;
}
.compare_innertable {
	/*border: 1px solid #0000FF; */
	text-align: center;
}
.compare_innertable td{
	/*border: 1px solid #0000FF;*/
}
.compare_img_td {
	background-color: #FFF;
	overflow: hidden;
	height: 80px;
}
.compare_price_td {
	height: 35px;
	vertical-align: middle;
}
.compare_poweredby {
	font-size: 9px;
	color: #999;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

/*                         */

