/* 
NotesOnCooking.com
Website by LaMa Media
Copyright (c) 2009 - All rights reserved
*/

/* POPUPS */

body {
	margin: 0;
	padding: 0;
	overflow: hidden;
	font-family: "Times New Roman", Times, serif;
	color: #3b3b3b;
	font-size: 17px;
}
td {
	font-family: "Times New Roman", Times, serif;
	color: #3b3b3b;
	font-size: 14px;
}

ul {
	margin: 0;
	padding: 0;
}
a {
	color: #75aed5;
	font-weight: bold;
}
a:hover {
	color: #7e2217;
}
.pop-background {
	position: absolute;
	top: 0;
	left: 0;
	width: 400px;
	/*height: 612px;*/
}
#pop-content {
	position: absolute;
	top: 40px;
	left: 40px;
	width: 320px;
	/*height: 532px;*/
	overflow: hidden;
}
.pop-top {
	color: #777;
	font-size: 32px;
	font-variant: small-caps;
	text-align: center;
	width: 100%;
}
.pop-sub {
	font-variant: small-caps;
	font-size: 16px;
}

.pop-big {
	font-size: 22px;
}

.pop-small {
	font-size: 14px;
}

.pop-space {
	height: 5px;
	width: 5px;
	font-size: 1px;
}

#pop-close {
	position: absolute;
	bottom: 0;
	width: 100%;
	font-size: 14px;
}

.stats {
	border: solid 2px #c1f0e6;
}

.stats td {
	border-bottom: solid 2px #c1f0e6;
}

.stat {
	font-weight: bold;
}

