/*	===============================================
	BASIC FORM CLASSES (Contact, CustomerReg/Edit)
	=============================================== */
#formBG {
	padding: 1px;
	margin-right: 1px;
	background: #eee;
}
#formBG form {
	padding: 10px 10px 10px 40px;
	}
#formBG fieldset {
	padding: 8px;
	margin: 4px 0;
	}
#formBG div {padding: 5px;}
#formBG span {
	font-weight: bold;
	line-height: 160%;
	}
#formBG input, #formBG textarea {
	margin: 2px 0;
	}

/* =====================================================
	ORDER FORM CLASSES (Order: Review/Checkout/CustomerInfo)
	===================================================== */
/*	Form in OrderReviewInc.asp and OrderCheckoutInc.asp
====================================== */
#orderFormBG {}
#orderFormBG table .rowBg1 {background: #fff;}
#orderFormBG table .rowBg2 {background: #eee;}
#orderFormBG table td {border: 1px solid #aaa;}
#orderFormBG .infoTable td {
	background: #fff;
	border: 1px solid #eee;
}
#orderFormBG .submitColored {
	height: 28px; 
	border: 1px #fff solid; 
	background: url('../imgPG/sx_colorSec.png'); 
	color: #fff;
}

/*	Form in OrderCostomerInforInc.asp
====================================== */
#regFormBG {
	padding-bottom: 10px; 
	margin: 20px 0; 
	background: url('../imgPG/sx_colorGray10.png') left top repeat;
	line-height: 100%;
	}
#regFormBG h2 {
	font-family: verdana, arial, georgia;
	background: url('../imgPG/sx_headerSec.png') left bottom repeat; 
	font-weight:bold;
	padding: 10px;
	color: #eee;
	margin-top: 0;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	}

#regFormBG .infoText {
	margin: 2px;
	padding: 2px; 
	background: #fff;
	line-height: 120%;
	border-left: 12px solid #e5e5e5;
	border-right: 12px solid #e5e5e5;
	}
#regFormBG .infoText h3 {
	margin: 0;
	padding: 0; 
	}
#regFormBG .infoText div {
	padding: 0 2px 2px 6px; 
	}
#regFormBG .infoText a {
	padding: 2px 2px 2px 12px; 
	background: url('../imgPG/sx_dotC1.gif') left 3px no-repeat; 
	}
#regFormBG .infoText a:hover {
	padding: 2px 2px 2px 12px; 
	background: url('../imgPG/sx_dotC4.gif') left 3px no-repeat; 
	}

#regFormBG .checkLightStyle {border: 0; background: transparent;}

/*	===================================================
	CHANGE CLASS IN SUBMITS FOR ADD TO CART/WISHES
	=================================================== */
.inputWishImg1 {
	cursor: hand;
	border: 0px;
	height: 20px;
	width: 22px;
	font-size:22px;
	padding:0;
	margin:0;
	background: url('../imgPG/sx_sybWishesB5.png') center center no-repeat;
	}
.inputWishImg2 {
	cursor: hand;
	border: 0px;
	height: 20px;
	width: 22px;
	font-size:22px;
	padding:0;
	margin:0;
	background: url('../imgPG/sx_sybWishesB4.png') center center no-repeat;
	}
.inputAddImg1 {
	cursor: hand;
	border: 0;
	height: 51px;
	width: 50px;
	font-size:22px;
	padding:0;
	margin:0;
	background: url('../imgPG/sx_sybCardBB20.png') center center no-repeat;

	}
.inputAddImg2 {
	cursor: hand;
	border: 0;
	height: 51px;
	width: 50px;
	font-size:22px;
	padding:0;
	margin:0;
	background: url('../imgPG/sx_sybCardBB91.png') center center no-repeat;
	}
.inputAddImgNA {
	cursor: hand;
	border: 0;
	height: 20px;
	width: 22px;
	font-size:22px;
	padding:0;
	margin:0;
	background: url('../imgPG/sx_sybcardTB5.gif') center center no-repeat;
	}

/*	FOR INPUT IMAGES IN PRODUCT DETAILS */
#submitImgBG {float:right;
	background: #fff;
	padding: 0 0 4px 4px;
}
#submitImgBG div {display: inline-block;
	background: url('../imgPG/sx_headerGray.png') left -16px repeat-x;
	padding: 8px 6px 3px 6px;
}

.inputWishImgDetails1 {
	cursor: hand;
	border: 0px;
	height: 32px;
	width: 52px;
	font-size:32px;
	padding:0;
	margin:0;
	background: #fff url('../imgPG/sx_sybWishes51.png') center center no-repeat;
	}
.inputWishImgDetails2 {
	cursor: hand;
	border: 0px;
	height: 32px;
	width: 52px;
	font-size:32px;
	padding:0;
	margin:0;
	background: #fff url('../imgPG/sx_sybWishes4.png') center center no-repeat;
	}
.inputAddImgDetails1 {
	cursor: hand;
	border: 0;
	height: 51px;
	width: 50px;
	font-size:32px;
	padding:0;
	margin:0;
	background: #fff url('../imgPG/sx_sybCardBB20.png') center center no-repeat;
	}
.inputAddImgDetails2 {
	cursor: hand;
	border: 0;
	height: 51px;
	width: 50px;
	font-size:32px;
	padding:0;
	margin:0;
	background: #fff url('../imgPG/sx_sybCardBB91.png') center center no-repeat;
	}

/*	===================================================
	SEARCH CLASSES
	=================================================== */
#searchFormBG {
	margin-bottom: 10px;
	background: url('../imgPG/sx_colorGray10.png') left top repeat;
	border: 1px solid #fff;
	color:#000;
   }
#searchFormBG form {
	padding: 8px;
   }

#searchResultsBG {
  }

#searchResultsBG Table {}
#searchResultsBG Table d th {}
#searchResultsBG Table {}

#searchResultsBG .resultsTR td  {
	border: 1px solid #ddd;
	background: #fff url('../imgPG/sx_colorGray10_.png') left top repeat;
	}

/* Search table For Creation of PDF Files 
	============================ */
#searchResultsBG .innerTble {float:right;border: 0;padding: 0: margin:0}
#searchResultsBG .innerTble td {border: 0;padding: 1px}

/*	
	END
	========================== */