.searchBtn {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 80%;
	text-align: center;
	font-weight: normal;
	text-transform: uppercase;
	color: #000000;
}
.searchBox {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 80%;
	color: #ED1796;
	border: 1px dotted #999999;
	background-color: #FFFFCC;
}
.textbox {
	background-color: #FFFFCC;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #333333;
	border: 1px dotted #999999;
}
.textboxDisabled {
	background-color: #FFFFFF;
	border: none;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #000000;
}
.submit {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 100%;
}
form, ol, ul {
	margin-bottom: 10px;
	float: none;
}
li {
	list-style-position: inside;
	margin: 0px;
	padding: 0px;
}
li.bullet {
	list-style-type: none;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 70%;
	list-style-image: url(../styleImages/bullit.gif);
}
li.bulletLrg {
	list-style-type: none;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 100%;
	color: #B4FE00;
	list-style-image: url(../styleImages/bullit.gif);
}
li.num {
	list-style-image: url(../styleImages/bullit.gif);
	list-style-type: none;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 70%;
}
li.account {
	list-style-type: square;
	padding-top: 5px;
	padding-bottom: 5px;
}
.txtSession {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 80%;
	color: #999999;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
}
a.txtSession {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 70%;
	color: #ED1796;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
} 
a.txtSession:hover {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 70%;
	color: #333333;
} 
.txtSessionGrey {
	color:	#666666;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 70%;
	text-transform: uppercase;
}
.txtCopy, .txtSiteDocs {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 70%;
	color: #333333;
}
a.txtSiteDocs {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 70%;
	color: #333333;
	text-decoration: none;
}
a.txtSiteDocs:hover {
	font-family: Helvetica, Arial, sans-serif;
	color: #EC058E;
	text-decoration: underline;
}
a.txtButton {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #E81693;
	padding: 2px;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
}
a.txtButton:hover {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #999999;
	padding: 2px;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
}

.txtOldPrice {
	text-decoration: line-through;
}
.txtSale {
 	color: #ec008c;
}
.txtOutOfStock {
	color: #ec008c;
}
.txtSiteDocs, a.txtSiteDocs {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 55%;
	color: #CCCCCC;
	text-decoration:none;
	line-height: 30px;
	text-transform: uppercase;
}
a.txtSiteDocs:hover {
 	font-family: Helvetica, Arial, sans-serif;
	color: #333333;
	text-decoration:none;
}
.txtDefault, a.txtDefault, a.txtLink, a.txtLocation {
	font-family: Helvetica, Arial, sans-serif;
	color: #333333;
	text-decoration:none;
	text-transform: none;
}
a.txtDefault:hover, a.txtLink:hover, a.txtLocation:hover {
	color: #000000;
	text-decoration:none;
	background-image: url(../styleImages/zag.gif);
	background-repeat: repeat-x;
	background-position: left center;
}
.txtContentTitle {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 110%;
	font-weight: normal;
	font-style: normal;
	color: #666666;
	text-transform: uppercase;
}
.txtBoxSave {
	color: #F90707;
	padding-left: 16px;
}
.tblList {
}
.tdListTitle {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	color: #333333;
	border-bottom: 1px dotted #666666;
	font-style: normal;
	border-top-color: #666666;
}
.tdEven {
	background-color: #FFFFFF;
}
.tdOdd {
	background-color: #FFFFFF;
}
.txtCartPrice {
	float: right;
	color: #ec008c;
	padding-right: 3px;
}
.txtCart {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 70%;
	color: #333333;
	text-transform: uppercase;
	line-height: 20px;
}
.cartTotal {
	width: 150px;
	padding-top: 2px;
	margin-top: 3px;
}
a.txtCartProduct:active, a.txtCartProduct:link, a.txtCartProduct:visited {
	text-decoration: none;
	color: #333333;
}
a.txtCartProduct:hover {
	text-decoration: none;
	color: #FF3300;
}
a.txtviewCart:active, a.txtviewCart:link, a.txtviewCart:visited {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 70%;
	font-weight: bold;
	color: #ED1391;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
}
a.txtviewCart:hover {
	color: #ED1796;
}
.cartProgress {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	color: #666666;
	width: 350px;
}
.txtcartProgressCurrent {
	color: #ED1896;
	font-weight: bold;
}
.quickBuy {
	text-align: left;
	font-family: Helvetica, Arial, sans-serif;
	color: #666666;
}
.tdcartTitle {
	font-weight: bold;
	color: #333333;
	border-bottom: 1px dotted #666666;
}
.tdcartEven {
	background-color: #FFFFFF;	
}
.tdcartOdd {
}
.tdCartSubTotal {
	padding-top: 10px;
	border-top: 1px dotted #666666;
}
a.txtCheckout {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	padding: 2px;
}
a.txtUpdate {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #EC008C;
	background-color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	padding: 2px;
}
.txtStockWarn {
	font-size: 70%;
	color: #FF0000;
}
.txtError {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #FF0000;
	background-color: #FFFFFF;
	border: 1px solid #FF0000;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}
.txtCopyright, a.txtCopyright {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 6px;
	color: #FFFFFF;
	height: auto;
	width: 748px;
	margin-bottom: 0px;
	margin-left: 200px;
	text-transform: uppercase;
}
a.txtCopyright:hover {
	text-decoration: none;
}
.dropDown {
	width: 120px;
}
.txtBag {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 70%;
	color: #333333;
}
.txtBagPrice {
	color: #ec008c;
	padding-right: 3px;
}
a.txtviewBag:active, a.txtviewBag:link, a.txtviewBag:visited {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	background-image: url(../styleImages/viewbtn.gif);
}
a.txtviewBag:hover {
	color: #ec008c;
}
.txtmailCopy {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 70%;
	color: #EC008C;
	float: none;
	text-transform: uppercase;
}
