@CHARSET "UTF-8";

/*******************************************************************************
 * file.css
 *
 * DESCRIPTION
 *
 * Author: williammadden
 *
 * Copyright (c) JB Interactive, 2008
 ******************************************************************************/
 
.item-info {
	margin-left: 160px;
	width: 715px;
}

/* -- List display -- */
div.specials_list {
	font-size:16px;
	color: #4e4e4e;
}

#list_name {
	width: 440px;

}

div.specials_list, div.item {
	width: 100%;
	border-bottom: 1px solid #AFAFAF;
	position: relative;
	padding-bottom: 10px;
}

div.item, div.item-flat {
	overflow: hidden;
}

.deleted_message {
	padding-top: 3px; float : left;
	padding-left: 5px;
	padding-right: 15px;
	display:block;
	float: left;
}

.item-flat, .item-flat-odd {
	float: left;
	padding: 20px;
	margin-bottom: 20px;
	border: 1px solid #DFDFDF;
}

.item-flat-odd {
	background-color: #DFDFDF;
}

.cover-flat {
	float: left;
	width: 140px;
	margin-right: 20px;
}

#content .address_list {
	width: 550px;
	margin: 10px auto;
	padding: 10px;
	border: 1px solid #DFDFDF;
	list-style: none;
	display: block;
}

#content .address {
	color: green;
}

.item_actions {
	height: 20px;
	overflow: hidden;
}

#content .address_error {
	color: #FF0000;
}

.email_preview {
	margin-bottom: 25px;
}

#email_banner, #print_banner {
	padding: 20px;
	line-height: 30px;
	height: 30px;
	margin-bottom: 25px;
	background: url('/img/icons/books4u.png') no-repeat 20px #FFD60F;
}

#email_banner h2, #print_banner h2 {
	float: left;
	line-height: inherit;
	margin-left: 200px;
	color: #000;
	font-size: 24px;
}

#email_banner .phone_number, #print_banner .phone_number {
	float: right;
	font-size: 24px;
	font-weight: bold;
}

#print_banner, .print_banner {
	display: none;
}

#content #print_list {
	float: right;
}
