@charset "UTF-8";
/* CSS Colors (Autonomie Project, inc) */

/*TEXT SIZES AND TYPE - MOD BY MC*/

/* universal font family for site is 10px - had to increase to make general cart text legible - decreased MM5-Navbar font down from 1.12em to .9 em and MM5-Cartfunctions font from 1.3 to 1.1  */

*{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}

#header #cartLinks a{
	font-weight: bold;
	text-decoration:none;
}


#header #cartLinks a:hover{
	font-weight: bold;
	text-decoration:underline
}


a{
	font-size:1em;
	font-weight : bold;
}

strong{
	font-size: 1em;
	font-weight: bold;
}

h2{
	font-size: 1.4em;
}

ul{
	line-height: 1.7em;
	list-style: none;
}

dt{
	font-size: 1.1em;
}

.bullets li{
	font-size: 1.13em;
	line-height: 1em;
}
.highlight{
	font-size:1em;
}
.required{
	font-size:1em;
}

#nav li a{
	font-size: .95em;
	font-weight: bold;
	text-decoration: none;
}

#leftContent p{
	font-size: 1.0em;
	line-height: 1.5em;
}
#mainContent .tanBg p{
	font-size: 1.1em;
}
#mainContent .tanBg h3{
	font-size: 12px;
}
#mainContent .tanBg label, #mainContent .tanBg input{
	font-size: 1.5em;
}
#products dt{
	font-size: 1.4em;
}
#products dt{
	line-height: 1.5em;
	font-size: 1.5em;
	font-weight: bold;
}
#products dd{
	line-height: 1.5em;
	font-size: 1.2em;
}
#products a{
	font-size: .8em;
}


/* MC Added for MM5 


/*  REMNANTS FROM PRIOR VERSIONS

p,ul{
	font-size:1em;
	text-decoration : none;
}

a:hover{
	font-weight : bold;
	text-decoration : underline;
}
*/

#MM5-CartFunctions .MM5-CartFunctionLinks a{
	font-size : 1.1em;
		text-decoration : none;
}
#MM5-CartFunctions .MM5-CartFunctionLinks a:hover{
	font-size : 1.1em;
	font-weight : bold;	
		text-decoration : none;
}



#MM5-Navbar .NavbarBG a{
	font-weight : bold;
	text-decoration : none;
	font-size:0.95em;
}
#MM5-Navbar .NavbarBG a:hover{
	font-weight : bold;
	text-decoration : none;
	font-size:0.95em;
}

#MM5-Navbar .forced_FCEE6B  {
	font-size:.9em;
}
#MM5-Navbar .cat_heading{
	font-size:1.2em;
	font-weight:bold;
	font-style:italic
}

#MM5-Navbar .NavbarBG-NEWSLTTR a{
	font-weight : bold;
	text-decoration : none;
    font-size:1em;
}
#MM5-Navbar .NavbarBG-NEWSLTTR a:hover{
	font-weight : bold;
	text-decoration : none;
	font-size:1em;
}


/*MIRROR VERSIONS OF ALL MM5-NAVBAR ABOVE FOR STOPGAP VERSION */

#MM5-Navbar-STOPGAP .NavbarBG a{
	font-weight:200;
	text-decoration : underline;
	font-size:12px;
}
#MM5-Navbar-STOPGAP .NavbarBG a:hover{
	font-weight:200;
	text-decoration : none;
	font-size:12px;
}

#MM5-Navbar-STOPGAP .forced_FCEE6B  {
	font-size:.9em;
}
#MM5-Navbar-STOPGAP .cat_heading{
	font-size:1.2em;
	font-weight:bold;
	font-style:italic
}
#MM5-Navbar-STOPGAP .NavbarBG-NEWSLTTR a{
	font-weight : bold;
	text-decoration : none;
    font-size:1em;
}
#MM5-Navbar-STOPGAP .NavbarBG-NEWSLTTR a:hover{
	font-weight : bold;
	text-decoration : none;
	font-size:1em;
}






.MM-5-cat-disp-newslttr-bold {
	font-weight:500;
	font-size:1em;
}
.tellthanks_enlarged_font {
	font-size:1.4em;
}

.MM-5-prod-bold {
font-weight:bold
}

.MM-5-breadcrumb-links {
font-size:.8em
}

.MM-5-bolded-text {
font-weight:bold
}

#forced .color_red{
	font-style: italic;
}



/* MC ADDS SPECIFIC TO ELEMENTS ON NON-CART PAGES */

#HeaderContent .HeaderBG a{
	font-weight : bold;		
	font-size : larger;
}
#HeaderContent .HeaderBg a:hover{
	font-weight : bold;
	font-size : larger;
	text-decoration : underline;
}
#forcedalert .color_red{
	color:#CC6600;
}

/* MC ADDS DURING SITE OVERHAUL OCT 08 */

#header #cartLinks #checkOut{
			list-style-type:none;
	font-size: 12px;
	padding: 0 0 0 0;	
	}
#header #cartLinks #shopBag{
			list-style-type:none;
			font-size: 12px;
	}
#header #cartLinks #account{
			list-style-type:none;
			font-size: 12px;
	}


/* NEW - Miva specific tags for CSS based Left nav */

#leftContent-MIVA p{
	font-size: 1.05em;
	line-height: 1.5em;
}


	
.cattree_links-MIVA{
		font-size: 10px;
}

.cattree_links-MIVA-STOPGAP{
		font-size: 10px;
}


#footerNav li {
font-weight:bold;
}

#footerNav a {
text-decoration:none;
	font-size:10px;
}

#footerNav a:hover{
text-decoration:underline;
font-size:10px;
}

#header a {
	text-decoration:none;
}

#header a:hover{
	text-decoration:underline;
}

#copyright {
	font-weight: bold;
	font-size:10px;
}


.MM-5-forced-font-size {
font-weight:bold;
font-size:16px;
}
