/* begin yui reset */
/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.1
*/

/** dark blue 3A6EB6 light blue E4E9F5 orange FF8811 **/
html{color:#000;background:#FFF;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
/* to preserve line-height and selector appearance */
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
/*to enable resizing for IE*/
input,textarea,select{*font-size:100%;}
/*because legend doesn't inherit in IE */
legend{color:#000;}
/* end yui reset */

body, html {
	background-color: #3A6EB6;
}

body, table, div, td, input, textarea {
	font-family: 'Trebuchet MS', 'Arial',  sans-serif;
	font-size: 13px;
	color: #333333;
}

body, html {
	margin: 0px;
	padding: 0px;
}

img {
	display:inline;
}
img.floater {
	margin:20px;
	border:1px dotted #C2B2FB !important;
	border:1px solid #9C8FCA;
}
img.floater2 {
	margin-right:10px;
	margin-bottom:10px;
}

p {
	padding-top: 5px;
	padding-bottom: 10px;
	line-height:1.2em;
}

td {
	vertical-align: top;
}

ul, ol {
	padding-left: 20px;
}
ol li {
	list-style: decimal;
}
ul {
	list-style-type:disc;
}

a {
	font-weight: bold;
	text-decoration: none;
}
a:link { color: #5272E0; }
a:visited {	color: #5272E0; }
a.action:link, a.action:visited {
	background-color: #594C3B;
	color: #eeeeee !important;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
	font-weight:normal;
	font-size: 12px;
	padding: 2px;
	text-decoration:none !important;
}

a.normal { font-weight: normal; }

img {	border: 0px; }

h1 {
	color: #ff7711;
	font-weight:100;
	font-size: 1.5em;
	padding-bottom:5px;
	border-bottom: 1px solid #B5B5B5;
	margin-bottom: 10px;
	margin-top: 25px;

	text-transform: capitalize;
}

h1 a {
	color: #53111E;
	font-weight: normal;
	text-decoration: none;
}

h1.important {
	font-size: 1.9em;
	font-style: italic;
	line-height: 1.1em;
}

h1:first-child, h1.first {
	margin-top: 0px;
}

h2, h3, h4 {
	color: #333333;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 10px;
	padding-bottom:0px;
}

h4 {
	font-weight: bold;
	color: #3A6EB6;
	font-size: 1.0em;

}
.boring {
	font-size: smaller;
}



h2, a.headingTwo {

    font-size: 2.0em;
    color: #3A6EB6;
    margin-bottom: 0.5em;
    font-family: Georgia, serif;
    font-weight: normal;
}
a.headingTwo { font-size: 1.0em;}
h3 {
	font-size: 1.2em;
}
h4 {
	font-size: 1.1em;
}
strong {font-weight: bold;}

div.line {
	border-bottom: 1px dotted #B5B5B5;
	padding:0px;
	margin-top: 10px;
	margin-bottom: 20px;
	height: 1px;
	overflow:hidden;
	clear:both;
}

#container {
	width: 985px;
	margin: 0;
	height: 100%;
    background-color: white;
    border: 5px solid #FF8811;
    padding: 10px 2px;
    overflow: hidden;
}

#header {

	height: 79px;
	border-bottom: 1px solid #ff8811;
	text-align: right;
    position: relative;
}
#header h1 {
	border-width: 0;
	padding: 0;
	margin: 0;
	float: left;
}
#header h1 a {

	width: 250px;
	height: 79px;
	background-image: url(/images/logo.jpg);
	background-repeat: no-repeat;
    background-position: 0 -8px;
	border-width: 0;
	display:block;
	margin:0;
	padding: 0;
	text-align: left;
	border: none;
	text-indent: -9999px;
}
/* Div that comes before the content */
#preContent {
  display: none;
}
#contentBody {
/*	background-image: url(/images/body_background.png); */
	padding: 10px;
	padding-right: 0;
	margin: 0;

	clear:both;
}
/* 2 column layout */
#preContent.twoColumn {
/*	background-image: url(/images/body_background_top2.png); */
}
#contentBody.twoColumn {
/*	background-image: url(/images/body_background_2.png); */
}
#container.twoColumn {
/*	background-image: url(/images/body_background_2.png); */
}
/* end 2 column */

#footer { margin-bottom:10px; }

#footer a:link
{
    color: white;
}

#footer a:hover
{
    color: rgb(220,220,220);
}

#footer a:visited
{
    color: rgb(235,235,235);
}

#footerLeft, #footerRight, #footerMiddle {
	float:left;
}
#footerMiddle {
	background-image:url(/images/bottomMiddle.png);
	width:780px;
	height:44px;
}
#tripleCol {
	background-image:url(/images/columnBg.png);
	background-repeat:repeat-y;
	clear:both;
}
#bLeftCol, #bMiddleCol, #bRightCol {
	padding:15px;
	padding-top:20px;
	float:left;
}
#bLeftCol {
	width: 219px !important;
}
#bMiddleCol {
	width: 260px !important;
}
#bRightCol {
	width: 228px !important;
	width:210px;
	overflow:visible !important;
	overflow:hidden;
}

/* Left content container */
#left {
	float:left;
	width: 400px;
	margin-right: 15px;
}

/* Right content */
#right {
	float:left;
	margin-left: 20px;
	width: 500px;
}
#altLeft {
	float: left;
	margin-left: 20px;
	width: 150px;
  margin: 0;
  padding: 0;
}

#altRight {
	float: left;
	margin-left: 20px;
	width: 700px;
}

#left, #right, #fullContent {
}

#fullContent {
	width: auto;
	margin: 20px;
}


/* TOP NAVIGATION */
#navigation {
	padding: 0;
	top: 56px;
    left: 340px;
	position:absolute;
}

ul.navigation {
	margin: 0px;
	padding-left:0px;
	padding: 0px;
	display: inline;
}

ul.navigation li {
	margin:0px;
	list-style: none;
	display:block;
	float:left;
	padding:0px;
	padding-left:10px;
	margin-right:5px;
  white-space: nowrap;
}
ul.navigation.stacked li {
	float: none;
}
ul.navigation li.active {
	font-size: 1.2em;
	font-style: italic;
}

#navigation ul.navigation li {
	background-image: url(/images/tab_left.png);
	background-repeat: no-repeat;
	height: 25px;
}

#navigation ul.navigation li a{
	background-image: url(/images/tab_right.png);
	background-position: top right;
	background-repeat: repeat-x;
	height: 25px;
	font-weight: normal;
	display: block;
	width: auto !important;
	width: 50px;
	text-align: center;
	padding-right: 10px;
	line-height: 25px;
}
#navigation ul.navigation li.active {
	background-image: url(/images/active_tab_left.png);
	font-size: 1em;
}

#navigation ul.navigation li.active a{
	background-image: url(/images/active_tab_right.png);
	color: #333333;
	font-style:normal;
	font-weight: bold;
}
/* END NAVIGATION */

.specialOffers {
	float: right;
	margin-left: 85px;
	margin-top: 25px;
}
.specialOffers li {
	display: inline;
	text-align: right;
	list-style: none;
}
.specialOffers li a {

}
/* Secondary actions: orders ready to ship, on hold etc */

ul.navigation.secondary {
	float:right;
	margin-top: -30px;
	margin-right: 0px;
}


ul li {
	padding: 2px 0px;
	list-style-type: square;
}

ul.sortable {
	margin-left: 0px !important;
	padding-left: 0px !important;
}

ul.sortable li {
	cursor: pointer;
	cursor: hand;
	list-style-type: none;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 5px;
	margin-left: 0px !important;
}

ul.sortable li p {
	margin-bottom: 5px;
}

.navigation a, .navigation a:link, .navigation a:visited {
	color: #ffffff;
}

a.redlink, a.red:link, a.red:visited {
	color: #804D68;
}

.navigation.secondary a, .navigation.secondary a:link, .navigation.secondary a:visited {
	color: #5272E0;
}

.info {
	font-size: 10px;
	font-style:italic;
	color: #666666;
	line-height: 12px
}

.money {
	color: #008800;
	font-weight:bold;
}

/* in-page tab navigation */

.navigation.tertiary a, .navigation.tertiary a:link, .navigation.tertiary a:visited {
	color: #000;
	padding: 4px;
}
.navigation.tertiary li {
	background-color: #ccc;
	padding-left: 4px;
	padding-right: 4px;
}
.navigation.tertiary li.active {
	background-color: #fff;
	border: 1px solid #ccc;
	border-bottom: 0px;
}
#subnav {
	border-bottom: 1px solid #ccc !important;
	border-bottom: 0px;
	height: 18px;
}



/* BUTTONS */
/* This is used on anchors as well as button objects, so some css trickery is needed */
.button, .buttonWarning, .smallButton {
	border: 2px solid #cccccc;
	background-color: #eb7e10;
	background-image: url(/images/new_button.png) !important;
	background-repeat: repeat-x;
	background-position: top left;
	font-size: 15px;
	font-weight: bold !important;
	color: #eeeeee !important;
	color: #eeeeee;
	text-decoration: none !important;
	text-decoration: none;
	line-height: 20px;
	padding: 5px;
	cursor: pointer;
	cursor: hand;
	text-align: center;
	display:block;

}
a:visited.button {
    color: #eeeeee;
}

.smallButton {
    font-size: 10pt;
    padding: 1px;
    padding-top: 3px;
    line-height: 10px;
    border: 1px solid #aaa;
    margin-top: 2px;
    color: #fff;

}
#right a.button, a.button {
	text-decoration: none;
	color: #eeeeee;
	font-weight: bold;
}

a.button:hover, .button:hover {
    border-color: #999999;
}

a.button:active, .button:active {
    border-color: #555555;
}

.buttonWarning {
	background-color: #FF0000;
	border-color:#B00000;
	color:#eeeeee;
}

/* end buttons */

*.small {
	padding: 1px;
	font-size: 0.9em;
}

/* BEGIN TABLE LIST CSS */

div.listContainer {
	height:300px;
	width: 100%;
	border: 1px solid #666666;
	background-color: #fff;
	overflow: auto;
}


.list {
	border: 1px solid #666666;
	width: 100%;
}
/* don't put a border around tables contained by a div */
div.listContainer .list {
	border: 0px;
	width: 100%;
}

.list td {
	background-color: #fff;
	padding: 2px 6px;
	border-right: 1px solid #cccccc;
  vertical-align: middle;
}

.list tr.odd td {
	background-color: #fff;
}

.list tr.even td, .even {
	background-color: #ECEEF2;
}
.numeric, .list .numeric {
	text-align:right;
}
.list th, .list tr.header td, .list td.header {
	font-weight: bold;
	background-color: #3A6EB6;
	/*background-image:url(/images/table_header_bg.png);*/
	color: white;
	border-bottom: 1px solid #888888;
	border-right: 1px solid #888888;
	text-transform:capitalize;
	padding: 4px;
	text-align: center;
    font-size: 115%;
}

.list tr.footer td {
	font-weight:normal;
	font-style:italic;
	color: #333333;
	background-color: #cccccc;
	border-top: 1px solid #191465;
	text-transform:capitalize;
}

.list td.borderTop {
	border-top:1px solid #999999;
}

/* END TABLE LIST CSS */

*.hover {
	cursor: pointer;
	cursor: hand;
}
.hlt, tr.hlt td, tr.selected td {
	background-color: #FFBC6C !important;
	font-style:italic;
}

.notes {
	padding: 10px;
	background-color: #eeeeee;
	border: 1px solid #999999;
	margin-bottom: 10px;
	width: 400px;
}

.notesEdit {
	padding: 10px;
	width: 400px;
}

.clear {
	clear: both;
	height: 5px;
	overflow: hidden;
}

div.float, div.floatHalf {
	float:left;
	margin-right:10px;
}
div.floatHalf {
	width:45%;
}

div.indent {
	padding:0px;
	margin:0px;
	margin-top:-10px;
	padding-left:20px;
}

div.padLeft {
	padding-left:10px;
}

/* FORMS =================================================================== */

.fieldWithErrors input, .fieldWithErrors * option, .fieldWithErrors * {
  border: 2px solid red;
}
.formBlock fieldset {
	border: 5px solid #E4E9F5;
	margin-top: 1em;
	padding: 1em;
}
.formBlock legend {
	font-weight: bold;
	font-size: 1.2em;
	background-color: #E4E9F5;
	padding: 0.25em 0.8em;
	color: #339;
}
.formError {
	color: red;
	font-style: italic;
	padding-bottom: 5px;
	padding-left: 10px;
}

#ErrorExplanation, .errorExplanation {
  width: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#ErrorExplanation h2, .errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#ErrorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#ErrorExplanation ul li {
  font-size: 12px;
  list-style: square;
}

.inline {
	display:inline;
	clear:none;
	margin-bottom:0px;
}
label {
	clear:both;
	font-weight:bold;
	color: #666666;
	display:block;
	padding-bottom: 5px;
}
label span b {
  font-size: 12pt;
  color: #FF8811;
}
input {
}
a.term {
  text-decoration: none;
  border-bottom: 1px dotted ;
  font-weight: normal;
}
option {
	padding:0px 4px;
}

input[type=hidden] {
	display:none;
}

#submittingText {
	display:none;
	font-weight:bold;
	font-size:1.3em;
	color: green;
	padding: 10px;
}

div.error {
	margin:5px 2px;
	background-color:#FFFF99;
	border:1px solid #804D68;
	font-weight: bold;
	padding: 10px;
	color: #804D68;
}

input.error {
	background-color: #FFD3E3;
}

.textInput {
	color: #333;
	line-height: 1em !important;
}

.textInput, .textArea {
	border: 1px solid #999;
	padding: 2px;
}

#right .textInput, .textInput.big {
	font-size: 15px;
	line-height: 30px;
	padding-top: 5px !important;
	padding-top: 10px;
	height: 20px;

}
.textInput.big {
	line-height: normal !important;
	border: 2px solid #ddd;
	padding: 5px;
	vertical-align: bottom;
}
.column {
  float: left;
  width: 48%;
}
.columnContainer {
	overflow: hidden;
}

.product {
	clear: both;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}
.oddRow td {
	background-color: #eee;
}
/* image displayed in product description */
.productImage {
	display: block;
	margin-right: 10px;
	margin-bottom:10px;
}

.cartItem {
	float: left;
	text-align: center;
	margin-right: 10px;
	font-size: 0.9em;
}

div.price {
	background-color: #6ABE32;
	color: #fff;
	font-size: 25px;
	padding: 5px 10px;
	text-align: center;
	font-style: italic;
	-moz-border-radius: 10px;
}

/* AUTOCOMPLETE */
div.auto_complete {
	width: 500px;
	background: #FFD676;
}
div.auto_complete ul {
	border: 2px solid #000;
	margin:0;
	padding:0;
	width:100%;
	list-style-type: none !important;
}
div.auto_complete ul li {
	margin:0;
	padding:5px;
	list-style-type: none !important;
}
div.auto_complete ul li.selected {
	background-color: #FFFBBF;
}
div.auto_complete ul strong.highlight {
	color: #800;
}

/* PAGINATION ============================================= */
div.pagination {
	background-color: #EDEDED;
	/*border-top: 2px solid #C5BEBE;*/
	padding: 10px;
	font-size: 1.2em;
	text-align: right;
}
div.pagination a {
	text-decoration: none;
}
div.pagination a, div.pagination span {
	padding: 5px;
	font-weight: bold;
}
div.p * {
	font-size: 1.2em;
}


/* CUSTOM */
.roundBoxImage {
	text-align: center;
	margin: 10px auto;
	padding: 10px 2px;
	width: 120px;
	background-color: white;



}
.roundBoxImage img {
	height: 81px;
	width: 100px;
}

ul.sideNavigation { font-size: 1.5em; text-align: right; margin: 60px 5px 2px 0px; padding: 0 5px 0 0; border-right: 1px solid #eee;}
ul.sideNavigation li { list-style: none; font-family: Georgia, serif; font-weight: normal;}
ul.sideNavigation li a { font-weight: normal;}

ul.myStuffSideNav { margin-top: 0; }
h2.myStuffSideNav { text-align: right; color: #FF8811; }

/* set millions of background images */
.rbroundbox { background: url(/images/nt.gif) repeat; }
.rbtop div { background: url(/images/tl.gif) no-repeat top left; }
.rbtop { background: url(/images/tr.gif) no-repeat top right; }
.rbbot div { background: url(/images/bl.gif) no-repeat bottom left; }
.rbbot { background: url(/images/br.gif) no-repeat bottom right; }

/* height and width stuff, width not really nessisary. */
.rbtop div, .rbtop, .rbbot div, .rbbot {
width: 100%;
height: 7px;
font-size: 1px;
}
.rbcontent { margin: 0 7px; }
.rbroundbox { width: 148px; float: left; margin: 10px 1px 10px 0px; padding: 0; }


#mainAccordion h3 {
	cursor:pointer;
	display:block;
	padding:5px;
	margin-top: 0;
	text-decoration: none;
	font-weight: bold;
	font-size: 105%;
	color: white;
	background-color: #7BA7DA;
	border: none;
    margin-bottom: 0;
    border: 1px solid gray;
}
#mainAccordion  div.accordionDrawer {
  border: 1px solid black;
  height: 350px;
  overflow-y: auto;
}


#mainAccordion p.infoBox {
  font-size: 115%;
}

#stylePicker {
  overflow: hidden;
}
#stylePicker p.infoBox {
  background-color: transparent;
  border: none;
}


#recipePicker, #photoPicker, #extraPagesPicker {
    border: 1px solid gray;
}
#photoPicker, #recipePicker, #extraPagesPicker {
  position: relative;
}

#recipePicker_header, #photoPicker_header, #extraPagesPicker_header {
  position: relative;
}

#mainAccordion a.help {
  text-indent: -10000px;
  width: 20px;
  height: 20px;
  display: block;
  background-image: url(/images/help.png);
  background-repeat: no-repeat;
  background-position: 2px;

  position: absolute;
  top: 5px;
  right: 5px;
}

#recipePicker a.thickbox, #photoPicker a.thickbox {
  margin: 10px;
}

#recipePicker {
  overflow-y: auto;
}

#arrangePages {
  list-style-type:none;
  margin:0;
  padding:0;
  border: 2px solid #DDD;
 }

#arrangePages ul {
  padding: 0 7px;
}
#arrangePages div {
     width:200px;
     font:13px Verdana;
     margin:0;
     margin-left:20px;
     padding-left:20px;
     padding:4px;
     cursor:move;
}
div.dropmarker {
      height:6px;
      width:200px;
      background: url(/images/dropmarker.png) left top;
      margin-top:-3px;
      margin-left:-5px;
      z-index:1000;
      overflow: hidden;
}
ul#bindingList {
  padding-left: 0;
}
.sliderPanelContent {
  margin-top: 15px;
}
.loading {
  font-size: 14pt;
  padding-top: 30px;
  text-align: center;
}
.loading img {
  position: relative;
  top: 10px;
}
.bindingItem {
	padding: 5px;
  margin: 2px 5px;
	border: 1px solid #eee;
	list-style: none;
	margin-left: 0;
	position: relative;
	height: 60px;
}
.bindingItemSelect {
  float: left;
  padding-top: 20px;
  padding-right: 20px;
}

.bindingItemContent {
  left:180px;
  width: 230px;
  position: absolute;
}
.bindingItemHeaderLeft   {
  overflow: hidden;
  margin: 0;
  padding: 0;
  display: block;
  float: left;
  width: 60px;
}
.bindingItemHeaderRight {
  float: left;
  width: 125px;
}
.bindingItemHeaderRight a{
  display: block;
}


.bindingItem p { /* this comes from markdown textile */
  margin: 0;
  padding: 0;
    clear: both;
}
.activeBindingItem {
	background-color: #88ff88;
	cursor: default;
}


.activeBindingItem:hover {
	border: 1px solid #eee;
}
.bindingItem img {
	margin-right: 5px;
	width: 50px;
	height: 50px;
	float: left;
}
.recipeItem, .selectedRecipe {
	cursor: pointer;
}
.pageItem.odd, .pageItem.even {
  border: 1px solid black;
}
#arrangePages .pageItem.odd {
  border-style: solid none solid solid;
}
#arrangePages .pageItem.even {
  border-style: solid solid solid none;
  margin-right: 10px;
}

/* Note: the following three rules are arranged in a very particular fashion.
   This is so that we can use non-IE6 browsers' ability to handle multiple
   class selectors while still degrading nicely for IE. That's why the following
   tripe-class-selector is present. Keep in mind that IE only sees the last of
    a string of class selectors, and that the ordering below is specifically
    organized so as to set up rule specificity correctly. */
.selectedPage.pageItem.Divider {
  background-color: #DFBE9F;
}

.pageItem.Divider {
   background-color: #7BA7DA;
}

.selectedRecipe, .selectedPage {
	background-color: #FCC58E !important;
}

.itemWithPage {
    color: #aaa;
    font-style: italic;
    display: none;
}
.pageItem, .dragMarker, li.coverSeparator {
	list-style: none;
	cursor: move;
	float: left;
	width: 50px;
	height: 105px;
	margin: 5px 0;
  padding: 5px;
	text-align: center;
  overflow: hidden;
}

li.coverSeparator {
  cursor: default;
}

#arrangePages li.pageItem.activeDividerBar, #arrangePages li.coverSeparator.activeDividerBar{
	border-right-color: #ee3333;
	border-right-width: 3px;
	border-right-style: solid;
}

#arrangePages .pageItem.BackCover, #arrangePages .pageItem.Cover {
  border: 1px solid black;
}

li.coverSeparator {
  border: none
}

.unSortableItem {
	list-style: none;
    cursor: pointer;
	cursor: unavailible;
    float: left;
	width: 50px;
	height: 105px;
	text-align: center;
	background-color: #ddd;
}

.dragMarker {
	border-color: green;

}
.activeMarker {
	border-color: green;
	border-width:2px;
	border-style: solid;
}
.divider {
	list-style: none;
	font-size: 8pt;
	text-align: center;
	float: left;
	width: 5px;
	height: 75px;

}
.infoBox, p.infoBox {
	background-color: #eee;
	border: 1px solid #aaa;
	font-size: 10pt;
	padding: 5px;
	margin: 12px 2px;
}
#navmenu {
	background: #eee;
	height: 28px;
	cursor: default;
}
#navmenu ul li {

	float: none;

}
#navmenu ul {
	background: #ddd;
	  border-bottom: 1px solid #aaa;
	  list-style: none;
	  margin: 0;
	  width: 100px;
	  position: absolute;
	  top: -999em;
	  left: -1px;

}
#navmenu li {
  cursor: pointer;
	padding: 5px 10px;
	float: left;
	list-style: none;
	position: relative;
	background-color: #eee;
	z-index: 1;
}
#navmenu > li > a {
  border: 1px solid transparent;
  border-style: none solid none solid;

}

#navmenu > li.dropdownHeaderHover {
  z-index: 1;
  padding: 0;
}
#navmenu li.dropdownHeaderHover ul {
  width: 200px;
  top: 25px;
  border: 1px solid #aaa;
}

#navmenu > li.dropdownHeaderHover > a {
  padding: 5px 10px;
  display: inline-block;
  color: #EB7E10;
}
#navmenu > li.dropdownHeaderHover > a {
  background-color: #eee;
  border: 1px solid #aaa;
  cursor: default;
  border-style: none solid none solid;
}
input.text {
	border: 1px #aaa solid;
}
.pictureItem {

	float: left;
	list-style: none;
	width: 55px;
	height: 50px;
	margin: 3px;
  padding: 3px;
}
.pictureItem img {
	width: 50px;
	height: 45px;
}
.selectedPicture {
	background-color: #eeaa33;
}
.pageElement {
  display: block;
	position: absolute;


}
#recipeList {
  overflow-x: hidden;
  _height: 1%;
}
.pictureList {
  overflow:hidden;
}
.pageElement:hover, .pageElementHover {
  padding: 0;
  margin: 0;
	border: 1px solid red;
}
.pageElementContainer{
  padding: 0;
  margin: 0;
	position:relative;
	width:100%;
	height:100%;
}
.emptyPageElement {
	background-color: #eee;
	font-weight: bold;
	font-size: 18pt;
}
.bigInfo {
	margin:auto;
	width:70%;
	text-align:justify;
	font-size:16pt
}
ul.bigInfo  {
	padding-top: 10px;


}
.bigInfo li {
	font-size: 14pt;
	margin: 30px 2px;
}

#busy_indicator {
  padding: 2px 5px;
  font-size: 12pt;
  color: #ffffff;
  background-color: #dd0000;
  position:absolute;
  top: 530px;
  display: none;
  z-index: 1000;

}
.header {
	text-align: center;
	width: 300px;
	margin:auto;
}
.introduction {
  padding: 2px 10px 2px 0;
}
.section {
/*	display:none; */
	margin: auto;
	text-align: justify;


}
.section img {
    float: right;
	vertical-align: top;
	height: 180px;
	width: 250px;
	margin: 10px;
	padding: 5px;
	border: 1px solid #aaa;

}
.sectionsMenu {
	text-align: center;
	border-bottom: 1px solid #ddd;
	margin-bottom: 10px;
}
.sectionsMenu a {

	margin: 0 18px;
	font-size: 12pt;
	text-decoration: none;
	font-color: blue;
}

.horizontalHeading  {
	float: left;
	text-align: justify;
	margin: 10px 10px 10px 0px;
	width: 175px;
  	padding: 5px;
}

.horizontalHeading  img {
  width: 145px;
  height: 145px;
}


.horizontalHeading h3 {
	text-align: center;

}

.horizontalHeading p {
  text-align: center;
}

.wideHeading {
	width: 300px;
	position: relative;
	margin: 5px;
	padding: 5px;
	border: 1px solid #aaa;
  height: 280px;
}
.wideHeading img {
	border: 1px solid #aaa;
	padding: 5px;
	width: 200px;
	margin: auto;
	display: block;

}

.guideStep {
    clear: both;
	margin: 0;
	padding:  0;
}

.visitorOnly, .registeredOnly {
	display: none;
}

.centerButton {

	width: 200px;
	margin: auto;
  display: block;
}

.bottomButton {
	position: absolute;
	bottom: 50px;
	left: 50px;
}
.preview {
	cursor: pointer;
	position: relative;
	border: 3px solid #eee;
}
.preview img {
  float:left;
  clear: left;
}
.selectedPreview {
	border-color: #EB7E10;
}
.activePreview {
  background-color: #EB7E10;
  opacity: 0.4;
  filter: alpha(opacity = 40);
	border-color: red;
	border-style: dashed !important;
	border-width: 1px;
}
.droppablePreview {
  border: 1px dashed red !important;
}
.continue {
	text-align: right;
	clear:both;
}

table.data {
	border: 1px solid #aaa;
	margin: 10px auto;
	border-spacing: 0;
}
table.data th {
	background: #ff7711;
	color: #ffffff;
	padding: 0;
	margin: 10px;
}
table.data td {
	border-bottom: 1px solid #eee;
	padding: 10px;
}

.prevNext {
    border-top: 1px solid #aaa;
    margin-top: 8px;
}
.left {
     float: left;
}
.right {
    float: right;
}

.helpNavigator {
    list-style: none;
    border: 1px solid #aaa;
    height: 20px;
    margin: 0;


}
.helpNavigator li {
    list-style: none;
    padding: 0px 10px 10px 5px;


    float: left;
}

p.contactUs
{
  text-align: center;
  clear: both;
  font-size: 115%;
}

.transparentIframe {
    border: 0px solid green;
    overflow-x: hidden;

}
iframe.seamless {
	padding: 0;
	margin: 0;
	border: none;
}

.simpleForm {
    background-color: #ddffdd;
    padding: 10px;
    display: block;
    height: auto;
}

.cursorBusy {
    cursor: wait;

}
#bindingChoices ul  {
	list-style: none;
}
.pageWarning {
	position: absolute;
	top: 0;
	right: 0;
	background-image: url(/images/warning.png);
	background-repeat: no-repeat;
	background-color: #fffebb;
	background-position: 2px 2px;
	border: 1px solid gold;
	padding: 2px;
	width: 16px;
	height: 16px;
	overflow: hidden;
	opacity: 0.75;
	text-indent: 22px;
	text-align: left;
}
.pageWarningHover {
	width: 200px;
	height: auto;
	opacity: 1;
}
.publishErrorInfo, .publishWarningInfo, #flash {
	margin: auto;
	width: 555px;
	background-repeat: no-repeat;
	padding: 10px 10px 10px 25px;
	margin: 10px 0;
	background-position: 5px 10px;

}
.publishErrorInfo {
	background-color: #ffcccc;
	border: 1px solid tomato;
	background-image: url(/images/error.png);

}
.publishWarningInfo, #flash {

	background-color: #fffeeb;
	border: 1px solid gold;
	background-image: url(/images/warning.png);
}

#flash {
  width: auto;
}
.problems .moreInfo {
  font-size: 8pt;
  color: #5272E0;
  padding-left: 2px;
}
.problems {
	overflow: auto;
	height: 120px;
	width: 590px;
	border: 1px solid #aaa;
	margin: auto;
        margin-left: 0px;
	padding: 0;
}
.problems li {
	cursor: pointer;
	list-style: none;
	background-repeat: no-repeat;
	background-position: 2px 3px;
	text-align: left;
	padding: 2px 4px 2px 22px;
	margin: 5px;
}
.problems .explanation {
	display: none;
}

.problems .visibleExplanation {
	display: block;
}

.problems .error {
	background-image: url(/images/error.png);
	background-color: #ffcccc;
	border: 1px solid tomato;
}
.problems .warning {
	background-color: #fffebb;

	border: 1px solid gold;
	background-image: url(/images/warning.png);
}
.longWarning {
	background-image: url(/images/warningBig.png);
	background-color: #fffebb;
	border: 1px solid gold;
	background-position: 97% 8%;
	padding: 0.5em;
	background-repeat: no-repeat;
}

#pricingList .info, #shippingList .info
{
    font-size: 125%;
    line-height: 125%;
    font-style: normal;
    color: black;
}
.labelRow td {
	text-align: center;
	color: #3A6EB6;
	padding: 10px 5px 10px 10px;
	border-top: 1px solid #e4e9f5;
	border-bottom: 1px solid #e4e9f5;
}
.frame {
  display: none;
}
.information {
	background-color: #e4e9f5;
	padding: 0px 8px 8px;
	border: 1px solid #aaaaff;


}
.infoIcon {
	background-repeat: no-repeat;
    background-image: url(/images/information.png);
    padding: 2px 3px 2px 25px;
    background-position: 2px 2px;

}
.information dt {
	font-weight: bold;

}
.hint {
  font-size: 8pt;
  color: #888;
}
.checkboxHint {
  padding: 4px 2px 4px 16px;
}
#feedback {

}
#account_links {
}
#top_bar_container {
  font-size: 8pt;

  width: 100%;
  margin: 0 auto;
  z-index: 5000;
  background-color: #E4E9F5;
  text-align: center;
  border-style: none none solid;
  border-width: 1px;
  border-color: #FF8811;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
}

#tips_controls {
  position: absolute;
  right: 200px;
  margin: 0;
  padding: 0;

}

.scrollNext, .scrollPrev {
  margin: 0px 2px;
  background-image: url(/images/left_right.png);
  background-repeat: no-repeat;
  cursor: pointer;
  width: 16px;
  float: left;
  height: 16px;
}
.scrollPrev {
  background-position: 0px -16px;
}
.scrollActive.scrollPrev {
  background-position: -16px -16px;
}
.scrollActive.scrollNext {
  background-position: -16px 0px;

}

#top_bar_spacer {
  width: 150px;
  margin: 0;
  padding: 0;
  float: left;
}
#top_bar {
  position: relative;
  width: 1000px;
  margin: 2px auto;

}

#tips  {
  height: 18px;
  float: left;
  list-style: none;
  width: 600px;
  padding: 0;
  margin: 0;
  overflow: hidden;
  text-align: center;
  display:none;

}
#tips  li {
  position: absolute;
  left: 0;
  list-style: none;
  width: 100%;
  padding: 0;
  margin: 0;
}
#notices  div.notice {
  border: 1px solid #FF8811;
  background-color: #FFF4E9;
/*  margin: 5px 25px; */
  padding: 5px 5px;
  position: relative;
}
.noticeControls {
  position: absolute;
  right: 2px;
  top: 2px;

}
.noticeClose {
  display:block;
  font-size: 5px;
  background-image: url(/images/close_orange.png);
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
}

#notices div h3 {
  color: #FF8811;
  display: inline;
  padding-right: 5px;
}
* html #feedback {
  position: fixed;
}

#feedback #feedbackBody {
  display: none;
  padding: 0 1em 0;
  width: 400px;
  margin: 0 auto 0.5em;

  text-align: center;

  background-color: white;

  overflow: auto;
}

#feedback h3 {
  text-align: right;
  font-size: 8pt;
  margin: 0;
  padding: 0;

  color: #5272E0;
  font-weight: bold;

  cursor: pointer;
}

#feedback.expanding p, #feedback.expanding form {
  display: block;
}

#feedback input.submit {
  float: right;
  margin: 0.5em;
}

#feedback p.thanks {
  margin-top: 0.25em;
  text-align: center;
}

.tabs {
  background-repeat: no-repeat;

  margin: 0;
  padding: 0;
  border: none;
}

.tabCorner {
  background-image: url(/images/tabCorner.png);
  background-position: bottom right;
}

.tabBottomLeft {
  background-image: url(/images/tabBottomLeft.png);
  background-position: bottom left;
}

.tabTopRight {
  background-image: url(/images/tabTopRight.png);
  background-position: top right;

  padding-right: 6px;
  padding-bottom: 6px;
}

.tabBottom {
  background-image: url(/images/tabBottom.png);
  background-position: bottom;
  background-repeat: repeat-x;
}

.tabRight {
  background-image: url(/images/tabRight.png);
  background-position: right;
  background-repeat: repeat-y;

  margin: 2em auto 0;
  width: 1005px;
}

.gridList {
	list-style: none;
	padding: 0;
	margin: 0;

}
.gridList li {
	text-align: center;
	list-style: none;
	float: left;
	width: 100px;
	border: 1px solid #aaa;
	margin: 2px;
	padding: 2px;
}

.gridList li.active {
	background-color: #FCC58E;
}
.noBullets li {
	list-style: none;
	padding: 2px;
}

.expand {
	background-image: url(/images/expandable.png);
	background-repeat: no-repeat;
	background-position: 8px 8px;
	padding-left: 8px;

  cursor: pointer;
}

.expanded {
  background-image: url(/images/collapsible.png);
}

.list .expandedFollows, .list .expandable {
	border-bottom: 1px solid #BBB;
}

.list .expanded, .list .expandable td {
	background-color: #F5F5F5;
}

.expandable .info {
	font-size: 95%;
}

.expandable br {
	display: none;
}

.expandable td {
	text-align: left;
}

.expandable p {
	margin-top: 0.25em;
}

.expandable img {
	margin-right: 0.5em;
}

.expandable small {
	font-size: 90%;
}

#right.stepsListContainer {
    width: 35%;
    margin-left: 150px;
    border-color: #FF8811;
    border-style: dashed;
    padding-left: 1.25em;
}

.stepsList li {
  font-size: 135%;
  color: #FF8811;
  margin-bottom: 0.75em;
  font-weight: bold;
}

.stepsListContainer h2 {
    margin-bottom: 0.5em;
}

.stepsList li span {
  color: #555;
  font-size: 90%;
}

.cleanHeader {
  background-color: #fff;
}
.cleanHeader h1 {
  width: 260px !important;
  float: none !important;
  margin: 0 auto !important;
}
.clean {
  background-color: #fff ;/* #E4E9F5;*/
  width: 550px !important;
  margin: 50px auto 0 !important;
}
.wideClean {
	width: 900px !important;
}
.cleanContent {
  border: 8px solid #FF8811;
  padding: 10px;
}

.smallForm {
  clear:both;
  width: 550px;
  background-color: #E4E9F5;
  margin: 0 auto;
  padding: 10px;
}

#bookNewForm.form_block {
    margin-top: 1em;
}

.noBullets label, table.list label {
  display: inline;
}

table.list img.bindingThumb {
  float: left;
}

table.list label {
  padding-bottom: 0;
}
#flowing_details_form_container .block {
	clear: both;
}

.inputContainer { padding-top: 1em;}
#flowing_details_form_container .inputContainer {
	width: 350px;
	float: left;
}
#login_information {
	clear: both;
}

.new {
	font-size: 75%;
	font-weight: normal;
	color: red;
	position: relative;
	top: -5px;
}

.modalHowItWorks { padding-left: 1em; }
.modalHowItWorks h2 { margin-bottom: .2em;}
.modalHowItWorks .subtitle { color: #777; font-size: 1.2em; padding-left: 1em;}
.modalHowItWorks p { padding: 1em; }
.modalHowItWorks .step { width: 220px; border: 1px solid #aaa; margin: 5px; float: left; height: 338px; padding:2px}
.modalHowItWorks img { padding: 2px; margin: 2em 1em; border: 1px solid #ddf;  display: block; margin: auto; }
.modalHowItWorks .right { text-align: center;}
.modalHowItWorks h3 {margin-bottom: 1em;}
.formField { padding: 3px 0;}
.formField label { text-align: right; width: 44%; float: left; margin-right: 5px;}
.formField input { text-align: right; width: 48%; float: left;}
.formBox h3 { padding: 7px 0 1px 0; margin: 0;}
.formBox .textInput { height: 1.2em;}
.newFeature {
	height: 24px;
	background-color: #FFF4E9;
	width:210px;
	background-image: url(/images/orange_tab_left.png);
	background-repeat: no-repeat;
	font-weight: bold;
	color: #FF8811;
	text-transform: none;
    bottom: 0px;
    right: 0px;
    margin: 0;
    padding: 0;
    position: absolute;
  /*  border-style: solid none none solid; */
}
.newFeature a {
    padding: 3px;
    margin: 0;
	text-decoration: none;
}
.newFeature span {
	margin-right: 0;
	margin-left: 8px;
	padding-top: 3px;
	padding-bottom: 0px;
	padding-right: 4px;
	display: block;
	border-top: 1px solid #FF8811;

}
.centerDialog {
  width: 550px;
  margin: 0 auto;
}
.importantInformation {
	font-size: 120%;
}
.inlineTen {
	display: inline;
	margin-left: 10px;
	margin-right: 10px;
}
#spellcheckresults { position: absolute; background: #fff; margin: 0; border: 1px solid #000; padding: 5px; }
      #spellcheckresults dl { margin: 0; padding: 0; }
        #spellcheckresults dl dt { float: left; clear: left; margin: 3px 0; padding: 0; font-weight: bold; }
        #spellcheckresults dl dd { float: left; margin: 3px 10px; padding: 0; cursor: pointer; color: green; }
        #spellcheckresults dl dd.ignore { color: red; font-style: italic; }

.textToolbar { position: relative; height: 15px; width: 92%;}
.textToolbar a.checkspelling { position:absolute; right: 40px; top: -20px; height: 15px; width:15px;
			background-image: url(/images/spellcheck.png); background-repeat: no-repeat;}

.checkboxList  {
	list-style: none;
	padding-left: 0;
	margin-left: 0;
	margin-bottom: 5px;

}
.checkboxList li {
	list-style: none;
	padding-left: 0;
	margin-left: 0;

}

.center {
	text-align: center;
}
/* poor mans bootstrap TODO: REMOVE ME */
.aRow {
  margin-left: -20px;
  *zoom: 1;
}
.aSpan6 {
  width: 460px;
}
.aOffset3 {
	margin-left: 260px;

}
.aOffset4 {
  margin-left: 340px;
}
/* position:absolute;left:180px;top:50px */


.fb-connect-button {
	background: url('/images/fb_connect.png') 0px 0px no-repeat;
	height: 38px;
	width: 233px;
	display: block;
}
.hoverShadow {
	border: 1px solid transparent;
	box-shadow: 1px 1px 5px 5px transparent;
	-moz-box-shadow: 1px 1px 5px transparent;
	-webkit-box-shadow: 1px 1px 5px transparent;


}
.hoverShadow:hover{
	border: solid 1px #CCC;
	-moz-box-shadow: 1px 1px 5px #999;
	-webkit-box-shadow: 1px 1px 5px #999;
  box-shadow: 1px 1px 5px #999;
  -moz-border-radius:6px;
  -webkit-border-radius:6px;
  -opera-border-radius:6px;
  -khtml-border-radius:6px;
  border-radius:6px;
}
.emailSignupOption {
	font-size: 1.2em;
	margin-top: 1em;
}

ul.socialLinks {
       margin-top: 6px;
       padding:5px 0 10px;
       position: relative;
}
ul.socialLinks li {
       list-style: none;
       margin: 0;
       padding: 0;
}
ul.socialLinks {
       margin-bottom: 6px;
}

ul.socialLinks li.pintrest {
       position: relative;

}
ul.socialLinks li.facebook {
       position: relative;
       vertical-align: top;
       top: 0px;
}
ul.socialLinks li {
       display: inline-block;
       *display: inline;
  zoom: 1;
}
