* { 
    -moz-box-sizing: border-box; 
}

body{
	font-size:12px;
	text-align:center;
	margin:0px;
	background-color:#fcfbf7;
}

/* global styles */
a { color:#a54a35; text-decoration:none; }
a:hover { text-decoration:underline; }
a img { border:0px; }
form { margin:0px; }
hr { background:none; height:1px; border:0px; border-top:1px solid #ccc; }
.spaced { line-height: 1.4em; } 
.spaced SUB, .spaced SUP { line-height: 0; } 



/* Container which encloses the whole site to allow easy width change */
#container,#wrap {
	width:990px;	/* change value to adjust width */
	text-align:left;
	margin:0px auto;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background:f6e08d;
}

/* Logo and minicart */
#header {
	padding:0px;
	margin:0px;
	background:#f6e08d;
}
#header table {
	border-collapse:collapse;
	width:100%;
}
#header img {
	margin:0px;
}
#header td.headerlinks { /* mini cart */
	width:300px;
	text-align:right;
	vertical-align:middle;
	margin-top:15px;
	color:#4d2e1e;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:90%;
	padding-right:10px;
}
#header a {
	text-decoration:none;
	color:#008356;
	font-weight:bold;
}
#header a:hover { text-decoration:underline; }

/*formats the mini cart subtotal  in the right menu*/
.cartsubtotalminicart{
	/*color: #000000;*/
	color: #4d2e1e;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: bold;
	text-align: right;	
}

/*formats the links in the minicart*/
.cartminilinks{
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	font-weight: bold;
	text-align: left;
}
.cartminilinks a:link{
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	font-weight: normal;
	text-align: left;
}
.cartminilinks a:visited{
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	font-weight: normal;
	text-align: left;
}
.cartminilinks a:hover{
	color: #FF0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	font-weight: normal;
	text-align: left;
}
.cartminilinks a:active{
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	font-weight: normal;
	text-align: left;
}

/* Encloses all content area under header */
#wrap {
	padding:0px;
}

/* Utility bar includes login links welcome note and quick search box */
#utilbar {
	width:65%;
	margin-left:0px;
	margin-right:0px;
	/*margin-top:2px;*/
	text-align:center;
	background:#f6df8d;
	padding:0px;
	float:right;
	/*border-bottom:5px solid #D7D7D7;*/
	border-bottom:0px solid #BCCAD0;
}

#utilbar table {
	border-collapse:collapse;
	width:100%;
}

#utilbar td {
	padding:0px 0px;
	text-align:right;
	vertical-align:bottom;
	/*width:33.3%;8*/
	font-size:80%;
	/*border-right:2px dotted #E5E5E5;*/
	border-right:0px dotted #4d2e1e;
	font-weight:bold;
}

#utilbar td.last { border:0px;}	/* remove border from the last column */
#utilbar form { display:inline; }
#utilbar a { color:#008356; text-decoration:none; }
#utilbar a:hover { text-decoration:underline; }


/* Horizontal navigation */

#nav {  
	/*background:white;
	border:1px solid #EEEEEE;*/
	background:#f6df8d; 
	background:url(../images/hp8650kL/menu_all.gif);
	border-bottom:2px solid #f6df8d;
	width:100%;
}

/*#navtop {background:url(..images/hp8650kL/menu_all.gif);*/

table#horiz_nav {	/* table is generated via shopa_navigation_create.asp */
	padding:1px;
	width:99%;
	border-collapse:collapse;
	overflow:visible;

}

table#horiz_nav td {
	overflow:visible;
	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding:0px;
}

table#horiz_nav td a {
	display:block;
	overflow:visible;
	text-align:center;
	padding:5px 0px;
	color:#ffffff;
	text-decoration:none;
	font-size:80%;
	text-transform:uppercase;
	border-right:0px solid #BCCAD0;
}
table#horiz_nav td.last a { 
border-right:0px; 
overflow:visible;
}
table#horiz_nav td a:hover { 
color:#ffffff; 
overflow:visible;
}

/* Horizontal navigation drop down menu do not remove or modify styles listed under "Do Not Change" */
table#horiz_nav ul {
	/* Do not change  */
	position:absolute;
	left: -999em;
	padding:0px;
	margin:0px;
	list-style-type:none;
	overflow:visible;
	
	/* Styles */
	/*background:white;*/
	background:#a54a35;
	border-right:1px solid #eee;
	text-align:left;
	width:150px;
}

/* Do not change  */
#horiz_nav td:hover ul { left: auto; }
#horiz_nav td.sfhover ul { left: auto; }

#horiz_nav ul li { /* submenu */
	/* Do not change */
	display:block;
	overflow:visible;
	width:100%;
	margin:0px;
	
	/* Styles */
	line-height:22px;
	text-transform:capitalize;
}

table#horiz_nav ul li a { /* submenu links */
	/* Do not change */
	display:block;
	overflow:visible;
	/* Styles */
	padding:0px 10px !important;
	border-bottom:1px solid #EEEEEE;
	border-right:0px;
	text-align:left;
}

/* Encloses all content area under utilbar */
#all { 
	margin-top:3px;
	padding-bottom:3px;
	border:1px solid #a54a35;
	
}
/* Left column- categories, currency, language etc */
#left {
	/* Styles */
	width:21%;	/* Change to alter width of left column */
}
#left h2 {
	/*background:#a54a35;*/
	/*background:url(../images/hp8650kl/featured_tab.gif) no-repeat top left;*/
	color:#c5773c;  /*titles for left column boxes*/
	margin:0px 7px 0px 0px;
	padding:5px 5px;
	font-size:120%;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	border-top:1px solid #f6df8d;
	border-left:1px solid #f6df8d;
	border-right:1px solid #f6df8d;
	border-bottom:2px solid #ebebeb;
	background:#ebebeb;
}

#left .box {		/* General style of each box in left column */
	padding:5px 5px;
	font-size:90%;
	border:1px solid #f6df8d;
	margin:0px 7px 15px 0px;
	background:#ffffff;
}

#left .box p {
	margin:0px;
	padding-bottom:10px;
}

#left ul {		/* General style of list style in left column; including category listing */
	list-style-type:none;
	padding:2px 5px;
	margin:0px 6px 10px 0px;
	line-height:20px;
	font-size:90%;
	border:1px solid #a54a35;
}

#left ul a {
	background:url(../images/site/catnav_bullet.gif) no-repeat 0 3px;
	background:#f6df8d;
	padding-left:15px;
	color:#505050;
}

/* Extra styles for category navigation
#catnav ul { margin:5px 8px; } */
#catnav ul { margin:0px 0px 10px 0px; }

/* Main content area */
#main {
	text-align:center;
	background:#ffffff;
	margin-left:5px;
	border:1px double #D7D7D7;
	border-top-width: 2px;
	padding:10px;
}

#main table td { text-align:left; }
#main td { font-size:100%; }
#main td td { font-size:100%; }

/* Top content box on home page */
#homecontent {
	border:1px solid #D7D7D7;
	padding:10px;
	color:#454545;
	margin-bottom:5px;
	text-align:left;
}

#homecontent h1 { color:#c5773f; }
#homecontent p { margin-right:180px; }
#homecontent img { margin-right:10px; }

/*SHADOW FOR IMAGES OR PARAGRAHPS*/
.img-shadow {
  /*float:left;*/
  background: url(images/shadow/shadowAlpha.png) no-repeat bottom right !important;
  background: url(images/shadow/shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
  }
.img-shadow img {
 /* display: block;
  position: relative;*/
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
  } 
.p-shadow {
  width: 90%;
  float:left;
  background: url(images/shadow/shadowAlpha.png) no-repeat bottom right !important;
  background: url(shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
  }

.p-shadow div {
  background: none !important;
  background: url(images/shadow/shadow2.gif) no-repeat left top;
  padding: 0 !important;
  padding: 0 6px 6px 0;
  }

.p-shadow p {
  color: #777;
  background-color: #fff;
  font: italic 1em georgia, serif;
  border: 1px solid #a9a9a9;
  padding: 4px;
  margin: -6px 6px 6px -6px !important;
  margin: 0;
  }

/* content area styles */
#content {
	padding:10px 10px 10px 10px;
	margin-right: 10px;
	margin-left: 10px;
	text-align:left;
}

#recipe {
	padding:10px 10px 10px 10px;
	margin-right: 10px;
	margin-left: 10px;
	text-align:left;
}
#recipe td {
	padding:3px;
	margin-right: 1px;
	margin-left: 3px;
}
#recipe p {
	overflow:visible;
	text-align:justify;
	line-height:20px;
	color:#505050;
}
/* Footer */
#footer {
	background:#f6df8d;
	padding-bottom:10px;
	text-align:center;
	color:#454545;
	font-size:80%;
	clear:both;
}

/* Alphabet listing */
#footer .alphabet {
	background:#f6df8d;
	margin-bottom:10px;
	padding:3px 10px;
	font-size:90%;
	font-family:Arial, Helvetica, sans-serif;
}

#footer a {
	color:#454545;
	font-weight:bold;
	text-decoration:none;
}

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

/*SEARCH formats the search box in header file.*/
.searchfield{
	background-color: #FFFFFF;
	border-bottom-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #000000;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #000000;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-color: #000000;
	border-top-style: solid;
	border-top-width: 1px;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	font-weight: normal;
}

/*formats the display of the form elements throughout the front end*/
.imgbtn { border:0px; }

.txtfield{
	background-color: #FFFFFF;
	border-bottom-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #000000;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #000000;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-color: #000000;
	border-top-style: solid;
	border-top-width: 1px;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: normal;
}

.txtfielddropdown{
	background-color: #FFFFFF;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: normal;
	border:1px solid black;
}

.submitbtn {
   color:#f6df8d;
   font-family: Tahoma,Arial, Helvetica, sans-serif;
   background-color: #a54a35;
   font-size: x-small;
   font-weight: bold;
   border:1px solid #aaaaaa;
}
.submitbtn a:hover {color:#ffffff;}

.submitbtncart {
   color:#f6df8d;
   font-family: Tahoma,Arial, Helvetica, sans-serif;
   background-color: #a54a35;
   font-size: x-small;
   font-weight: bold;
   border:1px solid #aaaaaa;
   padding:2px;
}
.submitbtncart a:hover {color:#ffffff;}

/* General styles */
.menuhdr{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color : #f6df8d;
	border:1px solid #a54a35;
	color : #a54a35;
	font-size : x-small;
	font-weight : bold;
	padding : 3px 5px;
	text-align : left;
	
}

.menubdr{
	background-color : #B3B7BB;
}

/* Shopping Cart */
.cart
{
	background:#f6df8d;
	border:0px solid #F7F7F7 !important;
	margin-bottom:10px;
}
.cart td
{
padding:2px;
border:0px solid #f7f7f7;
color:
}

.dashed{
	border-left : 1px solid #cccccc;
	border-right : 1px solid #cccccc;
	border-bottom : 1px solid #cccccc;
	background-color : #F7F7F7;
}

/* Left menu styles; no longer used in 6.50 */
.leftmenumain a{
	border-top : 1px solid #D3D3D3;
	display: block;
}
.leftmenumain{
	background-color: #F7F7F7;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: bold;
	text-align: left;
}
.leftmenumain a:link{
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	font-weight: normal;
	padding-bottom: 7px;
	padding-left: 4px;
	padding-top: 6px;
	text-align: left;
	text-decoration: underline;
	width: 100%;
}
.leftmenumain a:visited{
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	font-weight: normal;
	padding-bottom: 7px;
	padding-left: 4px;
	padding-top: 6px;
	text-align: left;
	text-decoration: underline;
	width: 100%;
}
.leftmenumain a:hover{
	background-color: #EEEEEE;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	font-weight: normal;
	padding-bottom: 7px;
	padding-left: 4px;
	padding-top: 6px;
	text-align: left;
	text-decoration: none;
	width: 100%;
}
.leftmenumain a:active{
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	font-weight: normal;
	padding-bottom: 7px;
	padding-left: 4px;
	padding-top: 6px;
	text-align: left;
	text-decoration: underline;
	width: 100%;
}
.dottedBorder {
	border: 1px dotted #cccccc; 
	background-color: #fce48a;
	padding: 5px	
}

/*formats the header text throughout the site*/
.txtheader{
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: bold;
}

.hdrproduct{
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: bold;
}


/* STYLES TO BE USED IN 6.50 */


#main {
	font-size:90%;
	line-height:18px;
	width:75%;
}

/* BREADCRUMBS */
div.breadcrumb {
	text-align:left;
	color:#008356;
	font-size:90%;
	margin-left:3px;
	margin-bottom:10px;
}

div.breadcrumb a { 
	color:#008356;
	text-decoration:none;
	font-weight: bold;
}
div.breadcrumb a:hover { 
	color:##008356; 
	text-decoration:underline;
}

/* MAIN AREA TEXT STYLES */
#main h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:140%;
	font-weight : bold;
	margin:0px 0px 15px 3px;
	color:#c5773f;
	text-align:left;
	text-transform:capitalize;
}

#main h2 {
	text-align:left;
	margin:0px 0px 10px 0px;
	font-family:Arial, Helvetica, sans-serif;
	color:#a54a35;
	font-size:120%;
	text-transform:capitalize;
}

#main h2.picheader { /* Heading style for headings with picture, e.g. shopcustomer.asp */
	background-position:1% 50%;
	background-repeat:no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight : bold;
	color:#333;
	font-size:12px;
	border-top:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	background-color:#fce48a;
	text-align:left;
	padding:10px 5px 10px 50px;
	margin:0px;
}

/* compare products styles */
.applyoverflow {
	overflow-x:auto;
	overflow-y:hidden;
	width:100%;
	padding-bottom:50px;
}

table.tbl_compare {
	width:100%;
	border-collapse:collapse;
	border:0px;
}

table.tbl_compare td {
	vertical-align:top;
	text-align:left;
	padding:0px 10px;
}

table.tbl_compareproduct {
	border-collapse:inherit;
	line-height:18px;
}

table.tbl_compareproduct td {
	padding:3px 0px;
}


/* Customer service and Affiliate service page (shopcustadmin.asp,shopaffadmin.asp) */
table.customerservice {
	width:90%;
	background:#fce48a;
	border:0px solid #CCCCCC !important;
	margin-bottom:10px;
	border-collapse:collapse;
	background-position:center;
}

table.customerservice th {
	height:35px;
	background-position:1% 50%;
	background-repeat:no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight : bold;
	color:#c5773f;
	font-size:12px;
	border-bottom:1px solid #CCCCCC;
	background-color:#d0d0d0;
	text-align:left;
	padding-left:50px;
	vertical-align:middle;
}

table.customerservice td {
	padding:10px;
}

table.customerservice ul {
	margin:0px;
	padding:0px 10px 0px 25px;
}

/* STANDARD TABLE DISPLAY */
.std_table {
	background:#fce48a;
	border:1px solid #CCCCCC !important;
	margin-bottom:10px;
	padding:10px;
	text-align:left;
	vertical-align:top;
	line-height:20px;
	font-size:11px;
}

.std_table table { 
	border-collapse:collapse;
	width:85%;
}

.std_table th { 
	vertical-align:top;
	padding:0px 10px 0px 0px;
	width:35%;
	font-weight:normal;
}
.std_table td {	padding:0px 5px 0px 0px; }

/* CATEGORY TABLE (shopdisplaycategories.asp) */
table.tbl_category td {	text-align:center; }

/* shopcustomer.asp form */
table.tbl_customer {
	width:85%;
}

table.tbl_customer th {
	width:35%;
	vertical-align:top;
	text-align:left;
	font-weight:normal;
}

table.tbl_customer td {
	vertical-align:top;
	text-align:left;
}

table.tbl_customer iframe {	/* refer to shoplicense.htm for changing license styles */ 
	width:100%;
}

table.tbl_subproduct {
	border-collapse:collapse;
	margin-right:2px;
	margin-bottom:2px;
	border:1px solid #ddd;
	background:#F7F7F7;
	text-align:center;
	width:100px;
	float:left;
}

table.tbl_subproduct td {
	padding:3px 5px;
}

/* GENERAL OVERRIDE STYLES */
.ac { text-align:center !important; }
.ar { text-align:right !important; }
.al { text-align:left !important; }
.fr { float:right !important; }
.fl { float:left !important; }
.vt { vertical-align:top !important; }
.vm { vertical-align:middle !important; }
.vb { vertical-align:bottom !important; }
.cb {
	clear: both;
	display: block;
	font: 1px/0px serif;
	content: ".";
	height: 0;
	visibility: hidden;
}
.smlpad { padding:15px !important; }

.pricesmall {}
.price {}
.fwn {font-weight:normal;}
.f11 {font-size:11px;}
/*TEXT TRIMMING*/
.ttrhp {
font-size:10px;
text-align:justify;
text-overflow: ellipsis;
overflow:hidden;
height:13em;
}


/*FROM CATNAV FOR CATEGORY NAVIGATION ON THE SIDEBAR*/

table.categories {
	border-bottom:0px !important;
}
table.categories td {
	padding:0px !important;
	line-height:25px;
}
table.categories a {
	padding:0px;
	background:none;
	color:#848889;
	text-decoration:none;
	text-transform:none;
	font-weight:bold;
	font-size:11px;
	display:block;
}
table.categories a:hover {
	background:none;
	color:inherit;
}


/* Styles for flyout categories menu */
#catnav {
	border-top: 1px solid #D1D1D1;
	z-index:0;
	background: #ffffff;
}

#catnav, #catnav ul { /* style for all menus */
	/* Do not change */
	padding: 0;
	margin: 0;
	list-style: none;
	float : left;
	width:96%;
	
	/* Styles */
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

#catnav li { /* all menu items */
	/* Do not change */
	float : left;
	width:96%;
	/* Styles */
	line-height : 30px;
}

#catnav li ul { /* second-level lists */
	/* Do not change */
	position : absolute;
	left: -999em;
	z-index:10 !important;
	
	/* Styles */
	margin-left : 180px;
	margin-top : -20px;
	margin-bottom: 0px;
}

#catnav li ul ul { /* third-and-above-level lists */
	left: -999em;	/* Do not change */
}

#catnav ul { 
width:15%; /*changes with of the dropdown category*/
}
#catnav li:hover, #catnav li.hover { position: static; } /* Fix for IE7 overlap issue */

#catnav li a {
	/* Do not change */
	display : block;
	padding:0;
	width:100%;
	
	/* Styles for categories on the left side bar - text*/
	color:#666;
	font-weight : normal;
	text-decoration : none;
	background-color :#F9F9F9;
	border-bottom: 1px solid #D1D1D1;
}

#catnav li a span {	/* Give left and right padding to menu links */
	padding : 0 0.25em;
}

#catnav li a:hover { /* Hover styles for menu links */
	color : white;
	background-color : #a54a35;
}

#catnav li ul {	/* Styles for submenus, will also inherit styles specified for parent */
	border: 1px solid #a54a35;
	/*border-bottom:0px;*/
}

/* Current styles allow up to 3 levels of submenus */
/* Do not remove the following styles */
#catnav li:hover ul ul, #catnav li:hover ul ul ul, #catnav li.sfhover ul ul, #catnav li.sfhover ul ul ul { left: -999em; }
#catnav li:hover ul, #catnav li li:hover ul, #catnav li li li:hover ul, #catnav li.sfhover ul, #catnav li li.sfhover ul, #catnav li li li.sfhover ul { /* lists nested under hovered list items */ left: auto; }

/*#left ul a {
	background: #FFFFFF;
	text-indent:15px;
	color:#505050;*/
}
/*SUBSCRIBEFORM*/          
        .formcontainer {
            /*@editable*/ border: 1px solid #800000;
			background-color:#a54a35;
        }

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

        /**
         * @tab Body
         * @section foreground
         * @tip Choose a color for your list form's foreground.  Pick a color that's easy to read against your text.
         */
        .formcontent {
            /*@editable*/ background-color:#f6df8d;
            /*@editable*/ padding:20px;
			color:#000000;
            font-family:Arial;
            font-size: 12px;
            line-height:100%;  /* #3# Editable */
            
        }

        /**
         * @tab Header
         * @section top bar
         * @tip You can make this color stand out, or you might make it the same as your form's background color.
         */
        .formheaderBar {
            /*@editable*/ background-color:#f6df8d;
            /*@editable*/ padding:0px;
            /*@editable*/ border-bottom:0px solid #000000;
        }
        
        /**
         * @tab Header
         * @section top bar text
         * @tip If you aren't using an image for your header, set the text styles here.
         */
        .formheaderText {
            /*@editable*/ color:#000000;
            /*@editable*/ font-size:32px;
            /*@editable*/ font-family:Arial;
            /*@editable*/ font-weight:bold;
            /*@editable*/ text-align:left;
        }

        /**
         * @tab Body
         * @section default text
         * @tip This is the default text style for the body of your list form.
         */
        pform, formlabel, .formText {
            /*@editable*/ line-height:100%;
            /*@editable*/ font-family:Arial;
            /*@editable*/ font-size: 12px;
            /*@editable*/ color: #000000;
        }

        /**
         * @tab Alerts/Errors
         * @section alerts
         * @tip This is the style for the "There are errors below." warning that appears if invalid data is entered.
         */
        .formalert {
            /*@editable*/ font-size:18px;
            /*@editable*/ line-height:200%;
            /*@editable*/ color:#8b0000;
            /*@editable*/ font-family:Arial;
            /*@editable*/ font-weight:bold;
        }

        /**
         * @tab Alerts/Errors
         * @section errors
         * @tip This is the style for the error messages that appear beneath each form fields with invalid data.  Use colors that will attract attention.
         */
        div.errorText {
            /*@editable*/ font-size: 12px;
            /*@editable*/ line-height:150%;
            /*@editable*/ font-weight:bold;
            /*@editable*/ color:#FF0000;
            /*@editable*/ font-family:Arial;
            /*@editable*/ background-color:#FFEEEE;
            /*@editable*/ padding:5px;
            /*@editable*/ margin:3px;
        }

       

		/* hCards + hCalendars */
		.vcard, .vevent {
			background:#eee;
			border: 2px solid #ccc !important;
			padding: 14px;
			-moz-border-radius: 4px;
			-webkit-border-radius:4px;
			border-radius: 4px;
			margin: 5px 0 !important;
		}

		span.vcard, 
		span.vevent {padding: 2px 1px 2px 70px !important; margin: 0 2px 0 !important;}

		.org {display:block; margin:8px 0 0 0; padding-left:19px; background:url(http://mamahealthy.list-manage.com/images/vcard.png) no-repeat; font-weight:bold; font-size:110%;}
		.hcard-download {background:url(http://mamahealthy.list-manage.com/images/hcard-download-or.png) no-repeat; padding:2px 0 2px 32px;}
   }