.searchBtn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
  font-weight: bold;
	color: #FFFFFF;
	background-color: #173358;
	border: 1px solid #FFFFFF;
	height: 18px;
	width: 30px;
}
.searchBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
  font-weight: bold;
  padding-left: 2px;
  padding-right: 2px;
	color: #173358;
	background-color: #EFEFEF;
	border: 1px solid #CCCCCC;
  width: 100px;
}
.textbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
  font-weight: bold;
  padding-left: 2px;
  padding-right: 2px;
	color: #173358;
	background-color: #EFEFEF;
	border: 1px solid #CCCCCC;
}
.textboxDisabled {
	background-color: #FFFFFF;
	border: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.submit {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
  font-weight: bold;
	color: #FFFFFF;
	background-color: #173358;
	border: 1px solid #FFFFFF;
}
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: 70%;
	color: #000000;	
}
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: 70%;
	color: #000000;		
}
li.account {
	list-style-type: square;
	padding-top: 5px;
	padding-bottom: 5px;
}
.txtSession {
	font-size: 10px;
	color: #8B99AC;
}
.txtSearch {
	font-size: 12px;
  font-weight: bold;
	color: #173358;
}
a.txtSession {
	color: #8B99AC;
	text-decoration: none;
} 
a.txtSession:hover {
	color: #FFFFFF;
	text-decoration: underline;
} 
.txtSessionGrey {
	color:	#FFFFFF;
	font-size: 11px;
	text-transform: capitalize;
}
.txtCopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #000000;
	text-decoration:none;
}
.txtSiteDocs {
	color: #545454;
	text-decoration:none;
}
a.txtSiteDocs {
	color: #FFFFFF;
	text-decoration:none;
}
a.txtSiteDocs:hover {
	color: #CFDDE8;
	text-decoration:none;
}
div.siteDocs2 {
  width: 600px;
  margin: auto;
}
div.siteDocs2 a.txtSiteDocs {
	color: #969696;
	text-decoration:none;
}
div.siteDocs2 a.txtSiteDocs:hover {
	color: #940E5E;
	text-decoration:none;
}
div.pinktabtext {
  text-align: center;
  color: #FFFFFF;
  font-family: arial, helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
}
a.pinktablink:link, a.pinktablink:link, a.pinktablink:visited {
	color: #D9C2CB;
  text-decoration: none;
}
a.pinktablink:hover {
	color: #FFFFFF;
  text-decoration: none;
}
a.txtButton {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #0E51A3;
	padding: 2px 5px 2px 5px;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
}
a.txtButton:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #940E5E;
	padding: 2px 5px 2px 5px;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
}

.txtOldPrice {
	text-decoration: line-through;
}
.txtSale {
 	color: #FF0000;
}
.txtOutOfStock {
	color: #FF0000;
}
.txtDefault, a.txtDefault, a.txtLink, a.txtLocation {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #0E51A3;
	text-decoration:none;
}
a.txtDefault:hover, a.txtLink:hover, a.txtLocation:hover {
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #940E5E;
	text-decoration:none;
}
.txtContentTitle {
	/* don't want this to show right now. */
  font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	font-style: italic;
	/*color: #940E5E;*/
  color: #FFFFFF;
}
.txtProductTitle {
  font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	color: #940E5E;
}
.txtBoxSave {
	color: #F90707;
	padding-left: 16px;
}
.tblList {
	border: 1px solid #BFCCC7;
}
.tdListTitle {
	background-color: #BFCCC7;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #0E51A3;
	border-bottom: 1px solid #BFCCC7;
}
.tdEven {
	background-color: #FFFFFF;
}
.tdOdd {
	background-color: #EBEDFE;
}
.txtCartPrice {
	float: right;
	color: #FF0000;
	padding-right: 3px;
}
.txtCart {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #0E51A3;	
}
.cartTotal {
	border-top: 1px dashed #0E51A3;
	width: 150px;
	padding-top: 2px;
	margin-top: 3px;
}
a.txtCartProduct:active, a.txtCartProduct:link, a.txtCartProduct:visited {
	text-decoration: none;
	color: #0E51A3;
}
a.txtCartProduct:hover {
	text-decoration: none;
	color: #940E5E;
}
a.txtviewCart:active, a.txtviewCart:link, a.txtviewCart:visited {
  font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
  font-weight: bold;
	color: #FFFFFF;
	background-color: #173358;
	border: 1px solid #FFFFFF;
  padding: 4px;
  text-decoration: none;
}
a.txtviewCart:hover {
	background-color: #940E5E;
	color: #FFFFFF;
  text-decoration: none;
}
.cartProgress {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #666666;
	padding: 4px;
	border: 1px solid #CCCCCC;
	width: 350px;
	margin: auto;
}
.txtcartProgressCurrent {
	color: #61A2DF;
	font-weight: bold;
}
.quickBuy {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}
.tdcartTitle {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #999999;
	border-bottom: 1px solid #666666;
}
.tdcartEven {
	background-color: #EBEDFE;	
}
.tdcartOdd {
	background-color: #FFFFFF;
}
.tdCartSubTotal {
	padding-top: 10px;
	border-top: 1px solid #666666;
}
a.txtCheckout {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #66CC33;
	text-decoration: none;
	font-weight: bold;
	padding: 2px;
	border: 1px solid #000000;
}
a.txtUpdate {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FF9900;
	text-decoration: none;
	font-weight: bold;
	padding: 2px;
	border: 1px solid #000000;
}
.txtStockWarn {
	font-size: 70%;
	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;
}
.txtCopyright, a.txtCopyright {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-top: 5px;
	color: #BFCCC7;
}
a.txtCopyright:hover {
	text-decoration: none;
}
.dropDown {
	width: 120px;
}
/* STYLES USED FOR HTML PAGES IN SITE */
/* "bs" = balloon stuffer */
DIV.bs_hdr {
  color: #3C486A;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 21px;
  margin-bottom: 5px;
}
DIV.bs_subhdr {
  color: #81AACF;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 13px;
  margin-bottom: 5px;
  font-weight: bold;
}
DIV.bs_hr {
  font-size: 2px;
	background-image: url(../styleImages/hr_bg.gif);
  background-repeat: repeat-x;
  background-position: bottom left;
  margin: 15px 0px 15px 0px;
}
DIV.bs_testimonial {
  color: #10315A;
  font-size: 12px;
  margin: 0px 20px 10px 20px;
}
DIV.bs_testimonial_credit {
  color: #666666;
  font-size: 11px;
  font-style: italic;
  margin: 0px 20px 30px 20px;
  padding-left: 20px;
}
DIV.bs_step_title {
  color: #10315A;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 6px;
}
DIV.bs_step_details {
  font-family: arial, sans-serif;
  color: #666666;
  font-size: 10px;
}
DIV.pdflinkholder {
  background-image: url(../styleImages/pdf.gif);
  background-repeat: no-repeat;
  background-position: middle left;
  padding-left: 22px;
  font-size: 11px;
  height: 16px;
  padding-top: 2px;
}
DIV.ielinkholder {
  background-image: url(../styleImages/ie.gif);
  background-repeat: no-repeat;
  background-position: middle left;
  padding-left: 22px;
  font-size: 11px;
  height: 16px;
  padding-top: 2px;
}
DIV.thumbnailholder {
  width: 102px;
  float: left;
  padding: 1px;
  margin-right: 20px;
  margin-bottom: 20px;
}
DIV.thumbnailholder img {
  border: 1px solid #2B5272;
}


/* MENU STYLES START */
.ddm1 {
  font-size: 12px;
  font-weight: bold;
  color: #FFFFFF;
}
.ddm1 .item1,
.ddm1 .item1:hover,
.ddm1 .item1-active,
.ddm1 .item1-active:hover,
.ddm1 .item1-active:visited {
    /*
    padding-top: 3px;
    padding-bottom: 3px;
    text-decoration: none;
    display: block;
    position: relative;
    font-size: 12px;
    */
    color: #D9C2CB;
    text-decoration: none;
    display: block;
    position: relative;
}
.ddm1 .item1 {
    color: #D9C2CB;
}
.ddm1 .item1:hover,
.ddm1 .item1-active,
.ddm1 .item1-active:hover,
.ddm1 .item1-active:visited {
    color: #FFFFFF;
}
.ddm1 .item2,
.ddm1 .item2:hover {
    padding: 3px 8px 4px 8px;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    font-size: 12px;
}
.ddm1 .item2 {
    background: #E587A9;
    color: #7A2F4C;
}
.ddm1 .item2:hover {
    background: #F2C3D4;
    color: #7A2F4C;
}
.ddm1 .section {
    text-align: left;
    border: 1px #7A2F4C;
    border-style: solid solid solid solid;
    position: absolute;
    visibility: hidden;
    z-index: -1;
    white-space: nowrap;
    font-size: 12px;
}
.ddm1 .left, .ddm1 .left:hover { border-style: solid none solid solid; }
.ddm1 .right, .ddm1 .right:hover { border-style: solid solid solid none; }

/* html .ddm1 td { position: relative; } */ /* ie 5.0 fix */
/*this actually appears to BREAK IE */

A.item1:link {
  color: #D9C2CB;
	text-decoration: none;
}
A.item1:visited {
  color: #D9C2CB;
	text-decoration: none;
}
A.item1:hover {
  color: #FFFFFF;
  text-decoration: none;
}
A.item2:link {
  color: #7A2F4C;
	text-decoration: none;
}
A.item2:visited {
  color: #7A2F4C;
	text-decoration: none;
}
A.item2:hover {
  color: #7A2F4C;
  text-decoration: none;
}

/* below styles used for tables on starter kits */

td.bs_td_hdr {
    font-size: 14px;
    font-weight: bold;
    border-bottom: 1px solid #000000;
    padding-left: 10px;
    padding-right: 10px;
    text-align: left;
  }
  td.bs_td_grey {
    background-color: #E5E5E5;
    padding-left: 10px;
    padding-right: 10px;
    text-align: left;
  }
  td.bs_td_wht {
    background-color: #FFFFFF;
    padding-left: 10px;
    padding-right: 10px;
    text-align: left;
  }
  td.bs_td_price {
    text-align: right;
    font-size: 14px;
    color: #333333;
    border-top: 1px solid #000000;
  }
  td.bs_td_sale {
    text-align: right;
    font-size: 14px;
    color: #940E5E;
  }
  div.bs_specialpricing_msg {
    text-align: center;
    color: #940E5E;
    font-weight: bold;
    font-size: 14px;
    font-family: arial, sans-serif;
    margin-bottom: 20px;
  }
  DIV.sitemaplinks {
    margin: 10px 0px 10px 0px;
    overflow: auto;
    text-align: center;
    color: #CECECE;
    font-size: 10px;
  }
DIV.sitemaplinks A {
  color: #999999;
}

A.topsitemaplink:link {
  color: #8B99AC;
	text-decoration: none;
  font-size: 9px;
}
A.topsitemaplink:visited {
  color: #8B99AC;
	text-decoration: none;
  font-size: 9px;
}
A.topsitemaplink:hover {
  color: #FFFFFF;
  text-decoration: underline;
  font-size: 9px;
}

