html, body {
	margin: 0;
	padding: 0;
}
body {
	font: 76%/120% Georgia, Verdana, Helvetica, sans-serif;
	background: #ebf0f4 url(../img/background3.gif);
	text-align: center;
	color: #444;
}
a, a:link, a:visited {
	color: #17418f;
	text-decoration: underline;
}
a:active, a:hover {
	color: #c47c2a;
}
h1, div.componentheading,
div.componentheading-hidelinks,
div.componentheading_features,
div.componentheading_shopping,
div.componentheading_news,
table.contentpaneopen h1,
table.contentpaneopen_news h1 {
	color: #17418f;
	border-bottom: 1px dotted #bac9d9;
/*	font: normal 2.15em Georgia, "Times New Roman", Times, serif;*/
	font: normal 2em Georgia, "Times New Roman", Times, serif;
	margin: 0;
}
tr.sectiontableentry1-hidelinks,
tr.sectiontableentry2-hidelinks {
	display: none;
}
h2, .contentheading, .contentheading_news {
	color: #c47c2a;
	margin: .5em 0 1em 0;
/*	font: normal 1.7em/1.1em Georgia, "Times New Roman", Times, serif;*/
	font: normal 1.5em/1.2em Georgia, "Times New Roman", Times, serif;
	padding: 0 0 .5em 0;
}
h3 {
	color: #17418f;
	font: normal 1.4em/1.2em Georgia, "Times New Roman", Times, serif;
	margin: 0 0 .5em 0;
}
h4 {
	color: #c47c2a;
	font: normal 1.3em Georgia, "Times New Roman", Times, serif;
	margin: .5em 0;
}
h5 {
	font-size: 1.0em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
}
h6 {
	font-size: 0.8em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
}
p, td {
	font: normal 12px/19px Georgia, "Trebuchet MS", Georgia, serif;
/*	font: normal 10px/14px Verdana, Tahoma, sans-serif;*/
	margin: 0 0 1.2em 0;
	color: #444;
}
img {
	border: none;
}
ol, ul, li {
	font-size: 1em;
	padding: 0;
	margin: 0 0 1em .7em;
}
li {
	margin: 0 0 .1em 1.5em;
}
li > p {
	margin-top: 0.2em;
}
ol li { margin-left: 0 !important; }
form {
	padding: 0;
	margin: 0;
}
fieldset {
	border: 0;
	padding: 0;
	vertical-align: top;
}
fieldset p {
	margin: 0 0 .5em 0;
}
fieldset.paf,
div.message {
	background: #f9fafc;
	border: 1px solid #e1eaf7;
	padding: 5px 8px;
}
div.message {
	color: #17418f;
	font-size: 1.3em;
}
fieldset.paf img { /* vertical-align: top; */ }
label {
	font-size: 12px;
	color: #17418f;
}
input.inputbox,
textarea.inputbox,
input.txt {
	padding: 2px 4px;
	font: normal 12px/14px Arial, Helvetica, sans-serif;
	border: 1px solid #cad9ef;
	color: #c47c2a;
	margin-right: 5px;
}
select {
	color: #c47c2a;
	font: normal 12px/14px Arial, Helvetica, sans-serif;
}
input.txt {
	color: #c47c2a;
	border: 1px solid #f1ddb5;
}
input.inputbox:focus,
textarea.inputbox:focus,
input.txt:focus {
	border-color: #d18f3c;
}
input.btn,
input.button {
	font-size: 1em;
	background-color: #d18f3c;
	border: 1px solid #dbb789;
	border-color: #dbb789 #af7832 #af7832 #dbb789;
	color: #fff;
	vertical-align: middle;
	padding: 0 2px;
}
input.btn:hover,
input.button:hover {
	background-color: #89a1c5;
	border-color: #d1d8e6 #658dbe #658dbe #d1d8e6;
}
input.ibtn {
	margin-left: 3px;
	vertical-align: middle;
}
#mod_login_username,
#mod_login_password {
	width: 140px;
}
/*
--------------------------------------------------
 Layout Elements
--------------------------------------------------
*/
#container {
	margin: 0 auto;
	border: 1px solid #658dbe;
	border-width: 0 1px 2px 1px;
	background-color: #fff;
	text-align: left;
}
#header {
	height: 193px;
	border-bottom: 1px solid #edd9be;
}
#top {
	background: #fff url(../img/skyline_stamped.gif) no-repeat 0 0;
	height: 143px;
}
#top p {
	font: italic 14px/17px "Trebuchet MS", Georgia;
	position: relative;
	top: 98px;
	left: -208px;
	color: #fff;
	margin: 0;
	visibility: hidden;
}
#logo {
	margin: 5px 0 0 15px;
	float: left;
}
#mommy {
	float: right;
	z-index: 15;
}
#bottom {
	height: 50px;
	background: #fff url(../img/bottom-nav.gif) repeat-x;
}
#wrapper {}
#footer {
	clear: both;
	width: 100%;
	background: #8aa2c6 url(../img/skyline.png) repeat-x 0 -38px;
	border-top: 2px solid #7091b4;
	text-align: center;
	padding: 6px 0;
	z-index: 13;
}
#footer p {
	color: #fff;
	line-height: 1.3em;
	font-size: 90%;
	margin: 0;
}
/* --------------------------------------------- */

table.adminForm td,
table.adminForm table {
	padding: 0;
	margin: 0;
	font-size: 11px;
	color: #17418f;
}
input.errHilite,
select.errHilite,
textarea.errHilite {
	border: 1px solid #ffacac;
	background-color: #fffcfc;
}
input.errHilite:focus,
select.errHilite:focus,
textarea.errHilite:focus {
	border: 1px solid #ff9494;
	background-color: #fff;
}
fieldset.paf td {
	padding: 1px 0;
}
td.label {
	width: 160px;
	color: #17418f;
	vertical-align: top;
	line-height: 1.2em;
	font-size: 12px;
}

label.errHilite {
	color: #C00;
}
ul#errors {
	display: none;
	margin-top: 1em;
	padding: .3em 0;
	color: #C00;
	font-weight: bold;
}
ul#errors li {
	color: #ff1c1c;
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	margin-top: .5em;
	padding: 0;
}
ul#errors li.heading {
	list-style-type: none;
	color: #000;
	font-weight: normal;
	font-style: italic;
	margin: .5em 0;
	padding: 0;
}
/*
--------------------------------------------------
 Front Page Elements
--------------------------------------------------
*/
#featured-review h3 {
	margin: 10px 0 0 0;
	margin: 0;
}
#featured-review h4 {
	margin-top: 0;
}
#featured-review p {
	font-size: 11px;
	line-height: 16px;
}

/*
--------------------------------------------------
 Miscellaneous text formatting
--------------------------------------------------
*/
div.caption_text,
div.mosimage_caption {
	font-size: .8em;
	line-height: 1.2em;
	margin-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
}
.left {
	float: left;
	margin: 0 10px 2px 0;
}
.right {
	float: right;
	margin: 0 0 2px 10px;
}
.sub-title {
	font-size: 1.4em;
}
.note {
	font-style: italic;
}
.clear {
	clear: both;
}
img.bordered,
img.cornered {
	border: 1px solid #ccc;
	background-color: #fff;
	padding: 2px;
}

/*
--------------------------------------------------
 CC Signup Content Plug-In
--------------------------------------------------
*/
div.ask_author,
div.cc_content {
	margin-bottom: 1.2em;
	background: #f9fafc;
	border: 1px dashed #e1eaf7;
	padding: 10px;
	display: inline-block; /* IE7 fix */
}
div.ask_author p,
div.cc_content p {
	margin-bottom: 0;
	font-size: 0.9em;
	color: #17418f;
	line-height: 1.4em;
	margin-top: 10px;
	font-style: italic;
	display: block;
}
div.ask_author p {
	color: #666;
	clear: none;
}
div.ask_author img {
	display: block;
}

/*
--------------------------------------------------
 Content pages Section Page
--------------------------------------------------
*/
table.contentpane_features {}

td.contentdescription,
td.contentdescription_shopping, 
td.contentdescription_features {
	padding-top: 8px;
}
table.contentpane,
table.contentpane_shopping ul,
table.contentpane_features ul {
	padding: 0;
	margin: 0;
}
table.contentpane_shopping li,
table.contentpane_features li {
	padding: 6px 10px;
	border-top: 1px dashed #e4e9f2;
	list-style: none;
	list-style-type: none;
	margin: 0 0 8px 0;
}

.createdate {
	font-weight: bold;
	line-height: 1.2em;
	padding: 0 0 1em 0;
	margin: 0;
}
.contentheading_news {
	padding: 0;
	margin: 0;
}
a.contentpagetitle, a.contentpagetitle:link, a.contentpagetitle:visited,
a.contentpagetitle_news, a.contentpagetitle_news:link, a.contentpagetitle_news:visited {
	color: #c47c2a;
	text-decoration: none;
	margin: .5em 0 1em 0;
	font: normal 18px/1.2em Georgia, "Times New Roman", Times, serif;
	padding: 0 0 .5em 0;
}
a.contentpagetitle:hover, a.contentpagetitle:active,
a.contentpagetitle_news:hover, a.contentpagetitle_news:active {
	text-decoration: underline;
}

a.category, a.category:link, a.category:visited {
	color: #17418f;
	font: italic 1.45em/1.2em Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	margin: 0 0 .5em 0;
}
a.category:hover, a.category:active {
	color: #c47c2a; /* orange/brown color */
}
tr.sectiontableentry1 td { /* odd rows */ }
tr.sectiontableentry2 td { /* even rows */ }
tr.sectiontableentry1 a {}
tr.sectiontableentry2 a {}

td.buttonheading {
	padding: 0;
	vertical-align: top;
}
td.buttonheading a img {
	padding: 4px 3px;
	margin: 0;
}
h2 img, .contentheading img, .contentheading_news img,
.sectiontableentry1 img, .sectiontableentry2 img { /* admin edit icons */
	vertical-align: middle;
}

table.blog {}
table.contentpaneopen img {}
span.article_seperator {
	display: block;
	border-top: 1px dashed #d9eaf7;
	height: 3px;
	line-height: 0px;
	width: 100%;
	margin: 8px 0;
}

a.readon, a.readon:link, a.readon:visited {
	background-color: #f9fafc;
	border: 1px solid #e1eaf7;
	padding: 3px 5px;
}
a.readon:hover, a.readon:active {
	background: #fff;
}

table.product_table tr {}
table.product_table td {
	vertical-align: top;
	border-top: 1px dashed #edd9bf;
	padding: 10px;
}
.content_rating img {
	vertical-align: middle;
	
}
td.modifydate {
	color: #999;
	font-size: 11px;
}
/*
--------------------------------------------------
 More Links (Blog)
--------------------------------------------------
*/
div.blog_more {
	background-color: #fcfbf7;
	border: 1px solid #f3edd5;
	padding: 4px 8px;
}
div.blog_more div {
	font-size: 1.2em;
	margin-bottom: .5em;
	color: #c47c2a;
	border-bottom: 1px dashed #f3edd5;
}
div.blog_more div strong {
	font-weight: normal;
}
div.blog_more ul {
	margin: 0 0 .5em 0;
	list-style: none;
	list-style-image: none;
	padding: 0;
}
div.blog_more ul li {
	background: transparent url(../img/bullet_orange.png) no-repeat 2px 2px;
	padding: 0 0 0 18px;
	margin: 0;
}
a.blogsection {}

/*
--------------------------------------------------
 Page Navigation
--------------------------------------------------
*/
div.pagenav {
	margin-top: 10px;
	text-align: center;
	text-decoration: none;
	padding: 5px;
	background-color: #f9fafc;
	border: 1px solid #e1eaf7;
}
div.pagenav h4 {
	color: #7091b4;
	font-size: 1em;
	font-style: italic;
	margin: 0 0 .2em 0;
}
div.pagenav p {	
	margin: 0 0 .2em 0;
	line-height: 1.4em;
	font-style: italic;
	color: #7091b4;
}
div.pagenav a,
div.pagenav a:link,
div.pagenav a:visited {
	padding: 0 3px;
}
div.pagenav a:hover {}

/*
--------------------------------------------------
 Secondary header links
--------------------------------------------------
*/
.sub-links {
	display: block;
	padding-left: 10px;
	padding-top: 4px;
	color: #f4e5c7;
	font-size: 11px;
	height: 21px;
}
.sub-links a, span.sub-links a:link,
.sub-links a:visited {
	color: #c47c2a;
}
.sub-links a:hover, span.sub-links a:active {
	color: #17418f;
}

/*
--------------------------------------------------
 Search Module
--------------------------------------------------
*/
#search {
	float: right;
	background: #fff url(../img/search-back.png) no-repeat 100% 0;
	height: 47px;
	width: 199px;
	padding: 3px 0 0 15px;
	height/**/:/**/ 44px;
	width/**/:/**/ 184px;
	font-size: 11px;
}
#search input {
	margin: 0 0 3px 0;
	padding: 1px 3px;
}
#search input.ibtn {
	vertical-align: middle;
}
#search a, #search a:link, #search a:visited {
	background: url(../img/mag.png) no-repeat 0 50%;
	color: #c47c2a;
	padding-left: 20px;
}
#search a:hover, #search a:active {
	color: #17418f;
}
/*
--------------------------------------------------
 Advanced Search
--------------------------------------------------
*/
fieldset.advanced_search {
	background: #fcfbf7 url(../img/search-field.png) no-repeat 100% 50%;
	border: 1px solid #f8ede1;
	margin: 10px 0;
	padding: 8px;
}
fieldset.advanced_search td {
	padding: 2px;
}
div.search_result {
	border-bottom: 1px dashed #d9eaf7;
	padding: 10px 0;
	margin: 0;
}
div.search-limit {
	padding: 8px;
	margin: 10px 0;
	background-color: #fcfbf7;
	border: 1px solid #f8ede1;
	text-align: right;
}
.search_num {
	float: right;
	font-weight: bold;
	font-size: 40px;
	line-height: 45px;
	color: #e1e7f3;
}
.search_section {
	font-size: .9em;
	color: #c47c2a;
	margin-left: 15px;
}
.search_text {
	margin: 0 0 0 15px;
}
.highlight {
	background-color: #f2f4f9;
	padding: 1px 2px;
	color: #17418f;
}
/*
--------------------------------------------------
 Mail to a Friend Popup
--------------------------------------------------
*/
#mail_to_friend {
	background-color: #fff;
	border: 1px solid #a0afcd;
	margin: 20px;
	padding: 8px 10px;
	text-align: left;
}
#mail_to_friend h1 {
	color: #c47c2a; /* orange/brown color */
	font: italic 1.45em/1.2em Georgia, "Times New Roman", Times, serif;
	border-color: #edd9bf;
	margin: 0 0 .5em 0;
}
fieldset.mail_to_friend {}
/*
--------------------------------------------------
 Main side modules
--------------------------------------------------
*/
.moduletable-home {
	margin-bottom: 10px;
/*	border-bottom: 1px dashed #edd9bf;*/
}
.moduletable-home p {
/*	font-size: 90%;
	line-height: 1.4em;*/
}
.moduletable-home h3 {
	margin: 5px 0;
}
.moduletable-home h4 {
	margin: 0 0 .2em 0;
}
.moduletable-home img.cornered {
	margin: 0;
	margin-bottom: .5em;
}
#seen-on img {
	margin: .8em 0;
}
/*
--------------------------------------------------
 Right hand side modules
--------------------------------------------------
*/
.moduletable,
.moduletable-banner,
.moduletable-signup {
	padding-top: 8px;
	padding-bottom: 10px;
/*	border-bottom: 1px dashed #edd9bf;*/
}
body#main-page .moduletable-signup {
	padding-top: 0;
	border-top: none;
}
.moduletable-banner {
	height: 180px;
}
.moduletable-banner img {
	border: 1px solid #edd9be;
	padding: 2px;
	background: #fff;
}
.moduletable-signup p,
.syndicate p {
	font-size: 11px; /*90%;*/
	line-height: 1.4em;
}
.moduletable-signup img.cornered {
	float: right;
	margin-left: 12px;
	margin-right: 3px;
}
.syndicate img,
.moduletable ul li img {
	vertical-align: middle;
}

/* category item menus */
.moduletable ul, .moduletable ul li,
ul#mainlevel, ul#mainlevel li {
	padding: 0;
	margin: 0;
}
.moduletable ul {
	margin-bottom: .6em;
	list-style: none;
}
span.mainlevel { /* separator */
	display: block;
	height: 17px;
	font-size: 1.2em;
	margin: .7em 0 0.2em 0;
}
.moduletable ul li a, .moduletable ul li a:link, .moduletable ul li a:visited,
ul#mainlevel li a, ul#mainlevel li a:link, ul#mainlevel li a:visited {
	background: transparent url(../img/bullet_orange.png) no-repeat 2px 2px;
	padding: 0 0 0 17px;
	line-height: 1.6em;
	font-size: 11px;
	margin: 0;
	color: #c5772f;
}
ul#mainlevel li a, ul#mainlevel li a:link, ul#mainlevel li a:visited {
	display: block;
}
.moduletable ul li a:hover, .moduletable ul li a:active,
ul#mainlevel li a:hover, ul#mainlevel li a:active {
	color: #17418f;
}

ul.syndication li a, ul.syndication li a:link, ul.syndication li a:visited,
ul.categories li a, ul.categories li a:link, ul.categories li a:visited {
/*	display: inline;*/
}

/*
--------------------------------------------------
 RSS Syndication
--------------------------------------------------
*/
ul.syndication {
	margin: 0;
}
ul.syndication li {
	padding: 3px 0;
	margin: 0;
}
ul.syndication li a, ul.syndication li a:link,
ul.syndication li a:visited {
	background-image: none;
	padding: 0;
	line-height: 1em;
	margin-left: 3px;
	color: #c5772f;
}
ul.syndication li a:hover,
ul.syndication li a:active {
	color: #17418f;
	text-decoration: underline;
}
/*
--------------------------------------------------
 Photo Corners
--------------------------------------------------
*/
div.wrapper {
	position: relative;
}
div.wrapper div {	
	position: absolute;
	width: 22px;
	height: 22px;
}
div.wrapper div.tl {
	background: transparent url(../img/corner-tl.png) top left no-repeat;	
	opacity: .9;
	left: -3px;
	top: -3px;
}
div.wrapper div.br {
	background: transparent url(../img/corner-br.png) bottom right no-repeat;
	opacity: .9;
	right: -3px;
	bottom: -3px;
}
table.contentpaneopen div.tl,
body#main-page #col2 div.wrapper div.tl {
	background: transparent url(../img/corner-tl-white.png) top left no-repeat;	
}
table.contentpaneopen div.br,
body#main-page #col2 div.wrapper div.br {
	background: transparent url(../img/corner-br-white.png) bottom right no-repeat;
}

/* Homepage Squares */
table.main-departments {
	border-top: 1px dashed #edd9bf;
	padding-top: 8px;
	margin-bottom: 10px;
}
table.main-departments h3 {
	font-size: 13px;
	font-weight: bold;
	clear: left;
}
table.main-departments td {
	vertical-align: top;
	padding: 6px 8px;
}
table.main-departments tr {}	
table.main-departments img {
	margin-bottom: 8px;
}
table.main-departments p {
	font-size: 11px;
	line-height: 16px;
	margin: 0;
}

p.contestinfo {
	line-height: 1.4em;
	margin: 1em 0 0.5em 0;
	padding-top: .5em;
	color: #666;
	border-top: 1px dashed #8aa2c6;
	font-style: italic;
}
