/*
 * The following file contains all of the stylesheet information for
 * Red Wing Trading Post
 *
 * Copyright (c) 2005, Craig Orcutt.  All Rights Reserved.
 */


/*
 * Define what certain tags need to look like:
 */
BODY {color: black}
H1 {font-size: 24pt; font-weight: bold}
H2 {font-size: 20pt; font-weight: bold}
H3 {font-size: 18pt; font-weight: bold}
H4 {font-size: 16pt; font-weight: bold}

TH                       {font-size:120%; background: #4040FF; font-weight: bold}
TH A:visited             {color: black}
TH A:link                {color: black}
TH A:active              {color: black}
TD                       {background: #C0C0FF}
TD.plain                 {background: #FFFFFF}
TD.parent-category-cell  {}
TD.current-category-cell {background: #FFFF80}
TD.child-category-cell   {}

/*LI                       {list-style-image: url(images/rwtpBullet.gif)} */

/*
 * here's some of our own style classes:
 */
.item-name                    {font-size:125%; font-weight: bold}
.item-name-small              {font-weight: bold}
.item-number                  {font-family: courier, sans-serif}
.item-model                   {font-family: courier, sans-serif}
.item-asking-price            {}
.item-tag                     {color: red}
.item-cag-title               {font-weight: bold}
.item-part-title              {font-weight: bold}
.item-info                    {}
.item-division                {font-size:12pt; font-weight: bold}
.item-current-page            {font-size:125%}
.thumbnail                    {text-align: center}

.category-name                {}
.current-category-name        {font-size: 120%; font-weight: bold}

.copyright                    {font-size: 80%;}
.citation                     {text-decoration: underline}
.hot-list-title               {font-size: 24pt; font-weight: bold}
.hot-list-element-title       {font-size: 16pt; font-weight: bolder}
.hot-list-element-title-small {font-size: 12pt; font-weight: bolder}
.legal-notice                 {margin-left: 3cm; margin-right: 3cm}
.error                        {color: red}
.example                      {font-family: courier, sans-serif; font-weight: bold}
.required                     {color: red}

