/*********************************
Echolac
header

**********************************/
body {
	margin: 0;
	font: 12px Arial, Helvetica, sans-serif;
	background: #fff;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
a {
	text-decoration: none;
}
img {
	border: 0; display:inline-block;
}
form {
	margin: 0;
}

/***********************************************************/
.container {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}
.echolaclogo {
	margin: 20px 0;
}
.mainnav {
	width: 960px;
	height: 47px;
}
.mainnav_left {
	background: url(../images/menu_left.jpg);
	width: 18px;
	height: 47px;
	float: left;
}
.mainnav_center {
	background: url(../images/menu_center.jpg) repeat-x;
	width: 925px;
	height: 47px;
	float: left;
}
.mainnav_right {
	background: url(../images/menu_right.jpg);
	width: 17px;
	height: 47px;
	float: left;
}






/******************************
	sidebar_menu_news
******************************/
.sidebar_menu {
	clear: both;
}
.mufu {
	float: left;
}
.mufu span a {
	color: #eee;
	font-size: 14px;
}
.mufu span strong {
	font-weight: 500;
}
.onmm span a {
	background: url(../images/onbtn_1.jpg) repeat-x;
	width: 130px;
	height: 47px; /*当前选择项*/
}
.offmenulink {
	width: 130px;
	height: 47px;
}
.offmenulink a, .onmenulink a {
	width: 130px;
	display: block;
	height: 47px;
	text-align: center;
	line-height: 47px;
}
.onmenulink a {
	background: url(../images/onbtn_2.jpg) repeat-x;
	width: 130px;
	height: 47px;
}


/*弹出小菜单*/
.subdiv {
	position: absolute;
	z-index: 100;
}
.subdiv a {
	background: #eee;
	height: 38px;
	width: 158px;
	display: block;
	line-height: 38px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #999;
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
	padding-left: 15px;
	font-size: 14px;
	color: #333;
}
.subdiv a:hover {
	background: #666666;
	color: #fff;
	border-top: 1px solid #666;
	padding-left: 15px;
}


/**************    footer    ********************/
.footer {
	clear: both;
	text-align: center;
	font-size: 10px;
	color: #595959;
	padding: 30px 0;
}
.footer a {
	color: #595959;
}
.footer a:hover {
	text-decoration: underline;
	color: #333333;
}


.passinput input {
	border: 0px;
	background: url(../images/inputbg.gif) no-repeat;
	width: 118px;
	height: 21px;
	line-height: 21px;
}

.passinput150 input {
	border: 0px;
	background: url(../images/inputbg-150.gif) no-repeat;
	width: 150px;
	height: 21px;
	line-height: 21px;
}





.trbg td {
	background-color: #EFEFEF;
}
/*******订单确认*****/
.confirmSpan {
	font-size: 20px;
	margin-right: 30px;
	font-weight: bold;
}
.divConfirmAddress {
	width: 600px;
	margin-top: 20px;
	line-height: 30px;
}
/******订单详情页*****/
.order_detail {
	background-color: #EFEFEF;
	border: 1px solid #808080;
	width: 600px;
	margin-top: 10px;
}
.order_detail ul {
	padding: 20px 20px 20px 20px;
}
.order_detail ul li{

}
.orderStatus {
	font-size: 15px;
	margin-bottom: 10px;
}
.fontRed {
	color: Red;
	font-weight: bold;
}

.order_detail #con {
	padding: 20px 20px 20px 20px;
	line-height: 20px;
}
.order_detail table td p{
	padding: 0 5px 0 5px;
}
/*
.order_detail a {
	color: #404040;
	margin: 0 3px;
}
.order_detail a:hover {
	color: #d70021;
}
*/
.myTable{

margin-top: 10px;
	line-height: 20px;
	width: 600px;
	text-align: center;
	border-collapse: collapse;
	
}
.myTable input {
	width: 30px;
}

.myTable td {   
    border:1px solid #cccccc;   
    border-collapse:collapse;  
    text-align:center;
    margin: 10px 0 10px 0;
}

.myTable td a{   
 color:#595959;
  text-decoration:underline;
}
.myTable td a:hover { 
 color:#d70021;
  }


.myTable,.myTable th {   
    border:1px solid #cccccc;  
    border-collapse:collapse;  
		 line-height:30px;

	
}


.button {
	font-family: Verdana, Arial, sans-serif;
	display: inline-block;
	background: #9c969c url('../images/onbtn_2.jpg') top left repeat-x !important;
	border: 1px solid #9c969c !important;
	padding: 4px 7px 4px 7px !important;
	color: #fff !important;
	font-size: 11px !important;
	cursor: pointer;
}
