@charset "utf-8";
@import url("tabs.css");
@import url("../../../style/css/index.css");
.mainone {
	background-color:#FFF;
}


blockquote {
	margin: 10px;
	border: 1px dotted #999;
	padding: 10px;
}

.tableli {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000;
	border-bottom-color: #000;
	margin: 0 0 3px 0;
	padding: 0px;
}
.tableli li {
	height: 100%;
	padding: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	margin: 0px;
	list-style-type: none;
	display: block;
}
.tableli li .lititle {
	width: 256px;
	float: left;
	font-weight: bold;
}
.tableli li .licontent {
	margin-left: 258px;
}

.look {
	font-size: 18px;
	font-weight: bold;	
}
.platforms {
	margin: 0px 15px;
	padding:10px;
	border: 1px dotted #999;
}
.platforms .ptit {
	padding-left: 20px;
	font-size: 18px;
	background-image: url(../Images/PlatformArrowDown.png);
	background-repeat: no-repeat;
	background-position: left center;
	font-weight: bold;
}

.normal {
	font-style: normal;
	font-weight: normal;
}

.table2col {
	overflow: auto;
}
.table2col .col{
	width: 49%;
	overflow: auto;
}
.table2col .col img {
	float: left;
	margin-right:5px
}
.table2col .col h3 {
	padding: 0px;
	margin: 0;
	clear: both;
}
.table2col .col p {
	float: right;
	width: 68%;
}
