/*******************************************************************************
	Product Stylesheet
*******************************************************************************/
div#wrapper {
	background: url(/bc10/images/bkgrd/photo_contest_bkgrd.jpg) top right no-repeat;
	}

/*******************************************************************************
	Products
*******************************************************************************/
table#product_highlights {
	width: 480px;
	border-top: 1px dashed #CCCCCC;
	margin-top: 16px;
	}
	
table#product_highlights tr td {
	padding: 2px 3px 2px 3px;
	}
	
table#product_highlights tr td.left_col {
	width: 100px;
	}
	
table#product_highlights h2,
table#product_price h2 {
	color: #666666;
	font-size: 1.3em;
	font-weight: bold;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	text-transform: uppercase;
	}
	
table#product_highlights strong {
	color: #999999;
	font-weight: bold;
	}
	
table#product_price {
	width: 480px;
	border-top: 1px dashed #CCCCCC;
	margin-top: 6px;
	}

table#product_price tr td {
	padding: 2px 3px 2px 3px;
	}

table#product_price tr td.left_col {
	width: 150px;
	}
	
table#product_price ul {
	margin-left: 2px;
	}
	
table#product_price span.product_msrp {
	font-weight: bold;
	}

table#product_price span.product_price {
	color: #000000;
	font-size: 17px;
	font-weight: bold;
	}