/* -=-==--=--=-==-=-=-=-=--=-=-=-=-
 *  
 *		 Customer - bm9065869531
 *		 Written: 02-26-2007
 * 	 Author: FBSM
 *
 *
 --=-==--=--=-==-=-=-=-=--=-=-=-=- */

/*---=-=-==-=-=-= Left Nav Removal -----------------*/
.indexNoLeftNav #ecomm_sideBar, .templateNoLeftNav #ecomm_sideBar{
	display: none;
}
.templateNoLeftNav #ecomm_shopContent, .indexNoLeftNav #ecomm_shopContent{
	padding: 0 0 0 15px;
	width: 740px;
	margin: 10px 0 0 0;
}

 /* =--=-=-=-=--=-=-=-= Main Structure =-=-=-=-======================================-=--=-=-=-= */
html{
	text-align: center;
	background-color: #162F69; /* bkgrnd color of site */
	color: #000000; /* changes text color for site */
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	/*background-image: url(../images/page_bg.jpg);*/
	background-repeat: repeat-x;
}
body{
	padding: 0;
	margin: 0;
}
#main {
	width: 768px;
	margin: 0px auto;
	text-align: center;
	background-color: #fff;
	background-position: left;
	border: 0px solid #000000;
	background-image: url(../images/content_r.jpg);
	background-repeat: repeat-y;
}
#accountNav{
	/*background-image: url(../images/shopnav.jpg);*/
	margin: 0px auto 0px auto;
	width: 768px;
	color: #707070;
	position: relative;
	height: 26px; 
	line-height: 29px;
	z-index: 4;
	/*background-color: transparent;*/
	/*background-image: url(../images/page_r.jpg);*/
}
#flashSlideshow{
	width: 768px;
	height: 184px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

#header{
	background-image: url(../images/header.jpg);
	width: 768px;
	height: 101px;
	background-color: #2F2F2F;
	position: relative;
}
#primeNav{
	background-image: url(../images/primenav.jpg);
	clear:both;
	height: 28px;
	position: relative;
	background-color: #999;
	z-index: 10;
}


#content{
	background-image: url(../images/content_bg.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	min-height: 400px;
	text-align: left;
	/*background-color: #0B5986;*/
}
#footer{
	height: 16px;
	background-color: #000;
	clear:both;
	background-image: url(../images/footer.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
}
/* =--=-=-=-=--=--=-=-=-= Shop Nav =--=-=-==============================================-=--=--=-=-=-= */
#ecomm_shopNav{
	padding: 0px 0 0 20px;
	height: 20px;
	line-height: 20px;
	top: 5px;
	clear: both;
	text-align: left;
	text-transform: capitalize;
	position: absolute;
	left: 0px;
}
#ecomm_shopNavLinks{
	text-align: left;
	font-size: 10px;
	width: 200px;
}
#ecomm_shopNavLinks a:link, #ecomm_shopNavLinks a:visited,
#ecomm_shopNavLinks a:active{
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	margin-right: 10px;
}
#ecomm_shopNavLinks a:hover{
	text-decoration: underline;
	color: #fff;
	font-weight: bold;
}

/* ======================-> Search Bar <-======================================================= */
#ecomm_SearchProducts{
	position: absolute;
	right: 5px;
	top: 5px;
	width: 200px;
	padding: 0;
	line-height: 20px;
	height: 20px;
}
.ecomm_shopNavSearchBarLabel{
	position: absolute;
	left: 11px;
	color: #fff;
	font-weight: bold;
	font-size: 10px;
}
#searchButton, #searchButton.searchButton_off{
	position: absolute;
	top: 2px;
	right: 4px;
	font-size: 12px;
	font-weight: bold;
	background-color: transparent; /* bkgrnd color GO button */
	color: #fff !important; /* text color GO button */
	border: 0px solid #141414; /* border GO button */
	height: 17px;
	width: 35px;
	text-align: center;
	cursor: pointer;
}
/*===================> Rollover State =======================*/
#searchButton.searchButton_on, .searchButton_on{
	background-image: url(../images/go_on.gif) !important;
	background-color: #797979
}
#searchProducts {
	font-size: 10px;
	background-color: #fff;
	border: 1px solid #333;
	width: 100px;
	height: 13px;
	color: #302D24;
	position: absolute;
	top: 2px;
	left: 56px;
}

/* =--=-=-=-=--=--=-=-=-= Primary Nav =--=-=-=-=--=--=-=-=-= */
#primeNav .nav{
	position: absolute;
	right: 10px;
	top: 7px;
	z-index: 10;
	color: #D26D01;
}
#primeNav .navItem{

}

#ecms_primeNav .navSeperator{
	margin-left:2px;
	margin-right:2px;
	font-size: 11px;
}
.navItemLink:active, .navItemLink:link, .navItemLink:visited{
	font-size: 11px;
	font-weight: bold;
	color: #D26D01;
	text-decoration: none;
}
.navItemLink:hover{
	color: #E90A03;
	text-decoration: none;
	font-weight: bold;
}

/* =-====================> Second Tier > Dropdown > Primenav <-========================== */
/* ==========================> .navSub = ul, .navSubItem = li =======================*/
#ecms_primeNav .nav .navItem .navSub{
	top: 12px !important;
	left: 2px !important;
	line-height: normal;
	background-color: #1E418E; /*dropdown border color - primaryNav*/
	border: 0px solid #000;
	padding: 0 !important;
	width: 150px;
	z-index: 40;
	
}
#ecms_primeNav .nav .navItem .navSub .navSubItem{
	margin:1px;
	padding: 0px !important;
	text-align:left;
	background-color: #162F69; /*dropdown background color - primaryNav*/
}

.navSubItemLink:active, .navSubItemLink:visited, .navSubItemLink:link{
	font-weight: normal;
	line-height: 14px;
	font-size: 95%;
	padding: 2px;
	margin: 0 !important;
	color: #fff; /*dropdown text color - primaryNav*/
	text-decoration: none;
	width: 144px;
	display: block;	
}
.navSubItemLink:hover{
	color: #000; /*dropdown hover text color - primaryNav*/
	background-color: #FFD80E; /*dropdown hover background color*/
}
/* =--=-=-=-=-==========-=--=-=-=-= Left Nav =--=-=-=-====================--=--=-=-=-= */
#ecomm_shopByNavTitle,#ecomm_accountNavTitle, #ecomm_catalogNavTitle{
	color: #000000;
	padding: 0px 0px 0px 0px;
	font-weight: bold;
	margin: 23px 0 10px 5px;
	text-align: left;
}
#ecms_sideBarNav a:active, #ecms_sideBarNav a:link, #ecms_sideBarNav a:visited,
#ecomm_shopByNav a:active, #ecomm_shopByNav a:link, #ecomm_shopByNav a:visited{
	color: #D26D01;
	text-decoration: none;
	text-align: left;
	margin-top: 0px;
	padding: 0 0 0 0px;
	width: 128px !important;
	font-weight: normal;
	display: block;
	/*background-color: #909090;*/ /* use for bkground nav colors */
}
.navItemLink_selected{
	color: #E7170D !important;
	font-size: 10px;
	font-weight: bold !important;
	text-transform: uppercase;
}
#ecms_sideBarNav a:hover, #ecomm_shopByNav a:hover{
	color: #000000 !important; /* text hover main left links */
	text-decoration: underline;
	/*background-color: #EFB400;*/
}
#ecms_sideBarNav .navItem .navSub
#ecomm_shopByNav .navItem .navSub{
	margin: 0 !important;
	padding: 0 !important;
}
#ecms_sideBarNav .navSubItem a:link, #ecms_sideBarNav .navSubItem a:active, #ecms_sideBarNav .navSubItem a:visited,
#ecomm_shopByNav .navSubItem a:link, #ecomm_shopByNav .navSubItem a:active, #ecomm_shopByNav .navSubItem a:visited{
	color: #D26D01;
	text-decoration: none;
	text-align: left;
	margin-top: 0px;
	padding: 0 0 0 0px;
	width: 123px !important;
	font-weight: normal;
	display: block;
	/*background-color: #909090;*/ /* use for bkground nav colors */
}
#ecms_sideBarNav .navSubItem a:hover,
#ecomm_shopByNav .navSubItem a:hover{
	color: #000000 !important;
	background-color: transparent !important;
	text-decoration: underline;
}
#ecms_sideBarNav, #ecomm_shopByNav{
	margin: 40px 5px !important;
	padding: 0px;
	/*border: 2px solid #FF7200;*/
	width: 130px;
	/*background-color: #909090;*/ /* use for bkground nav colors */
}
#ecomm_sideBar{
	margin: 0 0 1px 0;
	
}
/* =--=-=-=-====================--=--=-=-=-= Secondary Skins =--=-=-=-=--=====================--=-=-=-= */
/*.secondary #header{
	background-image: url(../images/secondary_header.jpg);
	height: 99px;
}
.secondary #primeNav{
	background-image: url(../images/secondary_primenav.jpg);
	height: 31px;
}
.secondary #topNav{
	background-image: url(../images/secondary_shopnav.jpg);
	height: 34px;
}
.secondary #content{
	background-image:  url(../images/secondary_content_bg.jpg);
	background-position: right -1px;
}*/
/*============= Tiretracker ==============================*/
#ecomm_tireFitmentGuide{
  text-align:center;
  font-size: 11px !important;
  color: #000; 
  height: 340px;
  width: 545px;
  overflow: hidden;
  margin: 1em auto; 
  z-index: 0;
  position: relative;
 }
.tireFitmentGuide{
  width: 545px;
  text-align:left;
  margin-right:auto;
  margin-left:auto;
  position: relative;
  z-index: 1;
 }
.tireFitmentGuide_tbl{
  width: 545px;
  height: 340px;
  position: relative;
  background-repeat: no-repeat;
  background-image: url(../images/tirefitment_blank.jpg);
 }
.tireFitmentGuide_tbl td{
  width: 50%;
  vertical-align: top;
 }
.tireFitmentGuide_tblRow{
  height: 239px;
 
 }
.tireFitmentGuide_header{
  height:20px;
  font-size:120%;
  font-weight:bold;
  display: none;
 }
.tireFitmentGuideFormElements_tbl{
  width:210px;
  position: relative;
  top: 75px;
  left: 20px;
  color: #000;
 }
.tireFitmentGuideFormElementsLabel_tblCell{
  width:30%;
 }
.tireFitmentGuideFormElements_tblCell{
  width:70%;
  text-align:right;
 }
.tireFitmentGuideFormHeader{
  height:15px;
  line-height:15px;
  font-weight: bold;
  position: relative;
  top: 57px;
  left: 20px;
 }
#tireFitmentGuideSearchResults .tireFitmentGuideFormHeader{
  left: -15px;
 }
#tireFitmentGuideSearchResults .tireFitmentFormElement_list{
  position: relative;
  left: -15px;
  top: 75px;
  height: 100px;
 }
#tireFitmentGuideSearchResults .tireFitmentFormElement_Button{
  position: relative;
  top: 75px;
  right: 20px;
 
 }
.tireFitmentGuideFinder_tbl{
  width:100%;
 }
.tireFitmentGuideFinder_tbl td{
  width:25%;
 }
.tireFitmentFormElement_select{
  width:98%;
 }
.tireFitmentFormElement_list{
  width:98%;
  vertical-align: middle;
 }
.tireFitmentFormControls{
  text-align: right;
  padding-top:4px;
  padding-bottom:4px;
 }
.tireFitmentFormElement_Button{
  vertical-align: middle;
 }
.tireFitmentGuideText{
  position: relative;
  top: 16px;
  left: 15px;
 }
.tireFitmentGuideFinder_tbl{
  position: relative;
  top: 2px;
  left: 10px;
 }
.tireFitmentGuideFinderBottom_tblRow .tireFitmentGuideFinder_tblCell{
 
  padding-top: 5px;
 }


/* =--=========-=-=-=-= Content =--=-=-=-=-=========================================-=--=-=-=-= */
p, .ecomm_asset{
	margin-bottom: 1em;
}
p{
	line-height: 130%;
}
.imgborder, .imgborder-left, .imgborder-right, .imgborderleft, .imgborderright{
	border: 1px solid #666;	
}
.imgborder-left, .imgborderleft{
	margin-right: 5px;
	float: left;
}
.imgborder-right, .imgborderright{
	margin-left: 5px;
	float: right;
}
a:link, a:visited, a:active {
	color: #E7170D; /* text color of links */
	background-color: transparent;
	text-decoration: none;
}
a:hover {  
	color: #E28703;
	background-color: transparent;
	text-decoration: underline;
}
.ecomm_assetTitle, .assetTitle{
	font-size: 120%;
	font-weight: bold;
	text-align: left;
	margin-bottom: 5px;
	color: #D26D01 !important;
	border-bottom: 1px solid #D26D01 !important;
}
h2.assetTitle{
	font-size: 100%;
}
.assetSubTitle{
	font-size: 100%;
}
#ecomm_pageTitle, .ecomm_formSectionHeader{
	background-color: #FFD80E; /* bkgnd color page titles ecomm, login, */
	padding: 1px 5px;
	color: #000000;
	margin: .5em 0 1em 0;
	border: 1px solid #5A6060;
	font-weight: bold;
	font-size: 11px;
}
#ecomm_pageTitle a:link, #ecomm_pageTitle a:active, #ecomm_pageTitle a:visited{
	color: #fff; 
}
#ecomm_pageTitle a:hover{
	color: #F7E300;
}
#ecomm_policyNav{
	clear:both;
	margin: 2em 5px 0 0;
	color: #E7170D; /* color of | in Terms/Policy */
}

/* =-=-=--=-=======================-=-=-=-= Crumb Nav =--=-=--===============================--=-=--= */
.ecms_crumbNav{
	text-align: right;
	color: #000;
	font-size: 7pt;
	margin-top: 10px;
	margin-bottom: 10px;
}
.ecms_crumbNav a:link, .ecms_crumbNav a:active, .ecms_crumbNav a:visited{
	color: #000;
}
.ecms_crumbNav a:hover{
	color: #000;
	text-decoration: underline;
}


/* =-=-=--=--=-============================-=-= Hours =--=-=--=--=-================================--= */
#ecms_hoursOfOperation{
	background-color: #eee;
	border: 1px solid #333;
	border-top: 0;
	width: 350px;
	margin: 1em auto;
	padding: 0px;
	clear:both;
	text-align: left;
}
.hourGroupTitle{
	color: #000;
	font-weight: bold;
	text-align: center;
	padding: 3px 0;
	margin-bottom: 3px;
	background-color: #FFD80E; /* bkgnd title color hours */
	border-bottom: 1px solid #333;
	border-top: 1px solid #333;
}
.hourGroup{
	color: #333;
	width: 350px;
}

.hour_tbl{
	font-size: 8pt;
	width: 100%;
}

.hourDay_tblRow{
	padding-right: 20px;
	font-weight: bold;
	text-align: left;
}
.hour_tblRow td{
	padding: 2px;
}
.hourStartTime_tblRow{
	padding-right: 10px;
	text-align: left;
}


/* =-=-=--=--=-=-=-= Coupons =--=-=--=--=-=--= */
#ecms_coupons{
	margin-top: 20px;
}

#couponPopUp{
	background: #FFFFFF;
}


#ecms_coupons .assetTitle{ 
	color: #ffffff; /* coupon asset title text color splash page */
	border-bottom: #341F4E; 
}
#ecms_coupons .printerIcon-img{
	cursor: pointer;
}

#ecms_coupons .couponEndDate{
	font-size:80%;
	padding-right:2px;
	padding-left:2px;
}
.coupon_tblCell{
	padding:2px;
	width:33%;
	color: #fff;
}
#ecms_coupons .coupon{
	margin-top: 5px;
	background-color: #EFEFEF; /* coupon bknd content color */
	border: 1px solid #333;
}
.coupon .assetSubTitle{
	background-color: #FFB107; /* coupon title bkgnd color */
	text-align: center;
	padding: 3px 2px !important;
	line-height: 14px;
	color: #000; /* coupon title text color */
	border-bottom: 1px solid #2C2D7F;
}
#ecms_coupons .couponStoreName{
	display: none;
	text-align: center;
}
#ecms_coupons .couponStoreAddress{
	display:inline;
}
#ecms_coupons .coupon[class]{
	min-height:150px;
}
#ecms_coupons .itemControls{
	padding-right:2px;
	padding-left:2px;
	position: absolute;
	bottom:2px;
	right:2px;
}
#ecms_coupons .itemDescription{
	color: #666; /* asset text color w/in coupons */
	text-align: justify;
	margin: 10px 5px 10px 5px;
	font-size:90%;
}
#ecms_coupons .assetDescription{
	color: #000;   /* coupon text color asset description */
}
#ecms_coupons .couponendTime{
	color: #0A0E2B !important;
	position: absolute !important;
	bottom: 4px;
	left: 5px;
}
#ecms_coupons .couponendTime label{
	font-weight: bold;
}
#ecms_coupons .itemShortDescription{
	color: #a00;
	text-align: center;
	margin: 10px 5px 20px 5px;
	font-size:90%;
}
#ecms_coupons .couponSummary_tbl{
	width:100%;
}
#ecms_coupons .couponSummary_tblCell{
	padding: 10px 0;
}
#ecms_coupons .couponSummary_tbl td{
	width:50%;
	padding-right:2px;
	padding-left:2px;
}
.assetSubTitle, .assetDescription{
	margin:0px;
	padding:0px;
}
.couponDisplayPopup{
	margin:10px;
	background-color: #ffffff !important;
	color: #000000 !important;
}
.couponDisplayPopup .itemControls{
	display:none !important;
}
.couponDisplayPopup .couponControls{
	text-align: right;
}
.couponDisplayPopup .couponPrint{
	margin :10px;
	border: 3px dashed #666666;
	_height:120px;
	padding: 0;
	min-height:120px;
	position: relative;
}
.couponDisplayPopup .couponStoreName{
	text-align: center;
	color: #fff;
	font-weight: bold;
	background-color: #666;
	padding: 3px 0px !important;
}
.couponDisplayPopup .assetSubTitle{
	background-color: #999;
	color: #FFFFFF !important;
	font-size: 15px;
	font-weight: bold;
	text-align: left;
	padding: 5px 0px 5px 10px;
}
.couponDisplayPopup  .couponDisplayPopup .itemDescription,.couponDisplayPopup .couponEndDate{
	color: #000000 !important;
	font-size: 8pt;
	text-align: center;
}

.couponDisplayPopup .itemDescription{
	color: #000000 !important;
	font-size: 8pt;
	margin-top: 5px;
	text-align: left;
	padding: 5px;
}

.couponDisplayPopup .itemShortDescription{
	color: #000000 !important;
	font-size: 8pt;
	margin-top: 10px;
	margin-bottom: 20px;
	text-align: center;
}
.couponDisplayPopup .ecomm_button{
	border: solid 1px #000000 !important;
	color: #000000 !important;
	background-color: #CAC2CA !important;
	background-image: none !important;
	cursor: pointer !important;
	margin-bottom:2px;
}
.couponDisplayPopup .couponStoreAddress{
	width: 100%;
	background-color: #F9F9F9;
	font-size: 90%;
	padding: 3px 0px 3px 0px;
	border-top: 1px solid #666666;
	position: relative;
}
.couponDisplayPopup .couponStoreAddress .ecms_label{
	font-weight:bold;
	padding-left: 10px;
}
.couponStoreName{
	color: #FD9334;
	text-align: center;
}
.couponPrint{
	text-align: left;
}

/* =--=-=-=-=--=--=-=-=-= Showcase Skins =--=-========================================-=-=--=--=-=-=-= */
/* =-=-=--=--=-=-=-= Showcase =--=-=--=--=-=--= */
#ecomm_catalogSelector_div, .ecms_promotions{
 position: relative;
 z-index: 3;
}
#ecomm_showcaseFindNew a:link, #ecomm_showcaseFindUsed a:link,
#ecomm_showcaseFindNew a:visited, #ecomm_showcaseFindUsed a:visited,
#ecomm_showcaseFindNew a elected, #ecomm_showcaseFindUsed a elected{
	color: #EA160B; /* showcase usedAdvanced */
	font-weight: bold;
}
#ecomm_showcaseFindNew a:hover, #ecomm_showcaseFindUsed a:hover{
	color: #EA160B;
}
#ecomm_showcase{
	padding-bottom: 10px;
}

#ecomm_showcaseContent{
	margin-top: 0px;
	padding-right: 0px;
	width: 758px;
	padding-left: 0px;
}

#ecomm_showcaseFeaturedProducts{
	width: 145px !important;
	margin: 0;
	float: left;

}
#ecomm_showcasePortal{
	width: 758px !important;
	text-align: left;
	background-color: #FFB308; /* showcase bkgnd color */
	padding-left: 0px;
}
#ecomm_showcasePortalContent{
	background-color: #FFB308; /* bkgnd color of Overview box showcase */
	/*border-left: 1px solid #799DB5;*/
	overflow: auto;
	width: 599px; 
	float: left;
	margin: 0;
}
.ecomm_showcaseAssetTitle{
	color: #000 !important; /* text color 'Overview' title */
}
.ecomm_showcaseAsset{
	min-height: 260px;
	width: 575px;
	height: auto;
}
#ecomm_showcasePortalContent a:link{
	color: #ffffff !important;
}
.showcaseSearchInner_tbl{
	margin-top: 60px;
	color: #D26D01;
	width: 240px;
	margin-left: 12px;
	font-weight: bold;
}

#ecomm_showcaseFindUsedAdvanced .showcaseSearchInner_tbl select,#ecomm_showcaseFindUsedAdvanced .showcaseSearchInner_tbl input{
	width: 125px !important;
}
#ecomm_showcaseFindUsedAdvanced .showcaseSearchInner_tbl .ecomm_button{
	width: 25px !important;
}
#showcaseSearch_tbl{
	width: 90%;
	margin: 0px auto;
	text-align: center;
}
#ecomm_showcaseFindUsed{
	background-image: url(../images/used.jpg);
	background-repeat: no-repeat;
	border: 0px;
	height: 280px;
	width: 290px;
}
#ecomm_showcaseFindNew{
	background-image: url(../images/new.jpg);
	background-repeat: no-repeat;
	border: 0px;
	height: 280px;
	width: 290px;
}
#ecomm_showcaseFindUsedAdvanced{
	background-image: url(../images/usedAdvanced.jpg);
	background-repeat: no-repeat;
	height: 435px;
	width: 520px;
	padding-left: 0px;
	margin: 0px auto;
}
#ecomm_showcaseFindUsedAdvanced .showcaseSearchInner_tbl{
	margin-top: 70px;
	width: 450px !important;
	margin-left: -7px;
}

.ecomm_legend{
	display: none;
}
.ecomm_fieldset{
	border: 0px;
}
#ecomm_showcaseSearch fieldset{
	height: 240px;
	width: 240px;
	padding: 0px 0px 0px 0px;
	float: left;
}
#ecomm_showcaseFindUsed fieldset{
}
.showcaseSearchInnerSubHeader_tblCell{
	text-align: left;
	color: #D26D01;
	padding-left: 30px;
}
#ecomm_showcaseSearch fieldset legend{
	display: none;
}
#_ctl0_sus1_txtUsedSearchYearRangeEnd, #_ctl0_sus1_txtUsedSearchYearRangeStart{
	margin-top: 3px;
	height: 11px;
}
/* ====================-> Used Equipment <-=========================================== */
#ecomm_equipmentFilters, #ecms_usedEquipmentList{
	padding-top: 35px;
	padding-left: 0px;
	padding-right: 0px;
}

#ecomm_showcasePortalContent #ecms_usedEquipmentList{
	padding: 0;
}


#ecms_usedEquipmentList td{
	padding: 2px;
}
#ecms_usedEquipmentList .equipmentList_tblRow1{
	background-color: #FBDE90; /* alternating */
	color: #000;
}
#ecms_usedEquipmentList .equipmentList_tblRow1 a:link, #ecms_usedEquipmentList .equipmentList_tblRow1 a:active, #ecms_usedEquipmentList .equipmentList_tblRow1 a:visited {
	color: #E7170D !important;
}
#ecms_usedEquipmentList .equipmentList_tblRow1 a:hover{
	color: #D26D01 !important;
}
#ecms_usedEquipmentList .equipmentList_tblRow0{
	background-color: transparent;
}
#ecms_usedEquipmentList .equipmentListIcon_img{
}

/* =-=====================> Showcase Portal Used Equipment table <-============================= */
#ecomm_showcasePortalContent #ecms_usedEquipmentList td{
	padding: 2px;
	border: 0;
}
#ecomm_showcasePortalContent #ecms_usedEquipmentList .equipmentList_tblRow1{
	background-color: #FFD80E !important;
}
#ecomm_showcasePortalContent #ecms_usedEquipmentList .equipmentList_tblRow0{
	background-color: White; 
}
#ecomm_showcasePortalContent #ecms_usedEquipmentList .equipmentListIcon_img{
}
#ecomm_showcasePortalContent a:link, #ecomm_showcasePortalContent a:active, #ecomm_showcasePortalContent a:visited{
	color: #000 !important;
}
#ecomm_showcasePortalContent a:hover{
	color: #a00 !important;
}

/* =-=-=--=--=-=-=-= Links List =--=-=======================================================--=--=-=--= */
#ecms_links  .assetDescription{
	margin-bottom: 1em;
}
#ecms_links .assetSubTitle{
	font-size: 8pt;
	margin-bottom: 2px;
}
#ecms_links .assetTitle{
	color: #341F4E; /* text color link category title */
	border-bottom: 1px solid #341F4E;
}
#ecms_links .link{
	margin-bottom: 15px;
	margin-left: 5px;
}
#ecms_links .itemDescription, #ecms_links .linkControls{
	padding-left: 10px;
}
.linkControls a{
	font-weight: bold;
	padding: 1px 2px;
}
.linkControls a:hover{
	/*background-color: #eee;*/
	/*color: #000;*/
}
.links .link{
	background-repeat: no-repeat;
	padding-bottom: 1em;
}
/* =-=-=--=--=-=-=-= Events =--=-=============================================--=--=-=--= */
#ecms_events .assetDescription{
	margin-bottom: 5px;
	margin-left: 5px;
}
#ecms_events .assetSubTitle{
	margin: 1em 0px 10px 0px;
	font-size: 110%;
	color: #000; /* text color event categories */
	border-bottom: 1px solid #000;  
}

#ecms_events .eventTime{
	text-align: right;
	font-size: 8pt;
}
#ecms_events .itemDescription{
	margin-top: 5px;
}
#ecms_events .eventListItemTitle_link{
	margin-left: 5px;
}
/* =-=-=--=--=-=-=-= Gallery =--=-=--=--=-=--= */
/* =-> Gallery Index <-= */
#ecms_galleries .assetTitle{
	/*color: #341F4E;  Gallery Title w/in specific gallery 
	border-bottom: 1px solid #341F4E;*/
}
#ecms_galleries .galleryTitle_link{
	font-size: 8pt;
	/*color: #00A3B6;*/ /* Gallery Title on gallery splash page */
}
#ecms_galleries .assetDescription{
	font-size: 8pt;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #000; /* gallery description gallery splash pg */
}
#ecms_galleries .gallerySummary_tbl td{
	padding: 4px !important;
	font-size: 8pt;
}
#ecms_galleries .gallerySummary_tbl td img, .gallery_tbl img{
	border: 1px solid #D26D01;
	background-color: #eee;
	padding: 0px;
}
/* =-==================================> Single Gallery <======================-= */
.gallery_tbl .gallery_tblRow0{
	background-color: #eee;
}
.gallery_tbl .gallery_tblRow1{
	background-color: transparent;
}
.gallery_tbl td{
	padding: 5px;
	text-align: center;
}
.gallery_tbl img{
	margin: 0 auto;
}
/* =-=-=--=--==============-=-=-= Staff =--=-=--=--=-===========================================--= */
#ecms_staff .staffMember{
	padding-top: 10px;
	clear:both;
}
#ecms_staff .staff{
	margin-bottom: 20px;
}
#ecms_staff .display_img{
	margin-right: 10px;
	bordeR: 1px solid #333;
	clear:left;
}
#ecms_staff .assetTitle{
	margin: 0 0px 10px 0px;
	padding-top: 1em;
	clear:both;
	color: #341F4E;
	border-bottom: #341F4E;
}
#ecms_staff .itemShortDescription{
	color: #D26D01; /* text color of staff's position */
	text-align: left;
	margin-bottom: 8px;
	font-weight: none;
}

#ecms_staff .assetDescription{
	font-size: 95%
}

/* =-=--=--=-=->>> *** EComm Cart CSS *** <<<=--=--=-+-=--= */
/* =-=-=--=--=-=-=-= Shopping Cart Styles =--=-=--=--=-=--= */

#ecomm_main{
	width: 760px;
	margin: 0;
	padding: 0;
}
#ecomm_shopContent{
	float: left;
	width: 600px;
	margin: 0 0 0 0px;
	padding: 50px 0 0 0;
}
#ecomm_fullContent{
	width: 746px;
	margin: 0px auto;
}
#ecomm_content, .ecomm_noLeftNav #ecomm_shopContent{
	float: right;
	width: 555px;
	padding: 15px 10px 0 0 !important;
}
.ecomm_browseProductsImage, .ecomm_productListImage{
	text-align: center;
	bordeR: 1px solid #C8C8C8;
	padding: 1px 3px 4px 1px;
	margin-bottom: 5px;
	background-repeat: no-repeat;
}

.ecomm_productListProductTitle{
	margin-bottom: 5px;

}
.ecomm_productListProductDescription{
	margin-bottom: 3px;

}
.ecomm_productListProductPrice{
	margin-bottom: 1em;
	color: #D26D01;
	font-weight: bold;

}
#ecomm_systemMessagesErrors{
	width: 95%;
}

/* =======================-> Non-Flash Catalog List <-==================================================== */
#ecomm_catalogSelector_div{
	text-align: center;
}
#ecomm_CatalogSelector td{
}
.ecomm_CatalogSelectorCatalogDescription{
	font-size: 10px;
}
#ecomm_CatalogSelector a:link, #ecomm_CatalogSelector a:active, #ecomm_CatalogSelector a:visited{
	color: #D26D01; /* text color html catalogs */
}
#ecomm_CatalogSelector a:hover{ 
	color: #D26D01; 
}
.ecomm_CatalogSelectorCatalogImage, .ecomm_catalogAssetCatalogImage{
	background-color: #FFF;
	border: 1px solid #D26D01; /* border color thumbnails */
	padding: 6px;
	margin: 10px 0 5px 0;
}
a:hover .ecomm_CatalogSelectorCatalogImage, a:hover .ecomm_catalogAssetCatalogImage{
	background-color: #D26D01; /* hover bkgnd color html catalog thumbnails */
	border-color: #D26D01;  
}
.ecomm_catalogAssetImage{
	text-align: center;
}
/* ======================-> Featured/Clearence <-=============================================== */
#ecomm_featuredItemsTitle, #ecomm_clearanceItemsTitle, #ecomm_recomendedItemsTitle{
	background-color: #FFD80E; /* title bkgrnd color of featured/clearance  */
	background-position: center top;
	padding: 3px 5px;
	color: #000000; /* change text color of featured/clearance titles */
	margin: .5em 0 0 0;
	border: 1px solid #333;
	border-bottom: 0;
}
#ecomm_featuredItems, #ecomm_clearanceItems, #ecomm_recomendedItems{
	background-color: #eee;
	padding-top: 10px;
	border: 1px solid #333;
}
.ecomm_clearanceItemPrice, .ecomm_featuredItemPrice, .ecomm_recomendedItemPrice{
	color: #333; /* text color of price */
	font-weight: bold;
	font-size: 100%;
}
.ecomm_featuredItemImage, .ecomm_clearanceItemImage, .ecomm_recomendedItemImage{
	text-align: center;
	margin-top: 5px;
	padding: 2px 3px 3px 3px;
	background-color: #FFF;
	border: 1px solid #333;	
}
.ecomm_clearanceItemTitle, .ecomm_featuredItemTitle, .ecomm_recomendedItemTitle{
	margin: 1em 0;
}
.ecomm_featuredItemTitle a:link, .ecomm_featuredItemTitle a:active,
.ecomm_clearanceItemTitle a:link, .ecomm_clearanceItemTitle a:active,
.ecomm_recomendedItemTitle a:link, .ecomm_recomendedItemTitle a:active{
	color: #000 !important;
}
.ecomm_clearanceItemTitle a:visited, .ecomm_featuredItemTitle a:visited,
.ecomm_recomendedItemTitle a:visited{
	color: #000;
}
.ecomm_clearanceItemTitle a:hover, .ecomm_featuredItemTitle a:hover, .ecomm_recomendedItemTitle a:hover{
	color: #E7170D !important;
	text-decoration: underline;
}
.featuredLinks{
	margin-top: 5px;
}
.ecomm_clearanceItemsFooter a:link, .ecomm_clearanceItemsFooter a:active, .ecomm_clearanceItemsFooter a:visited,
.ecomm_featuredItemsFooter a:link, .ecomm_featuredItemsFooter a:active, .ecomm_featuredItemsFooter a:visited,
.ecomm_recomendedItemsFooter a:link, .ecomm_recomendedItemsFooter a:active, .ecomm_recomendedItemsFooter a:visited{
	color: #333;
}
.ecomm_featuredItemsFooter a:hover, .ecomm_clearanceItemsFooter a:hover, .ecomm_recomendedItemsFooter a:hover, .ecomm_clearanceItemsFooter a:hover{
	color: #E7170D !important;
	text-decoration: underline;
}
.ecomm_featuredItemsFooter, .ecomm_clearanceItemsFooter,.ecomm_recomendedItemsFooter{
	text-align: right;
}
/* =-==========================> View Cart <-=========================================== */
#ecomm_receiptItems td{
	text-align: left;
}
.ecomm_receiptItemsHeader th{
}
.ecomm_formSectionTitle {
	padding-left: 5px;
}
.ecomm_orderHistoryItem td{
	text-align: left;
}
#ecomm_viewCart{
	margin-bottom: 10px;
}
#ecomm_viewCart a:link, #ecomm_viewCart a:visited, #ecomm_viewCart a:active{
	color: #a00;
}
#ecomm_viewCart a:hover{
	color: #000;
	text-decoration: underline;
}
.ecomm_viewCartHeader{
	color: #fff;
	background-color: #162F69; /* your cart */
	border: 1px solid #333;
	border-bottom: 0px;	
	padding: 1px 2px 2px 10px;
	font-weight: bold;
	margin: 0px;
	text-align: left;
	background-repeat: repeat-x;
}
#ecomm_viewCart .ecomm_viewCartItem{
	color: #333;
	}
.ecomm_viewCartItem td{
		background-color: #eee;
	border-bottom: 1px solid #333;
}	
.ecomm_button, .ecomm_viewCartFooter .ecomm_button, .ecomm_button, .ecomm_buttonDisabled, .ecomm_addToCartButton{
	font-size: 10px;
	font-weight: normal;
	background-color: #DDD;
	color: #000 !important;
	border: 1px solid #333;
	text-align: center;
}
#ecomm_systemMessagesInfo{
	font-size: 9px;
	text-align: center;
	margin-top: 25px;
	margin-bottom: 25px;

}
.ecomm_viewCartItemQtyTextBox{
	font-size:10px;
}
#ecomm_productList {
}
#ecomm_productList td{
}
#ecomm_browseProducts td{
}
#ecomm_browseProducts {
}

.ecomm_productDetailBarPrice {
	
}
#ecomm_productDetailBar{
	width: 100%;
	margin-bottom: 20px;
}
#ecomm_productDetailBar td{
	padding: 2px;
}
.ecomm_formLabelRequired {
	color: #E7170D;
	font-weight: none;
}
.ecomm_viewCartSubTotalRow{
	color: #D26D01;
}
.ecomm_checkoutFormLabel{
	padding: 0.5em 0 3px 0;
}
/* ====================-> Quick Order <================================================-= */
#ecomm_cartQuickOrder{
	margin-top: 20px;
	margin-bottom: 10px;
   color: #333;
}
.ecomm_cartQuickOrderForms{
	background-color: #EEE;
	border-color: #333;
}
.ecomm_cartQuickOrderTab{
	background-color: #FFD80E; /* unselected tab */
	color: #2F2F2F;
}
.ecomm_cartQuickOrderTab_selected{
	background-color: #EEE !important; /* quick order tab */
	color: #333;
	border-color: #333;
}

.ecomm_productOptionDetailSaleDescription{
	color: #a00;
	font-weight: bold;
}

.flashCatalog, .FlashCatalog{
	width: 760px !important;
}

/* =======================-> Product Pager <-============================================== */
#ecomm_productPager, .pagingControl{
	margin: 2px 0px 1em 0;
	padding: 1px 2px;
	font-size: 11px;
	background-color: #162F69;
	border: 1px solid #999;
}
#ecomm_productPager, .pagingControl, .pagingControl span, #ecomm_productPager span{
	color: #fff;
}
#ecomm_productPager a:link, #ecomm_productPager a:visited,
#ecomm_productPager a:active, .pagingControl a:link, .pagingControl a:visited, .pagingControl a:active {
	color: #fff;
	text-decoration: none;
	padding: 2px;
}
#ecomm_productPager a:hover, #ecomm_productPager a:hover, #ecomm_productPager a:hover,
.pagingControl a:hover, .pagingControl a:hover, .pagingControl a:hover  {
	color: #000;
	background-color: #EFB400;
	padding: 2px;
}
.ecomm_productPagerPageCountNumber, .ecomm_productPagerPageCountNumber{
	font-weight: bold;
	padding: 2px;
}
.ecomm_showcaseAssetTitle{
	color: #000000;
	font-size: 10px;
}
/*------- Contact Us -------------*/


/*-------- Map ------------*/
#ecms_map .map{
	height: 320px !important;
}
.map_img{
	border: 1px solid #999999;
}

.ecomm_content_webcart {  width: 540px !important;  margin-left:auto !important; margin-right:0px !important;}

#ecom_leftCart { width: 100% !important; left: 5px !important; top: 18px !important; }
.boxTitle{
	background-color: #FEB90D !important;
	color: #fff !important;
}