/* iphone4tw static fallback for archived vBulletin css.php query URLs. */
body { font-family: Arial, Helvetica, sans-serif; background: #fff; color: #222; margin: 0; padding: 0; }
a { color: #145f9d; text-decoration: none; }
a:hover { text-decoration: underline; }
img { max-width: 100%; height: auto; border: 0; }
#wrapper, .body_wrapper, .above_body, .below_body, .doc_header, .doc_footer { max-width: 1160px; margin: 0 auto; }
#header, #navbar, .navtabs, .forumhead, .blockhead { background: #f5f5f5; border: 1px solid #ddd; }
.navtabs, .navtabs ul, .navtabs li, .forumrow, .threadbit { list-style: none; }
.floatcontainer:after, .clearfix:after { content: ""; display: block; clear: both; }
.forumrow, .threadbit, .blockbody, .postbit, .postbody { border-bottom: 1px solid #ddd; padding: 8px; }
.sidebar, #sidebar_container { float: right; width: 300px; margin-left: 12px; }
.content, #content_container { overflow: hidden; }
@media (max-width: 760px) { .sidebar, #sidebar_container { float: none; width: auto; margin-left: 0; } }

/* iphone4tw-desktop-shell-fix 2026-06-16:
   Several archived category pages no longer load css/super.css after css.php
   query URLs were flattened. Restore the old desktop shell there so header,
   content and sidebar share the same centered canvas. */
@media screen and (min-width: 701px) {
  html {
    background: #000 !important;
  }

  body {
    width: 1280px !important;
    min-width: 1280px !important;
    max-width: 1280px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    background: #fff !important;
  }

  #pageWrapper,
  #contentMain,
  .contentWrap,
  .contentLeft,
  .contentRight,
  .contentTL,
  .contentTR,
  .contentBL,
  .contentBR,
  .contentBodyWrap,
  .body_wrapper1 {
    width: 1280px !important;
    max-width: 1280px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box !important;
  }

  .pageTop,
  .above_body,
  .doc_header,
  #site-menu {
    max-width: 1160px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box !important;
  }

  #content_container {
    width: 100% !important;
    float: left !important;
    margin-right: -356px !important;
    padding: 10px 0 !important;
    box-sizing: border-box !important;
  }

  #content {
    margin-right: 356px !important;
    box-sizing: border-box !important;
  }

  #sidebar_container {
    display: block;
    float: right !important;
    width: 336px !important;
    padding: 17px 0 !important;
    margin-bottom: 3em !important;
    box-sizing: border-box !important;
  }
}
.hide {
  position: absolute;
  left: -9999px;
}
.hide-text {
  text-indent: -9999px;
  outline: none;
}
.left {
  *display: inline;
  float: left;
}
.right {
  *display: inline;
  float: right;
}
.clear {
  clear: both;
}

/* iphone4tw-category-card-fix 2026-06-16:
   Keep category AJAX news blocks in the original 3-column card layout.
   This must stay near the end because older fallback rules also define
   .article-block as a horizontal list item. */
@media screen and (min-width: 701px) {
  #site-menu,
  #site-menu > ul,
  #site-menu ul.sf-menu {
    width: 1160px !important;
    max-width: 1160px !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
  }

  #i2010-page,
  #newindex20101111,
  #newindex20101111 .content,
  #newindex20101111 .inner,
  .content.newcontent20101111,
  #i2010-discuss_thumbnails,
  #discontent {
    width: 880px !important;
    max-width: 880px !important;
    box-sizing: border-box !important;
  }

  #i2010-page {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  #i2010-discuss_thumbnails #discontent .article-block,
  #newspostcontent .article-block {
    float: left !important;
    display: block !important;
    width: 264px !important;
    height: 260px !important;
    margin: 0 7px 20px 0 !important;
    padding: 10px !important;
    overflow: hidden !important;
    border: 1px solid #e3e3e3 !important;
    border-bottom: 1px solid #e3e3e3 !important;
    background: #fff !important;
    box-sizing: content-box !important;
  }

  #i2010-discuss_thumbnails #discontent .article-thumbnail,
  #newspostcontent .article-thumbnail {
    float: left !important;
    display: block !important;
    width: 263px !important;
    height: 139px !important;
    margin-right: 10px !important;
    overflow: hidden !important;
    position: relative !important;
    text-align: center !important;
  }

  #i2010-discuss_thumbnails #discontent .article-thumbnail img,
  #newspostcontent .article-thumbnail img {
    width: 248px !important;
    max-width: 248px !important;
    height: auto !important;
    position: absolute !important;
    margin: auto !important;
    inset: 0 !important;
  }

  #i2010-discuss_thumbnails #discontent .article-block h3,
  #newspostcontent .article-block h3 {
    clear: none !important;
    font-weight: normal !important;
    color: #5975a4 !important;
    font-size: 18px !important;
    height: 45px !important;
    margin: 156px 0 10px !important;
    overflow: hidden !important;
    z-index: 98999 !important;
    padding-left: 8px !important;
    line-height: 1.2 !important;
  }

  #i2010-discuss_thumbnails #discontent .article-block p,
  #newspostcontent .article-block p {
    font-size: 12px !important;
    width: 253px !important;
    height: 48px !important;
    line-height: 16px !important;
    overflow: hidden !important;
    margin-top: 13px !important;
    padding-left: 7px !important;
  }
}

/* iphone4tw-mobile-fix 2026-06-16: keep archived forum pages readable on phones. */
@media screen and (max-width: 700px) {
  html,
  body {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    overflow-x: hidden !important;
  }

  #pageWrapper,
  .pageTop,
  .above_body,
  .body_wrapper,
  .body_wrapper1,
  #content_container,
  #content,
  #sidebar_container,
  #sidebar,
  #header,
  #site-menu,
  .sampleTabContent,
  .sf-menu-navLeft,
  .sf-menu-navRight,
  .tab,
  #i2010-page,
  #newindex20101111,
  .content.newcontent20101111,
  .protalpage,
  #Area-1,
  .inner,
  .postsblock,
  #newspostcontent,
  .article-block,
  .block,
  .cms_widget,
  .article,
  .article_preview,
  .postbit,
  .postbody {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
    float: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  #iphone4tw-archive-banner {
    font-size: 14px !important;
    padding: 8px 10px !important;
  }

  #header {
    padding: 8px 10px !important;
    height: auto !important;
    overflow: hidden !important;
  }

  #header #logo img,
  #logo img {
    max-width: 220px !important;
    width: auto !important;
    height: auto !important;
  }

  #header > div[style*="float:right"],
  #zi_ad_header {
    display: none !important;
  }

  #site-menu {
    overflow: visible !important;
  }

  #site-menu,
  #site-menu ul,
  #site-menu li {
    height: auto !important;
  }

  #site-menu ul,
  .sf-menu,
  .sf-navbar {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: stretch !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  .sf-menu-navLeft,
  .sf-menu-navRight,
  .tab {
    display: flex !important;
    flex-wrap: wrap !important;
    height: auto !important;
    overflow: visible !important;
  }

  #site-menu li,
  .sf-menu li,
  .sf-navbar li {
    float: none !important;
    position: static !important;
    width: auto !important;
  }

  #site-menu a,
  .sf-menu a,
  .sf-navbar a {
    white-space: normal !important;
    font-size: 15px !important;
    line-height: 1.35 !important;
    padding: 8px 10px !important;
  }

  #site-menu ul ul,
  .sf-menu ul,
  .sf-navbar ul {
    position: static !important;
    display: none !important;
    width: 100% !important;
    left: auto !important;
    top: auto !important;
  }

  img,
  iframe,
  object,
  embed,
  video {
    max-width: 100% !important;
    height: auto !important;
  }

  table {
    max-width: 100% !important;
    width: 100% !important;
  }

  #content {
    padding: 10px !important;
    overflow: visible !important;
  }

  .article-block {
    padding: 12px !important;
    overflow: visible !important;
    border-bottom: 1px solid #ddd !important;
  }

  .article-block a {
    display: block !important;
    float: none !important;
    max-width: 100% !important;
  }

  .article-block img {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
    float: none !important;
    clear: both !important;
  }

  .article-block h3 {
    clear: both !important;
    display: block !important;
    width: 100% !important;
    height: auto !important;
    overflow: visible !important;
    font-size: 20px !important;
    line-height: 1.35 !important;
    margin: 10px 0 6px !important;
  }

  .article-block h3 a {
    display: inline !important;
    padding: 0 !important;
  }

  .article-block p,
  .article-block div {
    max-width: 100% !important;
  }
}
.clear {
  clear: both;
}
#newindex20101111 .sider {
  width: 210px;
  float: left;
}
#newindex20101111 .content {
  width: 880px;
  float: right;
  margin-left: -210px;
}


#newindex20101111 .inner {
}
#newindex20101111 .sider {
  _width: 205px;
}

.newsider20101111 .new-topic-banner {
  font-size: 13px;
  border: 1px solid #eee;
  height: 198px;
  margin: 0 0 10px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.newsider20101111 .new-topic-list {
  font-size: 13px;
  border: 1px solid #eee;
  height: 178px;
  padding: 10px;
  margin: 0 0 10px;
  overflow-x: hidden;
  overflow-y: hidden;
}
.newsider20101111 .new-topic-list ul {
  *width: 165px;
  overflow: hidden;
}
.newsider20101111 .new-topic-list h2 {
  color: #000;
  font-size: 15px;
  margin: 0 0 5px;
}
.newsider20101111 .new-topic-list li, .newsider20101111 .new-topic-list .smallfont {
  font-size: 13px;
  *font-size: 12px;
  /*
      padding-left: 10px;
      background: url(../images/lastpost.gif) no-repeat left center;
*/

  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

/* @group new-topic-list2 */
.newsider20101111 .new-topic-list2 {
  font-size: 13px;
  border: 1px solid #eee;
  height: 178px;
  padding: 10px;
  margin: 0 0 10px;
  background-color: #fef5d1;
  overflow-x: hidden;
  overflow-y: hidden;
}
.newsider20101111 .new-topic-list2 ul {
  *width: 165px;
  overflow: hidden;
}
.newsider20101111 .new-topic-list2 h2 {
  color: #000;
  font-size: 15px;
  margin: 0 0 5px;
}
.newsider20101111 .new-topic-list2 li, .newsider20101111 .new-topic-list .smallfont {
  font-size: 13px;
  *font-size: 12px;
  /*
      padding-left: 10px;
      background: url(../images/lastpost.gif) no-repeat left center;
*/

  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}


/* @end */




.newcontent20101111 .big-money {
  overflow: hidden;
  height: 200px;
  margin-bottom: 10px;
}

.newcontent20101111 .mid-money {
  overflow: hidden;
  margin-bottom: 10px;
}
.newcontent20101111 .small-money {
  overflow: hidden;
  height: 200px;
  margin-bottom: 10px;
}
.newcontent20101111 .small-ad .ad-s {
  float: left;
  width: 310px;
  height: 200px;
  overflow: hidden;
}
.newcontent20101111 .small-ad .ad1 {
  margin-right: 6px;
}


.newcontent20101111 .banner-block {
  float: left;
  width: 261px;
  height: 240px;
  margin: 0 6px 10px 0;
  overflow: hidden;
  padding: 5px;
}


.article-block {

  margin-bottom: 10px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #888;
}



.article-block h3 {
  font-weight: normal;
  color: #5975a4;
  font-size: 18px;

  text-decoration: none;
}



.article-block p {
  font-size: 12px;
  line-height: 16px;
  margin-top: 13px;
}


.article-thumbnail {
  float: left;
  display: inline-block;
  position: relative;
  overflow: hidden;
  width: 100%;
  
}

.article-thumbnail img{

  display: inline-block;
  position: relative;
  overflow: hidden;
  width: 100%;
}

 a{
  color: #15315f;
  text-decoration: none;
}

.newcontent20101111 .single-app {
  width: 85px;
  text-align: center;
  float: left;
  position: relative;
  font-size: 10px;
  font-weight: bold;
  height: 84px;
  overflow:hidden;
}

.newcontent20101111 .single-app .name{
  height: 12px;
  overflow: hidden;
  font-size:10px
}

.newcontent20101111 .single-app .detail {
  background-color: #797979;
  text-align: left;
  width: 180px;
  height: 80px;
  padding: 5px;
  position: absolute;
  right: -190px;
  top: 40px;
  z-index: 999;
  display: none;
}
.newcontent20101111 .single-app .detail h4 {
  color: #eee;
  margin: 5px 0 10px;
  font-size: 15px;
  font-weight: normal;
}
.newcontent20101111 .single-app .detail p {
  color: #afafaf;
  font-size: 12px;
}
.newcontent20101111 .single-app .detail .tip {
  width: 20px;
  height: 0;
  font-size: 1em;
  padding-top: 17px;
  text-indent: -2000px;
  overflow: hidden;
  background: url('http://iphone4.tw/forums/images/tip.png') no-repeat;
  position: absolute;
  left: -20px;
  top: 0;
}
.newcontent20101111 .hover, .newcontent20101111 .single-app:hover {
  z-index: 99;
}
.newcontent20101111 .hover .detail, .newcontent20101111 .single-app:hover .detail {
  display: block;
}

.newcontent20101111 .app-list {
  border: 1px solid #ccc;
  width: 800px;
  padding: 6px 0 0 25px;
  position: relative;
  margin-bottom: 10px;
  height: 87px;
}
.newcontent20101111 .app-list h3 {
  width: 10px;
  position: absolute;
  left: 3px;
  top: 15px;
  color: #fff;
  font-weight: normal;
}
.newcontent20101111 .app-promo {
  background: url('http://iphone4.tw/forums/images/app-header.png') left top repeat-y;
  z-index: 10;
}


.newcontent20101111 .app-mac {
  background: url('http://iphone4.tw/forums/images/app-header-3.png') left top repeat-y;
  z-index: 4;
}


.newcontent20101111 .app-share {
  background: url('http://iphone4.tw/forums/images/app-header-2.png') left top repeat-y;
  z-index: 4;
}


#whole {
width: 1050px;
margin: 0 auto;
position: relative;
	background-color: white;
}
.i2010-topic_list h2 {
  color: #333;
  font-size: 15px;
  margin-bottom: 5px;
}
.i2010-topic_list li {
  list-style: disc inside;
  margin-left: 5px;
  color: #666;
}
.i2010-topic_list a {
  color: #666;
  text-decoration: none;
}


#notices {
  width: 860px;
  margin-left: auto;
  margin-right: auto;
}

.notices {
  width: 860px;
  margin-left: auto;
  margin-right: auto;
}

#i2010-page {
  /* 	background: url(i2010-images/menu.png) repeat-x  center 85px; */

  font-size: 13px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	background-color: white;
	padding: 10px 10px 0;
  width: 860px;
}
#i2010-page .col_left {
  *display: inline;
  float: left;
}
#i2010-page .col_right {
  *display: inline;
  float: right;
}
#i2010-page a:hover {
}
#i2010-header img {
  display: block;
}
#i2010-main {
  *display: inline;
  width: 850px;
  float: left;
}
#i2010-main .i2010-topic_list {
  *display: inline;
  float: left;
  width: 230px;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 10px;
}

/* @group 首頁四欄 */

#i2010-main .i2010-navbar {
  *display: inline;
  float: left;
  width: 817px;
  height:80
  margin-right: 10px;
  margin-bottom: 10px;
	border: 1px solid #f1f1f1;
	padding: 10px;
}


#i2010-main .i2010-topic_list2 {
  *display: inline;
  float: left;
  width: 188px; overflow: auto;
  height: 192px;
  margin-bottom: 10px;
	border: 1px solid #f1f1f1;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}

#i2010-main .i2010-topic_list2 ul .smallfont {
	white-space: nowrap;text-overflow: ellipsis;overflow: hidden;
}

.i2010-topic_list2 h2 {
  color: #333;
  font-size: 15px;
  margin-bottom: 5px;
}
.i2010-topic_list2 li {
  list-style: disc inside;
  margin-left: 5px;
  color: #666;
}
.i2010-topic_list2 a {
  color: #666;
  text-decoration: none;
	font-size: 13px;
}

/* @end */





#i2010-main .some_text {
  background: url(i2010-images/somtext-top.png) repeat;
  font-size: 12px;
  padding: 10px 0 0;
  margin-right: 10px;
  margin-bottom: 10px;
}
#i2010-main .some_text p {
  margin: 0 10px;
}

#i2010-main .some_text h3 {
  margin: 0 10px;
}


#i2010-main .some_text ul {
	margin: 10px;
}

#i2010-main .some_text li {
	margin: 10px;
	list-style-type: disc;
	list-style-position: inside;
}

#i2010-main .some_text .bottom {
  height: 12px;
  background: url(i2010-images/somtext-bottom.png) no-repeat center bottom;
}



#i2010-main .some_text2 {

  font-size: 12px;
  margin-right: 10px;
  margin-bottom: 10px;
	margin: 10px;
	padding: 10px;
	color: gray;
}
#i2010-main .some_text2 p {
  margin: 0 10px;
	line-height: 14px;
}

#i2010-main .some_text2 ul {
	margin: 10px;
}

#i2010-main .some_text2 li {
	margin: 10px;
	list-style-type: disc;
	list-style-position: inside;
}

#i2010-main .some_text2 .bottom {
  height: 12px;
  background: url(i2010-images/somtext-bottom.png) no-repeat center bottom;
}



#i2010-logo {
  *display: inline;
  float: left;
  width: 320px;
  margin-right: 10px;
  margin-bottom: 10px;
}
#i2010-top_ad {
  *display: inline;
  float: left;
  width: 510px;
  margin-right: 10px;
  margin-bottom: 10px;
}
#i2010-menus {
  height: 60px;
  margin-bottom: 10px;
  margin-right: 10px;
}
#i2010-main_menu li, #i2010-sec_menu li, #i2010-thd_menu li {
  display: block;
  float: left;
}
#i2010-main_menu a, #i2010-sec_menu a, #i2010-thd_menu a {
  display: block;
  padding: 5px 7px;
  line-height: 20px;
  text-decoration: none;
}
#i2010-main_menu ul, #i2010-sec_menu ul, #i2010-thd_menu ul {
  padding: 0;
  margin: 0;
}
#i2010-main_menu {
  background: #EAEAEA;
}
#i2010-main_menu a {
	
  font-size: 13px;
  color: #303030;
  background: #EAEAEA;
}
#i2010-main_menu a.x2010-selected {
  color: #fff;
  background: #7D7D7D;
}
#i2010-main_menu a:hover {
 background-color: #284cff;
	color: #fffeff;
}
#i2010-sec_menu {
  color: #fff;
  background: #7D7D7D;
}
#i2010-sec_menu h3 {
  float: left;
  padding: 5px 7px;
  line-height: 20px;
}
#i2010-sec_menu h3.tutorial {
  background: #A81313;
}
#i2010-sec_menu h3.good {
  background: #e5d500;
	color: #000;
}
#i2010-sec_menu h3.discuss {
  background: #4D8F14;
}



#i2010-sec_menu a {
  font-size: 13px;
  color: #fff;
  background: #7D7D7D;
}
#i2010-sec_menu a:hover {
	background-color: #284cff;
}

 #i2010-sec_menu form li.login {
 padding: 6px 3px 0 3px;
 color: white;
 }
#i2010-sec_menu form li.login #navbar_username,
#i2010-sec_menu form li.login #navbar_password {
 margin-left: 3px;
 position: relative;
 top: -1px;
 }
#i2010-sec_menu form li.login #cb_cookieuser_navbar {
 margin-right: 3px;
 }

/* @group J2011 menu */

.J2011-main_menu{
  width: 840px;
  margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	float: left;
	background: #EAEAEA;
}
.J2011-main_menu ul{
  list-style-type:none;
  margin:0;padding:0;
  //float: left;
  overflow:auto;
  width:840px;
  background: #EAEAEA;
}

.J2011-main_menu li{
  //display: block;
  margin: 0;
	padding: 0;
	float: left;
	//width:840px;
	//border-right: 1px solid #999;
}
.J2011-main_menu li.tt{
float:none;
} 
 
.J2011-main_menu li a {
  display: block;
  padding: 6px 7px;
  line-height: 20px;
  color: #000;
  text-decoration: none;
}
.J2011-main_menu li ul {
 	list-style: none;
	//float: left;
	left: 0;
	position:absolute;
	width: 840px;
	display: none;
	background: #aeaeae;

}/* 改這裡 */

.J2011-main_menu a {
    
  font-size: 13px;
  color: #fff;
  //background: #EAEAEA;
}
.J2011-main_menu a.x2010-selected {
  color: #fff;
  background: #7D7D7D;   
    font-weight: bold;
}
.J2011-main_menu a:hover {
 background-color: #284cff;color: #fffeff;
}
.J2011-main_menu .clear{
  clear: both;
}

.J2011-main_menu h3 {
  float: left;
  padding: 5px 7px;
  line-height: 20px;
}
.J2011-main_menu h3.tutorial {
  background: #A81313;
  color: white;
}
.J2011-main_menu h3.good {
  background: #e5d500;
	color: #000;
}
.J2011-main_menu h3.discuss {
  background: #4D8F14;
    color: white;
}

.J2011-main_menu h3.good {
  background: #e5d500;
	color: #000;
}


/* @end */
 
 

#i2010-highlight {
  *display: inline;
  float: left;
  width: 320px;
  margin-right: 10px;
  margin-bottom: 10px;
}
#i2010-highlight img {
  display: block;
}
#i2010-sec_ad {
  *display: inline;
  /*float: left;*/
  width: 840px;
  margin-left: auto;
  margin-right: auto;
  /*margin-right: 10px;*/
  margin-bottom: 10px;
}
#i2010-sec_ad img {
  display: block;
}
.i2010-post_teaser {
  *display: inline;
  float: left;
  width: 828px;
  margin-right: 10px;
  margin-bottom: 10px;
  background: #efefef;
  padding: 10px 0 0 10px;
  border: 1px solid #ccc;
  position: relative;
}
.i2010-post_thumbnail {
  *display: inline;
  float: left;
  width: 253px;
  height: 143px;
  margin-right: 10px;
  margin-bottom: 10px;
	border: 5px solid white;
	background-color: white;
	
  overflow: hidden;
  position: relative;
  text-align: center;
}

.i2010-post_thumbnail img{
  width:  253px;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.i2010-post_content {
  *display: inline;
  float: left;
  width: 530px;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 10px 0 0 10px;
  color: #666;
}
.i2010-post_content h3 {
  font-size: 18px;
  color: #333;
}
.i2010-post_content .i2010-read_more {
 position: absolute;
  right: 10px;
  bottom: 10px;
  font-size: 15px;
}
.i2010-post_content .i2010-read_more a {
  color: #666;
}
#i2010-footer {
  color: #385062;
  text-align: center;
  margin-top: 50px;
  margin-left: 10px;
  width: 830px;
}
#i2010-footer .copyright {
  margin-top: 25px;
}
#i2010-footer .col_right a {
  color: #666;
  font-weight: bold;
}
#i2010-footer a {
  text-decoration: none;
  color: #4c6b84;
}
#i2010-footer em {
  color: #f00;
}
#i2010-footer .footer_menu {
  margin: 10px 0;
  text-align: center;
}
#i2010-sider {
  *display: inline;
  width: 180px;
  float: right;
}
#i2010-sider .i2010-topic_list {
  background: #efefef;
  font-size: 12px;
  margin-bottom: 10px;
  padding: 5px 0 10px;
}
#i2010-sider .i2010-topic_list h2 {
  margin-left: 5px;
  font-size: 18px;
}
#i2010-sider .i2010-ad {
  margin-bottom: 10px;
}
#i2010-sider .i2010-ad img {
  display: block;
}
#i2010-login {
  height: 70px;
  padding: 15px 0 0;
}
#i2010-login .col_left li {
  padding: 2px 0;
}
#i2010-login .col_left input {
  width: 70px;
  *width: 60px;
  background: #fff;
  border: 1px solid #333;
  margin-left: 5px;
  padding: 2px;
}
#i2010-login .col_right {
  font-size: 11px;
}
#i2010-login .col_right li {
  padding: 2px 0 4px;
}
#i2010-search {
  height: 30px;
  padding-top: 5px;
}
#i2010-search .search_input {
  width: 110px;
  *width: 90px;
  background: #fff;
  border: 1px solid #ccc;
  padding: 2px;
}
#i2010-search .search_submit {
  background: #000;
  color: #fff;
  font-size: 10px;
  border: 1px solid #000;
  padding: 5px;
}
#i2010-learn_list #master_talk {
  color: #666;
  width: 550px;
  height: 153px;
  *display: inline;
  float: right;
  margin-right: 10px;
  background: url(i2010-images/master_talk.png) no-repeat;
}
#i2010-learn_list #master_talk .content {
  width: 410px;
  margin: 15px 0 0 15px;
}
#i2010-learn_list #master_talk .mastername {
  color: #000;
  font-size: 18px;
  margin-top: 5px;
}
#i2010-learn_list .learn_list {
  *display: inline;
  float: left;
  margin-right: 10px;
}
#i2010-learn_list .learn_list ul {
  border-top: 1px solid #aaa;
}
#i2010-learn_list .learn_list li {
  display: block;
  padding: 9px;
  border: 1px solid #aaa;
  border-top: 0;
}
#i2010-learn_list .learn_list li.even {
  background: #f3f3f3;
}



#i2010-learn_list .learn_list a {
  color: #000;
  text-decoration: none;
  display: block;
  line-height: 24px;
}

#i2010-learn_list .learn_list li img {
  vertical-align: bottom;
  margin-right: 10px;
}





#i2010-learn_list #basic_list {
  width: 280px;
  margin-top: 10px;
}
#i2010-learn_list #basic_list h2 {
  background: url(i2010-images/learn-header.png) no-repeat;
  height: 64px;
  font-size: 24px;
  text-align: center;
  line-height: 64px;
}
#i2010-learn_list #basic_list ul {
  background: url(i2010-images/learn-bottom.png) no-repeat bottom;
  padding-bottom: 40px;
}
#i2010-learn_list #mid_list {
  width: 250px;
  margin-top: 10px;
  *margin-top: 16px;
}
#i2010-learn_list #mid_list h2 {
  background: url(i2010-images/learn-header2.png) no-repeat left top;
  height: 49px;
  font-size: 18px;
  text-align: center;
  line-height: 51px;
  *line-height: 48px;
}
#i2010-learn_list #mid_list ul {
  background: url(i2010-images/learn-bottom2.png) no-repeat bottom left;
  padding-bottom: 40px;
}
#i2010-learn_list #hi_list {
  width: 270px;
  margin-top: 10px;
  *margin-top: 16px;
}
#i2010-learn_list #hi_list h2 {
  background: url(i2010-images/learn-header2.png) no-repeat left top;
  height: 49px;
  font-size: 18px;
  text-align: center;
  line-height: 51px;
  *line-height: 48px;
}
#i2010-learn_list #hi_list ul {
  background: url(i2010-images/learn-bottom2.png) no-repeat bottom left;
  padding-bottom: 40px;
}




/* @group test */
#i2010-learn_list #basic_list2 {
  width: 414px;
}
#i2010-learn_list #basic_list2 h2 {
  background: url(i2010-images/learn-header3.jpg) no-repeat left top;
  height: 49px;
  font-size: 18px;
  text-align: left;
  line-height: 51px;
  *line-height: 48px;
	padding-left: 10px;
}
#i2010-learn_list #basic_list2 ul {
  padding-bottom: 40px;
}
#i2010-learn_list #mid_list2 {
  width: 415px;
}
#i2010-learn_list #mid_list2 h2 {
  background: url(i2010-images/learn-header3.jpg) no-repeat left top;
  height: 49px;
  font-size: 18px;
  text-align: left;
  line-height: 51px;
  *line-height: 48px;
	padding-left: 10px;
}
#i2010-learn_list #mid_list2 ul {
  padding-bottom: 40px;
}



/* @end */




.smallfont2d {
 bottom: 10px;
 font-size: 12px;
}

.sidebarfont2{
	font-size:12px;
	height: 16px;
	overflow:hidden
}

.sidebarfont2 a{
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
}

#insitenote {
	float: left;
	font-size: 10;
	color: #8f8e8f;
}

#insitenote a{
	font-size: 8;
	color: #8f8e8f;
}

.softbanner {
	padding: 5px;
	width: 153px;
	border: 1px solid silver;
	text-align: left;
}

.softbanner img{
	max-width: 50px;
	max-height: 50px;
	float: left;
	padding-right: 5px;
}

.softbannerfont{
	font-size: 14px;
}

.softbannerinfo{
	font-size: 12px;
}

.clear {
	clear: both;
}

.845banner {
	width: 845px;
	border: 1px solid silver;
}

.845banner img{
	width: 845px;
}

.845banner img a{
	max-width: 845px;
}

#i2010-discuss_thumbnails h2 {
  border-bottom: 2px solid #ccc;
  padding-bottom: 2px;
  margin-bottom: 20px;
  margin-right: 10px;
  font-size: 15px;
}
#i2010-discuss_thumbnails a {
  color: #0636bc;
  text-decoration: none;
}
#i2010-discuss_thumbnails .discuss_list {
  width: 195px;
  height: 160px;
  margin: 0 18px 0px 0;
  *display: inline;
  float: left;
}
#i2010-discuss_thumbnails .list_end {
  margin-right: 0;
}
#i2010-discuss_thumbnails .frame {
  background: #fff;
  padding: 5px;
  border: 1px solid #ccc;
}
#i2010-discuss_thumbnails .discuss_thumbnail {
  width: 175px;
  height: 100px;
  border: 1px solid #ccc;
  overflow: hidden;
  position: relative;
  text-align: center;
}

#i2010-discuss_thumbnails .discuss_thumbnail img{
  width: 175px;
  border: 1px solid #ccc;
  overflow: hidden;
  position: relative;
  text-align: center;
}
#i2010-discuss_thumbnails .author {
  margin-top: 3px;
  font-size: 11px;
}

/*
Modern table design - template
Download more PSD stuff from www.psdgraphics.com
*/




#psdgraphics-com-table {
	margin:0;
	padding: 4px;
	width: 830px;
	font: 11px Arial, Helvetica, sans-serif;
	color:#747474;
	background-color:#0c2a62;
}

#

#psdg-header {
	margin:0;
	padding: 14px 0 0 24px;
	width: 806px;
	height: 55px;
	color:#FFF;
	font-size:13px;
	background: #0c2c65 url(https://iphone4.tw/forums/css/images/head-bcg.jpg) no-repeat right top;	
}

.psdg-bold {
	font: bold 22px Arial, Helvetica, sans-serif;
	
}

#psdg-top {
	margin:0;
	padding: 0;
	width: 830px;
	height: 46px;
	border-top: 2px solid #FFF;
	background: #eff4ff url(https://iphone4.tw/forums/css/images/top-light-blue.png) repeat-x left top;	
}

.psdg-top-cell {
	float:left;
	padding: 15px 0 0 0;
	text-align:center;
	width:78px;
	height: 31px;
	border-right: 1px solid #ced9ec;
	color:#1f3d71;
	font: 13px Arial, Helvetica, sans-serif;
}

#psdg-middle {
	margin:0;
	padding: 0;
	width: 830px;
	background: #f6f6f6 url(https://iphone4.tw/forums/css/images/center-bcg.png) repeat-y right top;	
}

.psdg-left {
	float:left;
	margin:0;
	width: 100px;
	text-align: left;
	height: 25px;
	border-right: 1px solid #ced9ec;
	border-bottom: 1px solid #b3c1db;
	color:#1f3d71;
	font: 12px ;
	background: #e4ebf8 url(https://iphone4.tw/forums/css/images/center-blue.png) repeat-y left top;
	padding: 10px 5px 0 12px;
}


.psdg-right {
	float:left;
	margin:0;
	width: 78px;
	text-align:center;
	height: 35px;
	border-right: 1px solid #ced9ec;
	border-bottom: 1px solid #b3c1db;
	vertical-align: middle;
}

.psdg-right:hover {
	float:left;
	margin:0;
	width: 78px;
	text-align:center;
	height: 35px;
	border-right: 1px solid #ced9ec;
	border-bottom: 1px solid #b3c1db;
	background-color: orange;
}

.psdg-right a{
	
	text-decoration: none;
	color: blue;
}


.psdg-right a:visited {
	
	text-decoration: none;
	color: blue;
}



#psdg-bottom {
	clear:both;
	margin:0;
	padding: 0;
	width: 830px;
	height: 48px;
	border-top: 2px solid #FFF;
	background: #e4e3e3 url(https://iphone4.tw/forums/css/images/bottom-line.png) repeat-x left top;	
}


.psdg-bottom-cell {
	float:left;
	padding: 15px 0 0 0;
	text-align:center;
	width:78px;
	height: 33px;
	border-right: 1px solid #ced9ec;
	color:#070707;
	font: 12px;
}

.psdg-bottom-cell:hover {
	float:left;
	padding: 15px 0 0 0;
	text-align:center;
	width:78px;
	height: 33px;
	border-right: 1px solid #ced9ec;
	color:#070707;
	font: 12px;
	background-color: orange;
}



#psdg-footer {
	font-size: 10px;
	color:#8a8a8a;
	margin:0;
	padding: 8px 0 8px 12px;
	width: 818px;
	background: #f6f6f6 url(https://iphone4.tw/forums/css/images/center-bcg.png) repeat-y right top;	
}

#racing-cut td{
	padding:0

}#i2010-page

.hide {
  position: absolute;
  left: -9999px;
}
.hide-text {
  text-indent: -9999px;
  outline: none;
}
.left {
  *display: inline;
  float: left;
}
.right {
  *display: inline;
  float: right;
}
.clear {
  clear: both;
}
.clear {
  clear: both;
}
#newindex20101111 .sider {
  width: 210px;
  float: left;
}
#newindex20101111 .content {
  width: 880px;
  float: right;
  margin-left: -210px;
}


#newindex20101111 .inner {
}
#newindex20101111 .sider {
  _width: 205px;
}

.newsider20101111 .new-topic-banner {
  font-size: 13px;
  border: 1px solid #eee;
  height: 198px;
  margin: 0 0 10px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.newsider20101111 .new-topic-list {
  font-size: 13px;
  border: 1px solid #eee;
  height: 178px;
  padding: 10px;
  margin: 0 0 10px;
  overflow-x: hidden;
  overflow-y: hidden;
}
.newsider20101111 .new-topic-list ul {
  *width: 165px;
  overflow: hidden;
}
.newsider20101111 .new-topic-list h2 {
  color: #000;
  font-size: 15px;
  margin: 0 0 5px;
}
.newsider20101111 .new-topic-list li, .newsider20101111 .new-topic-list .smallfont {
  font-size: 13px;
  *font-size: 12px;
  /*
      padding-left: 10px;
      background: url(../images/lastpost.gif) no-repeat left center;
*/

  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

/* @group new-topic-list2 */
.newsider20101111 .new-topic-list2 {
  font-size: 13px;
  border: 1px solid #eee;
  height: 178px;
  padding: 10px;
  margin: 0 0 10px;
  background-color: #fef5d1;
  overflow-x: hidden;
  overflow-y: hidden;
}
.newsider20101111 .new-topic-list2 ul {
  *width: 165px;
  overflow: hidden;
}
.newsider20101111 .new-topic-list2 h2 {
  color: #000;
  font-size: 15px;
  margin: 0 0 5px;
}
.newsider20101111 .new-topic-list2 li, .newsider20101111 .new-topic-list .smallfont {
  font-size: 13px;
  *font-size: 12px;
  /*
      padding-left: 10px;
      background: url(../images/lastpost.gif) no-repeat left center;
*/

  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}


/* @end */




.newcontent20101111 .big-money {
  overflow: hidden;
  height: 200px;
  margin-bottom: 10px;
}

.newcontent20101111 .mid-money {
  overflow: hidden;
  margin-bottom: 10px;
}
.newcontent20101111 .small-money {
  overflow: hidden;
  height: 200px;
  margin-bottom: 10px;
}
.newcontent20101111 .small-ad .ad-s {
  float: left;
  width: 310px;
  height: 200px;
  overflow: hidden;
}
.newcontent20101111 .small-ad .ad1 {
  margin-right: 6px;
}
.newcontent20101111 .article-block {
  float: left;
  width: 264px;
  height: 260px;
  margin: 0 7px 20px 0;
  padding: 10px;
  overflow: hidden;
  border: 1px solid #e3e3e3;
}

.newcontent20101111 .banner-block {
  float: left;
  width: 261px;
  height: 240px;
  margin: 0 6px 10px 0;
  overflow: hidden;
  padding: 5px;
}
.newcontent20101111 .article-block h3 {
  font-weight: normal;
  color: #5975a4;
  font-size: 18px;
  height: 45px;
  margin-top: 156px;
  margin-bottom: 10px;
  overflow: hidden;
  z-index: 98999;
  padding-left: 8px;
}



.newcontent20101111 .article-block p {
  font-size: 12px;
  width: 253px;
  height:48px;
  line-height: 16px;
  overflow:hidden;
  margin-top: 13px;
  padding-left: 7px;
}


.article-thumbnail {
  float: left;
  width:  263px;
  height: 139px; /*150*/
  margin-right: 10px;
  overflow: hidden;
  position: relative;
  text-align: center;
  
}

#i2010-page .article-thumbnail img{
  width:  248px;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}



.newcontent20101111 .single-app {
  width: 85px;
  text-align: center;
  float: left;
  position: relative;
  font-size: 10px;
  font-weight: bold;
  height: 84px;
  overflow:hidden;
}

.newcontent20101111 .single-app .name{
  height: 12px;
  overflow: hidden;
  font-size:10px
}

.newcontent20101111 .single-app .detail {
  background-color: #797979;
  text-align: left;
  width: 180px;
  height: 80px;
  padding: 5px;
  position: absolute;
  right: -190px;
  top: 40px;
  z-index: 999;
  display: none;
}
.newcontent20101111 .single-app .detail h4 {
  color: #eee;
  margin: 5px 0 10px;
  font-size: 15px;
  font-weight: normal;
}
.newcontent20101111 .single-app .detail p {
  color: #afafaf;
  font-size: 12px;
}
.newcontent20101111 .single-app .detail .tip {
  width: 20px;
  height: 0;
  font-size: 1em;
  padding-top: 17px;
  text-indent: -2000px;
  overflow: hidden;
  background: url('http://iphone4.tw/forums/images/tip.png') no-repeat;
  position: absolute;
  left: -20px;
  top: 0;
}
.newcontent20101111 .hover, .newcontent20101111 .single-app:hover {
  z-index: 99;
}
.newcontent20101111 .hover .detail, .newcontent20101111 .single-app:hover .detail {
  display: block;
}

.newcontent20101111 .app-list {
  border: 1px solid #ccc;
  width: 800px;
  padding: 6px 0 0 25px;
  position: relative;
  margin-bottom: 10px;
  height: 87px;
}
.newcontent20101111 .app-list h3 {
  width: 10px;
  position: absolute;
  left: 3px;
  top: 15px;
  color: #fff;
  font-weight: normal;
}
.newcontent20101111 .app-promo {
  background: url('http://iphone4.tw/forums/images/app-header.png') left top repeat-y;
  z-index: 10;
}


.newcontent20101111 .app-mac {
  background: url('http://iphone4.tw/forums/images/app-header-3.png') left top repeat-y;
  z-index: 4;
}


.newcontent20101111 .app-share {
  background: url('http://iphone4.tw/forums/images/app-header-2.png') left top repeat-y;
  z-index: 4;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  /*margin: 0;*/
  padding: 0;
}

fieldset, img {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}
ol, ul {
  list-style: none;
}
caption, th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: bold;
}
q:before, q:after {
  content: '';
}
abbr, acronym {
  border: 0;
}
.clear {
  clear: both;
}
