/*********************************
skin setting
**********************************/
.table-view{
	width:100%;
	*width:99.9%;
	*margin-left:auto;
}

.table-view .tro{
    /*odd rows*/
	background:#F1F3F5;
	
}

.table-view .tc{
	*border:none;
}

.table-view .td{
	font-size:75%;
	padding:3px 5px;
	position:relative;
	vertical-align: top;
}

.table-view .tc1 img{
	padding:1px;
	background:#fff;
	border:solid 1px #222;
}

.table-view .tc1{
	width:4%;
	padding-top: 9px;
}

.table-view .tc2 {
	
	text-align:center;
	width:15%;
	padding-top: 9px;
	
}

.table-view .tc3{
	width:65%;
	padding-top: 9px;
}

.table-view .tc4{
	width:15%;
	padding-top: 9px;

}


/*********************************
layout
**********************************/
.table-view{
	border-collapse:collapse;
	margin:0 auto;
	overflow:auto;
	font-size:0;
	overflow:hidden;
	position:relative;
	display:table;
	table-layout:fixed;

	zoom:1;
	*display:block;
}

.table-view .view-item{
	width:100%;
	background:red;
}

.table-view .thead,
.table-view .tr,
.table-view .tfoot{
	margin:0;
	padding:0;
	font-size:medium;
	display:table-row;
	width:100%;
	
	
	
}

.table-view .tfoot{
	display:none;
	font-size:0;
	line-height:0;
	margin:0 0 -4px 0;/*hide the strange min-height on IE*/
	zoom:1;
	*display:block;
}

.table-view .tfoot .tc{
	overflow:visible;
	vertical-align:text-bottom;
}

.table-view .tfoot .tc1 div{
	display:none;/*no column line for first column*/
}

.table-view .tfoot .tc div{
	/*column line stylle*/
	font-size:0;
	position:absolute;
	left:0;
	bottom:2px;
	width:1px;
	overflow:hidden;
	height:20000px;/*maximum possible table height*/
}

.table-view .tc{
	margin:0;
	vertical-align: top;
	overflow:hidden;
	position:relative;
	display:table-cell;
	zoom:1;
	*display:inline;
}

.table-view .tc .title{
width:200px;
padding-right:3px;
padding-left:3px;
display:block;
float:left;
height:90px;
border-left:1px solid #EEEEEE;
border-right:1px solid #EEEEEE;
text-align:center;
}
.table-view .tc .request{
width:50px;
padding-right:3px;
padding-left:3px;
display:block;
float:left;
	border-right:1px solid #EEEEEE;
	height:90px;
	text-align:center;
} 

.table-view .tc .winner{
width:50px;
padding-right:3px;
padding-left:3px;
display:block;
float:left;
	border-right:1px solid #EEEEEE;
	height:90px;
	text-align:center;
}

.table-view .tc .shop{
width:100px;
padding-right:3px;
padding-left:3px;
display:block;
float:left;
text-align:center;
}

