html, body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

img {
	border: none;
}

.cart_icon {
	border: none;
	margin: 12px 0px;
}

.searchBtn {
	color: #FFFFFF;
	background-color: #666666;
	border: 1px solid #666666;
	height: 20px;
	width: 30px;
	font-size: 11px;
}
.searchBox {
	color: #990000;
	background-color: #FFFFFF;
	border: 1px solid #666666;
	font-size: 11px;
}
.productInfo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.textbox {
	background-color: #E0F0FF;
	border: 1px solid #000000;
	font-size: 11px;
	color: #000000;
}
.textboxDisabled {
	background-color: #FFFFFF;
	border: 1px solid #EBEBEB;
	/*font-size: 11px;*/
	color: #000000;
	}

.submit {	
	color: #000000;
	background-color: #FFFFFF;
	border: 1px black solid;
	/* height: 18px; */
	/* font-weight: bold; */
	font-size: 11px;
}
form {
	margin: 0px;
	padding: 0px;
}

ol, ul {
	margin: 0px;
	padding: 0px;
	color: #000000;	
}
li {
	list-style-position: inside;
	margin: 0px;
	padding: 0px;
}
li.bullet {
	list-style-type: square;
}
li.bulletLrg {
	list-style-type: square;
	font-size: 11px;
	font-weight: bold;
}

li.num {
	color: #000000;		
}
li.account {
	list-style-type: square;
	padding-top: 5px;
	padding-bottom: 5px;
}
.txtSession, .txtCopy, .txtSiteDocs {
	color: #FFFFFF;
}
a.txtSession, a.txtSiteDocs {
	color: #CCCCCC;
	text-decoration: none;
}
a.txtSession:hover, a.txtSiteDocs:hover {
	color: #970000;
	text-decoration: underline;
}
a.txtButton {
	font-weight: bold;
	color: #000000;
	background-color: #FFFFFF;
	padding: 2px;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
}
a.txtButton:hover {
	font-weight: bold;
	color: #970000;
	background-color: #FFFFFF;
	padding: 2px;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
}

.txtOldPrice {
	text-decoration: line-through;
	font-size: 11px;
	font-style: normal;
	color: #F0F0F0;
	line-height: 15px;
	padding-bottom: 5px;
}
.txtSale {
	color: #F0F0F0;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	line-height: 15px;
	padding-bottom: 5px;
}
.txtOutOfStock {
	color: #970000;
}
.txtSiteDocs, a.txtSiteDocs {
	color: #FFFFFF;
	text-decoration:none;
}
a.txtSiteDocs:hover {
	color: #970000;
	text-decoration:none;
}
.txtDefault, a.txtDefault, a.txtLink, a.txtLocation {
	color: #FFFFFF;
	text-decoration:none;
}
a.txtDefault:hover, a.txtLink:hover, a.txtLocation:hover {
	color: #CC0000;
	text-decoration:none;
}
a.txtLocation:hover {
	color: #FFFFFF;
	text-decoration:none;
}
a.txtSelected:hover, a.txtSelected:active, a.txtSelected:link, a.txtSelected:visited {
	color: #FFFFFF;
	text-decoration:none;
}
.txtContentTitle {
	font-size: 14px;
	font-weight: bold;
	color: #CCCCCC;
}
.txtBoxSave {
	color: #970000;
	padding-left: 16px;
}
.tblList {
	border: 0px solid #070F72;
}
.tdListTitle {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #970000;
}
.tdEven {
}
.tdOdd {
	background-color: #170002;
	border:0px solid #970000;
}
.txtCartPrice {
	float: right;
	color: #FF0000;
	padding-right: 3px;
}
.txtCart {
	color: #000000;	
}
.cartTotal {
	border-top: 1px dashed #070F72;
	width: 153px;
	padding-top: 2px;
	margin-top: 3px;
}
a.txtCartProduct:active, a.txtCartProduct:link, a.txtCartProduct:visited {
	text-decoration: none;
	color: #000000;
}
a.txtCartProduct:hover {
	text-decoration: none;
	color: #970000;
}
a.txtviewCart:active, a.txtviewCart:link, a.txtviewCart:visited {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	padding: 2px;
	border: 0px solid #000000;
}
a.txtviewCart:hover {
	color: #970000;
    border: 0px solid #000000;

}
a.flashBasket:active, a.flashBasket:link, a.flashBasket:visited{
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
	text-decoration: none;
	font-weight: bold;
	padding: 2px;
	border: 1px solid #000000;
}
a.flashBasket:hover {
	font-weight: bold;
	color: #970000;
	background-color: #000000;
	text-decoration: none;
	font-weight: bold;
	padding: 2px;
	border: 1px solid #FFFFFF;
}
.cartProgress {
	font-weight: normal;
	color: #CCCCCC;
	padding: 4px;
	border: 1px solid #CCCCCC;
	width: 350px;
	margin: auto;
}
.txtcartProgressCurrent {
	color: #990000;
	font-weight: bold;
}
.quickBuy {
	text-align: center;
	color: #666666;
}
.tdcartTitle {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #970000;
	border-bottom: 1px solid #666666;
}
.tdcartEven {
	background-color: #000000;
}
.tdcartOdd {
}
.tdCartSubTotal {
	padding-top: 10px;
	border-top: 1px solid #666666;
}
a.txtCheckout {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #990000;
	text-decoration: none;
	font-weight: bold;
	padding: 2px;
	border: 1px solid #000000;
}
a.txtUpdate {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #666666;
	text-decoration: none;
	padding: 2px;
	border: 1px solid #000000;
}
.txtStockWarn {
	color: #990000;
}
.txtError {
	font-weight: bold;
	color: #050F72;
	background-color: #FFCECE;
	border: 1px solid #FF0000;
	padding: 2px;
}
.txtCopyright, a.txtCopyright {
	text-align: center;
	/*font-size: 11px;*/
	padding-top: 5px;
	color: #000000;
}
a.txtCopyright:hover {
	text-decoration: none;
}
.dropDown {
	width: 120px;
}
.addCoupon:hover, .addCoupon:active, .addCoupon:visited, .addCoupon:link  {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

#RatingTop {
	border-top: 1px solid #666666;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
	background-color: #000000;
	padding: 3px;
}

#RatingMain {
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
	background-color: #000000;
	padding: 3px;
	font-style:italic;
}

.ReviewBot {
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
	background-color: #666666;
	padding: 3px;
	border-bottom: 1px solid #666666;
}

#RatingBottom {
	background-color: #660000;
	padding: 3px;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
	border-bottom: 1px solid #666666;
	color: #FFFFFF;
	/*font-size: 11px;*/
}
a.moreImages:active, a.moreImages:link, a.moreImages:visited {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 100%;
    font-weight: normal;
    color: #FFFFFF;
    background-color: #000000;
    text-decoration: none;
    font-weight: normal;
    padding: 5px;
    border: 1px outset #CC0000;
}
a.moreImages:hover {
    background-color: #000000;
    color: #CC0000;
    border: 1px outset #CC0000;	
	}
a.sortLink {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
a.sortLink:hover {
	text-decoration: underline;
}

#shipping-select {
	width: 220px;
}
.quickBuy {
    display: none;
}
a.continueshop:active, a.continueshop:link, a.continueshop:visited {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 100%;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #990000;
    text-decoration: none;
    font-weight: bold;
    padding: 5px;
    border: 2px outset #000000;
}
a.continueshop:hover {
    background-color: #E0F0FF;
    color: #000000;
    border: 2px inset #808080;
}
.normalText{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: normal;	
}