.pagination {
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
}
#subCats {
	background-color: #EBEDFE;
	text-align: center;
	border: 1px solid #C9CEFC;
	margin: 0px;
	padding: 3px;
	float: left;
	width: 387px;
}
.subCat {	
	text-align: center;
	padding: 8px;
	float: left;
	width: 110px;
	height: 50px;
}
.regSep{
	padding: 10px 0px 10px 0px;
	margin: 10px 0px 10px 0px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
.searchBtn {
	color: #FFFFFF;
	background-color: #666666;
	border: 1px solid #666666;
	height: 20px;
	width: 30px;
}
.searchBox {
	color: #666666;
	background-color: #FFFFFF;
	border: 1px solid #666666;
}
.textbox {
	background-color: #E0F0FF;
	border: 1px solid #000000;
	font-size: 11px;
	color: #000000;
}
.submit {
	font-weight: bold;	
	color: #FFFFFF;
	background-color: #441700;
	border: 1px solid #F8B738;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
.txtButton {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	font-size: 10pt;
}
a.txtButton:link {
	color: #FFFFFF;
	background-color: #441700;
}
a.txtButton:visited {
	color: #FFFFFF;
	background-color: #441700;
}
a.txtButton:hover {
	color: #441700;
	background-color: #F2B337;
}
.txtSale {
 	color: #FF9900;
}
.txtOutOfStock {
	color: #FF9900;
}
.txtBoxSave {
	color: #F90707;
	padding-left: 16px;
}

/* Begin Wish List */
.tblList {
	border: 1px solid #ECB100;
}
.tdListTitle {
	background-color: #ECB100;
	font-weight: bold;
	color: #FFFFFF;
}
/* End Wish List */

.txtCartPrice {
	float: right;
	color: #FF9900;
	padding-right: 3px;
}
.cartTotal {
	border-top: 1px dashed #ECB100;
	width: 153px;
	padding-top: 2px;
	margin-top: 3px;
}
a.txtviewCart:active, a.txtviewCart:link, a.txtviewCart:visited {
	font-weight: bold;
	color: #441700;
	background-color: #F2B337;
	border: 1px solid #F2B337;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
a.txtviewCart:hover {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #717c38;
	border: 1px solid #F2B337;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
.cartProgress {
	color: #666666;
	padding: 4px;
	border: 1px solid #CCCCCC;
	width: 350px;
}
.txtcartProgressCurrent {
	color: #F8B738;
	font-weight: bold;
}

#tdCartSubTotal {
	padding-top: 10px;
	border-top: 1px solid #666666;
}	
a.txtCheckout {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #441700;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	margin-top: 5px;
}
a.txtUpdate {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #441700;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	margin-top: 5px;
}
.txtStockWarn {
	color: #FF9900;
}
.txtError {
	font-weight: bold;
	color: #050F72;
	background-color: #FFCECE;
	border: 1px solid #FF9900;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}
.dropDown {
	width: 120px;
}
.txtCopyright, a.txtCopyright {
	text-align: center;
	font-size: 11px;
	padding-top: 5px;
	color: #000000;
}
a.txtCopyright:hover {
	text-decoration: none;
	color: #000000;
}

