body {
    background: #FFFFFF;
    border: 0;
    margin: 0;
    padding: 0;
}

body, td, select, input, textarea
{
    color: #333333;
    font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
    font-size: 9pt;
}

input.search
{
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 2px;
    border: 1px solid #c0c0c0;
    height: 20px;
}

input.musicsearch
{
    border: 1px solid #043A5F;
    font-size: 10pt;
}

input.buttonorange
{
    background-color: #ffcf63;
    border: solid 1px #c0c0c0;
    cursor: pointer;
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#ffffffda',EndColorStr='#ffffcf63');
    height: 20px;
    text-transform: capitalize;
    font-weight: bold;
}

input.buttonblue
{
    background-color: #acc9f4;
    border: solid 1px #c0c0c0;
    cursor: pointer;
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#ffffffff',EndColorStr='#ffacc9f4');
    height: 20px;
    text-transform: capitalize;
}

input.buttonbluebold
{
    background-color: #acc9f4;
    border: solid 1px #c0c0c0;
    cursor: pointer;
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#ffffffff',EndColorStr='#ffacc9f4');
    height: 20px;
    text-transform: capitalize;
    font-weight: bold;
}

a:link, a:visited
{
    color: #000099;
    text-decoration: underline;
}

a:hover
{
    color: #0000CC;
}

a:active.black, a:link.black, a:visited.black, a:hover.black
{
    color: #000000;
    font-size: 8pt;
    font-weight: bold;
    padding-left: 8px;
    padding-right: 8px;
    text-decoration: none;
}

a:hover.black
{
    text-decoration: underline;
}

a:link.blackboldlink, a:visited.blackboldlink, a:hover.blackboldlink
{
    color: #000000;
    font-size: 8pt;
    font-weight: bold;
    padding-left: 6px;
    padding-right: 6px;
    text-decoration: none;
}

a:hover.blackboldlink
{
    text-decoration: underline;
}

a:link.gray, a:visited.gray, .gray
{
    text-decoration: none;
    font-weight: bold;
    color: #666666;
}

a:hover.gray
{
    text-decoration: underline;
    font-weight: bold;
    color: #999999;
}

a:link.goods, a:visited.goods
{
    text-decoration: none;
    color: black;
}

a:hover.goods
{
    text-decoration: underline;
    color: #000099;
}

a:link.cart, a:visited.cart
{
    text-decoration: underline;
    color: #2484C7;
    font-size: 8pt;
}

a:hover.cart
{
    text-decoration: none;
}

.acc
{
    abackground: #DAF0FF url(img/accountbg.gif) repeat-x;
    border-bottom: 2px solid #73B3E0;
    border-top: 2px solid #73B3E0;
    font-weight: bold;
    font-size: 7pt;
    border-bottom: 2px solid #FF9600;
    border-top: 2px solid #FF9600;
}

.proceedbg
{
    abackground: #DAF0FF url(img/proceedbg.gif) repeat-x;
    border-bottom: 2px solid #73B3E0;
    border-top: 2px solid #73B3E0;
    font-weight: bold;
    font-size: 7pt;
}

.small
{
    font-size: 7pt;
}

.medium
{
    font-size: 8pt;
}

.red
{
    color: #CC0000;
}

.goodstitle
{
    font-variant: small-caps;
    font-weight: bold;
    padding-left: 5px;
}

.goodsitems
{
    padding-top: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
}

.menubg
{
    background: #195DA0;
    color: White;
}

.menubglight
{
    background: #2970B6;
    color: White;
}

.searchbg
{
    background: #FFCF63;
    border-bottom: 1px solid #FF9900;
    border-top: 1px solid #FF9900;
    padding-top: 2px;
    padding-bottom: 2px;
    text-align: center;
}

.menubg2
{
    background: #a7c0d7;
    color: White;
}

.menubglight2
{
    background: #adc6df;
    color: White;
}

.searchbg2
{
    background: #f8e8c2;
    border-bottom: 1px solid #f8d59f;
    border-top: 1px solid #f8d59f;
    padding-top: 2px;
    padding-bottom: 2px;
    text-align: center;
}

.orangetitle
{
    background: #FF9900;
    font-weight: bold;
    color: White;
}

.orangebody
{
    background: #FFFFDA;
    border-bottom: 1px solid #ff9900;
    border-left: 1px solid #ff9900;
    border-right: 1px solid #ff9900;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-top: 15px;
}

.bluetitle
{
    background: #2484C7;
    font-weight: bold;
    color: White;
}

.bluebody
{
    background: #D9F0FF;
    border-bottom: 1px solid #2484C7;
    border-left: 1px solid #2484C7;
    border-right: 1px solid #2484C7;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-top: 15px;
}

.checkoutsubtitle
{
    font-weight: bold;
    color: #2484C7;
}

.lightgray
{
    background: #E8E8E8;
}

.pagetitle
{
}

p
{
    text-align: left;
}

hr 
{
    color: #DDDDDD;
    height: 1px;
}

form
{
    margin: 0 0 0 0;
}

h1 
{ 
    font-family: verdana;
    font-size: 13pt;
    color: #000000;
    line-height: 12pt;
    text-align: center;
}

span.error
{
    color: #ff0000;
}

div.cell
{
    display: inline;
    margin: 5;
    text-align: center;
    vertical-align: top;
    width: 100
}

.orange_box 
{
  font-size: 0.8em;  
  padding: 0.1em;
  border: 1px solid #ff9900;
} 

#ContinueShopping
{
  display: block;
  width: 140px;
  height: 23px;
  font-size: 11pt;
  font-weight: bold;
  color: #000000;
  text-decoration: none;
  background: url("img/button.gif") no-repeat 0 0;

}

#ContinueShopping:hover
{ 
  display: block;
  width: 140px;
  height: 23px;
  font-size: 11pt;
  font-weight: bold;
  color: #000000;
  text-decoration: none;
  background: url("img/buttonHover.gif") no-repeat 0 0;
}


