/* my additions */
body{
	background: #000066;
	margin: 0;
	padding: 0;	
	font:  9pt Trebuchet MS;
	color: #000000;
}

#wrapper{
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

#container{
	text-align: left;
	width: 1000px;
	padding: 10px;
	margin: 0px auto;
	border-left: solid 2px #94CEDD;
	border-right: solid 2px #94CEDD;
	background: #FFFFFF;
}

#header{
	height: 66px;
	background: #000066;
}

#leftpane{
	padding: 5px;
	float: left;
	width: 175px;
	min-height: 800px;
	margin: 10px 0 0 0;
}

#content{
	float: left;
	width: 775px;
	border: 1px solid;
	margin: 0 0 0 10px;
	padding: 5px;
	border: 2px solid #D5D5D5;	
}

div#searchbox{
	position: absolute;
	z-index:1;
	margin: 5px 0 0 700px;
}

span.header {
	font-size: 15px;
   color: #990000;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-weight: bold;
}

table.display{
	border: 1px solid #94CEDD;
	width: 100%;
	padding: 2px;
}

a:link, a:visited, a:active{
	font-size: 11px;
   color: #2426FF;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
}

a:hover{
	text-decoration: underline;
}

div.subheader{
	width: 90%;
	height: 15px;
	padding: 3px;
	background-color: #000066;
	color: #FFFFFF;
	font: 10pt bold Arial, Verdana, Geneva, Helvetica, sans-serif;
}

/* end my additions */

.ucDefault {
	font-size: 11px;
   color: #333333;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
}
.ucColorHeader {
	font-family: Arial;
  font-weight: bold;
  font-size: 14px;
  color: #CC0000;
}
.ucColorSubHeader {
	font-family: Arial;
  font-weight: bold;
  font-size: 12px;
  color: #CC0000;
}
.ucSuggestedItemsHeader {
	font-family: Arial;
  font-weight: bold;
  font-size: 12px;
  color: #000000;
}
.ucSuggestedItemsText {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #333333;
}
.ucCouponHeader {
	font-family: Arial;
  font-weight: bold;
  font-size: 12px;
  color: #000000;
}
.ucCouponText {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #333333;
}
.ucCouponField {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #333333;
}
.ucReferralCodeHeader {
	font-family: Arial;
  font-weight: bold;
  font-size: 12px;
  color: #000000;
}
.ucReferralCodeField {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #333333;
}
.ucFormLabel {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.ucFormLabelPaymentPreference {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.ucFormText {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.ucFormTextBold {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
  font-weight: bold;
}
.ucFormField {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 11px;
}

.ucWholesaleAgreement {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 11px;
}

.ucRemoveButton {
	background-image: url(/checkout/removeItem.gif);
	background-repeat: no-repeat;
	height: 10px;
	width: 11px;
}
.ucRemoveButtonOverlay {
	height: 10px;
	width: 11px;
}
.ucSubmitButton {
	background-image: url(/checkout/images/submit.gif);
	background-repeat: no-repeat;
	height: 18px;
	width: 62px;
}
.ucSubmitButtonOverlay {
	height: 18px;
	width: 62px;
}
.ucContinueCheckoutButton {
	background-image: url(/checkout/images/continueCheckout.gif);
	background-repeat: no-repeat;
	height: 18px;
	width: 123px;
}
.ucContinueCheckoutButtonOverlay {
	height: 18px;
	width: 123px;
}
.ucContinueShoppingButton {
	background-image: url(/checkout/images/continueShopping.gif);
	background-repeat: no-repeat;
	height: 18px;
	width: 124px;
}
.ucContinueShoppingButtonOverlay {
	height: 18px;
	width: 124px;
}
.ucUpdateButton {
	background-image: url(/checkout/images/update.gif);
	background-repeat: no-repeat;
	height: 18px;
	width: 67px;
}
.ucUpdateButtonOverlay {
	height: 18px;
	width: 67px;
}
.ucAddToCartButton {
	background-image: url(/checkout/images/addToCart.gif);
	background-repeat: no-repeat;
	height: 18px;
	width: 92px;
}
.ucAddToCartButtonOverlay {
	height: 18px;
	width: 92px;
}
.ucApplyCouponButton {
	background-image: url(/checkout/images/applyCoupon.gif);
	background-repeat: no-repeat;
	height: 18px;
	width: 97px;
}
.ucApplyCouponButtonOverlay {
	height: 18px;
	width: 97px;
}

.ucApplyCodeButton {
	background-image: url(/checkout/images/applyCode.gif);
	background-repeat: no-repeat;
	height: 18px;
	width: 85px;
}
.ucApplyCodeButtonOverlay {
	height: 18px;
	width: 85px;
}

.ucCheckoutButton {
	background-image: url(/checkout/images/checkout.gif);
	background-repeat: no-repeat;
	height: 18px;
	width: 79px;
}
.ucCheckoutButtonOverlay {
	height: 18px;
	width: 79px;
}

.ucContinueButton {
	background-image: url(/checkout/images/continue.gif);
	background-repeat: no-repeat;
	height: 18px;
	width: 68px;
}
.ucContinueButtonOverlay {
	height: 18px;
	width: 68px;
}
.ucFinalizeOrderButton {
	background-image: url(/checkout/images/finalizeOrder.gif);
	background-repeat: no-repeat;
	height: 18px;
	width: 95px;
}
.ucFinalizeOrderButtonOverlay {
	height: 18px;
	width: 95px;
}


.ucTableHeaderBackground {
	background-color : #ADD8E6;
}
.ucTableHeader {
	font-size: 11px;
	color: #333333;
	font-weight : bold;
}
.ucTableBorderBackground {
	background-color : #000066;
}
.ucTableItemLightBackground {
	background-color : #EEEEEE;
}
.ucTableItemDarkBackground {
	background-color : #94CEDD;
}
.ucShoppingBackground {
  background-color: #FFFFFF
}
.ucShoppingCartText {
	font-size: 12px;
	color: #333333;
}
.ucShoppingCartNoItemText {
	font-family: Arial;
	font-size: 12px;
	color: #333333;
	font-style: italic;
	font-weight: bold;
}
.ucShoppingCartDiscountText {
	font-size: 12px;
	color: #FF0000;
}
.ucShoppingCartHighlightText {
	font-size: 12px;
	font-weight: bold;
	color: #990000;
}
.ucShoppingCartOptionField {
	font-size: 12px;
	color: #333333;
}
.ucShoppingCartField {
	font-size: 12px;
	color: #333333;
}
.ucSmall {
    font-size: 10px;
}
.ucReviewShippingInfoBackground {
  background-color: #FFFFFF
}
.ucReviewSummaryBackground {
  background-color: #FFFFFF
}
.ucApproximateShippingHeader {
	font-family: Arial;
  font-weight: bold;
  font-size: 12px;
  color: #000000;
}
.ucApproximateShippingText {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #333333;
}
.ucApproximateShippingDiscountText {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #333333;
}
.ucErrorMessageBorder {
  background-color: #DD9988;
}
.ucErrorMessageBackground {
  background-color: #FFFFD5;
}
.ucErrorMessageText {
  color: #990000
}
.ucErrorMessageIcon {
	background-image: url(/checkout/images/error.gif);
	background-repeat: no-repeat;
	height: 17px;
	width: 17px;
}
.ucInfoMessageBorder {
  background-color: #DD9988;
}
.ucInfoMessageBackground {
  background-color: #FFFFD5;
}
.ucInfoMessageText {
  color: #990000
}
.ucInfoMessageIcon {
	background-image: url(/checkout/images/info.gif);
	background-repeat: no-repeat;
	height: 17px;
	width: 17px;
}
.ucUseThisAddressButton {
	background-image: url(/checkout/images/useThisAddress.gif);
	background-repeat: no-repeat;
	height: 18px;
	width: 116px;
}
.ucUseThisAddressButtonOverlay {
	height: 18px;
	width: 116px;
}
.ucReviewAddressText {
	font-size: 11px;
  color: #333333;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
}
.ucSpecialInstructionText {
	font-size: 11px;
  color: #333333;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
}
.ucReturnPolicyText {
	font-size: 11px;
  color: #333333;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
}
.ucProgressBar {
	background-image: url(/checkout/progress.gif);
	background-repeat: no-repeat;
	height: 12px;
	width: 146px;
}
.ucProgressBarOverlay {
	height: 12px;
	width: 146px;
}
.ucProgressText {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.ucReviewGiftMessageBackground {
  background-color: #FFFFFF
}
.ucGiftMessageText {
	font-size: 11px;
  color: #333333;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
}


.ucSearchResultHeader {
	font-family: Arial;
  font-weight: bold;
  font-size: 12px;
  color: #000000;
  background-color: #EEEEEE;
}
.ucSearchResultItemManufacturerName {
	font-size: 11px;
  color: #333333;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
}
.ucSearchResultItemManufacturerSku {
	font-size: 11px;
  color: #333333;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
}
.ucSearchResultItemNumber {
	font-size: 11px;
  color: #333333;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
}
.ucSearchResultItemDescription {
	font-size: 11px;
  color: #333333;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
}
.ucSearchResultPaging {
	font-size: 11px;
  color: #333333;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
}
.ucSearchResultItemPrice {
	font-size: 11px;
  color: #333333;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
}
.ucSearchResultContinueShoppingButton {
	background-image: url(/checkout/images/continueShopping.gif);
	background-repeat: no-repeat;
	height: 18px;
	width: 124px;
}
.ucSearchResultContinueShoppingButtonOverlay {
	height: 18px;
	width: 124px;
}
.ucSearchResultBuyButton {
	background-image: url(/checkout/images/buy.gif);
	background-repeat: no-repeat;
	height: 18px;
	width: 92px;
}
.ucSearchResultBuyButtonOverlay {
	height: 18px;
	width: 92px;
}
.ucSearchResultMoreInfoButton {
	background-image: url(/checkout/images/moreInfo.gif);
	background-repeat: no-repeat;
	height: 18px;
	width: 92px;
}
.ucSearchResultMoreInfoButtonOverlay {
	height: 18px;
	width: 92px;
}
.ucUpsellYesButton {
	background-image: url(/checkout/images/upsellYes.gif);
	background-repeat: no-repeat;
	height: 45px;
	width: 82px;
}
.ucUpsellYesButtonOverlay {
	height: 45px;
	width: 82px;
}
.ucUpsellNoButton {
	background-image: url(/checkout/images/upsellNo.gif);
	background-repeat: no-repeat;
	height: 45px;
	width: 82px;
}
.ucUpsellNoButtonOverlay {
	height: 45px;
	width: 82px;
}

