﻿@import url("base.css");

.pictures
{
	margin: 0 0 0.5em 0;
}

.pictures p
{
	clear: both;
}

.pictures ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

.pictures ul li
{
	float: left;
	margin: 0 5px;
	padding: 0;
	text-align: center;
	width: 240px;
	height: 240px;
}

.pictures ul li .caption
{
	display: block;
	font-size: 0.8em;
	font-weight: bold;
}

.options
{
	background: #d3b078;
	border: 1px solid #89282c;
	clear: left;
	float: right;
	font-size: 0.8em;
	margin: 1em 0 0 0;
	padding: 1em;
	text-align: right;
}

.options label
{
	display: block;
	font-weight: bold;
	margin-bottom: 0.25em;
}

.options select
{
	margin-bottom: 1em;
}

.options .price
{
	margin-bottom: 0.25em;
}

.options .add a, .options .add a:visited
{
	background: transparent url("images/button.png") no-repeat left top;
	color: #fff;
	display: inline-block;
	font-family: Arial, sans-serif;
	font-weight: bold;
	margin: 1em 0 0 0;
	padding: 10px 0 0 0;
	text-align: center;
	text-decoration: none;
	width: 171px;
	height: 27px;
}

.options .add a:active, .options .add a:hover
{
	background-position: 100% 0;
}

.options .view
{
	clear: both;
	margin-top: 0.5em;
}

.features
{
	clear: left;
	margin: 1em 0;
}

.disclaimers
{
	background: #d3b078;
	border: 1px solid #89282c;
	clear: both;
	color: #89282c;
	font-size: 0.75em;
	padding: 1em;
	text-align: left;
}

.disclaimers h3
{
	font-size: 1em;
	margin: 0;
}

#content img
{
	border: 4px solid #89282c;
}