/*  																			
--------------------------------------------------------------------------------
Filename:																		
	style.css 															
																				
Purpose:																		
	Because you gotta have style.
																					
History:																		
Ver		Inits		Date		Comments										
1.0		???			??/??/??	Created by someone other than me.
1.1		JWL			05/19/06	i2423 - Central Cart Update.

--------------------------------------------------------------------------------
*/

/*	<td id="RightCol">	*/
.RightCol {
	background				:	white;
	margin					:	4px;
	padding					:	2px;
	}
			
/*	<td id="UpperRightCurveShadowGold">		*/			
td#UpperRightCurveShadowGold {
	background				:	url("/images/URGoldCurve.gif") no-repeat;
	width					:	17px;
	}

/*	<td id="UpperLeftCurveGold">		*/			
td#UpperLeftCurveGold {
	background				:	url("/images/ULGoldCurve.gif") no-repeat;
	width					:	10px;
	}

/*	<td class="BottomRightShadowGold">	*/
td.BottomRightShadowGold {
	background				:	url("/images/LRGoldCurve.gif") no-repeat;
	}
	
/*	<td class="BottomLeftShadowGold">	*/
td.BottomLeftShadowGold {
	background				:	url("/images/LLGoldCurve.gif") no-repeat;
	}
	
/*	<td class="BottomShadowGold">	*/
.BottomShadowGold {
	background				:	url("/images/BottomGoldShadow.gif") repeat-x;
	height					:	18px;
	}

/*	<td class="RightShadowGold">	*/
.RightShadowGold {
	background				:	url("/images/RightGoldShadow.gif") repeat-y;
	width					:	17px;
	}

/*	<td class="LeftNoShadowGold">	*/
.LeftNoShadowGold {
	background				:	url("/images/LeftGold.gif") repeat-y;
	width					:	10px;
	}

	
	

/*	<td id="UpperRightCurveShadowDKBlue">		*/			
td#UpperRightCurveShadowDKBlue {
	background				:	url("/images/URDKBlueCurve.gif") no-repeat;
	width					:	17px;
	}

/*	<td id="UpperLeftCurveDKBlue">		*/			
td#UpperLeftCurveDKBlue {
	background				:	url("/images/ULDKBlueCurve.gif") no-repeat;
	width					:	10px;
	}

/*	<td class="BottomRightShadowDKBlue">	*/
td.BottomRightShadowDKBlue {
	background				:	url("/images/LRDKBlueCurve.gif") no-repeat;
	}
	
/*	<td class="BottomLeftShadowDKBlue">	*/
td.BottomLeftShadowDKBlue {
	background				:	url("/images/LLDKBlueCurve.gif") no-repeat;
	}
	
/*	<td class="BottomShadowDKBlue">	*/
.BottomShadowDKBlue {
	background				:	url("/images/BottomDKBlueShadow.gif") repeat-x;
	height					:	18px;
	}

/*	<td class="RightShadowDKBlue">	*/
.RightShadowDKBlue {
	background				:	url("/images/RightDKBlueShadow.gif") repeat-y;
	width					:	17px;
	}

/*	<td class="LeftNoShadowDKBlue">	*/
.LeftNoShadowDKBlue {
	background				:	url("/images/LeftDKBlue.gif") repeat-y;
	width					:	10px;
	}

	
	


/* Page Titles */
#PageTitle  {
	color: #006699;
	font-size: 14pt;
	font-weight : bold;
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	}
/* Page Sub Title Text */
#SubTitle  {
	color: #003366;
    font-size: 10pt;
    font-weight : bold;
    font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
    }

/* White Sub Title Text */
#WhiteSubTitle  {
	color: #FFFFFF;
    font-size: 10pt;
    font-weight : bold;
    font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
    }

/* Background Color for left and top navigational cells - ORANGE */
#NavColor {
	background-color : #e8f1f6;
}	
/* Top Navigational Buttons Background Color */
#TopNav {
	background-color : #343434;
	cursor : hand;
}
/* Background Color for Search Table */
#NavFill {
	background-color : #FFDD97;
}
/* For the ADVANCED SEARCH text */
#SearchBoxHighlight  {
	color: #00FFFF;
	text-decoration: none;
	font-size: 7pt;
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	}
/* Text within the search box on the left nav */
#SearchBoxText  {
	color: #006699;
	text-decoration: none;
	font-weight : bold;
	font-size: 7pt;
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	}
/* Title color for the Search Box */
#SearchBoxTitle  {
	color: #006699;
	text-decoration: none;
	font-size: 8pt;
	font-weight : bold;
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	}

/* Default style for table cells */
TD {
	color: #343434;
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size : 12px;
}

/* Default style for text */
P {
	color: #343434;
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size : 12px;
}

/* Default style for ordered lists */
OL {
	color: #343434;
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size : 12px;
}


/* Book Title Text */
#BookTitle  {
	color: #343434;
    font-size: 8pt;
    font-weight : bold;
    font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
    }
/* Author Text */
#Author  {
	color: #343434;
    font-size: 8pt;
    font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	}

/* Book Title Text 2 */
#BookTitle2  {
	color: #343434;
    font-size: 9pt;
    font-weight : bold;
    font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
    }
/* Author Text 2 */
#Author2  {
	color: #343434;
    font-size: 8pt;
    font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	}

/* Price Text */
#Price  {
	color: #B4C462;
    font-size: 9pt;
    font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	}
/* Fine Print Style */
#fineprint {
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size : 11px;
	text-decoration : none;
}
/* Plain Text Style */
#plaintext {
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size : 12px;
	text-decoration : none;
}

/* Tiny Links Style */
#TinyLinks {
	position:relative; 
	left:0; top:-10;
}


/* 1.1	s - Added */

.standout {
	color:			#ff0000;
	font-weight:	bold;
}
.sampleInfo li {
	padding-left:	15px;
	padding-bottom:	15px;
}
.sampleInfo li a {
	padding-bottom:	5px;
}

/* 1.1	e  */


/* Big Links */
a.BigLinks:link		{color: #006699;font-size: 11pt;font-weight : bold;font-family: Arial, Helvetica, Verdana, Geneva, sans-serif}
a.BigLinks:visited	{color: #006699;font-size: 11pt;font-weight : bold;font-family: Arial, Helvetica, Verdana, Geneva, sans-serif}
a.BigLinks:active	{color: #3399CC;font-size: 11pt;font-weight : bold;font-family: Arial, Helvetica, Verdana, Geneva, sans-serif}
a.BigLinks:hover  	{color: #3399CC;font-size: 11pt;font-weight : bold;font-family: Arial, Helvetica, Verdana, Geneva, sans-serif}

/* Regular Links */
a.RegLinks:link		{color: #006699;font-size: 9pt;font-family: Arial, Helvetica, Verdana, Geneva, sans-serif}
a.RegLinks:visited	{color: #006699;font-size: 9pt;font-family: Arial, Helvetica, Verdana, Geneva, sans-serif}
a.RegLinks:active	{color: #ffcc33;font-size: 9pt;font-family: Arial, Helvetica, Verdana, Geneva, sans-serif}
a.RegLinks:hover  	{color: #ffcc33;font-size: 9pt;font-family: Arial, Helvetica, Verdana, Geneva, sans-serif}
/* Small Links */
a.SmallLinks:link  		{color: #32A629;font-size: 7pt;font-family: Arial, Helvetica, Verdana, Geneva, sans-serif}
a.SmallLinks:visited  	{color: #32A629;font-size: 7pt;font-family: Arial, Helvetica, Verdana, Geneva, sans-serif}
a.SmallLinks:active  	{color: #ff6501;font-size: 7pt;font-family: Arial, Helvetica, Verdana, Geneva, sans-serif}
a.SmallLinks:hover  	{color: #ff6501;font-size: 7pt;font-family: Arial, Helvetica, Verdana, Geneva, sans-serif}

/* NavBar Links */
a.NavBarLinks:link  		{color: #006699;font-size: 9pt;font-weight : bold;font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;text-decoration : none;}
a.NavBarLinks:visited  	{color: #006699;font-size: 9pt;font-weight : bold;font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;text-decoration : none;}
a.NavBarLinks:active  	{color: #996600;font-size: 9pt;font-weight : bold;font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;text-decoration : none;}
a.NavBarLinks:hover  	{color: #996600;font-size: 9pt;font-weight : bold;font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;text-decoration : none;background-color : WHITE;}

/* ActiveNavBar Links */
a.ActiveNavBarLinks:link  		{color: #996600;font-size: 9pt;font-weight : bold;font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;text-decoration : none;}
a.ActiveNavBarLinks:visited  	{color: #996600;font-size: 9pt;font-weight : bold;font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;text-decoration : none;background-color : WHITE;}
a.ActiveNavBarLinks:active  	{color: #996600;font-size: 9pt;font-weight : bold;font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;text-decoration : none;}
a.ActiveNavBarLinks:hover  	{color: #996600;font-size: 9pt;font-weight : bold;font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;text-decoration : none;}

/* TinyMenuLinks */
a.TinyMenuLinks:link  		{color: #006699;font-size: 10pt;font-weight : bold;font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;}
a.TinyMenuLinks:visited  	{color: #006699;font-size: 10pt;font-weight : bold;font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;}
a.TinyMenuLinks:active  	{color: #ffcc33;font-size: 10pt;font-weight : bold;font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;}
a.TinyMenuLinks:hover  	{color: #ffcc33;font-size: 10pt;font-weight : bold;font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;}

/* InternalTitleLinks */
a.InternalTitleLinks:link		{color: #996600;font-size: 11pt;font-weight : bold;font-family: Arial, Helvetica, Verdana, Geneva, sans-serif}
a.InternalTitleLinks:visited	{color: #996600;font-size: 11pt;font-weight : bold;font-family: Arial, Helvetica, Verdana, Geneva, sans-serif}
a.InternalTitleLinks:active	{color: #006699;font-size: 11pt;font-weight : bold;font-family: Arial, Helvetica, Verdana, Geneva, sans-serif}
a.InternalTitleLinks:hover  	{color: #006699;font-size: 11pt;font-weight : bold;font-family: Arial, Helvetica, Verdana, Geneva, sans-serif}
				
/* Large Links */
a.LargeLinks:link		{color: #996600	;font-size: 12pt;font-weight : bold;font-family: Arial, Helvetica, Verdana, Geneva, sans-serif}
a.LargeLinks:visited	{color: #996600;font-size: 12pt;font-weight : bold;font-family: Arial, Helvetica, Verdana, Geneva, sans-serif}
a.LargeLinks:active		{color: #006699;font-size: 12pt;font-weight : bold;font-family: Arial, Helvetica, Verdana, Geneva, sans-serif}
a.LargeLinks:hover		{color: #006699;font-size: 12pt;font-weight : bold;font-family: Arial, Helvetica, Verdana, Geneva, sans-serif}

	
