@charset "utf-8";
/* CSS Document */

body {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #444444;
	background-color: #444444;
}

h1 {
	font-size: 1.6em;
}

h2 {
	font-size: 1.4em;
}

a {
	color: #4459c3;
	text-decoration: none;
}

a:hover {
	color: #c8274d;
}

#wrapper {
	width: 850px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	background-color: #fff;
	
	background-repeat: repeat-y;
	height: 600px;
}
#wrapper.green {
	background-image: url(images/left_curve_green.png);
}
#wrapper.blue {
	background-image: url(images/left_curve_blue.png);
}
#wrapper.pink {
	background-image: url(images/left_curve_pink.png);
}
#wrapper.purple {
	background-image: url(images/left_curve_purple.png);
}
#wrapper.brown {
	background-image: url(images/left_curve_brown.png);
}
#wrapper.red {
	background-image: url(images/left_curve_red.png);
}

#left {
	/*width: 288px;*/
	width: 238px;
	float: left;
	/*background-image: url(images/left_curve.png);
	background-repeat: repeat-y;*/
	/*min-height: 600px;*/
	/*border: 1px solid #ffffff;*/
}

#left_nav {
	padding: 10px;
	font-weight: bold;
	color: #fff;
}

#left_nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#left_nav li {
	margin-top: 5px;
}

#left_nav li a {
	color: #fff;
	text-decoration: none;
}

#left_nav li a:hover {
	color: #eee;
}

#left_nav ul.seating_range {
	margin-left: 10px;
}

#left_nav ul.seating_range li {
	margin-top: 5px;
}

#left_nav ul.seating_range li a {
	color: #fff;
	text-decoration: none;
	font-weight: normal;
}

#left_nav ul.seating_range li a:hover {
	color: #eee;
}

#right {
	/*width: 560px;*/
	width: 610px;
	float: left;
	/*min-height: 600px;*/
}

#subnav {
	margin-left: 50px;
}

#range {
	margin-left: 50px;
}

#copyright {
	text-align: center;
	margin-top: 10px;
	font-size: 0.8em;
}

#main_chair_image {
	width: 600px;
	height: 355px;
	padding: 5px;
}

.header_break {
	border-bottom: 1px dashed #FC0;
	margin: 0px 0px 0px 0px;
}

/* 8ac543 */

/*
.product_table table {
	border-top: 1px solid #333;
	border-left: 1px solid #ff0000;
	text-align: center;
	font-size: 1.4em;
}

.product_table th {
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
	font-weight: bold;
}

.product_table td {
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
}
*/

.product_link {
	font-size: 0.8em;
}
.product_link a {
	color: #666666;
	text-decoration: none;
}
.product_link a:hover {
	color: #7777dd;
}
.product_link img {
	border-style: none;
}

.product_text {
	font-size: 0.9em;
	margin-top: 20px;
	overflow: auto;
	height: 325px;
}

.product_text h2 {
	display: inline;
}
.product_text h2.green { color: #8ac543; }
.product_text h2.blue { color: #0895d8; }
.product_text h2.pink { color: #c8274d; }
.product_text h2.purple { color: #5e7dbc; }
.product_text h2.brown { color: #ad6e3c; }
.product_text h2.red { color: #ee402f; }

.full_text {
	font-size: 0.9em;
	margin-top: 20px;
	overflow: auto;
	height: 600px;
	margin-right: 10px;
}
.full_text h2 {
	display: inline;
	color: #8ac543;
}

.full_text_lower {
	margin-left: 20px;
}


#box-table-a
{
	width: 480px;
	text-align: left;
	border-collapse: collapse;
	/*border-bottom: 3px solid #acdc6d;*/
}
#box-table-a th
{
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	background: #8ac543;
	border-top: 4px solid #acdc6d;
	border-bottom: 1px solid #fff;
	color: #fff;
	font-weight: bold;
}
#box-table-a td
{
	padding: 6px;
	background: #e3efd4; 
	border-bottom: 1px solid #fff;
	color: #030;
	border-top: 1px solid transparent;
}
#box-table-a tr:hover td
{
	background: #c3e19c;
	color: #fff;
}


.product_table table {
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	text-align: center;
}

.product_table th, .product_table td {
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
}

.product_table th {
	font-weight: bold;
}
