.left {
    float: left;
}
.right {
    float: right;
}
.center {
    text-align: center;
}
.prepend {
    font-style: italic;
    padding: 20px 5px 10px;
}

/*评论列表*/
.recent-comments {
    width: 100%;
    padding: 5% 0;
    margin: 0;
}
.recent-comments ul {}
.recent-comments ul li {}

/*** Post Pagebar ***/
.p-pagebar {
    padding: 15px;
    background: #F7F7F7;
    border-top: 2px solid #E5E5E5;
    margin: 10px 0;
}
.p-pagebar a,
.pageList .this-page {
    padding: 5px 12px;
    border: solid 1px #DDDDDD;
    text-decoration: none;
    font-weight: normal;
    border-radius: 50px;
}
.p-pagebar a,
.p-pagebar a:visited,
#Pagination a,
#Pagination a:visited {
    padding: 5px 12px;
    border: solid 1px #DDDDDD;
    background: #FFFFFF;
    text-decoration: none;
    margin: 0 6px;
}
.p-pagebar .this-page,
.p-pagebar .current {
    padding: 5px 12px;
    border: 1px solid #DDDDDD;
    font-weight: 600;
    vertical-align: top;
    border-radius: 50px;
    margin: 0 10px;
}
.p-pagebar a:hover {
    color: #FFFFFF;
    background: #0063DC;
    border-color: #003366;
    text-decoration: none;
}

/* Home Meta List*/
#site-meta {
    width: 75%;
    float: left;
    font-size: 90%;
    line-height: 1.5em;
}
#site-meta ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#site-meta ul li {
    padding: 0;
    margin: 0px 25px 0 0;
    float: left;
}
#site-meta ul li a {
    padding-left: 8px;
}

/* OLD */
table.contents {
    width: 98%;
    clear: both;
}

table.asus_driver {
    background: #CCCCCC;
}
table.asus_driver td {
    background: #FFFFFF;
    font-size: 95%;
    vertical-align: top;
}
table.asus_driver td.bgcolor {
    background: #E4E4E4;
}
div.asus_list {
    padding: 5px;
    border-bottom: 1px dotted #CCCCCC;
    width: 95%;
}
/* for ASUS */
.driver-name {
    width: 70%;
    float: left;
}

/* For Acer */
.FileTable {
    width: 100%;
}
.FileTable thead {
}
.FileTable th{
	text-align: center;
}
.FileTable thead td {
    color: #555;
    text-align: center;
    border-bottom: solid 1px #eee;
}
.FileTable thead td span {
    white-space: nowrap;
}
.FileTable tbody td {
    color: #000000;
    border-bottom: 1px solid #eee;
    font-size: 95%;
    padding: 20px 10px;
}
.osinfo {
    font-style: italic;
    padding-bottom: 10px;
    padding-top: 20px;
}
.osinfo i {
    color: #005599;
    font-weight: bold;
}


/* for OLD HP Driver 以后可删*/
.HPdetails{
	border-top: 1px dotted #CCCCCC;
	margin-top: 10px;
	width: 80%;
	float: left;
}
.HPdownload{
	float: left;
	margin-top: 10px;
	width: 18%;
	padding: 10px;
	border-top: 1px dotted #CCCCCC;
	text-align: right;
}

/* For NEW HP */
.osdiv {
    color: #555;
    font-size: 0.95em;
    font-style: italic;
    margin: 6px 0 0;
}
.driver-name {
    width: 70%;
    float: left;
}

/*for Toshiba*/
.tFileTable {
    width: 100%;
}
.tFileTable th,
.tFileTable td {
    border-bottom: 1px solid #E5E5E5;
    font-size: 95%;
    word-break: break-all;
    padding: 10px;
}
.tFileTable th {
    text-align: center;
    font-weight: normal;
}

/* Link Style */
a.download, a.getdriver, #model-list a {
    padding: 5px 10px;
    text-transform: uppercase;
    border-radius: 5px;
    font-weight: normal;
    font-size: 90%;
}
#model-list a {
    border-radius: 10px;
}
a.download:hover, a.getdriver:hover, #model-list a:hover {
    color: #FFFFFF;
    background: #71B02F;
}
a.edriver {
    background: url(images/edownload.gif) no-repeat 0 0;
    padding: 1px 5px 5px 20px;
}
a.pdf {
    background: url(images/pdficon.gif) no-repeat 0 3px;
    padding: 0px 5px 5px 16px;
}
a.download{
    background:url(images/file-download.png) no-repeat center left;
    padding-left: 25px;
}
a.html{
    background:url(images/file-html.png) no-repeat center left;
}
a.pdf{
    background:url(images/pdf.gif) no-repeat center left;
    padding-left: 25px;
}
a.zip{
    background:url(images/zip_icon.gif) no-repeat center left;
    padding-left: 25px;
    font-size: 0.95em;
}
a.bdownload {
    background:url(images/button_download.jpg) no-repeat center left;
    display:block;
    width:100px;
    height:30px;
    border:none;
}


/*******************
*TABBER   *
********************/
.tabber ul {
    margin: 0px;
    padding: 0px;
}
.tabber {
    margin: 0 0 1.5em 0;
    padding: 4px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #eee;
}
.tabs,
.tabcontent {
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
}
.tabs {
    padding: 0;
    margin: 0;
    list-style: none;
    background: #eee;
    min-height: 40px
}
.tabs li {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px 3px 0 0;
    margin-right: 3px;
    min-height: 40px;
    cursor: pointer;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    list-style: none;
    float: left;
}
.tabs li a {
    display: inline-block;
    padding: 10px 15px;
    font-weight: 500;
    line-height: 20px;
    color: #333;
    letter-spacing: 1px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px;
}
.tabs li a:hover {
    background: #f5f5f5;
}
.tabs li a.selected,
.tabs li a.selected:hover {
    background: #fff;
    cursor: default;
}
.tabcontent {
    background: #fff;
    color: #333;
    padding: 15px;
}
.tabcontent:before,
.tabcontent:after {
    display: table;
    content: " ";
}
.tabcontent:after {
    clear: both;
}
.tabcontent h3 {
    margin: 10px 0;
}
.tabcontent h2 {
    font-weight: bold;
    padding: 5px 10px;
    color: #666666;
}

p.noResults {
    margin: 20px 0;
    line-height: 20px;
    text-align: center;
}
.tips,
.attention {
    padding: 10px;
    background: #FFFBDA;
    border-radius: 5px;
    font-size: 90%;
    margin-bottom: 15px;
}
.separate {
    line-height: 8px;
}

#thinkos,
#driverType {
    border: 1px solid #eee;
    padding: 5px;
    width: auto;
    margin: 0 10px 0;
}
/* OS Option */
.osselection {
    background: #F7F7F7;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 30px 15px;
    margin: 10px 0 20px;
}
.osselection p {
    font-size: 95%;
}
.osselection #ossection {
    text-align: left;
    display: inline-block;
}
#selectos {
    border: 1px solid #eee;
    padding: 5px;
    margin: 0 10px 0;
}
div.downpage {
    width: 650px;
    border: 1px solid #CCC;
    background: #FFF;
    padding: 10px 20px;
    margin: 30px auto 10px auto;
    border-radius: 5px;
}


/* common Specs Table - for thinkpad*/
table.spectable,
table.table_list1,
table.table_list2 {
    border-top: 1px solid #eee;
    border-collapse: collapse;
    margin: 10px 0 10px 0;
    width: 100%;
}
table.spectable {
    border-bottom: 1px solid #eee;
}
table.table_list1 p,
table.table_list2 p {
    margin: 10px 0 0;
    line-height: 160%;
}

table.spectable th,
table.table_list1 th,
table.table_list2 th {
    padding: 15px 0;
    text-align: center;
    border-bottom: 1px solid #eee;
    font-size: 95%;
    background: #f7f7f7;
    font-weight: normal;
}
table.spectable th.item {
    background: #EFF2F3;
    padding: 5px 10px;
    border-bottom: 1px solid #CCCCCC;
    width: 180px;
    text-align: left;
}
table.spectable td,
table.table_list1 td,
table.table_list2 td {
    border-bottom: 1px solid #eee;
    font-size: 95%;
    line-height: 180%;
    padding: 20px 8px;
}

table.spectable td {
    padding: 10px 15px;
}

table.table_list1 td strong {
    font-weight: normal;
}

table.spectable colgroup.item_col col {
    width: 25%;
    background: #F9F9F9;
    font-weight: bold;
}
table.spectable colgroup.content_col col {
    width: 70%;
}
table.spectable div.note {
    color: #D26225;
    font-style: italic;
    border-top: 1px dotted #555555;
    margin: 20px 0 10px 0;
    padding-top: 10px;
}
h3.specTitle {
    font-weight: bold;
    margin: 10px 0 10px 0;
}


/* For Lenovo & thinkpad */
table.thinktable {
    border-collapse: collapse;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background: #eee;
    font-size: 95%;
}
table.categoryTable {
    margin-left: 10px;
}
table.thinktable br {
    margin: 5px 0;
}
table.thinktable th {
    text-align: center;
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
    font-weight: normal;
    letter-spacing: 0;
    text-transform: none;
}
table.thinktable td {
    color: #3D3D3D;
    padding: 15px 5px;
    vertical-align: top;
    border-bottom: 1px solid #ddd;
    background: #FFFFFF;
}
table.thinktable td.ldata {
    text-align: left;
}

.hidden{
	display: none;
}
/* */
p.oslabel {
    padding: 0px 10px 10px 10px;
    float: left;
    font-weight: bold;
}
div.odd,
tr.odd {
    background: #F7F7F7;
}
.highlight {
    background: #FFFBDA;
}
table tr:nth-child(2n).highlight {
    background: #FFFBDA;
}
.selectos {
    border: 1px solid #eee;
    padding: 5px;
    margin: 5px 10px;
    width: auto;
}
.operating-system {
    margin: 5px;
}
div.driver_category,
div.asus_list,
div.category,
div.driver_show {
    padding: 15px 0 15px 20px;
    border-bottom: 1px dotted #CCCCCC;
    width: 100%;
    background: #FFFFFF;
}
div.driver_category::before,
div.asus_list::before,
div.category::before {
    content: "\f056";
    font-family: "FontAwesome";
    color: #999;
    position: absolute;
    left: 0;
}
div.driver_category.active::before,
div.asus_list.active::before,
div.category.active::before {
    content: "\f055";
    font-family: "FontAwesome";
    color: #999;
}
div.driver_category a.driver_link,
div.asus_list a.asus_link,
div.category a.categoryTitle {
    text-decoration: none;
    padding-left: 5px;
    font-weight: 500;
}
div.driver_list,
div.asus_driver {
    padding-top: 10px;
    clear: both;
    font-size: 0.95em;
}
div.driver_show {
    padding: 10px 0px;
    width: 100%;
    background: #FFFFFF;
    border-bottom: 1px dotted #CCCCCC;
}

/* 2015.10.03 add */
.driver-line, .driver-oline {
    border-top: 1px dotted #e5e5e5;
    padding: 20px 5px;
    clear: both;
    overflow: hidden;
}

/* end */
div.asus_driver p {
    font-size: 85%;
    margin: 10px;
}
div.asus_driver a.download {
    margin-right: 20px;
}
.manual {
    width: 150px;
    margin: 10px 5px;
    padding: 0 0 0 10px;
    float: left;
    border-radius: 4px;
    font-size: 95%;
}

/* for Dell */
.HeaderRow {
    clear: both;
    height: 40px;
    margin: 10px 0 0 0;
}
.HeaderRow span {
    text-align: center;
}
.DataRow,.DataRowEven {
    font-weight: normal;
    color: #333333;
    padding: 20px 5px;
    clear: both;
    overflow: hidden;
    border-top: 1px dotted #ccc;
}
.DataRowEven {
    overflow: hidden;
    background: #F8F8F8;
}
.DataRow:hover,.DataRowEven:hover,.driver-line:hover {
    background: #FFFBDA;
}
.FileTitle {
    width: 45%;
    word-wrap: break-word;
    float: left;
}
.ReleaseDate {
    width: 15%;
    text-align: center;
    float: left;
}
.Version {
    width: 20%;
    word-wrap: break-word;
    text-align: center;
    float: left;
}
.action {
    float: right;
    width: 15%;
    text-align: center;
}

.important,
.error {
    background: #FFFBCC;
    border: 1px solid #E6DB55;
    color: #555;
    margin: 15px auto 15px;
    padding: 6px;
    width: 96%;
    text-align: center;
    font-size: 90%;
}
#important {
    color: #E70E2F;
    font-weight: bold;
}

/*model list*/
.series {
    margin: 3% 0 1%;
}
ul.models {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.models li {
    float: left;
    width: 25%;
    margin: 0 0 1% 0;
    font-size: 90%;
    padding: 0;
    font-weight: 400;
}
/*更新文章列表*/
ul.plist {
    margin: 0 0 0 25px;
    list-style: circle;
}
ul.plist li {
    margin: 15px 0;
    font-style: italic;
}
/*WPFP*/
.wpfp-hide {
    display: none;
}
.wpfp-img {
    border: 0;
    vertical-align: middle;
    margin-right: 2px;
}


/* Related Post */
.related-post {
    border-top: 1px solid #EEEEEE;
    margin-top: 40px;
}
.related-post ul {
    margin: 0;
    list-style: none;
}
.related-post .related-title {
    margin-bottom: 20px;
    letter-spacing: 1px;
    color: #444;
}
.related-post ul li {
    overflow: hidden;
    padding: 10px 0;
    list-style: none;
    font-size: 0.9em;
    border-bottom: 1px dotted #eee;
    margin: 10px 0;
}
.related-post ul li:last-of-type {
    border-bottom:none;
}
.related-post ul li a {
    font-style: italic;
    letter-spacing: 1px;
}
.article-help-more {
    margin: 40px auto 20px;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    padding: 30px 0;
    text-align: center;
}
.article-help-more .button {
    background: #71B02F;
    color: #fff !important;
    text-shadow: 0 1px 1px #666;
    padding: .461em 1.563em;
    margin: 0 0.5em;
    border-radius: 100px;
    font-size: 0.85em;
    text-transform: uppercase;
}
#translation select {
    padding: 10px 5px;
    border: none;
    border-bottom: 1px solid #eee;
    color: #444;
    width: 100%;
}
#search-again {
    display: none;
    width: 100%;
    background: #f5f5f5;
    position: relative;
    padding: 40px 30px;
    margin: 0 auto;
    text-align: center;
}
#search-again input.search-field {
    width: 75%;
    max-width: 90%;
}

/* popup */
#popup {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2000;
    background-color: rgba(13, 13, 13, 0.5);
    overflow: hidden;
}
#popup_content {
    width: 100%;
    max-width: 950px;
    position: relative;
    overflow: hidden;
    color: #4c689c;
    padding: 30px 50px 0px;
    background: #f9f9f9;
    margin: 3% auto;
    border: 5px solid #D4DAE7;
    border-radius: 5px;
}
#popup_content .dlhead {
    font-size: 1.6em;
    margin: 20px 0;
    letter-spacing: 1px;
}
#popup_content #downurl a {
    background: #71B02F;
    color: #fff !important;
    text-shadow: 0 1px 1px #666;
    padding: 0.2em 1em;
    margin: 0 0.5em;
    border-radius: 5px;
    font-size: 0.7em;
}
#popup_content .dlbox {
    margin: 50px auto 0;
    padding-top: 6%;
    border-top: 1px solid #eceff4;
}
.close {
    color: #666;
    position: absolute;
    right: 40px;
    top: 25px;
    cursor: pointer;
}
p.copyinfo {
    font-size: 95%;
    color: #555;
    margin: 30px auto 0;
    padding: 10px;
    background-color: #f5f5f5;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 1px;
}

/*Contact Form*/
div.wpcf7 {
    padding: 20px;
    background: #f7f7f7;
}
/* Styles for two-column display */
#wp-125sales { width:100%; }
#wp-125sales .wp-125wid { width:50%; float:left; padding:2px; }

/* style for ad */
.site-h90 {
    height: 90px;
    margin: 0 auto 50px;
    text-align: center;
    width: auto;
}

/* Wireless */
a.peekaboo_link{
display:block;
}
div.peekaboo_content{
padding:0;
margin:0;
}
#drvinfo{
width: 90%;
float:left;
clear:both;
}
#drvinfo dl{
clear:both;
padding:5px 0 10px;
}
#drvinfo dl dt{
font-weight:bold;
float:left;
width:200px;
}
#drvinfo dl dd{
float:left;
margin:0 0 0 10px;
font-size:0.9em;
font-family:"Trebuchet MS", ​Arial,​ Sans-Serif;
word-wrap:break-word;
}
.downloadnow{
margin:25px auto;
}
.download_url {
float: left;
padding: 5px 30px 5px 0;
}
.download_url a {
    text-transform: uppercase;
    font-weight: bold;
}
.info_title{
    padding:0px 0 0px 0px;
    margin:2% 0;
    font-size:1.0em;
}
.info_content{
border-bottom:1px solid #EEEEEE;
margin-bottom:10px;
padding-bottom:10px;
}
.info{
background:none repeat scroll 0 0 #FBFBFB;
border:1px dotted #EEEEEE;
border-left:5px solid #EEEEEE;
margin:10px 0 0px;
padding:0em 0.5em;
overflow:hidden;
width:90%;
position:relative;
}
.info ul li{
list-style:inside none;
width:auto;
font-family: "Courier New",courier;
}
#download_area{
padding-top:10px;
padding-bottom:10px;
}
#hardware_ids,#device_names {
padding-top:4px;
}
#hardware_ids ul,#device_names ul {
    margin: 0 0 0 27px;
    padding: 1% 0;
}
#relationship ul {
padding:0;
margin:0 0 0 15px;
}
#relationship li{
margin:5px;
}
.expand,.collapse{
position:absolute;
bottom:5px;
right:5px;
}
#relationship li a,.expand a{
text-decoration:none;
}
.side_bay{
text-align:right;
border-right:5px solid #DDDDDD;
padding-right:15px;
padding-bottom:15px;
width:280px;
}