/* -=-==--=--=-==-=-=-=-=--=-=-=-=-
 *  
 *		 Generic Powersports Template 14
 *		 Written: 7/28/06
 *     July `07 Remastered 
 * 	 Author: K. Praslowicz for 50 Below.
 *
 *
 --=-==--=--=-==-=-=-=-=--=-=-=-=- */
h1 {
	font-size: 180%;
	font-weight: bold;
	line-height: 180%;

	}
h2 {
	font-size: 160%;
	line-height: 160%;
	font-weight: bold;
	}
h3 {
	font-size: 140%;
	line-height:140%;
	font-weight: bold;
}
h4 {
	font-size: 120%;
	line-height:120%;
	font-weight: bold;
}
h5 {
	font-size: 100%;
	line-height: 100%;
	font-weight: bold;
	}
h6 {
	font-size: 90%;
	line-height: 90%;
	font-weight: bold;
	}
#flashVersionMessage{
	position: relative;
	top: 6px;
	left: 15px;
	width: 710px;
	background-color: #000;
	padding: 2px;
	color: #fff;
	border: 1px solid #353535;
}
#flashVersionMessage a:active, #flashVersionMessage a:link, #flashVersionMessage a:visited{
	font-weight: bold;
	color: #F00;
}
#flashVersionMessage a:hover{
	text-decoration: underline;
}	
 /* =--=-=-=-=--=-=-=-= Main Structure =-=-=-=--=--=-=-=-= */
html{
	text-align: center;
	background-color: #000;
	color: #ddd;
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
body{
	padding: 0;
	margin: 0;
}
#main {
	width: 776px;
	margin: 0px auto 0px auto;
	text-align: left;
	background-color: #333333;
	border-top: 0px;
	background-image: url(../images/repeat.gif);
	background-repeat: repeat-y;
}
#topNav{
	margin: 0px auto 0px auto;
	padding: 0 0 15px 0;
	width: 776px;
	color: #000;
	background-color: #000;
	background-image: url(../images/chains.jpg);
	background-position: -7px bottom;
	background-repeat: no-repeat;
	position: relative;
}
#header{
	background-image: url(../images/flash_under.png);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 776px;
	height: 150px;
	background-color: #000;
	text-align: left;
}
#primeNav{
	clear:both;
	padding-top: 6px;
	height: 29px;
	background-image: url(../images/mid_nav.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	background-color: #1C1D00;
	text-align: center;
	position: relative;
	z-index: 20;

}


#content{
	background-image: url(../images/content_bg.gif);
	background-position: top right;
	background-repeat: no-repeat;
	min-height: 400px;
}
#footer{
	height: 72px;
	clear:both;
	background-image: url(../images/footer.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

#content_bottom{
	background-image: url(../images/content_bottom.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}


/* =--=-=-=-=--=--=-=-=-= Top Nav =--=-=-=-=--=--=-=-=-= */
#ecomm_shopNav{
	clear: both;
	text-align: left;
	font-weight: bold;
	text-transform: capitalize;
}
#ecomm_shopNavLinks{
	float: left;
	text-align: left;
	padding-left: 40px;
	font-size: 11px;
	width: 200px;
	font-family: Arial, Helvetica, sans-serif;
}
#ecomm_shopNavLinks a:link, #ecomm_shopNavLinks a:visited,
#ecomm_shopNavLinks a:active{
	padding: 1px 3px;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}
#ecomm_shopNavLinks a:hover{

	padding: 3px;
	text-decoration: underline;
	color: #A1A267;
}

/* =-> Search Bar <-= */

#ecomm_shopNavSearchBar{
	position: absolute;
	right: 50px;
	top: 4px;
	width: 200px;
	padding: 0;
	line-height: 20px;
	height: 20px;
}

.ecomm_shopNavSearchBarLabel{
	position: absolute;
	left: 8px;
	color: #fff;
	font-weight: normal;
	font-size: 10px;
}



#searchButton {
	position: absolute;
	top: 0px;
	right: 0px;
	font-size: 10px;
	font-weight: normal;
	background-color: #6D6E1D;
	color: #FFF !important;
	border: 1px solid #fff;
	height: 16px;
	width: 35px;
	text-align: center;
	
}
#searchProducts {
	font-size: 10px;
	background-color: #fff;
	border: 1px solid #4C4C4C;
	width: 100px;
	height: 13px;
	color: #302D24;
	position: absolute;
	top: 2px;
	left: 56px;
}
/* =--=-=-=-=--=--=-=-=-= Primary Nav =--=-=-=-=--=--=-=-=-= */
#ecms_primeNav{
	margin: 0px auto !important;
	text-align: center !important;
}
#ecms_primeNav .nav{
	padding-left: 0px !important;
	width: auto;
	margin: 0 auto !important;

}
#ecms_primeNav .navItem{
	float: none;
	display: inline;
}

#ecms_primeNav .navSeperator{
	margin-left: 3px;
	margin-right: 3px;
}
#ecms_primeNav .navItemLink:active,#ecms_primeNav .navItemLink:link,#ecms_primeNav .navItemLink:visited{
	font-weight: bold;
	color:#fff;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: left center;
}
#ecms_primeNav .navItemLink:hover{
	color: #B8B885;
	background-repeat: no-repeat;
	background-position: left center;	
}

/* =-> Second Tier <-= */
#ecms_primeNav .nav .navItem .navSub{
	top:12px !important;
	left: 2px !important;
	line-height: normal;
	background-color:#3F3F16;
	border: 1px solid #4B5218;
	padding: 0 !important;
	width: 150px;
}
#ecms_primeNav .nav .navItem .navSub .navSubItem{
	margin:1px;
	padding: 0px !important;
	text-align:left;
	background-color: #757628;
}

#ecms_primeNav .navSubItemLink:active,#ecms_primeNav .navSubItemLink:visited,#ecms_primeNav .navSubItemLink:link{
	font-weight: normal;
	line-height: 14px;
	padding: 2px;
	margin: 0 !important;
	color:#fff;
	text-decoration: none;
	width: 144px;
	display: block;	
}
#ecms_primeNav .navSubItemLink:hover{
	color:#000;
	background-color: #ACAD77;
}
/* =--=-=-=-=--=--=-=-=-= Left Nav =--=-=-=-=--=--=-=-=-= */
#ecomm_shopByNavTitle,#ecomm_accountNavTitle, #ecomm_catalogNavTitle{
	color: #fff;
	padding: 0px 10px 0px 0px;
	font-weight: bold;
	margin: 20px 0 5px 0;
	text-align: right;

}

.ecomm_shopByNavLink,.ecomm_accountNavLink, .ecomm_shopByNavSubLink{
	display: block;
	font-size: 10px;
}

#ecms_sideBarNav a:active, #ecms_sideBarNav a:link, #ecms_sideBarNav a:visited{
	color: #fff;
	text-decoration: none;
	text-align: right;
	margin-bottom: 1px;
	display: block;
	padding-right: 10px;
	margin-left: 10px;
}
#ecms_sideBarNav a:hover{
	color: #333333;
	text-decoration: none;
	background-color: #838383;
	
}
#ecms_sideBarNav .navSubItem a:link, #ecms_sideBarNav .navSubItem a:active, #ecms_sideBarNav .navSubItem a:visited{padding-right: 17px; color: #DEDFCA;}
.navItemLink_selected, .navItemLinkSelected{
	font-size: 11px;
	font-weight: bold;	
	
}
#ecms_sideBarNav{
	margin: 0;
	padding: 0 0 15px 0;
}

/* =--=-=-=-=--=--=-=-=-= Secondary Skins =--=-=-=-=--=--=-=-=-= */
.secondary #header{
	height: 55px;
	padding-bottom: 5px;

}
.secondary #flashHeader{

}
.secondary #companyName{
	width: 750px;
	text-align: right;
	height: 30px;
	padding: 15 10px 0 0;
	margin: 0;
}
.secondary #topNav{
}
/* =--=-=-=-=--=--=-=-=-= Content =--=-=-=-=--=--=-=-=-= */
p, .ecomm_asset{
	margin-bottom: 1em;
}
.imgborder, .imgborder-left, .imgborder-right{
	border: 1px solid #A7A76F;	
}
.imgborder-left{
	margin-right: 5px;
	float: left;
}
.imgborder-right{
	margin-left: 5px;
	float: right;
}
a:link, a:visited, a:active {
	color: #A1A267;
	background-color: transparent;
	text-decoration: none;
}
a:hover {
	color: #fff;
	background-color: transparent;
	text-decoration: none;
}


.ecomm_asset a:link, .ecomm_asset a:visited, .ecomm_asset a:active{
	text-decoration: underline;
}
.ecomm_assetTitle, .assetTitle{
	font-size: 120%;
	color: #fff;
	font-weight: bold;
	text-align: left;
	margin-bottom: 5px;
}
h2.assetTitle{
	font-size: 100%;
}
.assetSubTitle{
	font-size: 100%;
}
#ecomm_pageTitle, .ecomm_formSectionHeader{
	font-size: 100%;
	text-align: center;
	border: 1px solid #5B5B5B;
	background-color: #646514;
	background-image: url(../images/bar-bg.gif);
	color: #fff;
	font-weight: bold;
	text-align: left;
	padding: 2px 2px 2px 10px;
	margin-bottom: 1em;
}
#ecomm_pageTitle a:link, #ecomm_pageTitle a:active, #ecomm_pageTitle a:visited{
	color: #EAEAEA;
}
#ecomm_pageTitle a:hover{
	color: #fff;
}
#ecomm_policyNav{
	clear:both;
	margin: 2em 0;
}

/* =-=-=--=--=-=-=-= Crumb Nav =--=-=--=--=-=--= */
.ecms_crumbNavigation{
	text-align: right;
	color: White;
	font-size: 7pt;
	margin-top: 10px;
	margin-bottom: 10px;
}
.ecms_crumbNavigation a:link, .ecms_crumbNavigation a:active, .ecms_crumbNavigation a:visited{
	color: White;
	text-decoration: underline;
}
.ecms_crumbNavigation a:hover{
	color: #ABAC77;
}


/* =-=-=--=--=-=-=-= Hours =--=-=--=--=-=--= */
#ecms_hoursOfOperation{
	background-color: #2E2E2E;
	width: 350px;
	margin: 0 auto;
	padding: 5px;
	clear:both;
	text-align: left;
	margin-bottom: 20px;
}
.hourGroupTitle{
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	padding: 3px 0;
	margin-bottom: 3px;
	background-color: #5C5D0E;
}
.hourGroup{
	color: #fff;
	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{

}
#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: #5C5C5C;
	padding-bottom: 20px;
}
.coupon .assetSubTitle{
	background-color: #A1A267;
	text-align: center;
	padding: 3px 2px !important;
	line-height: 14px;
	color: #fff;
}
#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: #fff;
	text-align: justify;
	margin: 10px 5px 10px 5px;
	font-size:90%;
}
#ecms_coupons .assetDescription{
	
}
#ecms_coupons .couponendTime{
	color: #fff !important;
	position: absolute !important;
	bottom: 4px;
	left: 5px;
}
#ecms_coupons .couponendTime label{
	font-weight: bold;
}
#ecms_coupons .itemShortDescription{
	color: #A1A267;
	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{
	background-color: #ffffff !important;
	color: #000000 !important;
	width: 375px;
	margin: 10px auto;
}
.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;
	background-color: #fff !important;
}
.couponDisplayPopup .couponStoreName{
	text-align: center;
	color: #fff;
	border-bottom: 2px dashed #666;
	font-weight: bold;
	background-color: #999;
	padding: 3px 0px !important;
}
.couponDisplayPopup .assetSubTitle{
	background-color: #FaFafa;
	color: #333 !important;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	border-bottom: 2px dashed #666666;
	padding: 5px 0px 5px 10px;
}
.couponDisplayPopup  .couponDisplayPopup .itemDescription,.couponDisplayPopup .couponEndDate{
	color: #000000 !important;
	font-size: 8pt;
	text-align: center;
}
.couponDisplayPopup .couponendTime{
	margin: 5px;
	font-size: 8pt;
}
.couponDisplayPopup .couponendTime label{
	font-weight: bold;
}

.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 dashed #666666;
	position: relative;
}
.couponDisplayPopup .couponStoreAddress .ecms_label{
	font-weight:bold;
	padding-left: 5px;
}
.couponStoreName{
	color: #FD9334;
	text-align: center;
}
.couponPrint{
	text-align: left;
}
/* =--=-=-=-=--=--=-=-=-= Showcase Skins =--=-=-=-=--=--=-=-=-= */
/* =-=-=--=--=-=-=-= Showcase =--=-=--=--=-=--= */
#ecomm_showcaseContent{
	margin-top: 0px;
	margin-left: 9px;
	width: 746px;
}

#ecomm_showcaseFeaturedProducts{
	width: 150px !important;
	margin: 0;

}

.showcaseSearchInner_tbl{
	margin-top: 60px;
}
#ecomm_showcaseFindNew, #ecomm_showcaseFindUsed{
	color: #fff;
}
#ecomm_showcaseFindNew a:hover, #ecomm_showcaseFindUsed a:hover{
	color: #fff;
}
#ecomm_showcaseFindUsed{
	background-image: url(../images/used.jpg);
	background-repeat: no-repeat;
	border: 0px;
	height: 246px;
	width: 270px;
}
#ecomm_showcaseFindNew{
	background-image: url(../images/new.jpg);
	background-repeat: no-repeat;
	border: 0px;
	height: 246px;
	width: 266px;
}
#ecomm_showcaseFindUsedAdvanced{
	background-image: url(../images/used_advanced.jpg);
	background-repeat: no-repeat;
	border: 0px;
	height: 435px;
	width: 513px;
	margin: 0 auto;
	color: #fff;
}
.showcaseSearchInnerSubHeader_tblCell{
	text-align: left;
	color: #919250;
	padding-left: 30px;
}
#ecomm_showcaseFindUsedAdvanced .showcaseSearchInner_tbl{
	margin-top: 75px;
}

.ecomm_legend{
	display: none;
}
.ecomm_fieldset{
	border: 0px;
}

/* =-> Portal Styles on Showcase Page <-= */
#ecomm_showcasePortal{
	text-align: left;
}
#ecomm_showcasePortalContent{
	background-color: #A3A475;
	overflow: auto;
	width: 593px;
	margin: 0;
}
#ecomm_showcasePortalContent a:link{
	color: #3B2F5C;
}
#ecomm_showcaseSearch fieldset{
	height: 240px;
	width: 240px;
	padding: 0px 0px 0px 0px;
	float: left;
}
#ecomm_showcaseFindUsed fieldset{

}
#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: 45px;
	padding-left: 25px;
	padding-right: 25px;
}
 #ecms_usedEquipmentList{
 	padding-top: 15px;
 }

#ecomm_showcasePortalContent #ecms_usedEquipmentList{
	padding: 0;
}


#ecms_usedEquipmentList td{
	padding: 2px;
}
#ecms_usedEquipmentList .equipmentList_tblRow1{
	background-color: #A3A475;
}
#ecms_usedEquipmentList .equipmentList_tblRow0{
	background-color: transparent;
}
#ecms_usedEquipmentList a:link,#ecms_usedEquipmentList a:active, #ecms_usedEquipmentList a:visited{
	color: #fff;
}
#ecms_usedEquipmentList a:hover{
	color: #ddd;
}
#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: #E2E7F2;
}
#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: #3B2F5C;
}
#ecomm_showcasePortalContent a:hover{
	color: #a00;
}

/* =-=-=--=--=-=-=-= Links =--=-=--=--=-=--= */
#ecms_links .assetDescription{
	margin-left: 5px;
	margin-bottom: 1em;
}
#ecms_links .assetSubTitle{
	font-size: 8pt;
	margin-bottom: 2px;
		
}
#ecms_links .assetTitle{
	border-bottom: 1px solid #ACAD77;
	color: #fff;
	padding-left: 5px;
	font-size: 8pt;
}
#ecms_links .link{
	margin-bottom: 15px;
	margin-left: 5px;
}
#ecms_links .itemDescription, #ecms_links .linkControls{
	padding-left: 10px;
}
/* =-=-=--=--=-=-=-= Events =--=-=--=--=-=--= */
#ecms_events .assetDescription{
	margin-bottom: 5px;
	margin-left: 5px;
}
#ecms_events .assetSubTitle{
	border-bottom: 1px solid #A1A267;
	color: #fff;
	padding-left: 5px;
	font-size: 8pt;
	margin: 10px 0 5px 0;
}

#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{
}
#ecms_galleries .galleryTitle_link{
	font-size: 8pt;
}
#ecms_galleries .assetDescription{
	font-size: 8pt;
	margin-top: 5px;
	margin-bottom: 10px;
}
#ecms_galleries .gallerySummary_tbl td{
	padding: 4px !important;
	font-size: 8pt;
}
#ecms_galleries .gallerySummary_tbl td img{
	border: 1px solid White;
	background-color: #000;
	padding: 2px;
}
/* =-> Single Gallery <-= */
.gallery_tbl .gallery_tblRow1{
}
.gallery_tbl .gallery_tblRow0{
	background-color: #202020;
}
.gallery_tbl td{
	padding: 5px;
}
.gallery_tbl img{
	border: 1px solid #FD9902;
	background-color: #000;
	padding: 2px;
}
/* =-=-=--=--=-=-=-= Staff =--=-=--=--=-=--= */
#ecms_staff .staffMember{
	padding-top: 10px;
	clear:both;
}
#ecms_staff .staff{
	margin-bottom: 20px;
		clear:both;
}
#ecms_staff .display_img{
	margin-right: 10px;
	background-color: #000;
	clear:left;
	padding: 1px;
	bordeR: 1px solid #fff;
	
}
#ecms_staff .assetTitle{
	clear:both;
	margin: 10px 0px 10px 0px;
	font-size: 110%;
	border-bottom: 1px solid #A1A267;
}
#ecms_staff .itemShortDescription{
	color: #A1A267;
	text-align: left;
	margin-bottom: 8px;
}

#ecms_staff .assetDescription{
	font-size: 95%
}

/* =-=--=--=-=->>> *** EComm Cart CSS *** <<<=--=--=-+-=--= */
/* =-=-=--=--=-=-=-= Shopping Cart Styles =--=-=--=--=-=--= */
#ecomm_sideBar, #ecomm_shopByNav, #ecomm_accountNav{
	width: 170px;
	margin-bottom: 1px;
}

#ecomm_main{
	width: 776px;
	margin: 0;
	padding: 0;
}
#hoursContainer, #ecomm_shopContent{
	float: left;
	width: 555px;
	margin: 0 0 0 15px;
	padding: 1em 0 0 0;
}
#hoursContainer{
	float: right;
	text-align: center;
}

#ecomm_content, .ecomm_noLeftNav #ecomm_shopContent{
	float: right;
	width: 550px;
	padding: 1em 25px 0 0;
}

.ecomm_browseProductsImage, .ecomm_productListImage{
	text-align: center;
	padding: 2px 3px 3px 3px;
	border: 1px solid #B5B5B5;	
	margin-bottom: 5px;
}
.ecomm_productListProductTitle{
	margin-bottom: 5px;

}
.ecomm_productListProductDescription{
	margin-bottom: 3px;

}
.ecomm_productListProductPrice{
	margin-bottom: 1em;
	color: #fff;
	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: #fff;
}
#ecomm_CatalogSelector a:hover{
	color: #979857;
}
.ecomm_CatalogSelectorCatalogImage, .ecomm_catalogAssetCatalogImage{
	background-color: #757575;
	border: 1px solid #3E3E3E;
	padding: 6px;
	margin: 10px 0 5px 0;
}
.ecomm_catalogAssetImage{
	text-align: center;
}
/* =-> Featured/Clearence <-= */
#ecomm_featuredItemsTitle, #ecomm_clearanceItemsTitle{
	border: 1px solid #5B5B5B;
	background-color: #555608;
	background-image: url(../images/bar-bg.gif);
	background-position: top;
	padding: 3px 5px;
	color: #fff;
	margin: .5em 0 0 0;
}
#ecomm_featuredItems, #ecomm_clearanceItems{
	background-color: #5C5C5C;
	border: 1px solid #5B5B5B;
	border-top: 0;
}

.ecomm_clearanceItemPrice, .ecomm_featuredItemPrice{
	color: #fff;
	font-weight: bold;
	font-size: 100%;
}
.ecomm_featuredItemImage, .ecomm_clearanceItemImage{
	text-align: center;
	margin-top: 5px;
	padding: 2px 3px 3px 3px;
	background-color: #FFF;
	border: 1px solid #192547;	
}
.ecomm_clearanceItemTitle, .ecomm_featuredItemTitle{
	margin: 1em 0;
}
.ecomm_featuredItemTitle a:link, .ecomm_featuredItemTitle a:active,
.ecomm_clearanceItemTitle a:link, .ecomm_clearanceItemTitle a:active{
	color: #fff;
}
.ecomm_clearanceItemTitle a:visited, .ecomm_featuredItemTitle a:visited{
	color: #ddd;
}
.ecomm_clearanceItemTitle a:hover, .ecomm_featuredItemTitle a:hover{
	color: #A1A267;
}
.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{
	color: #fff;
}
.ecomm_featuredItemsFooter a:hover, .ecomm_clearanceItemsFooter a:hover{
	color: #A1A267;
}
/* =-> 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: #A7A76F;
}
#ecomm_viewCart a:hover{
	color: #fff;
}
.ecomm_viewCartHeader{

	background-color: #646514;
	background-image: url(../images/bar-bg.gif);
	color: #fff;
	font-weight: bold;
	margin: 0px;
	text-align: left;
	background-repeat: repeat-x;
	border: 1px solid #333;
}
#ecomm_viewCart .ecomm_viewCartItem{
	background-color: #5C5C5C;
	border-bottom: 1px solid #333333;
	color: #fff;
	}
.ecomm_button, .ecomm_viewCartFooter .ecomm_button, .ecomm_button, .ecomm_buttonDisabled, .ecomm_addToCartButton{
	font-weight: bold;
	font-size: 10px;
	height: 18px;
	cursor: pointer;
	background-color: #7A7B2D;
	color: #fff;
	border: 1px solid #B7B7B7;
	margin-top: 3px;
}
#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;
	color: #fff;
}
#ecomm_productDetailBar td{
	padding: 2px;
}
.ecomm_formLabelRequired {
	color: #DA1A15;
}
.ecomm_viewCartSubTotalRow{
	color: #A7A76F;
}
.ecomm_checkoutFormLabel{
	padding: 0.5em 0 3px 0;
}
/* =-> Quick Order <-= */
#ecomm_cartQuickOrder{
	margin-top: 20px;
	margin-bottom: 10px;
   color: #fff;
}
.ecomm_cartQuickOrderForms{
	background-color: #5C5C5C;
	border-color: #333;
	padding-top: 10px;
}
.ecomm_cartQuickOrderTab{
	background-color: #646514;
	background-image: url(../images/bar-bg.gif);

	border 1px solid #333;
	color: #fff;
}
.ecomm_cartQuickOrderTab_selected{
	background-color: #5C5C5C !important;
	color: #ddd;
	border-color: #333;
}

.ecomm_productOptionDetailSaleDescription{
	color: #FFF;
}

.flashCatalog, .FlashCatalog{
	width: 776px !important;
}

/* =-> Product Pager <-= */
#ecomm_productPager span, .pagingControl span{
	color: #000 !important;
	font-size: 11px;
}
#ecomm_productPager, .pagingControl{
	margin: 2px 0px 1em 0;
	padding: 1px 2px;
	font-size: 11px;
	background-color: #A5A672;
	bordeR: 1px solid #696A19;
	color: #000 !important;
}
#ecomm_productPager a:active, #ecomm_productPager a:visited, #ecomm_productPager a:link,
.pagingControl a:active, .pagingControl a:visited, .pagingControl a:link{
	color: #252510;
	text-decoration: none;
	padding: 2px;
}
#ecomm_productPager a:hover,.pagingControl a:hover{
	color: #fff;
	padding: 2px;
}
.ecomm_productPagerPageCountNumber, .pagingControlPageCountNumber{
	font-weight: bold;
	color: #fff;
	padding: 2px;
}
.ecomm_showcaseAssetTitle{
	color: #000000;
	font-size: 10px;
}



























.ecomm_showcaseAsset{
	min-height: 260px;
	height: auto;
}





/* Form CSS - 2 Column */

/* Color Defs */
#formCSS_twoCol fieldset.contactInfo, #formCSS_twoCol fieldset.questionnaire{
	 background-color: tranparent;
	 bordeR: 1px solid #D6D6D6;
}

#formCSS_twoCol fieldset.parts, #formCSS_twoCol fieldset.radio{
	background-color: #454545;
	bordeR: 1px solid #D6D6D6;
}

#formCSS_twoCol #comments{
	width: 275px;
}

#formCSS_twoCol fieldset.contactInfo
{
 display: block;
 margin: 0em 0 1em 0;
 padding: 0em 1em 1em 1em;
}
#formCSS_twoCol fieldset.questionnaire{
 padding: 0em 1em 1em 1em;
 margin: 0 0 1em 0;
}
#formCSS_twoCol fieldset.parts
{
 margin: 1em 0 2em 0;

 padding-left:5px;
}
#formCSS_twoCol fieldset.parts input
{
 display: block;
 width: auto;
}
#formCSS_twoCol fieldset.radio
{
 margin: 1em 0 2em 0;
}
#formCSS_twoCol fieldset.radio legend{
 font-weight: normal;
}
#formCSS_twoCol fieldset.radio label
{
 font-weight: normal;
}
#formCSS_twoCol fieldset.radio input
{
 clear: both;
 float: left;
 width: auto;
 margin-right: 5px;
}
#formCSS_twoCol input
{
 display: block;
 width: 15em;
}
#formCSS_twoCol label
{
 display: block;
 margin-bottom: 0.5em;
 font-weight: normal;
}
#formCSS_twoCol select
{
 display: block;
 margin-top: 0.5em;
}
#formCSS_twoCol #FormRightColumn{
 float: right;
 width: 40%;
}
#formCSS_twoCol #FormLeftColumn{
 float: left;
 width: 58%;
 margin: 0;
 padding: 0;
}
#formCSS_twoCol legend{
 font-weight: bold;
 padding: 2px;
}
#formCSS_twoCol ol{
 margin-left: 0;
 padding-left: 1.5em;
}
#formCSS_twoCol ol ol{
 padding-left: 3em;
 padding-bottom: 1em;
}
#submitButtons{
 clear:left;
}
#submitButtons input{
 float: left;
 width: 75px;
 margin-right: 5px;
}
