body {
	text-align: center;
	margin: 0;
	padding: 0;
	font-family: Arial;
}

#books table tr td {
	width: 48%;
}

#books p {
	font-size: 17px;
	text-align: justify;
	padding-right: 10px;
}

#book_info p {
	font-size: 17px;
	text-align: justify;
}

#wrapper {
	text-align: left;
	width: 900px;
	margin: 0 auto;
}

#header {
	height: 190px;
	background: url('../images/banner.jpg');
}

#top_nav {
	height: 30px;
	background: url('../images/top_nav.gif');
}

#top_table img{
	border: 0;
}

#right_nav {
	float: right;
	clear:right;
	width: 264px;
	background: url('../images/series.gif') top no-repeat;
	margin: 0;
	padding: 0;
	padding-top:30px;
}

#right_nav a {
	display: block;
}

#right_nav img {
	border: 0;
}

.cart {
	float: right;
	display:block;
	width: 264px;
	margin: 0;
	background: url('../images/cartbg.gif');
}

.cartInner {
	font-size: 11px;
	margin: 5px;
	padding: 5px;
	background: #fff;
	margin-right: 12px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.cartInner h1 {
	margin: 0;
	font-size: 14px;
	border-bottom: 2px solid #039;
}

#content {
	margin-right: 264px;
}

#info {
	padding-left: 25px;
	color: #fff;
	text-align: justify;
	font-size: 14px;
	padding-right: 10px;
	height: 125px;
	background: url('../images/info_box.jpg') no-repeat;
}

#title {
	padding-left: 25px;
	height: 30px;
	background: url('../images/title.jpg');
}

#title h1 {
	height: 30px;
	line-height: 30px;
	display: inline;
	color: #fff;
	font-size: 22px;
	font-weight: normal;
	font-variant: small-caps;
}

#books{
	padding-left: 25px;
	background: url('../images/book_bg.gif');
}

#book_info{
	padding-left: 25px;
	padding-right: 20px;
	background: url('../images/book_bg.gif');
}

#content_footer{
	background: url('../images/content_footer.gif');
	height: 20px;
}

#footer {
	padding-top: 10px;
	padding-left: 20px;
	text-align: left;
	clear: both;
	color: #aaa;
}

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

#footer a:link, #footer a:visited {
	text-decoration: none;
	color: #aaa;
}

#footer a:active, #footer a:hover {
	text-decoration: none;
	color: #900;
}

.copy {
	float: right;
	font-size: 10px;
	font-weight: bold;
}

.clear {
	clear: both;
	height: 0px;
}

.infoButton {
	padding-top: 7px;
	border: 0px;
}

#book_table {
	font-size: 13px;
}

#book_table td {
	vertical-align: top;
}

/* root element for tabs  */
ul.tabs { 
	list-style:none; 
	margin:0 !important; 
	padding:0;
	height:30px;
	border-bottom:1px solid #818181;	
}

/* single tab */
ul.tabs li { 
	float:left;	 
	text-indent:0;
	padding:0;
	margin:0 !important;
	list-style-image:none !important; 
}

/* link inside the tab. uses a background image */
ul.tabs a { 
	background: url('../images/tabs.gif') no-repeat -420px 0;
	font-variant: small-caps;
	font-size:12px;
	display:block;
	height: 30px;  
	line-height:30px;
	width: 134px;
	text-align:center;	
	text-decoration:none;
	color:#fff;
	outline: none;
	padding:0px;
	margin:0px;	
	position:relative;
	top:1px;
}

ul.tabs a:active {
	outline:none;		
}

/* when mouse enters the tab move the background image */
ul.tabs a:hover {
	background-position: -420px -31px;	
	color:#fff;	
}

/* active tab uses a class name "current". it's highlight is also done by moving the background image. */
ul.tabs a.current, ul.tabs a.current:hover, ul.tabs li.current a {
	background-position: -420px -62px;		
	cursor:default !important; 
	color:#000 !important;
}

/* Different widths for tabs: use a class name: w1, w2, w3 or w2 */


/* width 1 */
ul.tabs a.w1 			{ background-position: -519px 0; width:134px; }
ul.tabs a.w1:hover 	{ background-position: -519px -31px; }
ul.tabs a.w1.current { background-position: -519px -62px; }

/* width 2 */
ul.tabs a.w2 			{ background-position: -366px -0px; width:154px; }
ul.tabs a.w2:hover 	{ background-position: -366px -31px; }
ul.tabs a.w2.current { background-position: -366px -62px; }


/* width 3 */
ul.tabs a.w3 			{ background-position: -193px -0px; width:174px; }
ul.tabs a.w3:hover 	{ background-position: -193px -31px; }
ul.tabs a.w3.current { background-position: -193px -62px; }

/* width 4 */
ul.tabs a.w4 			{ background-position: -0px -0px; width:194px; }
ul.tabs a.w4:hover 	{ background-position: -0px -31px; }
ul.tabs a.w4.current { background-position: -0px -62px; }


/* initially all panes are hidden */ 
div.panes div.pane {
	display:none;
	padding: 10px;
}

div.panes {
	border-left:1px solid #818181;
	border-right: 1px solid #818181;
	border-bottom: 1px solid #818181;
}

div.panes h1 {
	font-variant: small-caps;
	font-size: 18px;
}

/*scrollable*/


/*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/
.scrollable {

	/* required settings */
	position:relative;
	overflow:hidden;
	width: 440px;
	height:120px;

	/* custom decorations */
	border:1px solid #ccc;
	background:url(/img/global/gradient/h300.png) repeat-x;
}

/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accomodate scrollable items.
	it's enough that you set the width and height for the root element and
	not for this element.
*/
.scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
}

/* single scrollable item */
.scrollable img {
	float:left;
	margin:20px 5px 20px 21px;
	background-color:#fff;
	padding:2px;
	border:1px solid #ccc;
	cursor:pointer;
	width:75px;
	height:75px;
	
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

/* active item */
.scrollable .active {
	border:2px solid #000;
	z-index:9999;
	position:relative;
}

/* this makes it possible to add next button beside scrollable */
.scrollable {
	float:left;	
}

/* prev, next, prevPage and nextPage buttons */
a.browse {
	background:url('../images/nav_buttons.gif') no-repeat;
	background-color: #000;
	display:block;
	width:30px;
	height:30px;
	float:left;
	margin:40px 10px;
	cursor:pointer;
	font-size:1px;
}

/* right */
a.right 				{ background-position: 0 -30px; margin-right: 0px;}
a.right:hover 		{ background-position:-30px -30px; }
a.right:active 	{ background-position:-60px -30px; } 


/* left */
a.left				{ margin-left: 0px; } 
a.left:hover  		{ background-position:-30px 0; }
a.left:active  	{ background-position:-60px 0; }

/* up and down */
a.up, a.down		{ 
	background:url(../img/scrollable/arrow/vert_large.png) no-repeat; 
	float: none;
	margin: 10px 50px;
}

/* up */
a.up:hover  		{ background-position:-30px 0; }
a.up:active  		{ background-position:-60px 0; }

/* down */
a.down 				{ background-position: 0 -30px; }
a.down:hover  		{ background-position:-30px -30px; }
a.down:active  	{ background-position:-60px -30px; } 


/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
} 

.apple_overlay { 
     
    /* must be initially hidden */ 
    display:none; 
     
    /* place overlay on top of other elements */ 
    z-index:10000; 
     
    /* styling */ 
    background-color:#333;  
    min-height:200px; 
    border:1px solid #666; 
     
    /* CSS3 styling for latest browsers */ 
    -moz-box-shadow:0 0 90px 5px #000; 
    -webkit-box-shadow: 0 0 90px #000;     
} 
 
/* close button positioned on upper right corner */ 
.apple_overlay .close { 
    background-image:url(../images/close.png); 
    position:absolute; 
    right:-15px; 
    top:-15px; 
    cursor:pointer; 
    height:35px; 
    width:35px; 
}
