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;
} 

.orange_box 
{
  font-size: 0.8em;  
  padding: 0.1em;
  border: 1px solid #ff9900;
} 

.blue_box
{
  font-size: 0.8em;  
  padding: 0.1em;
  border: 1px solid #3399ff;
} 

#ContinueShopping:hover
{
  display: block;
  width: 140px;
  height: 23px;
  font-size: 11pt;
  font-weight: bold;
  color: #ff0000;
  text-decoration: none;
  background: url("../images/button.gif") no-repeat 0 0;

}

#ContinueShopping
{ 
  display: block;
  width: 140px;
  height: 23px;
  font-size: 11pt;
  font-weight: bold;
  color: #000000;
  text-decoration: none;
  background: url("../images/buttonH.gif") no-repeat 0 0;
}
#blanket {
background-color:#111;
opacity: 0.65;
filter:alpha(opacity=65);
position:absolute;
z-index: 9001;
top:0px;
left:0px;
width:100%;
}
#popUpDiv {
position:absolute;
background-color:#eeeeee;
width:300px;
height:300px;
z-index: 9002;
   
      #popupcontent{
   
      position: absolute;
   
      visibility: hidden;
  
      overflow: hidden;
   
      border:1px solid #CCC;
  
      background-color:#F9F9F9;
  
      border:1px solid #333;
  
      padding:5px;
  
      }
      
#header
{
width: 700px ;
margin-left: auto ;
margin-right: auto ;
background-color: #ccc;
font-family: verdana;
font-size:10pt;
color: #333;

}
#container
{
width: 700px ;
margin-left: auto ;
margin-right: auto ;
background-color: #fff;
font-family: verdana;
font-size:10pt;
color: #333;
border: 1px solid gray;
line-height: 130%;
PADDING-LEFT: 10px;
PADDING-RIGHT: 5px;
}

#numbring
{
background-color: #fff;
font-family: verdana;
font-size:10pt;
color: #fff;
}

#top
{
width: 700px ;
margin-left: auto ;
margin-right: auto ;
padding: .5em;
background-color:  #009999;
border-bottom: 1px solid gray;
font-family: verdana;
font-weight: bold;
color: #fff;
BORDER-LEFT:-10px;
}
#top2
{
padding: .5em;
background-color: #cc3300;
border-bottom: 1px solid gray;
font-family: verdana;
font-weight: bold;
color: #fff;
}
#top3
{
padding: .5em;
background-color: #336600;
border-bottom: 1px solid gray;
font-family: verdana;
font-weight: bold;
color: #fff;
}
#top4
{
padding: .5em;
background-color: #ffcc00;
border-bottom: 1px solid gray;
font-family: verdana;
font-weight: bold;
color: #333;
}
#top5
{
padding: .5em;
background-color: #990099;
border-bottom: 1px solid gray;
font-family: verdana;
font-weight: bold;
color: #fff;
}
#top6
{
padding: .5em;
background-color: #990033;
border-bottom: 1px solid gray;
font-family: verdana;
font-weight: bold;
color: #fff;
}
#footer
{
width: 700px ;
margin-left: auto ;
margin-right: auto ;
padding: .5em;
color: #009999;
background-color: #009999;
border-top: 1px solid gray;
text-align:right;
}

input
{
color: #781351;
background: #fee3ad;
border: 1px solid #781351
}

.submit input
{
color: #000;
background: #444444;
border: 2px outset #d7b9c9;
font-weight: bold;
color: #fff
} 
.gray_box {
  font-size: 0.8em;  
  padding: 0.1em;
  border: 1px solid #ffffcc;
  } 
table.x1
{
font-size: 12px;
}
h1{
font-family: verdana;
font-weight: bold;
font-size: 24px;
color: #003366;
}

.popup {
        border: solid 1px #333;
        font-family: Tahoma;
        font-size: 12px;
        display: none;
        position: absolute;
        z-index: 60;
      }

      .popuptitle {
        position: relative;
        background: blue;
        color: white;
        font-weight: bold;
        height: 15px;
        padding: 5px;
      }
      
      .popuptitle input {
        position: absolute;
        font-size: 75%;
        right: 2px;
        top: 2px;
      }
      
      .popupbody {
        background: #ddd;
        padding: 5px;
        text-align: center;
      }

      #popup1 { top: 100px; left: 50px; width: 900px }
      #popup1 iframe { width: 900px; height: 1200px }
      #popup2 { top: 100px; left: 50px; width: 400px }
      #popup2 iframe { width: 400px; height: 400px }
      #popup3 { top: 100px; left: 50px; width: 200px }
      #popup3 iframe { width: 200px; height: 700px }
      #popup4 { top: 100px; left: 50px; width: 400px }
      #popup4 iframe { width: 400px; height: 700px }
      #popup5 { top: 100px; left: 10px; width: 1250px }
      #popup5 iframe { width: 1250px; height: 800px }
      #popup6 { top: 100px; left: 50px; width: 800px }
      #popup6 iframe { width: 800px; height: 150px }