body,html {
	margin: 0;
	font-family: Arial, sans-serif, serif;
	background-color: #def2f9;
}

button::-moz-focus-inner { border: 0; }

#bggray {
	background-color: #000;
	filter: alpha(opacity=60);
	opacity: 0.6;
	-moz-opacity: 0.60;
	z-index: 20;
	height: 100%;
	width: 100%;
	background-repeat: repeat;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
}

#header {
	width: 736px;
	margin: 0 auto;
	height: 63px;
	padding: 15px 0;
}

#header div.l {
	float: left;
	width: 235px;
	padding-left: 2px;
}

#header div.c {
	float: left;
	font-size: 15px;
	font-weight: bold;
	color: #e77608;
	width: 230px;
	padding-left: 15px;
	height: 63px;
}

#header div.r {
	float: right;
	width: 235px;
	padding: 0 0 0 0;
}

/* new searchbox */

#header div.r div.search {
	width: 225px;
	height: 38px;
	padding: 14px 0 0 10px;
}

#header div.r div.searchover {
	background: url('/images/search_background_top.png') no-repeat;
}

#header div.r div.search div.sinputbg {
	width: 149px;
	height: 22px;
	float: left;
	padding: 3px 0 0 5px;
	background: url('/images/search_background_text.png') no-repeat;
}

#header div.r div.search input.searchsubmit {
	float: left;
}

#header div.r input.text {
	width: 140px;
	height: 15px;
	font-size: 13px;
	color: #949494;
	border: 0 none;
}

#header div.r input.loading {
	background: url('/images/loading.gif') no-repeat scroll 98% 50% #fff;
}

#header div.r div.links {
	padding-left: 10px;
	position: relative;
	top: -7px;
}

#header div.r div.links a {
	color: #474747;
	text-decoration: none;
	display: block;
	float: left;
	font-size: 12px;
	font-weight: bold;
	margin-right: 26px;
}

#header div.r div.links a.last {
	margin-right: 0;
}

#header div.r div.links a:hover {
	text-decoration: underline;
}

/* live search */

#sresults {
	width: 235px;
	font-size: 14px;
	z-index: 40;
	position: absolute;
	top: 67px;
	left: 578px;
	display: none;
}

#sresults div {
	cursor: pointer;
	width: 225px;
	height: 44px;
	padding: 8px 0 0 10px;
	background: url('/images/search_background_off.png') no-repeat;
	border-top: 1px solid #000;
	color: #fff;
	font-size: 11px;
}

#sresults div:hover {
	background: url('/images/search_background_on.png') no-repeat;
}

#sresults div img {
	vertical-align: middle;
	margin-right: 5px;
}

#sresults div a {
	text-decoration: none;
	font-size: 13px;
	color: #fff;
	font-weight: bold;
	display: block;
	margin: 0;
	height: 7px;
}

#sresults div.h {
	background-color: #0aaee4;
	color: #fff;
}

#sresults div.footer {
	width: 227px;
	height: 33px;
	padding: 8px 0 0 8px;
	border-top: 0;
	background: url('/images/search_background_bottom.png') no-repeat;
}

#sresults div.nores {
	font-size: 19px;
	font-weight: bold;
	text-shadow: 1px 1px 2px #000;
	padding: 10px 0 0 67px;
	width: 168px;
	height: 31px;
}

/* yellow box for all pages */

div.yellowbox {
	width: 254px;
	background-color: #fffbce;
	border: 1px solid #dbd483;
	font-size: 15px;
	color: #73715d;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

div.yellowbox div.pad {
	padding: 17px;
	line-height: 23px;
}

div.yellowbox div.line {
	height: 1px;
	background-color: #dbd483;
	width: 254px;
}

/* menu */

#menugray {
	width: 736px;
	height: 47px;
	background: url('/images/background_menu_gray.png') no-repeat;
	margin: 0 auto;
}

#menugray div.buttons {
	width: 465px;
	height: 41px;
	float: left;
	padding: 3px 0 0 4px;
}

#menugray div.buttons a {
	display: block;
	height: 29px;
	padding-top: 15px;
	float: left;
	text-align: center;
	color: #444444;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 1px 1px 1px #fff;
}

#menugray div.buttons a.current {
	background: url('/images/menu_button_active_bg.png') repeat-x;
	border: 0 none;
	color: #fff;
	text-shadow: 1px 1px 1px #000;
}

#menugray div.buttons a.br {
	border-right: 1px solid #c1c1c1;
}

#menugray div.buttons a.currentfirst, #menugray div.buttons a.currentfirst:hover {
	width: 133px;
	background: url('/images/menu_leftbutton_on.png') no-repeat;
	border: 0 none;
	color: #fff;
	text-shadow: 1px 1px 1px #000;
}

#menugray div.buttons a.first {
	width: 133px;
}

#menugray div.buttons a.first:hover {
	background: url('/images/menu_leftbutton_over.png') no-repeat;
}

#menugray div.buttons a.second {
	width: 116px;
}

#menugray div.buttons a.favorites {
	width: 116px;
}

#menugray div.buttons a.favorites:hover, #menugray div.buttons a.second:hover, #menugray div.buttons a.third:hover {
	background: url('/images/menu_button_over.png') repeat-x;
}

#menugray div.buttons a.currentsecond {
	width: 116px;
	background: url('/images/menu_button_active_bg.png') repeat-x;
	border-right: 1px solid #1f87aa;
	border-left: 1px solid #1f87aa;
	color: #fff;
	text-shadow: 1px 1px 1px #000;
}

#menugray div.buttons a.third {
	width: 95px;
}

#menugray div.buttons a.currentthird {
	width: 95px;
	background: url('/images/menu_button_active_bg.png') repeat-x;
	border-right: 1px solid #1f87aa;
	border-left: 1px solid #1f87aa;
	color: #fff;
	text-shadow: 1px 1px 1px #000;
}

#menugray div.buttons a.currentfavorites {
	width: 116px;
	background: url('/images/menu_button_active_bg.png') repeat-x;
	border-right: 1px solid #1f87aa;
	border-left: 1px solid #1f87aa;
	color: #fff;
	text-shadow: 1px 1px 1px #000;
}

#menugray div.userbuttons {
	width: 164px;
	height: 33px;
	float: right;
	padding: 14px 14px 0 0;
}

#menugray div.userbuttons a {
	text-align: center;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	color: #878787;
	text-shadow: 1px 1px 1px #fff;
	padding-top: 9px;
}

#menugray div.userbuttons a.l {
	width: 82px;
	height: 24px;
	display: block;
	float: left;
	background: url('/images/button_user_left.png') no-repeat;
}

#menugray div.userbuttons a.lactive {
	background: url('/images/button_user_left_active.png') no-repeat;
	color: #fff;
	text-shadow: 1px 1px 1px #000;
}

#menugray div.userbuttons a.r {
	width: 81px;
	height: 24px;
	display: block;
	float: left;
	background: url('/images/button_user_right.png') no-repeat;
}

#menugray div.userbuttons a.ractive {
	width: 82px;
	background: url('/images/button_user_right_active.png') no-repeat;
	color: #fff;
	text-shadow: 1px 1px 1px #000;
}

#menublue {
	width: 736px;
	height: 61px;
	margin: 0 auto;
}

#menublue.none {
	background: url('/images/background_menu_blue_none.png') no-repeat;
}

#menublue.first {
	background: url('/images/background_menu_blue_first.png') no-repeat;
}

#menublue.second {
	background: url('/images/background_menu_blue_second.png') no-repeat;
}

#menublue.third {
	background: url('/images/background_menu_blue_third.png') no-repeat;
}

#menublue.fourth {
	background: url('/images/background_menu_blue_fourth.png') no-repeat;
}

#menublue div.lsortby {
	width: 450px;
	float: left;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	padding: 10px 0 0 21px;
	text-shadow: 0 1px 0 #000;
}

#menublue div.lsortby a {
	margin-right: 5px;
}

#menublue div.lsortby p {
	margin-top: 5px;
}

#menublue div.dropdownsorts {
	width: 728px;
	padding: 0 4px;
}

#menublue div.dropdownsorts div {
	float: left;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	padding: 10px 1px 0 14px;
}

#menublue span {
	font-family: Georgia, Arial;
	font-weight: bold;
	font-style: italic;
}

#menublue h3 {
	color: #fff;
	font-size: 20px;
	font-weight: normal;
	padding: 20px 0 0 34px;
	text-shadow: 1px 1px 1px #000;
}

#menublack {
	width: 716px;
	height: 26px;
	margin: 0 auto;
	background: url('/images/background_menu_blacksolid.png');
	color: #fff;
	font-family: Georgia, Arial;
	font-size: 13px;
	padding: 14px 0 0 20px;
}

#menublack div.l {
	font-weight: bold;
	font-size: 13px;
}

#menugreen {
	width: 706px;
	height: 44px;
	margin: 0 auto;
	text-shadow: 0 1px 2px #000;
	color: #fff;
	font-size: 24px;
	font-weight: normal;
	padding: 18px 0 0 30px;
	background: url('/images/background_menu_green_nobuttons.png') no-repeat;
}

#menugreen.withimage {
	height: 49px;
	padding-top: 13px;
}

#menugreen.leftbutton {
	background: url('/images/background_menu_green_leftbutton.png') no-repeat;
}

#menugreen.rightbutton {
	background: url('/images/background_menu_green_rightbutton.png') no-repeat;
}

#menugreen span {
	font-family: Georgia, Arial;
	font-weight: bold;
	font-style: italic;
}

#menugreen h3{
	color: #fff;
	font-size: 24px;
	font-weight: normal;
	padding: 20px 0 0 34px;
}

#menugreen img {
	vertical-align: middle;
	margin-right: 10px;
}

/* main page styles */

#main {
	width: 728px;
	padding: 0 4px;
	margin: 0 auto;
	clear: both;
	background: url('/images/background_main.png') repeat-y;
}

/* notify area, mainly for search page */

#notify {
	width: 736px;
	height: 54px;
	padding-top: 20px;
	background: url('/images/background_main_white.png') repeat-y;
	margin: 0 auto;
}

#notify div.bubble {
	width: 668px;
	height: 35px;
	background: url('/images/background_notify_bubble.png') no-repeat;
	margin: 0 auto;
}

#notify div.bubble div.text {
	float: left;
	font-size: 13px;
	color: #444;
	padding: 10px 0 0 14px;
}

#notify div.bubble div.closebutton {
	float: right;
	cursor: pointer;
}

#notify div.bubble div.closebutton img {
	position: relative;
	left: 5px;
	top: -5px;
}

#notify div.bubble a {
	text-decoration: none;
	color: #444;
	font-weight: bold;
}

#notify div.bubble a:hover {
	text-decoration: underline;
}

img.setfav, img.setrem {
	cursor: pointer;
}

/* first time to site */

#whatsthis {
	width: 736px;
	height: 255px;
	padding-top: 20px;
	background: url('/images/background_main_white.png') repeat-y;
	margin: 0 auto;
}

#whatsthis div.bubble {
	width: 645px;
	height: 235px;
	background: url('/images/background_whatabout.png') no-repeat;
	margin: 0 auto;
	padding-left: 23px;
}

#whatsthis div.text {
	width: 339px;
	padding-right: 25px;
	padding-top: 29px;
	font-size: 13px;
	color: #444;
	line-height: 1.5em;
	float: left;
}

#whatsthis div.text h3 {
	font-family: Georgia;
	font-size: 24px;
	font-weight: bold;
	font-style: italic;
	margin-bottom: 7px;
}

#whatsthis div.text img {
	margin-top: 15px;
}

#whatsthis div.box {
	float: left;
	width: 263px;
	height: 197px;
	margin-top: 20px;
	background-color: #444;
}

#whatsthis div.bubble div.closebutton {
	float: right;
	cursor: pointer;
}

#whatsthis div.bubble div.closebutton img {
	position: relative;
	left: 5px;
	top: -5px;
}

/* contest list - main and search page */

#contestlist {
	width: 728px;
	margin: 0 auto;
}

#contestlist div.contest {
	width: 699px;
	height: 104px;
	padding: 15px 0 0 29px;
	background: #fff url('/images/background_contest_off.png') bottom center no-repeat;
	cursor: pointer;
	border-bottom: 1px solid #cdd9dd;
}

#contestlist div.conteston {
	background: #fff url('/images/background_contest_on.png') bottom center no-repeat;
}

#contestlist div.contest div.options {
	width: 28px;
	height: 66px;
	padding: 8px 0 0 11px;
	background: url("/images/background_contest_left_options.png") no-repeat;
	float: left;
	line-height: 33px;
	position: relative;
	right: 720px;
	bottom: 19px;
	z-index: 500;
}

#contestlist div.contest div.options a {
}

#contestlist div.contest div.optoff {
	background: none;
}

#contestlist div.calendar {
	width: 93px;
	height: 70px;
	letter-spacing: -1px;
	padding-top: 18px;
	float: left;
	position: relative;
	left: -5px;
	background: url('/images/background_calendar.png') no-repeat;
}

#contestlist div.calendar b {
	display: block;
	width: 89px;
	color: #e77608;
	font-size: 45px;
	text-align: center;
	font-weight: bold;
}

#contestlist div.details {
	padding: 3px 0 0 5px;
	float: left;
	font-size: 14px;
	color: #333;
	line-height: 1.4em;
	width: 553px;
}

#contestlist div.details a {
	color: #11a7d9;
	font-size: 22px;
	font-weight: bold;
	text-decoration: none;
}

#contestlist div.details span {
	font-size: 14px;
	color: #999;
}

#contestlist div.pl {
	margin-top: 14px;
}

#contestlist div.pl div.l {
	height: 25px;
	float: left;
}

#contestlist div.pl div.c {
	height: 22px;
	padding-left: 5px;
	padding-top: 0px;
	background-color: #fff;
	border-top: 1px solid #cdd9dd;
	border-bottom: 1px solid #cdd9dd;
	font-weight: bold;
	font-size: 12px;
	color: #879195;
	float: left;
}

#contestlist div.pl div.r {
	width: 6px;
	height: 25px;
	float: left;
}

#contestlist div.flag {
	float: right;
	position: relative;
	bottom: 83px;
}

#contestlist div.flag img {
	position: relative;
	left: 7px;
	bottom: 7px;
}

#sponsor {
	cursor: pointer;
}

#contestlist div.sponsor {
	width: 691px;
	height: 256px;
	padding: 8px 10px 2px 29px;
	margin: 0 auto;
	background: url('/images/background_sponsor.png') no-repeat;
	cursor: pointer;
}

#contestlist div.sponsor div.calendar {
	margin-top: 15px;
}

#contestlist div.sponsor div.calendar img {
	margin-top: 31px;
	margin-left: 3px;
	cursor: pointer;
}

#contestlist div.sponsor div.details {
	width: 260px;
	padding-top: 17px;
	font-size: 13px;
}

#contestlist div.sponsor div.ad {
	width: 300px;
	height: 250px;
	float: right;
	background-color: #fff;
}

#pagefooter {
	width: 736px;
	height: 48px;
	margin: 0 auto;
	background: url('/images/background_footer_normal.png') no-repeat;
}

#pagefooter div.l {
	width: 160px;
	height: 45px;
	float: left;
	padding-left: 3px;
}

#pagefooter div.r {
	width: 160px;
	height: 45px;
	float: right;
	padding-right: 3px;
	text-align: right;
}

#pagefooter div.c {
	width: 410px;
	height: 30px;
	padding-top: 15px;
	float: left;
	text-align: center;
	font-size: 13px;
}

/* login */

#loginbox {
	width: 736px;
	background: url('/images/background_contest_page.png') repeat-y;
	margin: 0 auto;
	padding: 25px 0 25px 0;
}

#login {
	width: 678px;
	height: 141px;
	margin: 0 auto;
	background: url('/images/background_login.png') no-repeat;
	padding-top: 15px;
}

#login div {
	width: 647px;
	height: 57px;
	margin: 0 auto 10px auto;
}

#login div img {
	vertical-align: top;
}

#login div input {
	width: 472px;
	height: 55px;
	background: url('/images/form_big_text_background_gray.png') repeat-x;
	font-size: 28px;
	border-top: 1px solid #dbd483;
	border-right: 1px solid #dbd483;
	border-bottom: 1px solid #dbd483;
	border-left: 0 none;
	padding: 0 0 0 22px;
}

/* contact and advertise */

#cad {
	overflow: auto;
	padding: 12px 0 16px 26px;
}

#cad div.l {
	float: left;
	width: 518px;
	color: #444;
	font-size: 15px;
	line-height: 22px;
}

#cad div.l p {
	margin-bottom: 20px;
}

#cad div.l div.photos {
	text-align: center;
}
	
#cad div.l div.contactphoto {
	float: left;
	margin-right: 5px;
	text-align: center;
	width: 150px;
}

#cad div.l div.advertisephoto {
	margin: 0 auto;
	text-align: center;
	width: 150px;
}

#cad div.r {
	float: right;
	padding-right: 28px;
}

/* footer */

#footer {
	width: 706px;
	height: 40px;
	padding: 8px 15px 0 15px;
	background: url('/images/footer.png');
	margin: 0 auto 10px auto;
}

#footer div.prev {
	float: left;
	width: 105px;
}

#footer div.backtolist {
	width: 126px;
	height: 26px;
	margin-top: 1px;
}

#footer div.mid {
	float: left;
	width: 496px;
	text-align: center;
	padding-top: 7px;
	color: #939393;
	font-size: 13px;
}

#footer div.mid b {
	color: #333333;
}

#footer div.mid span {
	font-weight: bold;
}

#footer div.next {
	float: right;
	width: 105px;
}

/* other footer */

#footer_big {
	width: 686px;
	height: 55px;
	padding: 15px 25px 0 25px;
	background: url('/images/background_footer_big.png') no-repeat;
	margin: 0 auto 10px auto;
	font-size: 14px;
	line-height: 1.3em;
	color: #444444;
}

#footer_big div.l {
	width: 170px;
	float: left;
}

#footer_big div.c {
	width: 346px;
	float: left;
	text-align: center;
	padding-top: 3px;
	font-size: 12px;
	font-weight: bold;
}

#footer_big div.c input.vert {
	vertical-align: middle;
	margin-right: 5px;
}

#footer_big div.c a.red {
	text-decoration: none;
	color: #ed1c24;
}

#footer_big div.c a.red:hover {
	text-decoration: underline;
}

#footer_big div.r {
	width: 170px;
	float: right;
	text-align: right;
}

#footer_big div.l a, #footer_big div.r a {
	color: #068ab5;
	text-decoration: none;
}

#footer_big div.l a:hover, #footer_big div.r a:hover {
	text-decoration: underline;
}

/* bottom area */
	

#bottom {
	width: 728px;
	margin: 10px auto;
	font-size: 12px;
	height: 143px;
	clear: both;
	background-color: #def2f9;
}

#bottom div.box {
	width: 226px;
	height: 143px;
	background: url('/images/background_bottom_box.png') no-repeat;
	float: left;
	margin-right: 25px;
}

#bottom div.last {
	margin-right: 0;
}

#bottom div.box div.top {
	width: 226px;
	height: 23px;
	text-align: center;
	padding-top: 12px;
}

#bottom div.box div.form {
	width: 201px;
	height: 25px;
	padding: 15px 0 0 15px;
}

#bottom div.box div.form img {
	vertical-align: top;
	cursor: pointer;
}

#bottom div.box div.form input.nlemail {
	height: 19px;
	width: 122px;
	padding-top: 3px;
	font-size: 12px;
	color: #444;
	border-left: 0 none;
	border-top: 1px solid #259bc2;
	border-right: 0 none;
	border-bottom: 1px solid #259bc2;
	background: url('/images/bottom_textbox_bg.png') repeat-x;
}

#bottom div.box div.trust {
	width: 202px;
	padding: 10px 12px 0 12px;
}

#bottom div.box div.trust div.l {
	float: left;
	padding: 4px 0 0 3px;
}

#bottom div.box div.trust div.r {
	float: right;
	font-size: 12px;
	font-weight: bold;
	color: #444;
	line-height: 1.5em;
	padding-top: 5px;
}

#bottom div.box div.trust div.r a {
	color: #08b0e7;
	text-decoration: none;
}

#bottom div.box div.trust div.r a:hover {
	text-decoration: underline;
}

#bottom div.box div.friendlinks {
	width: 197px;
	padding: 15px 12px 0 17px;
	line-height: 2.1em;
}

#bottom div.box div.friendlinks img {
	vertical-align: middle;
	margin-right: 5px;
}

#bottom div.box div.friendlinks a {
	color: #08b0e7;
	text-decoration: none;
	font-weight: bold;
}

#bottom div.box div.friendlinks a:hover {
	text-decoration: underline;
}

#bottom div.box div.friendlinks div.l {
	width: 95px;
	float: left;
}

#bottom div.box div.friendlinks div.r {
	width: 95px;
	float: right;
}

#bottom div.box div.aboutus {
	width: 226px;
	padding: 15px 0 0 14px;
	font-size: 12px;
	color: #6d777a;
	line-height: 1.6em;
}

#bottom div.box div.aboutus a {
	color: #6d777a;
	text-decoration: none;
	font-weight: bold;
}

#bottom div.box div.aboutus a:hover {
	text-decoration: underline;
}

#bottomcopy {
	font-size: 10px;
	color: #9fadb2;
	text-align: right;
	width: 720px;
	height: 20px;
	margin: 0 auto;
	padding-right: 8px;
}

#bottomcopy a {
	font-size: 10px;
	color: #9fadb2;
	text-decoration: none;
}

/* unsubscribe */

#unsub {
	width: 716px;
	background: url('/images/background_contest_page.png') repeat-y;
	margin: 0 auto;
	padding: 25px 10px;
	text-align: center;
}

#unsub p {
	margin: 5px 0;
}

/* photo frame */

div.photoframe {
	width: 86px;
	height: 103px;
}