/* CSS Document */

/*----------Table of Contents -------
	
	1. global
	2. container
	3. main navigation
	4. main browserload content
	5. BTB
    6. float left divs  (book cover grids, photos w/ captions, grouped listed links)
	7. sidebars
	8. footer
	9. form
	10. text/font styles
	11. spacers and image styles
	
-----------------------------------*/


/* 1.  -----------------------GLOBAL-------------------------*/

html, body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color: #C1D2CE;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	line-height: 1.7;
	text-align: left;
	}

a:link { 
	color:#99086D; 
	text-decoration:none;
	}
	
a:visited, a:active {
	color: #b03b80; 
	text-decoration: none;
	}
	
a:hover {
	color: #CC6699; 
	text-decoration: underline;
	}


p { 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}

img {
	display:block; 
	border: none;
	}


/* 2.  ------------------CONTAINER-----------------*/

#container {  
	position:relative; 
	margin: 0 auto;
	width: 906px;
    height: auto;
	background:url(../images/global/container-bg.gif) repeat-y;
	}
	
.hide {
	display: none;
	}

#masthead {
	width: 906px;
	height: 221px;
	}

#masthead h1 {
	margin: 0;
	}

/* ------------------ gray text style for home page only -----------------*/
div.gray-text {
	vertical-align: text-top;
 	 font-size: 10px;
	 width: 600px;
	 color: #6b6341;
	 font-style: italic;
	 margin: -50px 150px 20px 80px;
	 padding: 0px;
  	 }
  
 * html div.gray-text {
 	margin: 0px 150px 20px 80px; 
	padding: 0px; 
	height: 50px;
	}
  


/* 3. ---------------------- MAIN NAV ---------------------------*/
	
#nav {
	position: relative;
	float: left;
	vertical-align:top;
	margin: 10px 0 0 0;
	left:0px;
	padding: 10px 0 0 0;
	margin: 0px;
	width: 242px;
	background:url(../images/global/nav-bg.gif) repeat-y top left;
	}
	
#nav ul {
	list-style: none;
	text-align:left;
	margin: 0;
	padding: 0;
	border-bottom: none;
	}
	
#nav ul li {
	float: left;
	margin: 0;
	padding: 0;
	border-bottom: none;
	}
	
#nav li {
	display:block;
	border-bottom: none;
	}

#nav li.subnav-indent {
	padding: 0px 0px 0px 65px;
	margin: 0px 10px 2px 0px;
	}
* html #nav li.subnav-indent {
	padding: 2px 0px 0px 65px;
	margin: 0px 10px 2px 0px;
	}

#nav li.subnav-indent a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
    font-size: 11px;
 	line-height: 1.3em; letter-spacing: .1em;
	color: #24635d;
	}
	
#nav li.subnav-indent a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
    font-size: 11px;
 	line-height: 1.3em; letter-spacing: .1em;
	color: #24635d;
	}
	
#nav li.subnav-indent a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 11px; font-style: italic;
 	line-height: 1.3em; letter-spacing: .1em;
	color: #b2086d;
	}
	
#nav li.subnav-indent a:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
    font-size: 11px;
 	line-height: 1.3em; letter-spacing: .1em;
	color: #24635d;
	}
	
#nav li .small-nav{
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;		
	}
	
/* IMPORTANT IE HACK to remove extra spaces between image links*/

#nav li a {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	border-bottom: none;
	}


	
/* 4. ------------------ MAIN BROWSERLOAD CONTNT -----------------*/
	
	
#content, #content2 {
	position: relative;
	vertical-align:top;
	float:left;
	left:0px;
	width: 630px;
	background: #ffffff;
	border-right: #8F825D solid 5px;
	padding: 0px 0px 5px 0px;
	}
	/*------------------ MAIN BROWSERLOAD CONTNT - used on UK Readers pg (more top and right margin) -----------------*/
	#content2 {
	padding: 20px 0px 5px 0px;
	}
	 
 
 	#content p {
	margin: 15px 100px 0px 30px; 
	}
	
	#content2 p {
	margin: 15px 220px 0px 30px; 
	}
	
	/* ------ right column w/same bg as main contnt----------*/
			
		#content-rt {
			position: relative;
			left: 0px;
			float: right; 
			width: 175px;
			padding: 0px 10px 10px 15px;
			margin: 0px 0px 10px 20px;
			top: 25px;
			bottom: 0;
			}
			
			
			
			#content-rt p{
				font-size: 10px;
				margin: 20px 10px 10px 12px; 
				padding: 0px 0px 10px 0px; 
				line-height: 1.4em;
				color: #4f421e;
			}
	
	
	/* ------------------ right column WIDER-----------------*/
	
	#content-rt2 {
		position: relative;
		left: 0px;
		float: right; 
		width: 250px;
		padding: 0px 10px 10px 15px;
		margin: 0px 0px 10px 20px;
		top: 25px;
		bottom: 0;
		}
		
		
		* html content-rt2 {
		width: 250px;
		}
		
		
		#content-rt2 p{
			font-size: 11px;
			margin: 5px 10px 10px 12px; 
			padding: 0px 0px 10px 0px; 
			line-height: 1.4em;
			color: #4f421e;
		}


/* 5. ------------------ BTB CONTENT -----------------*/	

#content-btb {
	clear:both;
	position: relative;
	vertical-align:top;
	float:left;
	left:0px;
	width: 906px;
	background:url(../images/global/container-bg.gif) repeat-y;
	padding: 15px 0px 15px 0px;
	}
		
	#content-btb li {
	padding: 0px 5px 0px 0px;
	margin: 18px 100px 0px 75px; 
	list-style: url(../images/global/dings/blu-double-bullet.gif);
	line-height: 18px;
	}
	
	* html content-btb {
	width: 906px;
	}
	

	#content-btb p{
	margin: 18px 100px 0px 90px; 
	}


	/* ------------------ BTB NO TOP PADDING  - used on home and meet-----------------*/	
	#btb2 {
		clear:both;
		position: relative;
		vertical-align: top;
		top: 0px;
		float:left;
		left:0px;
		width: 906px;
		background:url(../images/global/container-bg.gif) repeat-y;
		padding: 25px 0px 30px 0px;
		margin: 0px;
		}
	#btb2 p{
		margin: 10px 100px 0px 90px; 
		}
		
	

/* 6. ------float left divs for images with captions------ BOOK COVER GRID: used on bks/main and bks/uk -----------------*/	


.float-container-center {
	width: 710px;
	margin: 0 auto;
	text-align: center;
	horizontal-align: center;
}


/* ------ FLOAT CONTAINER - CENTER (LESS WIDE) - use when there's fewer thumbs - used on UK -----*/	

.float-container-center2 {
	width: 500px;
	margin: 0 auto;
	text-align: center;
	horizontal-align: center;
}


/* ------ FLOAT CONTAINER - CENTER (NARROW) - use when there's several thumbs within browserload -----*/	
.float-container-center3 {
	width: 420px;
	margin: 0;
	height: auto;
	text-align: center;
	horizontal-align: center;
}


.spacer {
	clear:both;
	}

.float-left {
  float: left;
  text-align: center;
  margin: 15px 5px 0px 15px;
  padding: 0px;
  font-size: 10px;
  font-weight: bold;
  }
   
  
  /* ------------------ LEFT FLOAT for photos with captions -----------------*/	
#float-container2 {
  margin: 0px 10px 0px 40px;
  padding: 0px 10px 0px 25px;
}


div.float-left2 {
  float: left;
  text-align: center;
  padding: 15px 30px 15px 0px;
  color: #6b6341;
}

div.float-left2 img {
  padding: 5px 0px 5px 0px;
}

/* snapshots attributes */

.snapshots {
  float: left;
  position:relative;
  left: 75px;
  width: 235px;
  text-align: left;
  margin: 5px 10px 15px 10px;
  padding: 0px 10px 0px 0px;
  font-size: 11px;
  font-style: italic;
  line-height: 14px;
  color: #6b6341;
  }
  
  
	  /* IE HACK - to reduce right margin...snapshots attributes */
	 *html .snapshots {
	  margin: 5px 10px 15px 10px;
	  padding: 0px;
	  }
	  
.snapshots-400 {
  float: left;
  position:relative;
  left: 75px;
  width: 400px;
  text-align: left;
  margin: 5px 10px 15px 10px;
  padding: 0px 10px 0px 0px;
  font-size: 11px;
  font-style: italic;
  line-height: 14px;
  color: #6b6341;
  }
  
  
	  /* IE HACK - to reduce right margin...snapshots attributes */
	 *html .snapshots-400 {
	  margin: 5px 10px 15px 10px;
	  padding: 0px;
	  }
  

	
/* ------------------ LEFT FLOAT for lists (no padding), used on BLOG & COMMUNITY page for listed links -----------------*/	
div.float-left3 {
  width: 200px;
  float: left;
  padding: 15px 15px 15px 10px;
  margin: 0px;
  }
  
div.float-left3 p{
  width: 200px;
  float: left;
  padding: 0px;
   margin: 0px;
  }
  div.float-left4 {
  width: 190px;
  float: left;
  padding: 15px 0px 15px 110px;
  margin: 0px;
  }

  

 
 /* 7. -------------------------------------- SIDEBARS -----------------------------------*/
 
#bks-sidebar, #bks-sidebar-wide {
	position: relative;
	left: 0px;
	float: right; 
	padding-right: 10px;
	top: 30px;}

	#bks-sidebar {
	width: 180px;
	}
	#bks-sidebar-wide {
	width: 300px;
	
	}
	#bks-sidebar li, #bks-sidebar-wide li {
	padding: 0px 5px 0px 0px;
	margin: 5px 0px 0px -10px;
	list-style: disc;
	font-size: 11px;
	line-height: 15px;
	color: #5eb27e;
	}
	
	#bks-sidebar p, #bks-sidebar-wide {
	padding: 0px 10px 0px 0px;
	margin: 5px 0px -5px 15px;
	font-size: 11px;
	width: 170px;
	}
	
	#bks-sidebar p{
	width: 165px;
	}
	
	#bks-sidebar-wide p {
	width: 290px;
	}
	
#sidebar {
	align: left;
	float: right; 
	position: relative;
	left: 0px;
	top: 45px;
	width: 178px;
	padding: 0px 5px 0px 0px;
	margin: 0px 0px 30px 20px;
	background: url(../images/global/sidebar-pieces/beige-sdbr.gif) repeat;
	border-bottom: #FFF 20px solid; 
	border-left: #FFF 15px solid; 
	}

* html #sidebar {
	width: 174px; max-width: 174px; padding: 0px 1px 0px 0px; margin: 0px 0px 30px 20px;
	}

#sidebar p {
	font-size: 10px;
	margin: 10px 0px 10px 12px; 
	line-height: 1.4em;
	color: #4f421e;
	}
	

#tell-friend-home {
	float: right;
	width: 125px;
	margin: 15px 20px 0 10px;
}

#tell-friend {
	float: right;
	width: 136px;
	margin: 5px 110px 5px 5px;
}

#order {
	float: left;
	width: 170px;
	margin: 0 0 0 55px;
	text-align: left;
	}

	
/* ------------------ BTB sidebar w/ bg color --------------------------------*/

/* BTB sidebar-183 used for winners box on contest pg */
#sidebar-btb-183 {
	width: 183px;
	padding: 0px;
	}
	#sidebar-btb-183 li {
	padding: 0px 5px 0px 0px;
	margin: 0px 0px 15px -15px;
	list-style: disc;
	font-size: 11px;
	line-height: 14px;
	color: #5eb27e;
	}

	* html  #sidebar-btb-183 {
	width: 183px; max-width: 183px;
	}
	
	#sidebar-btb-183 p {
	font-size: 10px;
	margin: 15px 15px 0px 15px; 
	line-height: 1.4em;
	color: #4f421e;
	}
	
#sidebar-btb, #sidebar-btb-183, #sidebar-btb-300 {
	float: right; 
	position: relative;
	left: -35px;
	margin: 0px 0px 20px 60px;
	background-color: #EDEADF;
}

#sidebar-btb  {
	width: 205px;
	padding: 0px 10px 0px 5px;
	}
	
		
		#sidebar-btb p {
		font-size: 10px;
		margin: 10px 0px 0px 15px; 
		line-height: 1.6em;
		color: #000;
		}
	
		
	#sidebar-btb-300 {
		width: 300px;
		padding: 0px 10px 0px 5px;
		margin: 0px 0px 20px 80px;
		}
		
		#sidebar-btb-300 p{
		font-size: 12px;
		margin: 10px 10px 0px 15px; 
		padding: 0px 10px 0px 10px;
		line-height: 1.6em;
		color: #000;
		}
	
	#sidebar-btb li {
	padding: 0px 5px 0px 0px;
	margin: 0px 0px 15px -15px;
	list-style: disc;
	font-size: 10px;
	line-height: 14px;
	color: #5eb27e;
	}
	
	.list-text {
	font-size: 11px;
		color: #4f421e;
		}
	

		* html  #sidebar-btb {
		width: 205px; max-width: 205px;
		}
	
.cover-caption {
	align: left;
	float: right; 
	clear: right;
	position: relative;
	left: 0px;
	width: 130px;
	padding: 5px;
	margin: 0px 110px 20px 20px;
	background: url(../images/global/sidebar-pieces/beige-sdbr.gif) repeat;
	border: #FFF 1px solid;
	color: #585135;
	font-size: 11px;
	line-height: 1.4em;
	}

	*html .cover-caption {
	margin: 0px 65px 20px 10px;	
	}
	
	
	
/* ------------------ BTB sidebar - wide----------------*/
	
#sidebar-btb-wide {
	float: right; 
	position: relative;
	left: -35px;
	width: 260px;
	padding: 0px 10px 0px 5px;
	margin: 0px 0px 20px 60px;
	background-color: #EDEADF;
	}

* html  #sidebar-btb-wide {
	width: 260px; max-width: 260px;
	}
	


#sidebar-btb-wide p {
text-align: center;
	font-size: 10px;
	margin: 10px 0px 0px 10px; 
	line-height: 1.4em;
	color: #4f421e;
	}
	
	
/* ------------------ HOME  -----------------*/

#blogcall-home {
	width: auto;
	padding: 0;
	margin: -10px 100px 10px 30px;
	}	


/* ------------------ BK PGS with 2 covers sidebars  -----------------*/


/*---- home & contest attributes (where cover overlaps masthead) ---- */
#rt-side-covers {
	position: relative;
	left: 0px;
	float: right; 
	padding: 0px 65px 0px 20px;
	top: -120px;
	width: 200px;
	}
	
	* html	#rt-side-covers {padding: 0px 30px 0px 5px; width: 200px;}
	

#rt-side-covers2 {
	position: relative;
	left: 0px;
	float: right; 
	padding: 0px 30px 0px 25px;
	margin: 150px 0 0 0;
	top: -120px;
	width: 222px;
	height: 550px;
	}
		* html #rt-side-covers2 {top: -120px; bottom: 0px; height: 595px;}

#rt-side-covers2 p{
	font-size: 10px;
	text-align: center;
	color: #8f825d;
	padding: 0px;
	margin: 5px 0px;
	}
	
	
#rt-side-covers2-short {
	position: relative;
	left: 0px;
	float: right; 
	padding: 0px 30px 0px 25px;
	margin: 150px 0 0 0;
	top: -120px;
	width: 222px;
	height: 350px;
	}
		* html #rt-side-covers2-short {top: -120px; bottom: 0px; height: 395px;}

#rt-side-covers2-short p{
	font-size: 10px;
	text-align: center;
	color: #8f825d;
	padding: 0px;
	margin: 5px 0px;
	}
	
	
/* ------------------ SIDEBAR FOR MEET DIANE -----------------*/	

#sidebar-meet {
	align: left;
	float: right; 
	position: relative;
	left: 0px;
	top: 45px;
	width: 178px;
	padding: 0px 5px 0px 0px;
	margin: -30px 14px 30px 20px;
	background: url(../images/global/sidebar-pieces/beige-sdbr.gif) repeat;
	border-bottom: #FFF 20px solid; 
	border-left: #FFF 15px solid; 
	}

* html #sidebar-meet {
	width: 174px; max-width: 174px; padding: 0px 1px 0px 0px; margin: 0px 0px 30px 20px;
	}

#sidebar-meet p {
	font-size: 10px;
	margin: 10px 0px 10px 12px; 
	line-height: 1.4em;
	color: #4f421e;
	}
	

	

	/* ------------------ CONTEST PG SIDEBAR --- only used on contest pg - rt bar was overlapping text on left - had to specify height  -----------------*/
	
#rt-side-covers-tall {
	position: relative;
	left: 0px;
	float: right; 
	padding: 0px 30px 0px 25px;
	margin: 0px;
	top: -120px;
	width: 180px;
	height: auto;
	}
	
	
#rt-side-covers-tall p{
	font-size: 10px;
	text-align: center;
	padding: 0px;
	margin: 5px 0px;
	}
	
#rt-side-covers-tall2 {
	position: relative;
	left: 0px;
	float: right; 
	padding: 0px 30px 0px 25px;
	margin: 0px;
	top: -120px;
	width: 180px;
	height: 800px;
	}

	#rt-side-covers-tall2 p{
	font-size: 10px;
	text-align: center;
	color: #796F4F;
	padding: 0px;
	margin: 5px 0px;
	}
	
	/* ---- BK PGS with 1 covers sidebars  ---  HEIGHT is specified to get rid of weird extra white space below pushing section below down further -----------------*/


#rt-side-covers3 {
	position: relative;
	left: 0px;
	float: right; 
	padding: 0px 30px 0px 25px;
	margin: 0px;
	top: -120px;
	bottom:0px;
	width: 190px;
	height: 210px;
	
	}	
	/* ------------------  IE hack to counteract top position (was adding space below cover, offset with negative bottom margin-----------------*/

	* html #rt-side-covers3 {top: -120px; bottom: 0px; padding: 0px 30px 0px 25px; margin: 0px 0px -80px 0px;}
	
	
/* ----------------------------------- COMMUNITY --------------------------------*/

#blog-call {
	float: left;
	width: 350px;
	padding: 0;
	margin: 0 0 0 0px;
	border-right: solid 1px #e3dece;
	}
	
	#blog-call p {
		margin-right: 0;
		padding-right: 25px;
		}
	 
#tweets {
	position: relative;
	float: left;
	width: 250px;
	padding: 0;
	margin: 0 0px 0 50px;
	}

ul#twitter_update_list {
	list-style: none;
	list-style-position: outside;
	padding-left: 0;
	}
 	
/* 8. ----------------------------------- FOOTER --------------------------------*/

#footer {
	clear:both;
	text-align: center;
	horizontal-align: center;
	width: 906px;
	height: 92px;
	background: url(../images/global/footer.jpg) no-repeat;
	margin: 0px 0px 0px 2px;
	padding: 0px;
	}


#footer p {
	font-size: 10px;
	text-align:center;
	padding: 35px 80px 0px 60px;
	color: #FFFFFF;
	}


#footer a {
	color: #FFFFFF;
	}



#footer  a:hover{
	color: #FFFFFF;
	text-decoration: underline;
	}



/* 9. -------------------------------- FORM ------------------------------------------*/

div.form {
float: right;
width: 410px; background-color: #e1dbd1;
border: 1px dotted #b2086d; padding: 5px; margin: 20px 60px 25px 35px;
}

div.row {
  clear: both;
  padding-top: 10px;
  }

div.row span.label {
  float: left;
  width: 150px;
  font-size: 10px;
  text-align: right;
  margin-right: 10px;
  }

div.row span.formw {
  float: right;
  width: 250px;
  text-align: left;
  } 



/* 10. ------------------ TEXT STYLES -----------------*/

h1 {
	color: #7d0058;
	line-height: 1em;
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	line-height: 1.6em;
	margin: 20px 0px 0px 0px;
	}


 h2 {color: #7d0058;
	font-size: 16px;
	 padding: 15px 0px 2px 0px;
 	margin: 0px 0px 0px 30px;
	 }
 
h3 {
	text-align:center;
	color: #80734f;
	font-size: 13px;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
 	margin: 0 0 0 0;
	}

.bodytext {
	font-color: #000000;
	font-size: 12px;
	line-height: 1.7;
	}
	
.brownbody {
	font-color: #564820;
	font-size: 12px;
	line-height: 18px;
	}
	
.big-bold-maroon {
	color: #7d0058;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.8em;
	 }
 
 
 .bktitle {
 	font-weight: bold;
 	font-style:italic;
	}
 
 
.maroon-bold {
 	color: #7d0058; 
 	font-weight: bold;
 	}
 
.maroon {
 	color: #7d0058; 
 	}


 
.blu-body {
	color: #2c5c97;
	}
 
.blu-bold {
	color: #2c5c97;
	font-weight: bold;
	}
	
.brite-blu-bold {
	color: #158dc7;
	font-weight: bold;
	}
	
.blue-large {
	color: #2c5c97;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	line-height: 20px;
	}
	
.blue-caps {
	color: #2c5c97;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	line-height: 20px;
	}

.blu-big-center {
	text-align:center;
	font-size: 13px;
	letter-spacing: .1em;
	color: #158dc7;
	font-weight: normal;
	}
	

.dk-brown-bold {
	 font-size: 11px;
	color: #564820;
	font-weight: bold;
	}
	
.dk-brown-bold-larger {
	color: #564820;
	font-weight: bold;
	font-size: 13px;
	line-height: 1.5;
	}

.dk-teal-bold {
	color: #24635d;
	font-weight: bold;
	}
	
.dk-teal-big {
	color: #24635d;
	font-size: 13px;
	letter-spacing: .1em;
	font-weight: normal;
	}

.pink-big {
	font-size: 13px;
	letter-spacing: .1em;
	color: #b2086d;
	line-height: 18px;
	font-weight: normal;
	}

.pink-big-center {
	text-align:center;
	font-size: 13px;
	letter-spacing: .1em;
	color: #b2086d;
	font-weight: normal;
	}

.brite-grn-bold {
	color: #5eb27e;
	font-weight: bold;
	}

.brite-grn {
	color: #5eb27e;
	font-size: 11px;
	}

.pink-bold {
	color: #b2086d;
	font-weight: bold;
	}

.captions {
	color: #585135;
	font-style: italic;
	font-size: 11px;
	line-height: 1.4em;
	}


.sml-maroon {
	color: #7d0058; font-size: 10px;
	line-height: 1.4em;
	}

.small {
	color: #000000;
	font-size: 10px;
	line-height: 1.4em;
	}

.small-emerald {
	color: #24635d;
	font-size: 10px;
	line-height: 1.4em;
	font-style: italic;
	text-align: center;
	}

.small-emerald-left {
	color: #24635d;
	font-size: 10px;
	line-height: 1.4em;
	font-style: italic;
	text-align: left;
	}
.posted {
	color: #6b6341;
	font-size: 10px;
	line-height: 1.4em;
	}

.center {
	text-align:center;
	}

.left-margin-text {
	padding-left: 50px;
	}
	
.large-maroon {
	color: #7d0058; 
	font-size: 18px;
	font-weight: bold;
	line-height: 1.4em;
	}
	

.large {
	font-size: 18px;
	font-weight: normal;
	line-height: 1.4em;
	}


.teaser {
	color: #2c5c97;
	font-size: 14px;
	font-weight: bold;
	}

/* ------------------ style for A graphic on FAQ pg, a2 is for BTB -----------------*/
	  
.a {
  float: left;
  width: 50px;
  margin: 20px 0px 0px 0px;
  }
  

 .a2 {
  float: left;
  width: 50px;
  margin: 20px 0px 0px 55px;
  }
 

/* 11. ------------------ SPACERS and image styles -----------------*/



.inline {display: inline; border:none; padding: 0px; margin: 0px;}


.pad-10 {
 	border: 0px;
	margin:10px 15px 10px 15px;
	 }

.inline-pad-left {
	display: inline;
 	border: 0px;
	margin: 0px 0px 0px 15px;
 	}

.inline-pad {
	margin:5px 5px 5px 5px;
	display:inline;
	}


/* ------------------inline-pad-bot is used on order link under main covers on bks/main pg when sk pk graphic is next to it -----------------*/

.inline-pad-bot {
	margin:0px 0px 5px 10px;
	display:inline;
	}
	
.lft-pad-55{
	padding-top: 5px;
	padding-right: 0 px;
	padding-bottom: 10px;
	padding-left: 55px;
	}
	

.spacer-bott-35{
	padding-top: 0px;
	padding-right: 0 px;
	padding-bottom: 35px;
	padding-left: 0px;
	}
	
.spacer-bott-10{
	padding-top: 0px 0px 10px 0px;
	}
	
.spacer-left-20{
	padding: 0px 0px 0px 20px;
	}
	
.spacer-left-8{
	padding: 0px 0px 0px 8px;
	}
	
.spacer-top-left-20{
	padding: 20px 0px 0px 20px;
	}
	
.spacer-top-55{
	padding: 55px 0px 0px 0px;
	}
		
.spacer-top-5{
	padding: 5px 0px 0px 0px;
	}
	
.spacer-top-25{
	padding: 25px 0px 0px 0px;
	}

.spacer-top-bott-25{
	padding: 25px 0px;
	}
	
	
.spacer-top-bott-10{
	padding: 10px 0px;
	}
	
.spacer-right-15{
	margin-right: 15px;
	padding: 0px 25px 0px 0px;
	}
	
.clear-float {
	clear: left;
	}

.clear {
	clear: both;
	}
	