body {
    margin: 0px;
}

#banner {
    background-image: url('/images/gradbckgnd_right.jpg');
    background-repeat: repeat-y;
    padding-top: 10px;
    height: 115px;
}

.logo {
    float: left;
}

.logo img {
    border: 0px;
}

.titlepagename {
    font-size: 40px;
    font-weight: bold;
    color: #900;
    text-decoration: none;
    text-align: center;
}

#columns {
    position: absolute;
    background-image: url('/images/gradbckgnd.jpg');
    background-repeat: repeat-x;
    padding-bottom: 4ex;
    min-height: 600px;
}

#main {
    margin-left: 11em;
    padding-top: 4ex;
    padding-left: 2em;
    padding-right: 2em;
    color: #000;
    background: white;
    min-width: 61em;
    min-height: 600px;
    background-image: url('/images/gradbckgnd_corner.jpg');
    background-repeat: no-repeat;
}

#main_no_side {
    padding-top: 4ex;
    padding-left: 2em;
    padding-right: 2em;
    color: #000;
    background: white;
    min-width: 61em;
    min-height: 600px;
}

#main_tags {
    border: 2px dotted #900;
/*    background: #e9e6c7; */
    color: #000;
/*    line-height: 6px; */
    padding: 1em;
    padding-left: 0em;
}

#tag {
/*    padding-right: 5em; */
/*    padding-left: 5em; */
}

#main_tag {
/*    border: 2px dotted #900; */
/*    background: #fff; */
    color: #000;
}

#pagination_links a {
    color: #090;
    text-decoration: none;
    font: bold sans;
    font-size: smaller;
}

a {
    color: #090;
    text-decoration: none;
    font: bold sans;
}

a:visited { color: #666; }
a:hover { color: #000; background-color:#f90; }

.rightlink {
    font: smaller sans;
    text-decoration: none;
    text-align: right;
}

#side {
    position: absolute;
    top: 1em;
    left: 1em;
    width: 9em;
}

#notice {
    border: 4px solid red;
    padding: 1em;
    margin-bottom: 2em;
    background-color: #e9e6c7;
    font: bold smaller sans;
}

a.addtocart {
    padding-left: 1em;
    padding-right: 1em;
    color: #000;
    background: #cec;
    font-weight: bold;
}

a.addtocart:hover {
    color: #000;
    background: #eec;
}

a.side {
    color: #900;
    font: bold smaller sans;
}

a.side:hover {
    color: #090;
    font: bold smaller sans;
}

/**** styles for the catalog ***/
.catalogentry {
    padding: 1ex 0ex;
}

.catalogimage {
    float: left;
    margin-right: 2em;
    clear: left;
}

.catalogentry h3 {
    font-weight: bold;
    color: #900;
    margin-top: 0ex;
    margin-bottom: 0.5ex;
}

.catalogentry p {
    font: smaller sans;
    margin-bottom: .5ex;
}

.catalogprice {
    padding-right: 4em;
}

/* Shopping cart screen */
.carttitle {
    background: #e9e6c7; 
    color: #000;
    font: bold smaller sans;
    text-align: center;
}

.carttitle TD {
    padding-top: 0px;
    padding-bottom: 0px;
}

#cartmenu {
    float: right;
    padding-right: 1em;
    border-left: 2px dotted #900;
    background: #fff;
    color: #000;
    font: bold smaller sans;
}

#totalcell {
    font-weight: bold;
    border-top: 2px solid #900;
    border-bottom: 3px solid #900;
}

.separator {
    border-bottom: 1px dotted #282;
    clear: both;
}

/* order shipping screen */
.olname {
    font-weight: bold;
}

.ListLine {
  background: #ffffff;
  color: #000;
}

.ListLine0 {
  background: #fff0ff;
  color: #000;
}

.ListLine1 {
  background: #fffff0;
  color: #000;
}


