BODY {
	background-color: #FF6600;
	MARGIN: 0px;
	PADDING: 0px 0px 0px 0px;
	TEXT-ALIGN: center;
}
#page {
	BACKGROUND: #F57254;
}
#navi
{
	background-color: #ffffff;
}
#content {
	WIDTH: 404px;
	height: 530px;
	background-image: url(images/flower_bg.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	padding: 25px;
	MARGIN: 0px;
	text-align: left;
	z-index:0; 
/*
	left: 10px;
	right: 10px;
	FLOAT: left;
	top: 10px;
	bottom: 10px;
*/
}
#detail {
   width:398px; 
	height:480px; 
	z-index:1; 
	overflow: auto;
	margin-bottom: 50px;
	}

p,div,span,th,td
{
	font-size: 9pt;
	color: #333333;
	font-style: normal;
	line-height: 12pt;
}
a:link 
{
text-decoration:underline;
color: #666666; /* Font Color */
font-style: normal; /* FontStyle */
}
a:hover {
text-decoration:underline;
color: #ee0000; /* Font Color */
font-style: normal; /* FontStyle */
}
a:active {
text-decoration:underline;
color: #ee0000; /* Font Color */
font-style: normal; /* FontStyle */
}
a:visited {
text-decoration:underline;
color: #666666; /* Font Color */
font-style: normal; /* FontStyle */
}

.ssfont
{
/*
*/
	background-image: url(images/point.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 12px;
	color: #000000;
	font-style: normal;
	height: 24px;
	line-height: 24px;
	border-bottom: 1px dotted #666666;
	padding-left: 20px;
	margin-left: 20px;
	margin-right: 20px;
}
.sectionHeader	
{
	COLOR: #036d03;
	MARGIN-TOP: 15px;
	MARGIN-BOTTOM: 5px;
	PADDING-LEFT: 15px;
	BACKGROUND-COLOR: #ebf8e8;
	border-left: 15px solid #ffac00 ;
}
.sectionHeader2	
{
	PADDING-LEFT: 15px;
	COLOR: #036d03;
	border-left: 15px solid #ffac00 ;
	border-bottom: 1px solid #ebf8e8 ;
}
.sectionBody	{
	PADDING-LEFT: 30px;
	PADDING-TOP: 15px ;
	PADDING-BOTTOM: 5px;
}
/*
#######################################################################################
#
#	Classes in Tags
#
#######################################################################################
*/

TABLE.table	{
	border-top: 1px solid #ffac00;
	border-bottom: 1px solid #ffac00;
}
TH.th, .productHeader, .cartHeader	{
	padding: 5px 11px 2px 11px;
	background: #f0f0f0;
	border-bottom: 1px solid grey;
	border-right: 1px solid #ffffff;
	font-size: 12px;
	font-weight: bold;
}
TD.td, .product, .cartItem	{
	margin: 0px 0px 0px 0px;
	padding: 5px 11px 2px 11px;
	font-size: 12px;
	font-weight: normal;
	border-bottom: 1px solid #eeeeee;
}
TR.tr {
	vertical-align: top;
}
