/* This is the default CSS Stylesheet for the Event Network e-commerce website */
/* each Partner site uses this default CSS file unless a specific substitute file is provided */
/* substitute files MUST use the same CSS tags, classes and id Selectors found below */
/* use of different tags, classes or id's will simply NOT WORK as intended */

BODY
{
		/* Center */
	text-align:center; 
		/* Left */
/*	text-align:left; */
		/* Right */
/*	text-align:right; */
	BACKGROUND-COLOR: #48381f;
	margin: 0px;
	background-attachment:fixed;
    COLOR: Black;
    font-family: arial, Arial, Helvetica, sans-serif;
    FONT-SIZE: 12px;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
}

/* GLOBAL POSITIONING and BACKGROUND COLOR */

/*		applies to ALL pages (Home and all Cart Template pages) */
/*		positions the content of the page in the center, left or right of the screen */
/*		BODY -> Background-Color: sets the background color of the surrounding area */

/*		redundant CSS calls are used in "BODY" and "#wrapper" to ensure compliance across many browser types */
/*		centering -> [BODY - text-align:center;]	[#wrapper -> margin-left: auto; margin-right: auto;] */
/*		left-justified -> [BODY - text-align:left;]	[#wrapper -> margin-left: 0px; margin-right: auto;] */
/*		right-justified -> [BODY - text-align:right;]	[#wrapper -> margin-left: auto; margin-right: 0px;] */

	/* Center */
#wrapper	{ margin-left: auto; margin-right: auto; text-align: left; width:900px; background-color:#ffffff;} 
	/* Left */
/* #wrapper	{ margin-left: 0px; margin-right: auto; text-align: left; width:750px; background-color:#ffffff;} */
	/* Right */
/* #wrapper	{ margin-left: auto; margin-right: 0px; text-align: left; width:750px; background-color:#ffffff;} */





/* GLOBAL OBJECTS - apply to ALL pages */

/* Banner - if no Banner is defined, uses default EN Banner */
#banner		{ border:0; padding:0}

/* Left Menu: Left-Side Navigation Links (section Titles and Links) */
#navigation	{ width:175px; margin:0px; background: #fcf4dd url(../../images/543Nav_background.jpg) no-repeat scroll top left;}
/* added so Nav Links could be a color other than default Black */
#navigation a {display: block; text-align: left; border-top: dotted 1px #48381F; border-bottom: dotted 1px #48381F; background-color: #E4D2BE; padding: 1px; text-decoration: none; font-weight:lighter;}
#navigation a:hover {background-color: #CFAF8B; color: #000000;}

.navTitle	{ font-family: Arial, Helvetica, sans-serif; font-size: 1.3em; color: #48381F; font-weight: normal; padding: 0px; margin: 0px; padding-bottom: 10px; padding-left: 10px;}
.navLink 	{ font-family: Arial, Helvetica, sans-serif; font-size: 0.7em; font-weight: lighter; padding-left:10px; padding-right: 10px;}


/* Top Menu (tm): Objects under Banner (Partner Navigation, Cart Details, View Cart and Cart Icon, Product Search) */
/*		NOTE: you have NO control over the blue Shopping Cart Icon and the Black Search textbox/button */

/* BG Color for Partner Navigation and Cart Objects - should be coordinated with #content settings */
.tmBGColor	{ background-color:#E4E6ED;}

/* Partner Navigation (under Banner) - optional feature (uses no space if nothing is defined)  */
#partnernav	{
	font-family:arial,sans-serif;
	font-size:11px;
	padding: 5px 0px 15px 0px;
	
}
/* added so Nav Links could be a color other than default Black */
#partnernav	a {
	padding: 8px 7px 5px 8px;
	color: #ffffff;
	background-color: #000000;
}
#partnernav	a:hover {
	padding: 8px 7px 5px 8px;
    color:edbb1e; 
	text-decoration:underline;
	background-color: #000000;
}
/* Cart Objects (under Banner) */
.tmCartDetails	{ font-family:arial; font-size:13px; font-weight:bold; color:#676D92; text-align:right;}
#tmViewCart	{ font-family:arial; font-size:11px; font-weight:bold; color:#676D92; text-align:right;}
#tmViewCart a { font-family:arial; font-size:13px; font-weight:bold; color:#676D92; text-align:right;}
#tmViewCart a:hover { color:#ff0000;}
.tmProductSearch	{ font-family:arial; font-size:13px; font-weight:bold; color:#676D92; text-align:right;}

/* Page Content (area under Cart Objects and to the right of Left Menu Navigation) */
#content	{ width:725px; margin:0px; background-color:#ffffff;}

/* Footer (full width - area under both Navigation and Content) */
		/* optional feature (uses no space if nothing is defined)  */
#footer		{ width:900px; margin:0px; background-color:#ffffff;}




/* HOME PAGE */

/* Page Title (e.g. "Best Sellers") */
#homeTitle	{ font-family:arial; font-size:0px; font-weight:bold; color:#ffffff; line-height:0px; padding-left:0px;}

/* "Best Seller" Grid (3 x 3 Table with images and titles) */
#homeBSGrid	{ font-family:arial; font-size:12px; font-weight:normal; color:#676D92; padding:4px;}
#homeBSGrid td	{ border-width:0px; border-style:ridge; padding:4px;}
#homeBSGrid a { color:#676D92; font-weight:normal; }
#homeBSGrid a:hover { color:#ff0000;}

.homeNotes	{ font-family:arial; font-size:13px; font-weight:bold; color:Black;}
.homeHighlightText	{ font-family:arial; font-size:10px; font-weight:bold; color:#676D92;}



/* CATEGORY PAGE (displays one or more Sub-Categories within the Category selected from the Left Menu Navigation) */

/* Page Title (e.g. "Adult Apparel") */
#categoryTitle	{ font-family:arial; font-size:18px; font-weight:bold; color:#676D92; line-height:55px; padding-left:4px;}

/* Sub-Category images, titles and descriptions) */
#categoryTable	{ font-family:arial; font-size:13px; color:Black; font-weight:normal; text-decoration:none; padding:0px;padding-bottom:10px}
#categoryTable td	{ border-width:0px; border-style:none; padding:20px;}
#categoryTable a { text-decoration:underline; font-weight:bold;}
#categoryTable a:hover { color:#ff0000;}

.categoryImage	{ padding-left:15px; text-align:center;}
.categoryDescription	{ padding-left:15px; text-align:left; vertical-align:middle;}



/* PRODUCTS PAGE (displays one or more Products with add-to-cart capability) */

/* Page Title (e.g. "Adult Apparel") */
#productsTitle	{ font-family:arial; font-size:18px; font-weight:bold; color:#676D92; line-height:55px; padding-left:4px;}


/* Qty Label (e.g. "Items 1 - 25 (Total: 192)") */
.productsQtyLabel	{ font-family:arial; font-size:13px; font-weight:bold; color:#676D92;}

/* Page Navigation Qty Label Row (e.g. "Page:") */
#productsPageNavLabel	{ font-family:arial; font-size:13px; font-weight:bold; color:#676D92; padding-top:10px; padding-bottom:5px;
		padding-left:4px; text-align:left; vertical-align:middle; background-color:#eeeeee;}

/* Page Navigation Text/Buttons Row */
#productsPageNavText	{ font-family:arial; font-size:13px; font-weight:bold; color:#676D92; padding-top:5px; padding-bottom:10px;
		padding-left:4px; text-align:right; vertical-align:middle; background-color:#eeeeee;}

/* Handles duplicate Navigation Bar at bottom of Product listing */
/* Page Navigation Qty Label Row (e.g. "Page:") */
#productsPageNavLabel2	{ font-family:arial; font-size:13px; font-weight:bold; color:#676D92; padding-top:10px; padding-bottom:5px;
		padding-left:4px; text-align:left; vertical-align:middle; background-color:#eeeeee;}

/* Page Navigation Text/Buttons Row */
#productsPageNavText2	{ font-family:arial; font-size:13px; font-weight:bold; color:#676D92; padding-top:5px; padding-bottom:10px;
		padding-left:4px; text-align:right; vertical-align:middle; background-color:#eeeeee;}


/* Page Navigation Buttons: Previous, Go, Next, View All */
.productsPageNavButtons	{ font-family:arial; font-size:9px; font-weight:bold; color:#676D92;}

/* Return to Top link */
#productsReturnLink	{ font-family:arial; font-size:14px; font-weight:bold; color:#676D92; text-decoration:underline;}
#productsReturnLink a { color:#676D92; text-decoration:underline;}
#productsReturnLink a:hover { color:#ff0000; text-decoration:underline;}




/* Items (one or more Products with image, title, description and add-to-cart feature) */
#itemTable	{ font-family:arial; font-size:13px; color:Black; font-weight:normal; text-decoration:none; padding:0px;}

.itemPromoNote	{ text-align:left; font-size:13px; color:Red; font-weight:bold;}

.itemImage	{ text-align:center; vertical-align:middle; padding:0px}
.itemImageText	{ font-size:10px;}

.itemContent	{ padding-left:10px; text-align:left;}
.itemTitle	{ font-size:16px; font-weight:bold;}
.itemPrice	{ font-size:16px; font-weight:bold; color:#676D92;}
.itemPN		{ font-weight:bold;}
.itemPNText	{ font-weight:normal;}
.itemDescription	{ font-family:arial; font-size:12px; color:Black; font-weight:normal; text-decoration:none;}
.itemViewMore	{ font-size:13px; color:#676D92; text-decoration:underline; font-weight:bold;}

.itemAddCart	{ text-align:left; vertical-align:middle; padding:0px}
.itemTextBox	{ text-align:left; vertical-align:middle;}
.itemDropDown	{ text-align:left; vertical-align:middle; padding-left:15px;}
.itemButton	{ text-align:left; padding-left:15px; vertical-align:middle;}
.itemLineSeparator	{ }



/* CART SUMMARY PAGE (displays summary of cart items and pricing) */

/* Page Title (e.g. "Cart Summary") */
#csTitle	{ font-family:arial; font-size:18px; font-weight:bold; color:#676D92; line-height:55px; padding-left:4px;}

/* DataGrid Object (looks like a HTML table) - displays cart items (Qty, P/N, Description, Unit Price) */
.csDGHeader	{ font-family:arial; font-size:11px; font-weight:bold; color:#676D92; text-align:center; vertical-align:top; line-height:30px;}
.csDGItem	{ font-family:arial; font-size:11px; font-weight:bold; color:Black; text-align:center; vertical-align:middle; line-height:25px;}
/* when DataGrid is put into Edit mode */
.csDGEdit	{ font-family:arial; font-size:11px; font-weight:bold; color:blue; background-color:Yellow; text-align:center; vertical-align:middle; line-height:25px;}



/* CHECKOUT PAGE (defines customer contact information, ship-to and cost summary prior to payment) */
		/* here is where we emphasize that a 3rd party (Event Network) is processing this order on behalf of the Partner */

/* Page Title (e.g. "CheckOut") */
#checkoutTitle	{ font-family:arial; font-size:18px; font-weight:bold; color:#676D92; line-height:55px; padding-left:4px;}

.checkoutSectionTitle	{ font-family:arial; font-size:16px; font-weight:bold; color:#676D92;}
.checkoutSubSectionTitle	{ font-family:arial; font-size:13px; font-weight:bold; color:Black;}
.checkoutLabelMedium	{ font-family:arial; font-size:13px; font-weight:normal; color:#676D92;}
.checkoutLabelSmall	{ font-family:arial; font-size:10px; font-weight:normal; color:#676D92;}
.checkoutContent	{ font-family:arial; font-size:13px; font-weight:normal; color:Black;}
.checkoutNote	{ font-family:arial; font-size:10px; font-weight:normal; color:Black;}


/* VeriSign/PayPal Payment Site - external to EN website, so page is NOT controlled by this CSS */
		/* here we display an "Event Network" identity in our continuing effort to alert the customer to a 3rd party being involved */

/* CLOSEOUT PAGE (displays greeting after payment process - triggers confirmation email and order email) */
		/* here we display an "Event Network" identity in our continuing effort to alert the customer to a 3rd party being involved */
		/* page NOT controlled by this CSS */




/* POLICIES PAGE (displays Terms and Conditions) */

/* Page Title (e.g. "Website Policies") */
#policiesTitle	{ font-family:arial; font-size:18px; font-weight:bold; color:#676D92; line-height:55px; padding-left:4px;}

.policiesHighlightTitleLarge	{ font-family:arial; font-size:18px; font-weight:normal; color:#676D92;}
.policiesHighlightTitleMedium	{ font-family:arial; font-size:16px; font-weight:normal; color:#676D92;}
.policiesSectionTitle	{ font-family:arial; font-size:16px; font-weight:bold; color:Black;}
.policiesTableHeader	{ font-family:arial; font-size:13px; font-weight:bold; text-decoration:underline; color:Black;}
.policiesContent	{ font-family:arial; font-size:13px; font-weight:normal; color:Black;}



/* GENERAL HTML TAGS */

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: Black;
}
H1	{	
	font-family: arial, arial, Arial, Helvetica, sans-serif;
	font-size:	2em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H2	{	
	font-family: arial, arial, Arial, Helvetica, sans-serif;
	font-size:	1.75em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3	{	
	font-family: arial, arial, Arial, Helvetica, sans-serif;
	font-size:	1.58em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{	
	font-family: arial, arial, Arial, Helvetica, sans-serif;
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-family: arial, arial, Arial, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	font-family: arial, arial, Arial, Helvetica, sans-serif;
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
TFOOT, THEAD	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: arial, arial, Arial, Helvetica, sans-serif;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: arial, arial, Arial, Helvetica, sans-serif;
	}	


A:link IMG	{ border: white; }
A:link	{	
	text-decoration:	none;
	font-weight:	bold;
	color:	Black;
	}	
		
A:visited IMG	{ border: white; }
A:visited	{	
	text-decoration:	none;
	font-weight:	bold;
	color:	Black;
	}	

A:active IMG	{ border: white; }		
A:active	{	
	text-decoration:	none;
	font-weight:	bold;
	color:	Black;
	}	
		
A:hover	{	
	text-decoration:	none;
	font-weight:	bold;
	color:	Red;
	}
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

UL LI	{	
	list-style-type:	 disc ;
	padding-bottom: 8pt;
	}	

UL LI LI	{	
	list-style-type:	square;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	

IMG 	{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	border: 0px;
	}
