/* Styles for product_description.php */
#wrapper {
	height: 1600px;
}

/*#content {
	height: 1225px;
}*/

#leftsidebar {
	position: absolute;
	top: 0;
	left: 0;
	width: 170px;
	text-align: center;
}
#rightsidebar {
	position: absolute;
	top: 0;
	right: 0;
	width: 160px;
}
#rightsidebar p {
	color: #fff;
	padding: 5px;
}
#rightsidebar p.ital {
	font-style: italic;
}
.emphasis {
	color: #FF00FF;
	font-weight: bold;
}
#mainsection {
	margin-left: 175px;
	margin-right: 165px;
	margin-bottom: 50px;
	padding-left: 2px;
	padding-right: 2px;
	color: #552197;
}
td {
	padding: 5px;
}
td h4, h3 {
	text-align: left;
	font-size: 1em;
	color: #552094;
}
td.center {
	text-align: center;
}

