﻿/* 
--------------------------------------------------------------------
Supported Operating Systems (may vary depending on client contract)
--------------------------------------------------------------------
Windows   - win
Macintosh - mac
Linux     - lnx

*All other non supported operating systems will use "win" class

--------------------------------------------------------------------
Supported Browsers (may vary depending on client contract)
--------------------------------------------------------------------
Windows Internet Explorer 6-8 and up        - ie6, ie7, ie8 (Versions 1 to 5.5 will use ie6, technically not supported)
Windows Mozilla Firefox 1-3 and up          - ff1, ff2, ff3
Macintosh Mozilla Firefox 1-3 and up        - same as above
Windows Google Chrome 3 (latest version)    - ch3 (All previous versions will use this class too)
Windows Safari 4 (latest version)           - sf4 (All previous versions will use this class too)
Macintosh Safari 2-4                        - sf4 (Even though we technically support previous versions we haven't had to create seperate classes for each version yet.
Windows Opera 8-10							- oe8 (jpb-specific), oe9, oe10 (Versions below 9 will use oe9)
Macintosh Opera 9 (latest version)          - oe9 (All previous versions will use this class too)

*All other non supported browsers will use ie8 class

--------------------------------------------------------------------
OS Naming Conventions
--------------------------------------------------------------------
3 character abbreviation


-------------------------------------------------------------------- 
Browser Naming Conventions 
--------------------------------------------------------------------
Browser: 2 character abbreviation
         - If 2 words then use first char of each word 
         - If 1 word and multple sylables then use first character of each sylable
         - If 1 word and 1 sylable then use first 2 chars of word

Version: 1 or 2 characters *** DO NOT PAD WITH ZEROS ***

-------------------------------------------------------------------
Examples:
-------------------------------------------------------------------
- To apply a style to a class continue to use normal method:
    .exampleclass
    {
      padding:5px;
      color:#ff0000;
    }

- To override a style for a specific browser (not OS specific) then use this method:
    .ff3 .exampleclass
    {
      padding:3px;
    }
    //Only the padding was overridden, in this example Firefox 3 will still pickup color:#ff0000;

- To override a style for a specific browser on a specific OS then use this method:
    .mac .ff3 .exampleclass
    {
        color:#00ff00;
    }
    //Only the color was overridden, but the padding override from the previous example is also picked up

*/


html
{
	height: 100%;
	margin-bottom: 1px;
}

body
{
	color: black;
	font-size: 10pt;
	font-family: Arial;
	/*background-image: url(../ClientAssets/Images/jb_wholesale_bg.gif);*/
	background-color:#ffffff;
	background-repeat: repeat;
	text-align: center;
}

p
{
}

a
{
	text-decoration: none;
	color: #203882;
	font-size: 9pt;
}

a:hover
{
	text-decoration: underline;
}

h1, h3, h4, h5, h6
{
	margin: 0;
}

h4
{
	background-color: #114C74;
	color: #ffffff;
	padding-left: 10px;
	font-size: 11pt;
}

h5
{
	font-size: 9pt;
}

/* Header */
#headertelephone
{
	position: absolute;
	top: 45px;
	right: 22px;
	font-size: 8pt;
	letter-spacing: 1px;
}

/* Subheader*/
.searchdiv
{
	width: 300px;
	margin-top:3px;
	margin-left:3px;
}

.searchdiv td{
white-space:nowrap;
}

.searchimgbtn
{
	margin-left:3px;
}

#subheaderbuttons
{
	position: absolute;
	right: 22px;
	top: 3px;
}

.catalogrequestlink
{
	position: absolute;
	top: 7px;
	left: 325px;
	color: #203882;
	font-weight: bold;
	letter-spacing: 1px;
	text-decoration: underline !important;
}

.catalogrequestlink:hover
{
	text-decoration: none !important;
}

/* Ad Spaces */
#headeradspace
{
	position: absolute;
	width: 215px;
	height: 59px;
	left: 310px;
	top: 0px;
}

#headeradspace img
{
	border: none;
}

#topadspace
{
	margin-top: 5px;
}

.bottomadspace
{
}

#sidemenuadspace
{
	width: 100%;
	text-align: center;
	margin-top: 5px;
}

#sidemenuadspace img
{
	border: 0;
}

#featureadspace
{
	position: relative;
	height:auto;
	margin-top: 5px;
}

#featureadspace td
{
	vertical-align: top;
	width: 190px;
}

.homepagetopbanner1{
margin-left:-5px; 
background-image:url(/images/emailbackground.jpg); 
background-position:center; 
/*width:585px;*/
background-repeat:no-repeat;
}
.mymainlinksnew{
margin-left:-5px;
/*width:585px;*/
 }
 
 .mymainlinks2{
margin-left:-5px;
 }
 
.stylebanner1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
position:relative;
left:20px;
top:10px;
font-size:13px;

	color: #FFFFFF;
}
br
{
line-height:5px;
}
.foodtable
{
margin-left:0px;
}
#footer div
{
	background-color: #ffffff;
	text-align: center;
	font-size: 9pt;
	font-family: Arial;
}
.topsellershorizontal
{
	margin-bottom: 15px;
}
.topsellershorizontal td
{
	width: 170px;
	padding: 0 10px 0 8px;
	background-image: url(../ClientAssets/Images/upsell1_bg.gif);
	background-repeat: no-repeat;
}
.topsellershorizontal img
{
	border: none;
}
.topsellershorizontal h4
{
	background-color: #ffffff;
	text-align: left;
	color: #2B5891;
}
.topsellershorizontal div
{
	padding-top: 7px;
	height: 114px;
	width: 100%;
	text-align: center;
}

/* Dynamic Landing Page */
#dlpdiv
{
	width: 580px;
	vertical-align: top;
	padding-top: 10px;
}

#dlpdiv h4
{
	width: 560px;
	height: 30px;
	margin-top: 7px;
	color: #3F3E3D;
	vertical-align: middle;
	font-size: 12pt;
	font-weight: bold;
	font-family: Arial;
	text-align: left;
	text-transform: uppercase;
	background-repeat: no-repeat;
	background-color: #ffffff;
	background-image: url(  "../ClientAssets/Images/bluebar1.jpg" );
}

#dlpdivmain
{
	margin-left: 15px;
	margin-bottom: 15px;
	margin-top: 5px;
	width: 560px;
	text-align: left;
}

/* Static Pages */
#staticpage h4
{
	background-color: #ffffff;
	color: #000000;
	font-size: 12pt;
	text-transform: uppercase;
	text-decoration: none;
	padding-top: 3px;
	border: solid 1px silver;
}

/* Shopping Summary */
.cartsumdiv
{
	position: absolute;
	background-image: url(  "../ClientAssets/Images/shopping_summary_bg.gif" );
	z-index: 900;
	right: 10px;
	top: 5px;
	width: 186px;
	height: 42px;
}

.cartsumanimated
{
	position: relative;
	top: 6px;
	left: 57px;
	color: #074B77;
	font-weight: bold;
	font-family: arial;
	cursor: pointer;
}

.cartsummarytotal, .cartsummarycount
{
	position: absolute;
	top: 25px;
	font-size: 8pt;
	font-family: Verdana;
	color: #000000;
}

.cartsummarytotal
{
	width: 130px;
	right: 9px;
	text-align: right;
}

.cartsummarycount
{
	left: 20px;
}

.cartsum h5
{
	font-size: 9pt;
	left: 85px;
}

.cartsum h4
{
	white-space: nowrap;
	left: -10px;
	padding: 0;
}

.cartsumlink
{
	font-size: 8pt;
}

/* Animated Open Cart Summary */
.showcart
{
	position: absolute;
	display: none;
	width: 0;
	height: 0;
	z-index: 999;
	border: solid 1px silver;
}

.showitems
{
	display: none;
}

.showitems h5
{
	text-align: right;
	background-color: #114C74;
	border: solid 1px #ffffff;
	width: 255px;
}

.dlcart
{
	font-size: 8pt;
}

.dlcart a
{
	font-size: 8pt;
}

.dlcart table
{
	width: 255px;
}

.dlcartheadertable
{
	background-color: #e2e0e0;
}

.dlcartitemdisplay
{
	background-color: #ffffff;
}

.dlcartheader
{
	border-bottom: solid 1px #cccccc;
}

.dlcartheadername
{
	text-align: center;
}

.dlcartheaderqty, .dlcartheadertotal
{
	text-align: right;
}

.dlcartheadername, .dlcartheaderqty, .dlcartheadertotal
{
	font-weight: bold;
}

.dlcartname
{
	width: 150px;
	text-align: left;
}

.dlcartqty
{
	width: 30px;
	text-align: right;
}

.dlcarttotal
{
	width: 66px;
	text-align: right;
}

.summaryindex
{
	font-size: 7pt;
	text-align: left;
	font-family: Verdana;
}

.dlcart table tr > *:first-child a
{
	text-decoration: underline;
}

.dlcart table tr > *:first-child a:hover
{
	text-decoration: none;
}

.cartcheckout
{
	color: #ffffff;
	padding-right: 5px;
}
.cartcheckout:hover
{
	text-decoration: none;
}

.cartclose
{
	cursor: pointer;
	padding-right: 5px;
	color: #ffffff;
}

.emptycart p
{
	padding: 3px;
	background-color: #FFFFFF;
	margin: 0;
	width: 97%;
	font-size: 8pt;
	font-weight: bold;
}

/* Side Menu */
.halloweenlink, .thanksgivinglink, .christmaslink, .valentineslink, .stpatrickslink, .easterlink, .fourthofjulylink, .dogsupplyclearancelink
{
    font-weight: bold !important;
}
.halloweenlink
{
    color: #FF6600;
}
.thanksgivinglink
{
    color: Brown;
}
.christmaslink
{
    color: Red;    
}
.valentineslink
{
    color: Red;
}
.stpatrickslink
{
    color: Green;    
}
.easterlink
{
    color: Purple;
}
.fourthofjulylink
{
    color: Red;    
}
.dogsupplyclearancelink
{
    color: red;	
}
#sidemenuemailsignup
{
	width: 166px;
	height:100px;
	background-image: url("/Images/email_bkgd.jpg");
	border:solid 1px silver;
}
.emailinputtextdiv
{
	margin-top:60px;
	width: 142px;
	float:left;
}
.emailinputtext
{
	width: 132px;
}
.emailinputimgdiv
{
	margin-top:60px;
	width:24px;
	float:left;	
}
.emailinputimg
{
	width:24px;
}
.emaillinkdiv
{
	width: 166px;
	text-align:center;
}     
.emaillinkdiv a
{
	width: 166px;
	color:#ffffff;
}
.rootdeptlinks, .middeptlinks
{
	position:relative;
    vertical-align:top !important;	
	margin:0;
	padding:0;
	list-style:none;
}
.rootdeptlinks a
{
    font-size: 9pt;
    font-weight: bold;    
}
.rootdeptlinks
{
    margin: 0;
    width:165px;
}
.rootdeptlinks li
{
    margin-left:2px; 
}
.rootdeptlinks img
{
    margin-right:5px;
    vertical-align:top;
}
.middeptlinks
{
    margin-left: 18px; 
    line-height:14px;   
}
.middeptlinks a
{
    font-weight: normal;
    font-size: 8pt !important;
}
.leftnav
{
	border-collapse: collapse;
}
.submenu
{
	width: 168px;
}
.deptheader, .specialdeptheader, .shoppingserviceheader
{	
	border-top: solid 1px #FFFFFF;
	border-left: solid 1px silver;
	border-right: solid 1px #505050;
	border-bottom: solid 1px #505050;
	padding: 0 0 2px 5px;
	font-weight: bold;
	font-family: verdana;
	font-size: 9pt;
	background-color:#094A76 !important;
	color:#fff !important;
} 
.shoppingservice
{
	border: solid 1px silver;
	padding-left: 8px;
	margin-bottom: 3px;
}
.shoppingservice table
{
	border-collapse: collapse;
}
/*
.tabselected, .tabunselected
{
	width: 56px;
	height: 20px;
	text-align: center;
	padding-top: 2px;
	font-weight: bold;
	font-size: 9pt;
	position: relative;
	bottom: -2px;
}
.tabselected
{
	background-image: url(../ClientAssets/Images/active_tab.gif);
	background-repeat: no-repeat;
}
.tabunselected
{
	background-image: url( "../ClientAssets/Images/inactive_tab.gif" );
	background-repeat: no-repeat;
}
*/
.closeoutdogdept, .closeoutcatdept, .closeoutfooddept, .newitemdogdept, .newitemcatdept, .newitemfooddept, .jbbranditem, .shopbybrand
{
	font-weight: bold;
	padding-left: 5px;
	border-left: solid 1px silver;
	border-right: solid 1px silver;
}
.newitemdogdept, .newitemcatdept, .newitemfooddept
{
	padding-top: 3px;
}
.closeoutdogdept a, .closeoutcatdept a, .closeoutfooddept a
{
	color: #D97003;
}
.newitemdogdept a, .newitemcatdept a, .newitemfooddept a
{
	color: #225D99;
}

/*
#privacytextlink
{
	text-align: right;
	vertical-align: baseline;
	background-image: url( "../ClientAssets/Images/emailsignupbg.gif" );
	padding-right: 5px;
}
#privacytextlink a
{
	color: #ffffff;
	font-size: 8pt;
}
*/
.shopbybrand
{
	border-bottom: solid 1px silver;
	padding-bottom: 3px;
	margin-bottom: 2px;
}
.jbbranditem a
{
	color: #225733;
}

.shopbybrand a
{
	color: #89896D;
}

.altshoppinglinks
{
	font-weight: bold;
}

/* Sitemap */
.sitemap ul
{
	text-align: left;
}

.sitemaprootdept
{
	font-weight: bold;
	font-size: 13pt;
	text-decoration: underline;
}

.sitemaprootdept hover
{
	text-decoration: none !important;
}

/* Breadcrumb */
#breadcrumb
{
	color: #6A6A6A;
	text-align: left;
	padding-left: 12px;
}

#breadcrumb a
{
	color: #6A6A6A;
	text-decoration: underline;
}

#breadcrumb a:hover
{
	text-decoration: none;
}

#breadcrumb span
{
	padding-right: 5px;
	font-size: 10pt;
	font-family: Arial;
}


/* Product Suggestion*/
.basketsuggesteditemsheader
{
	margin-left: 5px;
	width: 100%;
	cursor: pointer;
	background-image: url(  "../ClientAssets/Images/Arrow_Icon.gif" );
	background-repeat: no-repeat;
	background-position: left;
	height: 20px;
	text-align: left;
	padding-left: 20px;
	font-size: 9pt;
	padding: 3px 0 0 25px;
	font-weight: bold;
}

.pnlsuggest
{
	height: 0;
}

.shoppingcartsuggest
{
	text-align: left;
	width: 530px;
	padding-left: 10px;
	margin-left: 5px;
	border: solid 1px silver;
}

.shoppingcartsuggest span
{
	font-weight: normal;
	font-size: 8pt;
}

.shoppingcartsuggest table
{
	text-align: center;
	width: 520px !important;
}
.shoppingcartsuggest td
{
	padding-top: 3px;
	width: 120px;
}

/* Empty Shopping Cart / Empty Basket Page */
.emptycart img
{
	position: relative;
	margin-top: 50px;
}

/* Search Results Page */
.searchresultstitle
{
	position: relative;
	width: 550px;
	text-align: left;
	font-size: 12pt;
	padding: 5px 0px 5px 0px;
	margin-bottom: 15px;
	border-bottom: solid 1px silver;
}

.searchphrase
{
	color: #999999;
	padding-left: 5px;
}

.dynamicdeptthumb
{
	position: relative;
	width: 400px;
	text-align: left;
	left: 12px;
	background-image: url(  "../ClientAssets/Images/gray_bar.gif" );
	background-repeat: no-repeat;
}

.dynamicdeptthumb img
{
	margin-left: 10px !important;
}

.lblcloseouts, .lblnewitems, .lblsaleitems
{
	font-weight: bold;
	padding-left: 4px;
	padding-right: 12px;
}

.lblcloseouts
{
	color: #D97003;
}

.lblnewitems
{
	color: #225D99;
}

.lblsaleitems
{
	color: #A30606;
}

.noresultdiv img
{
	position: relative;
	margin-top: 50px;
}


/* Account Page */
.accountdashboard
{
	padding-top: 15px;
	text-align: left;
}

.accountsection
{
	border: solid 1px #cccccc;
	border-right-color: Black;
	border-bottom-color: Black;
	width: 230px;
	height: 25px;
	padding-top: 8px;
	margin-bottom: 15px;
	text-align: center;
	background-color: #e2e0e0;
}

.accountsection a
{
	font-weight: bold;
}

.shopperbillingmode, .shoppershippingmode
{
	display: none;
}

#accountinfo
{
	position: absolute;
	top: 5px;
	left: 447px;
	width: 300px;
	text-align: right;
}

#accountinfo a
{
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: underline;
}

#accountinfo a:hover
{
	text-decoration: none;
}

#accounttable
{
	width: 550px;
	margin-left: 25px;
	border-collapse: collapse;
}
.accounttd
{
	width: 50%;
	vertical-align: top;
}
.hidefield
{
	display: none;
}
.shipinfopickd
{
	border: solid 1px silver;
}
.shippinginfo
{
	width: 100%;
}
.shippinginfo td
{
	padding-left: 3px;
	padding-right: 3px;
}
.shippingaddnewdiv
{
	text-align: right;
}
.contactdetailedit
{
	width: 100%;
}

.shippingwizard
{
	width: 100%;
}
.billinginfodiv
{
	border: solid 1px silver;
}




/* Order History */
.win .ch3 #pageheader
{
	margin-left: 10px;
}

.orderhistorydiv
{
	margin-top: 20px;
}
.orderhistoryheader, .orderhistoryaltheader
{
	width: 100%;
	text-align: left;
	cursor: pointer;
	border-top: solid 1px silver;
	border-collapse: collapse;
}
.orderhistoryheader
{
	background-color: #ffffff;
}
.orderhistoryaltheader
{
	background-color: #ece9d8;
}

.orderhistoryheader:hover, .orderhistoryaltheader:hover
{
	background-color: #82b3d4;
}
.orderhistoryheader a:hover, .orderhistoryaltheader a:hover
{
	color: #ffffff;
}
.headertoprow
{
	font-weight: bold;
	background-color: #ffffff;
	cursor: auto;
}
.headerorder, .orderid
{
	width: 80px;
}
.orderid
{
	padding-left: 5px;
}
.headerdate, .orderdate
{
	width: 100px;
}
.headerstatus, .orderstatus
{
	width: 100px;
}
.headertracking, .ordertracking
{
	width: 190px;
}
.headertotal, .ordertotal
{
	width: 80px;
}

.orderhistorydiv
{
	width: 560px;
	margin: 0 10px 0 10px;
	border: solid 1px silver;
	background-color: #eeeeee;
}

.historydetail
{
	padding-left: 10px;
	padding-top: 2px;
	width: 545px;
	margin-bottom: 3px;
}
.historydetail table
{
	width: 542px;
}

.orderdetail
{
	margin-top: 3px;
	border: solid 1px silver;
}
.headerstyle
{
	background-color: #c0c0c0;
}

.rowstyle, .altstyle
{
	background-color: #ffffff;
}
.rowstyle
{
}
.altstyle
{
	border: solid 1px silver;
}

.orderdetailsku, .orderdetaildesc
{
	text-align: left;
}

.orderdetailprice, .orderdetailtotal
{
	text-align: right;
	padding-right: 19px;
}

.total, .tax, .shipping
{
	text-align: right;
	font-family: arial;
	font-size: 10pt;
	font-weight: 400;
}
.totals
{
	margin-left: 0px;
}
.totaltitle
{
	width: 320px;
}
.totalvalue
{
	padding-right: 17px;
}

/* Order Detail */

.qoporder
{
	width: 580px;
}

.qopbillship
{
	width: 580px;
	text-align: left;
}

.qopbillship h4
{
	text-align: center;
}

.qopbilltd, .qopshiptd
{
	border: solid 1px silver;
	padding: 3px;
}

.qopdetail
{
	width: 570px;
	border: solid 1px silver;
	margin-left: -1px;
}

.qopcartitems
{
	width: 570px;
	border-bottom: solid 1px silver;
}

.qopcartheader
{
	background-color: #c0c0c0;
}

.qopcartitemrow, .qopcartaltitemrow
{
	text-align: left;
}

.qopcartitemrow, .qopcartaltitemrow
{
	background-color: #ffffff;
	border-top: solid 1px silver;
}

.qopcartaltitemrow
{
}

.qopdetailfooter
{
	text-align: right;
	width: 570px;
}

.qopdetailfooter td:first-child
{
	width: 470px;
}

/* Standard Classes */
#pageheader
{
	width: 560px;
	height: 30px;
	margin-top: 7px;
	margin-bottom: 20px;
	color: #3F3E3D;
	vertical-align: middle;
	font-size: 12pt;
	font-weight: bold;
	font-family: Arial;
	text-align: left;
	text-transform: uppercase;
	background-repeat: no-repeat;
	background-image: url(  "../ClientAssets/Images/bluebar1.jpg" );
}
.ie9 #pageheader
{
	margin-left:10px;
}

/* Dynamic Department */
.dynamicsaleheaderdog
{
	background-image: url(  "../ClientAssets/Images/Sale_Items_Dog.jpg" );
}

.dynamicsaleheadercat
{
	background-image: url(  "../ClientAssets/Images/Sale_Items_Cat.jpg" );
}

.dynamicsaleheaderfood
{
	background-image: url(  "../ClientAssets/Images/Sale_Items_Food.jpg" );
}

.dynamicnewheaderdog
{
	background-image: url(  "../ClientAssets/Images/New_Items_Dog.jpg" );
}

.dynamicnewheadercat
{
	background-image: url(  "../ClientAssets/Images/New_Items_Cat.jpg" );
}

.dynamicnewheaderfood
{
	background-image: url(  "../ClientAssets/Images/New_Items_Food.jpg" );
}
.dynamiccloseoutheaderdog
{
	background-image: url(  "../ClientAssets/Images/Closeouts_Dog.jpg" );
}

.dynamiccloseoutheadercat
{
	background-image: url(  "../ClientAssets/Images/Closeouts_Cat.jpg" );
}

.dynamiccloseoutheaderfood
{
	background-image: url(  "../ClientAssets/Images/Closeouts_Food.jpg" );
}

.dynamicsaleheaderdog, .dynamicsaleheadercat, .dynamicsaleheaderfood, .dynamicnewheaderdog, .dynamicnewheadercat, .dynamicnewheaderfood, .dynamiccloseoutheaderdog, .dynamiccloseoutheadercat, .dynamiccloseoutheaderfood
{
	width: 560px;
	height: 118px;
	margin-top: 10px;
	text-align: left;
	padding-top: 40px;
	padding-left: 10px;
	background-repeat: no-repeat;
}

/* Promotion.aspx */

.freeitemtable
{
	width: 600px;
}

/* Payment Methods */

.paymentmethods
{
	width: 680px;
}
.paymentmethodsradiobuttonstd
{
	padding-left: 5px;
	vertical-align: top;
	width: 415px;
}
.paymentmethodsradiobuttonsdiv
{
	margin-bottom: 20px;
}
.paymentmethodheader
{
	padding-left: 5px;
}
.paymentmethodsccimagediv
{
	position: relative;
	top: 15px;
	left: 10px;
	display: inline;
}
.paymentmethodspaypalimagediv
{
	position: relative;
	top: 5px;
	left: 10px;
	display: inline;
}
.paymentmethodspaypalimagediv img
{
	padding-top: 120px;
}
.paymentmethodsccformtd
{
	width: 265px;
	padding-left: 5px;
	vertical-align: top;
}
.paymentmethodspaypalmsg
{
	text-align: center;
	font-family: Arial;
	font-size: 9pt;
	color: #ff0000;
	font-weight: bold;
	margin: 5px 0 5px 0;
}
.paymentmethodsccdiv
{
	text-align: center;
	margin-top: 20px;
}
.featureditems
{
	height:auto;
	width: 577px;
	margin-top:5px;
	margin-bottom:5px;
	background-color: #ffffff;
	/*border-top:1px solid #cccccc;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;*/
}
.featureditems h4
{
	display:none;
/*
	color: #000000;
	font-family: verdana;
	font-weight: bold;
	font-size: 11pt;
	text-align:left;
	height:29px;
    background-image: url(/images/featuredheader.jpg);
	background-position:top;
	background-repeat:repeat-x;
	margin-bottom:-15px;
	background-color:#fff;
	padding-bottom: 10px;
	padding-top: 10px;
*/
}
.featureditems table
{
	width:580px;
	margin-top:10px;
}

.featureditemcontent
{
	background-image:url("/images/featuredbackground.jpg");
	background-repeat:no-repeat;
	background-position:center; 	
	height:285px;
}

.ie6 .featureditemcontent
{
	text-align:center;
}

.featureditemtitle
{
	padding:10px 3px 5px 3px;
	height:34px;
	width:164px;
	margin:0 auto;			
}

.featureditemtitle a
{
	font-weight:700;
	font-size:11pt;
	text-decoration:underline;
	/*
	color:#D97003;
	color:#000000;
	*/
}

.featureditemtitle a:hover
{
	text-decoration:none;
}

.featuredimg{
	height:125px;
}

.featuredimg img
{	
	border:none;
}

.featuredtitle
{
	height:40px;
	padding:5px 3px 5px 3px;
	width:164px;
	margin:0 auto;	
}

.featuredtitle a
{
	font-weight:700;
	color:#000000;
	text-decoration:underline;
}

.featuredtitle a:hover
{
	text-decoration:none;
}

.featuredpricing
{
	position: relative;
	font-size: 11px;
	font-family: verdana;
	font-weight: bold;
	color:red;
}

.featuredbutton
{
}

.featuredpricing br
{
	line-height:1px;
}

.fetureditemprice
{
	text-align:center;
}

.featureditemssale
{
	color: #000000;
	text-decoration: line-through;
	text-align:center;	
}

.featureditemsave
{
	font-size: 10pt;
	color: #00008B;
	text-decoration: none;
	position:relative;
	margin-top:22px;
}
.featuredmoreinfo
{
	margin-right:7px;
	font-weight:400;
	font-size:8pt;
	color:#000000;
	text-decoration:underline;
	vertical-align:super;
}

.featuredbutton img
{
	border:none;
	margin-top:5px;
}
.contactusdiv 
{
  margin:0 0 10px 20px;
  text-align:left;  
}
.contactusreqdiv
{
    color:#ff0000;
    font-weight:bold;
    text-align:left; 
    margin:0 0 10px 0;  
}
.contactustdleft
{
  padding-top:2px;
  padding-bottom:2px;
  padding-right:5px;  
}
.contactustdright
{
  padding-top:2px;
  padding-bottom:2px;
  padding-right:5px;  
}
.contactusmsgsent
{
    margin:5px 0 15px 0;
    text-align:center;
    font-size:12pt;
    color:#ff0000;
    font-weight:bold;   
}

/* Home */
.win .ch3 #featureadspace
{
	margin-left:-1px;
}

/* Left Navigation */
.treeviewmenu
{
	border:solid 1px silver;
}

/* Banner Rotator */
#slider
{
    width:570px;
    margin-left:5px;
}
pre
{
	display:block;
	font:12px "Courier New", Courier, monospace;
	padding:10px;
	border:1px solid #bae2f0;
	background:#e3f4f9;	
	margin:.5em 0;
	width:674px;
}				
.graphic, #prevBtn, #nextBtn, #slider1prev, #slider1next
{
    margin:0;
    padding:0;
    display:block;
    overflow:hidden;
    text-indent:-8000px;
}		
/*#container
{	
    margin:0 auto;
    position:relative;
    text-align:left;
    width:696px;
    background:#fff;		
    margin-bottom:2em;
}	
#header
{
    height:80px;
    line-height:80px;
    background:#5DC9E1;
    color:#fff;
}				
#content
{
	position:relative;
}*/
#slider ul, #slider li
{
	margin:0;
	padding:0;
	list-style:none;
}
#slider li
{ 
	width:570px;
	height:250px;
	overflow:hidden; 
}
#slider li img
{
	border:none;
}
#slider li a
{
	text-decoration:none;
}
/* numeric controls */	

ol#controls 
{
	margin:1em 0;
	padding:0;
	height:20px;	
	position:absolute;
	top:210px;
    left:10px;
}
ol#controls li {
	margin:0 5px 0 0; 
	padding:0;
	float:left;
	list-style:none;
	height:20px;
	line-height:28px;
}
ol#controls li a {
	float:left;
	height:20px;
	line-height:20px;
	border:1px solid #555;
	background:#ccc;
	color:#000;
	padding:0 10px;
	text-decoration:none;
	font-size:8pt;
	filter:alpha(opacity=70);
	opacity:0.7;	
}
ol#controls li.current a {
	background:#aaa;
	color:#fff;
	border-color:#000;
}
ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus {
    outline:none;
}

/* END Banner Rotator */
