﻿/* CSS Document */
body {
	/********/
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	background-color:#000000;
	color: #FFFFFF;
	}

A:link{text-decoration:none;color: #FFFFFF;}
A:visited{text-decoration:none;color: #FFFFFF;}
A:active{text-decoration:none;color: #FFFFFF;}
/****
A:link{text-decoration:none;}
A:visited{text-decoration:none;}
A:active{text-decoration:none;}
****/

.red{
	color: #FF0000;
}
.green{
	color: #00EE00;
}
.gray{
	color: #868686;
}
.em075{
	font-size:0.75em;
}
.center{
	text-align: center;
}
.footer a{
	font-size: 0.75em;
	/*** color: #868686;***/
	text-decoration: none;
}

.hr-footer{
    border: 0;
    padding-top: 1px;
    background: linear-gradient(to right, transparent, #d0d0d5, transparent);
}
div.notice {
	font-size: 1.5em;
	text-indent:0em;
	word-break:break-all;
}
div.title {
	font-size: 1.5em;
	text-indent:0em;
	color: #FF0000;	
}
div.notice a{
	color: #FF0000;	
}
p.footer{
	font-size: 0.75em;
	color: #868686;
}
p a{
	color: #868686;
	text-decoration: none;
}
table{
margin:0 auto;/*表格居中，未设置外标签宽度时无效*/
border-collapse:collapse;/*边框合并*/
empty-cells: show;/*显示空的单元格*/
}
table tr{
height:1.5em;
line-height:1.5em;
}

table.search{
	text-align: left;
}

p{
/*首行缩进2个字符*/
text-indent:2em;
}

/*login页面标题*/
p.welcome {
	font-size: 2em;
	text-indent:0em;
	color: #FF0000;	
}


/*去除表单上下多出来的空行，默认表单form上下会有一个空行*/
form{
margin:0;
}

/*注册表单中input样式*/
.w15em{
	width: 15em;
}


span.alert {
	font-size: x-large;
	color: #FF0000;	
}
span.welcome {
	text-align: left;
	float: left;
}

span.logout{
	text-align: right;
	float: right;

}

span.ci1{
white-space:nowrap;/*设置span为块，里面的内容不会断行*/
display:inline;
border-bottom-style:groove;
line-height: 200%;/*设置行2倍高，避免上下行内容相互重叠*/
}

span.ci{
white-space:nowrap;/*设置span为块，里面的内容不会断行*/
display:inline;
border-bottom-style:groove;
line-height: 200%;/*设置行2倍高，避免上下行内容相互重叠*/
}
span.tips{/*提示红色，0.75个标准字的大小*/
color:#FF0000;
font-size:0.75em;
}

.hongbao {
	height:200px;
	width:200px;
}

/***;cart--start*******/
.cart th {
	text-align: right;
	width: 6em;
}
.cart td{
	text-align: left;
	white-space: nowrap;
}
.cart em{
	color: #FF0000;
	font-weight: bold;
}
div.shuomin{
	text-align: left;
	width: 20em;
}

/***cart--end****/