body {
	background-color:#FFFFFF;
	margin:0px;
	padding:30px 10px 10px 10px;
}
/*This is the overall table that holds the cart*/
.frame {
	border:0px;
}
.frame, .content{
	width:798px;
	height:100%;
}
.frame-border{
	border-bottom:1px solid #cccccc;
	border-right:1px solid #cccccc;
	border-top:1px solid #e4e3e3;
	border-left:1px solid #e4e3e3;
}
.frame-border-r{
	vertical-align:top;
	background-image:url(../images/border-r.gif);
	background-repeat:repeat-y;
	background-position:top;
	width:10px;
}
.frame-border-b{
	text-align:left;
	background-image:url(../images/border-b.gif);
	background-repeat:repeat-x;
	background-position:left top;
	height:10px;
}
/* LEFT, RIGHT, and MIDDLE column are the table cells that contain
the tables holding the content for each column*/
.content{
	margin-top:20px;
}
.leftcolumn, .rightcolumn, .middlecolumn{
	vertical-align:top;
}
.leftcolumn{
	width:180px;
	padding:0px 3px 10px 8px;
}
#admin .leftcolumn{
	width:140px;
	padding:0px 10px 10px 10px;
}
.middlecolumn{
	padding:0px 15px 10px 15px;
}
#admin .middlecolumn{
	padding:0px 15px 10px 10px;
	border-left:1px solid #cccccc;
}
.rightcolumn{
	width:190px;
	padding:0px 10px 10px 10px;
	border-left:1px solid #e0e0e0;
}
/* This defines the properties of the cells that contain the various includes
that control the content of the side panels */
.leftcontent, .rightcontent{
	padding: 0px 0px 10px 10px;
	vertical-align:top;
	text-align:left;
}
/* Generic padding for cells */
.pad10-left {
	padding-left:10px;
}
.pad10-right{
	padding-right:10px;
}
.pad10-bot{
	padding-bottom:10px;
}
.pad10-top{
	padding-top:10px;
}
/* Generic maargin for cells */
.mar-left {
	margin-left:10px;
}
.mar-right{
	margin-right:10px;
}
.mar-bot{
	margin-bottom:10px;
}
.mar-top{
	margin-top:10px;
}
/* This is used on a TR tag to make the table row appear to be a line break */
.linebreak{
	background-image:url(../images/linebreak.gif);
	background-position:center;
	background-repeat:repeat-x;
}
.linebreak td, .linebreak-soft td{
	height:15px;
}
.linebreak-soft{
	background-image:url(../images/linebreak-soft.gif);
	background-position:center;
	background-repeat:repeat-x;
}.pad10-topbot {
	padding-top: 10px;
	padding-bottom: 10px;
}
/*".prevarrow", ".nextarrow", and ".currentpages", all format the 3 cells in the page
navigation at the bottom of some pages*/
.prevarrow, .nextarrow, .currentpages {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
.prevarrow {
	text-align: left;
	padding-right: 20px;
}
.nextarrow {
	text-align: right;
	padding-left: 20px;
}
.currentpages {
	text-align: center;
}
