/*.searchBtn = The "GO" button for your search box.*/

.searchBtn {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 70%;

	color: white;

	background-color: #012258;

	font-weight:bold;

	border: 1px solid #070F72;

	height: 20px;

	width: 30px;

}

/*.searchBox = The search box attributes.*/

.searchBox {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 80%;

	color: black;

	background-color: white;

	border: 1px solid #066800;

}

/*.bannerCart, .banner = The banners that appear in my header*/

.bannerCart {

	position:relative;

	margin-top: 0px;

	margin-left: 5px;

	float: right;

}

.banner {

	position: relative;

	margin-top: 0px;

	margin-left: 5px;

	float:right;

}

/*.textbox = The quantity box in your shopping cart, and the "Enter Product Code" text box.*/

.textbox {

	background-color: #FFFFFF;

	border: 1px solid #A8B4B0;

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 10px;

	color: #333333;

}

/*    */

.textboxDisabled {

	background-color: #FFFFFF;

	border: none;

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 11px;

	color: #000000;

}

/*.submit = The "Join Now" button for mailing list, and the "Add" button for adding product codes to shopping cart.*/

.submit {	

	font-family: Arial, Helvetica, sans-serif;

	color: #FFFFFF;

	background-color: #012258;

	border: none;

	height: 18px;

	font-weight: bold;

	border: 1px solid #070F72;

}

form, ol, ul {

	margin: 0px;

	padding: 0px;

}

li {

	list-style-position: inside;

	margin: 0px;

	padding: 0px;

}

li.bullet {

	list-style-image: none;

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 10px;

	color: #000000;

	margin-bottom: 0.5em;	

}

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 = The text dealing with a customer's session; for instance, this will affect the text in your search box area,

like the words, "Search for:", "Log In" and "Register"*/

.txtSession {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 80%;

	color: black;

}

a.txtSession {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 80%;

	color: black;

	text-decoration: none;

} 

a.txtSession:hover {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 80%;

	color: black;

	text-decoration: underline;

} 

.txtSessionGrey {

	color:	black;

	font-family: Verdana, Arial, Helvetica, sans-serif;

	margin-left:2em;

	font-weight:bold;

	font-size: 80%;

	text-transform: capitalize;

}

/*.txtCopy = Affects text in the "Information" box and the "Mailing List" box.*/

.txtCopy {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 10px;

	color: #333333;
}

/*.txtButton = The "Buy" and "More" and "Add to Basket" buttons appearing near product descriptions.*/

a.txtButton {

	font-family: Arial, Helvetica, sans-serif;

	font-weight: bold;

	color: #FFFFFF;

	background-color: #666666;

	padding: 2px;

	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: #666666;

	padding: 2px;

	line-height: 20px;

	text-align: center;

	text-decoration: none;

}
a.boxContent {

	color: #333333;
	text-decoration: none;
}
a.boxContent:hover {

	color: #FF0000;
	text-decoration: none;
}
a.navBandRed {
	color: #CCCCCC;
	text-decoration: none;
}
a.navBandRed:hover {
	color: #FFFFFF
	text-decoration: none;
} 
/*.txtOldPrice = This is the price which by default appears with a line struck through when the item is on sale.*/

.txtOldPrice {

	text-decoration: line-through;

}

/*.txtSale = Sets properties for the sale price text.*/

.txtSale {

 	color: #FF0000;

}

.txtOutOfStock {

	color: #FF0000;

}

/*.txtSiteDocs, a.txtSiteDocs = Sets properties for the links at the bottom of the page, which link to pages on your site, "About Us" etc.*/

.txtSiteDocs, a.txtSiteDocs {

	vertical-align: center;

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 11px;

	font-weight:bold;

	margin: 0.2em;

	color: #CCCCCC;

	text-decoration:none;

}

a.txtSiteDocs:hover {

 	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 11px;

	color: #CCCCCC;

	text-decoration:none;

}

/*.txtDefault, a.txtDefault, a.txtLink, a.txtLocation = This is where you set the properties for the text that appears in your category links,

 popular products links, sub-titles to all the product pics, and the titles in your product descriptions (Product Names).*/

.txtDefault, a.txtDefault, a.txtLink, a.txtLocation, a.txtCatMenu{

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 10px;

	color: #333333;

	text-decoration:none;

	padding: 1px;

}

a.txtDefault:hover, a.txtLink:hover, a.txtLocation:hover {

 	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 10px;

	color: #FF0000;

	text-decoration: none;

	padding:1px;

}

a.txtCatMenu:hover {

 	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 10px;

	color: #FF0000;



	text-decoration:none;

	padding:1px;

}

/*.txtContentTitle = Sets properties for the major headings on your site.*/

.txtContentTitle {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 12px;

	font-weight: bold;

	text-decoration: none;

	color: #333333;

	padding: 2px 10px 15px 5px;

	margin-bottom: 5px;

}

/* txtBoxSave = Sets propertiesfor the text in the Sale Items box, "Save" $xxx */

.txtBoxSave {

	color: red;

	padding-left: 16px;

}

/*.tblList = this is the table that contains your items list for items contained in a category.*/

.tblList {

	border: 1px solid #BFCCC7;

}

.tdListTitle {

	background-color: #666666;

	font-family: Arial, Helvetica, sans-serif;

	font-weight: bold;

	color: White;

	border-bottom: 1px solid #066800;

}

.tdEven {

	background-color: White;
	border-bottom: 1px dotted #666666;
}

.tdOdd {

	background-color: #F0F0F0;
	border-bottom: 1px dotted #666666;
}

/*.txtCartPrice = This affects the text that reports the quantity and pricing of items in the cart.*/

.txtCartPrice {

	float: right;

	color: #FF0000;

	padding-right: 3px;

}

/*.txtCart = Affects the text in the Shopping Cart reporting box, "Items in cart:" and "Total:"*/

.txtCart {

	text-align: left;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 70%;

	color: black;	

}

.cartTotal {

	border-top: none;

	width: 150px;

	padding-top: 2px;

	margin-top: 3px;

}

a.txtCartProduct:active, a.txtCartProduct:link, a.txtCartProduct:visited {

	text-decoration: none;

	color: black;

}

a.txtCartProduct:hover {

	text-decoration: none;

	color: #FF3300;

}

a.txtviewCart:active, a.txtviewCart:link, a.txtviewCart:visited {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 70%;

	font-weight: bold;

	color: black;

	background-color: white;

	text-decoration: none;

	font-weight: bold;

	padding: 2px;

	border: 1px solid #000000;

}

a.txtviewCart:hover {

	background-color: #3894BD;

	color: #FFFFFF;

}

/*.cartProgress = Sets properties for the cart progress box, "Cart » Address » Payment » Complete"*/

.cartProgress {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-weight: normal;

	color: #666666;

	padding: 4px;

	border: 1px solid #CCCCCC;

	width: 350px;

	margin: auto;

}

/*.txtcartProgressCurrent = Sets properties for the text that tells where the customer is now in relation to the progress bar.*/

.txtcartProgressCurrent {

	color: #3894BD;

	font-weight: bold;

}

/*.quickBuy = Sets properties for the text, "Want to add more items? Enter the Product Code:"*/

.quickBuy {

	text-align: center;

	font-family: Verdana, Arial, Helvetica, sans-serif;

	color: black;

}

/*.tdcartTitle = sets properties for the title bar of the shopping cart item list table.*/

.tdcartTitle {

	font-weight: bold;

	color: #FFFFFF;

	background-color: #3894BD;

	border-bottom: 1px solid #066800;

}

.tdcartEven {

	background-color: #DEF0F8;	

}

.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: #3894BD;

	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: #3894BD;

	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;
	margin: .5em;
	padding-top: 5px;
	color: #666666;
	text-decoration: none;
	font-weight: bold;

}

a.txtCopyright:hover {
	text-decoration: none;
	color: #FF0000;
	font-weight: bold;

}

.imgfloatright {
float: right;
}
.dropDown {

	width: 150px;

}
.txtInfoMsg {
	border: 1px solid #333333;
	color: #333333;
	padding: 0.5em;
}
.txtErrorMsg {
	border: 1px #FF0000 solid;
	color: #FF0000;
	padding: 0.5em;
}
