/*Merchants--Use this file to make any edits that you wish to override styles in the main stylesheets. By making edits to this CSS file, your styles applied here will cascade and overwrite styles in the main CSS files. This will allow you to replace the entire contents of the main stylesheets should it become necessary to update those to fix styling issues with the themes without losing any of your custom styles.*/

/*change font style for item titles to prefer futura*/
#bodyContent .caption .pageTitle, #bodyContent .caption .pageTitleCenter, #bodyContent #info-div #searchpageHeader {font-family: FuturaTMedium,Futura,Arial,Helvetica,sans-serif}

/*change font style for nav buttons to prefer futura*/
#topNav div {font-family: FuturaTMedium,Futura,Arial,Helvetica,sans-serif; font-size: 12px}

/*hide item number*/
.itemCode {visibility: hidden;}

/*hide accessories title*/
.accessoriesHeader {visibility: hidden;}

/*increase item name size*/
#bodyContent .contentsTable .itemName a {font-size: 16px;}


/*hide product description*/
.pageTextHeader {visibility: hidden;}

/*align featured products title text left*/
/*#bodyContent .specialsHeader {text-align: left; padding: 10px 10px;}*/

/*hide break in section pages between section name and description*/
.itemContainer .clear {display:none;}
.itemCode {display: none;}
.itemPrice {display: none;}
#bodyContent .itemContainer .itemName, #bodyContent .itemContainer .itemCode, #bodyContent .itemContainer .itemAvail, #bodyContent .itemContainer .itemPrice {padding: 0px; margin: 0px -51px;}

/*hide item names for sections and items with accessories*/
.itemProperties .itemName {display: none;}

.itemName {font-size: 16px; color: #666633; font-weight: bold;}

#bodyContent .contentsTable .itemName, #bodyContent .contentsTable .wrapPadding {padding: 0px;}

#bodyContent .itemContainer img {float: left;}

span.itemName {display: none;}

#topNav div a {
padding: 5px 12px 10px 22px;}

