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

pageContent ul{
 list-style-type: none;
 margin: 0;
 padding: 0;
 float:left;
 width:200px;
}

pageContent li{
margin-bottom:6px;
}

.bcardListBox{
 width:600px;
 margin:auto;
 clear:both;
}

.priceTableBox{
 width:600px;
 clear:both;
 margin:auto;
}

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

table{
 width:350px;
 margin:auto;
 clear:both;
 margin-top:10px;
}
.tblQtyRow{
background-color:#000000;
color:#FFFFFF;
}
td{
 height:22px;
 vertical-align:middle;
}

/* 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:60px;
}
.request a{
color:#0000CC;
}
