@import url("/css/tpay-common.css");

.merchandise {
	text-align :left;
	padding: 8px;
	border-top: 1px solid #e8e8e8;
}
.merchandise:first-child {

}
a .merchandise  {
	color: #222
}

.merchandise .image {
	float: left;
}
.merchandise .name {
	color: rgb(0,160,220);
	font-weight: bold;
	margin: 8px 0;
}
.merchandise .rowname {
	float: left;
	width: 50px;
}
.merchandise .gold{
	color: red;
	font-weight: bold;
}

em {
	font-style: normal;
	font-weight: bold;
	color: #ff2222;
}

.content-title {
	background: -moz-linear-gradient(center top , #94D6EC 0%, #7BC7E0) repeat scroll 0 0 transparent;
	background: -webkit-gradient(linear, left top, left bottom, from(#94D6EC), to(#7BC7E0));
	border-bottom: 1px solid #5AA9C4;
	height: 27px;
}

.content-title .content-title-txt {
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	padding: 4px 0 0 10px;
}

.listbox {
	min-height:48px;
	padding: 10px;
	border-top: 1px solid #eee;
	clear: both;
}

.listbox .arrow {
	background-image: url("/img/detail.gif");
	background-position: 100% 50%;
	background-repeat: no-repeat;
	min-height:48px;
}

.listbox .arrowtsth {
	background-image: url("/img/detail.gif");
	background-position: 100% 50%;
	background-repeat: no-repeat;
	min-height:18px;
}

.announce-listbox img[src*="ard.gif"]  {
	display:none;
}

a:first-child div.listbox {
    border-top: 0;
}

.listbox .app {
	float: left;
	width: 48px;
	height: 48px;
	border: 1px solid #eee;
	margin-right: 10px;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-background-size: 48px 48px;
	-moz-background-size: 48px 48px;
	background-size: 48px 48px;
}

.listbox .txt {
	overflow: hidden;
}

.listbox div.appName {
	font-weight: bold;
	font-size: 16px;
	color:#000;
	word-break:break-all;
	width: 92%;
	margin-bottom:1px;
}

.listbox div.message {
	margin-bottom:1px;
}

.listbox div.subtxt {
	color:#888;
}
.sprite.icon.megaphone16-white {
	background-position: -100px -32px;
	height: 16px;
	width: 16px;
}

