body {
	background:#000000;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

a, a:link {
	text-decoration: none;
	color: #666666;
}

a:hover {
	border-bottom: none;
}

img {
	border: none;
}

h2, h3, h4 {
	font-size: 11.5px;
	font-weight: bold;
	color:#000000;
}

#mainWrapper {
	background:#fdeff4;
	width:1000px;
	margin: 0 auto;
	padding: 0;
}

#header {
	float: left;
	background: url(../images/header-bg.gif) repeat-x;
	height: 192px;
	width:1000px;
}

#logo {
	float:left;
	width: 242px;
	height: 55px;
	margin: 5px 0 0 48px;
}
* html #logo { margin-left: 24px;}

#top-nav {
	width:250px;
	margin: 0 ;
	padding: 0;
	float:right;
	height:30px;
}

#top-nav ul {
	margin: 0;
	padding: 11px 40px 0 0 ;
	list-style: none;
	float:right;
}

#top-nav li {
	display: inline;
}

#top-nav a {
	display: block;
	float: left;
	padding: 0 8px 0 8px;
	background: url(../images/seperator.gif) no-repeat left center;
	text-decoration: none;
	font-size: 12px;
	font-weight:normal;
	color: #666666;
	word-spacing: 2px;
}

#top-nav a:hover {
	text-decoration: underline;
}

#top-nav .first a {
	background: none;
	text-decoration:none;
}

#top-nav .first a:hover {
	text-decoration:none;
}

#top-select {
	float:left;
	width:700px;
	font-size: 11.5px;
	text-align: right;
	font-weight: bold;
	color:#000000;
	padding: 11px 0 0 0;
}

#top-select .red {
	color: #cc0000;
}

#navMainSearch {
	float:right;
	background:url(../images/search-bg.gif) no-repeat;
	width:550px;
	height: 43px;
	margin: 35px 0 0 0;
	padding: 0;
}

#navMainSearch h2{
	margin: 14px 0 0 24px;
	padding: 0;
	text-transform: uppercase;
	font-weight: bold;
	color: #000;
	font-size: 11px;
	float: left;
	vertical-align: middle;
}
* html #navMainSearch h2{ margin-left: 12px;}

#navMainSearch form {
	margin: 0;
	padding: 10px 32px 0 0;
	display:block; 
}

#navMainSearch fieldset {
	margin: 0 ;
	padding: 0;
	border: none;
	vertical-align: middle;
}

#navMainSearch #keyword {
	font-size: 11px;
	margin: 0 0 0 5px;
	border: 1px solid #cccccc;
	padding: 2px;
	width: 285px;
	color: #9e906d;
}

#navMainSearch #x {
	background: none;
	font-size: 12px;
	color:#9e906d;
	font-weight: bold;
	padding: 0;
	margin: 0; 
	border: 0;
	width: 20px;
}

select.books {
	font-size: 11px;
	margin: 0;
	border: 1px solid #cccccc;
	padding: 2px;
	width: 84px;
	color: #9e906d;
}

select.author {
	font-size: 11px;
	margin: 0;
	border: 1px solid #cccccc;
	padding: 2px;
	width: 84px;
	color: #9e906d;
}

#navCatTabsWrapper {
	width:695px;
	margin: 0 0 0 38px;
	padding: 0;
	float:left;
	height:46px;
	background: url(../images/menu-bg.jpg) no-repeat;
}
* html #navCatTabsWrapper {margin-left: 19px;}

#navCatTabs {
	float:left;
	width: 690px;
}

#navCatTabs ul {
	margin: 0;
	padding: 15px 0 0 37px ;
	list-style: none;
}

#navCatTabs li {
	display: inline;
}

#navCatTabs ul li a {
	display: block;
	float: left;
	padding: 0 42px 0 0;
	background: url(../images/menu_seperator.jpg) no-repeat left center;
	text-decoration: none;
	font-size: 14px;
	font-weight:normal;
	color: #000;
	word-spacing: 2px;
}

#navCatTabs ul li a:hover {
	color: #cc0000;
	text-decoration: underline;
}

#cartItemsWrapper {
	float:right;
	background: url(../images/cartItems-bg.jpg) no-repeat;
	width:267px;
	height:46px;
}

#cartItems {
	font-size: 14px;
	font-weight: normal;
	color: #9e906d;
	padding: 15px 0 0 55px;
}

#welcome {
	float:left;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	color: #ffffff;
	padding: 9px 0 0 75px;
}

#shoppingCart-nav {
	width:350px;
	margin: 0 ;
	padding: 0;
	float:right;
	height:30px;
}

#shoppingCart-nav ul {
	margin: 0;
	padding: 7px 55px 0 0 ;
	list-style: none;
	float:right;
}

#shoppingCart-nav li {
	display: inline;
}

#shoppingCart-nav a {
	display: block;
	float: left;
	padding: 0 8px 0 8px;
	background: url(../images/navSeperator.gif) no-repeat left center;
	text-decoration: none;
	font-size: 11.5px;
	font-weight: bold;
	color: #ffffff;
}

#shoppingCart-nav a:hover {
	text-decoration: underline;
}

#shoppingCart-nav .first a{
	background: none;
}

#shoppingCart-nav .first a:hover {
	text-decoration: underline;
}

#shoppingCart-nav h3 {
	background: none;
	font-size: 11.5px;
	font-weight: bold;
	text-decoration:none;
	color:#000000;
	margin: 0;
	padding:10px 0 0 0;
	width:90px;
	float: left;
}

#contentWrapper {
	padding: 18px 40px 40px 40px;
	float: left;
	background:#fdeff4;
}

#navColumnOne {
	float:left;
	width: 210px;
}

#categoriescss {
	border: none; 
	margin: 0;
	padding:0;
	width:100%;
}

#categoriescssHeading h3 {
	font-size: 12px;
	color:#000000;
	text-transform: uppercase;
	margin:0 0 10px 0;
	padding: 0;
}

#categories {
	border: none; 
	margin: 0;
	padding:0;
	width:100%;
}

#categories h3{
	font-size: 12px;
	color:#000000;
	text-transform: uppercase;
	margin:0 0 10px 0;
	padding: 0;
}

#categories ul{
	margin: 0;
	padding: 0;
	list-style-type: none; 
	width: 100%;
}

#categories li{
	padding: 0 0 2px 0;
	width: 150px;
}

#categories a {
	display: block;
	padding: 0 0 0 12px;
	font-size: 12px;
	font-weight: bold;
	text-decoration:none;
	line-height:16px;
	color:#cc0000; background: url(../images/arrow1.gif) no-repeat left center; 
}

#categories a:hover {
	color:#333333;
}

#categories li:active {
	color:#333333;
	background: url(../images/arrow2.gif) no-repeat left center;
}

#categories .first a {
	background: none;
}

#categories ul li ul{
	margin: 0;
	padding: 5px 0 5px 12px;
	list-style-type:none;
}

#categories ul li ul li{
	padding: 0 ;
	width: 150px;
	background: none;
	border-bottom: 1px solid #fedde0;
}

#categories ul li ul li a{
	padding: 0 0 3px 10px;
	font-size: 11.5px;
	font-weight: normal;
	text-decoration:none;
	line-height:18px;
	color:#333333;
	background: none;
	line-height: 18px; background: url(../images/square.gif) no-repeat left center;
}

#categories ul li ul li ul li{
    padding: 0 ;
	width: 150px;
	background: none;
	border: none;
}

#googleadsense {
	float:left;
	width:208px;
	border: 1px solid #999999;
	background: #FFFFFF;
	margin: 30px 0 0 0;
}

#googleadsense h3{
	font-size: 12.5px;
	color:#999999;
	text-align: center;
	margin: 10px 0 5px 0;
	padding:0;
}

#googleadsenseHeading {
}

#googleadsenseContent{
	background:url(../images/ad.jpg) no-repeat;
	width: 120px;
	height: 600px;
	margin: 0 auto;
	padding: 0 0 18px 0;
}

#line {
	background:url(../images/line-hor.jpg) no-repeat center;
	height: 1px;
	margin: 0 0 15px 0;
}

#wrapper {
	float:right;
	width: 690px;
	margin-left: 20px;
}

#top-banner {
	float:left;
	background:url(../images/img-01.jpg) no-repeat;
	width: 690px;
	height: 200px;
	margin-bottom: 25px;
}

#whatsNew {
	float:left;
	width:455px;
	margin: 0;
}

.red-text, a.red-text {
	font-size:11px;
	color: #cc0000;
	margin: 15px 0 15px 0;
	line-height: 14px;
}

.centerBoxWrapper {
	border:none;
	margin: 0;
	padding: 0;
}

.centerBoxHeading {
 background: url(../images/img-09.jpg) no-repeat;
 width:425px;
 height: 22px;
 margin: 0;
 padding: 11px 0 0 30px; 
 float: left;
}

.centerBoxHeadingNew {
 color:#000;
 font-size:11.5px;
 font-weight: bold;
 margin: 0;
 padding: 0px; 
 float: left;
}

.centerBoxContentWrapper {
	border:1px solid #e0e0e0;
	background: #ffffff;
	margin: 0 0 22px 0;
	padding:0;
	float: left;
	width: 453px;
}

.centerBoxContentsNew {
	float: left;
	text-align: center;
	margin: 0;
	padding: 15px 7px;
}

.red {
	color:#cc0000;
	text-transform: uppercase;
}

.more a{
	margin: 0 ;
	color:#000000;
	font-size: 10px;
	font-weight: normal;
	padding: 0 40px 0 0;
	text-align: right;
	text-decoration:none;
	float: right;
	width: 70px;
}

.more a:hover {
	text-decoration: underline;
	color: #cc0000;
}

#navColumnTwo {
	float: right;
	width: 211px;
	margin: 0 0 22px 22px;
	padding: 0;
	vertical-align: top;
}
* html #navColumnTwo {margin: 0;}

#bestsellers {
	float: right;
	width: 211px;
	margin: 0 0 15px 24px;
	padding:0;
}
* html #bestsellers {margin: 0 0 15px 0;}

#bestsellers h3{
	color:#000;
	font-size:12.5px;
	font-weight: bold;
	background: url(../images/img-08.gif) no-repeat;
	width:179px;
	height: 13px;
	margin: 0 0 10px 0;
	padding: 0 0 0 32px;
	
}

#bestsellers .sideBox{
	border: 1px solid #dcdcdc;
	background:#FFFFFF;
	margin: 8px 0 0 0;
	padding: 0 0 32px 0;
	float: left;
	
}

#bestsellers .sideBoxContent{
	text-align:center;
	border: 1px solid #dcdcdc;
	background:#FFFFFF;
	padding: 0 0 10px 0;
	float: left;
}
* html #bestsellers .sideBoxContent{ padding: 0px;}

#bestsellers h4 {
	color:#000;
	font-size:10px;
	font-weight: normal;
	background: url(../images/img-07.jpg) no-repeat left top;
	height: 42px;
	margin: 0;
	padding: 8px 0 0 20px;
	text-transform: uppercase;
}

#bestsellers .wrapper {	
	padding:0px;
	text-align:left;
	vertical-align:text-top;
	float: left;
}

#bestsellers .wrapper ul{
	list-style-type: none;
	margin: 0;
	padding:0;
}

#bestsellers .wrapper li{
	margin: 0;
	padding:0;
}

#bestsellers .wrapper .best_sellers_image {
	float: left;
	width: 80px;
	clear:left;
	margin: 0;
	padding:0;}

#bestsellers .wrapper .best_sellers_text{
	float: left;
	width: 105px;
	padding-left: 5px;
	margin-bottom: 10px;
}

/*#line-hor {
	background:url(../images/line-hor.jpg) no-repeat center;
	height: 1px;
	margin: 40px 0 35px 0;
	display:none;
}
* html #line-hor {margin: 30px 0 30px 0;}*/

#specials {
	float: left;
	width: 211px;
	margin: 11px 0 15px 0;
	padding:0;
}

#specials h3{
	color:#000;
	font-size:12.5px;
	font-weight: bold;
	background: url(../images/img-08.gif) no-repeat;
	width:179px;
	height: 13px;
	margin: 22px 0 10px 0;
	padding: 0 0 0 32px;
	text-align: left;
}

#specials h3 a{
	color:#000;
	font-size:12.5px;
	font-weight: bold;
	width:179px;
	height: 13px;
	text-align: left;
}

#specials .sideBox{
	border: 1px solid #dcdcdc;
	background:#FFFFFF;
	margin: 8px 0 0 0;
	padding: 0 0 14px 0;
}

#specials .sideBoxContent{
	text-align:left;
	background:#FFFFFF;
	padding: 0 5px 14px 5px;
}

#specials .sideBoxContent img{
	float:left;}

#specials .subHeading {
	color:#000;
	font-size:10px;
	font-weight: normal;
	margin: 0;
	padding: 12px 0 12px 15px;
	text-transform: uppercase;
}

#specials .wrapper{
	text-align: left;
}

#specials .wrapper .specials_box_image {
	float: left;
	width: 80px;
	clear:left;
	margin: 0;
	padding:0;}

#specials .wrapper .specials_box_name{
	float: right;
	width: 105px;
	margin-bottom: 10px;
}

#specials .wrapper .specials_box_price{
	float: right;
	width: 105px;
	margin-bottom: 10px;
}

span#specialsHeading_categories_title {
	font-size: 11px;
	float: left;
	clear: left;
	padding-bottom: 3px;
	font-weight: bold;
}
* html span#specialsHeading_categories_title { padding-bottom: 0px;}

#navSupp {
	width:670px;
	margin: 0 0 0 22px;
	padding: 0;
	float:left;
	height:30px;
}
* html #navSupp {width: 600px;}

#navSupp ul {
	margin: 0;
	padding: 11px 0 0 0 ;
	list-style: none;
}

#navSupp li {
	display: inline;
}

#navSupp ul li a {
	display: block;
	float: left;
	padding: 0 7px 0 7px;
	background: url(../images/seperator.gif) no-repeat left center;
	text-decoration: none;
	font-size: 11px;
	font-weight:normal;
	color: #666666;
	line-height: 20px;
}
* html #navSupp ul li a { line-height: 12px;}

#navSupp a:hover {
	text-decoration: underline;
}

#navSupp .first a {
	background: none;
	text-decoration:none;
}

#navSupp .first a:hover {
	text-decoration: underline;
}	

.leftBoxHeading, .rightBoxHeading {
	background:none;
}

.centerBoxHeading {
}

#siteinfoLegal {
	float:left;
	height:30px;
	margin:0 0 0 22px;
	padding:0;
	width:670px;
}

.leftBoxContainer, .rightBoxContainer {
border-color:#9A9A9A;
border-style:none;
border-width:0;
}

.sideBoxContent {
background-color:#FFFFFF;
padding:0;
}

.centerColumn {
	float:left;
	margin:5px 0 0;
	width:455px;
	padding:0;
}

.line {
	background:transparent url(../images/line1.jpg) repeat-x scroll center center;
	height:10px;
	padding: 0;
	margin: 0;
}


.productListing-heading, .productListing-heading a {
color:#c12000;
font-weight:bold;
padding-top:15px;
background: none;
}

.itemTitle, .itemTitle a {
color:#C12000;
font-size:11px;
font-weight:bold;
margin-top:0;
padding:0;
text-transform:uppercase;
vertical-align:text-top;
}

.listingDescription {
color:#666666;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:10px;
line-height:12px;
margin:0;
padding:0 24px 0 0;
vertical-align:top;
}

img.listingProductImage {
padding-right:24px;
}

.navSplitPagesResult  {
	color: #666666;
	padding: 15px 0 0 0;
}

#productInfo {
	display:inline;
	float:left;
	background:#FFFFFF;
	border: 1px solid #dcdcdc;
	margin: 0 0 22px 0;
	padding: 10px;
	width: 433px;
}

#productInfo .navNextPrevCounter {
	float:left;
	margin-bottom:7px;
	text-align:left;
	width:380px;
}

.categoryIcon a {
color:#650900;
}

#productMainImage {
float:left;
margin-right:18px;
}

#productInfo .author-text {
color:#999999;
float:left;
font-size:11px;
font-weight:bold;
line-height:21px;
width:200px;
}

span.imgLink {
color:#650900;
}

#productInfo .contentDiv p{
float:left;
width:440px;
padding: 5px 0 0 0;
}

.navNextPrevList {
display:inline;
float:left;
height:17px;
margin:0 2px 0 2px;

}

.button-tell {
clear:left;
float:left;
height:17px;
margin-top:6px;
width:167px;
}

.button-add {
display:inline;
float:left;
height:17px;
margin-left:20px;
width:107px;
margin-top: 3px;
}

#productInfo .cart_box {
border:1px solid #9E9E9E;
display:inline;
float:right;
margin-right:20px;
padding:13px 28px;
width:138px;
}

.centerColumn {
	background:#FFFFFF;
	border: 1px solid #dcdcdc;
	margin: 0 0 22px 0;
	padding: 10px;
	width: 433px;
}

#cartContentsDisplay, #cartContentsDisplay th, #cartContentsDisplay td {
border:1px solid #CCCCCC;
}

tr.tableHeading, #cartSubTotal {
background:transparent none repeat scroll 0 0;
}

.rowOdd, .rowEven {
background-color:#FFFFFF;
}

#scQuantityHeading {
width:80px;
text-align:center;
}

#scProductsHeading {
width:120px;
text-align:center;
}
#scTotalHeading {
width:82px;
text-align:center;
}
#scRemoveHeading {
	text-align:center;
}

.cartRemoveItemDisplay, .cartQuantity {
text-align:center;
}

.cartTotalDisplay {
	color:#4E9200;
	font-size:12px;
	font-weight:bold;
	text-align:center;
}

.tableRow, .tableHeading, #cartSubTotal {
border:medium none;
padding: 0;
}

#productGeneral {
	background:#FFFFFF;
	border: 1px solid #dcdcdc;
	margin: 0;
	padding: 10px;
	width: 433px;
	
}
#tabs {
	color:#000;
	font-size:10px;
	font-weight: normal;
	margin: 0;
	padding: 12px 0 12px 15px;
	text-transform: uppercase;
	border: 1px solid #dcdcdc;
	float: left;
}

.panel {}
.tab_bdr{padding: 0px;width: 211px;border: 0px;border: 1px solid #645DB5;height: 4px;margin:0px;background: #645DB5;clear: left;font-size: 0px;}

.tab {
	cursor:pointer;
}

#footer {
	clear:both;
	margin: 0;
	padding:22px 0;
}
* html #footer {padding:0;}

#footer-logo {
	float:left;
	background: url(../images/logo-footer.jpg) no-repeat;
	width: 208px;
	height: 68px; 
	margin: 0 0 18px 0;
}


/*footer menu starts*/

#footer-menu {
	width:580px;
	margin: 0 0 0 20px;
	padding: 0;
	float:left;
	height:17px;
}

#footer-menu ul {
	margin: 0;
	padding: 0 0 0 0 ;
	list-style: none;
	float: left;
}


#footer-menu li {
	display: inline;
}

#footer-menu .first  {
	background:url(../images/img-11.gif) no-repeat;
	float: left;
	width: 9px;
	height: 17px;
	margin: 0;
	 padding: 0;
}

#footer-menu .second  {
	background:url(../images/img-12.gif) no-repeat;
	float: left;
	width: 9px;
	height: 17px;
	margin: 0;
	 padding: 0;
}

#footer-menu a {
	display: block;
	float: left;
	padding: 0 14px 0 14px;
	background: #cc0000;
	text-decoration: none;
	font-size: 11px;
	font-weight:bold;
	color: #ffffff;
	line-height: 17px;
	vertical-align: middle;
}

#footer-menu a:hover {
	text-decoration: underline;
}
#dc_box {
  display:none;
}
#currency_select {  
	height:13px;
	float:left;
	width:150px;
	font-size: 11.5px;
	text-align: right;
	font-weight: bold;
	color:#000000;
	padding: 11px 0 0 0;
	padding-top:5px !ie;
}
* html #currency_select { width: 130px;}

#currency_box_title {
	float:left;
	width:110px;
	margin: 0;
	padding: 16px 0 0 450px;
}
* html #currency_box_title {padding-top:10px;}

#bannerSix {
display:none;
}

.cartProductDisplay {
	text-align:center;}
	
#alsoPurchased {
	width:411px; }
	
#alsoPurchased h2.centerBoxHeading {
	width:400px;
	background: #cbcdcc;
	border: 1px solid #999999;
}
	
#privacyDefaultMainContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: 18px;
	}

#bannerFour img{
	margin-top:30px;
}

#navBreadCrumb {
	background-color: #FDEFF4;
}

#checkoutOrderTotals {
	padding-right: 30px;
	font-size: 11px;
	}
* html #checkoutOrderTotals {padding-right: 15px;}	

.centerBoxContentsNew span {
	line-height: 16px;
}

span#bestsellersHeading_categories_title {
	font-size: 11px;
	float: left;
	clear: left;
	padding-bottom: 3px;
	font-weight: bold;
}
* html span#bestsellersHeading_categories_title { padding-bottom: 0px;}

#featured {
	float: right;
	width: 211px;
	margin: 15px 0 15px 24px;
	padding:0;
}
* html #featured {margin: 0 0 0 0;}

#featured h3{
	color:#000;
	font-size:12.5px;
	font-weight: bold;
	background: url(../images/img-08.gif) no-repeat;
	width:179px;
	height: 13px;
	margin: 0 0 10px 0;
	padding: 0 0 0 32px;
	
}

#featured .sideBox{
	border: 1px solid #dcdcdc;
	background:#FFFFFF;
	margin: 8px 0 0 0;
	padding: 0 0 32px 0;
	float: left;
	
}

#featured .sideBoxContent{
	text-align:center;
	border: 1px solid #dcdcdc;
	background:#FFFFFF;
	padding: 0 0 10px 0;
	float: left;
}
* html #featured .sideBoxContent{ padding: 0px;}

#featured h4 {
	color:#000;
	font-size:10px;
	font-weight: normal;
	background: url(../images/img-07.jpg) no-repeat left top;
	height: 42px;
	margin: 0;
	padding: 8px 0 0 20px;
	text-transform: uppercase;
}

#featured .wrapper {	
	padding:0 0 0 18px;
	text-align:left;
	vertical-align:text-top;
	float: left;
}

#featured .wrapper ul{
	list-style-type: none;
	margin: 0;
	padding:0;
}

#featured .wrapper li{
	margin: 0;
	padding:0;
}

#featuredContent .wrapper .best_sellers_image {
	float: left;
	width: 80px;
	clear:left;
	margin: 0;
	padding:0;}

#featuredContent .wrapper .best_sellers_text{
	float: left;
	width: 105px;
	padding-left: 5px;
	margin-bottom: 10px;
}

span#featuredHeading_categories_title {
	font-size: 11px;
	float: left;
	clear: left;
	padding-bottom: 3px;
	font-weight: bold;
}
* html span#featuredHeading_categories_title { padding-bottom: 0px;}

.productSalePrice {
	font-weight: bold;
	}
	
#bannerbox {
	float:left;}

h3#bannerbox2Heading{
	display:none;}

h3#bannerboxallHeading{
	display:none;}

h3#bannerboxHeading {
	display:none;}
	
#discountcoupon {
	margin-top: 25px;
}

#discount_couponContent {
	border: 1px solid #DCDCDC; float: left; padding:0 12px 0 14px;}

