/* Div Styles */
div.product_holder
{
	width: 800px;
	margin: 0px 0px 30px 0px;
}

div.product_image_location
{
	width: 200px;
}

div#accessories
{
	width: 100%;
	border-color: #3892C0;
	border-style: solid;
	border-width: 20px 0px 0px 0px;
}

div.accessories_holder
{
	float: left;
	width: 251px;
	height: 200px;
	margin: 0px 15px 20px 0px;
}

div.accessory_image
{
	width: 134px;
	height: 96px;
}

/* Tag Styles */

table.product
{
	width: 800px;
}

table.product tr td
{
	text-align: left;
	vertical-align: top;
	padding: 0px 15px 15px 0px;
}

table.product tr td.product_title
{
	color: #6495A5;
	font-size: 1.8em;
	font-weight: bold;
	padding: 0px 15px 7px 0px;
	vertical-align: text-bottom;
	text-align: left;
}

table.product tr td p.product_heading
{
	color: #6495A5;
	font-size: 1.2em;
	font-weight: bold;
}

table.product tr td p.product_image
{
	width: 170px;
}

div#accessories h1
{
	color: #6495A5;
	font-size: 1.8em;
	font-weight: bold;
	padding: 10px 0px 10px 0px;
}

p.accessory_name
{
	color: #6495A5;
	font-size: 1.4em;
	font-weight: bold;
	padding: 7px 0px 7px 0px;
}

/* Link Styles */

table.product tr td a
{
	color: #3892C0;
	text-decoration: none;
}

table.product tr td a:hover
{
	color: #323366;
}

ul.product_features
{
	list-style: disc;
	margin: 0px 0px 0px 15px;
}

ul.product_features li
{
	margin: 0px 0px 5px 0px;
}

span.bold
{
	font-weight: bold;
	font-size: 1.1em;
}