	/****
	 *		Product Page Styles Sheet
	 ****/
	.pp_1 {
		background: url('/shared/images/product.header.01.png') no-repeat;
		width: 107px;
		height: 16px;
    }
	.pp_2 {
		background: url('/shared/images/product.header.02.png') no-repeat;
		width: 73px;
		height: 14px;
    }
	.pp_3 {
		background: url('/shared/images/product.header.03.png') no-repeat;
		width: 162px;
		height: 143px;
    }
	.pp_4 {
		background: url('/shared/images/product.header.04.png') no-repeat;
		width: 136px;
		height: 11px;
    }
	.pp_5 {
		background: url('/shared/images/product.header.05.png') no-repeat;
		width: 208px;
		height: 13px;
    }
	.pp_6 {
		background: url('/shared/images/product.header.06.png') no-repeat;
		width: 118px;
		height: 105px;
    }
	.pp_7 {
		background: url('/shared/images/product.header.07.png') no-repeat;
		width: 71px;
		height: 31px;
    }
	.pp_8 {
		background: url('/shared/images/product.header.08.png') no-repeat;
		width: 236px;
		height: 48px;
    }
	input.buyBtn {
        background: url('/shared/images/button.background.png') no-repeat;
		width: 160px;
		height: 25px;
		text-align: center;
		font-weight: bold;
		border: none;
    }
	#browseArtwork {
		width: 800px;
		text-align: left;
		position: relative;
		z-index: 1500;
	}
	#artwork_table {
		text-align: center;
		position: absolute;
		z-index: 1500;
		color: #FFFFFF;
		background: #000000;
		display: none;
	}
	#artwork_table a {
 		color: #FFFFFF;
	}
	#artwork_table * div {
	   	display: block;
	}
	#productSpecification {
        text-transform: capitalize;
    }
	div.productDescription {
    }
	div.articleTitleMag {
		float: left;
		text-indent: 20px;
    }
	div.articleTitleIssue {
		text-align: left;
		text-indent: 20px;
    }
	.noshow {
        display: none;
    }




