/*  Italian Harvest site styles
    Phil Glatz, 8/25/05  (based on new.css)
*/

body {
  margin: 0;
  background-color: white;
  text-align: center;
  font-family: Verdana, Arial, sans-serif;
  font-size: 85%;
}

a,a:link,a:visited,a:active,a:hover {
  text-decoration: none;
}
a:hover {
  color: #EBAB00;
}

/* top logo area */
div#toplogo {
  position: absolute;
  left: 0;
  top: 0;
	height: 115px;
	width: 100%;
	margin: 0;
	background: White url(/images/toplogo-plain.gif) no-repeat left;
}
div#toplogo div#rtnav {
	position: absolute;
	bottom: 25px;
	right: 2em;
	width: auto;
	color: black;
	font-size: 80%;
}
div#toplogo div#pagename {
	position: absolute;
	bottom: -2px;
	left: 155px;
	width: auto;
	color: white;
	font: italic bold 150% "Times New Roman", Times, serif;
}
div#toplogo div#pagename.inner {
	color: #CC4D31;
}
div#toplogo A, div#toplogo A:link, div#toplogo A:visited, div#toplogo A:active {
	color: #CC4D31;
}
div#toplogo A:hover {
	color: #EBAB00;
}

/* page footer area */
div#footer {
	margin: 0;
	height: 2em;
	font-size: 76%;
	text-transform: uppercase;
	background-color: white;
	width: 100%;
}
div#footer A, div#footer A:link, div#footer A:visited, div#footer A:active {
	color: #CC4D31;
}
div#footer A:hover {
	color: #EBAB00;
}
div#footer div.leftside {
	float: left;
	color: #666666;
	padding: 0.5em 0 0 1.5em;
}
div#footer div.rightside {
	float: right;
	color: #666666;
	padding: 0.5em 1.5em 0 0;
}


/* outer enclosing tables, enclosing divs
 *	wrapper
 *		outer
 *			inner
*/
div#wrapper {
  min-width: 400px;
  margin: 0;
	text-align: left;
  background-color: #ffdd72;
}
div#inner {
	width: 800px;
  min-width: 400px;
}


/* content area */
div#content {
  float: right;
  width: 620px;
	margin-top: 122px;
	padding-bottom: 0.5em;
}

div#content div#topsearch {
  margin: 0;
  color: #cc4d31;
	font-size: 90%;
	font-style: italic;
	padding-bottom: 0.25em;
}
div#content div#topsearch form {
	display: inline;
}
div#content div#topsearch div#search {
	float: right;
	display: inline;
}
div#content div#topsearch div#cart {
	float: right;
	display: inline;
  margin: 0 0 0 30px;
}
div#content div#topsearch div#diam {
	float: right;
	display: inline;
  margin: 0 0 0 30px;
}
div#content div#topsearch div#subscribe {
	float: right;
	display: inline;
  margin: 0 0 0 30px;
}
div#content div#topsearch input {
  margin: 0;
  font-size: 90%;
  font-weight: normal;
  color: black;
}
div#content div#topsearch input.submit {
  font-size: 80%;
  margin: 0;
}

div#content div#topsearch span.cart {
	margin: 0 0 0 2em;
	text-align: left;
	display: inline;
}
div#content div#topsearch span.cart img {
	margin: 0;
	padding: 0;
	border: none;
}
.hp-only {
  display: none;
}
body.frontpage .hp-only {
  display: block;
}

/* secondary page content */
div#content div#secondary {
  color: black;
  background-color: #ffdd72;
  font-size: 85%;
  background-image: url(/images/sec-border-table.gif);
  background-position: bottom left;
  background-repeat: repeat-y;
}
div#content div#secondary div#bottom {
  background-image: url(/images/sec-border-bottom.gif);
  background-position: bottom left;
  background-repeat: no-repeat;
  height: 15px;
}
div#content div#secondary div#secondary-wrapper{
	background-image: url(images/sec-border-top.gif);
	background-position: top left;
	background-repeat: no-repeat;
	padding: 1em 1em 0 1em;
	clear: both;
}
div#content div#secondary h1 {
	font-weight: bold;
	font-size: 140%;
	text-align: left;
	margin-bottom: 0.5em;
}
div#content div#secondary h1.multi {
	margin-top: 1em;
}
div#content div#secondary h2 {
	font-weight: bold;
	font-size: 100%;
	font-style: italic;
	text-align: left;
	margin: 0.5em 0 0.5em 0;
}
div#content div#secondary p {
	margin-bottom: 0.25em;
}
div#content div#secondary p.newsupercategory {
	font-size: 140%;
  margin: 1.5em 0 -0.5em 0;
  line-height: 100%;
  color: white;
  font-weight: bold;
	background-color: black;
	padding: 0.25em;
}
div#content div#secondary p.newcategory {
	font-size: 130%;
  margin: 1.5em 0 -0.5em 0;
  line-height: 100%;
  color: black;
  font-weight: bold;
	background-color: #ddd;
	padding: 0.25em;
}
div#content div#secondary p.newbrandname {
	font-size: 110%;
  margin: 1.0em 0 0.25em 0;
  line-height: 1.1;
  color: black;
  font-weight: bold;
	background-color: #ddd;
	padding: 0.25em;
}
div#content div#secondary p.indent {
	margin-left: 3em;
}
div#content div#secondary p.design, div#content div#secondary p.design a {
  font-size: 95%;
  color: black;
}
div#content div#secondary p.design a {
  text-decoration: underline;
}
div#content div#secondary p.design {
	margin: 1em 0.25em 0 0.25em;
  padding-top: 0.5em;
  border-top: 1px solid #777;
}
div#content div#secondary img {
	float: left;
	padding: 0 0.75em 0.25em 0;
}
div#content div#secondary img.right {
	float: right;
	padding: 0 0 0.25em 0.75em;
}
div#content a,
div#content a:link,
div#content a:active,
div#content a:visited,
div#content a:hover {
  color: black;
  text-decoration: underline;
  cursor: pointer;
}
div#content a:hover {
  color: black;
}
div#content div#secondary input.button {
  color: #CC4D31;
	font-size: 80%;
}


/* recipe and other summary lists */
div#summary-list {
  color: black;
	width: 600px;
}
div#summary-list p.rhead {
  color: black; 
  font-size: 150%;   
  text-align: center;
  margin: 1em 0 2em 0;
}
div#summary-list p.newcat {
	font-size: 140%;
  margin: 1.5em 0 -0.5em 0;
  line-height: 100%;
  color: black;
  font-weight: bold;
	background-color: #ddd;
	padding: 0.25em;
}
div#summary-list p.intro {
  margin: 0 0 1em 0;
}
div#summary-list p.title {
  margin: 0.5em 0 0 0;
  font-weight: bold;
}
div#summary-list p.link {
  margin: 0 0 0 2em;
}
div#summary-list p.desc {
  margin: 0 0 0 4em;
  font-style: italic;
}
div#summary-list A,
div#summary-list A:link,
div#summary-list A:active,
div#summary-list A:visited {
  color: black;
  text-decoration: underline;
}
div#summary-list A:hover {
  color: #222;
}
div#summary-list table {
  width:100%;
}
div#summary-list caption {
	font-weight: bold;
	font-size: 120%;
	text-align: left;
	margin-top: 0.75em;
	margin-bottom: 0.25em;
}
div#summary-list th {
	text-align: left;
	padding: 0 0.2em 0.2em 0.2em;
}
div#summary-list tr.color1 {
	background-color: #eee;
}
div#summary-list tr.color2 {
	background-color: #ddd;
}
div#summary-list td {
	padding: 0 0.2em 0 0.2em;
}
div#summary-list td.right {
	text-align: right;
}
div#summary-list A.links {
	white-space: nowrap;
}

a.plink-row,a.plink-row,a.plink-row,a.plink-row,a.plink-row {
  font-size: 100%;
  background-color: transparent;
  text-decoration: underline;
}

/* product display (subcategory) pages */
div.grouplink {
  margin: 6px 6px 0px 0px;
  padding: 6px 6px 6px 6px;
  border: 1px solid #888888;
  text-decoration: none;
  font-size: 90%;
  clear: both;
}
div.nextday {
  margin: 0px 6px 6px 0px;
  padding: 6px 6px 6px 6px;
  border: 1px solid #CC4D31;
  font-family: Arial;
  font-size: 12px;
  font-weight: bold;
  color: #CC4D31;
}





div#leftmenu {
	float: left;
	margin-top: 115px;
	margin-left: 5px;
  width: 150px;
  color: #cc4d31;
	background-color: #ffdd72;
}

div#leftmenu h2 {
  color: black;
	margin: 0.5em 0 0.1em 0;
  padding: 0px 0px 4px 5px;
  text-align: left;
	border-bottom: 2px solid #cc4d31;
	font-size: 140%;
}
div#leftmenu h2 a,
div#leftmenu h2 a:link,
div#leftmenu h2 a:active,
div#leftmenu h2 a:visited,
div#leftmenu h2 a:hover {
  background-color: transparent;
	color: #cc4d31;
	font-family: "Times New Roman", Times, serif;
	font-size: 98%;
	font-weight: bold;
  text-decoration: none;
  font-style: italic;
}
div#leftmenu h2 a:hover {
	color: #732F20;
}
div#leftmenu h2.nolink {
	color: #cc4d31;
	font-family: "Times New Roman", Times, serif;
	font-size: 140%;
	font-weight: bold;
  font-style: italic;
}
div#leftmenu ul {
	margin: 0;
}
div#leftmenu li {
  margin: 0 0 0 1.5em;
  padding: 0.1em 0 0 0;
  list-style: square outside;
	color: #DAA520;
}
div#leftmenu a,
div#leftmenu a:link,
div#leftmenu a:active,
div#leftmenu a:visited,
div#leftmenu a:hover {
  background-color: transparent;
	color: #474747;
  text-decoration: none;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
  font-style: italic;
	font-size: 88%;
  margin: 0;
  padding: 0;
}
div#leftmenu a:hover {
  color: #000;
}
div#leftmenu li.subcat {
	list-style: none url(/images/lmenu-bullet2.gif);
	margin-left: 2em;
}
div#leftmenu a.selected,
div#leftmenu a.selected:link,
div#leftmenu a.selected:active,
div#leftmenu a.selected:visited,
div#leftmenu a.selected:hover {
	color: #cc4d31;
	font-weight: bold;
}
div#leftmenu a.subcat,
div#leftmenu a.subcat:link,
div#leftmenu a.subcat:active,
div#leftmenu a.subcat:visited,
div#leftmenu a.subcat:hover {
	color: #000;
}
div#leftmenu a.subcat:hover {
	color: #2C2C2C;
}
div#leftmenu a.subcat.active {
	color: #cc4d31;
}

div#catalog-box {
}
div#catalog-box p {
  padding: 0 0.35em;  
  font-size: 88%;
}
div#catalog-box img {
  margin: 0.5em 0 0.35em 1px;
  width: 147px;
  height: 190px;
  border: none;
}
div#leftmenu div#catalog-box a {
  font-size: 100%;
}



/* shopping cart */
div#cart {
	margin: 1.5em 0 0.5em 0;
	text-align: left;
}
div#cart img {
	margin: 0;
	padding: 0;
	border: none;
}

/* searching */
div#lmsearch {
  margin: 0.5em 0 0.25em 0;
	width: 110px;
}
div#lmsearch input {
  margin: 0;
  font-size: 90%;
  font-weight: normal;
  color: black;
}
div#lmsearch input.submit {
  font-size: 80%;
  margin: 0;
}
div#lmsearch legend {
  color: #CC4D31;
  font-size: 140%;
  font-family: "Times New Roman", Times, serif;
	font-style: italic;
  font-weight: bold;
	padding: 0 0.25em 0 0.25em;
  margin: 0;
}


/* featured links menu (new style) */
div#featured-links {
  color: #cc4d31;
  margin: 2px 0px 6px 0px;
  padding: 2px 0px 4px 0px; /*  padding: 2px 2px 4px 2px;  */
  width: 110px;
}
div#featured-links p.synd {
  color: #FFFFFF;
  margin: 6px 0px 6px 0px;
	text-align: center;
}


/* search page */
div#search-page {
	color: black;
}
div#search-page p {
	margin-bottom: 1em;
	font-size: 95%;
}
div#search-page p.sub1 {
	margin-left: 3em;
	margin-top: 1em;
	font-size: 100%;
	font-weight: bold;
}
div#search-page p.label {
	float: left;
	padding-right: 0.5em;
	width: 25%;
	text-align: right;
}
div#search-page p.data {
	width: 70%;
	float: left;
}
div#search-page input {
	font-size: 95%;
}
div#search-page a {
	font-size: 95%;
}


div#content A.black {
  color: black;
}



div.search_shead1 {
  font-size: 180%;
  font-weight: bold;
  color: #CC4D31;
  margin: 0px 0px 6px 0px;
}
div.search_shead2 {
  font-size: 120%;
  font-weight: bold;
  color: #CC4D31;
  margin: 6px 0px 0px 12px;
}
div.search_cat1 {
  font-size: 120%;
  color: #CC4D31;
  margin: 0px 0px 2px 12px;
}
div#search_found{
  font-size: 110%;
  font-weight: bold;
  color: #CC4D31;
  margin: 12px 0px 0px 0px;
  padding: 3px 0px 0px 0px;
  border-top: 1px solid #CC4D31;
}
div#search_found2{
  font-size: 100%;
  font-weight: bold;
  color: #CC4D31;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  vertical-align: bottom;
}
table.search_results{
  margin-top: 6px;
}
th.search{
  background-color: #eeeeee;
  padding: 0px 2px 0px 2px;
  text-align: left;
}
td.search{
  padding: 0px 3px 0px 3px;
}
tr.search1{
  background-color: #FFE59F;
}
tr.search2{
  background-color: #FFF3DB;
}
a.search,a.search:link,a.search:active,a.search:visited,a.search:hover {
  font-size: 110%;
  background-color: transparent;
  color: black;
  text-decoration: underline;
}



/* product display */
.feature { font-style: italic; color: #FFFFFF }
.header { font-size: 140%; font-style: italic; font-weight: bold; color: #FFFFFF }
.copy { font-size: 100%; font-weight: bold; color: #CC4D31; text-decoration: none }
.style1 { font-size: 140%; font-weight: bold; color: #CC4D31 }
.style1b { font-size: 110%; font-weight: bold; color: #CC4D31 }
.style2 { color: #CC4D31; text-decoration: none }
.style2b { font-weight: bold; color: #CC4D31 }
.style2a { font-size: 95%; color: black; text-decoration: none }
a:hover.style2a { font-size: 95%; color: #CC4D31; text-decoration: none }
.desc { color: black; text-decoration: none }
div.nextday {
  margin: 0px 6px 6px 0px;
  padding: 6px 6px 6px 6px;
  border: 1px solid #CC4D31;
  font-weight: bold;
  color: #CC4D31;
}

/* top of page - logo, etc. */
div#topheader {
  vertical-align: top;
  text-align: left;
}
div#topheader table {
  width: 100%;
}
div#topheader tr.dark {
  background-color: #FFDD70;
}
div#topheader td.side {
  width: 10px;
  height: 1px;
}
div#topheader td.center1 {
  vertical-align: bottom;
  height: 92px;
}
div#topheader td.center2 {
  vertical-align: top;
}



/* ------------ */
/* older styles */
/* ------------ */

td.side {        
  width: 10px;                  
  height: 1px;    
}
.style1 {
  color: #EBAB00;
  font-size: 160%;
}

.style2 {
  color: #FFFFFF;
  font-size: 120%;
}

.style2a {
  color: #EBAB00;
  font-size: 120%;
}

.style2aa {
  color: #3B3B3B;
  font-size: 110%;
}
 
.h18 {
height: 180%
}
.style2aaa {
  color: #3B3B3B;
  font-size: 120%;
}

.style3 {
  color: #3B3B3B;
  font-size: 110%;
  font-weight: bold;
}

.style3w {
  background-color: #3B3B3B;
  color: #C4C4C4;
  font-size: 110%;
  font-weight: bold;
}

.style3b10 {
  color: #3B3B3B;
  font-size: 100%;
  font-weight: bold;
}

.style3b {
  color: #3B3B3B;
  font-size: 110%;
  font-weight: bold;
}

.style3bw {
  color: #FFFFFF;
  font-size: 110%;
  font-weight: bold;
}

.style4 {
  color: #3B3B3B;
  font-size: 120%;
}

.style3a {
  color: #EBAB00;
  font-size: 140%;
}

.style4a {
  color: #C4C4C4;
  font-size: 140%;
}

.foot {
  color: #C4C4C4;
  font-size: 100%;
}

.intext {
  font-size: 110%;
}
 
.styleinfo {
  color: #3B3B3B;
  font-size: 110%;
}

.styleinfob {
  color: #3B3B3B;
  font-size: 120%;
  font-weight: bold;
}

.left,td.left{
  text-align: left;
}

.center,td.center{
  text-align: center;
}

.right,td.right{
  text-align: right;
}
.center,td.center{
  text-align: center;
}
                 
div.cs {
  clear: both;
}


/* featured links menu (old style )   */
div#feature-links-box {
  background-color: #CC4D31;
  color: #FFFFFF;
  margin: 2px 0px 0px 0px;
  padding: 2px 0px 4px 0px; /*  padding: 2px 2px 4px 2px;  */
  width: 108px; /*  border: 1px solid #660000; */
}

div#feature-links-title {
  color: #FFFFFF;
  font-size: 140%;
  font-weight: bold;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  text-align: center;
}

div.feature-links-row {
  color: #FFFFFF;
  margin: 0px 0px 1px 4px;
}

div.feature-links-synd {
  color: #FFFFFF;
  margin: 6px 0px 1px 4px;
}

a.feature-links,a.feature-links:link,a.feature-links:active,a.feature-links:visited,a.feature-links:hover {
  background-color: transparent;
  color: #CCCCCC;
  font-size: 80%;
  font-style: italic;
  text-decoration: none;
}

a.feature-links:hover {
  color: #EEEEEE;
}

a.feature-head,a.feature-head:link,a.feature-head:active,a.feature-head:visited,a.feature-head:hover {
  background-color: transparent;
  color: #CCCCCC;
  font-size: 140%;
  font-style: italic;
  text-decoration: none;
}

span.feature-links {
  background-color: transparent;
  color: #AAAAAA;
  font-size: 140%;
  font-style: italic;
  text-decoration: none;
}


/* small search box in left column */
div.ssearch {
  margin: 0px 0px 6px 0px;
}  
div.ssearch h2 {
  font-size: 100%;
  color: #CC4D31;
  margin: 0px 0px 2px 0px;
}  
div.ssearch input {
  font-size: 80%;
  color: black;
}  


/* division visibility */
.showme {
  visibility: visible;
  height: auto;
  display: block;
}
.hideme {
  visibility: hidden;
  height: 0;
  margin: 0;
  padding: 0;
  line-height: 0;
  display: none;
}


/* newsletters */
div.newsletter {
}
div.newsletter ul {
  margin-bottom: 0.25em;
}

/* movies */
div#movies div.film {
  padding: 0 10px 10px 10px;
  margin-bottom: 10px;
  border-bottom: 2px solid #ccc;
}
div#movies div.film h2 {
  font-size: 150% !important;
  margin-top: 0 !important;
  color: #cc4d31;
}
div#movies div.film p {
  margin-top: 6px !important;
  font-weight: normal;
}

div#newsletter-box {
}
div#newsletter-box h2 {
  color: #cc4d31;
}
div#newsletter-box p {
  color:  #cc4d31;
  font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
  font-weight: normal;
  font-style: italic;
  font-size: 85%;
}



