/* CSS Document */
body	{
	text-align:center;
	background-color:#6e015c;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	margin:18px;
}

body table	{
	font-size:11px;
}

p	{
	margin-top:7px;
	margin-bottom:7px;
}

a img	{
	border: 0px;
}

.container	{
	background:url('images/logo.gif') no-repeat top right;
	background-color:white;
	margin-left:auto;
	margin-right:auto;
	width:724px;
	padding:38px;
	text-align:left;
}

.topmenu	{
	vertical-align:top;
	padding-top:25px;
	padding-bottom:50px;
}
.topmenu table	{
	border-collapse:collapse;
}
.topmenu td	{
	border-right: 1px dashed #bfbfbf;
	border-left: 1px dashed #bfbfbf;
}

.topmenu a, .topmenu a:visited	{
	text-decoration:none;
	color:black;
	display:block;
	padding:5px;
	padding-left:8px;
	padding-right:8px;
}
.topmenu td:hover	{
	background-color:#e9d9e6;
}

.borderbox	{
	border: 1px dashed #bfbfbf;
	margin-bottom:10px;
	padding:5px;
	background-color:white;
}

.contenttable	{
	width:100%;
	border-collapse:collapse;
	text-align:left;
}
.contenttable td	{
	vertical-align:top;
}
.contenttable div	{
	padding:5px;
}

.title	{
	color:#6e015c;
	font-weight:bold;
}
.title a	{
	color:#6e015c;
	text-decoration:none;
}
.title a:visited	{
	color:#6e015c;
}

.productbox a, .productbox a:visited, .borderbox a, .borderbox a:visited, .producttable td a, .producttable td a:visited	{
	color:black;
	text-decoration:none;
	display:block;
}

.productbox:hover, .borderbox a:hover, .producttable td:hover	{
	background-color:#e9d9e6;
}

.productbox{
	width:95px;
	height:111px;
}

.producttable	{
	width:380px;
	border-collapse: separate; 
	border-spacing: 5px;
	margin-top:-6px;
	margin-bottom:-6px;
}
.producttable td	{
	margin:5px;
	width:110px;
	height:130px;
}
.producttable td img, .productbox img	{
	* margin-bottom:3px;
}

.selected, .selected a, .selected a:visited, a:visited.selected	{
	background-color:#e9d9e6;
	font-weight:bold;
	color:#6e015c;
}

.horiz	{
	background-image:url('images/lines/horiz.gif');
	background-repeat:no-repeat;
}

.borderbot	{
	border-bottom: 1px dashed #bfbfbf;
}
.borderright	{
	border-right: 1px dashed #bfbfbf;
}
.bordertop	{
	border-top: 1px dashed #bfbfbf;
}

.lefttop	{height:50px;width:100%;}
.leftmid	{height:180px;width:100%;}
.leftbot	{height:320px;width:100%;}
.top		{height:90px;width:100%;}
.middle	{height:180px;width:100%;}
.bottom	{height:360px;width:100%;}

/*.top		{position:relative; top:25%;}
.middle	{position:relative; top:50%;}
.bottom	{position:relative; top:75%;}*/