html, body {
	margin-top: 15px 0px 0px 0px;
	padding:0;
	color:#000000;
	font-family: arial;
	font-size: 8pt;
	height:100%;
}


.menu{
	background-color: #FFFFFF;
	width: 600px;
	margin-right: 200px;
}
.btnMenuOff{
	background-image: url(../images/btnMenuOff.gif);
	background-repeat: repeat-x;
	width: 138px;
	border: 1px solid #CCCCCC;
	font-family: arial;
	font-weight: bold;
	font-size: 11px;
	height: 23px;
	cursor:pointer;
}
.btnMenuOn{
	background-image: url(../images/btnMenuOn.gif);
	background-repeat: repeat-x;
	width: 138px;
	border: 1px solid #9690A8;
	font-family: arial;
	font-weight: bold;
	font-size: 11px;
	height: 23px;
	cursor:pointer;
}
.productKey{
	font-family: arial;
	font-weight: bold;
	font-size: 10pt;
}
.productDescription{
	font-family: arial;
	font-size: 10pt;
}
.productDescription a:link{
	font-family: arial;
	font-size: 10pt;
	color:#0000ff;
	text-decoration: none;
	font-weight: bold;
}
.productDescription a:visited{
	font-family: arial;
	font-size: 10pt;
	color:#0000ff;
	text-decoration: none;
	font-weight: bold;
}
.productDescription a:hover{
	font-family: arial;
	font-size: 10pt;
	color:#0000ff;
	text-decoration: underline;
	font-weight: bold;
}


.form_title{
	font-family: arial;
	font-size: 14pt;
	color:#000000;
	text-decoration: none;
	font-weight: bold;
	
}
.form_label{
		font-family: arial;
	font-size: 10pt;
	color:#000000;
	text-decoration: none;
	font-weight: bold;
}
.form_comment{
		font-family: arial;
	font-size: 8pt;
	color:#000000;
	text-decoration: none;
}
.form_text{
		font-family: arial;
	font-size: 9pt;
	color:#000000;
	text-decoration: none;
}

.cart_title{
		font-family: arial;
	font-size: 10pt;
	color:#000000;
	font-weight: bold;
}
.cart_text{
		font-family: arial;
	font-size: 9pt;
	color:#000000;
	text-decoration: none;
}

.checkout_table{
	
	border-bottom: solid #333333 thin;
	border-top: solid #333333 thin;
	border-left: solid #333333 thin;
	border-right: solid #333333 thin; 	
}