/*
knitter's bookshelf text styles
basic colors are:
moss:		#D0D8B3
rose:		#C7A5A4
blue:		#A3B0B7
beige:	#E8D3A8
leather:	#CC9A36
mustard:	#CAAA5C
red:		#95552C
*/

.color_1 { 
	color: #D0D8B3;	/* moss */
}
.color_2 {
	color: #C7A5A4;	/* rose */
}
.color_3 {
	color: #A3B0B7;	/* blue */
}
.color_4 {
	color: #E8D3A8;	/* beige */
}
.color_5 {
	color: #CC9A36;	/* leather */
}
.color_6 {
	color: #CAAA5C;	/* mustard */
}
.color_7 {
	color: #95552C;	/* red */
}

body {
	background-color: #FFF;
	color: #444;
}

a {
	text-decoration: none;
	color: #95552C;
}

a:hover {
	text-decoration: underline;
	color: #95552C;
}

/*
.menu a, .menufocus a {
	text-decoration: none;
	display: block;
	color: #95552C;
	white-space: nowrap;
	}	

.menu a:hover, .menufocus a:hover {
	text-decoration: underline;
	display: block;
	white-space: nowrap;
}
*/
.menu {
	margin-left: 10%;
	margin-bottom: 0.3em;
	padding: 3px 0px 3px 5px;
	background-color: #E8D3A8;
	white-space: nowrap;
	font-weight: bold;
}

.menufocus {
	margin-left: 10%;
	margin-bottom: 0.3em;
	padding: 3px 0px 3px 5px;
	background-color: #D0D8B3;
	color: #95552C;
	white-space: nowrap;
	font-weight: bold;
}

#menucontainer #upsellarea {
	border: 0px solid Red;
	margin-left: 10%;
	padding: 10px 0px 10px 0px;
}

 #upsellarea p {
 	line-height: 1.3em;
	margin: 1.0em 0em 1.0em 0em;
 }
 
div.topic {
	width:100%;
	height: 13px;
	margin: 0px 0px 1.0em 0px;
	background-color: #FFFFFF;
	border: 0px 0px 1px 0px;
	border-color: #CC9629;
	border-bottom: 1px solid #CC9A36;
}

div.topic span {
	white-space: nowrap;
	background-color: #D0D8B3;
	float: right;
	text-align: right;
	width: 33%;
	height: 12px;
	color: #CA8F00;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-weight: bolder;
}

#contentcontainer > div.topic >span {
	height: 13px;
}

.book {
	border: 0px solid #CC9A36;
	padding: 1.0em 0.0em 1.0em 0.0em;
}
 img {
 	margin-top: 0.4em;
 }
 #logo {
 	margin-top: 0px;
}
	
.booktitle {
	font-weight: bold;
	color: #CC9A36
}

.price {
	font-weight: bold;
	color: #CC9A36
}

.orderbutton {
	border: 1px solid #CC9A36;
	background-color: #D0D8B3;
	color: #95552C;
	font-weight: bold;
	width: 6em;
}
h3 {
	color: #BD8600;
}
h4 {
	color: #BD8600;
}

#searchInstructions {
	border: 1px solid #CC9A36;
	margin-top: 10px;
}

.searchInstructionsList {
	margin-left: -25px;
}

.searchTermsBox, .zoom_searchbox {
	border: 1px solid #CC9A36;
	
}

.searchButton, .zoom_button {
	border: 1px solid #CC9A36;
	background-color: #D0D8B3;
	color: #95552C;
}

.highlight { background: #FFFF40; }