﻿*
{
	font-family:arial;
	color:#000066;
}

body{
	
	/*background-image:url('back1.jpg');
	background-repeat: repeat-x;
	background-color:#EAEAF4;*/
	background-color:#E8E8E8;
	margin:0;
	font-size:12px;
}

table{
	font-size:12px;
	border:0px;
}

.headerContainer{
	background-image:url('images/AOK_headerBack.jpg');
	background-repeat: repeat-x;
	background-position:left top;
}

.header{
	background-image:url('images/AOK_headerMain.jpg');
	background-repeat:no-repeat;
	width:800px;
	height:99px;
	margin:auto;
}

.mainNavContainer{
	background-color:#003366;
	border-bottom:2px #FF9900 solid;
}

.mainNav{
	width:800px;
	margin:auto;
}

.top{
	width:850px;
	height:50px;
	background-image:url('images/AOK_shoppingTop.jpg');
}


.bodyContainer{
	background-color:#FFF;
	background-image:url('images/AOK_shoppingBack.jpg');
	background-repeat:repeat-y;
	border:0px solid black;
	min-height:400px;
	padding:0 20px 0 20px;
	width:850px;
}

.bottom{
	width:850px;
	height:25px;
	background-image:url(images/AOK_shoppingBottom.jpg);
}

.selectionMenu{
	width:350px;
}

h1
{
	color:#FF6600;
	font-size:16px;
	font-weight:bold;
}

h2
{
	color:#000066;
	font-size:16px;
	font-weight:bold;
}

hr{
	height:1px;
	color:#D1D1D1;
}

.listHeader
{
	background-color:#CCC;
	font-weight:bold;
	color:#000066;
	text-align:left;
	border-bottom:2px #FF9900 solid;
	height:20px;
	text-indent:5px;
}

.listBody
{
	/*background-color:#CCCCCC;*/
	font-weight:normal;
	color:#999;
	height:20px;
}

.important
{
	color:red;
	font-weight:bold;
}

.menuDetail
{
	font-size:12px;
	color:white;
	background-color:#003366;
	height:20px;
	padding-top:5px;
	padding-bottom:5px;
}

.menuDetail a
{
	text-decoration:none;
	color:white;
}

.menuDetail a:hover
{
	text-decoration:none;
	color:#FF6600;
}

a
{
	text-decoration:none;
}

a:hover
{
	text-decoration:none;
	color:#FF6600;
}

.tableDetail
{
	color:black;
	font-weight:bold;
	font-family:arial;
}

.selectedDetail
{
	color:#FF6600;
	font-family:arial;
	font-weight:bold;
	border:0px;
	background-color:#FFF;
}

table.cellLink td a
{
	background:#FFFFFF;
	padding:3px;
	display:block;
	text-decoration: none;
	font-size:xx-small;
}

table.cellLink a:hover
{
	background:#FA6121;
	text-decoration: none;
	font-size:xx-small;
	color: #FFFFFF;
}

table.dropLink a
{
	padding:3px;
	display:block;
	background:#FA6121;
	text-decoration: none;
	font-size:xx-small;
	color: #000000;
}

table.dropLink a:hover
{
	background:#FA6121;
	text-decoration: none;
	font-size:xx-small;
	color: #003366;
}

.hiddenMenu
{
	display:none;
}

.visibleMenu
{
	display: block;
	position: absolute;
	left: 160px;
}

.footerContainer{
	/*background-image:url('images/AOK_headerBack.jpg');
	background-repeat: repeat-x;
	background-position:left top;*/
	width:100%;
}

.footer{
	background-image:url('images/AOK_headerMain.jpg');
	background-repeat:no-repeat;
	width:800px;
	height:99px;
	margin:auto;
}

.bottomNavContainer{
	background-color:#003366;
	border-top:2px #FF9900 solid;
}

.bottomNav{
	width:800px;
	margin:auto;
}

