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

/* PRODUCT LISTING */
.product_listing {
	background-image: url(/images/product_list_bg.png);
	background-repeat: no-repeat;
	background-position: top left;
	height: 113px;
	width: 355px;
	height: 95px;
	overflow: hidden;
	padding: 10px;
	color: #000;
}

.product_listing a:link, .product_listing a:visited {
	font-weight: bold;
	color: #000;
	text-decoration: underline;
}

.product_listing a:hover {
	color: #36633A;
}

.product_listing_left {
	float: left;
	width: 90px;
	height: 90px;
	overflow: hidden;
	text-align: center;
	background-image: url(/images/product_list_img_bg.png);
	background-repeat: no-repeat;
	background-postion: center center;
	margin-top: 2px;
}

.product_listing_right {
	float: right;
	width: 250px;
}

.product_listing_name {
	height: 20px;
	overflow: hidden;
	font-size: 14px;
	font-weight: bold;
}

.product_listing_txt {
	height: 45px;
	overflow: hidden;
}

.product_listing_price {
	height: 30px;
	overflow: visible;
	font-size: 20px;
	color: #990000;
	float: left;
	text-align: center;
	line-height: 15px;
}

.product_listing_price span {
	font-size: 10px;
}

.product_listing_links {
	padding-top: 8px;
	height: 20px;
	text-align: center;
}

/* PRODUCT VIEW */
.ecom_image_cell {
	background-image: url(/images/ecom_image_bg.gif);
	background-repeat: no-repeat;
	background-position: top left;
	width: 200px;
	height: 222px;
	padding-right: 10px;
	padding-top: 15px;
}

/* CART STYLING */
.carttable {
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	background-color: #fff;
	color: #000;
}

.carttable tr th {
	background-color: #F8E6B7;
	color: #000;
	font-weight: bold;
	padding: 4px;
	
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}

.carttable tr td {
	padding: 4px;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	vertical-align: top;
}

/* SIDECART */
#ecom_sidecart {
	background-image: url(/images/sidecart_bg.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding-top: 3px;
	padding-left: 25px;
	padding-right: 5px;

	height: 30px;
	overflow: hidden;
	float: right;
	color: #000;
}

#ecom_sidecart a:link, #ecom_sidecart a:visited {
	color: #000;
}

#ecom_sidecart a:hover {
	color: #ff0000;
}