@charset "utf-8";
/* CSS Document */  

body {
	background:#FFF url(../images/bg-body.png) top repeat-x;
	color:#333;
	margin:0;
	padding:0;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
}
h1 {	
	color:#007c52;
	font-size:21px;
	font-weight:normal;
}
h1 a {	
	color:#007c52;
	font-size:21px;
	font-weight:normal;
	text-decoration:none;
}
h2 {
	color:#007c52;
	font-size:18px;
	margin:0;
	
}
h3{
	color:#007c52;
	margin:0px;
	padding:10px 0px 10px 0px;
}

/* General  CSS class*/
input.textboxSmall
{
    width:115px;
    height:14px;
    color:#777777;
    
}

#advsearch  
{
    background:url(../images/advsearchform-top.gif) top center no-repeat;	
	float:left;
	text-align:center;
	margin:10px 8px;
	padding:20px 0 0 0;
    
}
#advsearch table 
{
	width:470px;	
	margin:0 auto;
}
#advsearch td 
{
	padding:5px;
	
}
#advsearch #SubmitSearch
{
    background:url(../images/button-search.gif) no-repeat;
    width:306px;
    height:24px;
    border:0;
    color:#007c52;
    font-size:0px;
    cursor:pointer;
    margin-bottom:10px;
}
#AdvSearchForm 
{
	background:url(../images/advsearchform-bottom.png) bottom center no-repeat;	
	font-size:12px;
	margin:0 auto;
	padding:10px;
	/*text-align:left;*/
	width:700px;
}
#AdvSearchForm .longinput
{
	border:1px solid #d2d2d2;			
	width:300px;
}
#AdvSearchForm p 
{
    text-align:left;
    padding-left:20px;
}

#contentwrapper {
	margin:0 auto 0 auto;
	padding-top:8px;
	text-align:left;
	width:955px;
}
#CTA1 {
	background:url(../../../images/banners/promoCtaBox1.jpg) bottom no-repeat;
	padding-bottom:120px;	
}
#CTA2 {
	background:url(../../../images/banners/promoCtaBox2.jpg) bottom no-repeat;
	padding-bottom:120px;
}
#footer {
	background:url(../images/bg-footer-top.gif) top no-repeat;
	color:#777;
	float:left;
	font-size:11px;
	font-weight:bold;
	margin:0;
	padding:0;
	width:100%;
}
#footer ul {
	margin:20px 0 0 0;
	padding:0;
}
#footer li, #footerWrap li {
	color:#007c52;
	display:inline;
	text-align:center;	
}
#footer a, #footerWrap a {
	color:#007c52;
	margin:0 0 0 0;
	padding:0 10px;
	text-decoration:none;
}
#footerWrap {
    color:#777;
	float:left;
	font-size:11px;
	font-weight:bold;
	margin:10px 0px 0px 0px;
	padding:0px 0px 30px 0px;
	width:100%;
    
}
#footerWrap p 
{
    float:left;
    padding:0px 10px 0px 0px;
    margin:0px 0px 0px 10px;  
}
#footerWrap ul {
    float:left;
    list-style:none;
    padding:0;
    margin:0;
}
#footerWrap li {
    float:left;
    
}


#header {
	background:url(../images/bg-header.png) no-repeat;
	float:left;
	height:135px;
	width:100%;
}
#headerleft {
	float:left;
	width:25%;
}
#headerright {
	float:right;
	width:70%;
}
.logo-top-left {
	border:0;
/*	float:left;*/
	margin-top:10px;
}
#middle {
	background:url(../images/bg-middle.gif) left repeat-y;
	float:left;
	width:957px;

}
#middle h1 {
	margin:15px 10px 5px 10px;
	padding:0;
}
#midleft
{
	background:#FFF url(../images/bg-midleft.gif) repeat-y;	
	float:left;
	width:198px;
	
}
#midright {
	background:#FFF url(../images/bg-middleright.gif) repeat-x;
	float:left;
	width:756px;
	overflow:hidden;
}

#navfamily {
	margin:35px 0 0 0;	
	text-align:right;	
	height:50px;
}
#navfamily img {
	border:0;	
	margin:0 10px;
}
#navfamily li {
	display:inline;	
}
#navgiftideas {
	margin:18px 0 0 0;	
	width:100%;	
	text-align:right;
}
#navgiftideas li {

}
#navgiftideas a {
	color:#007c52;
	font-size:16px;
	font-weight:bold;
	padding: 5px 10px;
	text-decoration:none;	
}
#navgiftideas a:hover 
{
	color:#07d18c;
}

#navsite {
	margin:0;
	padding:0;
}
#navsite li {
	margin:0;
	padding:0;
}
#navsite a {
	color:#FFF;
	font-size:12px;
	font-weight:bold;
	padding:5px 10px;
	text-decoration:none;
}
#searchbar
{
	background:url(../images/bg-searchbar.gif) top right no-repeat;	
	float:right;
    color:#2cb005;	
}
.search a.advsearch 
, #searchbar a.advsearch 
{
	margin-right:15px;
	color:#2cb005;
}
span.search
{
    display:inline-block;
    float:right;
    padding-top:6px;
}
span.advsearch
{
    display:inline-block;
    float:right;
    padding-top:8px;
    padding-right:10px;
}

span.search span
, span.search div,
span.advsearch span
, span.advsearch div
, #searchbar td 
{
	padding:0px 5px 0px 5px;
}
span.search input, span.search select ,#searchbar input, #searchbar select {
	margin:0;
	padding:0;
}
#searchbar input#Go
, span.search input.SearchButton
{
    background:url(../images/button-search.png) top no-repeat;
    border:0;
    width:20px;
    height:19px;    
    font-size:0;
    margin:0;
    padding:0;
    color:#FFFFFF;
    cursor:pointer;
    float:right;
}
/*
#searchbar 
{
	display:block;
}*/
#searchbar input, #searchbar select {
	margin:0;
	padding:0;
}
#searchbar input.SimpleSearchButton
, span.search input.SearchButton
{
    background:url(../images/button-search.png) top no-repeat;
    border:0;
    width:20px;
    height:21px;    
    font-size:0;
    margin:0;
    padding:0;
    color:#FFFFFF;
    cursor:pointer;
}
/*
#searchbar form 
{
	border:1px dashed red;
	display:block;
	float:left;	
	margin:6px 15px;
	padding:0;	
}*/
#shoppingbasket {
	background:url(../images/bg-shoppingbasket.gif);
	color:#777;
	font-size:12px;
	margin-bottom:15px;
	height:105px;
}
#shoppingbasket li {
	list-style:none;
	padding-top:15px;
}
#shoppingbasket p {
	margin:0;
	padding:0px 35px 0px 35px;

}
#shoppingbasket ul {
		background:url(../images/bg-shoppingbasket-ul.gif)top no-repeat;
		margin:0;
		padding:0;
}
#shoppingbasket .shoppingendcap {
	background:url(../images/bg-shoppingendcap.gif) bottom no-repeat;
}
#shoppingbasket .shoppingendcap p {
	margin:0;
	padding-bottom:5px;
/*	padding:10px 30px;*/
}
#shoppingbasket .shoppingendcap a {
	background:url(../images/bg-box1foot-a.gif) right no-repeat;
	color:#007c52;
	display:block;
	padding:5px 30px 5px 0;
	text-decoration:none;
}
#shoppingbasket .shoppingendcap a:hover 
{
    color:#07d18c;
}

#showoutput /* Use as javascript debug layer */
{
	background:Pink;
	border:1px solid red;
	color:Red;	
	/*display:none;*/
}

#signin {
	background:url(../images/bg-signin.gif) no-repeat;
	float:left;
	padding:10px 0 9px 15px;
}
#signin a 
{
	padding:0 10px;
}
#signinsearch {
	background:#f6f6f6 url(../images/bg-signinsearch.gif) repeat-x;
	float:left;
	height:32px;
	overflow:hidden;
	width:100%;
	font-size:12px;
	color:#007c52;	
}
#signinsearch a {
	color:#007c52;
	text-decoration:none;
}
#signinsearch a:hover {
	color:#07d18c;
}
#signinsearch a:active {
	color:red;
}

.headernav2 {
	float:right;
}
.headernav2 li {
	display:inline;
}
	
.box1 
{
    background:url(../images/bg-box1.gif) top repeat-x;
	margin:10px 0 0 0;
	padding:0;
}
.box1 h2, .box1 h2 a {
	color:#007c52;
	font-size:14px;
	margin:0;
	padding:6px 0 0 10px;
	text-decoration:none;
}

.box1 h3{
	color:#777777;
	font-size:13px;
	margin:0px 10px 5px 20px;
	padding:0px 0 0 0;

}
.box1 h3 a {
	text-decoration:none;
	color:#777777;
	background:url(../images/bg-box1-a-large.gif) right no-repeat;
	padding-right:15px;
}
.box1 p {
	color:#777777;
	font-size:11px;
	margin:1px;
	padding:0 10px 10px 20px;

}
.boxtop {
	padding:0;
}
.boxtop h2 {
	padding-bottom:20px;
}
p.box1foot {
	background:#e6f8ca;
	color:#007c52;
	margin:1px;
	padding:5px 0 5px 20px;
	text-decoration:none;
}
p.box1foot a {
	color:#007c52;
	padding:2px;
	text-decoration:none;
}
p.box1foot a {
	background: url(../images/bg-box1foot-a.gif) right no-repeat;
	padding-right:20px;
}
.box2 {

}
.box2 h2 {
	border-top:1px solid #d2d2d2;
	color:#007c52;
	font-size:14px;
	margin:10px 0 0 0;
	padding:12px 0 0 15px;
}
.box2 h2 a {
	color:#007c52;
	font-size:14px;
	text-decoration:none;
}
.box2 p a {
	color:#777777;
	font-size:11px;
	padding-right:15px;
	text-decoration:none;
	
}
.box2 p {
	margin:5px 15px;
	color:#777777;
	font-size:11px;
}
.box3 {
/*	background:url(../../images/bg-box3.gif) bottom no-repeat;*/
	margin:0;
}
.box3 h2 {
	border-top:1px solid #d2d2d2;
	color:#007c52;
	font-size:14px;
	margin:10px 0 0 0;
	padding:12px 0 0 15px;
}
.box3 h3 {
	background:url(../images/bg-phone.gif) right no-repeat;
	color:#c8e0a2;
	font-size:23px;
	margin:5px 1px 1px 15px;	
}
.boxtop {
	background:url(../images/bg-boxtop.gif) repeat-x;
}

.boxbottom {

}

/* About us page */
#AboutUs .AboutImageLeft 
{
    float:left;
    border: #d2d2d2 1px solid;
    padding:2px;
}
#AboutUs .AboutTextRight
{
    float:right;
}
#AboutUs .AboutImageRight 
{
    float:right;
    border: #d2d2d2 1px solid;
    padding:2px;
}
#AboutUs .AboutTextLeft
{
    float:left;
}
.box4 img
{
    margin:20px 0 0 0;
    border-top: 1px solid #d2d2d2;
    border-left: none;
    border-right: 1px solid #d2d2d2;
    height:80px;
    border-bottom:none;
    width:197px;
}
.box4 p
{
    margin:5px 15px;
    color:#007c52;
}
.box4 a
{
    color:#007c52;
    text-decoration:none;
}
.box4 a:hover 
{
	color:#2cb005;
}
.backToResource a
{
	color:#c72e28;
	font-size:12px;
	font-weight:bold;	
	padding:0;
	text-decoration:none;
	position:relative;
	top:-5px;
}

/* resources review page */
#resourcesview h2
{
    margin:10px 8px;
}
#resourcesview .backToResource a
{
    background:url(../images/bg-backtoresults.gif) no-repeat left;
	color:#c72e28;
	font-size:12px;
	font-weight:bold;	
	padding:2px 0px 0px 30px;
	text-decoration:none;
	position:relative;
}

/*quick sign up page */
#quicksignup
{
    margin-bottom:10px;
    
}

#quicksignup h2
{
    color:#EF3D31;
    
}
#quicksignup table
{
    padding-left:20px;
}
#quicksignup td
{
    font-size:11px;
    color:#777;
    padding-bottom:5px;
}
#quicksignup .textbox
{
    border:1px solid #777;
    width:115px;
    height:15px;
    color:#777;
}

#quicksignup p.bluebg
{
    padding:0px 0px 0px 10px;
    background:#FFd7D5;
}

#quicksignup .button
{
    
    width:80px;
    border:none;
    display:inline;
    background:url(../images/red_arrow_button.jpg)  right no-repeat #FFd7D5;
    color:#EF5148;
    padding:5px 15px 5px 0px;
    font-size:11px;
    cursor:pointer;
    margin:0px 0px 0px 0px;
    
}

/*****************************************/
/**Shopping Cart *************************/
/******************************************/
#checkoutshippingpage .orderoptionimg 
{
	border:1px solid green;
	float:left;
	width:200px;
}
#checkoutshippingpage .giftwrappingtotalprice 
{
	background:pink;
	border:1px solid green;
	display:block;
	float:left;
	text-align:left;
	width:100px;
}
#checkoutshippingpage .giftwrappingsmalltitle 
{
	background:orange;
	border:1px solid green;
	color:Green;
	float:left;
	width:200px;
	text-align:left;	
}
#checkoutshippingpage .ordercommenttitle 
{
	background:yellow;
	border:1px dashed red;
	float:left;
	font-weight:bold;
}
#checkoutshippingpage .orderoptionsummary 
{
	background:yellow;
	float:left;
	text-align:left;
	width:100%;
}
#checkoutshippingpage .ordersummarytitle
{
	background:aqua;
}

#checkoutshippingpage .personalizedmessage 
{
	border:1px solid green;
	float:left;
	text-align:center;
	width:285px;
}

/* shopping cart step 1 block 1 */
.pnlCartSummarySubTotals table, #pnlOrderOptions
{
   padding:0px 15px;
   float:right;
}

.cartSubTotalTable td.caption
{
   font-weight:bold;
   text-align:right;
   padding-right:20px;
}

.cartSubTotalTable td.amount
, .cartSubTotalTable td.priceCol
{
    padding-right:0px;
    text-align:right;
}


.cartSubTotalTable td.amount #ctl00_PageContent_ctrlCartSummary_lblTotal
{
    font-weight:bold;
}


#shoppingcartstep1 .btnTable
{
    margin:30px 0px 0px 0px;
    padding:0px 15px;
    width:100%; /*make the width 100% rather than a fixed width - thus not having to change this width whenever the parent container has its width changed */
/*    width:738px;*/
}

#shoppingcartstep1 .shoppingbasketblock1 .topBorderBlue
{
    background:url(../images/border-top-blue.gif) no-repeat;
    width:720px;
    height:8px;
    
}


/* shopping cart step 2 block 1 */
#shoppingcartstep2 .topBorderBlue,
#shoppingcartstep3 .topBorderBlue,
#shoppingcartstep4 .topBorderBlue,
#shoppingbasketstep5 .topBorderBlue
{
    background:url(../images/border-top-blue.gif) no-repeat;
    width:720px;
    height:8px;
    margin:10px 8px 0px 8px;
}
#shoppingcartstep1 #step1image img,
#shoppingcartstep2 #step1image img,
#shoppingcartstep3 #pnlHeaderGraphic img
{
    margin:0px 8px;
}

#shoppingcartstep1 .promoReminder
{
    width:698px;
    border-left:1px solid #3091CC;
    border-right:1px solid #3091CC;
    margin:0px 0px 0px 8px;
    padding:5px 10px;
}


#shoppingcartstep1 .shoppingbasketblock1
{
	background:url(../images/border-mid-blue.gif);
	margin:10px 8px 0px 8px;
	width:720px;
}
#shoppingcartstep2 .shoppingbasketblock1,
#shoppingcartstep3 .shoppingbasketblock1
{
	background:url(../images/border-mid-blue.gif);
	margin:0px 8px 0px 8px;
	width:720px;
}

#shoppingcartstep4 .shoppingbasketblock1
{
	background:url(../images/border-mid-blue.gif);
	margin:0px 8px 0px 8px;
	width:720px;
	padding:0px;
}
#shoppingbasketstep5 #message
{
    background:url(../images/border-mid-blue.gif);
	margin:0px 8px 0px 8px;
	width:640px;
    padding:40px;
}
#shoppingbasketstep5 #message .title
{
    margin:0px;
    padding-bottom:20px;
    color:#0077c0;
    font-size:14px;
    font-weight:bold;
}
#shoppingbasketstep5 #message .generalmessage b
{
    margin:15px 0px;
    float:left;
    width:100%;
}
#shoppingbasketstep5 #message .ordernumber,
#shoppingbasketstep5 #message .customernumber
{
    width:100%;
}
#shoppingbasketstep5 #message .printreceipt
{
    width:100%;
    margin-top:20px;
}
#shoppingbasketstep5 img
{
    margin:0px 8px;
}
#shoppingcartstep4 form
{
    margin:0px;
    padding:0px;
}

#shoppingcartstep2 .shoppingbasketblock1 .shoppingbasketblock1content
{
    padding:0px 45px;
}
#shoppingcartstep4 img#checkoutheadergraphic 
{
    margin:0px 8px;
}
#shoppingcartstep1 #shoppingitemheading
{
    padding:10px 0px 10px 18px;
    margin:0px 0px 0px 2px;
    border-bottom: 1px solid #d2d2d2;
    width:698px;
}
#shoppingcartstep1 #shoppingitemheading h2
{
    margin:0px;
    color:#007C52;
}

.shoppingcartitemTable .shoppingcartitemsHeading th
{
    height:25px;
    border-bottom:1px solid #d2d2d2;
    
}

.shoppingcartitemTable .shoppingcartitemsHeading th.firstheading
{
    padding-left:20px;
}

.shoppingcartitemTable th.priceCol
, .shoppingcartitemTable td.priceCol
{
    padding-right:25px;
    text-align:right;
}

.shoppingcartitemTable td.priceCol td
{
    text-align:right;
}

.shoppingcartitems .picCol
{
    width:84px;
    height:60px;
    text-align:center;
    vertical-align:middle;
}


#displaysummary .picCol
{
    height:170px;
}
.displaysummary .CartDeleteButton,
.shoppingcartitems .CartDeleteButton
{
    margin-top:20px;
}
#shoppingcartstep1 .shoppingcartitems hr
{
    height:1px;
    width:716px;
    color:#d2d2d2;
}
#shoppingcartstep1 #pnlOrderOptions
{
    padding:0px 20px;
}
#shoppingcartstep1 .shoppingcartboxbottom,
#shoppingcartstep2 .shoppingcartboxbottom,
#shoppingcartstep3 .shoppingcartboxbottom,
#shoppingcartstep4 .shoppingcartboxbottom,
#content .receiptbottom
{
    background:url(../images/border-bot-blue-plain.gif) no-repeat;
    width:720px;
    height:10px;
    margin:0 8px;
}   
.shoppingcartboxtop
{
    background:url(../images/border-top-blue.gif);
    width:720px;
    height:8px;
    margin:10px 8px 0px 8px;
    padding:0px;
}  
#shoppingcartstep1 #updatebottom
{
    text-align:right;
    padding:15px 10px 10px 0px;
    width:705px;
} 
#shoppingcartstep1 #BtnApplyCoupon
{
    margin:0px 10px 0px 0px;
}
#shoppingcartstep1 #tablespacingtop
{
    background:url(../images/border-top-blue.gif) no-repeat;
    width:720px;
    height:8px;
}
.shoppingcartitems p
{
	margin:0 20px;
}
.shoppingcartitems span.grey
{
	color:#777;
}
.grey_line 
{
    border-bottom: 1px solid #d2d2d2;
    height:2px;
    width:716px;
    margin:20px 0px 15px 2px;
}
.shoppingbasketerror
{
    margin:0px 8px;
    color:Red;
}
#btnEditAddress {
    background: url(../images/button_edit_address.gif) no-repeat right;
    display: block;
    height: 21px;
    width: 113px;
    text-decoration:none;
    padding-left:10px;
}
#btnEditAddress span {
    visibility: hidden;
}
#shoppingcartstep3 #pnlPaymentOptions
{
    padding:10px 20px;
}
#shoppingcartstep3 #pnlPaymentOptions td
{
    padding:0px 5px 0px 0px;
    vertical-align:top;
}
#shoppingcartstep3 #paymentPanes
{
    padding:0px 5px;
}
#shoppingcartstep3 .PaymentPageContinueCheckoutButton
{
    text-align:right;
    
}
#shoppingcartstep4 .CheckoutReviewContent
{
    padding:30px 20px 30px 20px;
    margin:0px;
}
#shoppingcartstep4 .CheckoutReviewContent2
{
    padding:0px 0px 0px 0px;
    margin:0px;
}
#shoppingcartstep4 .CheckoutReviewContent2 .checkoutreviewheader
{
    margin:0px; 
    color:#0077c0;
    font-size:14px;
    font-weight:bold;
}
#shoppingcartstep4 .CheckoutReviewContent2 .checkoutpadding
{
    padding:10px 20px;
}
#buttonedit 
{
    width:720px;
    margin:10px 12px 0px 0px;
    text-align:right;
}

#buttonedit #buttoneditdetails
{
    background:url(../images/button-edit-details.gif) no-repeat;
    width:190px;
    height:23px;
    display:block;
    float:right;
}
#buttonedit #buttoneditdetails span
{
    display:none;
}
#shoppingcartstep4 #btnContinueCheckout1,
#shoppingcartstep4 #btnContinueCheckout2
{
    background:url(../images/button-place-order.gif) no-repeat;
    width:190px;
    height:23px;
    border:0;
    font-size:0px;
    text-align:right;
    float:right;
    text-align:left;
    color:#0077c0;
    cursor:pointer;
}
#shoppingcartstep4 #btnContinueCheckout2
{
    float:left;
    margin-left:530px;
    margin-bottom:10px;
}
/* end shopping cart step 1 block1 */
/* end shopping cart step 1 block2 */

/* shopping basket block 2 */
#shoppingbasketblock2  
{
	background:url(../images/border-mid-blue.gif) repeat-y;
	margin:0px 8px 0px 8px;
	width:720px;
	padding:0px;

}
#shoppingbasketblock2 h3
{
    margin:0px;
    padding:10px 20px;
    color:#007C52;
    font-size:16px;
}
#shoppingbasketblock2 .labelOrderNotes
{
    width:330px;
    padding:0 10px 10px 20px;
}
#shoppingbasketblock2 .labelCouponNotes
{
    width:210px;
    padding:0 10px 10px 16px;
}
#shoppingbasketblock2 .boxOrderNotes
{
    width:340px;
    padding-bottom:10px;
}
#shoppingbasketblock2 .boxOrderNotes #OrderNotes
{
    width:330px;
}

#shoppingbasketblock2 .upsellupdatebtn
{
    float:right;
    margin:10px 30px 0px 0px;
}
#shoppingbasketblock2 .productupselltitle
{
    float:left;
    width:680px;
	background:#2bade7 url(../images/bg-productrelatedtitle.gif) right no-repeat;
	color:#FFF;
	font-size:12px;
	font-weight:bold;
	padding:2px 18px;
	text-transform:uppercase;
	margin:20px 0px;
}

#coupontable .CouponCode
{
    width:330px;
}

/* Coupon Extra Info */
#couponExtraTable .CouponCodeExtraInput
{
    width:307px;
}
#couponExtraTable 
{
    border:1px solid #2cb005; padding:10px 15px; width:680px; margin-left:15px;
}
#couponExtraTable .couponExtraInfoError 
{
    color:Red;
    font-weight:bold;
}
#couponExtraTable .cEHead 
{
    color:#007c52; padding-bottom:5px; font-weight:bold;
}
#couponExtraTable .cEfield1 
{
    width:198px;
    padding-right:10px;
}
/* END - Coupon Extra Info */
#shopcoupontable
{
    margin:5px 5px;
    padding:0px;
    position:relative;
    left:-18px;
    border-top:1px solid #d2d2d2;
}
#shopcoupontable h3
{
    margin:0px;
    padding:10px 18px;
    color:#007C52;
    font-size:16px;
}

#shoppingcartstep2 #displaysummary .displaysummaryshoppingitem,
#shoppingcartstep3 #displaysummary .displaysummaryshoppingitem,
#shoppingcartstep4 #displaysummary .displaysummaryshoppingitem
{
    border-left:1px solid #d2d2d2;
    border-right:1px solid #d2d2d2;
    margin:0px 8px;
    padding:10px 0px;
    width:718px;
}
#shoppingcartstep4 .shoppingbasketblock2
{
    border-left:1px solid #d2d2d2;
    border-right:1px solid #d2d2d2;
    margin:0px 8px;
    padding:0px 0px;
    width:718px;
}
#shoppingcartstep2 #displaysummary .displaysummaryshoppingitemtop,
#shoppingcartstep3 #displaysummary .displaysummaryshoppingitemtop,
#shoppingcartstep4 #displaysummary .displaysummaryshoppingitemtop
{
    width:720px;
    height:10px;
    background:url(../images/border-top-grey.gif) no-repeat;
    position:relative;
    top:-10px;
    left:-1px;
}
#shoppingcartstep4 .shoppingbasketblock2top
{
    width:720px;
    height:10px;
    background:url(../images/border-top-grey.gif) no-repeat;
    margin:10px 8px 0px 8px;
}
#shoppingcartstep2 #displaysummary .displaysummaryshoppingitembottom,
#shoppingcartstep3 #displaysummary .displaysummaryshoppingitembottom,
#shoppingcartstep4 #displaysummary .displaysummaryshoppingitembottom
{
    width:720px;
    height:10px;
    background:url(../images/border-bot-grey.gif) no-repeat;
    position:relative;
    top:10px;
    left:-1px;
}

#shoppingcartstep4 .shoppingbasketblock2bottom
{
    width:720px;
    height:10px;
    background:url(../images/border-bot-grey.gif) no-repeat;
    position:relative;
    margin:0px 8px;
}
#shoppingcartstep2 .updatebuttonblock,
#shoppingcartstep4 .updatebuttonblock
{
    margin:10px 8px;
    text-align:right;
    padding-right:10px;
    width:710px;
}
#shoppingcartstep3 .updatebuttonblock
{
    margin:0px 8px;
    text-align:right;
    padding-right:10px;
    width:710px;
}
/*
#shoppingcartstep2 #displaysummary .displaysummary
{
    width:718px;
    background-color:#e2f4fc;
    border-left:1px solid #0073bb;
    border-right:1px solid #0073bb;
	margin:10px 8px 10px 8px;
	padding-bottom:10px;
	float:left;
}
*/
#shoppingcartstep2 #displaysummary .displaysummary,
#shoppingcartstep3 #displaysummary .displaysummary,
#shoppingcartstep4 #displaysummary .displaysummary
{
    width:718px;
    background-color:#e2f4fc;
    border-left:1px solid #0073bb;
    border-right:1px solid #0073bb;
	margin:10px 8px 10px 8px;
	float:left;
}
#shoppingcartstep2 #displaysummary .displaysummarytop,
#shoppingcartstep3 #displaysummary .displaysummarytop,
#shoppingcartstep4 #displaysummary .displaysummarytop
{
    background:url(../images/border-top-blue-full.gif);
    width:720px;
    height:12px;
    position:relative;
    top:-12px;
    left:-1px;
}
/*#shoppingcartstep2 #displaysummary .displaysummarybottom
{
    background:url(../images/border-bot-blue-full.gif);
    width:720px;
    height:12px;
    position:relative;
    top:22px;
    left:-1px;
}*/
#shoppingcartstep2 #displaysummary .displaysummarybottom,
#shoppingcartstep3 #displaysummary .displaysummarybottom,
#shoppingcartstep4 #displaysummary .displaysummarybottom
{
    background:url(../images/border-bot-blue-full.gif) bottom;    
    width:720px;
    height:12px;
    position:relative;
    left:-1px;
    float:left;
}

#shoppingcartstep2 #displaysummary .displaysummarysubheading,
#shoppingcartstep3 #displaysummary .displaysummarysubheading,
#shoppingcartstep4 #displaysummary .displaysummarysubheading
{
    margin:0px; 
    color:#0077c0;
    font-size:14px;
    font-weight:bold;
}

#shoppingcartstep2 #displaysummary p.text,
#shoppingcartstep3 #displaysummary p.text,
#shoppingcartstep4 #displaysummary p.text
{
    margin:5px 0 10px 0;
}
#shoppingcartstep2 #displaysummary .ordersummaryblock,
#shoppingcartstep3 #displaysummary .ordersummaryblock,
#shoppingcartstep4 #displaysummary .ordersummaryblock
{
    width:400px;
    padding-left:20px;
}
#shoppingcartstep2 #displaysummary .displaysummarytotal,
#shoppingcartstep3 #displaysummary .displaysummarytotal,
#shoppingcartstep4 #displaysummary .displaysummarytotal
{
    float:right;
    font-size:18px;
    font-weight:bold;
    width:400px;
    margin-right:20px;
}
#shoppingcartstep2 #displaysummary .editshoppingbasket,
#shoppingcartstep3 #displaysummary .editshoppingbasket,
#shoppingcartstep4 #displaysummary .editshoppingbasket
{
    background:url(../images/button-edit-shopping-basket.gif) no-repeat;
    width:190px;
    height:23px;
    display:block;
    font-size:0px;
    text-decoration:none;
    margin-left:520px;
    text-align:left;
    color:#0077c0;
}
#shoppingcartstep3 #displaysummary .editshoppingbasket
{
    margin-top:10px;
    margin-bottom:10px;
}
#displaysummary .picCol
{
    width:300px;
    vertical-align:middle;
}
#displaysummary .DescCol
{
    width:300px;
    padding:10px 0px;
}
#displaysummary .QuantityCol
{
    padding:10px 0px;
    font-weight:bold;
}

/* block 3 */
#shoppingcartstep1 .shoppingbasketblock3
{
    width:680px;
    background-color:#e2f4fc;
    border-left:1px solid #0073bb;
    border-right:1px solid #0073bb;
	margin:0px 8px 0px 8px;
	padding:0px 19px 10px 19px;
}
#shoppingcartstep1 .shoppingcartboxtopblue
{
    background:url(../images/border-top-blue-full.gif);
    width:720px;
    height:12px;
    margin:10px 8px 0px 8px;
    padding:0px;
}
#shoppingcartstep1 .shoppingcartboxbottomblue
{
    background:url(../images/border-bot-blue-full.gif);
    width:720px;
    height:12px;
    margin:0px 8px 0px 8px;
    padding:0px;
}






.shoppingbasketblock3 h3
{
    margin:0px;
    color:#0077c0;
    font-size:16px;
    padding:5px 0px 10px 0px;
}
.shoppingbasketblock3 #subtotal
{
    float:right;
    font-size:18px;
    padding-top:20px;
    font-weight:bold;
}
#AlternativeCheckouts
{
    background:url(../images/border-round-grey.gif) no-repeat;
    width:232px;
    height:130px;
    text-align:center;
    padding:10px 0px;
}
#AlternativeCheckouts h3
{
    margin:0px;
    color:#0077c0;
    font-size:16px;
    padding:0px 0px 5px 0px;
}
#NormalCheckoutbottom
{
    width:232px;
    text-align:right;
    padding:13px 0px 0px 0px;
}
.tablebottom
{
    width:720px;
    text-align:right;
    margin:10px 8px;
}
#btnContinueShoppingBottom
{
    margin:15px 10px 0 0;
}

#CheckoutSequence img#CheckoutMap
{
    margin:0px 8px;
    padding-bottom:10px;
}

/* shipping not found -- added by roy */

.shippingnotfound .shippingnotfoundimage
{
    
    width:119px;
    height:95px;
}

.shippingnotfound .shippingnotfoundimage img 
{
    
    border:none;
    
}

.shippingnotfound .shippingnotfoundfont
{
    
    
}

.shippingnotfound .shippingnotfoundfont h3
{
    padding:0px;
    margin:0px;   
    color:#29ade7;
}

.shippingnotfound .shippingnotfoundfont h3 a
{
    color:#29ade7;
    text-decoration:none;
    padding:0px;
    margin:0px;
}

.shippingnotfound .shippingnotfoundfont p
{
    padding:2px 0px 2px 0px;
    margin:2px 0px 2px 0px;
    line-height:16px;
}

#shippinginfo
{
    float:left;
    margin:10px 0px 0px 8px;
}

/*** End Shopping cart ***/


/**** One Page checkout ***/
.addressTable .smallBlueBoxTop
{
    width:351px;
    height:11px;
    background:url(../images/blue-box-small-top.gif) no-repeat;
}

.addressTable .smallBlueBox
{
    width:349px;
    border-left:1px solid #008A5F;
    border-right:1px solid #008A5F;
    
}

.BlueBoxHeading
{
    padding:3px 24px 15px 25px;
    color:#007C52;
    font-size:16px;
    font-weight:bold;
    border-bottom:1px solid #d2d2d2;
    text-align:left;
}

.BlueBoxHeading a 
{
    float:right;
}

.addressTable .addressFields
{
    padding:15px 0px 9px 25px;
    text-align:left;
}

.addressTable table td
{
    padding-bottom:3px;
    
}

.addressTable table td input
{
    width:213px;
    padding:3px 0px;
}
.addressTable table td select
{
    width:217px;
    padding:3px 0px;
}


.addressTable .smallBlueBoxBottom
{
    width:351px;
    height:11px;
    background:url(../images/blue-box-small-bottom.gif) no-repeat;
}

#onepageCheckOut .fullblueboxtop
{
    background:url(../images/border-top-blue.gif) no-repeat;
    width:720px;
    height:8px;
}

#onepageCheckOut .fullbluebox
{
    border-left:1px solid #008A5F;
    border-right:1px solid #008A5F;
    width:718px;
}

#onepageCheckOut .fullblueboxbottom
{
    background:url(../images/border-bot-blue-plain.gif) no-repeat;
    width:720px;
    height:10px;
    
}

#onepageCheckOut .blueBoxWrapper
{
    padding:12px 24px;
}


.watermarked
{
    font-style: italic;
	color: #BBBBBB;
}

.ContactInput
{
    width:250px;
}
.watermarkedContactInput
{
    font-style: italic;
	color: #BBBBBB;
    width:250px;
}
/* start size and color dropdowns */
select.SizeSelectDropdown,
select.ColorSelectDropdown
{
    width:125px;
    border:1px solid #d2d2d2;
}
/* end size and color dropdowns */

/* start inventory table on the product page */
.productdetailinventory
{
    clear:both;
    width:100%;
    color: rgb(102, 102, 102);
	margin-top:0px;
	padding-top: 0px; 
}
.productdetailinventory table
{
    margin-top:5px;
}
.productdetailinventory table tr td
{
    padding: 2px 4px 2px 4px;
    border: solid 1px #eeeeee;
}
/* end inventory table on the product page */

/* Contact Page */
.contactTableTop td 
{
    padding:3px 0 2px 5px;
}
.contactTableTop td.First
{
        	width:225px;
        	text-align:right;
        	vertical-align:top;
        	font-weight:bold;
}
.contactTableTop td.Second
{
        	width:505px;
        	text-align:left;
        	/* vertical-align:top; */
        	font-size:12px;
        	vertical-align:middle;
}

.contactTableTop td.Second input, 
.contactTableTop td.Second textarea
{
            font-family: Arial;
        	font-size:12px;
}
