.category-list {
	border-top: 1px solid #DCDCDC;
	margin-top: 15px;
}

.category-list-product {
	clear: both;
	padding: 15px 0;
	border-bottom: 1px solid #DCDCDC;
}

.category-list-product-photo {
	float: left;
	padding: 0 15px 0 0;
}

.category-list-product a {
	text-decoration: none;
	display: block;
	margin: 0 0 0.2em 0;
}

.category-list-product h2 {
	font-weight: bold;
	margin: 0;
}

.category-list-product-description {
	font-size: 85%;
}

/* ================ */
/* = Product Page = */
/* ================ */

.catalog-product-photo {
	float: left;
	margin: 15px 15px 15px 0;
	padding: 5px;
	border: 1px solid #AAAAAA;
	background-color: white;
}

/* =================== */
/* = Catalog Options = */
/* =================== */

.product-rawdata-fieldset h3 {
	border-bottom: 1px solid #DCDCDC;
	padding: 0 0 0 5px;
}

.product-rawdata-field {
	clear: both;
	padding: 5px 0 5px 15px;
}

.product-rawdata-label {
	width: 170px;
	float: left;
}

.product-rawdata-value {
	margin-left: 175px;
}

/* ========== */
/* = Photos = */
/* ========== */

.product-photos {
	margin: 0;
	padding: 0;
	list-style: none;
	clear: both;
}

.product-photos li {
	list-style: none;
	float: left;
}

.product-photos li a {
	
	margin: 10px;
	padding: 5px;
	background-color: white;
	border: 1px solid #DCDCDC;
	display: block;
}



