/*
 * Main Styles BEGIN
 */
body{
    margin: 0px;
    background-repeat: repeat-x;
    background-color:#ffffff;
    font-family: Tahoma, Verdana;
    color: #666666;
    font-size: 11px;
    font-weight: normal;
    text-decoration: none;
}

hr.separator{
    height: 1px;
    color: #E5E5E5;
    background-color: #E5E5E5;
    border: 0px;
}

img {
    border: 0;
}

input,
textarea,
select {
    border: 1px solid gray; 
    font-family: Verdana, Arial, sans-serif;
    color: #333333;
    font-size: 11px;
    background-color: white;
}
input[type="hidden"]{
	border: 0;
}

input[type="checkbox"],
input[type="radio"],
input[type="image"] {
    border: 0;
    background-color: transparent;
}

input[type="radio"]{
	margin-right:5px;
}

input[type="button"],
input[type="submit"]{
    border: 1px solid gray; 
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
    background-color: #DDDDDD;
}

/* Main Menu Styles */
.MainMenu{
    font-family: Tahoma, Verdana;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
}

.MainMenu a{
    color: #ffffff;
    text-decoration: none;
}

.MainMenuHighlight{
    font-family: Tahoma, Verdana;
    color: #FB7F93;
    font-size: 12px;
    font-weight: bold;
}

.MainMenuHighlight a{
    color: #FB7F93;
    text-decoration: none;
}

/* Page Title Style */
.PageTitle {
    font-family: Tahoma, Verdana;
    color:#333333;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
}

/* Your Shopping Cart Text Style */
.ShoppingCartText{
    font-family: Tahoma, Verdana;
    color: #ffffff;
    font-size: 11px;
    font-weight: normal;
}

.ShoppingCartText a{
    color: #ffffff;
    text-decoration: none;
}

/* Required Style */
.Required {
    color: red;
}

/* Error Style */
.Error {
    color: red;
}

/* Store Closed Style */
.StoreClosedText {
    font-family: Tahoma, Verdana;
    color: #C63983;
    font-size: 16px;
    font-weight: bold;
}

/* Larger Image Text Styles */
.LargerImageLink{
    font-family: Tahoma, Verdana;
    color: #666666;
    font-size: 10px;
}

.LargerImageLink a{
    color: #666666;
    text-decoration:underline;
}

.LargerImageLink a:hover{
    color: #999999;
    text-decoration:underline;
}

/* Copyright Text Styles */
.CopyrightText{
    font-family: Tahoma, Verdana;
    color: #333333;
    font-size: 11px;
    font-weight: normal;
}

.CopyrightText a{
    color: #333333;
    text-decoration: none;
}
/*
 * Main Styles END
 */

/*
 * Category Styles BEGIN
 */
.CategoryName{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
    font-size: 12px;
    font-weight: bold;
	text-align:center;
}

.CategoryName a{
    color: #C63983;
    text-decoration: underline;
}

.CategoryName a:hover{
    color: #D369A2;
}

.CategoryDescription{
    color: #333333;
    font-family: Tahoma, Verdana;
    font-size: 11px;
    font-weight: normal;
}
/*
 * Category Styles END
 */

/*
 * Product Styles BEGIN
 */
.ProductName{
    font-family: Tahoma, Verdana;
    color: #666666;
    font-size: 11px;
    font-weight: bold;
}
.ProductName a{
    color: #666666;
    text-decoration: none;
}

.ProductName a:hover{
    color: #BBBBBB;
    text-decoration: none;
}

.ProductDescription{
    font-family: Tahoma, Verdana;
    color: #333333;
    font-size: 11px;
    font-weight: normal;
}
.desc{
    vertical-align:top;
	padding-left: 10px;
	padding-right: 10px;
}
.prod{
	background-color:none;
	padding:10px 10px 10px 0px;
	vertical-align:top;
}

.ProductPrice{
    font-family: Tahoma, Verdana;
    color: #CC3399;
    font-size: 11px;
    font-weight: bold;
	margin-top:40px;
}

.ProductQuantity{
	margin-top:20px;
	vertical-align:text-bottom;
}

.ProductStockMessage{
    font-family: Tahoma, Verdana;
    color: red;
    font-size: 12px;
    font-weight: bold;
	padding: 5px;
}

.ProductOptionsTitle{
    font-family: Tahoma, Verdana;
    color: #666666;
    font-size: 11px;
    font-weight: bold;
}

.ProductOptions{
    font-family: Tahoma, Verdana;
    color: #333333; 
    font-size: 11px;  
    font-weight: normal;
    text-align: left;
}

.ProductOptions input,
.ProductOptions textarea,
.ProductOptions select{
}
/*
 * Product Styles END
 */
 
 
 /*** CART ***/
 .cartEntry{
	float:left;
	background-color:#white;
}
 .cartItemSeparator{
	float:clear;
	background-color:#FFFFFF;
	height:10px;
}
.cartProduct{
	float:left;
	width:160px;
	background-color:white;
}

.cartDescription{
	float:left;
	width:516px;
	background-color:#c7dadc;
	height:180px;
	padding:10px;
}

.cartTitle{
	font-family:Arial, Helvetica, sans-serif;
	color:#7c9599;
	font-size:14px;
	font-weight:bold;
}
.cartSeries{
	font-family:Arial, Helvetica, sans-serif;
	color:#7c9599;
	font-size:11px;
	text-transform: uppercase;
	font-weight:bold;
}
.cartGrade{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:11px;
	font-weight:bold;
	margin-top:5px;
}
.cartQuantity{
	float:left;
	width:86px;
	text-align:center;
	background-color:#d8e6e7;
	height:180px;
	padding-top:20px;
}
.cartItem{
	float:left;
	width:86px;
	text-align:center;
	background-color:#c7dadc;
	height:180px;
	padding-top:20px;
}
.cartPrice{
	float:left;
	width:86px;
	text-align:center;
	height:180px;
	background-color:#c7dadc;
	padding-top:20px;

}
.cartTotal{
	float:left;
	width:86px;
	text-align:center;
	background-color:#d8e6e7;
	height:180px;
	padding-top:20px;
}
 

/*
 * Breadcrumb Styles BEGIN
 */
.Breadcrumb {
    padding: 0;
    margin: 0;
    width: 100%;
    background-color: white;
    font-family: Tahoma, Verdana;
    color: #333333;
    font-size: 11px; 
    text-align: left;
}

.Breadcrumb a{
    color: #CD3C53;
    text-decoration: underline;
}

.Breadcrumb a:hover{
    color: #DA7080;
}
/*
 * Breadcrumb Styles END
 */

/*
 * NavigationBar Styles BEGIN
 */
.NavigationBar {
    padding: 0px;
    margin: 2px;
    width: 180px;
    background-color: white;
}

.NavigationBar table td{
    border-top: #E5E5E5 1px solid; 
    border-left: #E5E5E5 1px solid;
    border-right: #E5E5E5 1px solid;
    font-family: Tahoma, Verdana;
    color: #333333;
    font-size: 11px;
    font-weight: normal;
    text-align: left;
}

.NavigationBar table td.Empty {
    padding: 10px;
    font-weight: bold;
    text-align: center;
}

.NavigationBar table td.LevelDefault{
    padding: 1px 0px 7px 60px;
}

.NavigationBar table td.LevelDefault a{
    color: #333333;
    text-decoration: none;
}

.NavigationBar table td.LevelDefault a:hover{
    color: #888888;
}

.NavigationBar table td.Level1{
    padding: 1px 0px 7px 20px;
    font-weight: bold;
}

.NavigationBar table td.Level1 a{
    color: #333333;
    text-decoration: none;
}

.NavigationBar table td.Level1 a:hover{
    color: #888888;
}

.NavigationBar table td.Level2{
    padding: 1px 0px 7px 40px;
}

.NavigationBar table td.Level2 a{
    color: #333333;
    text-decoration: none;
}
.NavigationBar table td.Level2 a:hover{
    color: #888888;
}

.NavigationBar table td.Selected{
    background-color: #E5E5E5;
}

.NavigationBar table td.Selected a{
    color: #C63983;
    text-decoration: none;
}

.NavigationBar table td.Selected a:hover{
    color: #D369A2;
}
/*
 * NavigationBar Styles END
 */


/*
 * Subcategories List Styles BEGIN
 */
.Subcategories{
    padding: 0px;
    margin: 2px;
    width: 100%;
    background-color: white;
    vertical-align: top;
    text-align: center;
}

/* the following styles are inherited from .CategoryName */
.Subcategories .CategoryName{
    padding: 2px;
}

.Subcategories .CategoryName a{
}

.Subcategories .CategoryName a:hover{
}
/*
 * Subcategories List Styles END
 */

/*
 * Product List Styles BEGIN
 */
.ProductList{
    padding: 0px;
    margin: 2px;
    width: 100%;
    background-color: white;
    vertical-align: top;
}

.ProductList table td{
    vertical-align: top;
}

.ProductList .Empty{
    padding: 30px 0px 40px 0px;
    font-family: Tahoma, Verdana;
    color:#333333;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

/* the following styles are inherited from Category Styles */
.ProductList .CategoryName{
}

.ProductList .CategoryDescription{
    padding-top: 6px;
}

/* the following styles are inherited from Product Styles */
.ProductList .ProductName{
    padding-top: 7px;
    padding-bottom: 10px;
    text-align: center;
}

.ProductList .ProductDescription{
    padding: 10px;
}

.ProductList .ProductPrice{
    padding: 5px;
    text-align: center;
}
/*
 * Product List Styles END
 */

/*
 * Paginator Dropdown Styles BEGIN
 */
.PaginatorDropdown {
    padding: 0;
    margin: 0;
    width: 100%;
    font-family: Tahoma, Verdana;
    color: #333333;
    font-size: 11px; 
    background-color: white;
    text-align: left;
}

.PaginatorDropdown select{
}
/*
 * Paginator Dropdown Styles END
 */

/*
 * Paginator Styles BEGIN
 */
.Paginator {
    padding: 0;
    margin: 0;
    width: 100%;
    font-family: Tahoma, Verdana;
    color: #333333;
    font-size: 11px; 
    background-color: white;
    text-align: right;
}

.Paginator a{
    color: #CD3C53;
    text-decoration: underline;
}

.Paginator a:hover{
    color: #DA7080;
    text-decoration: underline;
}
/*
 * Paginator Styles END
 */

/*
 * Product Images Styles BEGIN
 */
.ProductImages {
    padding: 0px;
    margin: 2px;
    width: 100%;
    border: 1px #E5E5E5 solid;
    font-family: Tahoma, Verdana;
    font-size: 12px;
    color: #666666;
    font-weight: normal;
    background-color: white;
    text-align: left;
}
.ProductImages TH{
	padding: 2px;
	background-color: #E5E5E5;
}
.ProductImages IMG{
	padding: 10px;
	border: 2px solid #FFFFFF;
}
.ProductImages IMG:hover{
	padding: 10px;
	border: 2px solid #E5E5E5;
}
/*
 * Product Images Styles END
 */


/*
 * Related Products Styles BEGIN
 */
.RelatedItem{
/*	float:left;
	width:120px;
	height:210px;
	margin-right:30px;*/
	margin-bottom:10px;
	height:250px;
}

.RelatedProducts {
    padding: 10px 0px 0px 20px;
    /*margin: 2px;*/
    width: 470px;
    border: 1px #E5E5E5 solid;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #666666;
    font-weight: normal;
    text-align: left;
	
}
.RelatedLeft{
	float:left;
}

.RelatedRight{
	float:left;
	width:270px;
	padding-left:10px;
	padding-right:10px;
}
.RelatedName {
	color:#000000;
	font-weight:bold;
	margin-bottom:8px;
	font-size: 11px;
}
.RelatedDesc{
	font-size: 11px;
}
.RelatedSKU {
    /*padding: 6px;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 10px;
	text-align:center;
	color:#000000;
	padding-left:10px;
}
.RelatedISBN {
    /*padding: 6px;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size: 11px;
}
.RelatedPrice {
    /*padding: 6px;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 11px;
}

.RelatedProducts TH{
	padding: 2px;
	background-color: #E5E5E5;
}
.RelatedProducts IMG{
	padding: 5px;

	width:150px;
	height:200px;
}
.RelatedProducts IMG:hover{
	padding: 5px;

}
.RelatedProducts A{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #666666;
    font-weight: normal;
	text-decoration: none;
}
.RelatedProducts A:hover{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #666666;
    font-weight: normal;
	text-decoration: underline;
}

.RelatedAddToCart{
	margin-top:10px;
}

.RelatedAddToCart img{
	width:82px;
	height:19px;
	padding:10px, 0, 0, 0;
}

/*
 * Related Products Styles END
 */




/*
 * Product Info Styles BEGIN
 */
.ProductInfo {
    padding: 0px;
    margin: 2px 2px 2px 0px;
    width: 100%;
    /*border: 1px #E5E5E5 solid;*/
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #666666;
    font-weight: normal;
    /*background-color: red;*/
    text-align: left;
}

/* the following styles are inherited from Product Styles */
.ProductInfo .ProductName {
    /*padding: 6px;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size: 11px;
}
.ProductInfo .ProductISBN {
    /*padding: 6px;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size: 11px;
}
.ProductInfo .ProductCC {
    /*padding: 6px;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size: 11px;
}
.ProductInfo .ProductDuration {
    /*padding: 6px;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size: 11px;
}

.ProductInfo .ProductDescription {
 font-family: Verdana, Arial, Helvetica, sans-serif;
}

.ProductInfo .ProductPrice {
    /*padding-bottom: 7px;*/
	 color: #666666;
}
/*
 * Product Info Styles END
 */

/*
 * Shopping Cart Styles BEGIN
 */
.ShoppingCart {
    padding: 0px;
    margin: 2px;
    width: 100%;
    background-color: white;
    font-family: Tahoma, Verdana;
    color: #333333;
    font-size: 11px;
    font-weight: normal;
    text-decoration: none;
}

.ShoppingCart .Empty{
    padding: 30px 0px 40px 0px;
    font-family: Tahoma, Verdana;
    color:#333333;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

.ShoppingCart input{
margin:0;
}
.ShoppingCart td{
margin:0;
border:0;
}
/*
 * Shopping Cart Styles END
 */

/*
 * Search Result Styles BEGIN
 */
.SearchResult {
    padding: 0px;
    margin: 2px;
    width: 100%;
    background-color: white;
	float:left;
}

.SearchResult .Empty{
    padding: 30px 0px 40px 20px;
    text-align: left;
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    color: #666666;
    font-size: 12px;
    font-weight: bold;
}

.SearchResult .Highlight {
    /*background-color:#D66F6B;*/
}

.SearchResult .ProductName {
    padding: 0px;
    padding-bottom: 5px;
    text-align: left;
}

/* the following styles are inherited from Product Styles */
.SearchResult .ProductName a{
}

.SearchResult .ProductName a:hover{
    color: #888888;
}

.SearchResult .ProductDescription {
}

.SearchResult .ProductDescription a {
    color: #333333;
    text-decoration: none;
}

.SearchResult .ProductDescription a:hover {
    color: #888888;
}

.SearchResult .ProductNumber {
    font-family: Tahoma, Verdana;
    color: #666666;
    font-size: 11px;
    font-weight: bold;
}
/*
 * Search Result Styles END
 */

/*
 * Checkout Styles BEGIN
 */
.Checkout {
    padding: 0px;
    margin: 2px;
    width: 100%;
    background-color: white;
    font-family: Tahoma, Verdana;
    color: #333333;
    font-size: 11px;
    font-weight: normal;
    text-decoration: none;
}

.Checkout .Title {
    padding: 12px 0px 5px 15px;
    font-family: Tahoma, Verdana;
    color:#333333;
    font-size: 12px;
    font-weight: bold; 
    text-align:left;
	background-color:#c7dadc;
}

.Checkout .Block {
    padding: 15px;
    border: 1px #E5E5E5 solid;
	background-color:#d8e6e7;
}

.SameAsBilling {
    padding: 12px 0px 5px 0px;
    font-family: Tahoma, Verdana;
    color:#333333;
    font-size: 12px;
    text-align:left;
	background-color:#c7dadc;
}
.SameAsBillingCheck {
    padding: 12px 5px 5px 0px;
    font-family: Tahoma, Verdana;
    color:#333333;
    font-size: 12px;
    text-align:right;
	background-color:#c7dadc;
}

.Checkout .ColumnTitle {
    white-space: nowrap;
    color: #666666;
    font-weight: bold;
}

.Checkout .ColumnValue {
}

.Checkout .TotalLabel {
    white-space: nowrap;
    padding-right: 7px;
    font-weight: bold;
}

.Checkout .TotalValue {
    font-weight: bold;
}

.Checkout .Left {
    text-align:left;
}

.Checkout .Right {
    text-align:right;
}

.Checkout .Center {
    text-align:center;
}

.Checkout input.Normal,
.Checkout textarea.Normal,
.Checkout select.Normal {
}

.Checkout input.Error ,
.Checkout textarea.Error,
.Checkout select.Error {
    border: 1px solid red;
}

.Checkout select.Short {
    width: 100px;
}

.Checkout .Required {
}

.Checkout .Error {
}

.Checkout .Errors {
    padding: 15px;
    color: red;
    text-align: left;
    line-height: 20px;
}

.Checkout .Empty {
    padding: 30px 0px 40px 0px;
    font-family: Tahoma, Verdana;
    color:#333333;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

.Checkout .ImpossibleToComputeShippingCost {
    padding: 20px;
    color: #C63983;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}

.checkoutContinue{
	background-color:#c7dadc;
	padding:10px;
	text-align:center;
}


/*
 * Checkout Styles END
 */
 
.OrderInfo .field {
    text-align: right;
    background: #EEF2F8;
    color: #333333;
}

.OrderInfo .value {
    text-align: left;
}

.OrderInfo .products_header {
    color: #333333;
    background: #EEF2F8;
}

.OrderInvoice {
    color: black;
    font-size: 8pt;
}

.OrderInvoice .field {
    font-weight: bold;
    text-align: right;
}

.OrderInvoice .value {
    color: #666666;
    text-align: left;
}

.OrderInvoice .group_header {
    color: black;
    text-decoration: underline;
    font-size: 10pt;
    font-weight: bold;
}

.OrderInvoice .price_field {
    font-weight: normal;
    text-align: right;
    color: black;
}

.OrderInvoice .price_value {
    font-weight: bold;
    color: black;
    text-align: left;
}

.searchBoxText{
	color:#CCCCCC;
	font-weight:bold;
}

.searchResultBox{
	float:left;
	background-color:#ebf2f3;
}
.searchResultImage{

	float:left;
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;
	height:260px;
	background-color:#ebf2f3;

}
.searchResultText{
	float:left;
	background-color:#d0e0e2;
	width:290px;
	height:260px;
	
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
}
.searchResultText .searchTitle{
	font-family:Arial, Helvetica, sans-serif;
	color:#7c9599;
	font-size:14px;
	font-weight:bold;
}
.searchResultText .searchSeries{
	font-family:Arial, Helvetica, sans-serif;
	color:#7c9599;
	font-size:11px;
	text-transform: uppercase;
	font-weight:bold;
}
.searchResultText .searchGrade{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:11px;
	font-weight:bold;
	margin-top:5px;
}
.searchResultText .searchDescription{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:11px;
	margin-top:10px;
	overflow:hidden;
}
.searchResultText .searchNumber{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:11px;
	margin-top:10px;
	float:left;
}
.searchResultText .searchPrice{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:11px;
	margin-top:10px;
	float:left;
	margin-left:10px;
}
.searchResultText .searchDetails{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#990000;
	font-size:11px;
	margin-top:10px;
	margin-left:10px;
	float:left;
}
.searchResultAddItem{
	margin-top:20px;
	margin-left:30px;
	text-align:center;
}
.searchResultsL{
	float:left;
}
.searchResultsR{
	float:left;
}

.TotalLabel{
	text-align:right;
}
.TotalValue{
	text-align:left;
}
.cartButtons{
	text-align:right;
	padding-right:20px;
	padding-top:6px;
	padding-bottom:5px;
}

.cartDiv{
	padding:0px;
	margin:0px;
}
.AdditionalInfo{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding:10px 20px 10px 0px;
}
.AdditionalInfo p{
	background-color:transparent;
}
