/**********************************************************
 * Base MyFSN Style Sheet:
 * Contains all layout definitions
 * including the pink color scheme.
 * 
 * Additional theme files override the 
 * base colors and images.
 **********************************************************/

body, html {
	font-family: Verdana, Arial, Lucida Grande, Lucida Sans Unicode, Lucida, Helvetica, Sans-serif;
	font-size: 11px;
	text-align: center;
	margin: 0px;
}

img {
	border:0px;
}

.premiumFeatureFrame{
  box-shadow:0px 0px 5px #888;
  -moz-box-shadow: 0px 0px 5px #888; /* FF3.5+ */
  -webkit-box-shadow: 0px 0px 5px #888; /* Saf3.0+, Chrome */
  border:1px solid #dadada;
  display:block;
  float:left;
  margin:20px;
}


.myfsnImage{
	margin:10px;
}

.quickShareHeader{
background-color: #fafafa;
border: 1px solid #dadada;
width: 335px;
text-align: right;
margin: auto;
margin-bottom: 5px;
box-shadow: 0px 2px 3px #888;
-moz-box-shadow: 0px 2px 3px #888;
-webkit-box-shadow: 0px 2px 3px #888;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
float: right;
  zoom:1;
}

#wrapper {
	background-image: url(pink/menu_bg_wide.jpg);
	background-repeat: repeat-y;
	background-position: center;
	width: 760px;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	position: relative;
}

#wrapper_solid {
	background-image: url(pink/menu_bg_wide.jpg);
	background-repeat: repeat-y;
	background-position: center;
	width: 760px;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	position: relative;
}

.promo_header {
	width: 760px;
	background: white;
	padding: 2px 0;
}
.promo_header a:link, .promo_header a:visited {
	display: block; 
	padding: 2px; 
	font-size: 15px; 
	text-decoration: none; 
	color: #990000; 
	font-weight: bold; 
	border: 1px solid black;
}
.promo_header a:hover { text-decoration: none; }
/**********************************************************
 * ID's used in #header area
 **********************************************************/
#header {
	background-image: url(pink/header_bg.jpg);
	background-repeat: no-repeat;
	height: 116px;
	width: 760px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	position: relative;
}
#flowershopInfo {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 47px;
	text-align: left;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #D92F6B;
}
#infoText {
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
}
#titleEdge {
	height: 47px;
	width: 43px;
	position: absolute;
	top: 0px;
	right: -40px;
	background-image: url(pink/shopTitle_angle.gif);
	background-repeat: no-repeat;
}
#tagline {
	font: italic 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: right;
	padding-top: 3px;
	padding-right: 5px;
	position: absolute;
	height: 20px;
	width: 755px;
	left: 0px;
	top: 92px;
}
#title, #title a:link, #title a:hover, #title a:visited, #title a:hover:visited {
	font-size: 25px;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
	line-height: 25px;
	text-decoration: none;
	color: #FFFFFF;
}
#phone {
	font-size: 14px;
	padding: 0px;
	line-height: 14px;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}
#address {
	font-size: 11px;
	color: #000000;
	text-align: right;
	padding-top: 2px;
	padding-right: 5px;
	position: absolute;
	height: 25px;
	width: 590px;
	left: 160px;
	top: 118px;
}
#pricing {
	font-size: 11px;
	color: #000000;
	text-align: right;
	padding-top: 2px;
	padding-right: 5px;
	position: absolute;
	height: 25px;
	width: 590px;
	left: 160px;
	top: 135px;
}
/**********************************************************
 * Styles and ID's used in #navigation area
 **********************************************************/
.searchDisplay{
	position:absolute;
	width:700px;
	height:500px;
	left:50px;
	top:140px;
	background-color:white;
	border-style:outset;
	border-width:2px;
	border-color:darkgray;	
	display:none;
	z-index:1000;
}

#navigation {
	font-size: 11px;
	color: #FFFFFF;
	width: 144px;
	text-align: left;
	float: left; 
}
#date {
	font-weight: bold;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 5px;
}
#mainMenu a:link, #mainMenu a:hover, #mainMenu a:visited, #mainMenu a:hover:visited {
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
	display: block;
	border-top: solid 1px #E977AD;
	margin-left: 1px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #D92F6B;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	/* width: 148px; */
}
#mainMenu a.mnuSub:link, #mainMenu a.mnuSub:hover, #mainMenu a.mnuSub:visited, #mainMenu a.mnuSub:hover:visited {
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
	display: block;
	margin-left: 1px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #E977AD;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 30px;
	/* width: 123px; */
	border-top: solid 1px #F4BBD7;
	background-image: url(base/bullet_arrowRight.gif);
	background-repeat: no-repeat;
	background-position: 22px 7px;
}
#mainMenu a:hover, #mainMenu a.mnuSub:hover {
	text-decoration: underline;
}
#mainMenu td {
	color:white;
	font-size: 10px;
}

#usefulLinks {
	font-weight: bold;
	margin-top: 15px;
	margin-left: 10px;
}
#usefulLinksSH {
	font-weight: bold;
	margin-top: 15px;
	margin-left: 5px;
}
#usefulLinks a:link, #usefulLinks a:hover, #usefulLinks a:visited, #usefulLinks a:hover:visited {
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
	display: block;
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 0px;
	padding-right: 5px;
	font-weight: normal;
}
#usefulLinks a:hover {
	text-decoration: underline;
}

#content {
	/* width: 614px; */
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: left;
	float:left;
	margin-left:28px;
	width:575px;
}

/************************************
 * About Us page styles
 ************************************/
.rowAU {
	margin-top: 15px;

}

.rowAU .image img {
	border: 1px solid #000000;
}
.rowAU .imageRight img {
	border: 0px solid #000000;
	float: right;
	margin-left: 20px;
	margin-right: 10px;
}
.rowAU .imageLeft img {
	border: 0px solid #000000;
	float: left;
	margin-left: 10px;
	margin-right: 20px;
}
.rowAU .imageCenter img {
	border: 0px solid #000000;
}

.rowAU .text {
	line-height: 20px;
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 35px;
}

/************************************
 * Wedding page styles
 ************************************/
.rowWE {
	margin-top: 15px;

}

.rowWE .image img {
	border: 1px solid #000000;
}
.rowWE .imageRight img {
	border: 0px solid #000000;
	float: right;
	margin-left: 20px;
	margin-right: 10px;
}
.rowWE .imageLeft img {
	border: 0px solid #000000;
	float: left;
	margin-left: 10px;
	margin-right: 20px;
}
.rowWE .imageCenter img {
	border: 0px solid #000000;
}

.rowWE .text {
	line-height: 20px;
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 35px;
}
/************************************
 * Gift Items page styles
 ************************************/
.rowGI {
	margin-top: 15px;

}

.rowGI .image {
	float: left;
	margin-right: 15px;
	width: 250px;
}

.rowGI .text {
	line-height: 20px;
	margin-top: 30px;
	margin-bottom: 35px;
	vertical-align: middle;
}


/**********************************
 * Contact Us styles
 **********************************/

.contactUs {
	margin:auto;
	padding: 10px;
	width: 550px;	
}

.contactUs a:link, .contactUs a:hover, .contactUs a:visited, .contactUs a:visited:hover {
	color: #CD2985;
	text-decoration: none;
}

.contactUs a:visited:hover, .contact a:hover {
	text-decoration: underline;
}

.contactUs .label {
	font-weight: bold;
}

.contactUs .shopName {
	color: #CD2985;
	font: 16px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
	font-weight: bold;
}

.contactUs .address, .contactUs .phone, .contactUs .tollfree, .contactUs .fax, .contactUs .url, .contactUs .email {
	margin-left: 15px;
	color: #000000;
	line-height: 20px;
}

.contactUs .phone {
	margin-top: 10px;
}

.contactUs .url {
	margin-top: 10px;
}

.del_zip {
	width: 150px;
	float: left;
}

/**********************************
 * Custom Order styles
 **********************************/
.customOrders {
	margin-left: 30px;
	margin-top: 20px;
	width: 350px;	
	line-height: 18px;
}

.customOrders p {
	margin-top: 0px;
	margin-bottom: 15px;
}

.customOrders .label {
	font-weight: bold;
	color: #CD2985;
}

.customOrders .customPhoneNum {
	display: block;
	margin-top: 15px;
	color: #CD2985;
	font-size: 14px;
	font-weight: bold;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
			

/**********************************************************
 * Page Title Area
 **********************************************************/			
#pageTitle {
	color: #CD2985;
	font: 26px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	display: inline;
	margin-left: 5px;
	line-height:36px;
}
#subTitle {
	font: 19px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	/* text-transform: lowercase; */
	color: #E977AD;
	display: inline;
	margin-left: 8px;
}
#titleBar {
	background-image:  url("base/silverBar_bg.gif");
	background-repeat: repeat-x;
	position:relative;
	display: block;
	width: 575px; 
	margin-left: 5px;
	height: 18px;
}
#titleL {
	position: absolute;
	top: 0px;
	left: -3px;
	width: 3px;
	height: 18px;
	background-image: url("base/silverBarL.gif");
	background-repeat: no-repeat;
}
#titleR {
	position: absolute;
	top: 0px;
	right: -4px;
	width: 4px;
	height: 17px;
	background-image: url("base/silverBarR.gif");
	background-repeat: no-repeat;
}


/**********************************************************
 * Content Area
 **********************************************************/
#feature {
	margin-top: 0px;
}

#featuredProduct, #featuredProductPurchase, #featuredProductGI, #featuredProductPurchaseSmall {
	color: #000000;
	text-align: center;
	float: left;
	width: 250px;
	font: 13px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0px;
}

#featuredProductPurchase, #featuredProductGI {
	width:360px;
}
#featuredProductPurchaseSmall {
	width:200px;
}

#featuredProduct .title, #featuredProductPurchase .title, #featuredProductGI .title {
	font-weight: bold;
}
#storeInfo, #storeInfoPurchase, #storeInfoGI {
	font-size: 11px;
	color: #666666;
	margin-top: 0px;
	line-height: 16px;
	margin-left: 265px;
}

#storeInfo {
	width: 310px;
	margin-top: 10px;
}
#storeInfo .title {
	font-weight: bold;
	margin-top: 5px;
	text-align: left;
}
#productInfo .prod	{
	text-align: left;
} 
p.single{
	text-indent: 20px;
	text-align: justify;
	margin-top: 5px;
	margin-bottom: 0px;
}
#singlewrapper {
	margin-top: 55px;
}
#storeInfoPurchase, #storeInfoGI {
	padding-left: 10px;
}

#productInfo, #purchaseInfo {
	position: relative;
	font-size: 11px;
	padding: 0px;
	margin-top: 25px;
	width: 315px;
	float:left;
}
#productInfo .title {
	font-weight: bold; 
	margin-top: 10px; 
	text-align: left; 
} 

#purchaseInfo {
	clear: both;
}
#featuredH, #purchaseH {
	width: 315px;
	height: 24px;
	background-image: url(pink/featured_product_header.gif);
	background-repeat: no-repeat;
}
#purchaseH {
	background-image: url("pink/select_price.gif");
}

#featuredText, #purchaseText {
	color: #666666;
	background-color: #EEEEEE;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	margin-bottom: 0px;
}
#featuredF, #purchaseF {
	width: 315px;
	height: 5px;
	background-image:  url("base/featured_product_footer.gif");
	background-repeat: no-repeat;
}

#purchaseText form {
	margin: 0px;
}
/**********************************************************
 - purchase page only
**********************************************************/
#featuredProductPurchaseBuyNow {
	color: #000000;
	background-color: #EEEEEE;
	text-align: center;
	float: left;
	width: 215px;
	font: 13px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0px;
}
#featuredProductPurchaseBuyNowText {
	text-align: left;
	font: 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	padding-left: 10px;
	padding-right: 10px;
}

#featuredProductPurchaseBuyNow {
	width: 215px;
}

#featuredProductPurchaseBuyNow .title {
	font-weight: bold;
}
#purchaseHBuyNow {
	width: 215px;
	height: 24px;
	background-image: url(pink/featured_product_header.gif);
	background-repeat: no-repeat;
}
#purchaseHBuyNow {
	background-image: url("pink/select_price.gif");
}
#purchaseTextBuyNow {
	color: #666666;
	background-color: #EEEEEE;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	margin-bottom: 0px;
}
#purchaseFBuyNow {
	width: 215px;
	height: 5px;
	background-image:  url("base/featured_product_footer.gif");
	background-repeat: no-repeat;
}

#purchaseTextBuyNow form {
	margin: 0px;
}
#purchaseInfoBuyNow {
	position: relative;
	font-size: 11px;
	padding: 0px;
	margin-top: 25px;
	margin-left:0px;
	width: 215px;
	float:left;
}
#storeInfoPurchaseWide {
	/* clear: both; */
	font-size: 11px;
	color: #666666;
	margin-top: 10px;
	line-height: 16px;
	margin-left: 10px;
}
#pageCopy_ext {
	clear: both;
	font-size: 11px;
	color: #666666;
	margin-top: 10px;
	line-height: 16px;
	margin-left: 10px;
}


/**********************************************************
 * Product Row Definitions,
 * includes custom version for Sympathy page
 **********************************************************/
.productRow {
	/* clear: both; */
	background-image:  url("base/row_bg.gif");
	background-repeat: repeat-y;
	margin-top: 10px;
	height: 300px;
	overflow:visible;
}
.productRowSym {
	/* clear: both; */
	
	background-image:  url("base/row_bg.gif");
	background-repeat: repeat-y;
	margin-top: 10px;
	height: 350px;
	overflow:visible;
}
.productRowSymLg {
	/* clear: both; */
	background-image:  url("base/row_bg.gif");
	background-repeat: repeat-y;
	margin-top: 10px;
	height: 390px;
	overflow:visible;
}


.productRowSym {
	background-image:  url("base/rowProdSym_bg.gif");
}

.productRowSymLg {
	background-image: none;
}

.productRow .product, .productRowSym .product {
	/* clear: right; */
	display: inline;
	font: 13px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	float: left;
	text-align: center;
}

.productRowSymLg .product {
	font: 13px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}
.productRow .product {
	width: 185px;
	height: 310px;
	margin-left: 10px;
}

.productRowSym .product {
	width: 285px;
	margin-left: 2px;
	margin-right: 5px;
}

.prodRowSymLg .product {
	width: 590px;
}

.productRow .product .title, .productRowSym .product .title, .productRowSymLg .product .title {
	font-weight: bold;
}


/**********************************************************
 * Footer Area
 **********************************************************/
#footer {
	clear: both;
	margin-left: 170px;
	margin-top: 30px;
	font-size: 9px;
	line-height: 20px;
	text-align: center;
	/* color: #666666; */
	color: #000000;
}

#footer a:link, #footer a:hover, #footer a:visited, #footer a:hover:visited {
	/* color: #666666; */
	color: #000000;
	text-decoration: none;
}

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

/**********************************************************
 * Styles and ID's used for popup image
 **********************************************************/
#popupImgPhoto {
	background-image: url(popupImg/bg_dotted.gif);
	background-repeat: repeat-y;
	text-align: center;
}
#popupImgHdr {
	background-image: url(pink/popupImg/bg_header.gif);
	background-repeat: repeat-x;
	position: relative;
	z-index:999;
	height: 36px;
}
#popupImgTL {
	background-image: url(pink/popupImg/header_tl.gif);
	background-repeat: no-repeat;
	position: absolute;
	height: 36px;
	width: 6px;
	left: 0px;
	top: 0px;
}
#popupImgTitleMain, #popupImgTitle, #popupImgTitleShadow {
	font: normal 16px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	position: absolute;
	width: 260px;
	left: 12px;
	top: 5px;
	text-align: left;
	z-index: 5;
}

#popupImgTitleShadow {
	color: #000000;
	z-index: 4;
	left: 13px;
	top: 6px;
}
#popupImgClose {
	background-image: url(pink/popupImg/header_tr.gif);
	background-repeat: no-repeat;
	position: absolute;
	/* 2005-09-22 (SP) - cursor: hand; */
	cursor: auto;
	top: 0px;
	right: 0px;
	height: 36px;
	width: 35px;
}
#popupImgFooter {
	background-image: url(pink/popupImg/bg_footer.gif);
	background-repeat: repeat-x;
	position: relative;
	z-index:999;
	height: 37px;
}
#popupImgShownAt {
	font: 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: right;
	position: absolute;
	width: 290px;
	left: 5px;
	top: 10px;
}
#popupImg {
	position: absolute;
	width: 300px;
	height: 360px;
	top: 300px;
	left: 315px;
	z-index: 20;
	visibility: hidden;
}
#popupImgSteve {
	position: absolute;
	width: 300px;
	height: 360px;
	top: 300px;
	left: 315px;
	z-index: 20;
	/* visibility: hidden; */
}
/**********************************************************
 * Ecommerce Specific Styles
 **********************************************************/

#checkoutHeader {
        font-size: 11px;
        font-weight: bold;
        color: #000000;
        margin-top: 10px;
        line-height: 16px;
        margin-left: 10px;
        width: 550px;
        text-align:left;
}
#checkoutWrapper{
        font-size: 11px;
        color: #000000;
        margin-top: 5px;
        margin-left: 0px;
        margin-bottom: 5px;
        line-height: 16px;
        width: 550px;
        background-color: #EEEEEE;
        text-align:left;
}
#checkout {
        margin-top: 0px;
        border: 1px solid #000000;
}
#checkoutHeader {
        font-size: 11px;
        font-weight: bold;
        color: #000000;
        margin-top: 10px;
        line-height: 16px;
        margin-left: 10px;
        width: 550px;
}
#checkoutText {
        font-size: 11px;
        font-weight: bold;
        color: #000000;
        padding-top: 10px;
        padding-left: 10px;
        padding-bottom: 10px;
        line-height: 16px;
        margin-left: 10px;
        width: 550px;
        background-color: #EEEEEE;
		float:left;
}
#checkoutRow
{
        clear: both;
        padding-top: 5px;
}

#checkoutLabel
{
        float: left;
        width: 150px;
        text-align: right;
        padding-right: 10px;
}

#checkoutForm
{
        float: right;
        width: 335px;
        text-align: left;
        display: inline;
}
#phoneFormat 
{
	position: absolute;
        width: 250px;
        text-align: left;
	padding-top: 2px;
	padding-bottom: 1px;
        padding-left: 1px;

}
#phone2
{
        position: absolute;
        width: 250px;
        text-align: left;
        padding-top: 10px;
        padding-left: 1px;

}

#orderInfoRow
{
        /*clear: both;*/
        padding-top: 0px;
}

#orderInfoLabel
{
		font-weight: normal;
        float: left;
        width: 260px;
        text-align: right;
}
#orderInfoData
{
		font-weight: normal;
        float: left;
        width: 75px;
        text-align: right;
}
#orderInfoError
{
        /*float: left;*/
        width: 500px;
        color: red;
        text-align: left;
	font-weight: normal;
}
#orderInfoImage
{
  float: right;
  width: 300px;
  text-align: center;
}
#checkoutInfoPurchase, #checkoutInfoPurchaseSecond
{
        font-size: 11px;
        color: #000000;
        margin-top: 5px;
        line-height: 16px;
		float:left;
		width: 335px;
}
.checkoutInfoTip { color: red; cursor: help; border-bottom: 1px dotted; }
#spacer
{
	display: block;
	clear: left;
	margin: -.066em 0;
	visibility: hidden;
}
/**********************************************************
 * Shop By Price Specific Styles
 **********************************************************/
#shopPriceInfo, #shopPriceInfoPurchase, #shopPriceInfoGI {
	font-size: 11px;
	color: #666666;
	margin-top: 45px;
	line-height: 16px;
	margin-left: 265px;
	padding: 10px;
}

#shopPriceInfo {
	width: 500px;
}
#shopPriceInfoPurchase, #shopPriceInfoGI {
	padding-left: 10px;
}
#shopPriceLink1 {
	font-size: 15px;
	line-height: 20px;
	text-align: left;
	color: #666666;
	padding: 20px;
	width: 250px;
	float: left;
}

#shopPriceLink1 a:link, #shopPriceLink1 a:hover, #shopPriceLink1 a:visited, #shopPriceLink1 a:hover:visited {
	color: #666666;
	text-decoration: none;
	float: left;
}

#shopPriceLink1 a:hover {
	color: #D92F6B;
	text-decoration: underline;
	float: left;
}
#shopPriceLink2 {
	font-size: 15px;
	line-height: 20px;
	text-align: left;
	color: #666666;
	padding: 20px;
	width: 250px;
	float: left;
}

#shopPriceLink2 a:link, #shopPriceLink2 a:hover, #shopPriceLink2 a:visited, #shopPriceLink2 a:hover:visited {
	color: #666666;
	text-decoration: none;
	float: left;
}

#shopPriceLink2 a:hover {
	color: #D92F6B;
	text-decoration: underline;
	float: left;
}

/* Flower Delivery - Zip Code Display */
#container {
  float:left;
  width:500px;
}
.zip_col 
{
  	background: #fff;
  	float: left;
  	width: 90px;
  	padding: 0px 5px 0px 5px;
}
#leftcol {
  background: #fff;
  float: left;
  width: 56px;
  padding: 20px;
}
#rightcol {
  background: #fff;
  float: left;
  width: 56px;
  padding: 20px;
}
#centcol {
  background: #fff;
  float: left;
  width: 56px;
  padding: 20px;
}
div.floatLeft {
	float:left;
}
img.horizontalMargin {
	margin-right:10px;
	margin-left:10px;
}
div.clear {
	clear:both;
}
.breadCrumb {
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom:5px;
	width: 573px;
}

/* Jon Barnett 2007-04-18 code for handling blog posts */ 
.blogtitle { font-size: 120%; font-weight: bold; margin: 0.5em; border-bottom: 1px solid black; }
.blogstamp { margin-left: 10px; font-style: italic; }
.blogtext { margin: 1em 10px; font-size: 13px; line-height: 1.5em; }
/* end blog post code */

.product1 {
	float:left;
	font-size:13px;
	font-family:"Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
}

.product1 h3 {
	font-size:13px;
	width:100%;
	text-align:center;
	font-weight:bold;
	margin:0px;
}

.product1 cost {
	width:100%;
	text-align:center;
}

.product1 p {
	width:100%;
	text-align:center;
	margin:0px;
}

div.warning_box_left {
	background:url('../popupleft.gif') no-repeat left;
	text-align:center;
	color:#f00;
	height:38px;
	padding: 5px 10px;
}

div.warning_box_center {
	background: url('../popupcenter.gif');
}

div.warning_box_right {
	background: url('../popupright.gif') no-repeat right;
}
span.side-sm-icons { display: block; }
span.side-sm-icons a { display: inline ; }


li.feature div.featuredH {
	background-image: url("melon/featured_product_header.gif");
}

li.feature div.featuredF {
	background-image: url("base/featured_product_footer.gif");
}
/* make the autocomplete dropdown scroll if necessary */
.yui-ac-container .yui-ac-bd { max-height: 350px; overflow-x: hidden; overflow-y: auto; }


.continueButton{
	font-size:12px;
	color:white;
	padding:3px;
	margin-top:14px;
	cursor:pointer;
	display:block;
	text-decoration:none;
	font-weight:bold;
	float:right;
	background: #84A85B; /* old browsers */
}