/* =INITIAL MASS RESET
v2.1, by Faruk Ates - www.kurafire.net 
Addendum by Robert Nyman - www.robertnyman.com */ 
/* Neutralize styling: 
Elements we want to clean out entirely: */ 
html, form, fieldset { 
margin: 0; 
padding: 0; 
font: 100%/120% Verdana, Arial, Helvetica, sans-serif; 
} 
/* Neutralize styling: 
Elements with a vertical margin: */ 
h1, h2, h3, h4, h5, h6, p, pre, 
blockquote, ul, ol, dl, address { 
margin: 1em 0; 
padding: 0; 
} 
/* Apply left margin: 
Only to the few elements that need it: */ 
li, dd, blockquote { 
margin-left: 1em; 
} 
/* Miscellaneous conveniences: */ 
form label { 
cursor: pointer; 
} 
fieldset { 
border: none; 
} 
/* Form field text-scaling */ 
input, select, textarea { 
font-size: 100%; 
} 


@charset "utf-8";
body  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
html { /*seems to be required for Safari */
background: #666666;
}

/* == MAJOR DIV TAGS == */

#container { 
	width: 995px;  /* using 5px less than a full 1000px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 25px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#mainContent {
	margin: 10px 210px 0 204px; /* Controls the left and right margins of the main body column on all pages (for now). */
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border: 1px solid #ccc;
	width: 555px;
} 
#mainContentHome {
	margin: 10px 200px 0 5px; /* Controls the left and right margins of the main body column on all pages (for now). */
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border: 1px solid #ccc;
	width: 750px;
}
#mainContentBrowse {
	margin: 10px; /* Controls the left and right margins of the main body column on all pages (for now). */
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border: 1px solid #ccc;
	width: 950px;
}
#mainContentPopup {
	margin: 10px 10px 0 5px; /* Controls the left and right margins of the main body column on all pages (for now). */
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border: 1px solid #ccc;
	width: 750px;
}
#mainContentPhotos {
	margin: 10px 200px 0 204px; /* Controls the left and right margins of the main body column on all pages (for now). */
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border: 1px solid #ccc;
	width: 565px;
} 
#mainContentBookstore {
	margin: 10px 210px 0 204px; /* Controls the left and right margins of the main body column on all pages (for now). */
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border: 1px solid #ccc;
	width: 555px;
} 
#mainContentShelf {
	margin: 10px 0 0 204px; /* Controls the left and right margins of the main body column on all pages (for now). */
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border: 1px solid #ccc;
	width: 750px;
} 
#mainContentTitle {
	margin: 10px 210px 0 204px; /* Controls the left and right margins of the main body column on all pages (for now). */
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border: 1px solid #ccc;
	width: 575px;
} 
#mainContentTitleInner {
	margin: 10px;
}
#mainContentTitle h1 {
	padding-left: 10px;
}
#mainContentTitle h2 {
	margin: 5px 0 7px 0;
	color: #C12F0A;
	font-size: 1.1em;
	}
#mainContentTitle h3 {
	margin: 5px 0;
	font-size: 1em;
	line-height:normal;
	}
#mainContentTitle h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	color: #666666;
	margin: 5px 0 0 0;
	padding: 0;
	line-height: 1.2em;
}
#mainContentTitle .reviewtext { 
	text-align:left;
	font-size:0.75em;
	font-family: Arial, Helvetica, sans-serif;;
	line-height: normal;
	padding: 0 5px 0 3px; /* alter padding to increase space between list of comments */
}
#mainContentTitle .subtitle {
	padding-left: 10px;
	font-size: 1em;
}
#mainContentTitle p {
	font-size:0.8em;
	line-height:normal;
}
#mainContentTitle ol {
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;;
	margin-left: 0.2em;
	line-height: normal;
}
#mainContentTitleInner ul {
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;;
	margin-left: 0.2em;
	line-height: normal;
}
#header {
	height:92px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	position:relative;
	background-color: #F5F5F1;
	background-image: url(images/navbar2.gif);
	background-repeat: repeat-x;
	background-position: bottom;
} 
#leaderboard {
	text-align: center;
	padding: 5px;
	background-color: #CCC;	
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 195px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* padding keeps the content of the div away from the edges */
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 5px;
}
#sidebarAds {
	float: right; /* since this element is floated, a width must be given */
	width: 198px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 10px 15px 5px; /* padding keeps the content of the div away from the edges */
	text-align: right;
}
#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 198px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 5px 15px 10px; /* padding keeps the content of the div away from the edges */
}
#sidebar2 h2 {
	font-size: 1em;
	margin: 0.2em 0 0.5em 0;
	color: #C12F0A;
	}
#sidebar2 h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	color: #666666;
	margin: 5px 0 0 0;
	padding: 0;
	line-height: 1.2em;
}
#sidebar2 a {
	text-decoration: none;
}	
#sidebar2 a:hover {
	text-decoration: underline;
}	
#sidebar2 form textarea {
	height: 12em;
	width: 170px;
	font-size: 0.8em;
	font-family:Arial, Helvetica, sans-serif;
}


#bookmenu {
	float: left; /* since this element is floated, a width must be given */
	width: 195px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* padding keeps the content of the div away from the edges */
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 5px;
}
#bookmenu p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:normal;
}
#bookmenu a:hover {
	text-decoration: underline;
}
#sidebar-left2 { /* this is for search output left pane */
	float: left;
	width: 380px;
	background: #FFFFFF;
	margin: 0 5px 0 10px;
	padding: 0px;
}
#sidebar-left3 { /* this is for search output right pane */
	float: left;
	width: 380px;
	background: #FFFFFF;
	margin: 0 5px;
	padding:0px;
}
#footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	margin-top: 5px;
} 

#popup body {
	background-color: #ffffff;
}
#popup html {
	background-color: #ffffff;
}
#popupcontent {
	width: 460px;
	height: 368px;
	background-color: #ffffff;
	margin: 0px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; 
}
#popupcontent h2 {
	margin: 0;
	padding: 20px 0 0 0px;
}

/* links */

a:link {
	color:#5b7201;
	text-decoration:none;
}
a:visited {
	color:#5b7201;
	text-decoration:none;
}
a:hover {
	color:#5b7201;
	text-decoration: underline;
}
a:active {
	color:#5b7201;
	text-decoration: underline;
}

.nolink a:link,a:visited {
	text-decoration: none;
}
.nolink a:hover,a:active {
	text-decoration: underline;
}

/* MAIN ELEMENTS */

P {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.9em;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	line-height:normal;
	font-weight:normal;
	color: #5B7201;
	margin: 0.5em 0;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-weight: normal;
	color: #5B7201;	
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:1em;
	font-weight:normal;
	color:#5B7201;
}
h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:1em;
	font-weight:normal;
	color:#5B7201;
	margin: 5px 0 5px 0;
}
	
/* LIST FORMATTING */
#clearlist ol { /* allows us to use lists without numbers or bullets */
	list-style:none;
	font-size: 0.7em;
	margin-left: 0.2em;
	line-height: normal;
}

#clearlist li {
	margin: 3px 0;
}

/* JQUERY FORMATTING */
.blur { /* for Hint plugin */
	color: #999;
}

.limitorBox { /* for Jquery textbox input limitor */
	border: 1px solid #000;
	background-color: #CCCCCC;
	padding: 3px 6px;
	margin-top: 3px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.tooltip {
	display:none;
	background:transparent url(images/black_arrow.png);
	height:70px;
	width:160px;
	padding:25px;
	font-size:11px;
	color:#fff;	
}
/* a .label element inside tooltip */ 
.tooltip .label { 
    color:yellow; 
    width:35px; 
} 
 
.tooltip a { 
    color:#ad4; 
    font-size:11px; 
    font-weight:bold; 
}

/* style the trigger elements */
#tooltip img {
	border:0;
	cursor:pointer;
	margin:0 8px;
}
</style>


/* == GENERIC HACKS AND TOOLS FOR POSITIONING AND LAYOUT == */

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.clearfix:after { /* this is taken from Apress Pro CSS Techniques, page 94. Version of the Holly Hack and float clearing code */
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden; 
	} 
	/* Hides from IE-mac \*/ 
	* html .clearfix { height:1%; } 
	/* End hide from IE-mac */ 

/* == TEXT FORMATTING CLASSES == */

.username {
	text-align:left;
	font-size:0.7em;
	font-weight: 700;
	color: #006633;
}

.reviewtext {
	text-align:left;
	font-size:0.8em;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height: 1.2em;
	color:#333333;
	padding: 5px;
}

.subtitle {
	font-family: Georgia, "Times New Roman", Times, serif; 	
	font-size: 1.1em;
	margin-top: -12px;
	color: #666666;
}
.subtitle2 { 
	font-size:0.9em;
	font-family: Georgia, "Times New Roman", Times, serif; 	
	line-height: normal;
	padding: 0px;
	margin: -12px 0 -2px 0;
}
.medtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	padding: 5px 0 5px 2px;
	margin: 0;
	color:#666666;
	line-height:normal;
}
.medsmalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	padding: 5px 0 5px 0px;
	margin: 0;
	color:#000000;
	line-height:normal;
}
.medsmalltitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	padding: 0px;
	margin: 5px 0 0 0;
	font-weight: bold;
	color:#000000;
	line-height:normal;
}
.blacktext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	padding: 5px 0 5px 2px;
	margin: 0;
	color:#000000;
	line-height:normal;
}
.navtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-align: right;
	color:#666666;
	line-height:normal;
}
.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding:  0;
	margin: 0;
	color: #666666;
	line-height:normal;
}
.smalltext_2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding:  0;
	margin: 0;
}
.timeago_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height:normal;
}
.alignright {
	float: right;
	margin-top: -15px;
}
.alignright-base {
	float: right;
}
.alignright-white {
	float: right;
	margin-top: -15px;
}
.alignleft {
	float: left;
	margin-top: -15px;
}
.tinytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#666666;
	margin: 0px;
}
.seriftext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold 
	color: #5B7201;
}
.orangebig {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	color: #C12F0A;
}
.sorry {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #5B7201;
}
.error {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: red;
}
input.error {
	background-color: #FFFFD5;
	border: 1px solid red;
}
.striped {
	background-color: #FFFFFF;
}

.red {
	color: red;
}
.burgundy {
	color: #993300;
}
.grey {
	color: #999;
}

.flag {
	color: #FFCC33;
	font-size: 16px;
	font-weight: bold;
}
.tablelight {
	background-color:#FFFFFF;
	}
.outline {
	background-color:#FFFFFF;
	border: 1px solid #cccccc;
	font-size: 0.7em;
	padding: 5px; 
	margin-right: 15px;
}
img.border {
	background:url(images/shadow.gif) no-repeat right bottom;
	padding:4px 10px 10px 4px;	
	margin: 5px 5px 0px 0;
	border:0;
	border-top:#eee 1px solid;
	border-left:#eee 1px solid;	
}
#divider {
	border-top: 1px solid #ccc;
	width: 100%;
	height: 2px;
	margin-top: 5px;
	padding: 0;
}
#divider-top {
	border-top: 1px solid #ccc;
	width: 100%;
	height: 2px;
	margin: 0;
	padding-top: 3px;
}
#divider-bottom {
	border-top: 1px solid #ccc;
	width: 100%;
	height: 5px;
	margin: 0;
	padding:0;
}
#divider-spaced {
	border-top: 1px solid #ccc;
	width: 100%;
	height: 2px;
	margin-top: 3px;
	padding-bottom: 3px;
}
#divider-single {
	border-top: 1px solid #ccc;
	width: 100%;
	height: 2px;
	margin: 0;
	padding: 0;
}
#divider-dotted {
	border-top: 1px dotted #ccc;
	width: 100%;
	height: 2px;
	margin: 0;
	padding: 0;
}
#divider-red {
	border-top: 1px solid #DD481F;
}
.underlined {
	border-bottom: 1px dashed #ccc;
}
/* == PAGE HEADER LAYOUT == */


#header h1, #header h2 {
	position:absolute;
	padding:0px 0;
	margin:0;
}
#header h1 {
	top:0px;
	left:0px;
	background-color: #FFFFFF;
	padding-right: 3px;
}
#header h2 {
	top:0px;
	left:203px;
}

#headerlinks {
	float:right;
	font-size:0.7em;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	color: #ABAB58;
}
#headerlinks a {
text-decoration:none;
color: #abab58;
}
#headerlinks a:hover {
text-decoration:underline;
}
#headermenu { /* Add width to this DIV? */
	position:absolute;
	top:50px;
	left:203px;
}
#headermenu ul,#headermenu li {
	padding:0;
	margin:0;
	list-style:none;
}
#headermenu li {
	float:left;
	border-right:1px solid #FFFFFF;
	font-size:0.85em;
}
#headermenu a {
	display:block;
	padding-top: 14px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 12px;
	height: 28px;
	_width: 1px;  
	_white-space: nowrap; 
	/* These last two lines are to make the menu inline in IE6, as the height element breaks this, as detailed here: http://www.sitefromscratch.com/content/ie-6-inline-list-display-bug */
}
#headermenu a:link , 
#headermenu a:visited {
	color:white;
	text-decoration:none;
} 
#headermenu a:hover {
	color:white;
	text-decoration:underline;
}
#headermenu a:active {
	color:white;
	text-decoration:none;
} 

#headermenu a.current {
	background-image: url(images/navbar2_current.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #FFFFFF;
	color: #EF5024;
}
#headersearch {
	position:absolute;
	top:62px;
	right:5px;
	font-size:0.7em;
	color: white;
} 
#headersearch form input {
	padding:2px;
	margin:0;
	vertical-align:middle;
	font-size: 0.9em;
} 
#searchterms {
	width:100px;
} 

#mainContent img.book {
	padding-bottom: 5px;
	padding-right: 5px;
	float: left;
	vertical-align: baseline;	
}

#mainContent ul {
	font-size: 0.7em;
	margin-left: 10px;
}
#mainContentBookstore p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height:1.2em;
	padding: 5px 0;
	margin: 0;
	color: #333333;
}

/* ----- HOME PAGE MAIN CONTENT LAYOUT ---------- */


#mainContentHome h1 {

	font-size: 1.3em;
	margin-top: 0.2em;
}
#mainContentHome h2 {
	margin: 5px 0 7px 0;
	color: #C12F0A;
	font-size: 1.1em;
	}
#mainContentHome h3 {
	margin: 5px 0;
	font-size: 0.9em;
	line-height:normal;
	}
#mainContentHome h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	color: #666666;
	margin: 5px 0 0 0;
	padding: 0;
	line-height: 1.2em;
}
#mainContentHome img.book {
	padding-bottom: 5px;
	padding-right: 10px;
	float: left;
	vertical-align: baseline;	
}
#mainContentHome img.quote {
	padding-bottom: 5px;
	padding-left: 15px;
	float: left;
	vertical-align: baseline;	
}
#mainContentHome img.home {
	padding: 7px 10px 7px 5px;
	float: left;
	vertical-align: baseline;	
}
#mainContentHome .details { 
	font-size:0.75em;
	font-family: Arial, Helvetica, sans-serif;;
	line-height: normal;
	padding: 0 0 8px 0;
	margin-top: -4px;
	margin-bottom: 5px;
	border-bottom: 1px dotted #ccc;
}
#mainContentHome .subtitle { 
	font-size:0.75em;
	font-family: Arial, Helvetica, sans-serif;;
	line-height: normal;
	padding: 0px;
	margin: -4px 0 -2px 0;
}

#mainContentHome .reviewtext { 
	text-align:left;
	font-size:0.8em;
	font-family: Arial, Helvetica, sans-serif;;
	line-height: 1.2em;
	padding: 0 0 5px 0; /* alter padding to increase space between list of comments */
}
#mainContentHome .medtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height:1.2em;
	padding: 5px 0;
	margin: 0;
	color: #000000;
}
#mainContentHome a {
text-decoration:none;
color: #5B7201;
}
#mainContentHome a:hover {
text-decoration:underline;
}

#mainContentHome #item-wrapper {
	padding: 0px; 
	margin: 0px;
	line-height:normal;
}

mainContentBrowse h1 {
	font-size: 1.3em;
	margin-top: 0.2em;
}
#mainContentBrowse h2 {
	margin: 5px 0 7px 0;
	color: #C12F0A;
	font-size: 1.1em;
	}
#mainContentBrowse h3 {
	margin: 5px 0;
	font-size: 0.9em;
	line-height:normal;
	}
#mainContentBrowse h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	color: #666666;
	margin: 0px 0px 10px 0;
	padding: 0;
	line-height: 1em;
}
#mainContentBrowse img.book {
	padding-bottom: 5px;
	padding-right: 10px;
	float: left;
	vertical-align: baseline;	
}
#mainContentBrowse .details { 
	font-size:0.75em;
	font-family: Arial, Helvetica, sans-serif;;
	line-height: normal;
	padding: 0 0 8px 0;
	margin-top: -4px;
	margin-bottom: 5px;
	border-bottom: 1px solid #ccc;
}
#mainContentBrowse .subtitle { 
	font-size:0.75em;
	font-family: Arial, Helvetica, sans-serif;;
	line-height: normal;
	padding: 0px;
	margin: -4px 0 -2px 0;
}

#mainContentBrowse .reviewtext { 
	text-align:left;
	font-size:0.8em;
	font-family: Arial, Helvetica, sans-serif;;
	line-height: 1.2em;
	padding: 0 0 5px 0; /* alter padding to increase space between list of comments */
}
#mainContentBrowse .medtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height:1.2em;
	padding: 5px 0;
	margin: 0;
	color: #000000;
}
#mainContentBrowse a {
text-decoration:none;
color: #5B7201;
}
#mainContentBrowse a:hover {
text-decoration:underline;
}

#mainContent_left {
	float: left;
	width: 160px;
}

#homebox {
	background: #f5f5f1; /* or D5D5AA */
	padding: 0px 5px;
	border: 1px solid #d7d7aa;
	margin-top: 15px;
	overflow:hidden;
	}
#homestory { /* this is for story excerpt box on home page */
	padding: 5px;
	border: 1px solid #d7d7aa;
	margin-top: 5px;
	overflow:hidden;
}
#homestory img.border {
	background:url(images/shadow.gif) no-repeat right bottom;
	padding:4px 10px 10px 4px;	
	margin: 5px 5px 0px 0;
	border:0;
	border-top:#eee 1px solid;
	border-left:#eee 1px solid;	
	float: left;
	vertical-align: baseline;
	}	
#homestory_left {
	float: left;
	width: 370px;
	border-right:1px solid #ccc;
	padding-right: 5px;
}	
#homestory_left2 {
	float: left;
	width: 350px;
	padding-left: 8px;
}	

#box-left { /* this is for recent results left pane */
	float: left;
	width: 360px;
	background: #FFFFFF;
	margin: 0px;
	padding: 0 10px 0 0;
	border-right:1px solid #ccc;
}
#box-left ul {
  margin:0;
  padding: 5px 0px;
  list-style:none;
  font-size: 11px;
  }
#box-left li {
	padding:0;
	margin:0;
}
#box-left ul ul {
	padding: 0 20px;
}
#box-left li li {
	padding:0;
	margin:0;
}

#box-left2 { /* this is for recent results right pane */
	float: left;
	width: 360px;
	background: #FFFFFF;
	margin: 0 0 0 10px;
	padding:0px;
}
#box-left3 { /* this is for browse middle pane */
	float: left;
	width: 300px;
	background: #FFFFFF;
	margin: 0px;
	padding:0 10px;
	border-right:1px solid #ccc;
}
#box-right3 {
float: left;
	width: 230px;
	background: #FFFFFF;
	margin: 0 0 0 10px;
	padding:0px;
}

/* ----- TITLE PAGE & MENU ---------- */

#titlemenu {
	display:block;
	width:100%;
	background-color: #e6e5c4;
	overflow:hidden;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
#titlemenu ul,#titlemenu li {
	padding:0;
	margin:0;
	list-style:none;
}
#titlemenu li {
	float:left;
	border-right:1px dashed #FFFFFF;
	font-size:0.8em;
}
#titlemenu a {
	display:block;
	padding: 2px 12px 3px 12px;
	_width: 1px;  
	_white-space: nowrap; 
	/* These last two lines are to make the menu inline in IE6, as the height element breaks this, as detailed here: http://www.sitefromscratch.com/content/ie-6-inline-list-display-bug */
}
#titlemenu a:link , 
#titlemenu a:visited {
	color:#9f814c;
	text-decoration:none;
} 
#titlemenu a:hover {
	background-color:#D5D5AA;
	text-decoration: none;
	border: 1px 0px solid #D5D5AA;
}
#titlemenu a:active {
	color:#9f814c;
	text-decoration:none;
	border: 1px 0px solid #D5D5AA;
} 
#titlemenu a.current {
	background-color: #D5D5AA;
	color: #8e7b52;
	border: 1px 0px solid #D5D5AA;
}

#titlecontent_left {
	float: left;
	width: 270px;
	padding-right: 5px;
}	
#titlecontent_left table {
	width: 100%;
	vertical-align: top;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	font-size: 0.7em;
	font-family:Arial, Helvetica, sans-serif;
	line-height:normal
}
#titlecontent_left tr {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #ccc;
}
#titlecontent_left td {
	margin: 0;
	padding: 3px 5px 3px 0;
	vertical-align:top;
}
#titlecontent_left p.medtext {
	padding: 3px 0 0 0;
}

#titlecontent_right {
	float: left;
	width: 271px;
	padding-left: 8px;
	overflow:hidden;
	border-left:1px solid #ccc;
}	

#titlecontent_right table {
	width: 100%;
	vertical-align: top;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	font-size: 0.7em;
	font-family:Arial, Helvetica, sans-serif;
	line-height:normal
}
#titlecontent_right tr {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #ccc;
}
#titlecontent_right td {
	margin: 0;
	padding: 3px 5px 3px 0;
	vertical-align:top;
}
#titlecontent_right p.medtext {
	padding: 3px 0 0 0;
}

/* ----- BOOKSHELF MENU ---------- */
#bookshelf_menu {
	border: 0;
	height: 31px;
	padding: 0;
	margin: 0;
}
#bookshelf_menu ul{
	padding-top: 10px;
	margin:0;
	list-style:none;
}
#bookshelf_menu li {
	float:left;
	padding: 0;
	margin: 0 0px 0 2px;
}
#bookshelf_menu a
{
	color: #fff;
	background: #e96f4e url(images/left-tab.gif) left top no-repeat;
	font-size: 0.7em;
	text-decoration: none;
	padding-left: 10px;
	padding-bottom: 3px;
}
#bookshelf_menu a span
{
	background: url(images/right-tab.gif) right top no-repeat;
	padding-right: 10px
}
#bookshelf_menu a, #bookshelf_menu a span
{
	display: block;
	float: left;
	cursor: pointer;
	}
#bookshelf_menu a:hover
{
	color: #fff;
	background: #dd481f url(images/left-tab-hover.gif) left top no-repeat;
	padding-left: 10px;
}
#bookshelf_menu a:hover span
{
	background: url(images/right-tab-hover.gif) right top no-repeat;
	padding-right: 10px
}
#bookshelf_menu a.current {
	background: #dd481f url(images/left-tab-hover.gif) left top no-repeat;
	padding-left: 10px;
}
#bookshelf_menu a.current span {
	background: url(images/right-tab-hover.gif) right top no-repeat;
	padding-right: 10px;
}

#bookshelf_title {
	border: 1px solid #cccccc;
	background: #fafaf2;
}
#bookshelf_title h1 {
	/*color: #dd481f;*/
	padding: 0;
	margin: 0.3em;
}	
/* ----- REVIEW MENU ---------- */
#review_menu {
	border-bottom: 1px solid #DD481F;
	height: 28px;
	padding: 0;
	margin: 0 0 10px 0;
}
#review_menu ul{
	padding-top: 10px;
	margin:0;
	list-style:none;
}
#review_menu li {
	float:left;
	padding: 0;
	margin: 0 0px 0 2px;
}
#review_menu li a
{
	color: #fff;
	background: #e96f4e url(images/left-tab.gif) left top no-repeat;
	font-size: 0.9em;
	text-decoration: none;
	padding-left: 10px;
	padding-bottom: 1px;
	line-height: 1.5em;
}
#review_menu li a span
{
	background: url(images/right-tab.gif) right top no-repeat;
	padding-right: 10px
}
#review_menu li a, #review_menu li a span
{
	display: block;
	float: left;
	cursor: pointer;
	}
#review_menu li a:hover
{
	color: #fff;
	background: #dd481f url(images/left-tab-hover.gif) left top no-repeat;
	padding-left: 10px;
}
#review_menu li a:hover span
{
	background: url(images/right-tab-hover.gif) right top no-repeat;
	padding-right: 10px
}
#review_menu li a.current {
	background: #dd481f url(images/left-tab-hover.gif) left top no-repeat;
	padding-left: 10px;
}
#review_menu li a.current span {
	background: url(images/right-tab-hover.gif) right top no-repeat;
	padding-right: 10px;
}

/* == FOOTER LAYOUT == */

#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.footertext {
	font-size: 0.75em;
	padding: 0px;
}
.footertext a:link {
	color:#333333;
}
/* == BOXES AND FONTS == */

/* BUTTONS */

a.button{
	background: url('images/button-right.gif') no-repeat scroll top right;
	display:block;
	float: left;
	font-weight:bold;
	height:30px;
	padding-right: 20px;
	text-decoration:none;
}
a.button span{
	/* Background left image */ 
	background:  url('images/button-left.gif') no-repeat; 
	display: block;
	line-height: 30px; /* CHANGE THIS VALUE ACCORDING TO BUTTON HEIGHT */
	padding: 0;
}
a.smallbutton{
	display:block;
	float: left;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-decoration:none;
}

/* -------------------- */
/* BUTTON CLASSES */
/* -------------------- */
a.button span.register{
background:url(images/pencil.png) no-repeat 8px 6px;
text-indent:30px;
display:block;
}
a.button span.add{
background:url(images/add.png) no-repeat 8px 6px;
text-indent:30px;
display:block;
}
a.button span.addrecipe{
background:url(images/page_add.png) no-repeat 8px 6px;
text-indent:30px;
display:block;
}
a.button span.addreview{
background:url(images/page_edit.png) no-repeat 8px 6px;
text-indent:30px;
display:block;
}
a.button span.reviewbook{
background:url(images/book_edit.png) no-repeat 8px 6px;
text-indent:30px;
display:block;
}
a.button span.useredit{
background:url(images/user_edit.png) no-repeat 8px 6px;
text-indent:30px;
display:block;
}
a.button span.write{
background:url(images/comment_add.png) no-repeat 8px 6px;
text-indent:30px;
display:block;
}
a.button span.addissue{
background:url(images/page_copy.png) no-repeat 8px 6px;
text-indent:30px;
display:block;
}
a.button span.followstore{
background:url(images/house.png) no-repeat 8px 6px;
text-indent:30px;
display:block;
}
a.button span.unfollowstore{
background:url(images/following.gif) no-repeat 8px 6px;
text-indent:30px;
display:block;
}

/* SMALL BUTTONS */

a.smallbutton .edit{
background:url(images/comment_edit.png) no-repeat 8px 0px;
text-indent:25px;
display:block;
padding-right: 5px;
}
a.smallbutton .reviewcomment{
background:url(images/user_comment.png) no-repeat 5px 0px;
text-indent:25px;
display:block;
padding-right: 5px;
}
a.smallbutton .report{
background:url(images/error.png) no-repeat 6px 0px;
text-indent:25px;
display:block;
}
a.smallbutton .vote{
background:url(images/award_star_gold_2.png) no-repeat 0px 0px;
text-indent:19px;
display:block;
}
a.smallbutton .voted{
background:url(images/award_star_silver_2.png) no-repeat 0px 0px;
text-indent:19px;
display:block;
}
a.smallbutton .review{
background:url(images/page_edit.png) no-repeat 0px 0px;
text-indent:19px;
display:block;
}
a.smallbutton .save{
background:url(images/folder_page.png) no-repeat 6px 0px;
text-indent:25px;
display:block;
}
a.smallbutton .email{
background:url(images/email_go.png) no-repeat 6px 0px;
text-indent:25px;
display:block;
}
a.smallbutton .bookshelf{
background:url(images/add.png) no-repeat 0 5px;
text-indent:18px;
display:block;
padding-top: 5px;
font-size: 12px;
}
a.smallbutton .editbook{
background:url(images/book_edit.png) no-repeat 0 5px;
text-indent:18px;
display:block;
padding: 5px 0;
font-size: 11px;
}
a.smallbutton .viewlist{
background:url(images/view_list.png) no-repeat 0 5px;
text-indent:18px;
display:block;
padding: 5px 0;
font-size: 11px;
}
a.smallbutton .viewcovers{
background:url(images/view_icons.png) no-repeat 0 5px;
text-indent:18px;
display:block;
padding: 5px 0;
font-size: 11px;
}
/* END BUTTONS */

/* TABS */

#tabs {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.8em;
  font-weight: bold;
  color: #5b7201;
  width:100%;
  line-height:normal;
  overflow:hidden;; /* prevents float collapse */
  }
#tabs ul {
  margin:0;
  padding: 5px 0px;
  list-style:none;
  font-size: 1em;
  }
#tabs li {
  float:left;
  background-color: #fafaf2;
  margin:0px 2px 0px 0px;
  padding:5px 10px 5px 10px;
  border-top:1px solid #CCC;
  border-left:1px solid #CCC;
  border-right:1px solid #CCC;
   }
 #tabs a.none {
 background:none;
}
#tabs a {
text-decoration:none;
color: #5B7201;
}
#tabs a:hover {
text-decoration:underline;
}
#tabs > ul a {width:auto;}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a {float:none;}
/* End IE5-Mac hack */

#tabs #current {
  background-color: #D5D5AA;
  color: #5b7201;
  border-bottom: 1px solid #D5D5AA;
  }
#tabs li:hover {
  background-color: #D5D5AA;
  }

#tabs p.navtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	padding: 5px 0 0px 0px;
	text-align: right;
	margin: 0;
	color:#666666;
}

/* SIGN IN BOX */

#sign-in {
	background-color: #f5f5f1;
	border: 1px solid #d7d7aa;
	padding: 5px;
	margin-right: 0px;
	overflow:hidden;;
}
#sign-in a {
color: #666666;
}
#sign-in a:link.none {
text-decoration:none;
}
#sign-in a:visited.none {
text-decoration:none;
}
#sign-in a:hover.none {
text-decoration:underline;
}
#sign-in a:active.none {
text-decoration:none;
}

#sign-in p {
	margin: 5px 0 5px 0;
	font-size: 0.75em;
	font-weight:normal;
	line-height: 1.2em;
	color: #333333;
}
#sign-in .smalltext {
	font-size: 0.65em;
}	
#sign-in form {
}
#sign-in select {
	font-size: 11px;
}
#sign-in input[type=select], 
#sign-in input[type=text],
#sign-in input[type=submit], 
#sign-in input[type=reset], 
#sign-in input[type=checkbox] { 
	width: auto;
	font-size: 0.7em; 
	font-family: Arial, Helvetica, sans-serif;
	margin: 5px 0 0 0;
} 
#sign-in fieldset {
	margin: 0;
}
#sign-in textarea {
	height: 12em;
	width: 300px;
	font-size: 0.8em;
	font-family:Arial, Helvetica, sans-serif;
}
#sign-in legend { 
	margin: 0 0 10px 0;
	font-size:0.8em;
	color: #5B7201;
	font-weight: normal; 
	position: relative; 
} 

#sign-in label{
	display: block;
	font-weight:normal;
	font-size: 0.7em;
	color: #000000;
}
#sign-in input {
	margin:  0 0 3px 0; 
	font-size: 0.8em;
	width: 140px;
}

#sign-in hr {
	border: none 0; 
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #efefef;
	width: 100%;
	height: 2px;
	margin: 5px auto;
	text-align: left;
}
#sign-in h2 {
	margin-top: 5px;
}
#sign-in h3 {
	margin: 5px 0px;
}
#sign-in-left {
	float: left;
	width: 200px;
}
#sign-in-right {
	float: left;
	width: 300px;
	margin-left: 20px;
}
#sign-in ul {
	font-size: 0.7em;
	margin-left: 5px;
}


#add_review_box {
	border: 1px solid #cccccc;
	padding: 3px;
}

/* User Profile */

#profile {
	background-color: #f5f5f1;
	border: 1px solid #d7d7aa;
	padding: 5px;
}

#profile a {
text-decoration:none;
color: #5B7201;
}

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

#profile p {
	margin: 5px 0 5px 0;
	font-size: 0.75em;
	font-weight:normal;
	line-height: 1.3em;
	color: #666666;
}

#profile hr {
	border: none 0; 
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #efefef;
	width: 100%;
	height: 2px;
	margin: 10px auto 0 0;
	text-align: left;
}

#profile img {
	padding: 1px 0px;
}

#profile h2 {
font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	line-height:normal;
	font-weight:normal;
	color: #5B7201;
	margin: 0.2em 0 0.4em 0;
}

#profile ul {
  margin:0;
  padding: 5px 0px;
  list-style:none;
  font-size: 0.7em;
}

/* LOWER LEFT MENU BOX - BOOKS & RECIPES */

#leftbox {
	background-color: #FFFFFF;
	border: 1px solid #d7d7aa;
	padding: 5px;
	margin-top: -1px;
}

#leftbox p {
	margin: 5px 0 5px 0;
	font-size: 0.7em;
	font-weight:normal;
	line-height: 1.2em;
	color: #5b7201;
}
#leftbox hr {
	border: none 0; 
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #efefef;
	width: 100%;
	height: 2px;
	margin: 10px auto;
	text-align: left;
}
#leftbox h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	line-height:normal;
	font-weight:normal;
	color: #5B7201;
	margin: 0.2em 0 0.4em 0;
}

/* MAIN PAGE SEARCH */

#mainsearch {
	background-color: #DFEDD1;
	border: 1px solid #d7d7aa;
	padding: 5px;
	margin-top: 5px;
}

#mainsearch p {
	margin: 5px 0 5px 0;
	font-size: 0.7em;
	font-weight:normal;
	line-height: 1em;
	color: #666666;
}

#mainsearch fieldset {
	margin: 3px 0 3px 0;
}

#mainsearch legend { 
	margin: 0 0 10px 0;
	font-size:0.8em;
	color: #5B7201;
	font-weight: bold; 
	position: relative; 
} 

#mainsearch label {
	display:  block; 
	float:  right; 
	clear:  right; 
	padding-right: 4em;
	line-height:  1.8em; 
	font-weight:bold;
	font-size: 0.7em;
	color: #666666;
}
#mainsearch input {
	font-size: 0.8em;
	width: 140px;
	display:  block; 
	margin: 0 0 7px 0;
}

#mainsearch select {
	display: block;
	font-size: 0.8em;
}

#mainsearch input[type=radio], 
#mainsearch input[type=submit], 
#mainsearch input[type=checkbox] { 
	margin: 5px 0 5px 0;
	width: auto; 
	display: block;
	float: left;
} 

#mainsearch br {
	clear:both;
}

/* == STAR RATINGS == */

.rating_bar {
  width: 55px;
  background: url(images/star_x_grey.gif) 0 0 repeat-x;
}

.rating_bar div {
  height: 12px;
  background: url(images/star_x_orange.gif) 0 0 repeat-x;
}

.inline-rating{
	display:-moz-inline-block;
	display:-moz-inline-box;
	display:inline-block;
	vertical-align: bottom text-top;
	padding-left: 0;
	text-align: left;
}
.inline-rating2{ /* created to allow display of stars next to tinytext */
	display:-moz-inline-block;
	display:-moz-inline-box;
	display:inline-block;
	vertical-align: top;
	padding-left: 0;
	text-align: left;
}
#item-wrapper {
	padding: 0px; 
	margin: 0px;
}
#item-wrapper p {
	float:left; margin:0;
	}

#inline-stars {margin:3px 0 0 0px;font-size:10px;line-height:normal;overflow:hidden;}
#inline-stars #rating{float:left;margin: 3px 5px 0 0;}
#inline-stars em{float:left;margin:0px 5px 0px 0px;color:#666666;}
#inline-stars p {margin-top:-5px;}


/* == FORMS & TABLES == */

/* Any form in MainContent div */

#register form {
	margin:  10px;
	width: 80%;
} 

#register fieldset { 
	background-color:  #f5f5f1; 
	border:  1px solid #d7d7aa; 
	margin:  5px 0; 
	padding:  5px 0; 
} 
#register fieldset ol {
	margin: 0;
	padding: 0;
}
#register fieldset li {
	list-style: none;
	padding: 0;
	margin: 0;
}
#register label { 
	display:  block; 
	float: left; 
	clear: left; 
	width: 10em; 
	padding-right: 1em; 
	text-align: right; 
	margin: 2px 0 5px 0;
	font-weight:  normal;
	font-size: 12px; 
} 

#register input { 
	margin: 0;
	display: block;
	float: left; 
	font-size: 12px;
} 
#register input[type=select], 
#register input[type=submit], 
#register input[type=checkbox] { 
	width: auto; 
	margin-top: 5px;
	}
	
#register textarea { 
	margin:  5px 0 5px 0;
	height: 8em;
	width: 20em;
	display: block;
	float: left; 
} 

#register legend { 
	font-size:  12px; 
	font-weight:  bold; 
	color: #5B7201;
	position:  relative; 
	top:  -.4em; 
} 

/* SEARCH RESULTS */
div#searchresults {
	margin-right: 100px;
}
#searchresults legend { 
	font-size:  12px; 
	font-weight:  normal; 
	color: #5B7201;
	position:  relative; 
	top:  -.4em; 
} 

#searchresults form {
	margin:  0;
	padding: 0;
} 

#searchresults fieldset { 
	background-color:  #f5f5f1; 
	border:  1px solid #d7d7aa; 
	margin:  0; 
	padding:  0 0 0 5px; 
} 

#searchresults label {  
	float: left; 
	font-weight:  normal;
	padding: 5px;
	font-size: 11px; 
	line-height: 18px;
} 
#searchresults input { 
	margin:  5px 0;
	float: left; 
	font-size: 11px;
}
#searchresults select {
	margin: 5px 0;
	float: left;
	font-size: 11px;
}
#searchresults input#in_bookshelf {
	margin-right: 5px;
	}
#searchresults input[type=select], 
#searchresults input[type=submit], 
#searchresults input[type=checkbox] { 
	width: auto; 
	margin-top: 5px;
} 
#searchresults p {
	text-align: right;
}
#searchresults br {
	clear: both;
}

/* SIMPLE SEARCH */

div#simplesearch {
	width: 300px;
}
#simplesearch legend { 
	font-size:  12px; 
	font-weight:  normal; 
	color: #5B7201;
	position:  relative; 
	top:  -.4em; 
} 
#simplesearch form {
	margin:  0;
	padding: 0;
} 
#simplesearch fieldset { 
	background-color:  #f5f5f1; 
	border:  1px solid #d7d7aa; 
	margin:  0; 
	padding:  10px 0 0 5px; 
} 
#simplesearch label {  
	display: block;
	float: left; 
	clear: left;
	width: 20px;
	font-weight:  normal;
	padding: 5px;
	text-align: right;
	font-size: 11px; 
	line-height: 18px;
} 
#simplesearch input {
	margin:  5px;
	float: left; 
	font-size: 11px;
	width: 20em;
}
#simplesearch input[type=select], 
#simplesearch input[type=submit], 
#simplesearch input[type=checkbox] { 
	width: auto; 
} 
#simplesearch br {
	clear: both;
}

/* HOME PAGE SEARCH */

#homebox_info {
	float: left;
	padding: 0 0 0 20px;
	border-left: 1px solid #d7d7aa; 
	margin-left: 20px;
}
#homebox_info ul {
  margin:0;
  padding: 5px 0px;
  list-style:none;
  font-size: 0.7em;
  }

#homebox_info li {
	padding:0;
	margin:0;
}
#homesearch {
	float: left;
	width: 300px;
}

#homesearch legend { 
	font-size:  12px; 
	font-weight:  normal; 
	color: #5B7201;
	position:  relative; 
	top:  -.4em; 
} 
#homesearch form {
	margin:  0;
	padding: 0;
} 
#homesearch fieldset { 
	background-color:  #f5f5f1; 
	border:  1px solid #d7d7aa; 
	margin:  0; 
	padding:  10px 0 0 5px; 
} 
#homesearch label {  
	display: block;
	float: left; 
	clear: left;
	width: 20px;
	font-weight:  normal;
	padding: 5px;
	text-align: right;
	font-size: 11px; 
	line-height: 18px;
} 
#homesearch input {
	margin:  5px;
	float: left; 
	font-size: 11px;
	width: 20em;
}
#homesearch input[type=select], 
#homesearch input[type=submit], 
#homesearch input[type=checkbox] { 
	width: auto; 
} 
#homesearch br {
	clear: both;
}


/* ADVANCED SEARCH */

div#advancedsearch {
	margin-right: 100px;
}
#advancedsearch legend { 
	font-size:  12px; 
	font-weight:  normal; 
	color: #5B7201;
	position:  relative; 
	top:  -.4em; 
} 

#advancedsearch form {
	margin:  0;
	padding: 0;
} 

#advancedsearch fieldset { 
	background-color:  #f5f5f1; 
	border:  1px solid #d7d7aa; 
	margin:  0; 
	padding:  10px 0 0 5px; 
} 

#advancedsearch label {  
	display: block;
	float: left; 
	clear: left;
	width: 120px;
	font-weight:  normal;
	padding: 5px;
	text-align: right;
	font-size: 11px; 
	line-height: 18px;
} 
#advancedsearch input {
	margin:  5px 0;
	float: left; 
	font-size: 11px;
	width: 20em;
}
#advancedsearch select {
	margin: 5px 0;
	float: left;
	font-size: 11px;
}
#advancedsearch input#in_bookshelf {
	margin: 0 0 0 130px;
}
#advancedsearch input[type=submit] {
	margin-left: 130px;
}
#advancedsearch input[type=select], 
#advancedsearch input[type=submit], 
#advancedsearch input[type=radio], 
#advancedsearch input[type=checkbox] { 
	width: auto; 
} 
#advancedsearch input[type=radio] {
	display: inline;
	margin-right: 3px;
}
#advancedsearch .sradio {
	padding:2px;
	margin-left:130px;
}
#advancedsearch .sradio span {
	float:left;
	margin-right:15px;
	vertical-align:middle;
}
#advancedsearch .sradio span input {
	padding:5px 0 0;
}
#advancedsearch p {
	font-size: 12px;
	line-height:normal;
	display: inline;
}
#advancedsearch br {
	clear: both;
}

/* AMAZON SEARCH */

div#amazonsearch {
	margin-right: 100px;
}
#amazonsearch legend { 
	font-size:  12px; 
	font-weight:  normal; 
	color: #5B7201;
	position:  relative; 
	top:  -.4em; 
} 

#amazonsearch form {
	margin:  0;
	padding: 0;
} 
#amazonsearch fieldset { 
	background-color:  #f5f5f1; 
	border:  1px solid #d7d7aa; 
	margin:  0 0 10px 0; 
	padding:  10px 0 10px 5px; 
} 
#amazonsearch label {  
	display: block;
	width: 200px;
	padding: 0px;
	font-weight: bold;
	color:#666666;
	text-align: left;
	font-size: 11px; 
	line-height: 18px;
} 
#amazonsearch input {
	margin:  5px 0;
	float: left; 
	font-size: 11px;
	width: 15em;
}
#amazonsearch select {
	margin: 5px 0;
	float: left;
	font-size: 11px;
}

#amazonsearch input[type=submit] {
	margin-left: 15px;
}
#amazonsearch input[type=select], 
#amazonsearch input[type=submit], 
#amazonsearch input[type=checkbox] { 
	width: auto; 
} 
#amazonsearch br {
	clear: both;
}


/* EDITION SEARCH */

#editionsearch {
	background-color: #DFEDD1;
	border: 1px solid #d7d7aa;
	padding: 5px;
	margin-top: 5px;
}

#editionsearch fieldset {
	margin: 3px 0 3px 0;
}

#editionsearch legend { 
	margin: 0;
	padding: 0;
	font-size:0.7em;
	color: #5B7201; 
	position: relative; 
} 

#editionsearch input[type=radio], 
#editionsearch input[type=submit], 
#editionsearch input[type=checkbox] { 
	margin: 5px;
	width: auto; 
	display: inline;
} 

#editionsearch input {
	font-size: 0.7em;
	width: 100px;
	display:  inline; 
	margin: 0;
}

#editionsearch br {
	clear:both;
}

#editionsearch select {
	margin: 5px 0;
	float: left;
	font-size: 11px;
}

/* UPLOAD FORM */

#uploadform {
	background-color: #ffffff;
	border: 1px solid #d7d7aa;
	padding: 5px;
	margin-top: 5px;
	width: auto;
}
#uploadform fieldset {
	margin: 3px 0 3px 0;
}
#uploadform input {
	font-size: 0.7em;
	display:  inline; 
	margin: 0;
}
#uploadform input.long {
	width: 300px;
}
#uploadform label {  
	display: block;
	padding: 0px;
	font-weight: bold;
	color:#666666;
	text-align: left;
	font-size: 11px; 
	line-height: 18px;
} 

#uploadform select {
	margin: 5px 0;
	float: left;
	font-size: 11px;
}
/* FORM COLUMNS */
.formCol {
    float:left;
    width: 150px;
}



/* EMAIL FORM */

#email legend { 
	font-size:  12px; 
	font-weight:  normal; 
	color: #5B7201;
	position:  relative; 
	top:  -.4em; 
} 

#email form {
	margin:  0;
	padding: 0;
} 

#email fieldset { 
	background-color:  #f5f5f1; 
	border:  1px solid #d7d7aa; 
	margin:  0; 
	padding:  10px;
} 

#email label {  
	display: block;
	float: left; 
	clear: left;
	width: 100px;
	font-weight:  normal;
	padding: 5px;
	text-align: right;
	font-size: 11px; 
	line-height: 18px;
} 
#email input {
	margin:  5px 0;
	float: left; 
	font-size: 11px;
	width: 20em;
}
#email input#mag_year {
	width: 4em;
	}
#email input#mag_issue {
	width: 4em;
	}
#email select {
	margin: 5px 0;
	float: left;
	font-size: 11px;
}
#email textarea {
	width:25em;
	height: 10em;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
	
#email input.submit {
	margin-left: 110px;
}
#email input.delete {
	margin-left: 5px;
}

#email input[type=select], 
#email input[type=submit], 
#email input[type=checkbox] { 
	width: auto; 
} 
#email p {
	font-size: 0.8em;
	display: inline;
}
#email br {
	clear: both;
}

/* REVIEW BOOK OR RECIPE */
#review legend { 
	font-size:  12px; 
	font-weight:  normal; 
	color: #5B7201; 
	top:  -.4em; 
} 

#review form {
	margin:  0;
	padding: 0;
} 

#review fieldset { 
	background-color:  #f5f5f1; 
	border:  1px solid #d7d7aa; 
	margin:  0; 
	padding:  10px;
} 

#review label {  
	display: block;
	float: left; 
	clear: left;
	width: 100px;
	font-weight:  normal;
	padding: 5px;
	text-align: right;
	font-size: 11px; 
	line-height: 18px;
} 
#review label.short {  
	width: 40px;
	text-align:left;
	font-weight: bold;
} 
#review label.top {
	display: inline;
	float:none;
	clear:none;
	width:auto;
	font-weight: bold;
	padding: 5px;
	text-align: left;
	font-size: 11px; 
	line-height: 18px;
}
#review input {
	margin:  5px 0;
	float: left; 
	font-size: 11px;
	width: 20em;
}
#review input.simple {
	margin: 5px 0;
	float: none;
	width: 30em;
}
#review input#mag_year {
	width: 4em;
	}
#review input.url {
	width: 30em;
}
#review select {
	margin: 5px 0;
	float: left;
	font-size: 11px;
}
#review textarea {
	width:30em;
	height: 20em;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#review textarea.blurb {
	width:500px;
	height: 6em;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 15px;
}
#review textarea.comments_private {
	width:30em;
	height: 10em;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 5px;
}
#review input.submit {
	margin-left: 110px;
}
#review input.submit.left {
	margin-left: 10px;
}
#review input.submit.absleft {
	margin-left: 0px;
}

#review input.delete {
	margin-left: 5px;
}

#review input[type=select], 
#review input[type=submit], 
#review input[type=checkbox] { 
	width: auto; 
} 

#review p {
	font-size: 0.8em;
	display: inline;
}
#review br {
	clear: both;
}
#review br.left {
	clear:left;
}
#review p.medtext {
	display: block;
	margin-left: 110px;
	padding: 0;
}
#review hr {
	border: none 0; 
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #efefef;
	width: 80%;
	height: 2px;
	margin: 10px auto;
	text-align: left;
}


/* EDIT PROFILE */

#editprofile legend { 
	font-size:  12px; 
	font-weight:  normal; 
	color: #5B7201;
	position:  relative; 
	top:  -.4em; 
} 

#editprofile form {
	margin:  0;
	padding: 0;
} 

#editprofile fieldset { 
	background-color:  #f5f5f1; 
	border:  1px solid #d7d7aa; 
	margin:  0 0 5px 0; 
	padding:  10px 0 0 5px; 
} 
#editprofile fieldset ol {
	margin: 0;
	padding: 0;
}
#editprofile fieldset li {
	list-style: none;
	padding: 0;
	margin: 0;
}

#editprofile label {  
	display: block;
	float: left; 
	clear: left;
	width: 120px;
	font-weight:  normal;
	padding: 5px;
	text-align: right;
	font-size: 11px; 
	line-height: 18px;
} 
#editprofile input {
	margin:  5px 0;
	float: left; 
	font-size: 11px;
	width: 20em;
}
#editprofile select {
	margin: 5px 0;
	float: left;
	font-size: 11px;
}
#editprofile input[type=submit] {
	margin-left: 125px;
}
#editprofile input#state {
	width: 3em;
}
#editprofile textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width:30em;
	height: 15em;
}
#editprofile input[type=select], 
#editprofile input[type=submit], 
#editprofile input[type=checkbox] { 
	width: auto; 
} 
#editprofile p {
	font-size: 10px;
	display: inline;
}
#editprofile br {
	clear: both;
}

#editprofile fieldset#email label {
	display:inline;
	float:none;
	margin-left: 10px;
}
#editprofile fieldset#email input[type=submit] {
	margin-left: 10px;
}
#editprofile fieldset#emailchange label {
	width: 140px;
}
#editprofile fieldset#emailchange input[type=submit] {
	margin-left: 140px;
}
#editprofile fieldset#passchange label {
	width: 140px;
}
#editprofile fieldset#passchange input[type=submit] {
	margin-left: 140px;
}
#editprofile fieldset#passchange2 label {
	width: 140px;
}
#editprofile fieldset#passchange2 input[type=submit] {
	margin-left: 140px;
}

/* RECIPE DISPLAY */

#item-display {margin:0px;font-size:12px;overflow:hidden;}
#item-left {float:left; margin: 0;} 
#item-left2 {float:left; margin: 0; width:350px;} 

#item-display h3 {
	font-size: 15px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	}
#item-left img.border {
	background:url(images/shadow.gif) no-repeat right bottom;
	padding:4px 10px 10px 4px;	
	margin: 5px 5px 0px 0;
	border:0;
	border-top:#eee 1px solid;
	border-left:#eee 1px solid;	
	float: left;
	vertical-align: baseline;
	}	
#item-display p {
	font-size: 12px;
}
#bookshelf #item-display h4 {font-size: 13px;margin-top:-6px;color:#5B7201;font-weight:normal; font-style:italic;}

#item-right {float:right;margin: 8px 0 0 0;}	

#photo-display h3 {
	font-size: 15px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-top: 0px;
	}
#photo-display h4 {
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #666666;
	padding: 0;
	margin: 0px;
	}
#photo-display img.border {
	background:url(images/shadow.gif) no-repeat right bottom;
	padding:4px 10px 10px 4px;	
	margin: 5px 5px 0px 0;
	border:0;
	border-top:#eee 1px solid;
	border-left:#eee 1px solid;	
	float: left;
	vertical-align: baseline;
	}	
#photo-display p {
	font-size: 12px;
}
#photo-display p.comments {
	font-size: 10px;
	line-height:normal;
	color: #999999;
}

#photo-display td {
	padding: 5px 0px;
	border-bottom:#eee 1px solid;
}
#photo-display td.left_border {
	border-left: #eee 1px solid;
	padding-left: 5px;
}
#photo-display a {
	text-decoration:none;
}
#photo-display a:hover {
	text-decoration:underline;
}
/* STYLING FOR BOOKSHELF PAGES */

#bookshelf_container {
	border-bottom: 1px solid #ccc;
	overflow: hidden;
}
#bookshelf_left {
	float: left;
	width: 150px;
}
#bookshelf_right {
	float: left;
	width: 350px;
	margin-left: 20px;
}

#bookshelf a {
text-decoration:none;
color: #5B7201;
}

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

#bookshelf h2 {
	margin: 0.5em 0;
}
#bookshelf h3 {
	margin: 0.5em 0;
}
#bookshelf h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	color: #666666;
	margin: 0px 0px 10px 0;
	padding: 0;
	line-height: 1em;
}
#mainContentShelf #bookshelf td h3{
	margin: 0;
	padding: 0;
}
#mainContentShelf #bookshelf .medtext {
	padding: 5px 0;
	}
#bookshelf hr {	
	border: 1px dashed #ccc;
	width: 100%;
	height: 1px;
	margin: 10px auto;
	text-align: left;
}
#bookshelf p {
	border: 0;
	margin: 2px 0 5px 0;
	padding: 0;
}
#bookshelf img.book {
	padding-bottom: 5px;
	padding-right: 10px;
	float: left;
	vertical-align: baseline;	
}
#bookshelf img.icon {
	padding-right: 5px;
	float: left;
	vertical-align: baseline;	
}
#bookshelf .medtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height:1.2em;
	padding: 5px 0;
	margin: 0;
	color:#black;
}
#bookshelf .subtitle {
	font-family: Georgia, "Times New Roman", Times, serif; 	
	font-size: 1.1em;
	margin-top: -12px;
	color: #666666;
}
#bookshelf .navtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	padding: 5px 0 0px 2px;
	text-align: right;
	margin: 0;
	color:#666666;
}
#bookshelf .navtext a {
	display: inline;
	padding: 0;
}
#bookshelf .reviewtext { 
	text-align:left;
	font-size:0.8em;
	font-family: Arial, Helvetica, sans-serif;;
	line-height: 1.2em;
	padding: 0 0 15px 0; /* alter padding to increase space between list of comments */
}
#bookshelf .reviewtext_selected {
	background-color:#f5f5f1;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;;
	font-size:0.8em;
	line-height: normal;
	padding:5px;
	margin-bottom: 5px;
}
#bookshelf .private_notes {
	color: #666;
	font-size:0.8em;
	padding: 8px;
	border: 1px solid #cccccc;
	margin-bottom: 15px;
	background-color: #FFFFF1  
}
#bookshelf .details { 
	font-size:0.8em;
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
	padding: 0 0 8px 0;
	margin-top: -8px;
	border-bottom: 1px solid #ccc;
}
#bookshelf .userdetails { 
	font-size:0.7em;
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
	padding: 0 0 8px 0;
	margin-top: -8px;
	color: #666666;
}

#bookshelf table {
	width: 100%;
	vertical-align: top;
	margin: 1px 0 0 1px;
	border-collapse: collapse;
	 /*formerly DFEDD1 */
	/* border-spacing: 0; ? Firefox hack; add conditional border collapse for IE maybe? */
	/*border: 1px solid #d7d7aa; */
}

#bookshelf th {
	font-size: 0.9em;	
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
}

#bookshelf tr {
	padding: 5px 0;
/*	border: 1px solid #d7d7aa;  possibly remove this border from output? */
}

#bookshelf td {
	border: 1px solid #E6E6E6;
/*	border-bottom: 1px solid #CCCCCC; */
	padding: 4px;
	vertical-align:top;
}

#bookshelf td.norightborder {
	border-right: 1px solid #fff;
}

/* STYLING FOR SEARCH OUTPUT TABLE AND RELATED ELEMENTS */

#search_output a {
text-decoration:none;
color: #5B7201;
}

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

#search_output h2 {
	margin: 0.5em 0;
}
#search_output h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	color: #5B7201;
	margin: 0;
	padding: 0;
	line-height: 1.2em;
}
#search_output h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	font-weight: normal;
	color: #666666;
	margin: 3px 0 0 0;
	padding: 0;
	line-height: 1.2em;
}
#search_output hr {	
	border: 1px dashed #ccc;
	width: 100%;
	height: 1px;
	margin: 10px auto;
	text-align: left;
}
#search_output table {
	width: 100%;
	vertical-align: top;
	margin: 1px 0 0 1px;
	border-collapse: collapse;
	background-color:#F5F5F1; /*formerly DFEDD1 */
	/* border-spacing: 0; ? Firefox hack; add conditional border collapse for IE maybe? */
	/*border: 1px solid #d7d7aa; */
}

#search_output tr {
/*	border: 1px solid #d7d7aa;  possibly remove this border from output? */
}
#search_output thead {
	color: #9f814c;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height:1.2em;
}	

#search_output th {
	color: #9f814c;
	background-color: #E6E5C4;
	padding: 0.5em;
	border: 1px solid #CCCCCC;
	}
#search_output th.tools {
	background-color: #FFFFFF;
	text-align: center;
	border: 1px solid #CCCCCC
	}
#search_output th.title {
	width: 80%;
	border: 1px solid #CCCCCC;
}
#search_output td {
	border: 1px solid #CCCCCC;
	padding: 0.3em;
	vertical-align:top;
}
#search_output td.recipe {
	font-size: 0.7em;
	line-height:1.1em;
}

#search_output p {
	border: 0;
	margin: 2px 0 5px 0;
	padding: 0;
}
#search_output img.book {
	padding-bottom: 5px;
	padding-right: 10px;
	float: left;
	vertical-align: baseline;	
}
#search_output .medtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height:1.2em;
	padding: 5px 0;
	margin: 0;
	color:#black;
}
#search_output .subtitle {
	font-family: Georgia, "Times New Roman", Times, serif; 	
	font-size: 1.1em;
	margin-top: -12px;
	color: #666666;
}
#search_output .navtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	padding: 5px 0 0px 2px;
	text-align: right;
	margin: 0;
	color:#666666;
}
#search_output .navtext a {
	display: inline;
	padding: 0;
}
#search_output .reviewtext { 
	text-align:left;
	font-size:0.8em;
	font-family: Arial, Helvetica, sans-serif;;
	line-height: normal;
	padding: 5px 0 12px 0; /* alter padding to increase space between list of comments */
}
#search_output .reviewtext_tight { 
	text-align:left;
	font-size:0.7em;
	font-family: Arial, Helvetica, sans-serif;;
	line-height: normal;
	padding: 0; /* alter padding to increase space between list of comments */
}
#search_output .reviewtext_selected {
	background-color:#f5f5f1;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;;
	font-size:0.8em;
	line-height: normal;
	padding:5px;
}
#search_output .details { 
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;;
	line-height: normal;
	padding: 0 0 8px 0;
	margin-top: -8px;
	border:0;
}
#search_output .private_notes {
	color: #666;
	font-size:11px;
	padding: 2px;
	border: 0px;
	margin-bottom: 15px;
	background-color: #FFFFF1  
}
#search_output input[type=submit] {	
	width: auto;
	font-size: 0.7em; 
	font-family: Arial, Helvetica, sans-serif;
	margin: 5px 0 0 0;
}
#search_output input {
	width: auto;
	font-size: 1em; 
	font-family: Arial, Helvetica, sans-serif;
}
#title_container {
	width: 100%;
	overflow:hidden;; 
	border-top: 1px solid #ccc;
}
#title_details {
	float: left;
	width: 425px;
	margin-right:10px;
}
#title_info {
	float: right;
	padding: 10px 5px 0 0;
	text-align:right;
}
#title_details .medtext {
	color: black;
	line-height: normal;
	padding: 0 0 8px 0;
	margin-top: -8px;
}
#title_details h4 {
	padding: 5px 0;
}

#amazon_output a {
text-decoration:none;
color: #5B7201;
}

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

#amazon_output h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: normal;
	color: #5B7201;
	margin: 0 0 -10px 0;
	padding: 0px;
}
#amazon_output h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	font-weight: normal;
	color: #5B7201;
}

#amazon_output table {
	background-color:#f5f5f1;
	margin: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #d7d7aa;
	border-right-color: #d7d7aa;
	border-bottom-color: #d7d7aa;
	border-left-color: #d7d7aa;
}

#amazon_output thead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #5B7201;
	background-color: #D5D5AA;
}	

#amazon_output thead th {
	padding: 4px;
}

#amazon_output tbody {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
	line-height:1.2em;
}

#amazon_output td {
	border-bottom:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	margin:0;
	padding: 4px;
	vertical-align:top;
}

#amazon_output p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	border: 0;
	margin: 2px 0 5px 0;
	padding: 0;
}
#mag_display .navtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	padding: 5px 0 0px 2px;
	text-align: right;
	margin: 0;
	color:#666666;
}
#mag_display .navtext a {
	display: inline;
	padding: 0;
}

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

#mag_display h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 16px;
	font-weight: normal;
	color: #5B7201;
	margin: 5px 0 0px 0;
	padding: 0px;
}
#mag_display h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	font-weight: normal;
	color: #5B7201;
}
#mag_display h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #5B7201;
	margin: 0px 0 0px 0;
	padding: 0px;
}
#mag_display table {
	background-color:#f5f5f1;
	border: 1px solid #d7d7aa;
}

#mag_display thead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #5B7201;
	background-color: #D5D5AA;
}	

#mag_display thead th {
	padding: 4px;
}

#mag_display tbody {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
	line-height:1.2em;
}

#mag_display td {
	border-bottom:1px solid #FFFFFF;
	margin:0;
	padding: 4px;
	vertical-align:top;
	text-align: center;
}
#mag_display td#list {
	border-bottom:1px solid #FFFFFF;
	margin:0;
	padding: 2px;
	vertical-align:top;
	text-align: left;
}

/* CSS for layout of MultiField jQuery plugin */
.addMoreFields
{
  padding: 2px;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid black;
  border-left: 1px solid #cccccc;
  border-right: 1px solid black;
  background: #cccccc;
  text-align: center;
  text-decoration: none;
  font: normal 10px Verdana;
  color: black;
}
.removeFields
{
  padding: 2px;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid black;
  border-left: 1px solid #cccccc;
  border-right: 1px solid black;
  background: #cccccc;
  text-align: center;
  text-decoration: none;
  font: normal 10px Verdana;
  color: black;
}
#recipe_form td {
	color: #9f814c;
	background-color: #E6E5C4;
	padding: 0.5em;
	border: 1px solid #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height:1.2em;
}
#recipe_form form {
} 

#recipe_form fieldset { 
	background-color:  #f5f5f1; 
	border:  1px solid #d7d7aa; 
	padding: 5px;
} 
#recipe_form legend {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 1em;
}
#recipe_form input {
	margin: 2px;
	font-size: 12px;
}
#recipe_form input#quantity {
	width: 65px;
	}
#recipe_form input#ingredient {
	width: 180px;
	}
#recipe_form input#weight_imperial {
	width: 65px;
	}
#recipe_form input#weight_metric{
	width: 65px;
	}		
#recipe_form input#title {
	width: 200px;
}
#recipe_form input#page {
	width: 40px;
}
#recipe_form select {
	font-size: 11px;
}
#recipe_form input[type=submit] {
	width: auto;
	font-size: 0.7em; 
	font-family: Arial, Helvetica, sans-serif;
	margin: 5px 0 0 0;
} 

a.taglist {
    background: none repeat scroll 0 0 rgba(246, 218, 168, 0.2);
    border: 1px solid #EED3A2;
    border-radius: 3px 3px 3px 3px;
    line-height: 100%;
    margin: 2px 0;
    padding: 1px 3px;
}
