@import "/css/base.css";
@import "/css/forms.css";

/* Endless Summer Blooms Styling */
/* For #wrapper, #content-wrapper, #navcol, #sidecol, #main
   refert to http://meadhra.com/CNET/040714/3col-float-FigC.html
   for an explanation of 3-column equal height layouts using
   divs and CSS
 */

body {
	margin: 0 auto;
	padding: 0;
	font-family: Verdana, "Lucida Grande", sans-serif;
	color: #103891;
}


p {
	margin:0;
}

a:hover {
	text-decoration: none;
}

.iepng {
	behavior: url(/css/iepngfix.htc)
}

.non-serif {
	font-family: Verdana, "Lucida Grande", sans-serif;
}

.serif {
	font-family: Georgia, Times, serif;
}

.clear {
	clear: both;
	display: block;
	height:1px;
	overflow:hidden;
	margin: 0;
	padding: 0;
}

/* Generic Corner raduis classes */
/* 4-corner */
.cr-s { border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }
.cr-m { border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; }
.cr-l { border-radius: 8px; -moz-border-radius: 8px; -webkit-border-radius: 8px; }
.cr-x { border-radius: 12px; -moz-border-radius: 12px; -webkit-border-radius: 12px; }
/* top-tab corners */
.crt-s { border-radius: 3px 3px 0px 0px; -moz-border-radius: 3px 3px 0px 0px; -webkit-border-top-right-radius: 3px; -webkit-border-top-left-radius: 3px; }
.crt-m { border-radius: 5px 5px 0px 0px; -moz-border-radius: 5px 5px 0px 0px; -webkit-border-top-right-radius: 5px; -webkit-border-top-left-radius: 5px; }
.crt-l { border-radius: 8px 8px 0px 0px; -moz-border-radius: 8px 8px 0px 0px; -webkit-border-top-right-radius: 8px; -webkit-border-top-left-radius: 8px; }
.crt-x { border-radius: 12px 12px 0px 0px; -moz-border-radius: 12px 12px 0px 0px; -webkit-border-top-right-radius: 12px; -webkit-border-top-left-radius: 12px; }

div.topborder {
	background-color: #103891;;
	height:3px;
	overflow:hidden;
}

a.readmore,
a .readmore {
	font-weight: bold;
	text-transform: uppercase;
}

a.readmore:hover,
a .readmore:hover {
	text-decoration: underline;
}

a.inline-link {
	border-bottom: 1px dotted;
}

a.inline-link:hover {
	border-bottom: 1px solid;
	text-decoration: none;
}

#outer-wrapper {
	margin: 0 auto;
	width: 1134px;
	background-image: url(/img/page-bg.png);
	background-repeat: repeat-y;
	background-position: center top;
}


#wrapper {
	margin: 0 auto;
	width: 1024px;
	background-color: #ffffff;
	border-left: 1px solid #103891;
	border-right: 1px solid #103891;
	position: relative;
}

#content-wrapper {
	min-height:350px;
	width: 1024px;
	border-top: 3px solid #103891;
	border-bottom: 3px solid #103891;
	background-image: url(/img/fauxcols.png);
	background-repeat: repeat-y;
	background-position: -1px top;
	padding-bottom: 32px;
	_height:350px;
}


#header {
	width: 1024px;
	height: 85px;
	position: relative;
}

#logo {
	position: absolute;
	margin-left: 428px;
	margin-top: 12px;
	top:0px;
	z-index:10;
}

/* outer splash box */
#splash {
	text-shadow: 1px 1px 15px black;
	width: 1024px;
	clear: both;
	background-position: center center;
	font-family: Georgia, Times, serif;
	font-size: 26px;
	font-weight: normal;
	color:white;
	line-height: 1.7em;
	text-align: center;
}

.consumer-home-splash {
	padding-top: 60px;
	opacity: 0.9;
	filter: alpha(opacity=90); /* IE 6 and 7 happiness */
	
}

/*#splash p {
	font-family: Georgia, Times, serif;
	font-size: 26px;
	font-weight: normal;
	color:white;
	line-height: 1.7em;
	text-shadow: 1px 1px 15px black;
	opacity: 0.9;
	_height: 1px;
	#filter: alpha(opacity=90);
}*/

#splash h2 {
	font-family: Georgia, Times, serif;
	font-size: 60px;
	font-weight: normal;
	color:white;
	line-height: 1.7em;
	text-shadow: 1px 1px 15px black;
	opacity: 0.9;
	_height: 1px;
	#filter:alpha(opacity=90);
}

#navcol {
	float: left;
	width: 204px;
	min-height: 100px;
	background-image: url(/img/lightgrad-bg.png);
	background-repeat: repeat-x;
	_height: 100px;
	_margin-right: 3px;  /* compensate for box model issues in IE6; */
}



#sidecol {
	float: right;
	min-height: 300px;
	width: 259px;
	background-image: url(/img/lightgrad-bg.png);
	background-repeat: repeat-x;
	_height: 300px;
}

#sidecol .container {
	padding: 12px;
}

#sidecol h3 {
	text-transform: uppercase;
	border-bottom: 1px solid #103891;
	padding-bottom: 5px;
	margin-bottom: 5px;
	font-size: 11px;
	font-weight: bold;
	color: #103891;
}

#sidecol p {
	margin-bottom: 1em;
}

#sidecol a {
	color: #103891;
}

#sidecol dl {
	border-top: 1px solid  #103891;
	margin-top: 24px;
	margin-bottom: 36px;
}


#sidecol dl.menu dt {
	height: 29px;
	line-height:29px;
	margin:0;
	border-bottom: 1px solid  #103891;
	font-family: Georgia, Times, serif;
	font-size: 14px;
	text-align: left;
}


#sidecol dl.menu a {
	color: #103891;
	text-decoration:none;
	display: block;
}

#sidecol dl.menu a:hover,
#sidecol dl.menu a.current  {
	text-decoration:underline;
	background-image: url(/img/submenu-over.png);
	background-position: right top;
	background-repeat: repeat-y;
}




#footer {
	text-align: center;
	padding-top: 12px;
	color: #103891;
	margin: 0 auto;
	width: 1134px;
}


#footer .text-links a {
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 1.7em;
	font-size: 10px;
	color: #103891;
}

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

#language {
	color: white;
	height: 27px;
}


#language ul {
	margin: 0 auto;
	list-style-type: none;
	width: 400px;
	height: 30px;
}

#language ul li {
	padding-right: 8px;
	float: left;
}

#language ul li a {
	padding: 1px;
	display: block;
	width:31px;
	height: 32px;
	background: transparent url(/img/flags/flagsprite.png) no-repeat scroll 0px center;
}

#language ul li a.CA {
	background-position: -32px center;
}
#language ul li a.FR {
	background-position: -64px center;
}
#language ul li a.NL {
	background-position: -96px center;
}
#language ul li a.BE {
	background-position: -128px center;
}
#language ul li a.DE {
	background-position: -160px center;
}
#language ul li a.SE {
	background-position: -192px center;
}
#language ul li a.FI {
	background-position: -224px center;
}
#language ul li a.GB {
	background-position: -256px center;
}
#language ul li a:hover,
#language ul li a.current  {
	background-color: #ffffff;
}





/* site menu styles */
dl.site-menu {
	margin: 0;
	border-bottom: 1px solid  #103891;
	color: #103891;
}

dl.site-menu dt {
	height: 29px;
	line-height:29px;
	margin:0;
	padding-right: 21px;
	border-bottom: 1px solid  #103891;
	background-image: url(/img/leftnavheadbglight.png);
	font-family: Georgia, Times, serif;
	font-size: 14px;
	text-align: right;
}

dl.site-menu dt.top {
	/*background-image: url(/img/leftnavheadbg.png);*/
}

dl.site-menu dt.nosub {
	border-bottom: none;
}

dl.site-menu dd {
	height: 21px;
	line-height: 21px;
	font-size: 11px;
	text-align: right;
	margin:0;
}

dl.site-menu dd a {
	text-decoration: none;
	display: block;
	padding-right: 21px;
	color: #103891;
}

dl.site-menu dd.first a {
	padding-top: 1px;
}

dl.site-menu dd.first a {
	padding-bottom: 1px;
	margin-bottom: -1px;
}


dl.site-menu dd a:hover,
dl.site-menu dd a.current {
	text-decoration: underline;
	background-image: url(/img/left-over.png);
	background-position: right top;
}

dl.site-menu dd.top-alt1 a:hover,
dl.site-menu dd.top-alt1 a.current {
	background-image: url(/img/lefttop-over.png);
	background-position: left top;
}

dl.site-menu dd.top-alt2 a:hover,
dl.site-menu dd.top-alt2 a.current {
	background-image: url(/img/lefttop-over.png);
	background-position: left bottom;
}

dl.site-menu dt a {
	text-decoration: none;
	color: #103891;
}

dl.site-menu dt a:hover {
	text-decoration: underline;
}

dl.site-menu dt a.current,
dl.site-menu dt.current {
	font-weight:bold;
}

/* header styles */

dl.siteid {
	position: relative;
	padding-top:38px;
	height: 43px;
	width: 350px;
	overflow: hidden;
	margin: 0;
	font-family: Georgia, Times, serif;
	color: #103891;
}

dl.siteid dt {
	font-family: Verdana, "Lucida Grande", sans-serif;
	font-size: 9px;
	text-transform: uppercase;
	text-align: right;
	width: 50px;
	overflow: hidden;
	color: #103891;
	border-right: 1px solid  #103891;
	padding-right: 8px;
	padding-top: 12px;
}

dl.siteid dd {
	position: relative;
	padding-top: 2px;
	margin-left: 66px;
	font-size: 13px;
	font-weight: bold;
	color: #DADADA;
	height: 15px;
	top: -32px;
	#top: -34px;
}

dl.siteid dd a {
	color: #DADADA;
}

dl.siteid dd.current a {
	color: #103891;
}

form.sitesearch {
	margin: 0;
	padding: 0;
	z-index: 3;
	position: absolute;
	display: block;
	top: 52px;
	height: 28px;
	margin-right:0px;
	width: 350px;
	text-align: right;
	margin-left: 655px;
	color: #103891;
}

form.sitesearch label {
	text-transform: uppercase;
	font-size:10px;
	padding-right: 6px;
}

form.sitesearch input.searchval {
	background-color: white;
	width: 110px;
	border: 1px solid #103891;
	font-family: Verdana, "Lucida Grande", sans-serif;
	font-size: 11px;
	height: 15px;
	color: #6a6a6a;
	margin: 0px;
	margin-right: 4px;
	#margin-top: -1px;
}

form.sitesearch button {
	height: 19px;
	width:	35px;
	color: #103891;
	display:block;
	float: right;
	border-style: none;
	font-weight: bold;
	font-size: 10px;
	border: 1px solid #103891;
	background-color: white;
}

#content {
	width: 549px;
	min-height: 300px;
	margin-left: 210px;
	background-image: url(/img/lightgrad-bg.png);
	background-repeat: repeat-x;
	_margin-left: 0px; /* compensate for box model issues in IE6; */
	_height: 300px;
}


#content h2 {
	font-family: Georgia, Times, serif;
	font-size: 24px;
	font-weight: normal;
}

#content h3 {
	position: relative;
	font-family: Georgia, Times, serif;
	font-size: 18px;
	font-weight: normal;
	border-bottom: 1px solid #103891;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

#content h3 span {
	position: absolute;
	top: 3px;
	right: 0px;
	_right: 24px;
	font-family: Verdana, "Lucida Grande", sans-serif;
	font-style: normal;
	font-size: 11px;
	line-height: 18px;
}

#content h4 {
	font-family: Georgia, Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #6f6f6f;
	margin-bottom: 5px;
}

#content p {
	font-size: 11px;
	line-height: 1.6em;
	margin-bottom: 1em;
}

#content a {
	color: #103891;
}

#content .container {
	padding: 0px 24px 0px 24px;
}

#content .container-bg {
	background-repeat: no-repeat;
	background-position: center top;
	padding: 64px 24px 64px 24px;
}

#content .blogentries p {
	margin-bottom: 1.8em;
}

#content .blogentries p.date {
	text-transform: uppercase;
	color: #6f6f6f;
	padding: 0;
	margin: 0;
	padding-bottom: 1px;
	font-family: Verdana, "Lucida Grande", sans-serif;
	font-size: 10px;
}



#content .blogentries h3 {
	font-family: Georgia, Times, serif;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 4px;
	padding: 0;
	color: #103891;
	border: none;
}

#content .blogentries h3 a {
	color: #103891;
}

#content .blogentries .exerpt {
	font-size: 11px;
	color: #6f6f6f;
	border-bottom: 1px solid #6f6f6f;
	padding-bottom: 16px;
	margin-bottom:16px;
}

table.plantfeatures {
	border: 1px solid  #6f6f6f;
	border-bottom: none;
	width: 100%;
}

table.plantfeatures th,
table.plantfeatures td {
	vertical-align: top;
	padding: 6px;
}

table.plantfeatures th {
	width: 38%;
}

table.plantfeatures td.icon {
	background-repeat: no-repeat;
	background-position: 6px center;
	padding-left: 36px;
}

table.plantfeatures .rowsep,
table.plantfeatures .colsep {
	border-color: #6f6f6f;
}


table.wholesalers {
	border: 1px solid  #6f6f6f;
	border-bottom: none;
}

table.wholesalers .rowsep,
table.wholesalers .colsep {
	border-color: #6f6f6f;
}

table.wholesalers th,
table.wholesalers td {
	padding: 6px;
	white-space: nowrap;
}

table.wholesalers th {
	padding-right: 48px;
}


form.enews {
	float:left;
	width: 500px;
}

form.enews .row {
	height: 22px;
	text-align:left;
	padding-left: 25px;
}

form.enews label {
	font-weight:bold;
	text-align: right;
	line-height: 22px;
	width: 27%;
}

form.enews .field {
	text-align: left;
	width: 67%;
}

form.enews label span {
	padding: 0px 2px 0px 2px;
	display: inline-block;
	width: 1.0em;
	text-align: center;
}

form.enews .required {
	color: #ff0000;
	font-weight:bold;
}

form.enews input.text,
form.enews textarea.text {
	background-color: #E0E8EC;
	vertical-align: middle;
	text-indent: 4px;
	height: 22px;
	line-height: 22px;
	width: 300px;
	font-size: 14px;
	border: none;
}

form.enews textarea.text {
	height: 6em;

}


/**
 * Registration form
 */


form#gc-registration-form {
	float: left;
	width: 500px;
}

form#gc-registration-form fieldset {
	background-color: transparent;
	margin-bottom: 20px;
}

form#gc-registration-form h4.legend {
	border-bottom: 1px solid #AAA;
	padding-bottom: 3px;
	font-size: 16px;	
}

form#gc-registration-form .row {
	height: 22px;
	text-align:left;
}

form#gc-registration-form label {
	font-weight:bold;
	text-align: left;
	line-height: 22px;
	width: 150px;
}

form#gc-registration-form .field {
	text-align: left;
	width: 350px;
}

form#gc-registration-form label span {
	padding: 0px 2px;
	display: inline-block;
	width: 1.0em;
	text-align: center;
}

form#gc-registration-form .required {
	color: #ff0000;
	font-weight:bold;
}

form#gc-registration-form input.text,
form#gc-registration-form textarea.text {
	background-color: #E0E8EC;
	vertical-align: middle;
	text-indent: 4px;
	height: 22px;
	line-height: 22px;
	width: 340px;
	font-size: 14px;
	border: none;
	margin:0;
}

form#gc-registration-form textarea.text {
	height: 6em;

}

form#gc-registration-form input.error,
form#gc-registration-form select.error,
form#gc-registration-form textarea.error {
	background-color : #FFE0DE;
}


/** ---------------------------- **/



#content ul.menu {
	margin: 0;
	padding: 0;
}

#content ul.menu li {
	padding-bottom: 4px;
	list-style-type: none;
}

#content li {
	padding: 2px 0px 2px 0px;
}


#content ul {
	padding-left: 40px;
}

.pop-item {
	padding-top: 18px;
	margin-bottom: 18px;
	border-top: 1px solid  #DADADA;
	/**#margin-top: 40px;**/
}
.pop-item .label {
	line-height: 1.8em;
	font-weight: bold;
	color: #6f6f6f;
}



dl.filegroup {
	#height: 180px;
	min-height: 180px;
	padding-top: 12px;
	padding-bottom: 12px;
}



dl.filegroup dt {
	display: block;
	#height: 1650px;
	min-height: 165px;
	padding-right: 18px;
	border-right: 1px solid #DADADA;
	float: left;
}

dl.filegroup dd {
	margin-left: 180px;
	_position: absolute;
	_margin-left: -24px;
	_padding: 0px;
	_width: 324px;
}


#content ul.files li {
	list-style-type: none;
	padding-left: 21px;
	padding-bottom: 12px;
	background-repeat: no-repeat;
	background-position: left 4px;
	float: left;
	line-height: 1.4em;
	margin-right: 32px;
	white-space: nowrap;
}

#content ul a:hover {
	text-decoration: none;
	border-bottom: 1px dotted;
}

#content ul.files li .size {
	color: #AAAAAA;
	font-style: italic;
}

#content ul.files li .attributes {
	color: #AAAAAA;
}


#content ul.files li.eps-small {
	background-image: url(/img/icons/eps16.png);
}

#content ul.files li.psd-small {
	background-image: url(/img/icons/psd16.png);
}


.gallerybox {
	width: 319px;
	height: 319px;
	overflow: hidden;
	position: relative;
}

.imagegrid {
	width: 325px;
	height: 325px;
	position: relative;
 }

.imagegrid-thumb {
	width: 76px;
	height: 76px;
	position: relative;
	float:left;
	margin-bottom: 5px;
	margin-right: 5px;
	background-color: #DADADA;
	vertical-align: middle;
	overflow:hidden;
}

.imagegrid-thumb a {
	display: block;
	border: 2px solid transparent;
	#border-width: 0px;
	width: 72px;
	height: 72px;
	#width: 76px;
	#height: 76px;
	background-position: center center;
	background-repeat: no-repeat;
}

.imagegrid-thumb a:hover {
	border: 2px solid #103891;
	#width: 72px;
	#height: 72px;
}

.imageinfo {
	width:174px;
	height:319px;
	margin-left: 330px;
	position: absolute;
	top: 340px;
	overflow: hidden;
	z-index: 100;
}

.imageinfo-bb {
	width:174px;
	height:319px;
	margin-left: 330px;
	position: absolute;
	top: 370px;
	overflow: hidden;
	z-index: 100;
}

.imageinfo-ts {
	width:174px;
	height:319px;
	margin-left: 330px;
	position: absolute;
	top: 373px;
	overflow: hidden;
	z-index: 100;
}

.imageinfo #image_access_form {
	position: relative;
	height: 300px;
	padding-top: 12px;
	width: 174px;
}

#image_access_form input.text {
	width: 166px;
	text-indent: 2px;
	vertical-align: center;
	border: 1px solid #888888;
	margin-left: 1px;
}

#image_access_form textarea.text {
	width: 166px;
	border: 1px solid #888888;
	margin-left: 1px;
	text-indent: 2px;
	vertical-align: center;
}

.imagedetail {
	width: 319px;
	height: 319px;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #DADADA;
}

#content div.cg-menu-container {
	height: 48px;
}


#content ul.cg-menu {
	float: left;
	width: 500px;
	margin: 0px;
	padding: 0px;
	padding-bottom: 5px;
	border: 1px solid #103891;
	height: 38px;
	/*border-bottom: none;*/
	float: left;
	background-image: url(/img/lightgrad-bg.png);
	background-repeat: repeat-x;
	background-position: left -25px;
}



#content ul.cg-menu li {
	float: left;
	list-style-type: none;
	padding: 0px 10px;
	margin-top: 5px;
	border-right: 1px solid #103891;
	white-space: nowrap;
}

#content ul.cg-menu li.last {
	border: none;
}

.gc {
	text-transform: uppercase;
}

.gc h4 {
	border-bottom: 1px solid #DADADA;
	position: relative;
}

.gc .dist {
	text-transform: none;
	position: absolute;
	right: 0px;
	_right: 24px;
}

#splash sup {
	font-size: 50%;
	#font-size: 60%;
}





.form-errors {
	padding: 10px;
	background-color: #FFE0DE;
	border: 2px solid #FF6559;
	color: black;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
}


.invalid {
 	line-height: 1.8em;
	background-image: url(/img/icons/small_warning.png);
	background-repeat: no-repeat;
	background-position: 2px center;
	padding-left: 19px;
 	
}

form .error {
	background-color : #FFE0DE;
}


/** survey form stuff **/
#content .survey-form .title {
    font-family: Georgia, Times, serif;
	font-size: 16px;
	font-weight: bold;
	padding: 5px 10px;
	border-bottom: 1px solid #E0E8EC;
	margin: 35px 0px 15px;
	width: auto;

}

#content .survey-form label {
    float: none;
    display: block;
    text-align: left;
    font-weight: bold;
    font-size: 11px;
    color: #333;
    width: auto;
}

#content .survey-form label.sub {
    color: #333;
    font-weight: normal;
    margin-top: 6px;
}


#content .survey-form .row {
    height: auto;
    padding-left: 10px;
    padding-bottom: 10px;
    margin: 10px 0px;
}

#content .survey-form .sep {
    border-bottom: 1px solid #E0E0E0;
}

#content .survey-form .field {
    color: #333;
     line-height: 2.2em;
     vertical-align: middle;
}

#content input.radio,
#content input.checkbox {
       margin-right: 5px;
}

#content .survey-form textarea {
    background: white;
    border: 1px solid #E0E0E0;
    width: 90%;
}

#content .survey-form input.text {
    background: white;
    border: 1px solid #E0E0E0;
}



/** MOTHERS DAY STUFF **/
#content .mothersday h2 {
    font-family: Arial, Helvetica, Verdana; 
    color:#0070B9; 
    font-size:17px; 
    font-weight: bold;
    margin-bottom: 6px;
}

#content .mothersday p {
    font-family: Arial, Helvetica, Verdana; 
    color:#000; 
    font-size:14px;
    line-height: 1.4em;
}

#content .mothersday p.small {
    font-size:11px;
}

#content .mothersday p.x-small {
    font-size:9px;
}

#content .mothersday a {
    color:#0070B9; 
}

#content .mothersday em {
    font-style: italic;
    color:#0070B9; 
}

#content ul#how-to-videos {padding: 0; float: left; list-style-type: none}
#how-to-videos li {float: left; height:175px;width:230px; margin: 0px 20px 48px 0px}
#how-to-videos .play-button {display: block; position: relative; top: 60px; left: 90px; width: 60px; height: 60px; opacity: 0.4;  filter:alpha(opacity=40)}
#how-to-videos .play-button:hover {text-decoration: none}

table.pr-results {font-size:110%; width:100%}
table.pr-results td {padding: 6px 4px}
table.pr-results tr.even {background:#E6EBF3}

.pr-results .pub-title {font-size: 118%; font-weight:bold; margin-bottom: 4px;}
.pr-results .story-title {font-size: 128%;}
.pr-results .pub-info {color:#333; font-size: 92%}
.pr-results .pub-thumb {width: 75px; height:75px; overflow: hidden; border: 1px solid #DDD}

.facebook-button { display: block; background:#fff url(/img/silver_grad_v100.png) repeat-x scroll 0 100%; padding:6px;border:1px solid #ccc;margin: 6px 0px 18px;float:left; width:218px; text-decoration: none;}
.facebook_button:hover {text-decoration: none}
.facebook-button .title {font-weight: bold;display:block}


#mothersday-promo-content { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; width: 451px; padding: 32px 16px; border-right:1px solid #1650A3}
#mothersday-promo-content h3  { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;  border: none; margin: 0px 0px 0px 0px; padding: 0; color:#0070B9; font-size:19px; font-weight: bold }
#mothersday-promo-content p {font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;  color: black; font-size: 12px; line-height: 1.4em; margin: 6px 16px 12px 0px;}
#mothersday-promo-content a { color:#0070B9; font-weight:bold}
#mothersday-promo-content ol {font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;  color: black; font-size: 12px; line-height: 1.24em; padding: 0; margin: 6px 0px 0px 0px;}
#mothersday-promo-content ol li {margin:0; list-style-position: inside}
#mothersday-promo-content ul {font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;  color: black; font-size: 12px; line-height: 1.24em; padding-left: 32px; margin: 6px 32px 0px 0px;}
#mothersday-promo-content div.callout {padding: 12px 12px 3px; border: 1px solid #81B4CE; background: #E4F1F8}

.bella-anna-content{padding-top: 16px;background:url(/img/pink-bkg.jpg) #f4d3e5 repeat-x 0px bottom !important;}
.bella-anna-content h3,.ford-fiesta-content h3{font-size:16px !important;line-height:150%;}
.bella-anna-billboard{margin-bottom:10px;}
img.left{float:left;}
.mr15{margin-right:15px;}

#sidecol .callout{margin-bottom:20px;}

.ford-fiesta-content{padding-top: 16px;}
.ford-fiesta-content li{padding-bottom:15px !important;}
