html
{
    height: 100%;
    width: 100%;
}

body
{
    border:none 0px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    text-align: center;
	background-color:#e2e1e1;
    font-family: Arial; 
    font-size: 14px;
}


div
{
    border:none 0px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    height:100%;
    width: 100%;
}

a
{
    font-size: smaller;
    color: #333333;
	text-decoration:none;
}

.container
{
margin-left:auto;
margin-right:auto;
text-align: left;
width: 1000px;
}


.contentRow
{
	width:1000px;
    min-height:100px;
    float:left;
    background-color:#FFFFFF;
}

.contentRowLeft
{
width: 200px;
float: left;
font-family: Arial; 
font-weight: 900;

}

.contentRowRight
{
width: 200px;
float: right;
}

.contentRowMiddle
{
float:left;
width:530px;
margin-left:30px;
margin-right:15px;
padding-bottom:40px;
}

.header
{
	float:left;
	height:100px;
}

.headerLeft
{
    width:200px;
	height:100px;
    float:left;
	text-align: left;
    background-image: url('images/st_books.jpg');
    background-repeat: no-repeat;
}

.headerRight
{
    width:800px;
    height:100px;
    float:left;
    text-align:center;
    vertical-align:middle;
    background-image: url('images/st_books_header.jpg');
    background-repeat: no-repeat;
}

.footer
{
	float:left;
    width:1000px;
    height:45px;
    text-align:center;
    background-color:#5c5c5a;
	background-image: url('images/footer_bg.jpg');
}
.copyright
{
   	float:left;
    width:1000px;
    text-align:center;
    vertical-align:middle;
	font-size:9px;
}
.smallbar
{
	float:left;
	height:10px;
    width:1000px;
    text-align:center;
    vertical-align:middle;
	background-color:#9f1c20;
	font-size:9px;
}


.searchBox
{
    height: 40px;
    width: 200px;
    background-color:#f1e8c1;	
}

.searchBoxImg
{
    height: 100px;
    width: 200px;
    background-color:#f1e8c1;
    background-image: url('images/bookstore_search.jpg');
    background-repeat: no-repeat;
}

.genHeader
{
    padding: 0px 0px 0px 0px;
    font-weight: 900;
    font-size:18px;
    color:#9f1c20;
}

.SearchHeader
{
    padding-top: 10px;
    font-weight: 900;
    font-size:18px;
    color:#9f1c20;
}

.browseNav
{

    font-weight: 900;
    font-size:16px;
	margin-left:10px;
	margin-top:10px;
	margin-bottom:10px;
	vertical-align:middle;
}


.browseNav a:link { color:#9f1c20; text-decoration:none }
.browseNav a:visited { color:#9f1c20; text-decoration:none }
.browseNav a:hoover { color:#9f1c20; text-decoration:none }
.browseNav a:active { color:#9f1c20; text-decoration:none }

.divideHeader
{
    height: 22px;
    width: 200px;
    background-color:#4a1d00;
	text-indent:10px;
	color:white;
    font-weight: 900;
	vertical-align:middle;
}

.divideHeaderText
{
    float:left;
	padding-top:3px;
}
.BestHeader
{
    float:left;
    height: 22px;
    width: 200px;
    background-color:#9f1c20;
	text-indent:10px;
	color:white;
    font-weight: 900;
	vertical-align:middle;
}
.divideHeaderCart
{
 	text-indent:10px;
	height: 16px;
    width: 200px;
    background-image: url('images/quick_view_header.jpg');
    background-repeat: no-repeat;
    color:black;
    font-weight: 900;

}

.QuickView
{
    width:200px;
    color:black;
    padding: 5px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
    font-size:10px;
	background-image: url('images/quick_view_bg.jpg');
	background-repeat:repeat;

}

.QuickViewItems
{
    width:180px;
    font-size:12px;
    margin: 0px 10px 0px 10px;
	padding: 0px 0px 0px 0px;
}

.counts
{
    font-size: 10px;
    text-align:left;
}


/*Book Page Classes*/

.BookDetails
{
	width:520px;
}

.BookPage
{

}

.BookPageBookCover
{
    border:none;
	margin-right:20px;
}

.BookPageDescription
{
    font-size:14px;
    display:block;
}

.BookPageTitle
{
    font-size:large;
}

.BookPageSubtitle
{
    font-style:italic;
}

.bookPrice
{
    font-size:18px;
    font-weight: 900;
    padding-top:10px;
    padding-bottom:10px;
}

.BookPageLeftCol
{
    width:220px;
    text-align:left;
}

.BookPageRightCol
{
    width:500px;
    text-align:left;
    margin-left:30px;
    display:block;
}

.BookCoverSideBar
{
    float:left;
    text-align: center;
	width:130px;
	margin-top:20px;
	margin-left:30px;

}

.BookCoverSideBarImageContainer
{
	text-align:center;
}

.BookCoverSideBarTextContainer
{
	text-align:center;
}

.BookCoverSideBarImage
{	
    border:none;
}

.BookPageBookCover
{
    float:left;
}

.BookPageListedUnder
{
	padding: 0px 0px 40px 0px;
}

.BookPageListedUnderHead
{
	font-weight: 900;
    font-size:18px;
    color:#9f1c20;
}

/* End Book Page Classes*/


.bookSearchCategories
{
	padding: 40px 0px 40px 0px;
}



/*Book Search Classes*/

.BookSearchBookCover
{
    border:none 0px;
}

/*End Book Search Classes*/

/* Book Cover Classes */

.BookRows
{

}

.BookRow
{
    width:540px;
    float:left;
    padding-bottom:20px;
}

.BookCoverMain
{
	float:left;
	width:33%;
	height:170px;
	text-align:center;
}

.BookCoverMainViewMore
{
	padding-bottom:20px;
}

.BookCoverMainImageContainer
{
	height:118px;

}

.BookCoverMainTextContainer
{

}

.BookCoverMainImage
{
	text-align:center;
	border:none;
}

/* End Book Cover Classes */

.ParentCategoryLink
{
    font-weight:bold;
}

.ChildCategoryLink
{
    font-style:italic;
}

.ShoppingCart
{
padding: 20px 0px 0px 0px;
text-align:center;
vertical-align:middle;
}



.ShoppingCartItem
{
    width:100%;
    border-bottom: 1px;
    border-bottom-style:dashed;
}
.ShoppingCartTotals
{
    width:70px;
    border-bottom: 1px;
    border-bottom-style:dashed;
    font-weight:900;
    text-align:right;
    font-size:12px;
}
.ShoppingCartTotalsText
{
    width:70px;
    border-bottom: 1px;
    border-bottom-style:dashed;
    font-weight:900;
    font-size:12px;
    text-align:right;
}

.ShoppingCartItemTitle
{
    background-color:white;
    width:70%;
    font-weight: 900;
    font-size:12px;
    text-align:left;
}
.ShoppingCartItemPrice
{
    background-color:white;
    width:70px;
    text-align:right;
    font-size:12px;
}
.ShoppingCartItemRemove
{
    border:none;
    background-image:url('images/cart_remove.gif');
    height:21px;
    width:21px;
    background-repeat:no-repeat;
    background-color:White;
    cursor:pointer;
    }
.ShoppingCartItemLineAmount
{
    background-color:white;
    width:70px;
    text-align:right;
    font-size:12px;
}
.ShoppingCartItemQuantity
{
    background-color:white;
    width:20px;
    font-size:12px;
    text-align:right;
}
.ShoppingCartItemDiscount
{
    font-size:10px;
    color:Red;  
    padding-left:36px; 
}
.NewsletterImage
{
	border:none;
	float:left;
	margin-right:0px;
	margin-left:0px;
	margin-bottom:10px;
}
.NewsletterText
{
	font-size:11px;
  	display:block;
	border:none;
}

.NewsletterHeader
{
	font-size:12px;
  	display:block;
	font-weight:900;
	margin-left:4px;
	margin-right:4px;
	margin-bottom:4px;
	border:none;
}

.CheckOutTop
{
    height: 15px;
    width: 200px;
    background-color:#f1e8c1;
    background-image: url('images/bookstore_search.jpg');
    background-repeat: no-repeat;
}
.CheckOutLink
{
	height:115px;
  	background-image: url('images/quick_view_bg.jpg');
	background-repeat:repeat;
	padding-top:7px;
	border:none;
}

.CheckOutLink a:link { color:#000000; text-decoration:none }
.CheckOutLink a:visited { color:#000000; text-decoration:none }
.CheckOutLink a:hoover { color:#000000; text-decoration:none }
.CheckOutLink a:active { color:#000000; text-decoration:none }

.CheckOutBottom
{
    height: 14px;
    width: 200px;
    background-color:#f1e8c1;
    background-image: url('images/bookstore_search.jpg');
    background-repeat: no-repeat;
}

.SmallRule
{
	width:2px;
	height:320px;
	margin-top:20px;
	float:left;
	background-image: url('images/rule.gif');
}

.BookSearchBookTitle
{
    font-weight: 900;
    font-size:14px;
    color:#9f1c20;	
}
.buttonAddToCart
{
    background-image: url('images/cart_add.jpg');
    width:72px;
    height:61px;
    border:none;
    cursor:pointer;
    vertical-align:middle;
}

.searchNavButtons
{
    text-align:center;
}

.leftButton, .rightButton
{
    width:30px;
    height:28px;
    border:none;
    cursor:pointer;
    background-color:White;
}

.leftButton
{
background-image: url('images/nav_left.gif');
}

.rightButton
{
background-image: url('images/nav_right.gif');
}

.searchButton
{
    width:30px;
    height:28px;
    border:none;
    cursor:pointer;
    background-image: url('images/search.gif');
    background-color:#f1e8c1;	
}

.couponButton
{
    background-image: url('images/add.gif');
    width:20px;
    height:20px;
    border:none;
    cursor:pointer;
    background-color:#ffffff;	
    vertical-align:top;
}

.errorSubmitOrder
{
    margin-top:20px;
}

.CreditCardError
{
    font-weight:bold;
    color:Red;    
}
