body.shop .product .productImageLink {
	display: block;
	text-align: center;
}

body.shop .product .productImage {
}

body.shop #productCategories {
	margin-bottom: 30px;
}

body.shop .productCategory {
	border: 1px solid #ccc;
	background-image: url(/content/shop/theme/1/img/category_btn_grad.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-bottom: 4px;
	padding: 6px;
}

body.shop .productCategory a {
	text-decoration: none;
}

body.shop .productCategoryTitle {
	color: #333;
	border-bottom: 1px solid #ccc;
}

body.shop .productCategoryName {
	margin: 0;
	float: left;
}

body.shop .productCategoryBackToTop {
	padding-top: 2px;
	color: #999;
	text-decoration: none;
	float: right;
}

body.shop .products {
	list-style: none;
	margin: 0;
	padding: 0;
}

body.shop .product {
	float: left;
	padding: 20px 6px;
	overflow: hidden;
	width: 178px;
}

body.shop .product.position-1,
body.shop .product.position-5,
body.shop .product.position-9,
body.shop .product.position-13,
body.shop .product.position-17,
body.shop .product.position-21,
body.shop .product.position-25
{
	clear: left;
}

body.shop .product .productColor {
	height: 16px;
	display: block;
	text-align: center;
}

body.shop .product .productName {
	display: block;
	text-align: center;
}

body.shop .product .productImage {
}

body.shop .product .productPrice {
	display: block;
	text-align: center;
}

body.shop .product .productDescription {
	display: none;
}

body.shop .productSection {
	clear: left;
}

body.shop #leftNav h2 {
	font-size: 1.2em;
	margin: 0;
	padding: 4px 2px;
}

body.shop #shopkeeper {
	overflow: hidden;
	border: 1px solid #ccc;
	background-image: url(/content/shop/theme/1/img/sk_bio_grad.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	font-weight: bold;
	margin-bottom: 30px;
}

body.shop #shopkeeper li {
	padding-left: 6px;
	margin-bottom: 5px;
	font-size: 0.85em;
}

body.shop h2#shopkeeperTitle {
	border-bottom: 1px solid #ccc;
	margin-bottom: 8px;
	padding-left: 6px;
}

body.shop .shopkeeperLabel {
	font-weight: normal;
}

body.shop #newsletter {
	padding: 0 20px;
	background-image: url(/content/shop/theme/1/img/newsletter_bkgd.gif);
	height: 60px;
	margin-bottom: 20px;
}

body.shop #createShopLink {
}

body.shop #logoAndDescription {
	text-align: center;
	padding: 0 10px;
	margin-bottom: 20px;
}

body.shop #storeDescription {
	margin: 10px 0;
	text-align: left;
}


/** Added **/
body.shop img {
	border: 0px;
}

body.shop img {
	border: 0px;
}

body.shop ul {
	list-style-type: none;
}

