@charset "utf-8";
/* CSS Document */

/*
h1,background
	green: #3a4b29
	green accent: #d7e4bd

a:link/active/visited
	blue: #385d8a
	blue accent: #4f81bd

h2,a:hover,other emp text
orangebrown
	orange: #e75a0e
	orange accent: #ffdbc8



*/


body
{
	margin:0;
	background-color:#3a4b29;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:12px;
}

table, a img
{
	border:0;
}

a,a:link,a:active,a:visited
{
	color:#385d8a;
}

a:hover
{
	color:#e75a0e;
}

#pageContainer
	{
		width: 800px;
		margin: 0 auto;

	}

#header
{
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	height:250px;

	border-left:1px solid #000000;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
	
	overflow:hidden;
}



#navBar 
{


	height:50px;

}
#navBar a
{
	display:block;
	height:50px;
}
#navBar ul
{
	margin: 0;
	padding: 0;
	z-index: 30;

}
#navBar ul li
{
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	z-index:10;
}


.navBar_home
{
	background-image:url(images/navBar_home.jpg);
	width: 193px;
	border-left:1px solid #000000;
	background-repeat:no-repeat;
	
}
.navBar_catalog
{
	background-image:url(images/navBar_catalog.jpg);
	width: 191px;
	background-repeat:no-repeat;
}
.navBar_submissions
{
	background-image:url(images/navBar_submissions.jpg);
	width: 220px;
	background-repeat:no-repeat;
}
.navBar_contact
{
	background-image:url(images/navBar_contact.jpg);
	width: 194px;
	border-right:1px solid #000000;
	background-repeat:no-repeat;
}

#navBar div
{
	visibility:hidden;
	position: absolute;
	z-index:10;
	font-size:14px;
}


#navBar div a
{
	height:18px;
	display: block;
	text-align: center;
	margin: 0;
	border-bottom: 1px solid #000000;
	color: #385d8a;
	padding: 3px 7px;
	position: relative;
	font-weight:bold;
	background-color:#ffffff;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	text-decoration:none;
	z-index:10;
}

#navBar div a:hover
{
	background-color:#e75a0e;
	color:#FFFFFF;
}

#m1 a
{
	left:-1px;
	z-index:10;
}

#m1
{
	width: 194px;
	z-index:10;
}

.pirate
{
	font-size:12px;
}

#m1_sub
{
	width:200px;
	top:326px;
	left:327px;
	border-top:1px solid #000;
}

#m2
{
	width: 220px;
	z-index:10;
}
#m3
{
	width: 195px;
	z-index:10;
}

#m4
	{
	width: 191px;
	z-index:10;	
	}

.moreArrow
{
	background-image:url("images/arrowRight_blue.png");
	background-repeat:no-repeat;
	background-position:right;
}

#pageBody
{
	background-color:#ffffff;
	border-top:1px solid #000000;
	font-size:12px;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	padding: 5px 15px 5px 15px;
}

#footer
{
	border:1px solid #000000;
	background-color:#ffffff;
	font-size:10px;
	height:20px;
	

}

#footer table
	{
		display:inline;
		float:right;
	}

#footer span
	{
		margin-left: 10px;
		margin-top: 5px;
		
	}

#shoppingCart
	{
		background-color:#fff;
		border-top:1px solid #000;
		border-left:1px solid #000;
		border-bottom:1px solid #000;
		display:inline-block;
		padding-top:5px;
		padding-right:5px;
		padding-bottom:5px;
		padding-left:35px;
		
		border-top-left-radius: 10px;
		border-bottom-left-radius: 10px;
		-moz-border-radius-topleft: 10px;
		-moz-border-radius-bottomleft: 10px;
		-webkit-border-top-left-radius: 10px;
		-webkit-border-bottom-left-radius: 10px;
	
		font-size:12px;
		float:right;
		margin-top:200px;
		
		background-image:url('images/cart.png');
		background-repeat:no-repeat;
		background-position:5px center;
		
		height:32px;
		
	}
	#shoppingCart a
	{
		display:inline-block;
	}
#shoppingCart span
	{
		
	}

#shoppingCart a.cartLink
	{
	vertical-align:middle;
	
	margin-right:10px;
	width:100px;
	height:32px;;
	text-align:right;
	display:none;
	}

/**********************
page specific
*/

.submissions_img
	{
		float:right;
		margin:5px;
		padding:3px;
		border:1px solid #666;
	}


#spotLight p, #featReleases
{
	margin:0;
	padding:5px 8px 15px;
}

#spotLight, #spotLight li, #featReleases, #featReleases li
{
	padding:0px;
	text-align:center;
	list-style:none;
	margin:0;
}
#spotLight li
{
	color:#000000;
	font-size:14px;
	font-weight:bold;
	width: 250px;
	
	
}
#one h3
{
    margin:0px;
	padding-left: 5px;
	text-align:center;
	color: #000000;
	background-color:#e75a0e;
	font-family:Rockwell, Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:22px;
	display:block;
	
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
}
#one div
{
	border:2px solid #e75a0e;
	font-weight:normal;
	font-size:10px;
	background-color:#ffc;
}
#featReleases
	{
		display:inline-block;
		margin-left:7px;
	}

#featReleases li
{
	float:left;
	color:#000000;
	font-size:14px;
	font-weight:bold;
	width: 250px;
	margin:0 3px 3px 0;
}
#feat1 h3
{
    margin:0px;
	text-align:center;
	color: #000000;
	background-color:#3a4b29;
	display: block;
	font-family:Rockwell, Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:22px;
		
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
}
#feat1 div
{
	border:2px solid #3a4b29;
	font-weight:normal;
	font-size:10px;
	background-color:#d5e9ca;
}

.pageTitle
{
	display:block;
	color:#3a4b29;
	font-weight:bold;
	font-size:24px;
}

.pageTitle2
{
	display:block;
	color:#3a4b29;
	font-weight:bold;
	font-size:24px;
	float:none;
}
th a
{
	font-weight:normal;
}



/*************************
whats_new.php
*/

.whatsNewL
{
	font-weight:normal;
	font-size:10px;
	background-color:#d5e9ca;
	padding:10px;
	margin-bottom:10px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.whatsNewL p, .whatsNewL b
	{
	font-size:12px;
	}

.whatsNewR
{
	font-weight:normal;
	font-size:10px;
	background-color:#ffc;
	padding:10px;
	margin-bottom:10px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	
}

.whatsNewL table, .whatsNewR table
{
	width:100%;

}

.whatsNewL table td, .whatsNewR table td
{
	vertical-align:top;
}

/*************************
upcoming_releases.php
*/



.emp
{
	font-weight:bold;
	color: #e75a0e;
	font-size: 14px;
}

.PUBpageTitle
{
	color:#3a4b29;
	font-weight:bold;
	font-size:24px;
	text-align:center;
}


/* Catalog 1*********************
*/


#browseNav
{
	display:inline-table;
	vertical-align:top;
	background-color:#d7e4bd;
	margin-right: 14px;
	padding: 5px;
	width:205px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	font-size:12px;
}

#browseNav span
	{
		margin-bottom:5px;
	}

#browseNav ul
{
	list-style-type:square;
	margin:0px;
	padding-left:20px;

}

#browseNav ul li a, .browseNavA
{
	font-weight:bold;
	vertical-align:top;
	text-decoration:none;
}

.CATtitle
{
	color:#3a4b29;
	border-bottom: 2px dashed #3a4b29;
	display:block;
	text-align:left;
	padding-left:5px;
	width: 205px;
	font-size:18px;
	font-weight:bold;
}

#highlightCorner
{
	
	background-color:#d7e4bd;
	width:515px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left:5px;
	display:inline-block;
	
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	
}

#highlightCorner ul, #highlightCorner b
{
	list-style-type:none;
	font-size:12px;
}



.Booktitle
{

	font-size:16px;
	font-weight:bold;
	padding-left:5px;
}

.Bookauthor
{
	font-size:14px;
	padding-left:5px;
}

.readMoreButton
{
	background-color: #3a4b29;
	font-weight:bold;
	color:#FFFFFF;
	
}

.coverBorder
{
	background-color:#FFFFFF;
	width:150px;
	padding:5px;
}

/***********************
Catlog View
*/


.catViewer
{
	background-color: #d7e4bd;
	display:inline-block;
	margin-right:5px;
	padding:5px;
	height: 195px;
	width:365px;
	padding-bottom:15px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	font-size:12px;
	
	
}

.catViewer ul
{
	list-style-type:none;

}

/***********************
Catlog View
*/
#catDetail
{
	background-color: #d7e4bd;
	font-size:12px;
	margin-right:5px;
	padding:8px;
	width:740px;
	padding-bottom:20px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#catBookDetails ul, #catBookBuy ul
{
	list-style-type:none;

}

#catBookDetails
{

	background-color: #FFFFFF;
	display:block;
	padding: 5px;
	margin: 0px;
	
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	
	
}

.catDetailBookTitle
{
	color:#3a4b29;
	display:block;
	text-align:left;
	font-size:18px;
	font-weight:bold;
}

#catBookBuy
{
	background-color: #FFFFFF;
	padding: 5px;
	
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
}

/****/
.buttonStyle
{
	background-image:url(images/readmore.png);
	border: 0px;
	background-repeat:no-repeat;
	width: 129px;
	height: 33px;
	display:block;
	 /*// onmousedown=\"this.src='images/readmore_down.png'\" 
									  //onmouseover=\"this.src='images/readmore_over.png'\" 
									  //onmouseout=\"this.src='images/readmore.png'\" */
}