body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: black;
	background-color: white;
	margin: 0px 0px 0px 0px;
	font-size: 12px;
}

a { color: black; background-color: white }

a:hover { color: black; background-color: white; font-weight: bold; }

a:visited { color: black; background-color: white }

#logo
{
	position:absolute;
	top:10px;
	left:20px;
	width:160px;
}

#userinfo
{
	position:absolute;
	top:10px;
	left:350px;
	width:630px;
	text-align: right;
	font-size: 11px;
}

#userinfo a
{
	text-decoration: underline;
	color: black;
	background-color: white;
}

#userinfo a:hover
{
	font-weight: bold;
}

#navi
{
	position:absolute;
	top:117px;
	left:20px;
	width:150px;
	display: block;
	text-align: left;
}

#navi ul
{
	padding: 0;
	margin: 0;
	list-style: none;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	text-align: center;
}

#navi li
{
	padding: 2px;
	border-top: 1px solid black;
}

#navi a
{
	text-decoration: none;
}

#navi a:hover
{
	font-weight: bold;
}

#navi a.active
{
	font-weight: bold;
}

#content
{
	position:absolute;
	top:120px;
	left:210px;
	width:550px;
}

#basket
{
	position:absolute;
	top:90px;
	left:780px;
	width:230px;
}

#basket ul
{
	padding: 0;
	margin: 0;
	list-style: none;
}

#footer
{
	margin-top: 10px;
	border-top: 1px solid black;
	font-size: 10px;
}

#billgroup
{
	font-weight: bold;
	padding: 3px;
	border: 1px solid black;
	margin-bottom: 10px;
}

#billgroup ul
{
	font-weight: normal;
	padding: 0;
	margin: 0;
	list-style: none;
	/*border-bottom: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;*/
}

#billgroup li
{
	padding: 2px;
	/*border-top: 1px solid black;*/
}

.fieldLabel
{
	width: 198px;
	padding: 2px;
	background-color: #FBDEC8;
}

.textLabel
{
	width: 418px;
	background-color: #FBDEC8;
	padding: 2px;
}

h1
{
	font-size: 14px;
	font-weight: bold;
	padding: 0px;
	padding-bottom:5px;
	margin: 0px;
}

h2
{
	font-size: 12px;
	font-weight: bold;
	padding: 0px;
	padding-bottom:5px;
	margin: 0px;
}

#subnavi
{
	font-size: 10px;
}

#subnavi a
{
	font-weight: bold;
	text-decoration: none;
}

#subnavi a:hover
{
	text-decoration: underline;
}

.textField { border: 1px solid #F5A871; width: 200px; height: 18px; }
.selectBox { border: 1px solid #F5A871; width: 200px; }
.languageSelector { border: 1px solid black; width: 150px; margin-bottom: 3px; }
.textArea { border: 1px solid #F5A871; width: 420px; height: 120px; }
.button { border: 1px solid black; }

.addtocart { border: 1px solid black; font-size: 11px; }
.cartcount { border: 1px solid #F5A871; width: 40px; height: 14px; font-size: 11px; text-align: right; padding-right: 2px; }

.error { color: rgb(255, 0, 0); }

table.download
{
	border-collapse: collapse;
    width:100%;
}

table.download td
{
	vertical-align: top;
	border:1px solid black;
    padding:3px;
}