/* Payment CSS */

.item2{
   font-family:Tahoma;
   font-size: 12px;
   line-height:16px;
   font-weight: normal;
   color: #535353;
}

.info{
	font-family:Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #535353;
}

.simple_table{
	text-align:left;
	margin:8px 0px 0px 30px;
	padding:0px 0px 0px 0px;
	border:1px solid #4fabf8;
}
.simple_table caption{
}

/* My Account */
.order_detail_table{
	width:676px;
	_height:78px;
	min-height:50px;
	margin: 0px 0px 0px 2px;
	padding:0px 0px 5px 0px;
	overflow:visible;
	border:1px solid #4fabf8;
}
.order_detail_table .order_detail_title th{
	padding:5px 0 5px 20px;
	text-align:left;
	color:#4fabf8;
	font-size:14px;
	font-weight:bold;
}

.login_title {
	font-family:Tahoma;
	font-size:14px;
	font-weight:bolder;
	color:#137ec4;
	line-height:20px;
	height:20px;
}
 
.login_table{
	border:0px;
	width:300px;
	height:122px;
	margin:8px 12px 0px 20px;
	padding:0px 0px 0px 0px;
	display:inline;
	background:#f9fdfc;
	float:left;
}


.login_td{
	height:28px;
	padding:4px 0px 0px 5px;
	margin:0px;
	width:315px;
}
.login_item{
	list-style-type:none;
	font-family:Tahoma;
	font-size: 11px;
	line-height:16px;
	color: #535353;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	text-transform: capitalize;
}
.login_info{
	width:180px;
	font-family:Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #535353;
	margin: 0px;
	padding: 2px 0px 0px 0px;
	float:right;
}
.p_login{
	text-align:left;
	margin:4px;
	padding:0px;
	font-size:11px;
}
.message, a.message{
  font-family:Arial, Helvetica, sans-serif;
  font-size:11px;
  color:#535353;
  line-height:16px;
  text-decoration:none;
}
.title_name{
	font-family:Tahoma;
	font-size:20px;
	font-weight:bolder;
	color:#137ec4;
	line-height:20px;
	height:20px;
	letter-spacing:1px;
}
.fail_title{
	color:#FF0000;
	font-family:Tahoma;
	font-size:20px;
	font-weight:bolder;
	line-height:20px;
	height:20px;
	letter-spacing:1px;
}

.acc_item{
	font-family:Tahoma;
	font-size: 11px;
	line-height:16px;
	font-weight:bolder;
	color: #535353;
	padding:5px 5px 5px 10px;
	text-transform: capitalize;
	width:180px;
}

.acc_infor{
	width:500px;
	font-family:Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #535353;
}
/* Order List Table or Shopping Cart Table */

.order_list {
	width:650px;
	text-align:center;
	font-size:12px;
	color: #535353;
	margin:10px 0 0 0;
}
.order_list thead th{
	font-size:12px;
	font-weight:bolder;
	padding:5px;
	text-align:center;
	color:#4fabf8;
	border-bottom: 1px solid #4fabf8;
}
/* Shopping Cart */
.order_list .order_item{
	font-size:12px;
	padding:5px;
	border-bottom:1px solid #4fabf8;
}
.order_subtotal{
	width:280px;
}
.order_subtotal td{
	padding:5px;
	text-align:right;
	border-bottom:1px dashed #535353;
}
.order_list tfoot td{
	font-size:12px;
	font-weight:bolder;
	padding:5px;
	border-top:1px solid #535353
}

.order_table {
	width:652px;
	text-align:center;
	border: 1px solid #4fabf8;
	font-size:12px;
	color: #535353;
}
.order_table thead th{
	font-size:12px;
	font-weight:bolder;
	padding:5px;
}
.order_table tbody td{
	font-size:12px;
	padding:5px;
}
.order_amount{
	font-family:Tahoma;
	padding:5px 10px 5px 40px;
	font-size:16px;
	font-weight:bolder;
	color:#72c5e5;
}

.order_price{
	font-size:12px;
	color:#137ec4;
	font-weight:bolder;
}

.address_infor{
	width:300px;
	border:1px solid #4fabf8;
}
.address_infor caption{
}
.address_infor tbody td{
	color: #535353;
	font-size:12px;
}

.step_table{
	width:600px;
	text-align:center;
	margin:0 0 10px 5px;
}
.error_message{
	text-align:left;
	font-size:12px;
	margin-top:10px;
}
.error_message li{
	padding:3px 5px;
}