@charset "utf-8";
/* CSS Document */

.cart_title
{
height:25px;
background-color:#A980AA;
font-weight:bold;
text-align:center;
}

.gst
{
background-color:#EB6F5C;
font-weight:bold;
text-align:center;
}

.total
{
background-color:#D0BAD1;
color:#FFFFFF;
font-weight:bold;
text-align:center;
}


.grand_total
{
background-color:#CC3300;
font-weight:bold;
text-align:center;
}

.button
{
background-color:#D0BAD1;
text-align:right;
}

.no_item
{
background-color:#0033CC;
height:30px;
text-align:center;
font-weight:bold;
}

#buyer_info_container
{
padding:5px;
overflow:hidden;
border:1px dashed #A980AA;
background-color:#D0BAD1;
}

#payment_type_container{
padding:5px;
overflow:hidden;
border:1px dashed #A980AA;
background-color:#D0BAD1;
font-weight:bold;
}

#personal_info
{
width:40%;
float:left;
}

#personal_title
{
font-weight:bold;
}

#shipping_address
{
width:55%;
float:right;
text-align:right;
}

#address
{
text-align:right;
font-weight:bold;
}

#button_confirm
{
text-align:right;
padding:5px;
}

.radio{
border:none;
background:none;
text-align:center;
}

#note{
font-weight:normal;
font-size:9px;
font-style:italic;
}

#box_error_msg1{
width:90%;
font-size:11px;
color:#CC0000;
background-color:#FFEAED;
line-height:15px;
font-style:normal;
}

