@CHARSET "UTF-8";

/* Body Styles */

body{
	background-image: url(../images/page-bg.gif);
	background-repeat: repeat-x;
	background-color: #1E1E22;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;

}
#pageContainer{
	width: 750px;
	background-color: #ffffff;
	padding: 10px;
}

/* Banner Styles */

#banner h1, #banner h2 {
	display: none;
}
#banner{
	background-image: url(../images/h1-bg.jpg);
	background-repeat: no-repeat;
	width: 750px;
	height: 150px;
	padding:0;
	margin:0;
	
}
#accessKeys{
	display: none;
}
#bannerInside{
	position: absolute;
	height:90px;
	width:400px;
	cursor: pointer;
}

/* Main Menu Styles */

#mainmenu{
	text-align: left;
	margin-left:400px;
}

#mainmenu ul li {
	list-style-image: url(../images/menu-tick.gif);
	background-image: url(../images/menu-bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 129px;
	padding-top:3px;
	padding-bottom:3px;
	cursor: pointer;
}
#mainmenu ul li a{
	color: #ffffff;
	font-weight: bold;
	font-family: Arial;
	font-size: 11px;
	text-decoration: none;
}

#mainmenu h3{
	display: none;
}

/* Shopping Cart (small) Styles */

#shoppingCartSmall{
	color:#ffffff;
	padding-top:10px;
	padding-bottom:0px;
	width:710px;
	text-align:right;
}
#shoppingCartSmall span.summary{
	font-size:10px;
}
#shoppingCartSmall span.viewCart{
	background-image:url(../images/cart-icon.gif);
	background-repeat:no-repeat;
	padding-left:30px;
	margin-right:20px;
	cursor:pointer;
}
#shoppingCartSmall a{
	color:#ffffff;
	text-decoration:none;
}
#shoppingCartSmall a:hover{
	text-decoration:underline;
}
#shoppingCartSmall h3{
	display: none;
}

/* Book Search Styles */

#bookSearch{
	height: 37px;
	float: left;
	margin-top: 70px;
	margin-left:20px;
	padding-left: 40px;
	background-image: url(../images/magnify.gif);
	background-repeat: no-repeat;
	text-align: left;
}
#bookSearch label{
	display: block;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 11px;
}
#bookSearch input{
	border: 1px solid #000000;
	font-size: 11px;
}
#bookSearch input.noSearch{
	border: 1px solid #000000;
	font-size: 11px;
	color:#999999;
}
#bookSearch input.go{
	border: 1px solid #888888;
	font-size:11px;
}
#bookSearch h3{
	display: none;
}

/* Content styles */

#mainContentArea{
	text-align: left;
	color: #505050;
}

#mainContentArea p{
	line-height: 18px;
}

#mainContentArea h3{
	color: #508C94;
	letter-spacing: 5px;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
}
#catalog{
	float:right;
}

/* Message Boxes */

div.boxWarn, div.boxMessage{
	width: 300px;
	padding:5px;
	background-image: url(../images/box-warn-bg.gif);
	background-repeat: no-repeat;
	background-color: #f9f9f9;
	border: 1px solid #B70000;
	min-height: 40px;
	padding-left:50px;
	margin-bottom: 20px;
}
div.boxMessage{
	background-image: url(../images/box-good-bg.gif);
	border: 1px solid #b0b0b0;
}


/* Footer Styles */
#footerContainer{
	border-top: 1px solid #888888;
	margin-top:20px;
}
#footer{
	color: #6D6D6D;
	font-size: 12px;
	text-align: right;
}
#footer a{
	color: #6D6D6D;
	text-decoration: none;
}
#footer a:hover{
	text-decoration: underline;
}

/* Search Results Styles */
#searchResults td.bottomLine{
	border-bottom: 1px solid #bbbbbb;
}
#searchResults th{
	border-bottom: 1px solid #bbbbbb;
}
div.pageoff, div.pageon{
	background-color: #A2A2A2;
	padding:5px;
	float:left;
	margin-right:1px;
	cursor:pointer;
}
div.pageon{
	background-color:#a17834;
}
#pages a{
	color:#ffffff;
	font-weight: bold;
	text-decoration:none;
}
#pagesTitle{
	float: left;
	margin-right:10px;
	color: #333333;
}
#pages{
	float: right;
	color:#ffffff;
	font-weight: bold;
}
#pagesContainer{
	padding-top: 10px;
	padding-bottom: 10px;
}
#pagesSummary{
	clear:both;
	float:right;
	color:#666666;
	font-weight: normal;
	text-align: right;
}

/* My Account Styles */
#accountNav {
	background-image:url(../images/account-nav-bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
#accountNav ul{
	list-style:none;
	margin:0;
	padding:0;
}
#accountNav li{
	float:left;
	padding:3px;
	background-position: bottom;
	border-left: 1px solid #979797;
	border-right: 1px solid #979797;
	border-top: 1px solid #979797;
	border-bottom:1px solid #979797;
	margin-right:5px;
	background-color:#f0f0f0;
}
#accountNav li.on{
	background-color:#ffffff;
	background-image:none;
	border-bottom:1px solid #ffffff;
}
#accountNav a{
	color:#333333;
	text-decoration:none;
}
div.orderComment
{
	width:400px;
	padding:10px;
	border:1px solid #444444;
	background-color:#f9f9f9;
	margin-bottom:10px;
}

/* Small login / logout styles */
#smallLogin{
	text-align:right;
	width:770px;
	padding-bottom:5px;
}
#smallLogin label{
	color: #ffffff;
	font-size: 11px;
}
#smallLogin input{
	border:1px solid #444444;
	font-size: 11px;
	width: 100px;
	padding: 0;
}
#smallLogin input.button{
	width: auto;
	padding:0;
	margin:0;
	background-color:#333333;
	color:#ffffff;
}
#smallLogin form{
	padding:0;
	margin:0;
}
#smallLoginFormWarning{
	border: 1px solid #1B1C20;
	background-color: #52535A;
	background-image: url(../images/small-warning.gif);
	background-repeat: no-repeat;
	color:#ffffff;
	float: left;
	padding: 5px;
	padding-left: 25px;
	font-size:11px;
}
#smallLoginFormWarning a{
	font-weight: bold;
	color: #ffffff;
}

/* misc styles */
textarea.order{
	width: 400px;
	height:60px;
	clear: both;
	font-family: Arial;
	font-size: 11px;
}

/* thumb styles*/
div.cover{
	float:left;
}
