@charset "utf-8";
/* CSS Document */


/* Review Page */

.review {
	padding: 30px 50px 30px 50px;
	line-height: 2em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;		
	background-color: #fff;
	letter-spacing: .1em;
}

.review em {
	font-style: normal;
}

/* About Page */

#aboutlisa {
	width: 837px;
	height: 207px;
	margin: 0px auto;
	background: url(/assets/bg_about.jpg) no-repeat top left;	
}

#aboutlisa h3 {
	color: #6a6a6b;
	font-size: 33px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	padding: 43px 0px 0px 46px;
}

#aboutlisa a {
	color: #6a6a6b;
	text-decoration: none;
	font-weight: normal;
}
#aboutlisa a:hover {
	color: #6a6a6b;
	text-decoration: underline;
	font-weight: normal;
}


/* Book Excerpts Page */

#excerpts {
	width: 837px;
	height: 207px;
	margin: 0px auto;
	background: url(/assets/bg_excerpts.jpg) no-repeat top left;	
}

#excerpts h3 {
	color: #6a6a6b;
	font-size: 33px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	padding: 43px 0px 0px 46px;
}

/* Press & Media */

/* About Page */

#pressmedia {
	width: 837px;
	height: 207px;
	margin: 0px auto;
	background: url(/assets/bg_press.jpg) no-repeat top left;	
}

#pressmedia h3 {
	color: #6a6a6b;
	font-size: 33px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	padding: 43px 0px 0px 46px;
}

#pressmedia a {
	color: #6a6a6b;
	text-decoration: none;
	font-weight: normal;
}
#pressmedia a:hover {
	color: #6a6a6b;
	text-decoration: underline;
	font-weight: normal;
}


/* Products Page */

#products {
	width: 837px;
	height: 173px;
	margin: 0px auto;
	background: url(/assets/bg_products.jpg) no-repeat top left;	
}

#products h3 {
	color: #6a6a6b;
	font-size: 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	padding-top: 43px;
	text-align: center;
}

.bulkship{
	text-align: center;
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.sizechart {
	margin: 20px auto;
}

.sizechart td {
	padding: 2px 5px 2px 5px;
	border: 1px solid #ccc;
}

/* START: Product Template Layout */
.pt {
	width: 775px;
	margin: 0px auto;
}

.pt h4 {
	font-size: 18px;
	text-transform: none;
	color: #61337E;
}

.pt h5 {
	font-size: 16px;
	margin-bottom: 15px;
	text-transform: none;
	color: #333;	
	font-weight: normal;
}

.pt .productimagewrap {
	float: left;	
	margin-right: 20px;		
	width: 278px;
	height: 270px;
	background-color: #fff6e9;
	text-align: center;
}
.pt .productimage {
	border: 1px solid #ccc;
	background-color: #fff;
	margin-bottom: 5px;
}

.pt-info {
	width: 475px;
	float: left;	
}

.pt .buynow {
	height: 27px;
	margin: 10px;
}

.pt .burst {
	float: right;
	margin-right: 10px;
}

.pt .purchasebar {
	padding: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #f3eadd;
}

.pt .price {
	font-size: 14px;
}

.pt .retail {
	margin-right: 20px;
	color: #990000;	
	text-decoration: line-through;
	font-style: italic;
	font-size: 14px;	
}

.pt .shipping {
	color: #666;
	margin-left: 20px;
}

hr {
  border : 0;
  height : 15px;
  background : url(/assets/hr.gif) 50% 0 no-repeat;
  margin : 1em 0;
  clear: both;
}

/* --- IE hack --- */
* HTML hr,
*:first-child+html hr {
  display : list-item;
  list-style-image : url(/assets/hr.gif);
  list-style-position : inside;
  border : 1px solid #fff;
  width : 0;
  height : 0;
  margin-bottom : .5em;
}
/* --- end hack --- */
/* END: Product Template Layout */

