/* CSS Document */
#categories {
	position:absolute;
	left:130px;
	top:33px;
	width:240px;
	height:500px;
	z-index:2;
	background-image: url(../images/gke_basket.gif);
	visibility: hidden;
	overflow: auto;
	background-repeat: no-repeat;
	background-position: right top;
}

#headerCategories {
	position:absolute;
	left:130px;
	top:33px;
	width:240px;
	height:30px;
	z-index:2;
	background-image: url(../images/gke_basket_outline.gif);
	visibility: visible;
	overflow: auto;
	background-repeat: no-repeat;
	background-position: right top;
}

#basket {
	position:absolute;
	left:-112px;
	top:33px;
	width:240px;
	height:280px;
	z-index:2;
	background-image: url(../images/gke_basket.gif);
	visibility: hidden;
	overflow: auto;
	background-repeat: no-repeat;
	background-position: right top;
}

#headerBasket {
	position:absolute;
	left:-112px;
	top:33px;
	width:240px;
	height:30px;
	z-index:2;
	background-image: url(../images/gke_basket_outline.gif);
	visibility: visible;
	overflow: auto;
	background-repeat: no-repeat;
	background-position: right top;
}

#maincontent {
	position:absolute;
	left:-241px;
	top:63px;
	width:610px;
	height:515px;
	z-index:1;
	background-image: none;
	visibility: visible;
	overflow: auto;
	margin-right: 5px;
	margin-left: 5px;
	scrollbar-base-color: #CCCCCC; 
	scrollbar-arrow-color: #FFFFFF;
}

.semi_transparent_menu_bar {
	filter: alpha(opacity=95); /* ie */
	-moz-opacity: .95; /*mozilla */
	background-color: #f0f0f0;
	border: 2px ridge #872A92;
}

.semi_transparent_main_page {
	filter: alpha(opacity=80); /* ie */
	-moz-opacity: .8; /*mozilla */
	background-color: #e9d1e9;
	border: 2px ridge #872A92;
}

.white_text {
	color: #FFFFFF;
}

.grey_text {
	color: #999999;
}

.from_only {
	color: #FF0000;
	font-size: large;
}	

a:link {
	color: #872b93;
	text-decoration: underline;
}
a:visited {
	color: #872b93;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
a:active {
	color: #000000;
	text-decoration: underline;
}

hr {
	color: #872b93;
	height: 1px;
	width: 100%;
	text-indent: 2px;
}

h3 {
	color: #872A92;
	font-size: 24px;
	text-decoration: underline;
}
h4 {
	font-size: 16px;
	color: #872A92;
	text-decoration: underline;
}

p {
	text-align: left;
}

iframe {
	height: 25px;
	width: 50px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: small;
}

.medium_red_lettering {
	font-size: medium;
	text-align: center;
	color: #FF0000;
}

.small_red_lettering {
	font-size: small;
	text-align: center;
	color: #FF0000;
}

.purple_lettering {
	color: #872A92;
}		

.table_content_new {
	margin-top: 5px;
	margin-bottom: 30px;
}
h1 {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 16px;
	text-indent: 2px;
	line-height: normal;
	padding: 0px;
	margin-top: 20px;
}
