/*================================================*/
/* Description: BookSeller CSS For Random House   */
/* Author: Luke Goodwin (ID Studios)              */
/* Created: 10/03/2009                            */
/*================================================*/
	@import url("kidsatrandompage.css");
/*==========================================*/
/*	      BOOKSELLERS GLOBAL STYLES         */
/*==========================================*/

.PromptDetails {
	background-color:#F6FAFC;
	height:auto !important;
	margin:2px 0px 0px;
	max-height:80px;
	min-height:80px;
	width:234px;
	
}

.PromptDetails .Image {
	float:left;
}

.PromptDetails .Text_Area {
	float:left;
	margin-top: 10px;
	padding:3px 0px 0px 10px;
	width:120px;
}

.PromptDetails .Text_Area .Title{
	color: #244a80;
}

.PromptList ul {
	border-bottom: 1px solid #d3d4d6;
	list-style: none;
}
.PromptList ul li {

	line-height: 2em;
	border-top: 1px solid #d3d4d6;
	background: url(../images/list_background.jpg) no-repeat top left;
}

.PromptList ul li a {
	font-family: "Arial";
	font-weight: bold;
	color: #5173a0;
}

.PromptList ul li img {
	padding: 0px 10px 0px 5px;
}

.More a 
{
    
	margin: 0px 0px;
	background: url(../images/arrow.gif) no-repeat left center;

	color: #e17616;
}

.More a:hover {
	color: #3b5997;
}	

.Author a {
 color: #E0862F;
 font-size: 12px;
 text-decoration: none;
}
.Author a:hover {
 color: #3B5997;
 font-size: 12px;
 text-decoration: none;
}
 