
#site{
    width: 874px;
    margin: 20px auto 35px auto;
    background-color: #1d1e55;
}

#globalMessage{ width: 100%; background-color: #fff; border-bottom: 1px solid #a7a4d1; }
#globalMessage div{ width: 550px; margin: 5px auto 5px auto; text-align: center; color: #1d1e55; font-weight:bold; }

#top{
    width: 874px;
    height: 133px;
    position: relative;
}

#top-line{
    width: 874px;
    height: 8px;
    position: absolute;
    top: 0;
    left: -1px;
}

#cart-btn{
    position: absolute;
    left: 780px;
    top: 11px;
    width: 78px;
    height: 16px;
}

#logo{
    position: absolute;
    left: 8px;
    top: 20px;
    width: 219px;
    height: 94px;
}   

#nav{
    position: absolute;
    left: 290px;
    top: 110px;
}

.navLink{
    float: left;
    display: inline;
}

#main{
    width: 854px;
    background-image: url('/images/left-gradient.jpg');
    background-repeat: no-repeat;
    background-color: #fff;
    border: 1px solid #a7a4d1;
    margin: 0 auto;
    position: relative;
}

#left-nav{
    width: 170px;
    height: 381px;
    float: left;
    display: inline;
    margin-right: 90px;
    margin-left: 2px;
    position: relative;
}

#left-nav-t2{
    width: 170px;
    height: 381px;
    float: left;
    display: inline;
    margin-right: 46px;
    margin-left: 2px;
    position: relative;
}

#left-search{
    position: absolute;
    left: 70px;
    top: 30px;
}

#left-searchbox{
    position: absolute;
    left: 2px;
    top: 52px;
}

#left-advSearch{
    position: absolute;
    left: 6px;
    top: 79px;
}

#left-wants{
    position: absolute;
    left: 85px;
    top: 114px;
}

#left-sell{
    position: absolute;
    left: 18px;
    top: 152px;
}

#left-bookfairs{
    position: absolute;
    left: 62px;
    top: 192px;
}

#left-terms{
    position: absolute;
    left: 87px;
    top: 231px;
}

#left-join{
    position: absolute;
    left: 0px;
    top: 271px;
}

.quickInput{
    width: 130px;
    border: 1px solid #465291;
    background-color: #d4dff2;
    font-size: 11px;
}

#gobtn{
    position: absolute;
    left: 139px;
    top: 50px;
}

#book-details{
    float: left;
    display: inline;
    width: 525px;
    margin: 52px 0 0 0;
}

#book-desc{
    float: left;
    display: inline;
    width: 285px;
    margin: 60px 40px 0 0;
    text-align: right;
}

#book-img{
    width: 200px;
    float: left;
    display: inline;
    text-align: center;
}

#book-img #book{
    min-height: 280px;
    width: 260px;
    overflow: hidden;
}

.book-author{
    font-size: 22px;
    color: #263b83;
    line-height: 25px;
}

.book-title a{
    font-size: 16px;
    color: #82a1d3;
    line-height: 20px;
    text-decoration: none;
}

.book-text{
    padding-top: 8px;
    padding-bottom: 10px;
    color: #263b83;
    font-size: 12px;
    line-height: 16px;
}

#book-desc a.book-more {
	text-decoration: none;
}

#book-img-title{
    color: #b2c4e6;
    font-size: 14px;
    font-family: Arial Black;
    text-align: center;
    padding-bottom: 9px;
}

#see-all-featured{
    padding-top: 23px;
}

#see-all-featured a{
    text-decoration: none;
}

.featPrice{ }
.featSalePrice { color: #C00000; }

    .book .description div{
    	text-indent: -9999px;
    }

#showcase{
    width: 675px;
    height: 99px;
    margin: 15px auto 27px auto;
    position: relative;
    border-top: 9px solid #b2c4e6;
    border-bottom: 9px solid #b2c4e6;
}
	/* Showcase display */
	#showcase-inner{
	    width: 675px;
	    height: 99px;
	    position: relative;
	}
	#tray-wrapper{
	     width: 633px;
	     height: 105px;
	     overflow: hidden;
	     position: absolute;
	     left: 19px;
	     top: 0px;
	     z-index: 10;
	}
	.scrollTray {
	     position: relative; 
	     width:10000px; 
	}
	.tray{
	     width: 633px;
	     float: left;
	     display: inline;
	     border: 0px solid red;
	     position: relative;
	}
	.book, .book-sel{
	     float: left;
	     display: inline;
	     width: 70px;
	     height: 99px;
	     overflow: hidden;
	     margin: 0 0 0 7px;
	     text-align: center;
	     overflow: hidden;
	}
	.book{
	     filter:alpha(opacity=50);
	     -moz-opacity:0.5;
	     -khtml-opacity: 0.5;
	     opacity: 0.5;	
	}
	.book-sel, .book-ovr{
	     filter:alpha(opacity=100);
	     -moz-opacity:1.0;
	     -khtml-opacity: 1.0;
	     opacity: 1.0;	
	}
	.book:focus, .book a:focus {
	     outline: 0;
	} 
	.trayNavHide{
	  visibility: hidden;
	}
	#showcase-right{
	    float: right;
	    display: inline;
	}
	#showcase-left{
	    float: left;
	    display: inline;
	}
	#showcase-right, #showcase-left{
	    position: relative;
	    z-index: 20;
	    width: 21px;
	    height: 43px;
	    padding-top: 30px;
	}
	a#trayNext, a#trayPrev{
	    display:block; 
	}
	.bookImg{
	   font-size: 12px;
	   line-height: 14px;
	}
	/* end showcase styles */

#footer{
    margin-top: 6px;
}

#footer-logo{  
    float: left;
    display: inline;
    width: 49px;
    margin: 0 20px 0 11px;
}

#footer-logo2{
    float: left;
    display: inline;
    width: 60px;
    margin-right: 115px;
}

#footer-copy{
    float: left;
    display: inline;
    padding: 25px 0 0 0;
    width: 250px;
    color: #fff;
    font-size: 12px;
    font-family: Arial;
    font-weight: 900;
    text-align: right;
}

#footer-copy a{color:#fff; font-size: 12px; text-decoration: none;}
#footer-copy a:active{color:#fff; font-size: 12px; text-decoration: none;}
#footer-copy a:visited{color:#fff; font-size: 12px; text-decoration: none;}
#footer-copy a:hover{color:#b2c4e6; font-size: 12px; text-decoration: none;}



#footer-links{
    float: right:
    display: inline;
    padding: 25px 0 0 0;
    margin: 0 12px 0 0;
    text-align: right;
    font-size: 11px;
    color: #fff;
}

#copyright{
    width: 100%;
    text-align: center;
    font-size: 10px;
    position: relative;
    top: -15px;
}

#footer-links a{color:#fff; font-size: 11px; text-decoration: none;}
#footer-links a:active{color:#fff; font-size: 11px; text-decoration: none;}
#footer-links a:visited{color:#fff; font-size: 11px; text-decoration: none;}
#footer-links a:hover{color:#b2c4e6; font-size: 11px; text-decoration: none;}

.main-content{
	/* Default Template */
	float: left;
	display: inline;
	width: 630px;
	padding: 30px 0 0 0;
}

#add-this, #add-this2, #add-this3{
    position: absolute;
    width: 190px;
    right: 0px;
    top: 11px;
}

#add-this2{
    width: 60px;
    right: 20px;
    top: 3px;
}

#add-this3{
    width: 60px;
    right: 10px;
    top: 54px;
}
