body {
	margin:0;
	font:10px/12px Tahoma, Helvetica, sans-serif;
	color:#fff;
	background-color:#cccccc;
}
input, textarea, select {
	font:13px Arial, Helvetica, sans-serif;
	vertical-align:middle;
}
form, fieldset {
	margin:0;
	padding:0;
	border-style:none;
}
img {
	border-style:none;
}
h1 {
	line-height:110%;
}
h2 {
	line-height:110%;
}
h3 {
	line-height:110%;
}

h3 a{
	color:#e1c384;
}


#main {
	width:948px;
	margin:0 auto;
	position:relative;
}
.logo-holder {
	margin:0;
	position:absolute;
	top:0px;
	left:96px;
	z-index:25;
}
.logo {
	text-indent:-9999px;
	display:block;
	width:249px;
	height:92px;
	background:url(/images/logo.jpg) no-repeat;
	overflow:hidden;
	cursor:pointer;
}
#container {
	height:1%;
	padding:58px 0 0;
	position:relative;
}
#container:after {
	content:"";
	display:block;
	clear:both;
}
.home-content {
	min-height:480px;
	overflow:hidden;
	position:relative;
	z-index:10;
	margin:0 0 -88px;
}
* html .home-content {
	height:480px;
	overflow:visible;
}
.content {
	min-height:480px;
	overflow:hidden;
	position:relative;
	z-index:10;
	margin:0 0 -88px;
}
* html .content {
	height:480px;
	overflow:visible;
}
.content img {
	display:block;
}
.nav-holder {
	width:948px;
	height:143px;
	position:relative;
	z-index:20;
}
.nav {
	width:948px;
	height:143px;
	background:url(/images/nav-holder.png) no-repeat;
}
.nav:after {
	content:"";
	display:block;
	clear:both;
}
.nav-inner {
	width:948px;
	height:53px;
	position:relative;
	padding:90px 0 0;
}
#navigation {
	width:813px;
	margin:0;
	padding:0 0 0 135px;
	list-style:none;
	position:relative;
}
#navigation li {
	float:left;
	padding:0 0 14px;
}
#navigation li ul {
	margin:0;
	padding:18px 0 11px;
	list-style:none;
	position:absolute;
	top:52px;
	left:0;
	background:url(/images/sub-nav.gif) repeat-x;
	width:948px;
	display:none;
	text-align:center;
}
#navigation li:hover ul, #navigation li.hover ul {
	display:block;
}
#navigation li ul li {
	display:inline;
	float:none;
	padding:0 8px;
}
#navigation li ul li a {
	text-decoration:none;
	font-size:14px;
	line-height:16px;
	color:#fff;
	font-weight:bold;
}
#navigation li ul li a:hover {
	color:#dfc895;
}
.details {
	text-indent:-9999px;
	display:block;
	width:85px;
	height:39px;
	background:url(/images/nav-sprite.gif) no-repeat;
	overflow:hidden;
	cursor:pointer;
	margin:0 53px 0 0;
}
.details:hover, #navigation li:hover .details, #navigation li.hover .details {
	background:url(/images/nav-sprite.gif) no-repeat 0 -39px;
}
.submit-recipe {
	text-indent:-9999px;
	display:block;
	width:103px;
	height:39px;
	background:url(/images/nav-sprite.gif) no-repeat -85px 0;
	overflow:hidden;
	cursor:pointer;
	margin:0 42px 0 0;
}
.submit-recipe:hover, #navigation li:hover .submit-recipe, #navigation li.hover .submit-recipe {
	background:url(/images/nav-sprite.gif) no-repeat -85px -39px;
}
.enter {
	text-indent:-9999px;
	display:block;
	width:99px;
	height:39px;
	background:url(/images/nav-sprite.gif) no-repeat -188px 0;
	overflow:hidden;
	cursor:pointer;
	margin:0 62px 0 0;
}
.enter:hover {
	background:url(/images/nav-sprite.gif) no-repeat -188px -39px;
}
.judges {
	text-indent:-9999px;
	display:block;
	width:72px;
	height:39px;
	background:url(/images/nav-sprite.gif) no-repeat -288px 0;
	overflow:hidden;
	cursor:pointer;
	margin:0 81px 0 0;
}
.judges:hover {
	background:url(/images/nav-sprite.gif) no-repeat -288px -39px;
}
.prizes {
	text-indent:-9999px;
	display:block;
	width:63px;
	height:39px;
	background:url(/images/nav-sprite.gif) no-repeat -361px 0;
	overflow:hidden;
	cursor:pointer;
}
.prizes:hover, #navigation li:hover .prizes, #navigation li.hover .prizes {
	background:url(/images/nav-sprite.gif) no-repeat -361px -39px;
}
.flash-area {
	height:1%;
	overflow:hidden;
	background-color:#7B0000;
}
.flash-area img {
	display:block;
}
.header-holder {
	position:absolute;
	top:0;
	left:0;
	z-index:20;
}
#header {
	height:132px;
	width:948px;
	overflow:hidden;
	background:url(/images/header.png) no-repeat;
}
.header-inner {
	height:115px;
	width:924px;
	padding:17px 12px 0;
	position:relative;
	overflow:hidden;
}
.link-form {
	width:100%;
	overflow:hidden;
}
.home-link {
	float:left;
	text-indent:-9999px;
	width:63px;
	height:29px;
	background:url(/images/home-link.gif) no-repeat;
	overflow:hidden;
	cursor:pointer;
}

.logout-link {
	float:left;
	text-indent:-9999px;
	width:63px;
	height:29px;
	background:url(/images/logout-link.gif) no-repeat;
	overflow:hidden;
	cursor:pointer;
}
.search {
	float:right;
	overflow:hidden;
}
.text-input {
	float:left;
	width:293px;
	height:23px;
	background:url(/images/input.png) no-repeat;
	margin:0 8px 0 0;
}
.text-input input {
	background:none;
	border:none;
	font-size:12px;
	line-height:14px;
	width:273px;
	padding:4px 10px 0;
}
.short-input {
	float:left;
	width:162px;
	height:23px;
	background:url(/images/input-short.png) no-repeat;
	margin:0 8px 0 0;
}
.short-input input {
	background:none;
	border:0px;
	font-size:12px;
	line-height:14px;
	width:162px;
	padding:4px 10px 0;
}
.file-input {
	float:left;
	width:246px;
	height:23px;
	background:url(/images/input-file.png) no-repeat;
	margin:0 8px 0 0;
}
.file-input input {
	background:none;
	border:0px;
	font-size:12px;
	line-height:14px;
	width:246px;
	padding:4px 10px 0;
	opacity:0;
	-moz-opacity:0;
 filter:alpha(opacity:0);
}
div.fileinputs {
	position: relative;
}
div.fakefile {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}
input.file {
	position: relative;
	text-align: right;
	-moz-opacity:0;
 filter:alpha(opacity: 0);
	opacity: 0;
	z-index: 2;
}
.submit {
	float:left;
}
.language {
	margin:0;
	padding:6px 4px 0 0;
	list-style:none;
	float:right;
	clear:right;
}
.language li {
	float:left;
	background:url(/images/separator.gif) no-repeat;
	padding:3px 0 0 5px;
	margin:0 0 0 4px;
	display:inline;
}
.language li:first-child {
	background:none;
}
.language li a {
	text-decoration:underline;
	font-size:9px;
	line-height:11px;
	color:#f5d797;
}
.language li a:hover {
	text-decoration:none;
}
#footer {
	height:1%;
	overflow:hidden;
	background:#680100 url(/images/footer.gif) repeat-x;
	font-size:10px;
	line-height:12px;
	text-align:center;
	padding:13px 0 9px;
}
#footer a {
	color:#fff;
	text-decoration:none;
}
#footer a:hover {
	color:#fff;
	text-decoration:underline;
}
#footer-disclaimer {
	color: #666;
	width:753px;
	line-height:12px;
	font-size:9px;
	padding-bottom:15px;
	text-align:center;
	margin:0 auto 0 auto;
}
#footer-disclaimer a {
	color:#666;
	text-decoration:underline;
}
.print-header {
	display:none;
}
/* Pillsbury Badge */
.pillsbury-entry {
	margin:0;
	background:url(/badge/pillsbury-entry.png) no-repeat;
	width:225px;
	height:192px;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	cursor:pointer;
}
/* Interior Styles Version 1*/
.content-interior-1 {
	background:url(/images/bg/02-interior-bg.jpg) no-repeat;
	width:948px;
	height:351px;
	min-height:351px;
	overflow:auto;
	z-index:5;
	margin:0 0 20px 0;
	padding: 82px 0 0 0;
	font-size:14px;
	line-height:18px;
}
.content-interior-1 a {
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
}
.content-interior-1 a:hover {
	color:#FFF;
	font-weight:bold;
	text-decoration:underline;
}
.interior-text {
	font-size:14px;
	line-height:18px;
}
.interior-text ul li {
	list-style:circle;
	margin:0;
}
.interior-1 {
	list-style: none;
	margin-top:5px;
	padding:20px;
}
.interior-1 img {
	border:solid 3px #FFF;
}
.interior-1 h2 {
	font-size:16px;
	font-weight:bold;
	color:#FFF;
	margin:8px 0 3px 0;
}
.interior-1 h3 {
	font-size:12px;
	font-weight:bold;
	color:#e1c384;
	margin:0 0 15px 0;
}
.interior-1 ul {
	list-style:none;
}
.interior-1 li {
	padding-right: 20px;
	padding-bottom: 20px;
	margin: 0;
	float: left;
	width: 146px;
	height: 180px;
	text-align:center;
}
.interior-1 p {
	font-size:14px;
}
.interior-1 p a {
	color:#FFF;
	text-transform:uppercase;
	text-decoration:none;
}
.interior-1 p a:hover {
	color:#FFF;
	text-transform:uppercase;
	text-decoration:underline;
}
.last {
	padding:0;
}
.tab {
	z-index:15;
	margin:18px 0 0 90px;
	position:absolute;
	left: 4px;
	top: 0px;
}
.topTen {
	float:right;
	width:358px;
	height:351px;
	overflow:auto;
	background:url(/images/recipes/left_gradient_bg.gif) fixed repeat-x;
	padding:60px 15px 60px 15px;
}
.topTenRecipe {
	clear:both;
	padding: 14px 0 13px 0;
}
.topTenNumber {
	float:left;
	width:38px;
	font-size:16px;
	font-weight:bold;
}
.topTenImage {
	float:left;
	height:90px;
	width:90px;
	margin: 0 6px 0 0;
}
.topTenImage a img {
	border: none;
	overflow: hidden;
}
.topTenImage a:hover img {
	border:2px solid #00C;
	margin: -2px;
}
.topTenText {
	float:left;
	width:200px;
	padding-left:8px;
	line-height:16px;
	font-size:12px;
}
.topTenText h3 {
	margin:0px;
	font-size:16px;
}
.topAllRecipe {
	float:left;
	padding: 14px 0 13px 0;
	width:300px;
}
.topAllNumber {
	float:left;
	width:30px;
	font-size:16px;
	font-weight:bold;
}
.topAllImage {
	float:left;
	height:75px;
	width:75px;
	margin: 0 6px 0 0;
}
.topAllImage a img {
	border: none;
	overflow: hidden;
}
.topAllImage a:hover img {
	border:2px solid #00C;
	margin: -2px;
}
.topAllText {
	float:left;
	width:210px;
	padding-left:5px;
	line-height:16px;
	font-size:12px;
}
.topAllText h3 {
	margin:0px;
	font-size:13px;
}
.yellowText {
	color:#f9e1c7;
}
.singleRecipe {
	float:right;
	width:530px;
	height:351px;
	overflow:auto;
	background:url(/images/recipes/right_gradient_bg.gif);
	padding:40px 15px 70px 15px;
}
.imageLeft {
	float:left;
	width:273px;
}
.textRight {
	float:left;
	width:220px;
	padding-left:15px;
	line-height:16px;
	font-size:12px;
}
.textRight h3 {
	margin:0px;
	font-size:16px;
}
.productDescription a {
	color:#f9e1c7;
	padding:4px;
}
.bottomText {
	clear:both;
	padding: 5px 0 0 0;
	line-height:16px;
	font-weight:bold;
	width:500px;
}
/* VScroller */
.vscroll-bar {
	background:url(/images/scroll-bg.gif) repeat-y;
}
.scroll-padding {
	display:block;
	height:135px;
}
.content-title-padding {
	display:block;
	height:10px;
}
.sitemap-title-padding {
	display:block;
	height:20px;
}
.judges-title-padding {
	display:block;
	height:0;
}
.prizes-title-padding {
	display:block;
	height:5px;
}
/* Top Ten Start */
#edgetoedge {
	background:url(../images/bg/02-interior-bg.jpg) no-repeat;
	height:480px;
	font-size:12px;
	color:#fff;
}
#top-ten .scrollable {
	height:352px;
}
#top-ten .vscroll-line {
	background:url(/images/scroll-bg.gif) repeat-y;
}
#top-ten .vscroll-slider {
	width:31px;
	height:75px;
	background:url(/images/blue-button.gif) no-repeat;
	overflow:hidden;
}
#single-recipe .vscroll-slider {
	width:27px;
	height:75px;
	background:url(/images/red-button.gif) no-repeat;
	overflow:hidden;
}
.topTen {
	float:right;
	width:358px;
	height:350px;
	overflow:auto;
	background:url(/images/recipes/left_gradient_bg.gif) fixed repeat-x;
	padding:85px 15px 60px 15px;
}
#top-ten .scrollable {
	height:350px;
}
#top-ten .vscroll-line {
	background:url(/images/scroll-bg.gif) repeat-y;
}
/* Top Ten End */


/* Judges Detail Start */
#judgesColumns h3 a{
	color:#e1c384;
}


#judgesScroll .scrollable {
	height:350px;
}
#judgesScroll .vscroll-line {
	background:url(/images/scroll-bg.gif) repeat-y;
}
#judgesScroll .vscroll-slider {
	width:31px;
	height:75px;
	background:url(/images/blue-button.gif) no-repeat;
	overflow:hidden;
}
.judgesScroll {
	float:right;
	width:358px;
	height:350px;
	overflow:hidden;
	background:url(/images/recipes/left_gradient_bg.gif) fixed repeat-x;
	padding:85px 15px 60px 15px;
}
bodyCopy {
	padding-top:10px;
}
.judgesDetail img {
	border:solid 3px #FFF;
	float:left;
}
.judgesDetail ul {
	list-style:none;
}
.judgesDetail li {
	margin: 0 0 0 15px;
	padding:0;
	float: left;
	position: relative;
	width: 175px;
	height: 140px;
	text-align:center;
}
.judgesDetail h2 {
	font-size:16px;
	font-weight:bold;
	color:#FFF;
	margin:8px 0 3px 0;
}
.judgesDetail h3 {
	font-size:12px;
	font-weight:bold;
	color:#e1c384;
	margin:0 0 15px 0;
}
.judgesDetail p {
	line-height: 15px;
	color:#FFF;
}
.judgesDetail p a {
	color:#FFF;
	text-decoration:none;
}
.judgesDetail p a:hover {
	color:#FFF;
	text-decoration:underline;
}
/* Judges Detail End */

/* Interior Full Page with Scroller Start */
#full-interior .scrollable {
	height:351px;
}
#full-interior .vscroll-line {
	background:url(/images/scroll-bg.gif) repeat-y;
}
#full-interior .vscroll-slider {
	width:27px;
	height:75px;
	background:url(/images/red-button.gif) no-repeat;
	overflow:hidden;
}
.full-interior {
	width:917px;
	height:351px;
	overflow:auto;
	background:url(/images/bg/02-interior-bg.jpg) no-repeat;
	padding:76px 15px 60px 15px;
}
.full-interior h2 {
	font:18px Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-transform:uppercase;
}
.full-interior p {
	padding:0 0 0 0;
	font:14px/18px Arial, Helvetica, sans-serif;
}
.full-interior a {
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
}
.full-interior a:hover {
	color:#FFF;
	text-decoration:underline;
	font-weight:bold;
	text-align: center;
}
.full-interior ul {
	font:14px Arial, Helvetica, sans-serif;
	margin: 0;
	padding-left:1em;
}
#full-interior .scrollable {
	height:351px;
	padding-bottom:50px;
}
#full-interior .vscroll-line {
	background:url(/images/scroll-bg.gif) repeat-y;
}
/* Interior Full Page with Scroller End */

.full-interior-noscrollstar {
	background:url(/images/bg/02-interior-bg.jpg) no-repeat;
	width:948px;
	height:360px;
	min-height:360px;
	overflow:hidden;
	z-index:5;
	margin:0 0 20px 0;
	padding: 65px 0 50px 0;
	font-size:14px;
	line-height:18px;
}


/* Interior Full Page without Scroller Start */
.full-interior-noscroll {
	background:url(/images/bg/02-interior-bg.jpg) no-repeat;
	width:948px;
	height:360px;
	min-height:360px;
	overflow:hidden;
	z-index:5;
	margin:0 0 20px 0;
	padding: 72px 0 50px 0;
	font-size:14px;
	line-height:18px;
}
.full-interior-noscroll-rec {
	float:right;
	width:917px;
	height:360px;
	padding:76px 15px 60px 15px;
}
.full-interior-noscroll h2 {
	font:18px Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-transform:uppercase;
}
.full-interior-noscroll p {
	font:14px/18px Arial, Helvetica, sans-serif;
}
.full-interior-noscroll a {
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
}
.full-interior-noscroll a:hover {
	color:#FFF;
	text-decoration:underline;
	font-weight:bold;
}
.full-interior-noscroll ul {
	font:14px Arial, Helvetica, sans-serif;
	margin: 0;
	padding-left:1em;
}
#full-interior-noscroll .scrollable {
	height:351px;
	padding-bottom:50px;
}
#full-interior-noscroll .vscroll-line {
	background:url(/images/scroll-bg.gif) repeat-y;
}
/* Interior Full Page without Scroller End */

.popup01-holder {
	width:305px;
	height:147px;
	position:absolute;
	top:300px;
	left:300px;
	z-index:30;
	display:none;
}
.popup01 {
	width:305px;
	height:147px;
	background:url(/images/recipes/rating_bg.png) no-repeat;
}
.popup01 .inner {
	width:265px;
	padding:10px 20px 0;
	height:127px;
	position:relative;
}
.popup01 .close-holder {
	width:100%;
	overflow:hidden;
	margin:0 0 10px;
}
.popup01 .close {
	text-indent:-9999px;
	float:right;
	width:14px;
	height:15px;
	background:url(/images/close01.gif) no-repeat;
	overflow:hidden;
}
.popup01 .text {
	width:100%;
	overflow:hidden;
	text-align:center;
}
.popup01 .text p {
	margin:10px 0 0;
	font-size:12px;
	line-height:14px;
	font-weight:bold;
}
/* Popup Share */

.popup02-holder {
	width:305px;
	height:147px;
	position:absolute;
	top:300px;
	left:300px;
	z-index:30;
	display:none;
}
.popup02 {
	width:305px;
	height:147px;
	background:url(/images/recipes/rating_bg.png) no-repeat;
}
.popup02 .inner {
	width:265px;
	padding:10px 20px 0;
	height:127px;
	position:relative;
}
.popup02 .close-holder {
	width:100%;
	overflow:hidden;
	margin:0 0 10px;
}
.popup02 .close {
	text-indent:-9999px;
	float:right;
	width:14px;
	height:15px;
	background:url(/images/close01.gif) no-repeat;
	overflow:hidden;
}
.popup02 .text {
	width:100%;
	overflow:hidden;
	text-align:center;
}
.popup02 .text p {
	margin:10px 0 0;
	font-size:12px;
	line-height:14px;
	font-weight:bold;
}
/* Popup Share */

.popup03-holder {
	width:305px;
	height:147px;
	position:absolute;
	top:300px;
	left:300px;
	z-index:30;
	display:none;
}
.popup03 {
	width:305px;
	height:147px;
	background:url(/images/recipes/rating_bg.png) no-repeat;
}
.popup03 .inner {
	width:265px;
	padding:10px 20px 0;
	height:127px;
	position:relative;
}
.popup03 .close-holder {
	width:100%;
	overflow:hidden;
	margin:0 0 10px;
}
.popup03 .close {
	text-indent:-9999px;
	float:right;
	width:14px;
	height:15px;
	background:url(/images/close01.gif) no-repeat;
	overflow:hidden;
}
.popup03 .text {
	width:100%;
	overflow:hidden;
	text-align:center;
}
.popup03 .text p {
	margin:10px 0 0;
	font-size:12px;
	line-height:14px;
	font-weight:bold;
}
/* pop 4 */

.popup04-holder {
	width:305px;
	height:147px;
	position:absolute;
	top:300px;
	left:300px;
	z-index:30;
	display:none;
}
.popup04 {
	width:305px;
	height:147px;
	background:url(/images/recipes/rating_bg.png) no-repeat;
}
.popup04 .inner {
	width:265px;
	padding:10px 20px 0;
	height:127px;
	position:relative;
}
.popup04 .close-holder {
	width:100%;
	overflow:hidden;
	margin:0 0 10px;
}
.popup04 .close {
	text-indent:-9999px;
	float:right;
	width:14px;
	height:15px;
	background:url(/images/close01.gif) no-repeat;
	overflow:hidden;
}
.popup04 .text {
	width:100%;
	overflow:hidden;
	text-align:center;
}
.popup04 .text p {
	margin:10px 0 0;
	font-size:12px;
	line-height:14px;
	font-weight:bold;
}
/* pop 5 */

.popup05-holder {
	width:305px;
	height:147px;
	position:absolute;
	top:300px;
	left:100px;
	z-index:30;
	display:none;
}
.popup05 {
	width:305px;
	height:147px;
	background:url(/images/recipes/rating_bg.png) no-repeat;
}
.popup05 .inner {
	width:265px;
	padding:10px 20px 0;
	height:127px;
	position:relative;
}
.popup05 .close-holder {
	width:100%;
	overflow:hidden;
	margin:0 0 10px;
}
.popup05 .close {
	text-indent:-9999px;
	float:right;
	width:14px;
	height:15px;
	background:url(/images/close01.gif) no-repeat;
	overflow:hidden;
}
.popup05 .text {
	width:100%;
	overflow:hidden;
	text-align:center;
}
.popup05 .text p {
	margin:10px 0 0;
	font-size:12px;
	line-height:14px;
	font-weight:bold;
}
/* pop 5 */

.popup06-holder {
	width:305px;
	height:147px;
	position:absolute;
	top:300px;
	left:550px;
	z-index:30;
	display:none;
}
.popup06 {
	width:305px;
	height:147px;
	background:url(/images/recipes/rating_bg.png) no-repeat;
}
.popup06 .inner {
	width:265px;
	padding:10px 20px 0;
	height:127px;
	position:relative;
}
.popup06 .close-holder {
	width:100%;
	overflow:hidden;
	margin:0 0 10px;
}
.popup06 .close {
	text-indent:-9999px;
	float:right;
	width:14px;
	height:15px;
	background:url(/images/close01.gif) no-repeat;
	overflow:hidden;
}
.popup06 .text {
	width:100%;
	overflow:hidden;
	text-align:center;
}
.popup06 .text p {
	margin:10px 0 0;
	font-size:12px;
	line-height:14px;
	font-weight:bold;
}
.most-popular {
	background:url(/images/most-pop.gif) no-repeat 0 100%;
	margin:0 0 12px;
	padding:0 0 13px;
	list-style:none;
	color:#fff;
}
.most-popular li {
	display:inline;
	padding:0 10px 0 0;
}
.most-popular li a {
	text-decoration:none;
	font-size:11px;
	line-height:13px;
	color:#fff;
}
.most-popular li a:hover {
	text-decoration:underline;
}
.link-list {
	width:100%;
	overflow:hidden;
	margin:0 0 4px;
	padding:0;
	list-style:none;
}
.link-list li {
	float:left;
	width:108px;
}
.link-list li a {
	text-decoration:none;
	color:#313131;
	font-size:11px;
	line-height:13px;
}
.link-list li a:hover {
	text-decoration:underline;
}
.popup02 .bottom {
	width:100%;
	overflow:hidden;
	padding:4px 0 0;
}
.popup02 .sign-in {
	float:right;
	color:#fff;
	text-decoration:none;
	font-size:11px;
	line-height:12px;
	margin:0 8px 0 0;
	display:inline;
}
.popup02 .sign-in:hover {
	text-decoration:underline;
}
.popup02 .download-ff {
	float:left;
	color:#fff;
	text-decoration:none;
	font-size:11px;
	line-height:12px;
	margin:0 0 0 9px;
	display:inline;
}
.popup02 .download-ff:hover {
	text-decoration:underline;
}
.swithcer-holder {
	width:100%;
	overflow:hidden;
	padding:6px 0 0;
}
.page-switcher {
	float:left;
	margin:0;
	padding:0;
	list-style:none;
}
.page-switcher li {
	float:left;
	padding:0 13px 0 0;
}
.page-switcher li a {
	display:block;
	margin:4px 0 0;
	width:7px;
	height:7px;
	overflow:hidden;
	text-indent:-9999px;
	background:url(/images/page.gif) no-repeat;
}
.page-switcher .active a {
	background:url(/images/page.gif) no-repeat 0 -7px;
}
.left {
	margin:0 10px 0 102px;
	display:inline;
	float:left;
	width:15px;
	height:15px;
	background:url(/images/left.gif) no-repeat;
	overflow:hidden;
	text-indent:-9999px;
}
.right {
	float:left;
	width:15px;
	height:15px;
	background:url(/images/right.gif) no-repeat;
	overflow:hidden;
	text-indent:-9999px;
}
#favRecipes {
	padding-right: 0px;
	padding-left: 40px;
	-top: 10px;
	padding-bottom: 20px;
	margin: 0;
	float: left;
	position: relative;
	width: 190px;
	height: 180px;
	text-align:right;
}
.favRecipes {
	width:190px;
	margin-bottom:10px;
	text-align: left;
}
.favRecipes-button {
	width:190px;
	margin-top:4px;
	text-align: right;
}
.review td {
	font-size:1em;
}
.review h2 {
	color:#000;
}
.review strong {
	font-size:1em;
	color:#000;
	font-weight:bold;
	line-height:14px;
}
.prizes-table p {
	margin:15px 0 0 0;
	padding:0 5px 0 5px;
	font-size:12px;
}
/* Contest Tabs */

.entry_status {
	text-align:right;
	margin:-25px 25px 10px 0;
	height:50px;
	width:900px;
}
.review_status {
	text-align:right;
	margin:0px 25px 10px 0;
	height:50px;
	width:900px;
}
.review-up {
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	width:130px;
	height:63px;
	background:url(/images/entry/review_up.png) no-repeat;
	float:right;
}
.recipeinfo-up {
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	width:130px;
	height:63px;
	background:url(/images/entry/recipeinfo_up.png) no-repeat;
	float:right;
}
.personalinfo-down {
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	width:130px;
	height:63px;
	background:url(/images/entry/personalinfo_down.png) no-repeat;
	float:right;
}
.review-down {
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	width:130px;
	height:63px;
	background:url(/images/entry/review_down.png) no-repeat;
	float:right;
}
.recipeinfo-down {
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	width:130px;
	height:63px;
	background:url(/images/entry/recipeinfo_down.png) no-repeat;
	float:right;
}
.personalinfo-up {
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	width:130px;
	height:63px;
	background:url(/images/entry/personalinfo_up.png) no-repeat;
	float:right;
}
.error1-up {
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	width:180px;
	height:63px;
	background:url(/images/entry/tab-error-1.png) no-repeat;
	float:right;
}
.error2-up {
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	width:180px;
	height:63px;
	background:url(/images/entry/tab-error-2.png) no-repeat;
	float:right;
}
.error {
	color:#F90;
}
.thanks p {
	font-size:14px;
	margin:10px;
}
.sitemap h2 a {
	font-size:14px;
	font-weight:bold;
	color:#FFF;
}
.sitemap p {
	font-size:11px;
	line-height:13px;
	margin:0;
	text-align:center;
}

.legal {
	width:860px;
}

.legal a{
	color:#FF0;
	text-decoration:underline;
}

.legal h2 {
	text-decoration:underline;
}

/* Prizes Icons*/
.grand-prize-icon {
	margin:0 10px 0 10px;
	background:url(/images/prizes/grand-header.png) no-repeat;
	width:206px;
	height:176px;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
}
.category-prize-icon {
	margin:0 10px 0 10px;
	background:url(/images/prizes/category-header.png) no-repeat;
	width:206px;
	height:176px;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
}
.honourable-prize-icon {
	margin:0 10px 0 10px;
	background:url(/images/prizes/honourable-header.png) no-repeat;
	width:206px;
	height:176px;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
}
.pillschoice-prize-icon {
	margin:0 10px 0 10px;
	background:url(/images/prizes/pillschoice-header.png) no-repeat;
	width:206px;
	height:176px;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
}

.recipeInfo-links a {
	font-size:12px;
	text-decoration:underline;
}


/* ******************************************************************************** */

/* Tabs */

/* ******************************************************************************** */


.prizing-tab {
	background:url(/images/tabs/prizing.png) no-repeat;
	display:block;
	width:80px;
	height:74px;
}
.who-can-enter-tab {
	background:url(/images/tabs/who-can-enter.png) no-repeat;
	display:block;
	width:133px;
	height:74px;
}
.rules-tab {
	background:url(/images/tabs/rules.png) no-repeat;
	display:block;
	width:155px;
	height:74px;
}
.recipe-cat-tab {
	background:url(/images/tabs/recipe-categories.png) no-repeat;
	display:block;
	width:145px;
	height:74px;
}
.contest-details-tab {
	background:url(/images/tabs/contest-overview.png) no-repeat;
	display:block;
	width:141px;
	height:74px;
}
.how-to-vote-tab {
	background:url(/images/tabs/how-to-vote.png) no-repeat;
	display:block;
	width:115px;
	height:74px;
}
.faq-tab {
	background:url(/images/tabs/faqs.png) no-repeat;
	display:block;
	width:70px;
	height:74px;
}
.prizes-tab {
	background:url(/images/tabs/prizes.png) no-repeat;
	display:block;
	width:90px;
	height:74px;
}
.entry-tab {
	background:url(/images/tabs/entry-procedure.png) no-repeat;
	display:block;
	width:140px;
	height:74px;
}
.eligible-products-tab {
	background:url(/images/tabs/eligible-products.png) no-repeat;
	display:block;
	width:140px;
	height:74px;
}
.enter-contest-tab {
	background:url(/images/tabs/enter-the-contest.png) no-repeat;
	display:block;
	width:190px;
	height:74px;
}
.confirmation-tab {
	background:url(/images/tabs/submission-confirmation.png) no-repeat;
	display:block;
	width:190px;
	height:74px;
}
.judges-tab {
	background:url(/images/tabs/judges.png) no-repeat;
	display:block;
	width:94px;
	height:74px;
}
.appetizers-tab {
	background:url(/images/tabs/appetizers.png) no-repeat;
	display:block;
	width:105px;
	height:74px;
}
.all-recipes-tab {
	background:url(/images/tabs/all-recipes.png) no-repeat;
	display:block;
	width:110px;
	height:74px;
}
.entrees-tab {
	background:url(/images/tabs/entrees.png) no-repeat;
	display:block;
	width:85px;
	height:74px;
}
.desserts-tab {
	background:url(/images/tabs/desserts.png) no-repeat;
	display:block;
	width:95px;
	height:74px;
}
.top-rated-tab {
	background:url(/images/tabs/top-rated.png) no-repeat;
	display:block;
	width:100px;
	height:74px;
}
.enter-contest-tab {
	background:url(/images/tabs/enter-the-contest.png) no-repeat;
	display:block;
	width:157px;
	height:74px;
}
.privacy-policy-tab {
	background:url(/images/tabs/privacy-policy.png) no-repeat;
	display:block;
	width:120px;
	height:74px;
}
.judging-criteria-tab {
	background:url(/images/tabs/judging-criteria.png) no-repeat;
	display:block;
	width:135px;
	height:74px;
}
.sitemap-tab {
	background:url(/images/tabs/sitemap.png) no-repeat;
	display:block;
	width:120px;
	height:74px;
}
.terms-of-use-tab {
	background:url(/images/tabs/terms-of-use.png) no-repeat;
	display:block;
	width:115px;
	height:74px;
}
.how-do-i-enter-tab {
	background:url(/images/tabs/how-do-i-enter.png) no-repeat;
	display:block;
	width:135px;
	height:74px;
}
.what-can-i-win-tab {
	background:url(/images/tabs/what-can-i-win.png) no-repeat;
	display:block;
	width:135px;
	height:74px;
}
.conditions-of-entry-tab {
	background:url(/images/tabs/conditions-of-entry.png) no-repeat;
	display:block;
	width:150px;
	height:74px;
}

.finalists-tab {
	background:url(/images/tabs/finalists.png) no-repeat;
	display:block;
	width:133px;
	height:74px;
}
.winners-tab {
	background:url(/images/tabs/winners.png) no-repeat;
	display:block;
	width:119px;
	height:74px;
}

.closed-image {
	background:url(/images/entry/closed_splash.png) no-repeat;
	display:block;
	margin-left:250px;
	width:350px;
	height:210px;
}
.closed-image-all {
	background:url(/images/entry/closed_splash-all.png) no-repeat;
	display:block;
	margin-left:250px;
	width:350px;
	height:210px;
}
.closed-image-finished {
	background:url(/images/entry/pillsbury_splash-closed.png) no-repeat;
	display:block;
	margin-left:50px;
	width:756;
	height:327px;
}

.closed-image-finished-end {
	background:url(/images/entry/all-closed.png) no-repeat;
	display:block;
	margin-left:50px;
	width:756;
	height:327px;
}

.closed-image-finished-winners {
	background:url(/images/entry/all-winners.png) no-repeat;
	display:block;
	margin-left:50px;
	width:756;
	height:327px;
}

.cookie-error {
	background:url(/images/cookie-error.png) no-repeat;
	display:block;
	margin-left:250px;
	width:350px;
	height:210px;
}
.site-down {
	background:url(/images/site-down.png) no-repeat;
	display:block;
	margin-left:250px;
	width:350px;
	height:210px;
}


.filterSearch {
	width:100px;
}

/* Login */
.login-form {
	margin:10px 10px 10px 150px;
}

.login-form h1 {
	margin:0 0 5px 0;
	font-size:18px;
	text-transform:none;
	text-align:center;
	line-height:20px;
}

.login-form h2 {
	margin:0 0 5px 0;
	text-transform:none;
	font-size:13px;
	text-align:center;
	line-height:15px;
}

.login-form h3 {
	margin:0;
	text-transform:none;
	font-size:13px;
	line-height:15px;
}

.login-form label{
	width:180px;
}

.login-form a{
	text-decoration:underline;
	font-size:13px;
	color:#fff;
}

.login-form a:visited{
	text-decoration:underline;
	font-size:13px;
	color:#fff;
}

/* -------------------------------- */

.login-form-blank {
	margin:10px 10px 10px 10px;
}

.login-form-blank h1 {
	margin:0 0 5px 0;
	font-size:18px;
	text-transform:none;
	text-align:center;
	line-height:20px;
}

.login-form-blank h2 {
	margin:0 0 5px 0;
	text-transform:none;
	font-size:12px;
	font-weight:normal;
	text-align:left;
	line-height:15px;
}

.login-form-blank h3 {
	margin:0;
	text-transform:none;
	font-size:13px;
	line-height:15px;
}

.login-form-blank label{
	width:180px;
}

.login-form-blank a{
	text-decoration:underline;
	font-size:13px;
	color:#fff;
}

.login-form-blank a:visited{
	text-decoration:underline;
	font-size:13px;
	color:#fff;
}
.grand {
	width:345px;
	float:left;
}
.honourable {
	width:290px;
	float:left;
}
.honourable-recipe {
	width:290px;
	line-height:13px;
	font-size:12px;
	clear:left;
	height:30px;
	margin-bottom:10px;
}

.honourable-recipe img{
	margin-right:5px;
}

.honourable a:link{
	text-decoration:none;
	color:#fff;
}
.honourable a:visited{
	text-decoration:none;
	color:#fff;
}
.honourable a:hover{
	text-decoration:underline;
	color:#fff;
}

.cat-recipe {
	width:290px;
	line-height:13px;
	font-size:12px;
	clear:left;
	height:55px;
	margin-bottom:10px;
}

.cat-recipe img{
	margin-right:5px;
}