/* CSS Document */

* {
text-decoration : none;
}



/* page body */

body {
font-family : Arial, Helvetica, sans-serif;
font-size : 62.5%;
margin : 32px 0 0 0;
text-align : center;
}

/* CMS */
body#mceContentBody {
	text-align: left;
	background: none;
	background-color: #fff;
}

/* main page wrapper */

#wrapper {
margin : auto;
overflow : auto;
width : 759px;
}

	#banner {
	display:none;
	}
	
	#print-banner {
	height : 174px;
	}



/* top navigation */

p#navigation {
display:none;
}



/* main content */

#main {
float : left;
padding : 0 8px 0 43px;
}



/* left navigation + content */

#left {
display:none;
}



/* main content area */

#content {
float : right;
font-size : 1.4em;
text-align : left;
width : 558px;
}
	
	#content p {
	margin : 0;
	padding : 0 10px 15px 30px;
	}

	p#breadcrumbs {
	color : #939393;
	font-size : .8em;
	padding : 3px 10px 3px 30px;
	margin : 0;
	}
	
		p#breadcrumbs span, p#breadcrumbs a {
		color : #AF00F1;
		}
		
		p#breadcrumbs a:hover {
		color : #000;
		}
	
	#content h1, #content h2 {
	font-size : 1.4em;
	letter-spacing : -1px;
	margin : 0;
	padding : 10px 10px 10px 30px;
	color: #042096;
	}
	
	#content ul#contents {
	list-style : none;
	margin : 0;
	padding : 0 0 0 30px;
	}
	
		#content ul#contents li {
		background : url(../graphics/common/dot.gif) 7px 5px no-repeat;
		margin : 0 0 5px 7px;
		padding : 0 0 0 12px;
		}
		
	#latest-news, #specials {
	background : url(../graphics/home/latest-news-back.jpg) 0% 0% repeat-y;
	margin: 0px 10px 15px 30px;
	padding-bottom: 15px;
	}
	
	#specials {
	clear: left;
	}	
	
	#latest-news h2, #specials h2 {
	font-size : 1.4em;
	letter-spacing : -1px;
	margin : 0;
	padding : 10px 10px 10px 30px;
	color: #000;
	}
	
		#latest-news ul#latest-books, #specials ul#latest-books {
		list-style : none;
		margin : 0;
		padding : 0 0 0 30px;
		}
	
		#latest-news ul#latest-books li, #specials ul#latest-books li {
		background : url(../graphics/common/dot.gif) 7px 5px no-repeat;
		margin : 0 0 5px 7px;
		padding : 0 0 0 12px;
		}
	

/* product display */

#products {
float: left;
margin: 0px;
width: 260px;
text-align: left;
height: 260px;
}

	#products img {
	margin : 5px 10px 10px 60px;
	padding-top:5px;
	border:0px;
	}
	
	#products h3 {
	font-size : 1.4em;
	letter-spacing : -1px;
	margin : 0px;
	padding : 0px 10px 0px 30px;
	color: #042096;
	font-weight: bold;
	}
	
	#products h2 {
	font-size : 1.1em;
	letter-spacing : -1px;
	margin : 0;
	padding : 0px 10px 0px 30px;
	color: #000;
	}
	
	#products p {
	font-size : 1.0em;
	color: #000;
	font-style: italic;
	margin : 0px;
	padding : 0px 10px 0px 30px;
	}
	
		p#products a {
		color : #AF00F1;
		}
		
		p#products a:hover {
		color : #000;
		}
		
		p#products a:visited {
		color : #000;
		}
	
			.price {
			font-weight: bold;
			font-style: normal;
			color: #042096;
			margin : 8px 8px 8px 8px;
			padding : 8px;
			float: left;
			display:block;
			}
	

/* product details */

#product-details {
margin: 30px 0px 20px 0px;
padding-top: 30px;
text-align: left;
}

	#products-details img {
	margin : 20px 10px 10px 40px;
	float: right;
	border:0px;
	}
	
	#products-details h2 {
	font-size : 1.4em;
	letter-spacing : -1px;
	margin : 0px;
	padding : 0px 10px 0px 30px;
	color: #042096;
	font-weight: bold;
	}
	
	#products-details h3 {
	font-size : 1.2em;
	letter-spacing : -1px;
	margin : 0px;
	padding : 0px 10px 0px 30px;
	color: #000;
	}
	
	#products-details p {
	font-size : 1.0em;
	color: #000;
	font-style: italic;
	margin : 0px;
	padding : 10px 10px 0px 30px;
	}
	
		p#products-details a {
		color : #AF00F1;
		}
		
		p#products-details a:hover {
		color : #000;
		}
		p#products-details a:visited {
		color : #000;
		text-decoration:underline;
		}
		
		#links a {
		color:#042096;
		}
		
				#links a:hover {
				color:#000000;
				}
				
				#links a:visited {
				color:#000000;
				text-decoration:underline;
				}
	
			#price-details {
			font-weight: bold;
			font-style: normal;
			font-size: 1.3em;
			color: #042096;
			margin : 10px 0px;
			padding : 10px 10px 0px 30px;
			}
			
			#more-details {
			font-style: normal;
			background-color: #537BB1;
			color: #FFFFFF;
			margin : 8px 8px 8px 0px;
			padding : 5px;
			float: left;
			display:block;
			cursor: pointer;
			}
			
				#more-details a:link {
				color:#FFFFFF;
				}
				
				#more-details a:visited {
				color:#AF00F1;
				}
	

/* 5 Easy steps to Checkout */

p#checkout-steps {
color : #939393;
font-size : 0.9em;
padding : 3px 10px 3px 30px;
margin : 0;
font-weight:bold;
}

	p#checkout-steps span {
	color : #000000;
	}
	
/* Checkout Instructions */

p#checkout-instructions {
color : #000000;
font-size : 0.8em;
padding : 3px 10px 3px 30px;
margin : 0;
}
	
/* checkout tables */

#checkout-graphic img {
*float: left;
}

td {
*font-size : 0.8em;
}

html>body td {font-size : 1.0em;}

table {
padding : 20px 10px 3px 30px;
}

#table-titles-rows {
background-color: #042096;
color: #fff;
border: 1px solid #fff;
font-weight: bold;
font-size : 0.9em;
}

#table-rows {
color: #042096;
border: 1px solid #fff;
font-size : 0.9em;
}

#table-rows-shipping {
color: #000000;
border: 1px solid #fff;
text-align: right;
padding: 10px 8px 10px 8px;
}

#table-titles-col1 {
width: 300px;
padding: 4px 8px 4px 8px;
}
#table-titles-col2 {
width: 70px;
padding: 4px 8px 4px 8px;
}
#table-titles-col3 {
width: 50px;
padding: 4px 8px 4px 8px;
}
#table-titles-col4 {
width: 50px;
padding: 4px 8px 4px 8px;
}

#table-col1 {
width: 300px;
padding: 4px 8px 4px 8px;
text-align: left;
line-height: 1.6em;
color: #000000;
}
#table-col2 {
width: 70px;
padding: 4px 8px 4px 8px;
text-align: center;
}
#table-col3 {
width: 50px;
padding: 4px 8px 4px 8px;
text-align: center;
font-weight: bold;
color: #000000;
font-size : 0.9em;
}
#table-col4 {
width: 50px;
padding: 4px 8px 4px 8px;
text-align: center;
font-weight: bold;
color: #000000;
font-size : 0.9em;
}
#table-col5 {
width: 150px;
padding: 4px 8px 4px 8px;
text-align: left;
color: #000000;
}
#table-shipping-col1 {
padding: 4px 8px 4px 8px;
text-align: right;
color: #000000;
font-size : 0.9em;
}
#table-shipping-col2 {
padding: 4px 8px 4px 8px;
text-align: right;
font-size : 0.9em;
}

#table-rows hr {
border-bottom: 1px dashed #042096;
border-left: none;
border-right: none;
border-top: none;
height: 1px;
}

#total-rows {
text-align: right;
}

#button-spacer {
border-right: 1px solid #fff;
}

#total-rows hr {
border-bottom: 1px solid #042096;
border-left: none;
border-right: none;
border-top: none;
height: 1px;
margin: 0px;
padding: 0px;
}

/* checkout step tables */

#table-ctitles-col {
width: 511px;
padding: 4px 8px 4px 8px;
font-weight: bold;
}

#table-crows-col1 {
width: 200px;
padding: 4px 8px 4px 8px;
color: #4E4D4D;
}
#table-crows-col2 {
width: 311px;
padding: 4px 8px 4px 8px;
color: #4E4D4D;
}


/* spiderlinks */

#spiders {
display:none;
}




/* text-only + print */

span#skeleton {
display : none;
}

/* pop up large image */
#popup_image {
border: 3px solid #000033;
}
#item-added {
  color: #FFFFFF;
  background-color: #042096;
  padding : 10px 10px 10px 10px;
  margin:5px 30px;
}

#add-to-cart {
  color: #FFFFFF;
  background-color: #537BB1;
  padding : 10px 10px 10px 10px;
  margin:10px 30px;
  display:block;
  width:75px;
}

	#add-to-cart a:link {
  	color: #FFFFFF;
	}
	
	#add-to-cart a:visited {
  	color: #FFFFFF;
	}
	
#gift_message{
  width: 99%;
  display: none;
  height: 100px;
}
