

div#content div#wrapper {
	margin-right: auto;
	margin-left: 0px;
	padding-right: 16px;
	padding-left: 16px;
	padding-bottom: 0px;
	padding-top: 12px;
}

div#content div#wrapper.level3 {
	border-right-color: #cccccc;
	border-right-width: 1px;
	border-right-style: solid;
	height: 600px;
	width: 400px;
}

div#content div#wrapper.level4 {
	border-right-color: #cccccc;
	border-right-width: 1px;
	border-right-style: solid;
	height: 600px;
	width: 500px;
}


div#content h1 {
	line-height: 1.2em;
	margin-bottom: 12px;
	color: #552315;
	font-size: 2em;
	font-family: Georgia, "Times New Roman", Times, serif;
}

div#content h3 {
	margin-top: 16px;
	font-family: Verdana, Arial, sans-serif;
	margin-bottom: 3px;
	color: #552315;
	font-size: 1.1em;
}

div#content p {
	margin-bottom: 12px;
	margin-top: 12px;
}

div#content p.first-child {
	margin-top: 0px;
	margin-bottom: 12px;
}

div#content p.note {
	margin-bottom: 0px;
	padding-bottom: 12px;
	font-style: italic;
}

div#content p.caption {
	margin-bottom: 12px;
	border-bottom-color: #cccccc;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding-bottom: 12px;
	text-align: center;
}

div#content p.price {
	padding-bottom: 3px;
	margin-bottom: 0px;
	margin-top: 0px;
}

div#content p#next {
	background-position: 100% 5px;
	background-image: url(../images/nav_pointer.gif);
	background-repeat: no-repeat;
	width: 46px;
	margin-top: 0px;
	float: right;
}

div#content p#next-off {
	color: #cccccc;
	width: 46px;
	margin-top: 0px;
	float: right;
}

div#content p#prev {
	width: 75px;
	padding-left: 18px;
	background-position: 0px 5px;
	background-image: url(../images/nav_pointer_left.gif);
	background-repeat: no-repeat;
	margin-top: 0px;
	float: right;
}

div#content p#prev-off {
	color: white;
	width: 75px;
	padding-left: 18px;
	margin-top: 0px;
	float: right;
}

table.prod_table {
	border-bottom-color: #cccccc;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

table.prod_table td {
	padding-bottom: 12px;
	padding-top: 12px;
	padding-left: 8px;
	padding-right: 8px;
	border-top-color: #cccccc;
	border-top-width: 1px;
	border-top-style: solid;
}

table.prod_table td.first-col {
	padding-left: 0 !important;
}

table.prod_table td.last-col {
	padding-right: 0 !important;
}


table.prod_table td a {
	display: block;
}

table.prod_table td img {
	line-height: 0px;
	display: block;
	padding: 0px;
	margin: 0px;
}

table.prod_table td p {
	margin-bottom: 0px !important;
	text-align: center;
	margin-top: 0px !important;
}

div#image {
	margin-right: auto;
	margin-left: auto;
	width: 400px;
	text-align: center;
}


