#content {
	width: auto;
	margin: 5px 25px;
	text-align: center;
	float: none;
}

#content h1 {
	margin: 25px 0 0 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Serif;
	color: #fecd32;
	font-size: 18pt;
	font-weight: normal;
	text-align: center;
	text-transform: uppercase;
}

#content div.toplinks {
	margin: 0;
	padding: 0;
}

#content div.toplinks span {
	color: white;
	padding: 0 15px;
}

#content div.toplinks a:link, #content div.toplinks a:visited {
	font-family: Georgia, "Times New Roman", Serif;
	color: white;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 10pt;
}

#content div.toplinks a:hover {
	color: #fecd32;
}

#content p.choose {
	margin: 2px 0 15px 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Serif;
	text-align: center;
	text-transform: uppercase;
	font-size: 10pt;
}

#content p.choose a:link, #content p.choose a:visited {
	color: #fecd32;
}

#content table {
	border-collapse: collapse;
	margin: 0 auto;	
	width: 900px;
}

#content table tr td {
	text-align: center;
	width: 175px;
	vertical-align: bottom;
	height: 160px;
	padding: 0;
	margin: 0;
}

#content a.caption:link, #content a.caption:visited {
	display: block;
	width: auto;
	text-align: center;
	color: #fecd32;
	text-decoration: none;
	margin: 5px 0;
	padding: 0;
}


#content table tr td div.thumb {
	width: 175px;
	overflow: hidden;
}

#content tr td div.thumb img {
	max-width: 160px;
	margin: 0;
	padding: 0;
}

#content table.photodetail {
	margin: 25px 0 15px 0;
}

#content table.photodetail tr td {
	vertical-align: middle;
	padding: 0 5px;
	height: 375px;
}

#content table.photodetail tr td.left {
	text-align: right;
}

#content table.photodetail tr td.right {
	text-align: left;
}

#content a.pricing:link, #content a.pricing:visited {
	text-transform: uppercase;
	color: #fecd32;
}

#content #pricing {
	display: none;
}

#content #pricetable {
	display: block;
	margin-top: 25px;
}

#pricetable table tr td {
	padding: 7px;
	margin: 0;
	height: 15px;
	color: black;
}

#pricetable tr.header td {
	background-color: #8860BF;
	border-bottom: 3px ridge black;
}

#pricetable table tr.odd td {
	background-color: #E9E9FF;
}

#pricetable table tr td.right {
	text-align: right;
}


/* order form styling */
#content .orderform {
	width: 100%;
	text-align: center;
}

#content .paypalform {
	width: 620px;
	margin: 0 auto;
	text-align: left;
}

#content .paypalform fieldset legend {
	font-size: 11pt;
	font-weight: bold;
	color: white;
}

#content .paypalform table {
	border-collapse: collapse;
	width: 600px;
}

#content .paypalform table td,
#content .paypalform table th {
	height: auto;
	text-align: left;
	width: auto;
	padding: 4px 5px;
	display: table-cell;
}

#content .paypalform table td.subtotal,
#content .paypalform table th.subtotal {
	display: none;
	text-align: right;
}

#content .paypalform table tr.total td {
	font-weight: bold;
	text-align: right;
	border-top: 1px solid #888;
	display: none;
}

#quantity {
	text-align: right;
}

#content .info {
	text-align: left;
	font-size: 11px;
	width: 600px;
	margin: 10px auto;
}
