.searchBtn {
	font-size: 75%;
}
.searchBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #FF9FC7;
}
.textbox {
	background-color: #fffffF;
	border: 1px solid #FF9FC7;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.textboxDisabled {
	background-color: #FFFFFF;
	border: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

form, ol, ul {
	margin: 0px;
	padding: 0px;
}

li {
	list-style-position: inside;
	margin: 0px;
	padding: 0px;
}

li.bullet {
	list-style-type: square;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #000000;	
}
/* for the menu */
.colLeft li.bullet, .colLeftCheckout li.bullet {
	list-style-type: none;
}

li.bulletLrg {
	list-style-type: square;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;	
}
li.num {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #000000;		
}
li.account {
	list-style-type: square;
	padding-top: 5px;
	padding-bottom: 5px;
}
.txtSession {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;

	color: #FF9FC7;
}

.txtCopy, .txtSiteDocs {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #000000;
}
a.txtSession, a.txtSiteDocs {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #000000;
	text-decoration: none;
}
a.txtSession:hover, a.txtSiteDocs:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: underline;
}

/*button*/
a.txtButton {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FF9FC7;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
	
	padding: 1px 5px 1px 5px;

	border: 1px solid #000000;
}

a.txtButton:hover {
	color: #000000;
}

.txtOldPrice {
	text-decoration: line-through;
}
.txtSale {
 	color: #FF0000;
}
.txtOutOfStock {
	color: #FF0000;
}
.txtSiteDocs, a.txtSiteDocs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #333333;
	text-decoration:none;
}
a.txtSiteDocs:hover {
 	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #FF9FC7;
	text-decoration:none;
}
.txtDefault, a.txtDefault, a.txtLink, a.txtLocation {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	line-height: 2;
}
a.txtDefault:hover, a.txtLink:hover, a.txtLocation:hover {
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FF9FC7;
	text-decoration: underline;
}
.txtContentTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight: bold;
	color: #000000;
}
.txtBoxSave {
	color: #F90707;
	padding-left: 16px;
}

.tdListTitle {
	background-color: #FCEFF4;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	height: 30px;
	padding-left: 5px;
}
.tdEven {
	background-color: #FFFFFF;
	padding: 5px;
}

.tdOdd {
	border-top: 1px solid#Cccccc;
	background-color: #ffffff; /*#FCEFF4;*/

	padding: 5px;
}

.txtCartPrice {
	float: right;
	color: #000000;
	padding-right: 3px;
}
.txtCart {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #000000;
}
.cartTotal {
	border-top: 1px dashed #FF9FC7;
	width: 158px;
	padding-top: 2px;
	margin-top: 3px;
}
a.txtCartProduct:active, a.txtCartProduct:link, a.txtCartProduct:visited {
	text-decoration: none;
	color: #000000;
}
a.txtCartProduct:hover {
	text-decoration: none;
	color: #FF9FC7;
}

a.txtviewCart:active, a.txtviewCart:link, a.txtviewCart:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FF9FC7;
	text-decoration: none;
	font-weight: bold;
	padding: 1px 5px 1px 5px;
	border: 1px solid #000000;
}
a.txtviewCart:hover {
	color: #000000;
}
.cartProgress {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #666666;
	padding: 4px;
	border: 1px solid #CCCCCC;
	width: 350px;
	margin: 5px auto auto auto;
}
.txtcartProgressCurrent {
	color: #FF9FC7;
	font-weight: bold;
}
.quickBuy {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}
.tdcartTitle {
	font-weight: bold;
	color: #000000;
	background: transparent url(../styleImages/ulbg.png);

	padding-left: 5px;
	line-height: 20px;

	margin-bottom: 5px;
}
.tdcartEven {
	border-bottom: 1px dotted #CCCCCC;
}
.tdcartOdd {
	background-color: #FFFFFF;
}
.trCartSubTotal {
	padding-top: 10px;
	border-top: 1px solid #666666;
}
a.txtCheckout, a.txtUpdate, .submit, .searchBtn {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FF9FC7;
	background-color: #FCEFF4;
	text-decoration: none;
	font-weight: bold;
	padding: 3px;
	border: 1px solid #FF9FC7;
	text-align: center;
}


.txtStockWarn {
	font-size: 75%;
	color: #FF0000;
}
.txtError {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #050F72;
	background-color: #FFCECE;
	border: 1px solid #FF0000;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}

div.txtCopyright {
	background: url(../styleImages/backgrounds/middle.png);
	width: 880px;
	height: 30px;
	margin: 0 auto;
}
.txtCopyright, a.txtCopyright {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 5px;
	color: #000000;
}
a.txtCopyright:hover {
	text-decoration: none;
}
.dropDown {
	width: 120px;
}

.split {
	width: 860px;
	height: 30px;

	background: url(../styleImages/ulbg.png);
	line-height: 29px;

	color: #FF9FC7;

	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;

}

.split#top {
	margin-bottom: 15px;
}

.split#bottom {
	position: relative;
	bottom: -60px;
	text-align: center;
	margin: 0 auto;

	font-size: 75%;
	font-family: Verdana, Arial, "sans-serif";
}

.split a:link, .split a:active, .split a:visited {
	color: #FF9FC7;
}

.split a:hover {
	color: #000000;
}
#search {
	width: 280px;
	height: inherit;
	padding-left: 10px;
	float: left;
}

#session {
	width: 460px;
	height: inherit;

	padding-left: 10px;
	padding-right: 10px;
	float: right;

	text-align: right;
}

.boxContent form.loginForm table tr td,
.boxContent form#profileForm tr td,
.boxContent form#changePass tr td,
.boxContent form#registerForm tr td {
	height: 20px;
	color: #000000;

	padding: 5px;
}

.boxContentRight #mailList strong {
	line-height: 2;
}

.cartSubTotal {
	height: 50px;
}


.cartFormFooter {
	padding-top: 10px;
}

.cartFormFooter#cFF_bottom {
	text-align: left;
}

tr.trHeader td.tdcartTitle {
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
