#card_products{
   float: left;
   width: 100%;
   
}
#card_products_left{
    float: left;
    width: 300px;
}

#card_products_right{
    float: left;
    width: 300px;    
    
}
#top{
  float: left;
}
#foot{
   float: left;
   width: 100%;
}
#login_banner{
   float: left;
   width: 100%;
   color: #000000;
   background-color: #eeeeee;
}
.login_banner_c1{
   float: left;
}
.login_banner_c2{
   float: right;
}
.loginErrorMessage{
   text-align: right;
   color: #FF0000;
}

img{
   border: 0px;
}
h3{
	margin-top: 10px;
   font-size: 15px;
}
.errorMessage{
	width: 800px;
	height: 400px;
}
.card_desc{
  margin-top: 2px;
  margin-bottom: 5px;
}

.cart{
   width: 800px;
}
.cart_action{
	margin-top: 10px;
    height: 180px;
}
table.cart_table{
    width: 100%;
    background-color: #C2E5FF;
    border-collapse: separate; 
	border-spacing: 1px;     
}
table.cart_table tr{
    height: 25px;
    background-color: #FFFFFF;	
}
table.cart_table tr.title{
	background-image: url('../images/top-02.gif');
    height: 
}

.order_next{
    margin: 15px;
}
.newOrderForm {
    text-align: left;
    border: solid 1px #eee;
    line-height: 25px;
    width: 800px;
}

.newOrderForm table{
    width: 100%;
    font-size: 12px;
    line-height: 25px;
}

.tbzy{
   color: red;
}
#pay_mode{
   margin-left: 20px;
}
.pay_mode_title{
    background-color: #ccc;
}
.pay_mode_body{
   padding: 5px;
   padding-left: 20px;
}
.my_order_list{
   font-size: 12px;
   padding-left: 10px;
   height: 420px;
   width:800px;
}

.my_order_list table{
    width: 100%;
    background-color: #C2E5FF;
    border-collapse: separate; 
	border-spacing: 1px;     
}

.my_order_list tr{
   	height: 25px;
    background-color: #FFFFFF;	
}

.my_order_list th{
	background-image: url('../images/top-02.gif');
}