@CHARSET "UTF-8";
*{
	font-family:"Droid Sans Fallback"	
	}
*{
	font-size:14px;
}
div.row{
	width:100%;
	overflow:hidden;
	 border-bottom:1px solid #CCC; 
	/* border-bottom: 2px dashed #ccc; */
}
div.rowLeft{

	float:left;
}

div.rowRight{
	width:60%;
	float:left;
	margin-left:5px;
	margin-top:6px;
}
div.rowLeftCkb{
	width:30px;
	position:relative;
	height:90px;
	float:left
}
div.rowLeftCkb input{
	position:absolute;
	width:14px;
	height:14px;
	display:block;
	top:50%;
	left:50%;
	border:1px solid #999;
	margin-left:-7px;
	margin-top:-7px;
}
div.rowLeftImg{
	width:70px;
	height:90px;
	position:relative;
	float:left;
	margin-left:10px;
}
div.rowLeftImg img{
	width:50px;
	height:72px;
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-35px;
	margin-top:-36px;
}

.title1{
	width:92%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size:14px;
	padding:3px 10px;
}
.title2{
	padding:6px;
	width:100%;
	word-break:break-all;
	word-wrap:break-word;
}

div.row div.group .title3{
	
}

div.row .rowText{
	margin-left:6px;
	font-size:12px;
	color:#999999;
}

div.row .priceRed{
	margin-left:6px;
	font-size:12px;
	color:#ff0000;
	font-weight:bold;
	line-height:20px;
	float:left;
}

div.row .priceGrey{
	margin-left:6px;
	font-size:12px;
	text-decoration:line-through;
	color:#999999;
	line-height:20px;
	float:left;
}
div.row .priceSmall{
	margin-left:6px;
	font-size:11px;
	color:#ff0000;
	clear:left;
}
.numBox{
	margin-left:5px;
}
.down{
	float:left;
	width:30px;
	height:25px;
	border:1px solid #CCC;
	background-color:#FFF;
	border-radius:2px;
}

.num{
	float:left;
	text-align:center;
	font-size:14px;
	width:24px;
	height:23px;
	border:1px solid #CCC;
	background-color:#FFF;
}

.up{
	float:left;
	width:34px;
	height:25px;
	border:1px solid #CCC;
	background-color:#FFF;
	border-radius:2px;
}
.del{
	margin-left:10px;
	text-align:center;
	padding:3px 5px;
	color:#fff;
	background-color:#fa5606;
	border:1px solid #fa5606;
	border-radius:2px;
	-moz-border-radius:2px;;
	-ms-border-radius:2px;
	-webkit-border-radius:2px;
}
.rowTextBox{
	padding:5px;
	padding-top:0;
	position:relative;
}
.right_plus{
	background:url(../images/jian.png) center center;
	width:24px;
	height:24px;
	position:absolute;
	top:50%; 
	right:0px; 
	margin-top:0px;
	z-index:99990;
}
img.rowLeftimg{
	width:70px;
	height:100px;
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-35px;
	margin-top:-50px;
}
.backbtn{
	font-size:22px;
	float:left;
	color:#A03639;
	margin-top:3px;
	margin-left:8px;
	font-weight:bold;
}
.title3{
	font-weight:bold;
	font-size: 14px;
    min-width: 220px;
    overflow: hidden;
    padding: 6px;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
}