@charset "utf-8";
/* CSS Document */

#pageContent ul{
 width:260px;
}

pageContent li{
margin-bottom:10px;
}

h3{
width:550px;
margin:auto;
text-align:center;
font-size:13px;
margin-bottom:8px;
}

table{
 width:700px;
 margin:auto;
 clear:both;
 margin-top:10px;
}

td{
 height:24px;
 vertical-align:middle;
}

.tblQtyRow td{
background-color:#000000;
color:#FFFFFF;
}

.alt {
background-color:#DDDDDD;
}

.note{
 width:500px;
 text-align:center;
 margin:auto;
 font-style:italic;
}

.note_r{
 color:#666666;
 text-align:center;
 font-style:italic;
}

/* order box */
.howToOrderBox{
 width:600px;
 height:30px;
 margin:auto;
 clear:both;
  border-bottom:solid 1px #999999;
 border-top:solid 1px #999999;
 margin-bottom:20px;
}
.orderSubmit, .remitPayment{
 float:left;
 width:300px;
 text-align:center;
 position:relative;
 top:8px;
}

.orderSubmit a, .remitPayment a{
 color:#0033CC;
 text-decoration:none;
 font-weight:bold;
}

.orderSubmit a:hover, .remitPayment a:hover{
 color:#FF0000;
 text-decoration:underline;
}

.request{
 width:600px;
 text-align:center;
 margin:auto;
 clear:both;
 height:50px;
}
.request a{
color:#0000CC;
}

