.fw_shop  .categoryHead  .categoryName {
	font-size: 18px;
}
.fw_shop  .categoryBlock .categoryName {
	font-size: 18px;
	margin-bottom:4px;
}
.fw_shop .categoryBlock .categoryDescription {
}
.fw_shop  .subCategoryList .categoryBlock {
	width: 230px;
	padding: 6px;
	margin-bottom: 24px;
}
.fw_shop .subCategoryList .categoryBlock .categoryThumb {
	text-align:center;
	margin-bottom:8px;
}

.fw_shop .subCategoryList .categoryBlock .categoryLink a {
}
.fw_shop .productList .productNav {
	margin-bottom: 8px;
	font-weight: bold;
}
.fw_shop .productList .productNav .pageCount {
	float: left;
}
.fw_shop .productList .productNav a {
	font-weight: bold;
	text-decoration: none;
	color: #7785BC;
}
.fw_shop .productList .productNav .pageLinks {
	float: right;
	margin-left: 30px;
}

.fw_shop .productList .productBlock {
	width:240px;
	float:left;
	text-align: center;
	margin-bottom: 24px;
}
.fw_shop .productList .productBlock .productThumb {
	height: 120px;
}
.fw_shop .productList .productBlock .productName {
}
.fw_shop .productList .productBlock .productPrice {
	font-size: 14px;
	font-weight: bold;
}
.fw_shop .productPage .productName {
	margin-bottom: 12px;
}
.fw_shop .productPage .productImagePanel {
	float: left;
	margin-right: 20px;
}
.fw_shop .productPage .productBody {
	float: right;
	width: 430px;
}
.fw_shop .productPage  .productDetail {
	margin-bottom: 8px;
	padding-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.fw_shop .productPage .productPrice {
	font-size: 18px;
}
.fw_shop  .productPage  .productExtended {
	margin-top: 0px;
}
.fw_shop .productPage .productExtended h2.title {
	font-size: 14px;
	font-weight: normal;
	padding-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #CCCCCC;
	margin-bottom: 0px;
}

.fw_shop .productPage .productSpecs {
	font-size:11px;
	margin-top: 12px;
}
.fw_shop .productPage .productSpecs ul {
	padding-left:1em;
}

.fw_shop .productPage .productImagePanel .productThumb {
	padding: 3px;
	float: left;
	margin-right: 6px;
	border: 1px solid #CCCCCC;
}
.fw_shop .productPage .productBuy {
	margin-top: 12px;
}
.fw_shop .productPage .productImagePanel .mainImage {
	text-align: center;
	height: 260px;
}
.fw_shop .productPage .productImagePanel .caption {
	text-align: center;
	font-style: italic;
	color: #333333;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
}
.fw_shop .productPage .productExtended .attributes .label {
	width: inherit;
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-left: 3px;
	white-space: nowrap;
}
.fw_shop .productPage .productVariants .productOptionGroup {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #D4D4D4;
	margin-top: 8px;
	margin-bottom: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
}
.fw_shop .productPage .productVariants .productOptionGroup textarea {
	width: 98%;
}
.fw_shop .productPage .productAddToCart {
	padding: 8px;
	margin-top: 12px;
	border: 1px dotted #999;
}
.fw_shop .productPage .productAddToCart h2      {
	font-size: 14px;
}
.fw_shop  .buyButton {
	width: 44px;
	height: 18px;
	background-image: url(/_assets/images/shop/buttons/buy.gif);
	background-repeat: no-repeat;
	display: inline-block;
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.fw_shop .moreInfo {
	width: 78px;
	height: 18px;
	background-image: url(/_assets/images/shop/buttons/moreinfo.gif);
	background-repeat: no-repeat;
	display: inline-block;
	text-decoration: none;
	margin-top: 8px;
}
