/*###################
##### CSS RESET #####
###################*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}



/*####################
##### HTML, BODY #####
#####################*/ 

*
{
    margin                  : 0px 0px 0px 0px;
    padding                 : 0px 0px 0px 0px;
    text-align              : left;
}
html,body 
{
	height                  : 100%; /* needed for container min-height */
}
body 
{
	font-family				: Geneva, Arial, Helvetica, sans-serif;
	font-size				: 12px;
	font-size				: 90%;
	color					: #666666;
	background-color		: #FFFFFF;
	margin					: 0px auto 0px auto;
	padding					: 0px 0px 0px 0px;
	text-align				: center;
}





/*###############
##### FONTS #####
###############*/

p
{
    padding                 : 5px 0px 5px 0px;
    line-height             : 1.5em;
}
h1
{
	margin					: 0px 0px 0px 0px;
	padding					: 0px 0px 10px 0px;
    font-size               : 180%;
    line-height             : 1.0em;
    color                   : #666666;
    font-weight             : bold;
}	
h2
{
	margin					: 0px 0px 0px 0px;
	padding					: 10px 0px 10px 0px;
    font-size               : 140%;
    line-height             : 1.0em;
    color                   : #666666;
    font-weight             : bold;
}	
h3
{
	margin					: 0px 0px 0px 0px;
	padding					: 10px 0px 10px 0px;
    font-size               : 120%;
    line-height             : 1.0em;
    color                   : #666666;
    font-weight             : bold;
}	
a{
	font-weight				: bold;
	color					: #666;
	color					: #006699;
	text-decoration			: none;
}

a:hover{
	font-weight				: bold;
	color					: #006699;
	text-decoration			: underline;
}










.indexTag
{
	font-size				: 160%;
	line-height				: 1.2em;		
	color					: #800000;
	font-weight				: bold;
	margin					: 0px 0px 0px 0px;
	padding					: 0px 0px 5px 0px;
}

.BookHeading
{
	font-size				: 180%;
	font-weight				: bold;
	margin					: 0px 0px 0px 0px;
	padding					: 5px 0px 10px 0px;
}

#mainContentTop ul
{
	margin					: 0px 0px 0px 10px;
	padding					: 0px 0px 0px 0px;
}

#mainContentTop ul li
{
	margin					: 0px 0px 0px 10px;
	padding					: 0px 0px 0px 0px;
}
.hr
{
	border-top				: 1px solid #999; 
	margin					: 5px 20px 5px 20px;
	height					: 1px; 
	border-bottom			: 0px;
	clear					: both; 
}


/* ------- AUTHOR AtoZ ----- */
.authorHolder
{
	display				: block;
	clear				: both;
	margin				: 5px 0px 15px 0px;
	padding 			: 5px 0px 5px 0px;
	height				: 22px;
	border-top			: 1px solid #CCC;
	border-bottom		: 1px solid #CCC;
}
.authorHolder ul
{
	margin				: 0px 0px 0px 0px;
	padding 			: 0px 0px 0px 0px;
}
.authorHolder ul li{
	list-style			: none;
	margin				: 0px 0px 0px 0px;
	padding 			: 0px 0px 0px 0px;
	
}
.authorHolder ul li a 
{
	color				: #666666;
	margin				: 0px 2px 0px 0px;
	padding 			: 0px 0px 0px 0px;
	text-decoration     : none;
	display				: block;
	float				: left;
	width				: 16px;
	height				: 20px;
	border				: 1px solid #DDD;
	text-align			: center;	
}

.authorHolder ul li a:hover, .authorHolder ul li a.selected  {
	text-decoration     : none;
	border				: 1px solid #999;
	background-color	: #CCCCCC
}





/* --- Special Offer Button --- */
.specialOffers a
{
	margin					: 0px 0px 0px 5px !important;
	padding					: 0px 0px 0px 0px !important;
	width					: 150px!important;
	height					: 45px;
	cursor					: pointer;
	float					: left;
	background				: url('../images/special-offer.jpg') top left no-repeat;		
}
.specialOffers a:hover
{
	background				: url('../images/special-offer.jpg') bottom left no-repeat;	
}
/* --- Special Offer Button --- */
.seasonalFeature
{
	margin					: 0px 0px 0px 5px !important;
	padding					: 0px 0px 0px 0px !important;
	cursor					: pointer;
}
.seasonalFeature:hover
{
}









#container{
	width				: 780px;
	display				: block;
	text-align			: left;
	background			: solid #cccccc 10px;
	margin-right		: auto;
	margin-left			: auto;
	text-align			: left;
	display				: block;
}
#header {
	display				: block;
	height				: 101px;
	width				: 780px;
}
#topNav {
	height				: 44px;
	width				: 770px;
	background-image	: url(../images/shadow.gif);
	background-repeat	: no-repeat;
	background-position	: top;
	text-align			: center;
	padding-left:10px;
	
}
*html #topNav{
	padding-left		: 0px;
	width				: 780px;
}
#topNav ul {
	padding				: 0px;
	list-style-type		: none;
	text-align			: left;
	margin				: 0px;
	width 				: 760px;
	border-bottom-width	: 14px;
	border-bottom-style	: solid;
	border-bottom-color	: #CCCCCC;
	background-repeat	: repeat-x;
	background-position	: top;
	height				: 37px;
	display				: block;

}
#topNav li {
	display				: inline;
}
#topNav ul li a {
	height				: 30px;
	display				: block;
	float				: left;
	color				: #FFFFFF;
	font-weight:normal !important;
	padding-right		: 10px;
	padding-left		: 10px;
	padding-top			: 7px;
	text-decoration		: none;
}
*html #topNav ul li a {
	height				: 30px;
}
#content {
	background-image	: url(../images/content_bg.gif);
	background-repeat	: repeat-y;
	background-position	: left;
	width				: 770px;
	clear				: both;
	margin-top			: 7px;
}
*html #content {
	margin-top:0px;
}
#leftNav {
	width				: 155px;
	margin-left			: 5px;
	float				: left;

}
*html #leftNav {
	width				: 140px;
}
#leftNav ul {
	margin				: 0px;
	padding				: 0px;
	list-style-type		: none;
	margin-top			: 1px;
	border-left-width	: 10px;
	border-left-style	: solid;
	border-left-color	: #CCCCCC;
	margin-left			:5px;
}
*html #leftNav ul {
	margin-left:0px;
}
#leftNav li{
	margin-bottom		: 1px;

}
#leftNav a {
	font-size			: 75%;
	font-weight			: bold;
	color				: #666666;
	text-decoration		: none;
	min-height			: 23px;
	display				: block;
	padding-left		: 5px;
	width				: 130px;
	margin-left			: -10px;
	padding-right		: 5px;
	line-height			: 1.3em;
}
*html #leftNav a {
	height				: 23px;
}

#symbolsDiv {
	width				: 130px;
	margin-left			: 7px;
	float				: left;
	margin-top			: 25px;
	font-size			: 70%;
	margin-left:20px;

}
*html #symbolsDiv {
	margin-left:7px;
}

#mainContentHome {
	display				: block;
	width				: 380px;
	border-right-width	: 1px;
	border-left-width	: 1px;
	border-right-style	: solid;
	border-left-style	: solid;
	border-right-color	: #CCCCCC;
	border-left-color	: #CCCCCC;
	padding				: 10px;
	float				: left;
	font-size 			: 80%;
	line-height 		: 160%;
	min-height			: 400px;
}

*html #mainContentHome{
	height				: 400px;
}

#rightTeasers {
	width				: 180px;
	float				: left;
	padding				: 10px;
}
.clear {
	clear: both;
}
#footerBg{
	background-image	: url(../images/shadow.gif);
	background-repeat	: no-repeat;
	background-position	: bottom;

}
#footerNav {
	border-top-width: 15px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin-right: 10px;
	margin-left: 10px;

	height					: 28px;
	text-align				: right;
	padding-right			: 10px;
	padding-top				: 7px;
	font-size				: 90%;
	color					: #FFFFFF;

	background-repeat	: repeat-x;
	background-position	: bottom;
}
#footerNav a{
	color					: #FFFFFF;
	text-decoration:none;
}
#footerNav a:hover{
	text-decoration			: underline;
}
#footer {
	font-size: 75%;
	margin-right: 10px;
	margin-left: 10px;
}
#footer a{
	color					: #666666;
}
#footer a:hover{
	color					: #000000;
}

a.featuredNews {
	color				: #CCC;
	width				: 360px;
	padding 			: 10px;
	font-size 			: 95%;
	display 			: block;
	line-height			: 1.4em;
	clear:both;
	text-decoration 	: none;
	background			: url('../images/bkgrnd-news.jpg') no-repeat top left;
}
a.featuredNews:hover {
	color				: #FFFFFF !important;
}


a.featuredNews h1{
	font-size 			: 150%;
	font-weight			: bold;
	color				: #FFF;
	margin-bottom 		: 5px;
}
.h1a{
	font-size 			: 150%;
	font-weight			: bold;
	color				: #FFF;
	margin-bottom 		: 5px;
}
.h1{
	font-size 			: 150%;
	font-weight			: bold;
	color				: #000000;
	margin-bottom 		: 2px;
}

a.featuredNews:hover{
	background-color	: #CCD3DB;
	color				: #666666;
}
#featuredBook{
	display 			: block;
	width 				: 185px;
	float 				: right;
	margin-left 		: 10px;
	margin-bottom 		: 10px;
	/*border 				: 1px solid #333333;*/
	padding 			: 6px;
	font-size			: 95%;
	line-height 		: 150%;
	text-decoration 	: none;
	color 				: #333333;

}
#featuredBook:hover{
	background-color	: #cccccc;
}
#featuredBook img{
	float				: left;
	margin-right 		: 5px;
	margin-bottom 		: 5px;
	border 				: 1px solid #333333;
}
#featuredBook .bookTitle,#featuredBook .author{
	font-size			: 125%;
	font-weight			: bold;
}
#featuredBook .author{
	font-style			: italic;
}
#featuredBook a{
	float				: right;
	color 				: #333333;
	text-decoration 	: none;
	margin-top:10px;
}
#featuredBook a:hover{
	color 				: #000000;
	text-decoration 	: underline;
}
.teasers{
	text-decoration 	: none;
	color 				: #666666;
	font-size 			: 75%;
	display 			: block;
	line-height 		: 130%;

	
}
a.teasers:hover{
	background-color	: #CCD3DB;
}
.teasers h1{
	display	    		: block;
	color 				: #FFFFFF;
	font-size			: 120%;
	background-color 	: #00234C;
	padding 			: 3px;
	margin-bottom 		: 5px;
}
.teasers img{
	float 				: right;
	margin-left 		: 5px;
	margin-bottom 		: 5px;
}
.teasers .author{
	padding 			: 3px;
	font-weight 		: bold;
	font-style 			: italic;

}
.teasers .authorDescription{
	padding 			: 3px;
}
.authorDescriptionHeader{
    font-size           : 10pt;
    font-style          : normal;
    margin-bottom       : 5px;
}
#rightTeasers hr.clear{
	border-bottom 		: 1px solid #666666;
	height 				: 1px;
	margin-bottom 		: 0px;
	
}
.registerField{
	width				: 172px;
	border 				: 1px solid #333333;
	background-color 	: #FFFFFF;
	font-size 			: 90%;
	float:left;
	padding				: 5px 5px 5px 5px;
}
.registerBtn{
	float 				: right;
	margin-top 			: 5px;
}
/* Styles for the book page */

#mainContentBooks {
	display				: block;
	width				: 588px;
	border-right-width	: 1px;
	border-left-width	: 1px;
	border-right-style	: solid;
	border-left-style	: solid;
	border-right-color	: #CCCCCC;
	border-left-color	: #CCCCCC;
	padding				: 10px;
	float				: left;
	font-size 			: 80%;
	line-height 		: 160%;
	min-height			: 725px;
}

/*\*/
* html #mainContentBooks {
height: 725px;
}
/**/



#featuredBookBig {
	color				: #FFFFFF;
	width				: 550px;
	padding 			: 10px;
	font-size 			: 95%;
	display				: block;
	text-decoration 	: none;
	border 				: 1px solid #00234C;
	height				: inherit;	
	line-height 		: 160%;
	float				:left;
}

#featuredBookImage {
	
	float				: left;
	width				: 150px;
	padding 			: 0px;
	font-size 			: 95%;
	text-decoration 	: none;
}

#featuredBookContent {
	
	float				: left;
	width				: 350px;
	padding 			: 0px;
	font-size 			: 95%;
	text-decoration 	: none;
	padding-left: 15px;
}

#bookMainTitle {

	font-size 			: large;
	font-weight			: bold;
	width				: 350px;
	height				:auto;

}

#featuredBookDescrip {
	
	float				: left;
	color				:#000000;
	width				: 350px;
	padding 			: 0px;
	font-size 			: x-small;
	text-decoration 	: none;
	padding-left		: 0px;

}

#featuredBookDescripContent{
	min-height: 115px;
	width: 380px;
	overflow: hidden;
	padding-bottom: 10px;
}

*html #featuredBookDescripContent{
	height: 115px;
}

a.books_bottom_nav
{

	color				:#000000;
	font-size 			: x-small;
	text-decoration 	: underline;
	font-weight			: bold;

}

a.books_bottom_nav:visited
{

	color				:#000000;
	font-size 			: x-small;
	text-decoration 	: underline;
	font-weight			: bold;

}

a.books_bottom_nav:hover
{

	color				:red;
	font-size 			: x-small;
	text-decoration 	: underline;
	font-weight			: bold;

}

#bookSmallBlock {
	width				: 273px;
	font-size 			: 95%;	
	text-decoration 	: none;
	line-height 		: 160%;
	float				: left;
	padding				: 5px 5px 5px 5px;
	max-height			: 315px;
	min-height			: 365px;
}

*html #bookSmallBlock {
	height: 365px;
}

#smallBookFooterDetails{
	height: 35px;
}

#bookSmallImage {
	
	float				: left;
	width				: 75px;
	padding 			: 0px;	
}

#bookSmallContent {
	
	float				: left;
	width				: 185px;
	padding 			: 0px;
	font-size 			: 95%;
	text-decoration 	: none;
	padding-left		: 10px;
	height				: 220px;
	/*overflow				: hidden;
	overflow-y				: auto;*/
	display				: block;
	min-height			: 365px;
}

*html #bookSmallContent{
	height			: 365px;
}

#bookSmallTitle {

	font-size 			: medium;
	font-weight			: bold;
	width				: 170px;
	overflow			: auto;

}

#bookSmallHeading{
	border-bottom: 1px solid #000000;
	min-height: 80px;
}

*html #bookSmallHeading{
	height: 80px;
}

#authorSmallTitle {

	font-size 			: medium;
	font-weight			: bold;
	width				: 170px;
	height				: 45px;
	
}

a.smallbooks_bottom_nav
{

	color				:#000000;
	font-size 			: xx-small;
	text-decoration 	: underline;
	font-weight			: bold;

}

a.smallbooks_bottom_nav:visited
{

	color				:#000000;
	font-size 			: xx-small;
	text-decoration 	: underline;
	font-weight			: bold;

}

a.smallbooks_bottom_nav:hover
{

	color				:red;
	font-size 			: xx-small;
	text-decoration 	: underline;
	font-weight			: bold;

}

#smallBookHeading {
	
	float				: left;
	color				:#000000;
	width				: 185px;
	padding 			: 0px;
	font-size 			: xx-small;
	text-decoration 	: none;
	padding-left		: 0px;

}

#smallBookFooter {
	
	float				: left;
	color				:#000000;
	width				: 185px;
	padding 			: 0px;
	font-size 			: xx-small;
	text-decoration 	: none;
	padding-left		: 0px;

}

#smallBookDescrip {
	
	float				: left;
	color				:#000000;
	width				: 185px;
	padding 			: 0px;
	font-size 			: xx-small;
	text-decoration 	: none;
	height				: 165px;
	overflow			: hidden;
	padding				: 2px;
	display 			: block;
	border-bottom		: 1px solid #000000;
	padding-bottom		: 10px;
	overflow:hidden;

}

/*\*/
*html #smallBookDescrip {
min-height: 165px;
}
/**/

/* End: Styles for the book page */

/* Styles for the book details page */

#leftCol {
	width				: 180px;
	float				: left;
	padding				: 10px;
	/* min-height			: 560px;*/
	margin				: 0px auto;
	text-align			:center;	
}

/*\*/
* html #leftCol {
	/* height: 560px;*/
}
/**/

#mainContent
{
	float			: left;
	border-right-width	: 1px;
	border-right-style	: solid;
	border-right-color	: #CCCCCC;
	min-height			: 745px;
	border-left-width	: 1px;
	border-left-style	: solid;
	float:right;
	border-left-color	: #CCCCCC;
	
}

*html #mainContent{
	height				: 745px;
}

#mainContentBlock {
	display				: block;
	width				: 388px;
	padding				: 10px;
	float				: left;
	font-size 			: 80%;
	line-height 		: 160%;
}

#bookDetailsBookHeading {
	
	float				: left;
	color				:#000000;
	padding 			: 0px;
	font-size 			: 100%;
	text-decoration 	: none;
	padding-left		: 0px;

}

#bookDetailsTitle
{
	padding				: 3px 0px 0px 0px;
	font-size			: large;
	font-weight			: bold;
}

#bookDetailsBookDescrip {
	
	color				:#000000;
	width				: 382px;
	padding 			: 5px 0px 5px 5px;
	text-decoration 	: none;
	/*min-height			: 427px;*/
	float				:left;
}

#bookDetailsBookFooter {
	
	float				: left;
	color				:#000000;
	width				: 285px;
	padding 			: 0px;
	text-decoration 	: none;
	padding-left		: 0px;		
	font-size 			: 90%;
	margin-left			: 195px;
	margin-bottom:10px;
}
/*\*/
* html #bookDetailsBookFooter {
	margin-left			: 97px;
}
/**/


#bookLinkDiv{
	text-align			:	left;
	width				:  150px;
	margin				: 0px auto;
	font-size			:  x-small;
	line-height			: 1.8em;
}

#bookReview{
	text-align			:	left;
	width				:  150px;
	margin				: 0px auto;
	font-size			:  x-small;
}

#bookReviewer{
	text-align			:	right;
	width				:  150px;
	margin				: 0px auto;
	font-size			:x-small;
	font-style			:bold;
	padding-top			: 10px;
}

#bookReviewerCompany{
	text-align			:	right;
	width				:  150px;
	margin				: 0px auto;
	font-size			:x-small;
	font-style			:italic;
}



a.bookdetail_bottom_nav
{

	color				:#000000;
	text-decoration 	: underline;
	font-weight			: bold;

}

a.bookdetail_bottom_nav:visited
{

	color				:#000000;
	text-decoration 	: underline;
	font-weight			: bold;

}

a.bookdetail_bottom_nav:hover
{

	color				:red;
	text-decoration 	: underline;
	font-weight			: bold;

}

/* End: Styles for the book details page */

/* Start: Styles for the contact us page */

#mainContentCU {
	display				: block;
	width				: 588px;
	border-right-width	: 1px;
	border-left-width	: 1px;
	border-right-style	: solid;
	border-left-style	: solid;
	border-right-color	: #CCCCCC;
	border-left-color	: #CCCCCC;
	padding				: 10px;
	float				: left;
	font-size 			: 80%;
	line-height 		: 160%;
	min-height			: 380px;
}

/*\*/
* html #mainContentCU {
height: 380px;
}
/**/

#contactfrmContainer {
	display				: block;
	width				: 490px;
	float				: left;
	font-size 			: 80%;
	line-height 		: 160%;
	min-height			: 280px;
	text-align			: left;
}

#CU_frmLine
{
	width				: 100%;
	text-align			:left;
	padding				: 1px 0px 1px 10px;		
	float				:left;
}

#frmLabel
{
	width				: 130px;
	text-align			: left;
	float				: left;
}

#frmTB
{
	float				: left;
}

#frmSubmit
{
	float				: right;
	padding-right		:139px;
}

#frmReset
{
	float				: right;
	padding-right		: 10px;
}

.frmButton
{
	border-style		: solid;
	border-width		: 1px;
	border-color		: #00234C;
	width				: 70px;
	background-color	: #CCD3DB;
	font-family			: Geneva, Arial, Helvetica, sans-serif;
	font-size			: 100%;
	color				: #666666;
	text-align			: center;
	cursor				: pointer
}
.frmButton:hover
{
	border-color		: #000;
	background-color	: #666;
	color				: #FFF;
}

.frmInput
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #666666;
}	

/* End: Styles for the contact us page */

/* Start: Styles for the authors page */

a.smallAuthors_bottom_nav
{

	color				:#000000;
	font-size 			: xx-small;
	text-decoration 	: underline;
	font-weight			: bold;

}

a.smallAuthors_bottom_nav:visited
{

	color				:#000000;
	font-size 			: xx-small;
	text-decoration 	: underline;
	font-weight			: bold;

}

a.smallAuthors_bottom_nav:hover
{

	color				:red;
	font-size 			: xx-small;
	text-decoration 	: underline;
	font-weight			: bold;

}

#smallAuthorFooter {
	
	float				: left;
	color				:#000000;
	width				: 188px;
	padding 			: 0px;
	font-size 			: xx-small;
	text-decoration 	: none;
	text-align			:right;

}

#authorSmallBlock {
	width				: 276px;
	font-size 			: 95%;	
	text-decoration 	: none;
	line-height 		: 160%;
	float				: left;
	padding				: 8px 8px 8px 8px;
	min-height			: 160px;
	
}

/*\*/
* html #authorSmallBlock {
height					: 160px;
}
/**/

#smallAuthDescrip {
	
	float				: left;
	color				:#000000;
	width				: 185px;
	padding 			: 0px;
	font-size 			: 100%;
	text-decoration 	: none;
	min-height			: 125px;
	overflow			: hidden;
	overflow-y			: auto;
	padding				: 2px;

}

* html #smallAuthDescrip {
height					: 125px;
}
/**/

#mainContentTop
{
	float				: left;
}

#mainContentBottom
{
	float				: left;
	width				: 569px;
	padding-top			: 8px;
}
#mainContentBottom2{
	text-align			:left;
	padding-bottom		: 8px;	
	padding-left		: 15px;
}










/* End: Styles for the authors page */

/* Styles for the author details page */

#authBig {
	color				: #FFFFFF;
	width				: 570px;
	padding 			: 10px;
	font-size 			: 95%;
	display				: block;
	text-decoration 	: none;
	height				: inherit;	
	line-height 		: 160%;
	float				:left;
}

#authDescrip {
	
	float				: left;
	color				:#000000;
	width				: 400px;
	padding 			: 0px;
	font-size 			: 115%;
	text-decoration 	: none;
	padding-left		: 0px;
	min-height			: 200px;

}

* html #authDescrip {
height					: 200px;
}

#authBookGrid {
	color				: #FFFFFF;
	width				: 568px;
	font-size 			: 95%;
	display				: block;
	text-decoration 	: none;
	height				: inherit;	
	line-height 		: 160%;
	text-align 			: left;
	padding-left 		: 0px;
	float				:left;
}

#authSmallBlock {
	width				: 274px;
	font-size 			: 95%;	
	text-decoration 	: none;
	line-height 		: 160%;
	float				: left;
	padding				: 5px 5px 5px 5px;
	max-height			: 240px;
	min-height			: 240px;
}

/*\*/
* html #authSmallBlock {
height: 240px;
}
/**/

/* End: Styles for the author details page */

/* Start: Styles for the about us page */

#mainContentAU {
	display				: block;
	width				: 588px;
	border-right-width	: 1px;
	border-left-width	: 1px;
	border-right-style	: solid;
	border-left-style	: solid;
	border-right-color	: #CCCCCC;
	border-left-color	: #CCCCCC;
	padding				: 10px;
	float				: left;
	font-size 			: 80%;
	line-height 		: 160%;
	min-height			: 350px;
}

/*\*/
* html #mainContentAU {
height: 350px;
}
/**/

#aboutUs_Div_left{
	width				: 350px;
	float				: left;
	margin-right		: 10px;
}

.aboutUs_Div_Right{
	float				: right;
	padding				: 5px;
	clear				: both;
	margin-bottom		: 10px;
	margin-left			: 10px;
}

#aboutUs_Div{

	float				: left;
	margin-bottom		: 15px;
	padding				: 5px;

}


.hidden {
	display: none;
}
.visible {
	width:500px;
	margin-left:22px;
}

.register_Description{
	padding			: 3px;
	margin-bottom	: 10px;
}

.register_Input{
	padding			: 3px;
	text-align		: left;
}

.register_page_Btn{
	padding			: 0px 0px 0px 10px;
	float			: left;
}

.labError{
	color:#FF0000;
}
ins{
	text-decoration		:  none;
	display				: block;
}
.h1{
	display	    		: block;
	color 				: #FFFFFF;
	font-size			: 120%;
	background-color 	: #00234C;
	padding 			: 3px;
	margin-bottom 		: 5px;
}
.extract{
	display:block;
	width:160px;
	float:right;
	margin-left:10px;
	margin-bottom:10px;
	font-style:italic;
	font-size:95%;
	border:1px solid #cccccc;
	padding:5px;
	background-color:#F5F5F5;
	margin-right:3px;
}


.basketButton{
	float 			: right;
	height 			: 40px;
}

.basketButtonSmall{
	height 			: 30px;
	width 			: 185px;
	margin-top 		: 10px;
	display 		: block;
}

/* BASKET*/
.basketTable{
	border 			: 1px solid #CCCCCC;
	font-size 		: 95%;
}
.basketTable td{
	vertical-align 	: top;
}
.trHeader{
	background-color 		: #003366;
	color 					: #FFFFFF;
}
.basketTable a{
	color	 				: #003366;
}
.trTotal{
	background-color 		: #e2e2e2;
}
.buyBackground{
	background-color 	: #e2e2e2;
	padding 			: 5px;
	display 			: block;
	height 				: 38px;
	margin-top 			: 5px;
	border 				: 1px solid #CCCCCC;
}

.buyButtons{
	list-style 			: none;
	margin				: 0px;
	padding 			: 0px;
	float 				: right;
}

.buyButtons li{
	display				: inline;
}

.buyButtons li a{
	display				: block;
	float 				: left;
	width 				: 180px;
	height 				: 28px;
	border				: 1px outset;
	padding 			: 3px;
	padding-top 		: 5px;
	background-color 	: #003366;
	color 				: #FFFFFF;
	text-decoration 	: none;
	text-align			: center;
	font-size 			: 90%;
	font-weight 		: bold;
	text-transform 		: uppercase;
	line-height 		: 100%;
	cursor:pointer
}
.buyButtons li a:hover{
	background-color				: #336699;
}
.trAlt{
	background-color 	: #f2f2f2;
}
.formField{
	width 				: 250px;
}




.tblForm
{
	margin					: 0px 0px 0px 0px;
	padding					: 0px 0px 0px 0px;
	width					: 350px

}
.tblForm td
{
	margin					: 0px 0px 0px 0px;
	padding					: 0px 0px 5px 0px;
	vertical-align			: top;
	height					: 22px;
}
.catalogue a
{
	float					: right;
	margin					: 0px 0px 20px 60px;
	text-decoration			: none;		
	color					: #999;
	text-align				: center;
}
.catalogue a:hover
{
	color					: #333;		
}




/*##############
##### MISC #####
##############*/

.tbl
{
	margin					: 10px 0px 10px 0px;
	padding					: 0px 0px 0px 0px;
}

.tbl td
{
	margin					: 0px 0px 0px 0px;
	padding					: 5px 20px 5px 0px;
	vertical-align			: top;
	height					: 20px;
	border-bottom			: 1px solid #CCC;
}