/*             ---------------------------------- Shopping Cart --------------------------------- */
.removeButton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #333333;
	height: 19px;
	width: 55px;
	border: 1px none #999999;
	color: #FFFFFF;
	margin-right: 3px;
}
.updateButton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #333333;
	height: 19px;
	width: 55px;
	border: 1px none #999999;
	color: #FFFFFF;
	margin: 1px;
}
.basketText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.quantityBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	height: 15px;
	width: 25px;
	border: 1px solid #333333;
	margin-bottom: 1px;
}
.alternateRow {
	background-color: #CCCCCC;
}
.BasketTableHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 19px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #333333;
}
.BasketTableFooter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 19px;
	font-weight: bold;
	color: #000000;
}
.continueButton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color:#333333;
	height: 19px;
	width: 115px;
	border: 0px none;
	color: #FFFFFF;
}
.checkoutButton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #333333;
	height: 19px;
	width: 65px;
	border: 0px none;
	color: #FFFFFF;
	margin-left: 2px;
}
.quoteButton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color:#333333;
	height: 19px;
	width: 145px;
	border: 0px none;
	color: #FFFFFF;
}
/*        --------------------- Billing and Shipping Screen ------------------------------- */

.BillingShippingHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background-color: #000000;
	color: #FFFFFF;
	text-indent: 2px;
	line-height: 24px;
}
.BillingShippingField {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 2px;
	text-indent: 2px;
}
.BillingShippingErrorField {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF0000;
}
.BillingShippingInput {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	height: 14px;
	width: 170px;
	margin: 2px;
}
.BillingShippingSelect {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	width: 176px;
	margin: 2px;
	}
/* ----------------------------- Payment Screen ---------------------------- */
.dateSelect {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	width: 50px;
	margin: 2px;
}
.orderButton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color:#333333;
	height: 19px;
	width: 130px;
	border: 0px none;
	color: #FFFFFF;
}
body {
	background-color: #D1D1D1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-repeat: repeat;
	background-position: center 0px;
	background-attachment: scroll;
	background-image: url(images/bg1.jpg);
	margin: 0px;
}
.linkbox {
	padding-left: 6px;
	height: 33px;
}
.boxlink {
	color: #000000;
}
.boxlink:hover {
	color: #333333;
}
a {
	color: #000000;
}
a:hover {
	color: #FF3300;
}
.threecells {
	padding-top: 5px;
	padding-right: 9px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.newsimage {
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.header {
	font-weight: bold;
	color: #D13510;
}
.celltext {
	font-size: 11px;
}
.suggestionbox {
	border: 1px solid #333333;
	background-color: #0A0908;
	width: 215px;
	margin-left: 5px;
	height: 150px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	white-space: normal;
	overflow: hidden;
	padding: 2px;
}
form {
	margin-top: 5px;
}
.suggestionbutton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #333333;
	width: 221px;
	margin-left: 5px;
	margin-top: 6px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.headercell {
	height: 204px;
	background-image: url(images/header.jpg);
}
.storelinks {
	font-size: 11px;
	text-decoration: none;
	color: #000000;
}
.pageTitle {
	font-size: 16px;
	font-weight: bold;
	color: #E1561F;
}

#dropmenudiv{
	position:absolute;
	background-color: #D13510;
	border:1px solid black;
	border-bottom-width: 0;
	font:normal 12px/18px Arial, Helvetica, sans-serif;
	z-index:100;
	color: #000000;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid black;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

#dropmenudiv a:hover{ /*hover background color*/
	background-color: #F0623E;
}
#brandBox {
	height: 600px;
	overflow: auto;
	width: 152px;
}
.shortDesc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.leftBG {
	background-image: url(images/leftbg.jpg);
	width: 24px;
	background-repeat: repeat-y;
	background-position: 0px 0px;
}
.rightBG {
	background-image: url(images/rightbg.jpg);
	background-repeat: repeat-y;
	width: 24px;
	background-position: 0px 0px;
}
.mainTable {
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}
.sigLink {
	color: #FFFFFF;
}
.sigLink:hover {
	color: #FFCC99;
}
.featured {
	color: #FFFFFF;
}
.brandSearch {
	width: 137px;
}
.text {	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: justify;
	line-height: 13px;
	padding-right: 10px;
}.accountbox {
	margin-top: 15px;
	margin-right: 5px;
}
#totalprice {
	background-color: #F3F3F3;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 14px;
	font-weight: bold;
	color: #000;
}
