body, p, th,td, input,textarea
{
	font-family:  arial,verdana,sans-serif;
	font-size: 8pt;
	margin:0px;
	padding:0px;
}

P
{
	margin-bottom:12px;
}


A:link, A:visited
{
	color: #0000FF;	
}

A:hover
{
	color: #C00000;
}

body.mainbody
{
	background-color:#e9e9eb;
	text-align:center;
}

#store-header
{
	background-color: #ffffff;
	background-image: url( 'images/bg.gif' );
	height: 80px;
}
#store-header-logo
{
	margin-top: 8px;
	margin-left:4px;
}

#store-menu
{
	text-align:right;
	background: url( 'images/menu-bg.gif' );
	height: 22px;
	padding-right: 4px;
	padding-top:4px;
}

#store-menu A.menuitem
{
	padding-left:8px;
	padding-right:8px;
	
	padding-top:3px;
	padding-bottom:3px;
	
	
	font-weight:bold;
	text-decoration:none;
	color: #8080b0;
	background: none;
	border-left: solid 1px #e9e9eb;
	border-right: solid 1px #e9e9eb;

}

#store-menu A.menuitem:hover
{
	color: #404080;
	background: url( 'images/menu-hl.gif' );
	border-left: solid 1px #011243;
	border-right: solid 1px #011243;
}


#store-divider
{
	//background: url( 'images/splitter.gif' );
	height: 0px;
}

#store-content
{
	background-color: #ffffff;
	background-image: url( 'images/bg.gif' );
	padding-left: 12px;
	padding-right: 12px;
	margin:0px;
}

#store-footer
{
	background-color: #ffffff;
	background-image: url( 'images/footer-bg.gif' );
	height: 30px;
	text-align:center;
	margin:0px;
	padding-top: 4px;
	clear:left;
	color: #000000;
	
}

#store-footer A:link, #store-footer A:hover, #store-footer A:visited
{
	color: #000000;
	text-decoration: underline;
}
#store-footer A:hover
{
	text-decoration:none;
}


h1
{
	font-size: 12pt;
	font-weight: bold;
	color: #A00000;
	margin-bottom: 4px;
	margin-top: 4px;
	padding:0px;
}

h2
{
	font-size: 8pt;
	font-weight: bold;
	color: #A00000;
	margin-bottom: 4px;
	margin-top: 8px;
	padding:0px;
	
}

.zstore-product-frame
{
	margin-left: 16px;
	padding:4px;
	width: 480px;
}
.zstore-product-name
{
	font-weight: bold;
	color: #4040A0;
	margin-bottom: 1px;
	width: 300px;
}
.zstore-product-detail
{
	color: #8080b0;
}
.zstore-product-price
{
	font-weight: bold;
	float:right;
	color: #A00000;
}
.zstore-product-discount
{
	color: #C00000;
}
.zstore-product-buy
{
	text-align: right;
	margin-top:-14px;
}