BODY {
	MARGIN: 0px;
	font-family : verdana, Helvetica, sans-serif;
	font-size : 10px;
}
/* Style for links */
A:link {
	text-decoration: none;
}
A:visited {
	text-decoration: none;
} 
A:hover {
	text-decoration: none;
}

/* Style for lines. */
HR.thickline {
	size: 1;
	height: 2px;
	margin-bottom : 0px;
	margin-top : 0px;
	border: 0;
}
HR.thinline {
	size: 1;
	height : 1px;
	margin-bottom : 0px;
	margin-top : 0px;
	border: 0;
}

/* Style for page breaks when printing */
P.pageEnd {page-break-before: always}


/*** GENERAL PAGE LAYOUT ****************************************/
/* This is the default font for the entire page body */
.mainpage {
	font-size : 10px;
}

/* This is a smaller text used for the wishlist, etc. */
.smalltext {
	font-size : 9px;
}

/* Used for detail page headings */
.siteName {
	font-size: 26px;
}

/* Header is a large separating bar used for "What's New" and 
'Product of the Day'. It uses the Highlight Box (Order Box) Title Bar
colors. */
.header {
	FONT-SIZE: 14px;
	font-weight : bolder;
	color: #898972;
	text-decoration: underline;
}

/* Hightlight and Input Form box title bars. */
.BoxTitle {
	FONT-SIZE: 16px;  
	font-weight: bold;
}
/* Used primarily in Hightlight boxes. */
.BoxText {
	FONT-SIZE: 10px;  
}

/* Sections separate sections on listings and detail pages like the
'more images' and 'customer reviews' sections of the product page. */
.section_title {
	font-size: 14px;
	font-weight: bold;
}

/* Used for listing and detail page navigation links like the 'Sort by' links
on listing pages and 'next | back' links at the bottom of detail pages.*/
.section_footer {
	font-size: 11px;
}
A.section_footer {
	text-decoration : none;
}

.caution {
	COLOR: #ff6600; FONT-SIZE: 12px; FONT-WEIGHT: 700
}



/*** CATEGORY & PAGES ****************************************/

/* Used for detail page headings */
.cat_title_large {
	font-size: 14px;
}
.cat_title_large2 {
	font-size: 14px;
	font-weight: bold;
}
.cat_text_large {
	font-size: 10px;
}

/* Used for teaser listings for Categories, Pages and Features.*/
.cat_title_small {
	font-size: 12px;
	font-weight: bold;
}
.cat_text_small {
	font-size: 10px;
}

/* Used for "directory" style of sub-cateogry listing */
.cat_title_list {
	font-size:	10px;
	font-weight: bold;
	text-decoration: underline
}
.cat_text_list {
	font-size: 10px;
}



/*** FEATURE DETAIL ****************************************/
.FeatureTitle {
	font-size : 26px;
}
.FeatureTeaser {
	font-size : 16px;
}
.FeatureByline {
	font-size : 11px;
	font-style : italic;
	color : #898972;
	font-weight: bold;
}
.Feature2 {
	font-size : 9px;

}
.feature_type {
	font-size : 12px;
	font-style : Verdana, Arial, Helvetica, sans-serif;
	color : #898972;
}

/*** PRODUCT DETAIL ****************************************/
/* Teaser product names  */
.prodname_list {
	font-size : 14px;
	font-weight: bold;
}

/* Product name on product detail page   */
.prodname {
	font-size : 14px;
}

/* Style for Product SKU, number in stock, etc. */
.prodSKU {
	font-size : 11px;
	color: #72725F;
}

/* Product price line */
.prodprice {
	font-size : 11px;
	color: blue;
}

/* Product price emphasized words: 'Our Price' */
.prodprice2 {
	font-size : 12px;
	font-weight: bold;
	color: purple;
}

/* Product discount line */
.proddisc {
	font-size : 12px;
	color : maroon;
}

/* Large image on product detail page. */
.listingimg {
	margin-right : 10px;
}

/* 'More Image' gallery on product detail page. */
.gallery_img {
	border-style : solid;
	border-color : Silver;
	margin-right : 3px;
	border-width : 1px;
}
/* 'More Image' gallery detail caption. */
.photocaption {
	COLOR: white; FONT-SIZE: 11px; 
}


/*** WISH LIST DETAIL *************************************/

/* The delete and update buttons for Wish List product listings */
.WishButton {
	BORDER-RIGHT: 1px outset;
	BORDER-TOP: 1px outset;
	FONT-WEIGHT: bold;
	FONT-SIZE: 11px;
	BORDER-LEFT: 1px outset;
	COLOR: white;
	BORDER-BOTTOM: 1px outset;
	BACKGROUND-COLOR: #999999;
	text-align : center;
}


/*** SHOPPING CART ****************************************/
/* Product name, prices, etc. */
.carttext {
	font-size : 11px;
}
/* Sku and options listed under product name*/
.smallcarttext {
	font-size : 10px;
}


/*** INPUT FORMS ******************************************/
/* Titles separating sections of a form (this is NOT the Box Title)*/
.FormTitle {
	FONT-SIZE: 14px;
	font-weight : bold;
}

/* Appears at top of form if page returns an error */
.FormError {
	FONT-SIZE: 12px;
	color : Red;
}
/* Used in the login box ('user name not found', etc.) */
.FormErrorsmall {
	FONT-SIZE: 10px;
	color : Red;
}

/* Form field names '*/
.FormText {
	FONT-SIZE: 12px;
	vertical-align : baseline;
}
/* Instructions below form fields '*/
.FormTextSmall {
	FONT-SIZE: 10px; 
}
/* Used in the login box for 'name' and 'password'*/
.FormTextVerySmall {
	FONT-SIZE: 9px;
	COLOR: gray;
}

.formfield {
	BACKGROUND-COLOR: #fbfbfb;
	BORDER-BOTTOM: #999999 1px solid;
	BORDER-LEFT: #999999 1px solid;
	BORDER-RIGHT: #999999 1px solid;
	BORDER-TOP: #999999 1px solid;
	COLOR: #003163;
	FONT-SIZE: 12px;
}
.formfieldselect {
	FONT-SIZE: 12px;
	COLOR: #003163;
}
/* The form fields for the login box have width set as well */
.formfieldlogin {
	BORDER-RIGHT: #898972 1px solid;
	BORDER-TOP: #898972 1px solid;
	FONT-SIZE: 11px;
	BORDER-LEFT: #898972 1px solid;
	COLOR: #898972;
	BORDER-BOTTOM: #898972 1px solid;
	width : 120px;
}
.formfieldcheckbox {
	FONT-SIZE: 10px;
	COLOR: #898972;
	BORDER-RIGHT: #FFFFFF 1px solid;
	BORDER-TOP: #FFFFFF 1px solid;
	BORDER-BOTTOM: #FFFFFF 1px solid;
	
}
.radiobutton {
	FONT-SIZE: 10px;
	COLOR: #898972;
	BORDER-RIGHT: #FFFFFF 1px solid;
	BORDER-TOP: #FFFFFF 1px solid;
	BORDER-BOTTOM: #FFFFFF 1px solid;
	
}

/* HTML form submit buttons */
.FormButton {
	BORDER-RIGHT: 1px outset;
	BORDER-TOP: 1px outset;
	FONT-WEIGHT: bold;
	FONT-SIZE: 11px;
	BORDER-LEFT: 1px outset;
	COLOR: #931215;
	BORDER-BOTTOM: 1px outset;
	BACKGROUND-COLOR: #A4A482;
	text-align : center;
}
A.FormButton:visited {
	FONT-WEIGHT: bold;
	FONT-SIZE: 10px;
	COLOR: #931215;
	BACKGROUND-COLOR: #A4A482;
	TEXT-DECORATION: none;
}
A.FormButton:hover {
	FONT-WEIGHT: bold;
	FONT-SIZE: 11px;
	COLOR: white;
	BACKGROUND-COLOR: #C9C9AD;
	TEXT-DECORATION: none;
}
.formbutton {
	BORDER-RIGHT: 1px outset;
	BORDER-TOP: 1px outset;
	FONT-WEIGHT: bold;
	FONT-SIZE: 11px;
	BORDER-LEFT: 1px outset;
	COLOR: #931215;
	BORDER-BOTTOM: 1px outset;
	BACKGROUND-COLOR: #A4A482;
	text-align : center;
}
A.formbutton:visited {
	FONT-WEIGHT: bold;
	FONT-SIZE: 10px;
	COLOR: #931215;
	BACKGROUND-COLOR: #A4A482;
	TEXT-DECORATION: none;
}
A.formbutton:hover {
	FONT-WEIGHT: bold;
	FONT-SIZE: 11px;
	COLOR: white;
	BACKGROUND-COLOR: #C9C9AD;
	TEXT-DECORATION: none;
}
.formButton {
	BORDER-RIGHT: 1px outset;
	BORDER-TOP: 1px outset;
	FONT-WEIGHT: bold;
	FONT-SIZE: 11px;
	BORDER-LEFT: 1px outset;
	COLOR: #931215;
	BORDER-BOTTOM: 1px outset;
	BACKGROUND-COLOR: #A4A482;
	text-align : center;
}
A.formButton:visited {
	FONT-WEIGHT: bold;
	FONT-SIZE: 10px;
	COLOR: #931215;
	BACKGROUND-COLOR: #A4A482;
	TEXT-DECORATION: none;
}
A.formButton:hover {
	FONT-WEIGHT: bold;
	FONT-SIZE: 11px;
	COLOR: white;
	BACKGROUND-COLOR: #C9C9AD;
	TEXT-DECORATION: none;
}
.searchfield {
	BORDER-RIGHT: #898972 1px solid;
	BORDER-TOP: #898972 1px solid;
	FONT-SIZE: 11px;
	BORDER-LEFT: #898972 1px solid;
	COLOR: #898972;
	BORDER-BOTTOM: #898972 1px solid;
	width : 140px;
}
.smallfield {
	BORDER-RIGHT: #898972 1px solid;
	BORDER-TOP: #898972 1px solid;
	FONT-SIZE: 9px;
	BORDER-LEFT: #898972 1px solid;
	COLOR: #898972;
	BORDER-BOTTOM: #898972 1px solid;
	width : 100px;
}
.smallformbutton {
	BORDER-RIGHT: 1px outset;
	BORDER-TOP: 1px outset;
	FONT-WEIGHT: bold;
	FONT-SIZE: 9px;
	BORDER-LEFT: 1px outset;
	COLOR: #931215;
	BORDER-BOTTOM: 1px outset;
	BACKGROUND-COLOR: #A4A482;
	text-align : center;
}


/*** LISTING RECORDS ******************************************/
/* Query Description line */
.ResultHead {
	FONT-SIZE: 16px;
}

/* Result table title row */
.listingHead {
	FONT-SIZE: 12px; 
	TEXT-DECORATION: none;
}
/* Result table smaller font */
.ListingSmall {
	font-size:	10px;
}


.listingTitle {
	FONT-SIZE: 14px;
	TEXT-DECORATION: none;
	font-weight : bold;
}
A.listingTitle:link {
	FONT-SIZE: 14px;  TEXT-DECORATION: none
}
A.listingTitle:visited {
	FONT-SIZE: 14px;  TEXT-DECORATION: none
	}
A.listingTitle:hover {
	FONT-SIZE: 14px; ; TEXT-DECORATION: underline
	}
.listingsubtitle {
	FONT-SIZE: 12px; FONT-STYLE: italic;  
}
.listingtext {
	FONT-SIZE: 12px; 
}
.listingsubtext {
	FONT-SIZE: 11px;  
}
/* For Feature listings author line */
.listingtagline {
	FONT-SIZE: 10px; 
}
/* For Event listings */
.listingdate {
	FONT-SIZE: 12px;  
}


/*** ALPHA MENU (SITEMAP) *************************************************/
A.alphaon:link {
	 FONT-SIZE: 13px; TEXT-DECORATION: none ; Font-Weight: Bold;
}
A.alphaon:visited {
	FONT-SIZE: 13px; TEXT-DECORATION: none; Font-Weight: Bold;
}
A.alphaon:hover {
	FONT-SIZE: 13px;
	TEXT-DECORATION: none;
	Font-Weight: Bold;
	background-color : #F0F0F0;
}
A.alphaoff:link {
	 FONT-SIZE: 9px; TEXT-DECORATION: none
}
A.alphaoff:visited {
	FONT-SIZE: 9px;  TEXT-DECORATION: none
}
A.alphaoff:hover {
	FONT-SIZE: 9px;
	TEXT-DECORATION: none;
	background-color : #F0F0F0;
}


/*** MENUS ******************************************/
/* Top level categories */
.menu_category {
	font-size: 13px;
	text-decoration : none;
	COLOR: #000000;
}
a.menu_category
{
	font-size: 13px;
}

/* Page menu */
.menu_page {
	font-size: 11px;
	COLOR: #898972;
}
a.menu_page
{
	font-size: 11px;
}

/* Page menu section headers */
.menu_page_title {
	font-size: 11px;
	COLOR: #898972;
	FONT-WEIGHT: bold;
}
a.menu_page_title
{
	font-size: 11px;
	COLOR: #898972;
	FONT-WEIGHT: bold;
}

/* Breadcrumb Trail Menu */
.menu_trail {
	font-size: 12px;
	text-decoration : none;
	COLOR: #898972;
}
a.menu_trail
{
	font-size: 12px;

}

/* Page Footer Menu */
.menu_footer {
	font-size: 10px;
	text-decoration : none;
	color : #898972;
}
a.menu_footer
{
	
}

/* Admin Menu Links */
.menu_admin {
	FONT-WEIGHT: normal;
	FONT-SIZE: 8px;
	COLOR: #DAA520;
	TEXT-DECORATION: none
}
A.menu_admin{
	FONT-WEIGHT: normal;
	FONT-SIZE: 8px;
	COLOR: #DAA520;
	TEXT-DECORATION: none
}



/*** TAB MENUS IN ADMIN ******************************************/
TD.TopTierHeader {
}
.TopTierHeader {
	PADDING-RIGHT: 5px; PADDING-LEFT: 10px; FONT-WEIGHT: bold; FONT-SIZE: 12px;  FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif; 
}

A.TopTierHeader:link {
	PADDING-RIGHT: 5px; PADDING-LEFT: 5px; FONT-WEIGHT: bold; FONT-SIZE: 12px;  FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;  TEXT-DECORATION: none
}
A.TopTierHeader:visited {
	PADDING-RIGHT: 5px; PADDING-LEFT: 5px; FONT-WEIGHT: bold; FONT-SIZE: 12px;  FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;  TEXT-DECORATION: none
}
A.TopTierHeader:hover {
	PADDING-RIGHT: 5px; PADDING-LEFT: 5px; FONT-WEIGHT: bold; FONT-SIZE: 12px;  FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif; TEXT-DECORATION: underline
}


/* ----- top tier is tabs; TD produces height ---------------------------------*/
TD.TopTierNav {
	FONT-WEIGHT: bold; FONT-SIZE: 17px;  FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}
.TopTierNav {
	FONT-WEIGHT: bold; FONT-SIZE: 11px;  FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif; TEXT-DECORATION: none; color:#000000;
}
A.TopTierNav:link {
	 FONT-SIZE: 11px; FONT-FAMILY: verdana,arial,sans serif; TEXT-DECORATION: none; color:#000000;
}
A.TopTierNav:visited {
	FONT-SIZE: 11px;  FONT-FAMILY: verdana,arial,sans serif; TEXT-DECORATION: none; color:#000000;
}
A.TopTierNav:hover {
	FONT-SIZE: 11px;
	FONT-FAMILY: verdana,arial,sans serif;
	TEXT-DECORATION: none;
	color : #760F12;
}

/* ----- the sub tier is for sort  --------------
.SubTierNav {
	FONT-SIZE: 11px;  FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}
A.SubTierNav:link {
	 FONT-SIZE: 11px; FONT-FAMILY: verdana,arial,sans serif; TEXT-DECORATION: none
}
A.SubTierNav:visited {
	FONT-SIZE: 11px;  FONT-FAMILY: verdana,arial,sans serif; TEXT-DECORATION: none
}
A.SubTierNav:hover {
	FONT-SIZE: 11px;
	FONT-FAMILY: verdana,arial,sans serif;
	TEXT-DECORATION: none;
	background-color : transparent;
}
-------------------*/
.navtab {
	background-image: url(../images/behavior_research.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #C9C9AD;
	text-align: center;
	background-repeat: no-repeat;
}
A.linktab:link {
	FONT-SIZE: 10px;  TEXT-DECORATION: none; color: #C9C9AD; FONT-WEIGHT: bold;
}
A.linktab:visited {
	FONT-SIZE: 10px;  TEXT-DECORATION: none; color: #C9C9AD; FONT-WEIGHT: bold;
	}
A.linktab:hover {
	FONT-SIZE: 10px; ; TEXT-DECORATION: none; color: #FFFFFF; FONT-WEIGHT: bold;
	}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	font-weight: bold;
	color: #898972;
	TEXT-DECORATION: underline;
}
.ci {
	font-style : italic;
	color : #931215;
	font-weight: bold;
}