html, body {
	font-family: "Lucida Sans", "Lucida Sans Unicode", Verdana;
	font-size: 12px;
	color: #666666;
}

img {
	border: none;
}

.searchBtn {
	height: 18px;
	width: 30px;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 9px;
	color: #FFFFFF;
	background-color: #c42b23;
	text-align: center;
	text-decoration: none;
	border: 1px solid #9f0707;
	background-image: url(../styleImages/backgrounds/buttonBg.gif);
	background-repeat: repeat-x;
}
.searchBox {
	color: #666666;
	background-color: #FFFFFF;
	border: 1px solid #cccccc;
	font-size: 12px;
	font-family: "Lucida Sans", "Lucida Sans Unicode", Verdana;
}
.textbox {
	background-color: #FFFFFF;
	border: 1px solid #cccccc;
	font-size: 12px;
	color: #666666;
	font-family:"Lucida Sans", "Lucida Sans Unicode", Verdana;
}
.textboxDisabled {
	background-color: #FFFFFF;
	border: 1px solid #cccccc;
	font-size: 12px;
	color: #cccccc;
	font-family:"Lucida Sans", "Lucida Sans Unicode", Verdana;
}
.submit {	
	height: 20px;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 10px;
	color: #932723;
	background-color: #fdd560;
	text-align: center;
	text-decoration: none;
	border: 3px solid #fbca39;
}
form {
	margin: 0px;
	padding: 0px;
}

ol, ul {
	margin: 0px;
	padding: 0px;
	color: #666666;	
}
li {
	list-style-position: inside;
	margin: 0px;
	padding: 0px;
}
li.bullet {
	list-style-type: square;
}
li.bullet1 {
	list-style-position: inside;
	list-style-type:none;
	margin: 0px;
	padding: 5px 1px 5px 0px;
	border-bottom: 1px solid #ededeb;
	color: #939a69;
	position:relative;
}
li.bulletLrg {
	list-style-type: square;
	font-size: 14px;
}

li.num {
	list-style-position: inside;
	margin: 0px;
	padding: 5px 1px 5px 0px;
	border-bottom: 1px solid #ededeb;
	color: #939a69;
	position:relative;
}
li.account {
	list-style-type: square;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #939a69;
}
.txtSession, .txtCopy {
	color: #666666;
}
a.txtButton {
	font-weight: normal;
	text-transform: uppercase;
	font-size: 11px;
	color: #932723;
	background-color: #fdd560;
	padding: 2px 5px 2px 5px;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
	border: 3px solid #fbca39;
}
a.txtButton:hover {
	font-weight: normal;
	text-transform: uppercase;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #fdd560;
	padding: 2px 5px 2px 5px;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
	border: 3px solid #fbca39;
}

.txtOldPrice {
	text-decoration: line-through;
}
.txtSale {
 	color: #bf261f;
}
.txtPrice {
	font-size: 16px;
	font-weight: bold;
}
.txtOutOfStock {
	color: #bf261f;
}
.txtSiteDocs, a.txtSiteDocs {
	color: #FFF;
	text-decoration:none;
}
a.txtSiteDocs:hover {
	color: #bf261f;
	text-decoration:none;
}
.txtDefault, a.txtDefault, a.txtLink, a.txtLocation {
	color: #333333;
	text-decoration:none;
}
a.txtDefault:hover, a.txtLink:hover, a.txtLocation:hover {
	color: #942824;
	text-decoration:none;
}
.txtProdTitle {
	color: #942824;
	text-decoration:none;
	font-weight: bold;
}
a.txtProdTitle:hover {
	color: #333333;
	text-decoration:none;
	font-weight:bold;
}
a.txtSelected:hover, a.txtSelected:active, a.txtSelected:link, a.txtSelected:visited {
	color: #939a69;
	text-decoration:none;
}
.txtContentTitle {
	font-size: 16px;
	font-weight: bold;
	color: #942824;
}
.txtBoxSave {
	color: #bf261f;
	padding-left: 16px;
}
.tblList {
	border: 1px solid #CCCCCC;
}
.tdListTitle {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #c7b4aa;
	border-bottom: 1px solid #cccccc;
	padding-top: 5px;
	padding-bottom: 5px;
}
.tdEven {
	background-color: #FFFFFF;	
	border-bottom: 1px solid #ededeb;	
}
.tdOdd {
	background-color: #FFFFFF;	
	border-bottom: 1px solid #ededeb;	
}
.txtCartPrice {
	float: right;
	color: #bf261f;
	padding-right: 3px;
}
.cartProgress {
	font-weight: normal;
	color: #cccccc;
	padding: 4px;
	border: 1px solid #CCCCCC;
	margin: 0px auto;
	background-color: #FFFFFF;
}
.txtcartProgressCurrent {
	color: #942824;
	font-weight: bold;
	font-size: 14px;
}
.quickBuy {
	text-align: center;
	color: #666666;
}
.tdcartTitle {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #c7b4aa;
	border-bottom: 1px solid #ad988d;
	padding-top: 5px;
	padding-bottom: 5px;
}
.tdcartEven {
	background-color: #FFFFFF;	
	border-bottom: 1px solid #ededeb;	
}
.tdcartOdd {
	background-color: #FFFFFF;
	border-bottom: 1px solid #ededeb;	
}
.tdCartSubTotal {
	padding-top: 10px;

}
.txtStockWarn {
	color: #c42b23;
}
.txtError {
	font-weight: bold;
	color: #c42b23;
	background-color: #ededeb;
	border: 1px solid #cccccc;
	padding: 2px;
}
.txtCopyright, a.txtCopyright {
	text-align: center;
	/*font-size: 11px;*/
	padding-top: 5px;
	color: #ffffff;
}
a.txtCopyright:hover {
	text-decoration: none;
}
.dropDown {
}
.addCoupon:hover, .addCoupon:active, .addCoupon:visited, .addCoupon:link  {
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}

#RatingTop {
	border-top: 1px solid #ededeb;
	padding: 3px;
}

#RatingMain {
	padding: 3px;
	font-style:italic;
}

.ReviewBot {
	padding: 3px;
	border-bottom: 1px solid #ededeb;
}

#RatingBottom {
	background-color: #ededeb;
	padding: 3px;
	color: #666666;
	/*font-size: 11px;*/
}

a.sortLink {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
a.sortLink:hover {
	text-decoration: underline;
}

#shipping-select {
}
