/********************************************************************
PRODUCT LISTINGS
********************************************************************/

table#product_list {
	margin-left: -10px;
}
table#product_list td {
	width: 350px;
	vertical-align: top;
	padding: 10px;
	border: 1px solid #000000;
	background: #e0e0e0;
}
table#product_list td.blank {
	border: 0;
	background: transparent;
}
table#product_list table {
	width: 100%;
}
table#product_list table td.image {
	border: 0;
	padding: 0;
}
table#product_list table td.image img {
	width: 100px;
}
table#product_list table td.info {
	width: 100%;
	border: 0;
	padding: 0 0 0 10px;
}
table#product_list h1 {
	font-size: 14px;
}

/********************************************************************
PRODUCT PAGES
********************************************************************/

div#prod_attributes {
	padding-top: 10px;
}

div#prod_attr_left {
	float: left;
	width: 225px;
	border-right: 1px solid #000000;
}

div#prod_attr_right {
	float: left;
	width: 100px;
	padding-left: 20px;
}

div#prod_attributes h1, h1.prod_title {
	font-size: 13px;
	margin-bottom: 1px;
}

div#prod_attributes p {
	margin-bottom: 1px;
}

div.prod_desc {
	margin: 20px 0 0 0;
}

div#prod_cart {
	padding: 20px 0;
	border-bottom: 1px solid #000000;
}

div#prod_downloads {
	padding: 20px 0;
}

div#prod_downloads a {
	color: #000;
	font-size: 11px;
	text-decoration: none;
	padding: 4px 10px 4px 22px;
	background: #fff url(../images/base/pdficon.png) no-repeat scroll left;
}

/********************************************************************
CART
********************************************************************/
input.cartAddQty {
	float: left;
	margin-right: 5px;
	width: 26px;
	height: 16px;
	padding: 2px;
	border: 1px solid #000000;
}