/* Standard CSS code */
html * {
  padding: 0;
  margin: 0;
}

body {
  background: url('../images/body_bg.jpg') repeat-x;
  background-color: #FFFFFF;
}

.clearer{
  clear: both;
}
/* End Standard CSS code */

#wrapper{
  width: 1014px;
  margin: auto;
  font-family: Arial, Helvetica, sans-serif;
  background: url('../images/logo.jpg') no-repeat;
  background-position: top left;
}

#wrapper .light_blue{
  color: #3698d4;
}

#wrapper .dark_blue{
  color: #003263;
}

#wrapper .italic{
  font-style:italic;
}


#wrapper #header{
  padding: 0px 0px 0px 222px;
}

#wrapper #header #search{
  margin-top:9px;
  position:relative;
  width:495px;
  float:left;
}

#wrapper #header #search INPUT{
  width:315px;
  height:22px;
  color: #666666;
  font-size: 14px;
  padding: 6px 0px 0px 15px;
  background: url('../images/input_bg.jpg') repeat-x;
  border: 1px solid #000000;
  margin-left:15px;
}

#wrapper #header #search INPUT.find{
  position:absolute;
  top:1px;
  right:0px;
  padding:0px;
  background: none;
  border: none;
  width:141px;
  height:31px;
}

#wrapper #header #logged{
  float:right;
  width:189px;
  height:26px;
  background: url('../images/logged_bg.jpg') no-repeat;
  font-size: 12px;
  color: #3366cc;
  font-weight:bold;
  padding: 8px 0px 0px 0px;
  margin-bottom:16px;
}

#wrapper #header #logged .username{
  float:left;
  width:107px;
  text-align:center;
}

#wrapper #header #logged A{
  float:left;
  text-align:center;
  width:79px;
  height:33px;
  text-decoration:none;
  color: #3366cc;
}

#wrapper #header #logged A:Hover{
  text-decoration:underline;
}

#wrapper #header #unlogged{
  width:250px;
  float:right;
  font-size: 12px;
  color: #3366cc;
  font-weight:bold;
  position:relative;
  margin-bottom:7px;
  display:none;
}

#wrapper #header #unlogged .login{
  color: #666666;
  font-size: 11px;
  padding: 4px 0px 0px 5px;
  background: url('../images/input_bg.jpg') repeat-x;
  border: 1px solid #000000;
  height:18px;
  width:100px;
  float:left;
  margin-right:2px;
}

#wrapper #header #unlogged .go{
  position:absolute;
  right:0px;
  top:1px;
}

#wrapper #header #unlogged .forgot{
  font-size: 11px;
  font-weight: normal;
  float:right;
  padding-top:5px;
}

#wrapper #header #unlogged .forgot a{
  color: #3698d4;
}


#wrapper #header #nav{
  list-style: none;
  height:32px;
  float:left;
  margin-left:16px;
}

#wrapper #header #nav .nav_divider{
  float:left;
  background: url('../images/nav_divider.jpg') no-repeat;
  margin-top:3px;
  height:31px;
}

#wrapper #header #nav .nav_item{
  float:left;
  font-size: 14px;
  color: #e2e2e2;
  font-weight: bold;
  height:31px;
  padding: 8px 15px 0px 15px;
}

#wrapper #header #nav a{
  text-decoration: none;
  font-size: 14px;
  color: #e2e2e2;
  font-weight: bold;
  height:31px;
  cursor:pointer;
}

#wrapper #header #nav a:hover{
  color: #000000;
}

#wrapper #header #nav .nav_item:hover{
  background: url('../images/nav_item_bg_R.jpg') repeat-x;
  color: #000000;
  border-top: 1px solid #dfe4e8;
  border-right: 1px solid #dfe4e8;
  border-left: 1px solid #dfe4e8;
  padding: 7px 13px 0px 15px;
}

#wrapper #header #nav .nav_item.highlighted{
  background: url('../images/nav_item_bg_R.jpg') repeat-x;
  border-top: 1px solid #dfe4e8;
  border-right: 1px solid #dfe4e8;
  border-left: 1px solid #dfe4e8;
  padding: 7px 13px 0px 15px;
}

#wrapper #header #nav .nav_item.highlighted A{
  color: #000000;
}

#wrapper #header #thumbs{
  float:right;
  font-weight:bold;
  color: #FFFFFF;
  font-size: 14px;
  height:22px;
  padding: 2px 10px 0px 10px;
  border-left:1px solid #3698d4;
}

#wrapper #header #thumbs IMG{
  margin-left:5px;
}


#wrapper #header #credits{
  float:right;
  font-weight: bold;
  color: #FFFFFF;
  font-size: 14px;
  height:22px;
  padding: 2px 10px 0px 10px;
  border-left: 1px solid #3698d4;
}

#wrapper #header #credits IMG{
  vertical-align:-5px;
  margin-left:5px;
}


#wrapper #header .cred_num{
  color: #ffff00;
  padding: 0px 5px 0px 5px;
}


#wrapper #header #cp{
  list-style:none;
  padding-top:7px;
  !margin-top:7px;
  !padding-top:0px;
}

#wrapper #header #cp LI{
  float:left;
  padding: 0px 15px 0px 15px;
}

#wrapper #header #cp .cp_title{
  font-size: 14px;
  color: #000000;
}

#wrapper #header #cp .cp_item{
  font-size: 14px;
  color: #3366cc;
}

#wrapper #header #cp a{
  text-decoration:none;
  color: #3366cc;
}

#wrapper #header #cp a:hover{
  text-decoration: underline;
}

#wrapper #left{
  float:left;
  width:222px;
  margin-top:68px;
}

#wrapper #left .header{
  height: 22px;
  font-weight: bold;
  font-size: 14px;
  color: #003263;
  padding: 10px 0px 0px 40px;
  border-bottom: 1px solid #b3b3b3;
}

#wrapper #left .module_body{
  background-color: #f2f2f2;
  border-left: 1px solid #b3b3b3;
  border-right: 1px solid #b3b3b3;
  border-bottom: 4px solid #b3b3b3;
}

#wrapper #left .ad_header{
  background: url('../images/ad_header.jpg') no-repeat;
}

#wrapper #left #uc_ad IMG{
  padding:2px;
}

#wrapper #left .submit_ad{
  background: url('../images/ad_button_bg.jpg') repeat-x;
  height:21px;
  font-size: 12px;
  display:block;
  text-align:center;
  text-decoration:none;
  color: #FFFFFF;
  font-weight: bold;
  padding-top:7px;
}

#wrapper #left .submit_ad:hover{
  background: url('../images/ad_button_bg_r.jpg') repeat-x;
  color: #003263;
}


#wrapper #left .twitter_header{
  background: url('../images/twitter_header.jpg') no-repeat;
  margin-top:10px;
}

#wrapper #left #left_twitter{
  font-size: 12px;
  padding:10px;
  height:67px;
}

#wrapper #left #left_twitter a{
  color:#3366CC;
  text-decoration:none;
}

#wrapper #left #left_twitter a:hover{
  text-decoration:underline;
}


#wrapper #left .news_header{
  background: url('../images/news_header.jpg') no-repeat;
  margin-top:10px;
}

#wrapper #left #news{
  list-style:none;
  font-size: 12px;
  height:193px;
  !height:191px;
}

#wrapper #left #news H1{
  font-size:12px;
}


#wrapper #left #news LI{
  padding-bottom:10px;
}

#wrapper #left #news LI .news_date{
  height:17px;
  background-color: #f7d87b;
  border-top: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
  color: #000000;
  padding:2px 0px 0px 11px;
  font-weight: bold;
}

#wrapper #left #news LI .news_body{
  padding: 5px 10px 0px 10px;
  height: 60px;
}

#wrapper #left #news LI a{
  color: #3366cc;
  text-decoration:none;
}

#wrapper #left #news LI a:hover{
  text-decoration:underline;
}


#wrapper #left .stats_header{
  background: url('../images/stats_header.jpg') no-repeat;
  margin-top:10px;
}

#wrapper #left #stats_body{
  font-size: 12px;
  height:126px;
}

#wrapper #left #stats_body .stats_title{
  height:17px;
  background-color: #f7d87b;
  border-top: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
  color: #000000;
  padding:2px 0px 0px 11px;
  font-weight: bold;
}

#wrapper #left #stats_body .stats_content{
  padding: 5px 11px 5px 11px;
  line-height:16px;
}

#wrapper #left #stats_body .row{
  clear:left;
}

#wrapper #left #stats_body .stat_name{
  float:left;
  width:110px;
  text-align:left;
}

#wrapper #left #stats_body a{
  color:#000000;
  text-decoration:none;
}

#wrapper #left #stats_body a:hover{
  text-decoration:underline;
}

#wrapper #left #stats_body .stat{
  color: #d9630d;
  font-weight: bold;
  padding-left:10px;
  float:left;
}

#wrapper #center{
  float:left;
  width:594px;
  margin-left:18px;
  margin-right:18px;
  padding-top:15px;
}

#wrapper #center h1{
  font-size: 12px;
  font-weight: bold;
  color: #003263;
  float:left;
  padding-top:23px;
  height:30px;
  !height:18px;
}

#wrapper #center #flash_intro{
  !margin-top:70px;
  margin-bottom:7px;
  width:592px;
}

#wrapper #center #buy_books_left{
  float:left;
  background: url('../images/buy_left_edge.jpg') no-repeat;
  width:11px;
  height:332px;
}

#wrapper #center #buy_books{
  float:left;
  height:332px;
  width:173px;
  background: url('../images/buy_bg.jpg') repeat-x;
}

#wrapper #center #buy_books #buy_content{
  background: url('../images/buy_title.jpg') no-repeat;
  background-position:8px 15px;
  padding-top:55px;
}

#wrapper #center #buy_books #buy_content .buy_item{
  background: url('../images/buy_item.gif') no-repeat;
  background-position:0px -1px;
  padding-left:5px;
  margin-bottom:10px;
  margin-left:5px;
}

#wrapper #center .cursor{
  cursor:pointer;
}

#wrapper #center .item_number{
  font-family: Arial black;
  color: #FFFFFF;
  font-size: 14px;
  margin-right:10px;
  margin-left:1px;
}

#wrapper #center .item_content{
  font-size: 12px;
  color: #013465;
  padding-left:25px;
  line-height:17px;
  padding-top:5px;
}

#wrapper #center .item_title{
  font-family: Arial black;
  color: #FFFFFF;
  font-size: 12px;
}


#wrapper #center #buy_books_right{
  float:left;
  background: url('../images/buy_right_edge.jpg') no-repeat;
  width:10px;
  height:332px;
}

#wrapper #center #join_circle{
  float:left;
  background: url('../images/join_circle.jpg') no-repeat;
  background-position: top;
  height:332px;
  width:203px;
}

#wrapper #center #join_circle .back{
  display:inline-block;
  font-size: 14px;
  text-align:center;
  color: #003263;
  font-weight: bold;
  width:200px;
  padding-top:20px;
}

#wrapper #center #join_circle .back a{
  text-decoration:none;
  color: #003263;
}

#wrapper #center #join_circle .back a:hover{
  text-decoration: underline;
}


#wrapper #center #join_circle IMG{
  margin-top:73px;
  margin-left:36px;
}

#wrapper #center #sell_books_left{
  float:left;
  background: url('../images/sell_left_edge.jpg') no-repeat;
  width:11px;
  height:332px;
}

#wrapper #center #sell_books{
  float:left;
  height:332px;
  width:174px;
  background: url('../images/buy_bg.jpg') repeat-x;
}

#wrapper #center #sell_books #sell_content{
  background: url('../images/sell_title.jpg') no-repeat;
  background-position:8px 15px;
  padding-top:55px;
}

#wrapper #center #sell_books #sell_content .sell_item{
  background: url('../images/sell_item.gif') no-repeat;
  background-position: 0px -1px;
  padding-left:5px;
  margin-bottom:10px;
  margin-left:5px;
}

#wrapper #center #sell_books_right{
  float:left;
  background: url('../images/sell_right_edge.jpg') no-repeat;
  width:12px;
  height:332px;
}

#wrapper #center .section_title{
  font-size: 14px;
  font-weight: bold;
  color: #003263;
}

#wrapper #center .stats_title{
  margin-bottom:3px;
}

#wrapper #center .section_sub_title{
  font-size: 12px;
  font-weight: bold;
  color: #3698d4;
  margin-top:3px;
}

#wrapper #center .posted{
  display:inline;
  margin-right:3px;
}

#wrapper #center #stats{
  float:left;
  margin-left:1px;
  width:192px;
  margin-top:10px;
  font-size: 12px;
  color: #003263;
}

#wrapper #center #stats #stats_top{
  background: url('../images/stats_top.jpg') no-repeat;
  height:7px;
}

#wrapper #center #stats #stats_body{
  border-left: 1px solid #c2d5e2;
  border-right: 1px solid #c2d5e2;
  padding: 8px 15px 8px 15px;
  width:160px;
  height:162px;
  line-height: 17px;
}

.section_sub_container {
  width:174px;
  height: 105px;	
  position:relative;
  overflow: hidden;
	}
.section_sub_container .recent_entry {
  width:174px;
  float:left;
  margin-top:10px;
  font-size: 11px;
}
.section_sub_container .recent_entry IMG {
  float:left;
  margin-right: 10px;
  border:3px solid #D8DFEA;
  height:90px;
}	
	
	
/* This part must stay here */
 .section_sub_container .shift {
   width: 2444px;
   position:absolute;
}

#wrapper #center #stats #stats_body a{
  color: #003263;
  text-decoration:none;
}

#wrapper #center #stats #stats_body a:hover{
  text-decoration: underline;
}

#wrapper #center #stats #stats_bottom{
  background: url('../images/stats_bottom.jpg') no-repeat;
  height:7px;
}

#wrapper #center #demand{
  float:left;
  margin-left:10px;
  width:389px;
  margin-top:10px;
  font-size: 12px;
  color: #003263;
}

#wrapper #center #demand #demand_top{
  background: url('../images/demand_top.jpg') no-repeat;
  height:7px;
}

#wrapper #center #demand #demand_body{
  border-left: 1px solid #c2d5e2;
  border-right: 1px solid #c2d5e2;
  padding: 8px 0px 8px 15px;
  width:372px;
  height:158px;
}

#wrapper #center #demand #demand_body #hotnot{
  border-right: 1px solid #c3d6e3;
  width:185px;
  float:left;
  position:relative;
  line-height: 17px;
}

#wrapper #center #demand #demand_body #hotnot .isbn{
  display:block;
  background: url('../images/isbn_bg.jpg') repeat-x;
  width:100px;
  padding:3px;
  border: 1px solid #e0e0e0;
  margin-top:15px;
  font-size: 12px;
  color: #666666;
}

#wrapper #center #demand #demand_body #hotnot .go{
  position:absolute;
  top:136px;
  right:33px;

}

#wrapper #center #demand #demand_body #mooch{
  width:160px;
  padding-left:15px;
  float:left;
  line-height: 18px;
}

#wrapper #center #demand #demand_body #mooch a{
  color: #3698d4;
  text-decoration: none;
}

#wrapper #center #demand #demand_body #mooch a:hover{
  text-decoration: underline;
}


#wrapper #center #demand #demand_bottom{
  background: url('../images/demand_bottom.jpg') no-repeat;
  height:10px;
}

#wrapper #center #contact_header{
  background: url('../images/contact_header.jpg') no-repeat;
  height: 22px;
  font-weight: bold;
  font-size: 14px;
  color: #003263;
  padding: 10px 0px 0px 40px;
  border-bottom: 1px solid #b3b3b3;
  width:552px;
  margin-top:10px;
}

#wrapper #center #contact_body{
  background-color: #f2f2f2;
  border-top: 3px solid #d2d2d2;
  border-left: 1px solid #b3b3b3;
  border-right: 1px solid #b3b3b3;
  border-bottom: 4px solid #b3b3b3;
  padding: 5px 0px 5px 20px;
  margin-bottom:15px;
  font-size: 12px;
  color: #000000;
  position:relative;
  width:570px;
}

#wrapper #center #contact_body .contact{
  position:absolute;
  right:20px;
  top:5px;
  color: #3366cc;
}

#wrapper #center #contact_body a{
  color: #3366cc;
  text-decoration:none;
}

#wrapper #center #contact_body a:hover{
  text-decoration:underline;
}


#wrapper #right{
  float:left;
  margin-top:58px;
}

#wrapper #right #follow_header{
  background: url('../images/follow_header.jpg') no-repeat;
  height: 22px;
  font-weight: bold;
  font-size: 14px;
  color: #003263;
  padding: 10px 0px 0px 40px;
  border-bottom: 1px solid #b3b3b3;
  margin-top:10px;
  width:122px;
}

#wrapper #right #follow_body{
  background-color: #f2f2f2;
  border-top: 3px solid #d2d2d2;
  border-left: 1px solid #b3b3b3;
  border-right: 1px solid #b3b3b3;
  border-bottom: 4px solid #b3b3b3;
  text-align:center;
  padding-top:2px;
  margin-bottom:10px;
  width:160px;
}

#wrapper #right #follow_body IMG{
  padding: 10px 5px 10px 5px;
}

#wrapper #right #follow_body #press{
  border: 1px solid white;
  background: url('../images/press.jpg') no-repeat;
  background-position: 40px 2px;
  background-color:#323D4F;
  height:17px;
  font-size: 11px;
  color: #FFFFFF;
  padding-top:3px;
  text-align: left;
  padding-left:63px;
  cursor:pointer;
}

#wrapper #right .ad{
  border: 1px solid #b3b3b3;
  margin-bottom:10px;
}


#footer{
  width:100%;
  background-color: #FFFFFF;
  padding-top:1px;
  border-top: 1px solid #3698d4;
}

#footer #footer_inside{
  background-color: #003263;
  height:31px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #cccccc;
}

#footer #footer_inside a{
  color: #cccccc;
  text-decoration:none;
}

#footer #footer_inside a:hover{
  text-decoration:underline;
}


#footer #footer_inside .footer_copy{
  width: 1011px;
  margin:auto;
  padding-top:8px;
}

#footer #footer_inside .copyright{
  float:left;
}


#footer #footer_inside .footer_divider{
  margin-left:5px;
  margin-right:5px;
}

#footer #footer_inside .phenix a{
  font-weight: bold;
}


#footer #footer_inside UL{
  float:right;
  list-style:none;
}

#footer #footer_inside LI{
  float:left;
}

#footer #footer_inside .divider{
  width:1px;
  background-color: #cccccc;
  margin: 2px 5px 0px 5px;
  height:11px;
}

