.clear{
	clear: both;	
}

#basketwrapper{
	width: 688px;
	text-align: center;
	margin: auto;
	padding-top: 15px;
	margin-bottom: 15px;
}

#promobanner{
	width: 555px;
	margin: auto;
	margin-bottom: 10px;
	text-align: left;	
}

#returningcustomer{
	width: 330px;
	height: 20px;
	overflow: hidden;
	float: right;
	text-align: right;
	margin: auto;	
	margin-bottom: 25px;
}

#returningcustomer-text{
	float: left;
	font-family: Verdana, Geneva, sans-serif;
	color: #333333;
	font-size: 11px;
	margin-top: 2px;
}

#returningcustomer-image{
	float: right;	
}

#checkoutbuttons-top{
	width: 100%;
	height: 28px;
	overflow: hidden;
}

#checkoutbuttons-top-left{
	float: left;	
	margin-top: 3px;
}

#checkoutbuttons-top-paypal{
	float: left;
	margin-left: 313px;
	font-family: Verdana, Geneva, sans-serif;
	color: #333333;
	font-size: 12px;
	width: 175px;
	overflow: hidden;
}

*html #checkoutbuttons-top-paypal{
	margin-left: 156px;	
}

#checkoutbuttons-top-right{
	float: right;
}

#basket-title{
	width: 688px;
	height: 30px;
	margin: auto;
	text-align: left;
	margin-top: 8px;
	background-image: url(shopping-title-bg-ws.jpg);
}

#basket-title p{
	margin: 0px;
	padding: 5px 0px 0px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #83a026;	
}

#login-title{
	width: 688px;
	height: 28px;
	margin: auto;
	text-align: left;
	margin-top: 8px;
	margin-bottom: 4px;
	background-image: url(signin-title-bg-ws.jpg);
}

#login-title p{
	margin: 0px;
	padding: 6px 0px 0px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #83a026;	
}

#loginwrapper{
	border: 1px solid #83a026;
	padding: 5px;
}

.login-section{
	width: 100%;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #7d7a7a;
	font-weight: bold;
	text-align: left;
	margin-left: 5px;
}

#login-fields{
	width: 100%;
	margin: auto;	
	margin-top: 10px;
}

#login-fields-loginname-text{
	float: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #7d7a7a;	
	font-weight: bold;
	padding-left: 10px;
	padding-top: 8px;
}

#login-fields-loginname{
	float: left;
	padding-top: 5px;
	padding-left: 5px;	
}

#login-fields-password-text{
	float: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #7d7a7a;
	font-weight: bold;
	padding-left: 10px;
	padding-top: 8px;	
}

#login-fields-password{
	float: left;
	padding-left: 5px;
	padding-top: 5px;	
}

#login-fields-remember{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #7d7a7a;
	float: left;
	padding-left: 110px;
	margin-right: 33px;
	height: 15px;
	margin-bottom: 8px;
}

#forgotpassword{
	float: left;
	height: 15px
	margin-bottom: 8px;
	padding-top: 5px;
}

#forgotpassword a, #forgotpassword a:active, #forgotpassword a:visited, #forgotpassword a:hover{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #7d7a7a;
	text-decoration: underline;
}

#login-fields-button{
	float: right;	
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #7d7a7a;
}

#basketmessage{
	color:red;
	font-weight:bold;
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
}

.productwrapper{
	width: 688px;
	background-color: #f3efe4;
	margin: auto;
	text-align: center;
	margin-top: 8px;
	padding-bottom: 6px;
}

.productinnerwrapper{
	width: 674px;
	min-height: 257px;
	margin: auto;
	background-image: url(product-detail-bg-ws.jpg);
	background-position: top;
}

.productinnerwrapper-bottom{
	width: 674px;
	height: 8px;
	margin: auto;
	overflow: hidden;
	background-image: url(product-detail-bg-bottom-ws.jpg);
}

.product-item-name{
	width: 222px;
	height: 18px;
	float: left;	
	margin-left: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #87746a;
	margin-top: 4px;
}

.product-description-name{
	width: 222px;
	height: 18px;
	float: left;
	margin-left: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #87746a;
	margin-top: 4px;
}

.product-price-name{
	width: 222px;
	height: 18px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #87746a;
	margin-top: 4px;
}

.product-item{
	width: 212px;
	overflow: hidden;
	float: left;
	margin-top: 4px;
	margin-left: 6px;
}

.product-item .product-content-footer div{
	padding-top: 10px;	
}

.product-image{
	padding-top: 25px;	
}

.yourselection{
	margin: auto;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #747171;
	margin-top: 17px;
}

.product-description{
	width: 217px;
	overflow: hidden;
	float: left;
	margin-left: 11px;
	margin-top: 4px;
}

.product-description-buttons{
	margin-left: 8px;
	padding-top: 30px;
}

.button-details{
	float: left;
	margin-right: 24px;	
}

.button-edit{
	float: left;
	margin-right: 24px;	
}

.button-remove{
	float: left;	
}

p.product-name{
	margin: 0px;
	padding: 49px 0px 10px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #747171;
	font-weight: bold;
}

p.product-number{
	margin: 0px;
	padding: 0px 0px 5px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #747171;
	font-weight: bold;
}

p.product-quantity{
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #747171;
	font-weight: bold;
}

p.product-pickup{
	width: 152px;
	margin: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #747171;
	text-align: left;
}

.product-pickup-menu{
	margin: auto;
}

.instoreshopinfo{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #747171;
}

.product-price{
	width: 212px;
	float: left;
	margin-top: 4px;
	margin-left: 10px;
}

.product-content-price{
	width: 200px;
	margin: auto;
	margin-left: 5px;	
	padding-top: 45px;
	padding-bottom: 15px;
}

.product-content-price-label{
	float: left;
	width: auto !important;
	text-align: left;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #747171;
	font-weight: bold;
}

.product-content-price-amount{
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #747171;
	font-weight: bold;
}

.product-content-delivery{
	width: 200px;
	margin: auto;
	margin-left: 5px;	
	padding-top: 5px;
}

.product-content-delivery-label{
	float: left;
	width: 115px;	
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #747171;
}

.product-content-delivery-amount{
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #747171;
}

.product-content-savings{
	width: 200px;
	margin: auto;
	margin-left: 5px;	
	padding-top: 5px;
}


.product-content-savings-label{
	float: left;
	width: 115px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fe090a;
	font-weight: bold;
}

.product-content-savings-amount{
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fe090a;
	font-weight: bold;
}

.upsell{
	width: 200px;
	margin: auto;
}

.upsell-left{
	float: left;
	width: 120px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #747171;
	font-weight: normal;
	text-align: left;
	margin: 4px 0px;	
}

.upsell-right{
	float: right;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #747171;
	font-weight: normal;
	text-align: right;
	margin: 4px 0px;
}

p.upsell{
	margin: 0px;
	padding: 27px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #747171;
	font-weight: normal;
	text-align: center;
}

.product-content{
	min-height: 195px;
}

.product-content-footer-title{
	height: 22px;
	overflow: hidden;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #747171;
}

.product-content-footer-title p{
	margin: 0px;
	padding-top: 4px;	
}

.product-content-footer{
	border-top: 2px dotted #b8b8b8;
	min-height: 70px;
}

.subtotalwrapper{
	width: 224px;
	float: right;
	margin: auto;
	margin-right: 8px;
	margin-top: 8px;
	background-image: url(subtotal-bg-ws.jpg);	
}

.subtotalwrapper-bottom{
	width: 224px;
	height: 5px;
	overflow: hidden;
	background-image: url(subtotal-bg-bottom-ws.jpg);	
}

.tax{
	width: 204px;
	padding: 10px 0px 0px 10px;	
}

.tax-label{
	float: left;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #747171;
	font-weight: normal;
}

.tax-amount{
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #747171;
	font-weight: normal;
}

.subtotal{
	width: 204px;
	padding: 5px 0px 5px 10px;
}


.subtotal-label{
	float: left;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #747171;
	font-weight: bold;
}

.subtotal-amount{
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #747171;
	font-weight: bold;
}

.totalwrapper{
	width: 224px;
	float: right;
	margin: auto;
	margin-right: 8px;
	margin-top: 8px;
	padding-top: 5px;
	background-image: url(total-bg-ws.jpg);	
}

.totalwrapper-bottom{
	width: 224px;
	height: 4px;
	overflow: hidden;
	background-image: url(total-bg-bottom-ws.jpg);	
}

.totalsavings{
	width: 204px;
	padding: 5px 0px 5px 10px;	
}

.totalsavings-label{
	float: left;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fe090a;
	font-weight: bold;
}

.totalsavings-amount{
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fe090a;
	font-weight: bold;
}

.total{
	width: 204px;
	padding: 5px 0px 5px 10px;	
}

.total-label{
	float: left;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #6e891b;
	font-weight: bold;
}

.total-amount{
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #6e891b;
	font-weight: bold;
}

.CAA{
	width: 100%;
	padding: 5px 0px 5px 10px;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #747171;
	font-weight: normal;
}

.promodate{
	width: 100%;
	padding: 5px 0px 5px 10px;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #747171;
	font-weight: bold;
}

.shippingmsg{
	float: left;
	width: 420px;
	overflow: hidden;
	min-height: 75px;
	padding: 5px 0px 5px 10px;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #747171;
	font-weight: bold;
	margin-top: -60px;
	text-align: left;
}

#sameday{
	float: left;
	width: 420px;
	overflow: hidden;
	display: none;
}

#checkoutbuttons-bottom{
	width: 100%;
	height: 28px;
	padding-top: 5px;
	overflow: hidden;	
}

#checkoutbuttons-bottom-left{
	float: left;	
}

#checkoutbuttons-bottom-right{
	float: right;	
}

#reassurances{
	width: 100%;
	margin: auto;
	margin-top: 28px;
	text-align: center;
}

.reassurancebox{
	float: left;
	width: 222px;
	margin: auto;
	background-color: #d9d8f6;
	text-align: center;
	padding-bottom: 6px;
}

.reassurance-title{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #724099;
	font-weight: normal;
	padding: 5px 0px;
	width: 100%;
}

.reassurance-content{
	width: 210px;
	background-color: #ffffff;
	color: #747171;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: auto;
}

.reassurance-content-adjustment{
	padding: 6px;	
}

#floristdifference{
	float: left;
	margin-right: 10px;
}

#customerservice{
	float: left;
	margin-right: 10px;
}

#customerservice .reassurance-content{
	background-image: url(cust-serv-bg.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;	
}

#customerservice .reassurance-content-adjustment{
	width: 	132px;
	margin-left: 62px;
}

#cust-serv-click2call{
	width: 	80px;
	margin-left: 95px;
}

#floristconfidence{
	float: left;	
}



/* Added by Todd for Petals */

#shoppingcart-discount-promocode {font-family:Verdana,helvetica; font-size: 12px; width:130px; float:left;}
#shoppingcart-discount-input-div {width:200px;float:left;}
#shoppingcart-discount-recalc-div{ width:100px; float:left;}

/*END Petals CSS */