/* -=-==--=--=-==-=-=-=-=--=-=-=-=-
 *  
 *		 Generic Template - Gold/Teal
 *		 Written: 8/27/06
 *     July `07 Remastered
 * 	 Author: K. Praslowicz for 50 Below.
 *
 *
 --=-==--=--=-==-=-=-=-=--=-=-=-=- */
.ecomm_asset a:link, .ecomm_asset a:active, .ecomm_asset a:visited{
	text-decoration: underline;
}



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;
	}
 /* =--=-=-=-=--=-=-=-= Main Structure =-=-=-=--=--=-=-=-= */
.imgborder, .imgborder-left, .imgborder-right, .imgborderleft, .imgborderright{
	border: 1px solid #A09579;	
}
.imgborder-left, .imgborderleft{
	margin-right: 5px;
	float: left;
}
.imgborder-right, .imgborderright{
	margin-left: 5px;
	float: right;
}
html{
	text-align: center;
	background-color: #688FA7;
	color: #ddd;
	font-size: 11px;
	background-image: url(../images/page_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-attachment: fixed;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
body{
	padding: 0;
	margin: 0;
}
#outer_border{
	width: 760px;
	margin: 20px auto;
	border: 1px solid #333;
}
#main {
	width: 756px;
	margin: 0px auto;
	text-align: left;
	background-color: #000;
	background-repeat: repeat-y;
	border: 2px solid #80775F;
}
#topNav{
	margin: 0px auto 0px auto;
	border-top: 9px solid #9F9577;
	width: 756px;
	color: #000;
	background-image: url(../images/top_nav.jpg);
	height: 53px;
	position: relative;
}


#header{
	background-image: url(../images/header.jpg);
	width: 756px;
	height: 77px;
	text-align: left;
	position: relative;
}
#flashHeader{
	position: absolute;
	left: 15px;
}
#flashVersionMessage{
	position: absolute;
	top: 6px;
	width: 750px;
}
#flashVersionMessage a:active, #flashVersionMessage a:link, #flashVersionMessage a:visited{
	font-weight: bold;
	color: #a00;
	background-color: #fff;
}
#flashVersionMessage a:hover{
	text-decoration: underline;
}
#primeNav{
	clear:both;
	height: 20px;
	background-image: url(../images/content_bg.gif);
	background-position: top right;
	background-repeat: no-repeat;
	position: relative;
	z-index: 20;
}


#content{
	min-height: 400px;
	height: auto !important;
	height: 400px;
}
#footer{
	height: 50px;
	clear:both;
	background-image: url(../images/footer.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}
#bg_corner{
	background-image: url(../images/nav_bg.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
/* =--=-=-=-=--=--=-=-=-= Top Nav =--=-=-=-=--=--=-=-=-= */
#ecomm_shopNav{
	padding-top: 0px;
	padding-left: 300px;
	clear: both;
	text-align: left;
	text-transform: capitalize;
}
#ecomm_shopNavLinks{
	text-align: left;
	font-size: 11px;
	width: 200px;
}
#ecomm_shopNavLinks a:link, #ecomm_shopNavLinks a:visited,
#ecomm_shopNavLinks a:active{
	text-decoration: none;
	color: #fff;
	font-weight: normal;
	margin-right: 15px;
}
#ecomm_shopNavLinks a:hover{
	text-decoration: none;
	color: #A09579;
}

/* =-> Search Bar <-= */

#ecomm_shopNavSearchBar{
	position: absolute;
	right: 10px;
	top: 3px;
	width: 200px;
	padding: 0;
	line-height: 20px;
	height: 20px;
}

.ecomm_shopNavSearchBarLabel{
	position: absolute;
	left: 5px;
	color: #fff;
	font-weight: normal;
	font-size: 11px;
}



#searchButton {
	position: absolute;
	top: -1px;
	right: 0px;
	font-size: 10px;
	font-weight: normal;
	background-color: #668EA6;
	background-image: url(../images/button-bg.png);
	background-position: bottom;
	background-repeat: repeat-x;
	color: #fff;
	border: 1px solid Black;
	height: 17px;
	width: 35px;
	text-align: center;
	
}
#searchProducts {
	font-size: 10px;
	background-color: #fff;
	border: 1px solid #000;
	width: 100px;
	height: 13px;
	color: #302D24;
	position: absolute;
	top: 2px;
	left: 56px;
}

/* =--=-=-=-=--=--=-=-=-= Primary Nav =--=-=-=-=--=--=-=-=-= */
#primeNav .nav{
	position: absolute;
	right: 10px;
	z-index: 20;
}
#primeNav .navItem{
	float: left;
	background: url("../images/tab_leftcap.gif") 
	no-repeat left top;
	margin-left: 0px;
	padding:0 0 0 5px;
}
#ecms_primeNav .navSeperator{
	margin-left:3px;
	margin-right:3px;
	color: #B81112;
}
#ecms_primeNav .navItemLink:active, #ecms_primeNav .navItemLink:link,#ecms_primeNav .navItemLink:visited{
	display: block;
	background: url("../images/tab_bg.gif")
      no-repeat right top;
	padding: 6px 6px 7px 0px;
	font-size: 10px;
	font-weight: normal;
	color: #E5E2DA;

}
#ecms_primeNav .navItemLink:hover{
	color: #fff;
	text-decoration: underline;
}

/* =-> Second Tier <-= */
#ecms_primeNav .nav .navItem .navSub{
	top:22px !important;
	left: 5px !important;
	line-height: normal;
	background-color:#37342A;
	border: 0px solid #000;
	padding: 0 !important;
	width: 150px;
}
#ecms_primeNav .nav .navItem .navSub .navSubItem{
	margin:1px;
	padding: 0px !important;
	text-align:left;
	background-color: #80775F;
}

#ecms_primeNav .navSubItemLink:active, #ecms_primeNav .navSubItemLink:visited, #ecms_primeNav .navSubItemLink:link{
	font-weight: normal;
	line-height: 14px;
	font-size: 95%;
	padding: 2px;
	margin: 0;
	color:#ddd;
	text-decoration: none;
	width: 140px;
	display: block;	
}
#ecms_primeNav .navSubItemLink:hover{
	color: #2A3843;
	background-color: #A09576;
}
/* =--=-=-=-=--=--=-=-=-= Left Nav =--=-=-=-=--=--=-=-=-= */
#ecomm_shopByNavTitle,#ecomm_accountNavTitle, #ecomm_catalogNavTitle{
	color: #DCD8CD;
	padding: 0px 0px 0px 0px;
	font-weight: bold;
	margin: 30px 0 5px 0;
	text-align: center;
}

.ecomm_shopByNavLink,.ecomm_accountNavLink, .ecomm_shopByNavSubLink{
	display: block;
	font-size: 10px;
}

#ecms_sideBarNav a:active, #ecms_sideBarNav a:link, #ecms_sideBarNav a:visited,
#ecms_sideBarNav .navSubItem a:link, #ecms_sideBarNav .navSubItem a:active, #ecms_sideBarNav .navSubItem a:visited{

	color: #D2CAAC;
	text-decoration: none;
	text-align: left;
	margin-bottom: 1px;
	margin-left: 1px;
	display: block;
	padding-left: 4px;
	border-left: 8px solid #000;
}
#ecms_sideBarNav a:hover, #ecms_sideBarNav .navSubItem a:hover{
	color: #fff;
	text-decoration: none;
	border-left-color: #688FA7;
}
.navItemLink_selected{
	font-size: 10px;
	color: #678CA5 !important;
	font-weight: bold;	
}
#ecomm_shopByNav, #ecomm_accountNav, #ecomm_catalogNav{
	margin: 0;
	padding: 0;
	width: 148px !important;
}
/* =--=-=-=-=--=--=-=-=-= Secondary Skins =--=-=-=-=--=--=-=-=-= */
.secondary #header{
	background-image: url(../images/secondary_header.jpg);
	height: 56px;
}
.secondary #topNav{
	background-image: url(../images/secondary_top_nav.jpg);
	height: 26px;
}
.secondary #primeNav{
	background-image: url(../images/secondary_nav_bg.jpg);
	height: 32px;
}
.secondary #primeNav .nav{

}
.secondary #content{
	background-image:  url(../images/content_bg_secondary.jpg);
}
/* =--=-=-=-=--=--=-=-=-= Content =--=-=-=-=--=--=-=-=-= */
p, .ecomm_asset{
	margin-bottom: 1em;
}
a:link, a:visited, a:active {
	color: #688FA7;
	background-color: transparent;
	text-decoration: none;
}
a:hover {
	color: #fff;
	background-color: transparent;
	text-decoration: none;
}

.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{
	background-color: #857D64;
	background-image: url(../images/bar-bg.gif);
	background-position: right bottom;
	background-repeat: repeat-x;
	padding: 1px 5px;
	color: #fff;
	margin: .5em 0 1em 0;
	border: 1px solid #3D392D;
	font-weight: bold;
	font-size: 11px;
}
#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: #688FA7;
}


/* =-=-=--=--=-=-=-= Hours =--=-=--=--=-=--= */
#ecms_hoursOfOperation{
	background-color: #24221D;
	border: 1px solid #3D392D;
	width: 350px;
	margin: 0 auto;
	padding: 5px;
	clear:both;
	text-align: left;
}
.hourGroupTitle{
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	padding: 3px 0;
	margin-bottom: 3px;
	background-color: #433F35;
}
.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: Black;
	border: 1px solid #3D392D;
	background-image: url(../images/featured-bg.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
	padding-bottom: 15px;
}
.coupon .assetSubTitle{
	background-color: #24221D;
	text-align: center;
	padding: 3px 2px !important;
	line-height: 14px;
	color: #fff;
	border-bottom: 1px solid #3D392D;
}
#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:96%;
}
#ecms_coupons .assetDescription{
	margin-bottom: 1em;
}
#ecms_coupons .couponendTime{
	color: #fff !important;
	position: absolute !important;
	bottom: 4px;
	left: 5px;
}
#ecms_coupons .couponendTime label{
	font-weight: bold;
}
#ecms_coupons .itemShortDescription{
	color: #688FA7;
	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_showcase{
	background-color: #000;
	width: 756px;
	padding-bottom: 10px;
}

#ecomm_showcaseContent{
	margin-top: 0px;
	padding-right: 0px;
	width: 746px;
	padding-left: 0px;
	
}

#ecomm_showcaseFeaturedProducts{
	width: 145px !important;
	margin: 0;
	float: left;

}
#ecomm_showcasePortal{
	width: 746px !important;
	text-align: left;
	background-color: #fff;
}
#ecomm_showcasePortalContent{
	background-color: #476273;
	color: White !important;
	overflow: auto;
	width: 595px;
	float: left;
	margin: 0;
}
.ecomm_showcaseAssetTitle{
	color: #fff !important;
}
.ecomm_showcaseAsset{
	min-height: 260px;
	height: auto;
}
#ecomm_showcasePortalContent a:link{
	color: #3B2F5C;
}
.showcaseSearchInner_tbl{
	margin-top: 45px;
	color: #FFF;
}
#showcaseSearch_tbl{
	width: 90%;
	margin: 0px auto;
}
.showcaseSearchInner_tbl a{
	background-color: #000;
}
#ecomm_showcaseFindUsed{
	background-image: url(../images/used.jpg);
	background-repeat: no-repeat;
	border: 0px;
	height: 296px;
	width: 266px;
}
#ecomm_showcaseFindNew{
	background-image: url(../images/new.jpg);
	background-repeat: no-repeat;
	border: 0px;
		height: 296px;
	width: 266px;
}
#ecomm_showcaseFindUsedAdvanced{
	background-image: url(../images/used_advanced.jpg);
	background-repeat: no-repeat;
	height: 324px;
	width: 508px;
	padding-left: 0px;
	margin: 0px auto;
}
#ecomm_showcaseFindUsedAdvanced .showcaseSearchInner_tbl{
	margin-top: 40px;
}

.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: #688FA7;
	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: 15px;
	padding-right: 15px;
}

#ecomm_showcasePortalContent #ecms_usedEquipmentList{
	padding: 0;
}


#ecms_usedEquipmentList td{
	padding: 2px;
}
#ecms_usedEquipmentList .equipmentList_tblRow1{
	background-color: #202020;
}
#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: #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{
	padding-left: 5px;
	margin-bottom: 1em;
}
#ecms_links .assetSubTitle{
	font-size: 8pt;
	margin-bottom: 2px;
		
}
#ecms_links .assetTitle{
	border-bottom: 1px solid #688FA7;
	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 #688FA7;
	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_tblRow0{
	background-color: #2A2820;
}
.gallery_tbl .gallery_tblRow1{
	background-color: transparent;
}
.gallery_tbl td{
	padding: 5px;
}
.gallery_tbl img{
	border: 1px solid #FFF;
	background-color: #000;
	padding: 2px;
}
/* =-=-=--=--=-=-=-= Staff =--=-=--=--=-=--= */
#ecms_staff .staffMember{
	padding-top: 10px;
	clear:both;
}
#ecms_staff .staff{
	margin-bottom: 20px;
}
#ecms_staff .display_img{
	margin-right: 10px;
	background-color: #000;
	clear:left;
	padding: 1px;
	bordeR: 1px solid #fff;
	
}
#ecms_staff .assetTitle{
	margin: 0px 0px 10px 0px;
	font-size: 110%;
	border-bottom: 1px solid #688FA7;
	clear:both;
}
#ecms_staff .itemShortDescription{
	color: #688FA7;
	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: 145px;
	margin-bottom: 1px;
}

#ecomm_main{
	width: 756px;
	margin: 0;
	padding: 0;
}
#hoursContainer, #ecomm_shopContent{
	float: left;
	width: 580px;
	margin: 0 0 0 10px;
	padding: 20px 0 0 0;
}
#hoursContainer{
	float: right;
	text-align: center;
}

#ecomm_content, .ecomm_noLeftNav #ecomm_shopContent{
	float: right;
	width: 540px;
	padding: 1em 15px 0 0;

}
.ecomm_browseProductsImage, .ecomm_productListImage{
	text-align: center;
	padding: 4px 4px 5px 4px;
	border: 1px solid #736C56;	
	margin-bottom: 5px;
}
a:hover .ecomm_productListImage, a:hover .ecomm_browseProductsImage{
	border-color: #688FA7;
}
.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: #688FA7;
}
.ecomm_CatalogSelectorCatalogImage, .ecomm_catalogAssetCatalogImage{
	background-color: #1E292E;
	border: 1px solid #415A69;
	padding: 6px;
	margin: 10px 0 5px 0;
}
a:hover .ecomm_CatalogSelectorCatalogImage, a:hover .ecomm_catalogAssetCatalogImage{
	background-color: #2A3940;
	border: 1px solid #688FA7;
}
.ecomm_catalogAssetImage{
	text-align: center;
}
/* =-> Featured/Clearence <-= */
#ecomm_featuredItemsTitle, #ecomm_clearanceItemsTitle{
	background-color: #24221D;
	background-position: center top;
	padding: 3px 5px;
	color: #D6D3C8;
	margin: .5em 0 0 0;
	border: 1px solid #3D392D;
	border-bottom: 0;
}
#ecomm_featuredItems, #ecomm_clearanceItems{
	background-color: #000000;
	background-position: bottom right;
	background-image: url(../images/featured-bg.jpg);
	background-repeat: no-repeat;
	
	border: 1px solid #3D392D;
	
}

.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: #3E3A30;
	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: #EEE;
}
.ecomm_clearanceItemTitle a:hover, .ecomm_featuredItemTitle a:hover{
	color: #688FA7;
}
.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: #688FA7;
}
/* =-> 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: #688FA7;
}
#ecomm_viewCart a:hover{
	color: #FFF;
}
.ecomm_viewCartHeader{
	color: #fff;
	background-color: #527286;
	padding: 1px 2px 2px 10px;
	font-weight: bold;
	margin: 0px;
	text-align: left;
	background-repeat: repeat-x;
}
#ecomm_viewCart .ecomm_viewCartItem{
	background-color: #283942;
	border-top: 1px solid #182228;
	border-bottom: 0;
	color: #fff;
	}
.ecomm_button, .ecomm_viewCartFooter .ecomm_button, .ecomm_button, .ecomm_buttonDisabled, .ecomm_addToCartButton{
	font-weight: bold;
	font-size: 10px;
	height: 18px;
	background-color: #668EA6;
	background-image: url(../images/button-bg.png);
	background-position: bottom;
	background-repeat: repeat-x;
	color: #fff !important;
	border: 1px solid Black;
	margin-top: 3px;
}
#ecomm_systemMessagesInfo{
	font-size: 9px;
	text-align: center;
	margin-top: 25px;
	margin-bottom: 25px;

}
.ecomm_viewCartItem{
	border-bottom: 1px dotted #7C7B7B;
	background-color: #FFFFFF;
}
.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: #688FA7;
}
.ecomm_checkoutFormLabel{
	padding: 0.5em 0 3px 0;
}
/* =-> Quick Order <-= */
#ecomm_cartQuickOrder{
	margin-top: 20px;
	margin-bottom: 10px;
   color: #fff;
}
.ecomm_cartQuickOrderForms{
	background-color: #283942;
	border-color: #527286;
}
.ecomm_cartQuickOrderTab{
	background-color: #1E292E;
	color: #ddd;
	border: 1px solid #527286
}
.ecomm_cartQuickOrderTab_selected{
	background-color: #283942 !important;
	color: #ddd;
	border-color: #527287;
}

.ecomm_productOptionDetailSaleDescription{
	color: #FFF;
}

.flashCatalog, .FlashCatalog{
	width: 756px !important;
}

/* =-> Product Pager <-= */
#ecomm_productPager, .ecomm_productPagerPagePrevious span, .ecomm_productPagerPagePrevious, .ecomm_productPagerPagePrevious span, .ecomm_productPagerPageNext, .ecomm_productPagerPageNext span{
	color: #C6C0AE;
	font-size: 11px;
}
#ecomm_productPager, .pagingControl{
margin: 2px 0px 1em 0;
	padding: 1px 2px;
	font-size: 11px;
	background-color: #25221B;
	bordeR: 1px solid #494436;
}
.ecomm_productPagerPageNext a:link, .ecomm_productPagerPageNext a:visited,
.ecomm_productPagerPageNext a:active,.ecomm_productPagerPagePrevious a:link, .ecomm_productPagerPagePrevious a:visited,
.ecomm_productPagerPagePrevious a:active, .ecomm_productPagerPageCount a:link, .ecomm_productPagerPageCount a:active, .ecomm_productPagerPageCount a:visited {
	color: White;
	text-decoration: none;
	padding: 2px;
}
.ecomm_productPagerPageNext a:hover, .ecomm_productPagerPagePrevious a:hover,.ecomm_productPagerPageCount a:hover {
	color: #688FA7;
	padding: 2px;
}
.ecomm_productPagerPageCountNumber{
	font-weight: bold;
	color: #C6BDA7;
	padding: 2px;
}




.ecomm_showcaseAssetTitle{
	color: #000000;
	font-size: 10px;
}






























/*--- Chek out 2 ----*/
#ecom_leftCart{
	left: 2px;
	top: 5px;
	width: 130px !important;
}

#ecom_leftCart .boxContents{
	font-size: 11px !important;
	padding: 2px;
}

#orderSummaryContentDiv td{

}
#ecom_leftCart .leftCartBox .boxTitle{
	background-color: #688FA7 !important;
	color: #fff !important;
	border: 0 !important;
}
#ecom_leftCart .leftCartBox .boxContents{
	border-right: 0 !important;
	border-left: 0 !important;
}
#ecom_leftCart .leftCartBox .geotrust{
	padding-left: 2px !important;
}











/* Form CSS - 2 Column */

/* Color Defs */
#formCSS_twoCol fieldset.contactInfo, #formCSS_twoCol fieldset.questionnaire{
	 background-color: #2A2820;
	 bordeR: 1px solid #80775F;
}

#formCSS_twoCol fieldset.parts, #formCSS_twoCol fieldset.radio{
	background-color: #000;
	bordeR: 1px solid #80775F;
}



#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;
}

/* ----- Old Form CSS ----*/