/*
 * Project  Name: None
 * File / Folder: popup.css
 * File Language: css
 * Copyright (C): 2005 Richard Group, Inc.
 * First  Author: Liam Bryan
 * First Created: 2005.10.03 11:16:06
 * Last Modifier: Liam Bryan
 * Last Modified: 2005.10.10 08:17:39
 */

html body {
	width: 730px;
	max-width: 730px;
	margin: 0;
	background-color: rgb(255, 255, 255);
}

div.ad300x250 {
	margin: 0;
	margin-right: 5px;
	float: right;
}


#recipe {
	width: 400px;
	height: 427px;
	min-height: 427px;
	margin: 7px 5px 0 5px;
	overflow: auto;

	border: 1px solid rgb(0, 0, 0);
	background-image: url(/images/mediumblueBackground.png);
}
body #recipe h2 {
	font-size: large;
}
#recipe img {
	float: right;
	margin-top: 4px;
	margin-right: 4px;
	width: 279px; } *>#recipe img { max-width: 279px;
}
#recipe h3, #recipe p {
	color: rgb(0, 0, 0);
	padding-left: .7em;
}



#header {
	width: 730px;
	background-color: rgb(54, 167, 233);
}
#header ul {
	margin-top: 0;
}
#header img {
	margin-top: 2px;
}
#header li.last-child {
	float: right;
}

#product {
	background-color: rgb(255, 255, 255);
	font-style: italic;
}
#product #descriptionBox {
	margin-top: 2px;
	width: 388px;
	float: right;
	overflow: auto;

	border: 1px solid black;
	height: 100%;
	padding: 0;
}
#product #descriptionBox h4 {
	padding: 2px 4px;
	margin: 0;
	text-align: right;
	background-color: rgb(60,90, 193);
	border-bottom: 1px solid black;
}
#product #descriptionBox #productDescription {
	min-height: 300px;
	margin: 0;
	background-image: url(/images/mediumblueBackground.png);
}
#product div #productDescription h5 {
	margin: 0;
	padding: 8px 10px;
	font-size: 14px;
}

#emailToAFriend {
	position: absolute;
	left: 5px;
	top: 7px;
	z-index: 20;
	width: 380px;
	height: 350px;

	background-color: rgb(54, 167, 233);
	border: 1px solid rgb(0, 0, 0);
}

