
body {
	color: #222;
}

a#logo {
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	line-height: 124px;
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
	color: #b9539f;
}

div#content {
	background: #333 url(/images/cssimg/bg-nothing-3-1.png) repeat-x 0 0;
}

div.whoslogged {
	color: #fff;
        text-align: right; padding-right: 10px; padding-top: 5px;
}

div#main {
	background: #fff;
}

div#placeholder-hero {
	background: #f9f9f9;
}

div#placeholder-hero img {
	border: 1px solid #eee;
	margin: 0;
}

div#sub {
	color: #fff;
}

div#placeholder-footer {
	color: #888;
	font-size: 11px;
}

td.menu-item {
	color: #fff;	
}

td.menu-item-hover {
	color: #b9539f;
}

td.menu-item-selected {
	color: #b9539f;
}

td.submenu-item {
	background: #f9f9f9;
	color: #000;
	font-size: 11px;
	padding: 6px !important;
}

td.submenu-item-hover {
	background: #b9539f;
	color: #fff;
	font-size: 11px;
	padding: 6px !important;
}

td.submenu-item-selected {
	background: #000;
	color: #fff;
	font-size: 11px;
	padding: 6px !important;
}

/* @group Forms */

div#placeholder-box1 {
	border-bottom: 1px solid #555;
	padding: 18px 0 0;
}

.secure-login, .newsletter-form, .announcement-list {
	background: transparent;
	border: none;
	border-bottom: 1px solid #555;
	margin-bottom: 0;
	padding: 18px 0;
}

.announcement-list {
	border: none;
	padding: 0 18px;
}

.secure-login h3, .newsletter-form h3 {
	background: transparent;
	border: none;
	font-size: 14px;
	margin: 0;
	padding: 6px 18px;
}

.secure-login div.form, .newsletter-form div.form {
	padding-left: 9px;
}

#placeholder-nav table td {cursor: pointer;cursor: hand; }    /* @end */


/* @group Links */

a:link, a:visited {
	color: #b9529f;
	text-decoration: none;	
}

a:hover, a:active {
	color: #b9529f;
	text-decoration: underline;
}

div#nav a:link, div#nav a:visited {
	color: #b9539f;
	text-decoration: none;	
        
}

div#nav a:hover, div#nav a:active {
	color: #b9539f;
	text-decoration: underline;
}

#placeholder-nav table td {cursor: pointer;cursor: hand; }    /* @end */

/* @group Template Settings */

/* Don't touch these unless you know how CSS layouts work */

body {
	background: #f9f9f9 url(/images/cssimg/page-bg.png) no-repeat 0 0;
	margin: 0;
}

div#header-container {
	background: url(/images/cssimg/bg-header-3-1.png) repeat-x 0 0;
	height: 126px;
}

div#placeholder-logo {
	text-indent: -5000px; padding: 0; margin: 0; background: url(/images/cssimg/beaumont-florist-logo.gif) no-repeat; width: 310px; height: 124px; }
}

div.whoslogged {
	height: 54px;
	line-height: 54px;
	padding-right: 40px;
	text-align: right;
}

div#nav {
	background-color: transparent;
	height: 72px;
       
}

div#placeholder-nav {
	height: 36px;
	padding-right: 40px;
        margin-top: 20px;
}

div#placeholder-nav td {
	padding: 0;
	vertical-align: middle;

}

div#cap {
	background: url(/images/cssimg/bg-cap-3-1.png) no-repeat 0 0;
	height: 18px;
}

div#capsub {
	background: url(/images/cssimg/bg-capsub-3-1.png) no-repeat 0 0;
	height: 18px;	
}

div#nothing {
	background: url(/images/cssimg/bg-nothing-3-1.png) repeat-x 0 0;
	height: 72px;
}

div#placeholder-search {
	background: transparent url(/images/cssimg/bg-nothing-3-1.png) repeat-x 0 0;
	height: 72px;
}

div.search-box {
	padding-left: 18px;
	padding-top: 18px;
}

div.search-box input.cat_textbox_small {
	width: 120px;
}

div#content {
	border-bottom: 18px solid #333;
}

div#placeholder-hero {
	height: 216px;
	margin-bottom: 18px;
	width: 600px;
}

div#placeholder-rss {
	height: 16px;
	margin-bottom: 9px;
	text-align: right;
}

div#placeholder-rss img {
	margin: 0 9px;
	vertical-align: middle;
}

span.whoslogged {
	margin-right: 36px;
}

div#content div.inner {
	padding: 0px 36px 36px;
}

#placeholder-nav table td {cursor: pointer;cursor: hand; }    /* @end */


ul.dropdown,
ul.dropdown li,
ul.dropdown ul {
 list-style: none;
 margin: 0;
 padding: 0;
}

ul.dropdown {
 position: relative;
 z-index: 597;
 float: left;
}

ul.dropdown li {
 float: left;
 line-height: 1.3em;
 vertical-align: middle;
 zoom: 1;
}

ul.dropdown li  a{color: #b9539f;}

ul.dropdown li.hover,
ul.dropdown li:hover {
 position: relative;
 z-index: 599;
 cursor: default;
}

ul.dropdown ul {
 visibility: hidden;
 position: absolute;
 top: 100%;
 left: 0;
 z-index: 598;
 width: 100%;
}

ul.dropdown ul li {
 float: none;
}

ul.dropdown ul ul {
 top: 1px;
 left: 99%;
}

ul.dropdown li:hover > ul {
 visibility: visible;
}

ul.dropdown {
 font-weight: bold;
}

	ul.dropdown li {
	 padding: 7px 10px;
	 border-style: solid;
	 border-width: 1px 1px 1px 0;
	 border-color: #fff #d9d9d9 #d9d9d9;
	 background-color: #f6f6f6;
	 color: #000;
	}

	ul.dropdown li.hover,
	ul.dropdown li:hover {
	 background-color: #eee;
	 color: #000;
	}

	ul.dropdown a:link,
	ul.dropdown a:visited	{ color: #000; text-decoration: none; }
	ul.dropdown a:hover		{ color: #000; }
	ul.dropdown a:active	{ color: #ffa500; }


	/* -- level mark -- */

	ul.dropdown ul {
	 width: 150px;
	 margin-top: 1px;
	}

		ul.dropdown ul li {
		 font-weight: normal;
		}
              
p.required{color: #eb0404;}
.addressdetails{float: left; position: relative; width: 100%; margin-bottom: 10px; }
.shippingbox{position: relative; float: left;  width: 790px; margin-right: 10px; padding: 4px; border: 1px solid #ddd; border-bottom: 3px solid #ddd; height: 440px;}
.billingbox{position: relative; background: #f9f9f9; float: left; margin-top: 10px; width: 790px; padding: 4px; border: 1px solid #ddd; border-bottom: 3px solid #ddd;}
#paymentdiv{position: relative; float: left; margin-top: 10px;  width: 798px; padding: 4px 0px; border: 1px solid #ddd; border-bottom: 3px solid #ddd;}
#submititem{clear: left; width: 790px; margin-top: 10px; border-top: 1px solid #ddd; padding: 5px 5px; background: #c2a0cb}
.hidden{display: none;}

#placeholder-box4{background: #fff; padding: 10px; width: 220px; float: left; text-align: left; margin-bottom: 20px;}
#placeholder-box4 .cartSummaryItem{color: #333; font-weight: normal}
#placeholder-box4 table.cartSummaryTable{width: 100%; float: left;}
#placeholder-box4 a.cartSummaryLink{display: block; clear: left; float: right; font-weight: bold;}

.cardsaccepted{float: right; margin-left: 10px;}
.shippingbox label span{font-size: 85%}
