﻿
h2 {
	margin: 0;
}


h2.withBottomMargin { margin-bottom: 0.5em; }

/*
Options Section
*/

div#optionsSection { float: left; width: 200px; }

div.optionBox { margin-bottom: 1em;	}
div.optionBox table td { padding: 0; }

div#totalPriceBox {
	border: 1px solid #AAA;
	border-left: none;	
	border-right: none;
	padding: 5px 0;
}

/*
Picture Section
*/

div#pictureSection {
	margin-left: 220px;
	max-width: 850px;	
	text-align: center;
}

div#pictureDetails {
	margin-top: 2em;
	margin-bottom: 2em;	
}

div#pictureSection table { border-collapse: collapse; }
div#pictureSection table td { padding: 0; }

#pictureTable { margin: 0 auto; }

p.specialPicText {
	padding: 10px;
	background: #777 url(../Images/specialBkgrnd.jpg) repeat-x left bottom;
	border: 1px dotted #FFF;
	width: 500px;
	margin-left: auto;
	margin-right: auto;
}

