#ContentPanelRight {
	width: 737px;
	padding-right: 1px;
	background-image: none;
}
	#ContentPanelRightInner {
		background-image: none;
	}
		#ContentLeft {
			width: 100%;
		}
			#ContentLeftTop {
				background-image: none;
			}

		.HtmlContent {
			padding: 0px 0px 0px 15px;
		}
			h1, .Pagination {margin-right: 10px;}


			#DivOrderBy {
				font-weight: bold;
				color: #91887b;
				float: left;
			}


			#ProductItems {
				margin: 32px 0px 27px 0px;
			}


				.ProductItem, .ProductItemFirst {
					width: 215px;
					float: left;
				}
				.ProductItem {
					padding: 0px 0px 0px 38px;
					background-image: url(../../images/backgrounds/productitem.gif);
					background-repeat: no-repeat;
					background-position: 11px 13px;
				}
				.ProductItemFirst {
					background-image: none;
				}
				.ProductItemPromo {
					background-repeat: no-repeat;
					background-position: right 19px;
				}

				.ProductItemHeader {
					font-weight: bold;
					color: #2a2a2a;
					height: 36px;
				}
					.ProductItemName {text-decoration: underline;}
					.ProductItemCode {white-space: nowrap;}


				.ProductItemBody {padding-right: 10px;}
					.ProductItemBody table {
						margin: 15px 0px 0px 0px;
						float: left;
					}
						.ProductItemBody table td {
							display: table-cell;
							width: 102px;
							height: 122px;
							padding: 0px;
							text-align: left;
							vertical-align: bottom;
						}
							.ProductItemBody table td img {
								border: 1px #aa1412 solid;
							}
					.ProductItemPriceCaption, .ProductItemPrice {
						width: 81px;
						text-align: center;
						float: right;
					}
					.ProductItemPriceCaption {
						margin-top: 22px;
					}
					.ProductItemPrice {
						font-size: 18px;
						font-weight: bold;
						white-space: nowrap;
						color: #be0000;
					}
						.ProductItemPriceOld {
							text-decoration: line-through;
							font-size: 14px;
							color: #2a2a2a;
						}


				.ProductItemSeparator {
					margin: 28px 0px 25px 0px;
					height: 2px;
					background-image: url(../../images/backgrounds/productitems-separator.gif);
					background-repeat: repeat-x;
					clear: both;
				}


