/*  
Theme Name: BiteOfTheBest-by-ContentRobot-with-tidbites-v1.2.4
Theme URI: http://www.biteofthebest.com/
Description: This three column WordPress theme was created for <a href="http://www.biteofthebest.com/">www.biteofthebest.com</a> by <a href="http://www.contentrobot.com/">ContentRobot</a>.
Version: 1.2.4
Author: Dana Rockel
Author URI: http://www.contentrobot.com/
*/

/*
Colors Used In This Theme
dk blue - 0c3061
yellow - fbbe1b
lt yellow - fcd66f
very lt yellow - fef2d1
dk yellow - cda542
cool grey - b1bfd2
dk grey - 545455
*/

.welcometext {
	font-size: 10px;
}
.readmore {
	margin-top: 5px;
}
.readmore a {
	font-size: 9px;
	color: #333;
	text-decoration: none;
}
.readmore a:hover, .readmore a:active {
	color: #1276b9;
}
.tidbitehome {
	margin-bottom: 15px;
}
.tidbitehomehead {
	width: 94px;
	height: 22px;
	background-image: url(images/tidbites-head.jpg);
}
.tidbitehomehead span {
	display: none;
	text-indent: -9000px;
}
.tidbitehome p {
	margin: 10px 0 0!important;
}
.tidbitehome a.tidbitelink {
	color: #333!important;
}
.tidbitehome a.tidbitelink:hover, .tidbitehome a.tidbitelink:active {
	color: #1276b9!important;
}
.tidbitehome .todaysbite {
	display: block;
	margin-bottom: 10px!important;
}
h2.tidbitetitle {
	margin: 0 0 0px!important;
}
.tidbitehead {
	color: #0c3061;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 18px;
	/* text-transform: uppercase; */
}
.tidbitedate {
	color: #545455;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 5px;
}
#registercontainer a {
	text-decoration:none!important;
	color:#0c3061!important;
}
#registercontainer a:hover, #registercontainer a:active {
	color:#000!important;
}
.intro {
	font-size: 10px;
	line-height: 12px;
}
.intro h2 {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 16px;
	display: block;
	color: #0c3061;
	margin-bottom: 2px;
}
.postbotr {
	color: #545455;
}
.postbotr h6 {
	padding-bottom: 0!important;
	margin-bottom: 0!important;
}
.postbotr h6 strong {
	color: #545455!important;
}
.tobite { color: #1276B9!important; }
.tobite:hover, .tobite:active { color: #000!important; }
.nottobite { color: #1276B9!important; }
.nottobite:hover, .nottobite:active { color: #000!important; }

.postright {
	float: left;
	width: 300px;
	color: #545455;
}
.postright h6 strong {
	color: #545455!important;
}
.postleft {
	float: left;
}
.toolTipElement {
	/*cursor: help;*/
}
.tool-tip {
	color: #545455;
	width: 172px;
	z-index: 13000;
	background-color: #fef2d1;
	border: 1px dotted #cda542;
}
.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	padding: 8px 8px 4px;
}
.tool-text {
	font-size: 11px;
	padding: 4px 8px 8px;
}
#tooltip{
	position:absolute;
	border: 1px dotted #cda542;
	background-color: #fef2d1;
	padding:6px 8px;
	color:#545455;
	display:none;
	width: 154px;
	}


.mktplbitelink, .mktplmanufacturelink, .mktplbitelink a, .mktplmanufacturelink a, .mktplcfmlink a {
	font-size: 9px;
	text-transform: uppercase;
	text-decoration: none!important;
	color: #97989a!important;
}
.mktplbitelink a:hover, .mktplmanufacturelink a:hover, .mktplcfmlink a:hover, .mktplbitelink a:active, .mktplmanufacturelink a:active, .mktplcfmlink a:active {
	color: #0c3061!important;
}
.mktplbitelink {
	float: left;
	margin-right: 10px;
}
.mktplmanufacturelink {
	float: right;
	margin-right: 10px;
}
.mktplcfmlink {
	float: left;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}


.offeroftheweek img.teaserimg, .post img.teaserimg {
	display: none;
}
.featuredoffers .marketoffer, .marketplacceimgwrapper .marketoffer {
	display: none;
}
.featuredoffers img.teaserimg {
	float: left;
	margin: 0px 7px 7px 0px;
}


.commentlist li.author, .commentlist li.guest1, .commentlist li.guest2 {
	background-color: #e1e5f7;
	padding: 3px;
}
.commentlist li {
	margin-bottom: 5px;
}
.commentlist li p {
	margin: 0px!important;
}

/* Common */
body {
	background-color: #fff;
	color: #666;
	font-size: 62.5%; /* Resets 1em to 10px */
	/*font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;*/
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	text-align: center;
	margin: 0px;
	padding: 0px; 
	}
ol, ul, li, h1, h2, h3, h4, h5, h6, p, form, input, object, embed {
	margin: 0px;
	padding: 0px;
}
input#s, textarea#comment, input#log, input#pwd {
	width: 97%;
}
hr {
	display: none;
	clear:both;
	visibility:hidden;
	margin:0;
	display: block;
}
a:active, a:focus {
      outline: 0;
}

/* Clearfix */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
*html .clearfix {
	height: 1%;
}
.clearfix { /*IE7 fix*/
	display: inline-block;
}
.clearfix {
	display: block;
}

/*Shadows*/
#shadowwrapper {
	width: 995px;
	margin: 0px auto;
	padding: 0px;
}
#shadowtop {
	width: 995px;
	height: 20px;
	background-image: url(images/drop-shadow-top-ie.png);
	font-size:0px;
}
html>body #shadowtop {
	width: 995px;
	height: 20px;
	background-image: url(images/drop-shadow-top.png);
	font-size:0px;
}
#shadowmiddle {
	width: 995px;
	background-image: url(images/drop-shadow-middle-ie.png);
	background-repeat: repeat-y;
}
html>body #shadowmiddle {
	width: 995px;
	background-image: url(images/drop-shadow-middle.png);
	background-repeat: repeat-y;
}
#shadowbottom {
	width: 995px;
	height: 20px;
	background-image: url(images/drop-shadow-bottom-ie.png);
	font-size:0px;
}
html>body #shadowbottom {
	width: 995px;
	height: 20px;
	background-image: url(images/drop-shadow-bottom.png);
	font-size:0px;
}
	
/* Structure */
#pagewrapper {
	text-align: left;
	font-size: 11px;
	background-color: #fff;
	margin: 10px auto;
	margin: 0px 20px;
	/*margin: 10px auto;*/
	padding: 0px;
	width: 953px;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	}
#headerwrapper {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
	height: 190px;
	}
#headerwrapper h1, #headerwrapper h1 a {
	color: #000;
	font-size: 24px;
	font-weight: bold;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
}
#headerimg {
	float: left;
	margin-top: 18px;
	margin-left: 42px;
	height: 142px;
	width: 285px;
	padding: 0px;
	background-image: url(images/botb-logo.jpg);
	background-repeat: no-repeat;
}
#headerimg h1 a {
	text-indent: -9000px;
	display: block;
	width: 285px;
	height: 142px;
}
#headerimg h1 a span {
	display: none;
}
#navdesc {
	text-align: center;
	float: right;
	width: 530px;
}
.description {
	/*float: left;*/
	margin-top: 125px;
	margin-bottom: 5px;
	padding: 0px;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 12px;
	color: #8686ab;
}
#headerline {
	display: block;
	line-height: .1em;
	height: 1px;
	border-top: 2px solid #fbbe1b;
	margin: 0px 20px;
}
#mainwrapper {
	/*background-image: url(images/main-bg.png);
	background-repeat: repeat-y;*/
	padding: 35px 10px;
	}
#leftsidebar {
	/*background-color: #eee;*/
	float: left;
	padding: 0px;
	width: 180px;
	}
#maincontent {
	background-color: #fff;
	float: left;
	padding: 5px 10px 15px;
	margin: 0px 10px 0;
	width: 503px;
	}
#maincontentwide {
	width: 713px;
}
#rightsidebar {	
	/*background-color: #eee;*/
	float: left;
	padding: 0px;
	width: 210px;
	}
#footer {
	background-color: #fff;
	padding: 20px 10px;
	font-size: 10px;
	clear: both;
	}
#footer p {
	color: #333;
	padding: 0px;
	margin: 0px;
	text-align: center;
	}
#footer a {
	color: #1276b9;
	margin: 0px 2px;
	text-decoration: none;
	}
#footer a:hover, #footer a:active {
	color: #000;
	}

/* Navigation */
#navwrapper {
	/*float: left;*/
	/*border-top: 1px solid #666;
	border-bottom: 1px solid #666;*/
	/*text-align: left;*/
	/*margin-left: 455px;*/
}
#nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	padding: 0px; 
	margin: 0; 
	list-style: none;
	font-size: 11px;
}
#nav li { 
	display: inline;
}
#nav li a, #nav li a:visited { 
	color: #0c3061;
	padding: 2px 10px;
	/*margin-right: 5px;*/
	background: #fff;
	/*font-weight: bold;*/
	text-decoration: none;
	/*text-shadow: rgba(0,0,0,.6) 0px 2px 5px;*/
}
#nav li#current a { 
	background-color: #fbbe1b;
	color: #0c3061;
	text-decoration: none;
}
#nav li a:hover, #nav li#current a:hover, #nav li a:active, #nav li#current a:active { 
	background: #fbbe1b;
	color: #0c3061;
	text-decoration: none;
	text-shadow: none;
}


/* Sidebars */
.revealicon {
	background: url(images/nav-arrow.gif) no-repeat 100% 3px;
	padding-right: 15px;
	text-decoration: none;
}
span.revealicon {
	background: url(images/nav-arrow.gif) no-repeat 100% 0px;
	padding-right: 15px;
	text-decoration: none;
}
#leftsidebar h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #0c3061;
	font-weight: normal;
	font-size: 14px;
	line-height: 16px;
	margin: 5px 0px 2px;
	padding: 5px 10px;
}
#leftsidebar h2.welcometitle {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	color: #0c3061;
	font-weight: bold;
	font-size: 14px;
	line-height: 16px;
	margin: 0px 0px 2px;
	padding: 0px 10px 5px;
}
#leftsidebar h2 a {
	text-decoration: none;
	color: #0c3061;
}
#leftsidebar h2 a:hover {
	color: #0c3061;
	text-decoration: none;
}
#leftsidebar form  {
	margin-bottom: 10px;
	padding: 0px 10px;
}
#leftsidebar form.loginform  {
	margin-bottom: 0px;
	padding: 0px 10px;
}
#leftsidebar form input#searchsubmit, #leftsidebar form input#submit {
	background-color: #f9db8b;
	font-size: 9px;
	color:#333;
	border:none;
	padding: 5px;
}
#leftsidebar div.formlike {
	margin-bottom: 10px;
	padding: 0px 10px;
}
#leftsidebar div.formlikealt {
	margin-bottom: 0px;
	padding: 0px 10px;
}
#leftsidebar input#forgot {
	background-color: #f9db8b;
	font-size: 9px;
	color:#333;
	border:none;
	padding: 5px;
	margin-top: 5px;
}
#leftsidebar form input#searchsubmit:hover, #leftsidebar form input#submit:hover, #leftsidebar a.submitbutton:hover, #leftsidebar input#forgot:hover {
	background-color: #fbbe1b;
	color:#333;
	cursor: pointer;
}
#leftsidebar a.submitbutton {
	background-color: #f9db8b;
	font-size: 9px;
	color:#333;
	border:none;
	padding: 7px;
	text-decoration: none;
}
#leftsidebar ul {
	padding-left: 10px;
}
#leftsidebar ul.logout li {
	margin-bottom: 6px;
}
#leftsidebar ul.newsbite li {
	margin-bottom: 6px;
	padding-left: 0px;
}
#leftsidebar ul.recentbite li {
	margin-bottom: 6px;
	padding-left: 10px;
}
#leftsidebar ul.archives li {
	color: #333;
	margin-bottom: 6px;
	padding-left: 10px;
}
#leftsidebar ul.archives li ul {
	padding-left: 0px;
}
#leftsidebar ul.archives li ul li {
	color: #333;
	padding-left: 10px;
}
#leftsidebar ul.archives li ul li ul.children {
	padding-top: 6px;
}
#leftsidebar li {
	list-style-type: none;
	list-style-image: none;
	font-size: 9px;
	line-height: 9px;
}
#leftsidebar li a {
	color: #333;
	text-decoration: none;
}
#leftsidebar li a:hover {
	color: #1276b9;
}
#leftsidebar h2.righth2 {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	color: #0c3061;
	font-size: 14px;
	font-weight: bold;
	margin: 20px 0px 0px 0px;
}

#rightsidebar h2 {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	color: #0c3061;
	font-size: 14px;
	font-weight: bold;
	margin: 40px 0px 5px 20px;
}
#leftsidebar h2.likeright {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	color: #0c3061;
	font-size: 14px;
	font-weight: bold;
	margin: 30px 0px 5px 0px;
}
#rightsidebar h2 a {
	color: #0c3061;
	text-decoration: none;
}
#rightsidebar img.marketplacetitle {
	margin-bottom: 15px;
}
#rightsidebar img.marketplacetitlealt {
	margin-bottom: 0px;
}
#rightsidebar .marketplacceimgwrapper {
	padding-left: 20px;
}
#rightsidebar .marketplacceimgwrapper p {
	padding: 0px;
	margin: 0px;
}
#rightsidebar .desc  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #0c3061;
	font-size: 12px;
	font-weight: normal;
	margin: 40px 0px 15px 25px;
}
#rightsidebar .marketplacelink a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #0c3061!important;
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 15px;
	text-decoration: none;
}
#rightsidebar ul {
	padding-left: 25px;
}
#rightsidebar .usersubmitted ul {
	padding-left: 20px;
}
#rightsidebar li, #leftsidebar li.likeright {
	list-style-type: none;
	list-style-image: none;
	font-size: 9px;
	line-height: 9px;
	margin-bottom: 8px;
}
/*#rightsidebar li.extraspace {
	padding-top: 5px!important;
}*/
#rightsidebar li.extraspace a, #leftsidebar li.extraspace a {
	color: #000;
	font-weight: bold;
}
#rightsidebar li a {
	color: #333;
	text-decoration: none;
}
#rightsidebar li a:hover {
	color: #1276b9!important;
}
#rightsidebar .marketplacceimg, #rightsidebar img.teaserimg {
	float: left;
	margin: 0px 7px 7px 0px;
}
#rightsidebar a .marketplacceimg, #rightsidebar a img {
	border: none;
}

/* Main Content */
#maincontent {
	line-height: 14px;
}
#maincontent a {
	/*color: #0C3061!important;*/
	color: #1276b9;
	text-decoration: none;
}
#maincontent a:hover, #maincontent a:active {
	color: #000;
	/*background-color: #ddd;*/
}
#maincontent strong {
	color: #0c3061;
}
#maincontent h6 strong {
	color: #333;
}
#maincontent h6 {
	display: block;
	font-size: 10px;
	line-height: 14px;
	padding-bottom: 10px;
	font-weight: normal;
}
#maincontent .altheading {
	color: #0c3061;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 5px;
	/*border-bottom: 1px solid #fcd66f;*/
}
#maincontent .altheading2 {
	color: #0c3061;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin-bottom: 5px;
	/*border-bottom: 1px solid #fcd66f;*/
}
#maincontent .todaysbite {
	color: #0c3061;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-transform: uppercase;
}
#maincontent .todaysbitehead {
	width: 153px;
	height: 27px;
	background: url(images/todaysbites-head.jpg) no-repeat left top;
}
#maincontent .todaysbitehead span {
	display: none;
}
#maincontent .todaysbitedate {
	color: #545455;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#maincontent .ratewrapper {
	margin: 8px 0px 10px;
}
#maincontent .ratereviewcomment {
	float: left;
}
#maincontent .ratereviewcomment a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #545455!important;
	text-decoration: none;
}
#maincontent .ratereviewcomment a:active, #maincontent .ratereviewcomment a:hover {
	color: #1276b9!important;
}
#maincontent .postpage h2, #maincontent h2 a {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 16px;
	display: block;
	color: #0c3061;
	text-decoration: none;
	/*border-bottom: 2px solid #0c3061;*/
	margin-bottom: 2px;
}
#maincontent h2 a:hover, #maincontent h2 a:active {
	color: #0c3061;
	/*background-color: #fff;*/
	text-decoration: none;
	/*border-bottom: 2px solid #0c3061;*/
}
#maincontent h2.donedeal a {
	color: #7b7b7b!important;
	text-decoration:line-through;
}
#maincontent p {
	margin-bottom: 10px;
}
/*
#maincontent .tidbite p {
	margin-bottom: 0px;
}
*/
#maincontent h1, #maincontent h2, #maincontent h3, #maincontent h4, #maincontent h5, #maincontent h6 {
	margin-bottom: 5px;
}
#maincontent ul {
	margin-left: 20px;
	margin-bottom: 10px;
}
#maincontent ol {
	margin-left: 25px;
	margin-bottom: 10px;
}
#maincontent .postinfo {
	color: #666;
	font-size: 12px;
	margin-bottom: 15px;
}
#maincontent .callout {
	font-size: 9px;
	background-color: #eee;
	padding: 1px 10px;
	margin: 0px;
}
#maincontent .callout p {
	margin: 8px 0px;
}

.postmetaleft {
	font-size: 10px;
	color: #666;
	/*background-color: #fed;
	float: left;
	width: 240px;*/
}
/*.postmetaright {
	font-size: 10px;
	background-color: #def;
	float: left;
	width: 240px;
	margin-left: 10px;
}*/
.postmetaexcerpt {
	font-size: 10px;
	color: #666;
	padding-bottom: 10px;
}
.postmetaleft a {
	text-decoration:none;
	color: #666!important;
}
.postmetaleft a:hover, .postmetaleft a:active {
	text-decoration:none;
	color: #0c3061!important;
}
.postmetaleft .postedin a, .postmetaexcerpt .postedin a {
	text-decoration:none;
	color: #0c3061!important;
}
.postmetaleft .postedin a:hover, .postmetaleft .postedin a:active, .postmetaexcerpt .postedin a:hover, .postmetaexcerpt .postedin a:active {
	color: #000!important;
}




#maincontent .postmetadata {
	color: #333;
	background-color: #fef2d1;
	font-size: 11px;
	border-top: 1px solid #fbbe1b;
	border-bottom: 1px solid #fbbe1b;
	padding: 5px 10px;
}
#maincontent .postmetadata a {
	text-decoration: none;
}
#maincontent .postmetadata a:hover, #maincontent .postmetadata a:active {
	text-decoration: underline;
}
#maincontent .commentmetadata {
	color: #666;
	margin-bottom: 5px;
	font-size: 9px;
}
#maincontent ol.commentlist li.alt {
	background-color: #eee;
}
#maincontent blockquote {
	color: #666;
	font-style: italic;
}
#maincontent .editthis, #maincontent .editthis a, #maincontent .editthis a:hover, #maincontent .editthis a:active {
	font-size: 9px;
	text-transform: uppercase;
	color: #999;
	margin: 10px 0px 5px;
	padding: 0px;
}

/* Archives */
.leftcol {
	width: 250px;
	float: left;
	background-color: #fed;
}
.rightcol {
	width: 250px;
	float: left;
	background-color: #def;
}

/* Tables */

.postbotr table { 
	padding: 0px;
	margin: 0px;
	border-collapse: collapse;
}
/*table {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	padding: 0px;
	margin: 0px;
	background-color: #FFF;
	border-collapse: collapse;
}
tr {
	padding: 0px;
	margin: 0px;
}
td {
	padding: 5px;
	margin: 0px;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	text-align: center;
}
th {
	font-size: 1.2em;
	padding: 5px 2px;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	text-align: center;
	background-color: #ccc;
}
.rowTint {
	background-color: #eee;
}*/


/* Images */
.leftimg, img.alignleft {
	margin: 0 10px 5px 0 !important;
	/* padding: 3px; */
	/*border: 1px solid #ddd;*/
	border: none;
	float: left;
	}
.rightimg, img.alignright {
	margin: 0 0 5px 10px !important;
	/* padding: 3px; */
	/*border: 1px solid #ddd;*/
	border: none;
	float: right;
	}
.nowrapimg {
	margin: 10px 10px 10px 0px !important;
	padding: 3px;
	/*border: 1px solid #ddd;*/
	}	
.featuredimg {
	margin: 10px !important;
	padding: 3px;
	/*border: 1px solid #ddd;*/
	}		
.plainimg {
	margin: 0px !important;
	padding: 3px;
	/*border: 1px solid #ddd;*/
	}

	

/*Design Elements*/
.divider {
	display: block;
	line-height: .1em;
	height: 2px;
	border-top: 1px solid #f7d8bf;
	border-bottom: 1px solid #f7d8bf;
	margin: 15px 0px 10px;
}
.singledivider {
	display: block;
	line-height: .1em;
	height: 1px;
	border-top: 1px solid #f7d8bf;
	margin: 10px 0px;
}
.singledivider2 {
	display: block;
	line-height: .1em;
	height: 1px;
	border-top: 1px solid #f7d8bf;
	margin: 5px 0px;
}
.rsschicklet {
	padding-left: 20px;
	padding-bottom: 2px;
	background-image: url(images/rss-chicklet.gif);
	background-repeat: no-repeat;
	background-position: left;
}


/* Cloud */
#cloud li {
	display: inline;
	list-style-type: none;	
	font-size: 10px;
	text-align: center;
}
#cloud li h2 {
	text-align: left	;
}
#cloud a {
	/*color: #AACCEE;*/
	text-decoration: none;
	text-transform: lowercase;
	padding-right: 2px;
	padding-left: 2px;
}
#cloud a:hover {
	/*color: #333366;
	background-color: #FFFFFF;*/
	text-decoration: underline;
}


/* spacers */
.twopixelspacer { width: 100%; height: 2px; font-size:0px; }
.fivepixelspacer { width: 100%; height: 5px; font-size:0px; }
.tenpixelspacer { width: 100%; height: 10px; font-size:0px; }
.fiftypixelspacer { width: 100%; height: 50px; font-size:0px; }


/* login area */
#loginarea {
	position: absolute;
	color: #666;
	padding: 3px;
	left: 1px;
	top: 1px;
}
#loginarea ul {
	list-style-type: none;
	list-style-image: none;
}
#loginarea li {
	display: inline;
}
#loginarea a, #loginarea a:visited {
	color: #666;
}
#loginarea a:hover, #loginarea a:active {
	color: #333;
}

/* ads */
.wpad img { 
	border: none;
	/* margin: 30px 0 0 10px;
	height: 600px; */
}
.wpadlt { 
	margin: 30px 0 0 10px;
}
.wpadl { 
	margin: 10px 0 0 10px;
}
.wpadrt { 
	margin: 0px 0 0 0;
}
.wpadr { 
	margin: 10px 0 0 0;
}

/* ContentRobot */
#poweredbycr {
	width: 180px;
	height: 26px;
	position: relative;
	left: 20px;
	bottom: 17px;
	margin-top: -26px;
	clear: right;
}
#poweredbycr a {
	display:block;
	text-align: left;
	padding-left: 30px;
	color: #666;
	background-image: url(images/cr-bot.gif);
	background-repeat: no-repeat;
	height: 26px;
	line-height: 12px;
	font-size: 10px;
	text-decoration: none;
}
#poweredbycr a:hover, #poweredbycr a:active {
	background-position: 0 -26px;
	color: #000;
	text-decoration: none;
}
.inithidden {display: none;}
