@charset "iso-8859-1";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	color:#000000;
	background: #eeeeee url(/images/bg.jpg) repeat-y left top;
}

a {
	color:#3333ff;
	text-decoration:underline;
}
a:hover {
	color:#999999;	
	text-decoration:none;
}

p.price {
	color:#990000;
}
p.small {
	font-size:9px;
}
h2 {
	font-size:14px;
	color:#990000;
}

h5 {
	font-size:14px;
}

h6 {
	font-size: 9px;
	font-weight:bold;
}

h5.navigation {
	color:#990000;
}
div#top {
	width: 790px;
	background-color:#FFFFFF;
	margin-top: 5px;
	margin-bottom: 2px;
	margin-left: auto;
	margin-right: auto;
	padding: 15px;
	border-style:solid;
	border-width:1px;
	border-color:#aaaaaa;
}

div#outer {
	width: 790px;
	background-color:#FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 15px;
	border-style:solid;
	border-width:1px;
	border-color:#aaaaaa;
}

div#bottom {
	width: 790px;
	background-color:#FFFFFF;
	margin-top: 2px;
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
	padding: 15px;
	border-style:solid;
	border-width:1px;
	border-color:#aaaaaa;
	text-align:center;
	font-size:10px;
}
table.product {
	background-color:#ffffff;
	width: 100%;
	border: 0px;
	border: 1px;
	border-color:#aaaaaa;
	border-style:dashed;
	margin-bottom:5px;
}
td.indexproduct {
	text-align: center;
}

table.page {
	width:100%;
}
table.page td {
	padding: 2px;
	vertical-align: top;
	text-align:center;
}

table.left {
	background-color:#ffffff;
	width: 120px;
	border: 0px;
	border-right:1px;
	border-color:#aaaaaa;
	border-style:dashed;
}
table.left td {
	text-align:left;
}

table.content {
	background-color:#ffffff;
	border: 0px;
	width: 465px;
}

table.content td {
	text-align:left;
}

table.right {
	background-color:#ffffff;
	width: 170px;
	border: 0px;
	border-left:1px;
	border-color:#aaaaaa;
	border-style:dashed;
}

table.alpha {
	background-color:#eeeeee;
	width: 100%;
	border: 1px;
	border-color:#aaaaaa;
	border-style:solid;
}

table.alpha td {
	background-color:#ffffff;
	padding:3;
	text-align:center;
}

table.navtitle {
	background-color:#eeeeee;
	width: 100%;
	border: 0px;
}

table.alpha td {
	padding:3;
	text-align:left;
}

td.indexwrapper {
	width:50%;
}

div.hr {
  height: 50px;
  background: #fff url(/images/hr.gif) no-repeat scroll center;
}
div.hr hr {
  display: none;
}
ul {
	padding: 0px;
	margin: 0px;
	text-indent: 0px;
	list-style-image: url(images/navarr.jpg);
}
ul.subcat {
	text-indent: 4px;
}
li.maincat {
	font-weight:bold;
	margin-bottom:10px;
	color:#990000;
}
li.subcat {
	font-weight:normal;
	margin-bottom:5px;
	color:#990000;
}
input
{
	font: 9pt Arial; 
	font-weight: bold;
	color: #000000;
	background: #ffffff;
	border-style: solid; 
	border-color: #000000; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px;
	padding: 1px;
}
textInput
{
	font: 9pt Arial; 
	color: #000000;
	background: #ffffff;
	border-style: solid; 
	border-color: #000000; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px;
	padding: 1px;
}
textarea
{
	font: 9pt Arial;
	font-weight: bold;
	color: #000000;
	background: #ffffff;
	border-style: solid; 
	border-color: #000000; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-left-width: 1px;
	border-bottom-width: 1px; 
	padding: 1px;
}