.search {
    text-align: right;
    padding-top: 230px;
    padding-right: 20px;
}

.searchBtn {
	font-size: 75%;
	color: #FFFFFF;
	background-color: #000000;
    border: 0 none;
    padding:2px;
}
.searchBox {
	font-size: 75%;
	color: #666666;
	background-color: #FFFFFF;
    width: 180px;
    height: 15px;
    border: 1px solid #000000;
    margin-left: 10px;
    margin-right: 10px;
}
.textbox {
	background-color: #E0F0FF;
	border: 1px solid #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.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;
	color: #FFFFFF;
	background-color: #000000;
    padding: 2px;
	font-weight: bold;
	border: 0 none;
}
form, ol, ul {
	margin: 0px;
	padding: 0px;
}
li {
	list-style-position: inside;
	margin: 0px;
	padding: 0px;
}
li.bullet {
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #000000;	
}
li.bulletLrg {
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;	
}
li.num {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #000000;		
}

li.account {
	list-style-type: none;
}
.txtSession, .txtCopy, .txtSiteDocs {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #333333;
}
a.txtSession, a.txtSiteDocs {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #333333;
	text-decoration: none;
}
a.txtSession:hover, a.txtSiteDocs:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #5674b9;
	text-decoration: underline;
}
a.txtButton {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
	padding: 2px;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
}
a.txtButton:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	background-color: #5674b9;
	padding: 2px;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
}

.txtOldPrice {
	text-decoration: line-through;
}
.txtSale {
 	color: #FF0000;
}
.txtOutOfStock {
	color: #FF0000;
}
.txtSiteDocs, a.txtSiteDocs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #333333;
	text-decoration:none;
}
a.txtSiteDocs:hover {
 	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #5674b9;
	text-decoration:none;
}
.txtDefault, a.txtDefault, a.txtLink, a.txtLocation {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: none;
}
a.txtDefault:hover, a.txtLink:hover, a.txtLocation:hover {
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #5674b9;
	text-decoration: underline;
}
.txtContentTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight: bold;
	color: #333333
}
.txtBoxSave {
	color: #F90707;
	padding-left: 16px;
}
.tblList {
	border: 1px solid #000000;
}
.tdListTitle {
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
}
.tdEven {
	background-color: #FFFFFF;
}
.tdOdd {
	background-color: #EBEDFE;
}
.txtCartPrice {
	float: right;
	color: #5674b9;
	padding-right: 3px;
    font-weight: bold;
}
.txtCart {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #000000;	
}
.cartTotal {
	border-top: 1px dashed #070F72;
	width: 100%;
	padding-top: 2px;
	margin-top: 5px;
}
a.txtCartProduct:active, a.txtCartProduct:link, a.txtCartProduct:visited {
	text-decoration: none;
	color: #000000;
}
a.txtCartProduct:hover {
	text-decoration: none;
	color: #FF6600;
}
a.txtviewCart:active, a.txtviewCart:link, a.txtviewCart:visited {
	font-size: 75%;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
	text-decoration: none;
    text-align: center;
	font-weight: bold;
	padding: 4px;
	border: 0 none;
    width: 100%;
    display: block;
}
a.txtviewCart:hover {
	background-color: #5674b9;
	color: #FFFFFF;
}
.cartProgress {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #666666;
	padding: 4px;
	border: 1px solid #000000;
	width: 100%;
	margin: auto;
}
.txtcartProgressCurrent {
	color: #5674b9;
	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 {
	font-size: 11px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #EBEDFE;	
}
.tdcartOdd {
	font-size: 11px;
	padding-top: 10px;
	padding-bottom: 10px;
	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: #000000;
	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: #000000;
	text-decoration: none;
	font-weight: bold;
	padding: 2px;
	border: 1px solid #000000;
}
.txtStockWarn {
	font-size: 75%;
	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: 11px;
	padding-top: 5px;
	color: #000000;
}
a.txtCopyright:hover {
	text-decoration: none;
}
.dropDown {
	width: 120px;
}

.latestProds {
	height: 200px;
	width: 150px;
	float: left;
}



img {
border: none;
}
.cart_icon {
border: none;
margin: 12px 0px;
}

a.txtSelected:hover, a.txtSelected:active, a.txtSelected:link, a.txtSelected:visited {
color: #FF6600;
text-decoration:none;
}

a.flashBasket:active, a.flashBasket:link, a.flashBasket:visited, a.flashBasket:hover {
font-weight: bold;
color: #FFFFFF;
background-color: #66CC33;
text-decoration: none;
font-weight: bold;
padding: 2px;
border: 1px solid #000000;
}

.addCoupon:hover, .addCoupon:active, .addCoupon:visited, .addCoupon:link {
font-weight: bold;
color: #000000;
text-decoration: none;
font-weight: bold;
}
.RatingTop {
border-top: 1px solid #070F72;
border-right: 1px solid #070F72;
border-left: 1px solid #070F72;
background-color: #EBEDFE;
padding: 3px;
}
.RatingMain {
border-right: 1px solid #070F72;
border-left: 1px solid #070F72;
background-color: #EBEDFE;
padding: 3px;
font-style:italic;
}
.ReviewBot {
border-right: 1px solid #070F72;
border-left: 1px solid #070F72;
background-color: #EBEDFE;
padding: 3px;
border-bottom: 1px solid #070F72;
} 
.RatingBottom {
background-color: #070F72;
padding: 3px;
border-right: 1px solid #070F72;
border-left: 1px solid #070F72;
color: #FFFFFF;
/*font-size: 11px;*/
} 
a.sortLink {
color: #FFFFFF;
font-weight: bold;
text-decoration: none;
}
a.sortLink:hover {
text-decoration: underline;
}
#shipping-select {
width: 220px;
}
.cartContent {
	font-size: 13px;
}
.regContent {
	font-size: 11px;
}