html {
	overflow: -moz-scrollbars-vertical;
	margin: 0;
	padding: 0;
	background: #EEE;
}
* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
body{
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: .7em;
	color: #696969;
}
body, td, th, input, textarea, select, a, option {
}
select {
	font-size: 1em;
}

form {
	padding: 0;
	margin: 0;
	display: inline;
}
input, textarea, select {
	margin: 3px 0px;
}
a, a:visited {
	color: #0280ba;
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	text-decoration: underline;
	color: #111;
}
a img {
	border: none;
}
p {
	margin-top: 0px;
	line-height: 1.8em;
}
/* layout */
#container {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background: #FFF;
	padding: 4px 10px 4px 10px;
}
#header {
	position: relative;
}
#header .div1 {
	background: #EEE url('../image/header.png') no-repeat ;
	height: 180px;
}
}
#header .div2 {
	position: relative;
	top: 0px;
	left: 0px;
	width: 400px;
	height: 180px;
}
#header .div3 {
	float: left;
	width: 300px;
}
#header .div4 {
	background: #FFF /*url('../image/top_nav.png') no-repeat*/;
	height: 26px;
	margin: 6px 0px 10px 0px;
	padding: 5px 0px 5px 0px;
	border-bottom: 1px solid #EEE;
	border-top: 1px solid #EEE;
}
#header .div4 img {
	float: left;
	margin-right: 0px;
}
#header .div5 a {
/*	float: left;*/
	display: none;
}
#header .div6 {
	float: right;
	padding: 0;
}
#header .div6 a {
	display: inline-block;
	text-align: right;
	color: #222;
	padding-right: 6px;
	padding: 8px;
	margin: 0;
	text-decoration: none;
}
#header .div6 a:hover {
	color: #222;
	background: #fff0c8;
	text-decoration: none;
}
#header .div6 a:active {
	color: #222;
	text-decoration: none;
}
#breadcrumb {
	padding-top: 8px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#column_left {
	float: left;
	width: 180px;
	margin-right: 10px;
}
#column_right {
	float: right;
	width: 180px;
	margin-left: 10px;
}
#content {
	float: left;
	width: 580px;
	margin-bottom: 10px;
}
#content .top {
	padding: 8px 10px 6px 10px;
}
 .top h2, .heading {
	color: #111;
	font-size: 1.4em;	
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}
h1 {
	padding: 0px;
	margin: 0px;
}
#content h2{
	font-size: 1.4em;	
	font-family: Arial, Helvetica, sans-serif;
	color: #111;
	line-height: 1.3em;
}
#content h3{
	font-size: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
	color: #111;
	line-height: 1.3em;
}
#content h4{
	font-size: 1em;	
	font-family: Arial, Helvetica, sans-serif;
	color: #111;
	line-height: 1.3em;
}
.heading {
	border-bottom: 1px solid #DDD;
	padding-bottom: 3px;
	margin-bottom: 10px;
}
#content .middle {
	border: none;
	background: #FFF;
	padding: 0px 10px 0px 10px;
	min-height: 380px;
	line-height: 1.5em;
	width: 560px;
}
#content .bottom {
/*	background: url('../image/content_bottom.png') no-repeat;*/
	height: 25px;
}
.box {
	margin-bottom: 10px;
/*	background: url('../image/box_top.png') no-repeat;*/
}
.box .top {
	padding: 8px 0px 6px 12px;
	background: #0084bd;
	color: #FFF;
	font-size: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0px;
	height: 16px;
	border-right: 1px solid #EEE;
	border-left: 1px solid #EEE;
}
.box .top img {
	float: right;
	margin-right: 5px;
}
.box .middle {
	border-bottom: 1px solid #EEE;
	border-left: 1px solid #EEE;
	border-right: 1px solid #EEE;
	background: #FFF;
	padding: 4px 0px;
}
.box .middle table {
	padding: 5px 10px 0px 10px;
}
.box .bottom {
	height: 5px;
/*	background: url('../image/box_bottom.png') no-repeat;*/
}
.success {
	padding: 5px 0px;
	margin-bottom: 10px;
	background: #E4F1C9;
	border: 1px solid #A5BD71;
	font-size: .8em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}
.warning {
	padding: 5px 0px;
	margin-bottom: 10px;
	background: #FFDFE0;
	border: 1px solid #FF9999;
	font-size: .8em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}
.wait {
	padding: 5px 0px;
	margin-bottom: 10px;
	background: #FBFAEA;
	border: 1px solid #EFEBAA;
	font-size: .8em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}
.required {
	color: #FF0000;
	font-weight: bold;
}
.error {
	color: #FF0000;
	display: block;
}
.help {
	cursor: pointer;
}
.tooltip {
	border: 1px solid #FDDA5C;
	background: #FBFF95;
	padding: 5px;
	font-size: .8em;
	width: 250px;
}
.clear { /* generic container (i.e. div) for floating buttons */
	overflow: hidden;
	width: 100%;
}
a.button {
	background: #666;
	color: #FFF;
	display: inline-block;
	font: normal 11px  Arial, Helvetica, sans-serif;
	padding-right: 18px;
	margin: 3px;
	text-decoration: none;
}
a:hover.button {
	background: #AAA;
	color: #FFF;
}
a:active.button {
	background: #AAA;
	color: #FFF;
}
a.button span {
	background: #666;
	color: #FFF;
	display: inline-block;	
	padding: 5px 0 5px 18px;
}
a:hover.button span {
	background: #AAA;
	color: #FFF;
}
a:active.button span {
	background: #AAA;
	color: #FFF;
}
.buttons {
	background: #FFF;
	bordertop: 1px solid #EEE;
	padding: 5px;
}
.buttons input {
	padding: 0px;
	margin: 0px;
}
.buttons table {
	width: 100%;
	border-collapse: collapse;
}
.buttons table td {
	vertical-align: middle;
}
.list {
	width: 100%;
	margin-bottom: 10px;
}
.list td {
	text-align: center;
	vertical-align: top;
	padding-bottom: 10px;
}
.sort {
	margin-bottom: 10px;
	background: #F8F8F8;
	height: 30px;
	width: 100%;
}
.sort .div1 {
	float: right;
	margin-left: 5px;
	padding-top: 6px;
	padding-right: 9px;
}
.sort .div2 {
	text-align: right;
	padding-top: 9px;
}
.sort select {
	font-size: 1em;
	margin: 0;
	padding: 0;
}
.pagination {
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
}
.pagination .links, .pagination .results {
	padding: 7px;
}
.pagination .links {
	float: right;
}
.pagination .links a {
	border: 1px solid #CCC;
	padding: 4px 7px;
	text-decoration: underline;
	color: #111;
}
.pagination .links b {
	border: 1px solid #CCC;
	padding: 4px 7px;
	text-decoration: none;
	color: #111;
	background: #FFF;
}
.pagination .results {
	float: left;
}
.tabs {
	display: block;
	width: 100%;
	margin-bottom: 0px;
}
.tabs a {
	float: left;
	display: block;
	padding: 6px 14px 7px 14px;
	margin-right: 2px;
	background: #FFF url('../image/tab.png') repeat-x;
	color: #222;
	font-weight: bold;
	text-decoration: none;
	z-index: 1;
	position: relative;
	top: 1px;
}
.tabs a.selected {
	background: #FFF url('../image/tab.png') repeat-x;
	border-bottom: 0px;
	padding-bottom: 8px;
	z-index: 3;
}
.page {
	background: #FFF;
	display: inline-block;
	padding: 10px 10px 10px 0px;
	display: block;
	width: 556px;
	clear: both;
	z-index: 2;
	margin-bottom: 10px;
}
#footer {
	width: 100%;
	clear: both;
	padding: 10px 0px;
	margin-bottom: 6px;
	font-size: .9em;
	color: #696969;
	line-height: 1.6em;
	border-top: 1px solid #EEE;
	border-bottom: 1px solid #EEE;
}
#footer .footerContent {
	text-align: center;
}
#category ul {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}
#category a {
	display: block;
	padding: 0 5px 0 12px;
	line-height: 27px;
	background-color: #FFF;
	color: #696969;
	text-decoration: none;
}
#category a:hover {
	background-color: #fff0c8;
}
#category a:active {
	background-color: #fff0c8;
}
#category ul li ul li a{
	text-indent: 10px;
	background-color: #FFF;
}
#information ul {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}
#information a {
	display: block;
	padding: 0 5px 0 12px;
	line-height: 27px;
	background-color: #FFF;
	color: #696969;
	text-decoration: none;
	height: 27px;
}
#information a:hover {
	background-color: #fff0c8;
}
#information a:active {
	background-color: #fff0c8;
}
.cart {
	border-collapse: collapse;
	margin-bottom: 10px;
	width: 100%;
	border: 1px solid #EEE;
}
.cart th {
	background: #EEE;
	padding: 5px;
	font-weight: normal;
}
.cart td {
	padding: 5px;
}
div .sort {
	display: none;
}
/*#breadcrumb {
	visibility: hidden;
}
*/

.slideshow { height: 264px; width: 556px; margin: auto;  margin-bottom: 15px; }
.slideshow img { padding: 0px; border: none; background-color: #FFF;}
