BODY {
   background-color: #ffffff;
   font-family: verdana;
}

.SCart {
	border: 1px solid #545c35;
}

.SCart TH {
	text-align: center;
	font-weight: bold;
	background-color: #C0D72F;
	font-size: 10px;
}

.SCart TD {
	background-color: #FFFFFF;
	font-size: 10px;
}

.SCart TR {
	background-color: #FFFFFF;
	font-size: 10px;
}

.SCart TR:HOVER {
	background-color: #E0Eb98;
	font-size: 10px;
}

.totalone {
	border-top: 1px solid #000000;
	background-color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
}

.addone {
	padding: 2px 10px 2px 10px;
	background-color: #CCCCCC;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	color: #545c35;
	width: 50px;
	text-decoration: none;
}

.delone {
	padding: 2px 10px 2px 10px;
	background-color: #CCCCCC;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	color: #FF0000;
	width: 50px;
	text-decoration: none;
}

.delall {
	padding: 2px 10px 2px 10px;
	background-color: #CCCCCC;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	color: #FF0000;
	width: 50px;
	text-decoration: none;
}

.none {
	padding: 2px 10px 2px 10px;
	background-color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	color: #000000;
	width: 50px;
	text-decoration: none;
}

.SCart_continue {
	border: 1px solid #545c35;
	padding: 2px 10px 2px 10px;
	background-color: #CCCCCC;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	color: #000000;
	width: 50px;
	text-decoration: none;
}

.SCart_continue:HOVER {
	border: 1px solid #545c35;
	padding: 2px 10px 2px 10px;
	background-color: #CCCCCC;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	color: #FF0000;
	width: 50px;
	text-decoration: none;
}

.SCart_buy {
	border: 1px solid #545c35;
	padding: 2px 10px 2px 10px;
	background-color: #CCCCCC;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	color: #000000;
	width: 50px;
	text-decoration: none;
}

.SCart_buy:HOVER {
	border: 1px solid #545c35;
	padding: 2px 10px 2px 10px;
	background-color: #CCCCCC;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	color: #FF0000;
	width: 50px;
	text-decoration: none;
}


.requiredstyle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF0000;

}

.registerbutton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    cursor:pointer;
  	border: 1px solid #545c35;
	padding: 2px 10px 2px 10px;
	background-color: #CCCCCC;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	color: #000000;
	text-decoration: none;

}

.registerbutton:HOVER {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    cursor:pointer;
  	border: 1px solid #545c35;
	padding: 2px 10px 2px 10px;
	background-color: #CCCCCC;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	color: #FF0000;
	text-decoration: none;

}

.registerfield {
  cursor:pointer;
  border: 1px solid #999999;
  border-top-color: #CCCCCC;
  border-left-color: #CCCCCC;
}

.registerfield:focus {
  cursor:pointer;
  border: 2px solid #000000;
}

.note {
	background-color: #FFFFFF;
	font-size: 10px;
}


