/****************
***   Reset   ***
*****************/
* { margin: 0px; padding: 0px; border: 0px; }
div { zoom: 1; } /* for IE */
ul { list-style: none; }
p { margin: 5px 0px; }
input.radio,
input.checkbox {
	height: 13px;
	width: 13px;
	margin-right: 5px;
	/* vertical-align: -2px; */
	/*	float: left; */
}
/*
input.checkbox {
	float: left;
}
*/

textarea { 
	border: 1px solid #9B33CC;
	width: 400px;
	height: 65px;
}

.clear-after:after {
	content: ".";
	visibility: hidden;
	display: block;
	clear: both;
	height: 0;
    font-size: 0;
}
/**********************************************/

/******************
***   Default   ***
*******************/
html, body { height: 100%; }
body {
	background: url('../images/bkg-header.png');
	font: 14px/1.1 "Trebuchet MS", Arial, sans-serif;
	color: #333;
}
h2 {
	color: #9b33cc;
	font-size: 18px;
	margin-bottom: 25px;
}
a {
	color: #cc338a;
	text-decoration: none;	
}
a:hover { color: #9b33cc; text-decoration: underline; }

#page { overflow: hidden; }

#header-holder {
	background: url('../images/bkg-header.png') left top repeat-x #fff;
	padding: 84px 0 10px;
}
#header {
	border-top: 3px double #e57fb9;
	border-bottom: 3px double #e57fb9;
	padding: 1px 0;
}
#header .header-content {
	margin: 0 auto;
	position: relative;
	width: 930px;
}

#navigation {
	height: 24px;
	line-height: 24px;
	padding-right: 15px;
	text-align: right;
}
#navigation li {
	background: url('../images/nav-spec-char.png') left 7px no-repeat;
	float: right;
	padding-left: 35px;
	margin-left: 25px;
}
#navigation li a:hover { text-decoration: none; }
#navigation li .active { color: #9b33cc; }
#logo {
	left: -12px;
	position: absolute;
	top: -70px;
}
.need-help {
	background: url('../images/bkg-need-help.png') right top no-repeat;
	color: #9b33cc;
	font-size: 10px;
	margin: 0px auto 10px;
	padding: 0 25px 0 719px;
	width: 150px;
}
.need-help p {
    margin-top: 0;
}
#content-holder {
    background: #fff;
	margin: 0px 0px 20px;
}
#content { 
    margin: 0 auto;
	padding-bottom: 103px;
	overflow: hidden; 
	width: 944px; /* 930 */
}

.homepage {
  position: relative;
  margin-top: 40px;
}
.homepage img.prezentation {
  margin-bottom: 17px;
}
.homepage a.prezentation {
  position: absolute;
  display: block;
  width: 355px;
  height: 94px;
  bottom: 39px;
  right: 4px;
}

.homepage a.merch {
	position: absolute;
	display: block;
	width: 234px;
	height: 94px;
	bottom: 39px;
	left: 4px;
}

.homepage-column-1 {
	float: left;
	margin-top: 45px;
	width: 365px;
}
.homepage-column-1 p { margin: 7px 0px; }
.homepage-column-1 p.more-space-and-smaller {
	margin-top: 20px;
	font-size: 12px;
}
.homepage-column-1 .colored { color: #9b33cc; font-weight: bold; }
.homepage-column-1 .now-delivers {
	border-bottom: 2px dotted #9b33cc;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.homepage-column-1 .now-delivers .with-icon { overflow: hidden; }
.homepage-column-1 .now-delivers .with-icon p {
	float: left;
	margin-right: 5px;
	line-height: 24px;
}
.homepage-column-1 .introducing {
	border-bottom: 2px dotted #9b33cc;
	padding-bottom: 20px;
	margin-bottom: 20px;
	line-height: 17px;
}
.homepage .connect li { 
	float: left; 
	margin-right: 5px;
	width: 24px; 
}
.homepage .connect .intro { 
	height: 16px;
	padding-top: 8px;
	width: 130px; 
}
.homepage .connect a,
.homepage-column-1 .now-delivers a.flickr { 
	background: url('../images/social-networks-sample.png') left top no-repeat;
	display: block; 
	height: 24px;
	width: 24px;
}	
.homepage .connect a.facebook { background-position: -24px top; }
.homepage .connect a.twitter { background-position: -48px top; }
.homepage .connect a.yelp { background-position: -72px top; }
.homepage .connect a.flickr,
.homepage-column-1 .now-delivers a.flickr { background-position: -96px top; }
.homepage-column-1 .now-delivers a.flickr {
	float: left;
	margin-top: 7px;
}
.homepage-column-2 {
	float: right;
	margin-top: 5px;
	text-align: center;
	width: 540px;
}
.homepage-column-2 h1 {
	background: url('../images/welcome-to-buttercup.jpg') left top no-repeat;
	height: 36px;
	margin-bottom: 15px;
}

.homepage .menu {
  float: right;
  width: 341px;
  font-size: 16px;
  font-weight: bold;
}
.homepage .menu li { float: left; }
.homepage .menu li.sep {
  margin: 0 10px;
  color: #f4b2b4;
}
.homepage .menu .kosher_logo {
  margin-top: -5px;
}

.decorator {
	border: 1px solid #808080;
	float: left;
	margin-top: 15px;
    margin-left: 9px;
}
.decorator-map {
	float: left;
	margin-top: 50px;
}
.main {
	float: right;
	width: 630px;
	position: relative;
}
#footer-decorator {
	background: url('../images/bkg-header.png') left bottom repeat-x;
	border-top: 3px double #e57fb9; 
	height: 100px;
	margin-top: -103px;
}
#footer {
	color: #cc338a;
	font-size: 10px;
	height: 20px;
	line-height: 16px;
	margin: 0px auto;
	text-align: center;
	width: 930px;
}

.about-photo { 
	float: left; 
	text-align: center; 
	width: 258px; 
}
.about-photo .decorator { float: none; }
.about-description { line-height: 24px; }
.about-description p { margin-bottom: 25px; }
.about-description blockquote p { margin-bottom: 5px; }

.menu-locations a {
	color: #9b33cc;
	display: block;
	font-size: 14px;
	font-weight: bold;
	margin-left: 40px;
	text-align: center;
	text-decoration: none;
	width: 236px;
}
.menu-locations a img { 
	border: 1px solid #cfcfcf; 
}
.menu-locations a span {
	display: block;
	line-height: 25px;
}
.menu-locations a:hover span { text-decoration: underline; }

.menu-details { line-height: 24px; margin-bottom: 30px; }
.yellow-box {
	background: #fffff5;
	border: 2px solid #ffff94;
	margin-bottom: 30px;
	padding: 15px 20px;
	width: 450px;
}
.menu-details-last { line-height: 24px; }
.decorator-holder {
	float: left;
	width: 258px;
}
.decorator-holder img { border: 1px solid #808080; }
.decorator-holder img.one { margin-bottom: 30px; }
.decorator-holder img.two { margin-bottom: 110px; }
.decorator-holder img.three { margin-bottom: 690px; }
.decorator-holder img.four { margin-bottom: 180px; }


.left-button {
	background: url('../images/bkg-button.jpg') left top no-repeat;
	display: block;
	float: left;
	font-weight: bold;
	padding-left: 15px;
}
.left-button span {
	background: url('../images/bkg-button.jpg') right -24px no-repeat;
	display: block;
	line-height: 24px;
	padding-right: 15px;
}
.left-button:hover { color: #CF4192; text-decoration: none; }

.right-button {
	background: url('../images/bkg-button-right.jpg') right top no-repeat;
	display: block;
	float: left;
	font-weight: bold;
	padding-right: 15px;
}
.right-button span {
	background: url('../images/bkg-button-right.jpg') left -24px no-repeat;
	display: block;
	line-height: 24px;
	padding-left: 15px;
}
.right-button:hover { color: #CF4192; text-decoration: none; }

.section-header {
	background: #e086b9;
	color: #fff;
	font-weight: bold;
	padding: 7px 10px;
}
.section-content {
	background: #fbfacd;
	line-height: 24px;
	padding: 7px 10px;
}

.press-row {
	margin-bottom: 30px;
}
.awards-and-featured { overflow: hidden; }
.awards-and-featured .section-content { min-height: 150px; }
.awards-and-featured .awards-and-honours {
	float: left;
	width: 410px;
}
.awards-and-featured .featured-in {
	float: right;
	width: 480px;
}
.awards-and-featured .featured-in .section-content {
	overflow: hidden;
}
.awards-and-featured .featured-in .col {
	float: left;
	width: 230px;
}
.as-seen-on .section-content {
	overflow: hidden;
}
.as-seen-on .section-content .col {
	float: left;
	width: 220px;
}
.customer-testimonials ul li { margin-bottom: 20px; }
.customer-testimonials ul li.last { margin-bottom: 0px; }

.press-examples img {
	margin-right: 20px;
	vertical-align: middle;
}
.press-examples object, .press-examples embed { vertical-align: middle; }

/* FORMS */

input.text {
	border: 1px solid #9b33cc;
	padding: 1px;
}
select { border: 1px solid #9b33cc; }
select option { padding-right: 10px; }
label {
	/* TEMPORARY */
	font-size: 14px;
	color: #333;
	/*    END    */
}

.buttons { overflow: hidden; }
.extra-buttons-row { margin-top: 5px; }

.button {
	border: 3px double #e57fb9;
	display: block;
	height: 22px;
	line-height: 22px;
	font-weight: bold;
	text-align: center;
	width: 63px;
}
#print-order ,
#email-order{
	margin-bottom:10px;
}
.button:hover { color: #CC338A; text-decoration: none; }

.disabled {
	border: 3px double #aaa;
	color: #aaa;
	cursor: default;
}
.disabled:hover { color: #aaa; }

.review-button {
	margin: 0 40px 0 auto;
	width: 110px;
}
.checkout-button { width: 105px !important; }

input.submit,
a.submit {
	background: url('../images/bkg-submit.png') left top no-repeat;
	color: #cc338a;
	cursor: pointer;
	font-size: 14px;
	font-weight: bold;
	height: 24px;
	width: 100px;
}
label.checkbox-inside { 
	display: inline-block; 
	overflow: hidden; 
	padding-bottom: 2px; 
	vertical-align: middle; 
}
label.checkbox-inside * { float: left; }
label.checkbox-inside span { 
	display: block;
	margin-top: -2px;
	padding-bottom: 2px;
}

.formfield { overflow: hidden; padding-bottom: 1px; }
input.continue,
a.continue { 
	background-position: -110px top; 
	float: right;
	margin-left: 5px;
	padding-right: 8px;
}
a.continue {
	text-align:center;
	line-height:27px;
}
input.back { float: right; padding-left: 8px; }
input.normal {
	background: #fff;
	border: 3px double #E57FB9;
	width: auto;
	height: 30px;
	margin: 0 30px 0 auto;
	padding: 0 15px;
	display: block;
}

.calendar { vertical-align: top; }
img.info { cursor: pointer; }

.group { float: left; }
.group label { display: block; }

.resend { width: 500px; overflow: hidden; }
.forgot { width: 315px; overflow: hidden; }

.email-box { margin-right: 35px; width: 220px; }
.email-box input.text { width: 216px; }
.password-box, .phone-box { margin-right: 35px; width: 118px; }
.password-box input.text, .phone-box input.text { width: 114px; }
.name-box { margin-right: 35px; width: 180px; }
.name-box input.text { width: 176px; }
.forgot-password-box { float: left; padding-top: 16px; }
.forgot-password-box a { color: #9b33cc; font-size: 10px; }

input.address { width: 155px; }
input.business-name { width: 300px; }
input.business-address { width: 160px; }
input.suite { width: 45px; }
input.city { width: 180px; }
input.zip { width: 50px; }
input.delivery-instructions { width: 410px; }
input.phone { width: 115px; }
input.code { width: 90px; }

#without-account { display: none; }

.order-form {margin-top:50px;} 
.order-form .columns {
	margin-bottom: 15px; 
	overflow: hidden; 
	width: 600px;
}
.order-form .columns fieldset {
	float: left;
	width: 315px;
	margin-right: 35px;
}
.order-form #order_cake_icing_holder,
.order-form #order_cake_size_holder,
.order-form #order_cake_flavor_holder,
.order-form #order_cupcake_icing_holder,
.order-form #order_dessert_flavor_holder,
.order-form #order_dessert_size_holder,
.order-form #dessert-size-description,
.order-form #order_merchandise_item_size_holder,
.order-form #order_dessert_gift_amount_holder,
.order-form #customize-inscription-text-holder,
.order-form .special_instructions,
.order-form .show_checkbox,
.order-form #order_cupcake_icing_color_holder,
.order-form #cupcake_custom_quantity_holder,
.order-form #order_cake_icing_color_holder { display: none; }
.order-form #if-delivery{
	padding-left:278px;
	color: #9B33CC;
	font-size : 12px;
	width: 200px;
	display: none;
	line-height:17px;
}

/*.order-form #order_cake_icing_holder { display: block; }*/

.order-form #if-pickup {
	color: #9b33cc;
	font-size: 12px;
	padding-right: 25px;
	padding-left: 279px;
	width: 200px;
	line-height:17px;
}
.order-form #locationAndHoursInfo {
	color: #000;;
	font-weight: bold;
	font-size:14px;
	padding-left: 66px;
	width: 368px;
	top:213px;
	left: -204px;
}
#location_and_hours_icon {
	vertical-align: -4px;
}
.order-form #locationAndHoursInfo p {margin:0px 0px;}
.order-form label img.info { vertical-align: -4px; }
.order-form .has-float label,  
.order-form .has-float textarea { float: left; }
.order-form .delivery-instructions textarea { 
	width: 410px;
	height: 100px;
}
.order-form #cupcake_quantity_holder,
.order-form #cupcake_custom_quantity_holder,
.order-form #cupcake_custom_quantity_holder .float-area { overflow: hidden; }
.order-form #cupcake_custom_quantity_holder .float-area { margin-bottom: 10px; }
.order-form #cupcake_quantity_holder label {
	float: right;
	margin-left: 15px;	
}
.order-form #cupcake_custom_quantity_holder .additional,
.order-form #cupcake_custom_quantity_holder input {
	float: right;
	margin-left: 10px;
}
.order-form #cupcake_custom_quantity_holder label {
	clear: both;
	display: inline-block;
}
.order-form #cupcake_custom_quantity_holder label input { float: none; }
.order-form #customize-inscription-text-holder {
	position: relative;
	overflow: visible;
}
#customize-inscription-text-holder .how-many-inscriptions { position: relative; }
#customize-inscription-text-holder .how-many-inscriptions label,
#customize-inscription-text-holder .how-many-inscriptions input.text {
	float: left;
	width: 170px;
}
#customize-inscription-text-holder .how-many-inscriptions input.text {
	width: 50px;
	margin: 0;
	text-align: center;
}
#customize-inscription-text-holder .how-many-inscriptions .worning {
	position: absolute;
	left: 170px;
	bottom: -24px;
	font-size: 10px;
	border: 1px solid #9B33CC;
	background: #FFFFCC;
	padding: 3px 6px;
	display: none;
	z-index: -1;
}
#customize-inscription-text-holder .how-many-inscriptions .worning p { margin: 0px; }
#customize-inscription-text-holder .how-many-inscriptions .worning p.error { color: #A50010; }
#customize-inscription-text-holder .inscription-color select { margin-left: 90px; }
#customize-inscription-text-holder .with-error { border-bottom: 1px solid #FFFFCC; }
#customize-inscription-text-holder #inscription-inputs-holder { width: 330px; }
#customize-inscription-text-holder #inscription-inputs-holder input.text { margin-bottom: 5px; }

.info-box { padding: 10px 0px 0px 55px; }
.info-box .row { margin-bottom: 20px; overflow: hidden; }
.info-box .row .prop {
	float: left;
	margin-right: 10px;
	width: 90px;
}
.info-box .row .val { float: left; }
.order-form .columns .order-dec {
	float: left;
	width: 245px;
	height: 245px;
}
.order-form .columns .order-dec img { border: 1px solid #9b33cc; }
.order-form .additional {
	color: #666666;
	font-size: 12px;
	margin-left: 15px;	
}

.two-rows label {
	display: block;
	margin-bottom: 10px;
}
.two-rows .large-right {
	display: block;
	margin: 0px 0px 0px auto;
}
.two-rows .multiple { overflow: hidden; }
.two-rows .multiple label {
	float: right;
	line-height: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
}
.two-rows .multiple select {
	float: right;
	margin-left: 5px;
}
.two-rows .multiple-for-cupcake {
	padding-left: 250px;
}
.two-rows .multiple-for-cupcake select,
.two-rows .multiple-for-cupcake label { margin-bottom: 10px; }
.two-rows .desc {
	color: #666666;
	font-size: 12px;
	padding: 15px 15px 0px 15px;
}
.say label { 
	display: block; 
	margin-bottom: 10px;
}
.say .text {
	margin-left: 90px;
	width: 230px;
}
.say select { margin-left: 10px; }

.final-price { 
	border: 1px solid #9b33cc; 
	float: left;
	overflow: hidden;
	padding: 3px 5px;
	width: 175px;
}
.final-price .info { float: left; }
.final-price .val { float: right; }

.tabs { 
	background: url('../images/bkg-tabs.png') left bottom repeat-x;
	margin-bottom: 30px;
	overflow: hidden; 
	width: 600px;
}
.tabs label { float: left; }
.tabs ul { 
	float: right; 
	overflow: hidden; 
}
.tabs ul li { 
	float: left; 
	margin-left: 3px;
}
.tabs li a {
	background: url('../images/bkg-tabs-a.png') left top no-repeat;
	display: block;
	padding-left: 22px;
}
.tabs a span {
	background: url('../images/bkg-tabs-a.png') right -19px no-repeat;	
	display: block;
	line-height: 20px;
	height: 20px;
	padding-right: 22px;
}
.tabs li a:hover, .tabs li .active { 
	background-position: left -38px; 
	color: #9B33CC;
	text-decoration: none; 
}
.tabs a:hover span, .tabs .active span { background-position: right -58px; }

.same-row { overflow: hidden; }
.same-row label { float: left; }
.same-row .text { float: right; }
.same-row .text2 { width: 75px; }
input.no-right { 
	float: right;
	text-align: center; 
	width: 45px; 
}
.picker .text { margin-right: 5px; }
.picker img {
	vertical-align: top;
	cursor: pointer;
}

#messenger-details { display: none; }

.order-information-decorator {
	border-bottom: 1px solid #cd99e5;
	padding-bottom: 8px;
}
.order-information {
	border: 1px solid #9b33cc;
	padding: 18px 15px 18px 18px;
	position: relative;
}
.order-information .title {
	background: #fff;
	line-height: 18px;
	height: 16px;
	left: 10px;
	position: absolute;
	text-align: center;
	top: -10px;
	width: 125px;
}
.order-information ul { float: left; }
.order-information .customer { width: 200px; 	margin-right: 20px; }
.order-information .delivery { width: 270px; }
.order-information ul li, .order-item ul li, .finalize-order ul li { line-height: 24px; }
.order-information .button {
	float: right;
	margin-top: 35px;
}
.order-information .delivery-instructions { clear: both; padding-top: 15px; }
.order-item {
	border: 1px solid #9b33cc;
	margin-top: 8px;
	width: 100%;
}
.order-item .col-1 {
	width: 95px;
	text-align: center;
	border-right: 1px solid #cd99e5;
}
.order-item .col-1 ul { position: relative; }
.order-item .col-1 ul .finished { font-size: 12px; }
.order-item .col-1 ul img {
	position: absolute;
	top: 26px;
	left: -10px;
}
.order-item .value { 
	border: 1px solid #9b33cc;
	line-height: 18px;
	height: 18px;
	margin: 0px auto;
	width: 50px;
}
.order-item .col-2 {
	border-right: 1px solid #cd99e5;
	padding-left: 18px;
}
.order-item .col-3 {
	border-right: 1px solid #cd99e5;
	padding-left: 18px;
	width: 77px;
}
.order-item .col-4 { width: 100px; }
.order-item .col-4 .button { margin: 0px auto; }
.order-item .col-4 .edit { margin-bottom: 12px; }
.footer-note { 
	font-weight: bold;
	margin-top: 15px;
	/*overflow: hidden;*/
	position: relative; 
	padding: 0px 10px;
}
.footer-note .buttons {
	float: left;
}
.footer-note .add-item { width: 145px; }
.footer-note ul { float: right; width: 210px; }
.footer-note ul li { overflow: hidden; }
.footer-note ul span { 
	display: block;
	float: left;
	line-height: 30px;
}
.footer-note ul .title {
	margin-right: 12px;
	text-align: right;
	width: 105px;
}
.footer-note ul .dollar { width: 10px; margin-right: 7px; }
.footer-note ul .value { text-align: right; width: 50px; }
.footer-note ul .info { float: right; margin-top: 7px; }
.footer-note .total-cost {
	border: 1px solid #9b33cc;
	width: 200px;
}
.footer-note .gratuity,
li.quantity input.text {
	border: 1px solid #9b33cc;
	height: 16px;
	margin-top: 7px;
	width: 50px;
	text-align: center;
}
li.quantity input.text { margin: 0; }
.footer-note .gratuity { float: left; }
.footer-note .checkout { padding-top: 20px; }
.footer-note .checkout .button { margin: 0px 8px 0px auto;  width: 85px; }

#form-review .submit { margin-right: 10px; }
#form-review p.two-rows {
	margin-top: 60px;
	text-align: center;
}

.finalize-order { width: 100%; }
.finalize-order thead th {
	border-bottom: 1px solid #9b33cc;
	height: 25px;
	font-weight: normal;
}
.finalize-order tbody td { border-bottom: 1px solid #9b33cc; }
.finalize-order tbody .col-1 { 
	border-left: 1px solid #9b33cc;
	border-right: 1px solid #cd99e5;
	text-align: center; 
	width: 95px;
}
.finalize-order tbody .col-2 {
	border-right: 1px solid #cd99e5;
	padding: 16px 18px;
}
.finalize-order tbody .col-3 {
	border-right: 1px solid #9b33cc;
	text-align: center;
	width: 170px;
}
.billing-information {
	border-top: 1px solid #cd99e5;
	margin-top: 20px;
	padding: 15px 10px;
}
.billing-information .legend {
    margin-bottom: 20px;
}
.billing-information .legend h2 {
    color: #333;
    font-size: 100%;
    font-weight: bold;
    margin: 0;
}
.billing-information .legend p {
    font-size: 83.3%;
    color: #666;
    margin: 0;
}
.billing-information .formfield {
    margin-bottom: 20px;
}
.exp { vertical-align: -2px; }

.user-check {
	display: block;
	font-size: 12px; 
	font-weight: normal; 
	margin-left: 15px;
	margin-top: 20px;
	overflow: hidden;
	width: 280px;
	padding: 5px;
}
label.error {
	border: 1px dashed #A50010;
	background: #FFE5FB;
}
.user-check .checkbox {
	float: left; 
	margin-top: 5px;
}
.user-check span { 
	display: block;
	float: right;
	width: 255px;
}
.billing-information .button {
	margin: 0px 30px 0px auto;
	width: 175px;
}
.billing-information .explanation {
	text-align: center;
	margin: 7px 30px 0px auto;
	width: 181px;
}

.book {
	line-height: 24px;
	margin-bottom: 45px;
	overflow: hidden;
}
.book h2 { margin-bottom: 5px; }
.book .photo {
	float: left;
	text-align: center;
	width: 256px;
}
.book .details {
	float: right;
	width: 630px;
}
.book .details .title, .pink {
	color: #cf4192;
	font-weight: bold;
}
.pink-light { color: #cf4192; }
.book .details .desc { margin-bottom: 10px; }
.book .details .purchase {
	background: url('../images/bkg-purchase-now.png') left top no-repeat;
	display: block;
	font-weight: bold;
	height: 24px;
	padding-right: 4px;
	text-align: center;
	width: 116px;
}
.book .details .purchase {
	color: #CC338A;
	text-decoration: none;
}
.last-book { margin-bottom: 0px; }

.locations { line-height: 24px; }
.locations .name {
	color: #da69a9;
	font-weight: bold;
}
.locations .address { margin-bottom: 20px; }
.locations .grey { color: #515151; }
.locations .phone { margin-bottom: 20px; }
.locations .timetable { margin-bottom: 15px; }
.locations .timetable .row { overflow: hidden; }
.locations .timetable .days {
	float: left;
	font-weight: bold;
	margin-right: 10px;
	width: 160px;
}
.locations .timetable .hours { float: left; }
.locations .mail-us {
	background: url('../images/bkg-mail-us.png') left top no-repeat;
	color: #9b33cc;
	display: block;
	line-height: 20px;
	padding-left: 35px;
}
.locations .first { width: 270px; }
.locations .second { width: 290px; }
.locations .please-not {
	color: #8b8b8b;
	font-size: 12px;
	margin-left: 35px;
}
.locations .spacer { margin-bottom: 40px; }

.title-and-button {
	overflow: hidden;
}
.title-and-button h2 { float: left; }
.title-and-button .right-button { float: right; }

.order-complete-details { line-height: 20px; }

/*********/


/** GENERAL CLASSES **/
.black { color: #000; }
.margin-right-10 { margin-right: 10px; }
.margin-right-25 { margin-right: 25px; }
.margin-right-40 { margin-right: 40px; }
.margin-right-70 { margin-right: 70px; }
.margin-bottom-10 { margin-bottom: 10px; }
.margin-bottom-15 { margin-bottom: 15px !important; }
.margin-bottom-20 { margin-bottom: 20px !important; }
.margin-bottom-25 { margin-bottom: 25px; }
.margin-bottom-35 { margin-bottom: 35px; }
.margin-bottom-55 { margin-bottom: 55px; }
.offLeft { text-align: left; text-indent: -2000px; }
/*********************/

/***   Error Panel   ***/
.error-area {
	margin: 20px;
}
#error-panel {
	background: #E7F4F0;
	border: 3px double #005FAD;
	color: #E57FB9;
	display: block;
	font-weight: bold;
	padding: 5px;
	text-decoration: none;
}
#error-content {
	background-color: #FDF4E1;
	border: 1px dashed #E57FB9;
	border-top: none;
	display: none;
	padding: 10px;
	line-height: 20px;
}
#error-content .float-area { overflow: hidden; }
#error-content label {
	float: left;
	margin-right: 5px;
}
#error-content .form_error {
	float: left;
	color: #A50010;
}
/***********************/
.error_heading {
	color: #9b33cc;
	margin-bottom: 25px;
}

.message_for_user {
	margin: 20px 20px 35px 20px;
	background-color: #FDF4E1;
	border: 1px dashed #E57FB9;
	padding: 10px;
	line-height: 20px;
	text-align: center;
	color: #66BB66;
}

/***   jQuery Limiter   ***/
.limiterBox {
	border: 1px solid #9B33CC;
	border-top: none;
	background-color: #ffc;
	padding: 3px 6px;
	font-size: 10px;
}
/**************************/
.email-sent {
	color:#4CC417;
	margin-bottom:12px;
	font-size:15px;
}

/* homepage holiday hours */
a img { border:none; }
.clear { clear:both; }
.holiday-hours { margin-bottom:1em; border:1px solid #cf4090; background:#ffffd8; }
.holiday-hours .holiday-hours-left { float:left; width:289px; background:#cc348b; }
.holiday-hours .holiday-hours-content { float:left; padding:12px 25px; width:601px; color:#005bac; line-height:2; }
.holiday-hours a:hover { text-decoration:none; }
.holiday-hours-link { font-weight:bold; font-size:16px; text-transform:uppercase; }



 

