body,div,td,th 
{
	margin:0px;
	padding:0px;

	font-family:Arial,Helvetica;
}

img
{
	border:0px;
}

html
{

}

h1 
{

}

h2 
{

}

h3
{

}

.h3 
{

}

p 
{

}

table 
{

}

ul
{
	color:white;
}

#center a 
{
	color:#cccccc;
}

#center a:hover
{
	color:white;
}

th
{

}

body
{
	background:#666699 url('/images/layout/background.png') repeat-y;
	width:100%;
	height:100%;
}

form
{
	margin:0px;
	padding:0px;
}

A
{
	text-decoration:none;
}

A:hover
{
	text-decoration:underline;
}

.selected
{
	font-style: italic;
	text-decoration:underline;
}

#page
{
	position:absolute;
	top:0px;
	left:0px;
	bottom:0px;
	right:0px;
	width:100%;
	height:100%;

}

#page #left
{
	position:absolute;
	top:0px;
	left:0px;
	width:230px;
	height:100%;

}

#page #left #top
{
	position:absolute;
	top:0px;
	left:0px;
	width:210px;
	padding:10px;
}

#page #left #top #mainmenu
{
	padding-left:16px;
}


#page #left #bottom
{
	position:absolute;
	bottom:0px;
	left:0px;
	width:210px;
	padding:10px;
	line-height:10px;
}

#page #center
{
	position:absolute;
	top:0px;
	left:230px;
	width:expression(document.body.offsetWidth - 230 + 'px');
	height:100%;
	right:0px;

}

#page #center #menu
{
	position:absolute;
	top:0px;
	left:0px;
	width:230px;
	height:100%;
}

#page #center #menu #innermenu
{
	width:210px;
	padding:10px;
}

#page #center #menu a
{
	font-weight:bold;
	color:white;
}

#page #center #content
{
	position:absolute;
	top:0px;
	left:230px;
	height:100%;
	right:0px;
	width:expression(document.body.offsetWidth - 460 + 'px');
}

#scrollarea
{

}

#scrollarea #innerscrollarea
{
	padding:10px;
}

.maincategory, .maincategory a
{
	color:#666699;
	font-size:14px;
	font-weight:bold;
}

.subcategory, .subcategory a
{
	color:#666699;
	font-size:12px;
	font-weight:bold;
	padding-left:10px;
}

.product
{
	background:#EAF3C0;
	padding:10px;
	margin:0px 0px 10px 0px;
}

a .product
{
	color:black;
}

a :hover.product
{
	color:gray;
}


.product .title
{
	font-weight:bolder;
	font-size:16px;
}

.product .extra
{
	font-size:14px;
	padding:5px 0px;
}
.product .volume
{
	font-size:12px;
}

.product .subproduct
{
	font-size:14px;
}